.js-iframe {
  border: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.adyen-checkout-card-input__wrapper {
  position: relative;
}
.adyen-checkout-card-input__icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  height: 18px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  width: 27px;
}
.adyen-checkout-card-input__form {
  opacity: 1;
}
.adyen-checkout-card-input__spinner {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.adyen-checkout-card-input__spinner--active {
  display: block;
}
.adyen-checkout-card-input__form--loading {
  opacity: 0;
}
.adyen-checkout__input {
  display: block;
  max-height: 100px;
}
.adyen-checkout__field.adyen-checkout__card__cvc__input--hidden,
.adyen-checkout__field.adyen-checkout__card__exp-date__input--hidden {
  display: none;
}
.adyen-checkout__card__exp-cvc__exp-date__input--hidden {
  justify-content: flex-end;
}
.revolving-plan-installments__disabled {
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout__card-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__card__cardNumber {
  max-width: 400px;
}
.adyen-checkout__card__cardNumber__input {
  padding-left: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__card__exp-date__input--oneclick {
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-title-line-height, 26px);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__card__holderName,
.adyen-checkout__field--expiryDate,
.adyen-checkout__field--storedCard {
  margin-bottom: 0;
}
.adyen-checkout__store-details {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  gap: var(--adyen-sdk-spacer-060, 12px);
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,
.adyen-checkout__card__holderName,
.adyen-checkout__card__kcp-authentication,
.adyen-checkout__card__socialSecurityNumber,
.adyen-checkout__installments,
.adyen-checkout__store-details {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__card-input.adyen-checkout__card-input--loading {
  pointer-events: none;
}
.adyen-checkout__card__holderName:first-child {
  margin: 0 0 var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__field--cardNumber .adyen-checkout-card-input__icon--hidden,
.adyen-checkout__field--cardNumber .adyen-checkout__input--error + .adyen-checkout__card__cardNumber__brandIcon,
.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand) + .adyen-checkout-input__inline-validation--valid {
  display: none;
}
.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,
.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint {
  opacity: 0;
}
@keyframes cvc-indicate-location {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,
.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location {
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: cvc-indicate-location;
}
.adyen-checkout__card__cvc__hint__wrapper {
  align-items: center;
  backface-visibility: visible;
  display: flex;
  height: 100%;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  right: 0;
  transform: translateZ(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 27px;
  will-change: transform;
}
.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
  transform: rotateY(180deg);
}
.adyen-checkout__card__cvc__hint {
  backface-visibility: hidden;
  position: absolute;
  transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper {
  align-items: center;
  display: flex;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  right: 0;
  transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden {
  opacity: 0;
}
.adyen-checkout__field__exp-date_hint {
  height: 18px;
  width: 27px;
}
.adyen-checkout__card__cvc__hint--front {
  transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .adyen-checkout__card__cvc__hint__wrapper {
    transition: none;
  }
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
  justify-content: left;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
  display: flex;
  flex-direction: column;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper {
  margin-top: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments {
  margin-left: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  top: 52px;
  width: 30%;
}
.adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
[dir=rtl] .adyen-checkout__spinner__wrapper--inline {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
.adyen-checkout__spinner {
  height: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
  width: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__spinner:after,
.adyen-checkout__spinner:before {
  animation: rotate 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  border: var(--adyen-sdk-border-width-l, 3px) solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
.adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__spinner--small {
  height: var(--adyen-sdk-spacer-070, 16px);
  width: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__spinner--small:after,
.adyen-checkout__spinner--small:before {
  border-width: var(--adyen-sdk-spacer-010, 2px);
}
.adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px;
}
.adyen-checkout__spinner--large {
  height: var(--adyen-sdk-spacer-120, 48px);
  width: var(--adyen-sdk-spacer-120, 48px);
}
.adyen-checkout__spinner--large:after,
.adyen-checkout__spinner--large:before {
  border-width: var(--adyen-sdk-spacer-020, 4px);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.loading-input__form {
  opacity: 1;
}
.loading-input__form--loading {
  opacity: 0;
}
.loading-input__spinner {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.loading-input__spinner--active {
  display: block;
}
.adyen-checkout__field {
  display: block;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active,
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within:hover {
  border: none;
  box-shadow: none;
}
.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:hover {
  border: none;
  box-shadow: none;
}
.adyen-checkout__input-wrapper {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  position: relative;
}
.adyen-checkout__input-wrapper div,
.adyen-checkout__input-wrapper input,
.adyen-checkout__input-wrapper span {
  border-radius: inherit;
}
.adyen-checkout__input-wrapper button,
.adyen-checkout__input-wrapper div,
.adyen-checkout__input-wrapper input {
  border: none;
}
.adyen-checkout__input-wrapper:active,
.adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__input-wrapper:focus-within:hover {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__input-wrapper:hover {
  border-color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__field--inactive > .adyen-checkout__input-wrapper {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
}
.adyen-checkout__field--error > :not(.adyen-checkout__label--focused) + .adyen-checkout__input-wrapper:not(:focus-within,:active) {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
.adyen-checkout__label {
  display: block;
  position: relative;
}
.adyen-checkout__label--focused + .adyen-checkout__input-wrapper {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__label--disabled + .adyen-checkout__input-wrapper {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
}
.adyen-checkout__helper-text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout__label-adornment--end {
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__label__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.1s ease-out;
  white-space: nowrap;
}
.adyen-checkout__label__text--error {
  color: var(--adyen-sdk-color-label-critical, #e22d2d);
}
.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout-contextual-text,
.adyen-checkout-contextual-text--error {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-020, 4px);
  opacity: 1;
  transition: margin 0.2s ease-out, opacity 0.2s ease-out;
}
.adyen-checkout-contextual-text--error {
  color: var(--adyen-sdk-color-label-critical, #e22d2d);
}
.adyen-checkout-contextual-text--hidden {
  height: 0;
  margin: 0;
  opacity: 0;
}
.adyen-checkout__filter-input:-webkit-autofill,
.adyen-checkout__input:-webkit-autofill {
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-text-fill-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-background-clip: text!important;
  background-clip: text!important;
  background-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  box-shadow: 0 0 0 1000px var(--adyen-sdk-color-background-primary, #ffffff) inset !important;
  -webkit-transition: none!important;
  transition: none !important;
}
.adyen-checkout__filter-input:-webkit-autofill,
.adyen-checkout__filter-input:-webkit-autofill:active,
.adyen-checkout__filter-input:-webkit-autofill:focus,
.adyen-checkout__filter-input:-webkit-autofill:hover,
.adyen-checkout__filter-input:autofill,
.adyen-checkout__input:-webkit-autofill,
.adyen-checkout__input:-webkit-autofill:active,
.adyen-checkout__input:-webkit-autofill:focus,
.adyen-checkout__input:-webkit-autofill:hover,
.adyen-checkout__input:autofill {
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-text-fill-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-background-clip: text!important;
  background-clip: text!important;
  background-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  box-shadow: 0 0 0 1000px var(--adyen-sdk-color-background-primary, #ffffff) inset !important;
  -webkit-transition: none!important;
  transition: none !important;
}
.adyen-checkout__filter-input,
.adyen-checkout__input {
  -webkit-background-clip: text!important;
  background-clip: text!important;
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
}
.adyen-checkout__field-wrapper {
  display: flex;
  width: 100%;
}
@media (min-width: 480px) {
  .adyen-checkout__field--20 {
    width: 20%;
  }
  .adyen-checkout__field--30 {
    width: 30%;
  }
  .adyen-checkout__field--40 {
    width: 40%;
  }
  .adyen-checkout__field--50 {
    width: 50%;
  }
  .adyen-checkout__field--60 {
    width: 60%;
  }
  .adyen-checkout__field--70 {
    width: 70%;
  }
  .adyen-checkout__field--80 {
    width: 80%;
  }
  .adyen-checkout__field--col-20 {
    width: calc(20% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-30 {
    width: calc(30% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-40 {
    width: calc(40% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-50 {
    width: calc(50% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-60 {
    width: calc(60% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-70 {
    width: calc(70% - var(--adyen-sdk-spacer-040, 8px));
  }
  .adyen-checkout__field--col-80 {
    width: calc(80% - var(--adyen-sdk-spacer-040, 8px));
  }
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
[dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
}
[dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: 0;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__field-wrapper:last-of-type > .adyen-checkout__field {
  margin-bottom: 0;
}
.adyen-checkout__input {
  background: inherit;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-family: inherit;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  height: var(--adyen-sdk-spacer-110, 40px);
  outline: none;
  padding-left: var(--adyen-sdk-spacer-060, 12px);
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
}
.adyen-checkout__input:required {
  box-shadow: none;
}
.adyen-checkout__input:-moz-read-only {
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: default;
}
.adyen-checkout__input:disabled,
.adyen-checkout__input:read-only {
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: default;
}
span.adyen-checkout__input {
  overflow: hidden;
}
.adyen-checkout-input__inline-validation {
  height: var(--adyen-sdk-spacer-070, 16px);
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  width: var(--adyen-sdk-spacer-070, 16px);
}
[dir=rtl] .adyen-checkout-input__inline-validation {
  margin-left: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-input__inline-validation > .adyen-checkout__icon {
  display: block;
}
.adyen-checkout-input__inline-validation--valid {
  color: var(--adyen-sdk-color-label-success, #07893c);
}
.adyen-checkout-input__inline-validation--invalid {
  color: var(--adyen-sdk-color-label-critical, #e22d2d);
}
.adyen-checkout__input--date {
  padding: 0.5em;
}
.adyen-checkout__fieldset {
  border: none;
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin: 0;
  padding-block-start: 0;
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
  padding-block-end: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
.adyen-checkout__fieldset__description {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
}
.adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0;
}
.adyen-checkout__fieldset + .adyen-checkout__fieldset {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__fieldset__title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-subtitle-stronger-font-weight, 600);
  font-weight: var(--adyen-sdk-text-subtitle-font-weight, 500);
  line-height: var(--adyen-sdk-text-subtitle-line-height, 26px);
  margin: 0;
  padding: 0 0 var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__fieldset__title:has(+.adyen-checkout__fieldset__description) {
  padding: 0;
}
.adyen-checkout__field-group,
.adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 480px) {
  .adyen-checkout__field-group:last-of-type .adyen-checkout__field {
    margin-bottom: 0;
  }
}
.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type,
:not(.adyen-checkout__field-group) > .adyen-checkout__field:last-of-type {
  margin-bottom: 0;
}
.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0;
}
.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
  display: none;
}
.adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute;
}
.adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: 0;
  overflow: visible;
  padding-bottom: 0;
  padding-left: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
}
.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit;
}
.adyen-checkout__radio_group__label:before {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  border-radius: 50%;
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: 0;
  position: absolute;
  top: var(--adyen-sdk-spacer-010, 2px);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__radio_group__label:hover:before {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
  cursor: pointer;
}
.adyen-checkout__radio_group__label:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, 0.25);
  content: "";
  display: block;
  height: var(--adyen-sdk-spacer-030, 6px);
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 7px;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: var(--adyen-sdk-spacer-030, 6px);
}
.adyen-checkout__radio_group__label:hover {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__label--selected {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: 0;
  transition: all 0.2s ease-out;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
  transform: scale(1);
}
.adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:hover:before,
.adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-critical, #e22d2d);
}
.adyen-checkout__radio_group--button {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input-wrapper {
  display: flex;
  flex: 1 0 0;
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:after {
  left: calc(var(--adyen-sdk-spacer-060, 12px) + 5px);
  position: absolute;
  top: calc(50% - var(--adyen-sdk-spacer-030, 6px)/2);
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:before {
  left: calc(var(--adyen-sdk-spacer-060, 12px));
  position: absolute;
  top: calc(50% - var(--adyen-sdk-spacer-070, 16px)/2);
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-060, 12px);
  padding-left: calc(var(--adyen-sdk-spacer-060, 12px) + var(--adyen-sdk-spacer-090, 24px));
  width: 100%;
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input + .adyen-checkout__radio_group__label:hover,
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label,
.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__image {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.adyen-checkout__image--loaded {
  opacity: 1;
}
.adyen-checkout__dropdown__button-icon--left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.adyen-checkout__dropdown__button-icon--left > img {
  margin-left: 0;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__dropdown {
  max-width: 100%;
  position: relative;
}
.adyen-checkout__dropdown,
.adyen-checkout__dropdown__button {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  width: 100%;
}
.adyen-checkout__dropdown__button {
  align-items: center;
  background: inherit;
  border-radius: inherit;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: flex;
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  outline: 0;
  padding: 0 var(--adyen-sdk-spacer-060, 12px);
  text-decoration: none;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[dir=rtl] .adyen-checkout__dropdown__button {
  padding: 7px var(--adyen-sdk-spacer-060, 12px) 7px var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__dropdown__button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%2300112C' fill-rule='evenodd' d='M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: var(--adyen-sdk-spacer-030, 6px);
  position: absolute;
  right: var(--adyen-sdk-spacer-070, 16px);
  width: var(--adyen-sdk-spacer-040, 8px);
}
[dir=rtl] .adyen-checkout__dropdown__button:after {
  left: var(--adyen-sdk-spacer-070, 16px);
  right: auto;
}
.adyen-checkout__dropdown__button--active:after {
  transform: rotate(180deg);
}
.adyen-checkout__dropdown__button--disabled {
  opacity: 0.4;
}
.adyen-checkout__dropdown__button--readonly,
.adyen-checkout__dropdown__button--readonly--active,
.adyen-checkout__dropdown__button--readonly:focus,
.adyen-checkout__dropdown__button--readonly:hover {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: not-allowed;
}
.adyen-checkout__dropdown__button--readonly:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none' viewBox='0 0 8 7'%3E%3Cpath fill='%23B9C4C9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6z'/%3E%3C/svg%3E");
}
.adyen-checkout__dropdown__button--invalid {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
.adyen-checkout__dropdown__button__icon {
  border-radius: 3px;
  height: 26px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  max-width: var(--adyen-sdk-spacer-110, 40px);
}
.adyen-checkout__dropdown__button__text {
  flex-grow: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__dropdown__button__secondary-text {
  margin-right: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__filter-input {
  background: inherit;
  border: 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-family: inherit;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  height: 100%;
  padding: 0;
  width: 100%;
}
.adyen-checkout__filter-input:active,
.adyen-checkout__filter-input:focus {
  outline: 0;
}
.adyen-checkout__filter-input[readonly] {
  border-color: transparent;
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: not-allowed;
}
.adyen-checkout__dropdown__list {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: 0 var(--adyen-sdk-spacer-010, 2px) 7px rgba(0, 15, 45, 0.3);
  display: none;
  list-style: none;
  margin: 0 0 var(--adyen-sdk-spacer-120, 48px);
  max-height: 375px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  display: block;
  margin-top: var(--adyen-sdk-spacer-010, 2px);
}
.adyen-checkout__dropdown__element {
  align-items: center;
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  cursor: pointer;
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  outline: 0;
  padding: var(--adyen-sdk-spacer-040, 8px);
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-break: break-word;
}
.adyen-checkout__dropdown__element .adyen-checkout__icon {
  position: absolute;
  right: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__dropdown__element:last-child {
  border-bottom: 0;
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(230, 233, 235, 0.6);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected {
  background: rgba(0, 102, 255, 0.1);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover {
  background: rgba(0, 102, 255, 0.15);
}
.adyen-checkout__dropdown__element--disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adyen-checkout__dropdown__element__icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  max-height: 26px;
  max-width: var(--adyen-sdk-spacer-110, 40px);
}
.adyen-checkout__dropdown__element__text {
  flex-grow: 1;
}
.adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__dropdown__element__flag {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: var(--adyen-sdk-spacer-050, 10px);
  max-height: 18px;
  max-width: 27px;
}
.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
  right: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__installments .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.adyen-checkout__installments .adyen-checkout__input-wrapper:active,
.adyen-checkout__installments .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__installments .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__installments .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
.adyen-checkout__installments .adyen-checkout__fieldset--revolving-plan {
  margin-top: -5px;
}
.adyen-checkout-disclaimer__label {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding-left: 0;
}
[dir=rtl] .adyen-checkout-disclaimer__label {
  padding-right: 0;
}
.adyen-checkout__card__dual-branding__buttons {
  display: flex;
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons--active {
  opacity: 1;
  pointer-events: auto;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon {
  cursor: pointer;
  opacity: 1;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child {
  right: var(--adyen-sdk-spacer-110, 40px);
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected {
  opacity: 0.5;
}
.adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  margin-top: -12px;
  min-height: var(--adyen-sdk-spacer-090, 24px);
  transition: all 0.3s ease-out;
}
.adyen-checkout__card__brands__brand-wrapper {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  display: inline-block;
  height: var(--adyen-sdk-spacer-070, 16px);
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-010, 2px);
  overflow: hidden;
  position: relative;
  width: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__card__brands--hidden {
  margin: -8px 0 8px;
  max-height: 0;
  min-height: 0;
  opacity: 0;
}
.adyen-checkout__card__brands img {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.adyen-checkout__checkbox {
  display: flex;
  width: 100%;
}
.adyen-checkout__checkbox__label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding-left: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[dir=rtl] .adyen-checkout__checkbox__label {
  padding-left: 0;
  padding-right: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
  opacity: 1;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout__checkbox__input:checked:hover + .adyen-checkout__checkbox__label:after {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__checkbox__input:focus + .adyen-checkout__checkbox__label:after {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
  border-color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  border-bottom: var(--adyen-sdk-spacer-010, 2px) solid var(--adyen-sdk-color-label-on-color, #ffffff);
  border-left: 1px solid transparent;
  border-radius: 0 var(--adyen-sdk-spacer-010, 2px) 1px;
  border-right: var(--adyen-sdk-spacer-010, 2px) solid var(--adyen-sdk-color-label-on-color, #ffffff);
  border-top: 1px solid transparent;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: var(--adyen-sdk-spacer-010, 2px);
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity 0.2s ease-out;
  width: var(--adyen-sdk-spacer-030, 6px);
  z-index: 1;
}
[dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  left: auto;
  right: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.15s ease-out, border 0.05s ease-out, box-shadow 0.1s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
  z-index: 0;
}
[dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  left: auto;
  right: 0;
}
.adyen-checkout__field--consentCheckbox {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
}
.adyen-checkout__field--consentCheckbox,
[dir=rtl] .adyen-checkout__field--consentCheckbox {
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
  flex: 1;
  justify-content: space-between;
}
.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active,
.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  margin-right: 0;
}
[dir=rtl] .adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  margin-left: 0;
}
.adyen-checkout__address-search {
  position: relative;
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  width: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300112C' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
  transform: none;
}
.adyen-checkout__address-search .adyen-checkout__filter-input {
  padding-left: calc(var(--adyen-sdk-spacer-040, 8px) + var(--adyen-sdk-spacer-070, 16px));
  position: relative;
}
.adyen-checkout__address-search__manual-add {
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button {
  border: 0;
  padding: 0;
}
.adyen-checkout-form-instruction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: 0;
}
[dir=rtl] .adyen-checkout-form-instruction {
  padding-right: 0;
}
.adyen-checkout__button {
  background: var(--adyen-sdk-color-background-always-dark, #00112c);
  border: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  cursor: pointer;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-120, 48px);
  margin: 0;
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-000, 0);
  text-decoration: none;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__button:focus {
  box-shadow: 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: 0;
}
.adyen-checkout__button:hover {
  background: var(--adyen-sdk-color-background-inverse-primary-hover, #5c687c);
  box-shadow: 0 0, 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-020, 4px) -1px rgba(0, 0, 0, 0.2), 0 var(--adyen-sdk-spacer-020, 4px) 5px 0 rgba(0, 0, 0, 0.14);
}
.adyen-checkout__button:active {
  background: var(--adyen-sdk-color-background-always-dark-active, #8d95a3);
}
.adyen-checkout__button:hover:focus {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3), 0 3px var(--adyen-sdk-spacer-020, 4px) rgba(0, 15, 45, 0.2);
}
.adyen-checkout__button:disabled,
.adyen-checkout__button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--loading {
  background: var(--adyen-sdk-color-label-disabled, #8d95a3);
  box-shadow: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button.adyen-checkout__button--pay {
  display: flex;
  justify-content: center;
  margin-top: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__button.adyen-checkout__button--pay:disabled {
  opacity: 0.4;
}
.adyen-checkout__button.adyen-checkout__button--standalone {
  margin-top: 0;
}
.adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: 0.81em;
  height: auto;
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-040, 8px);
  width: auto;
}
.adyen-checkout__button.adyen-checkout__button--ghost {
  background: none;
  border: 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout__button.adyen-checkout__button--ghost .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
.adyen-checkout__button.adyen-checkout__button--ghost .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__button.adyen-checkout__button--ghost:hover {
  background: var(--adyen-sdk-color-background-secondary-hover, #eeeff1);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--ghost:active {
  background: var(--adyen-sdk-color-background-secondary-active, #e3e5e9);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-020, 4px) rgba(27, 42, 60, 0.2), 0 var(--adyen-sdk-spacer-020, 4px) 5px rgba(27, 42, 60, 0.14);
}
.adyen-checkout__button.adyen-checkout__button--secondary:active,
.adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary:focus {
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: 0;
}
.adyen-checkout__button.adyen-checkout__button--secondary:disabled,
.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-color: var(--adyen-sdk-color-outline-disabled, #dbdee2);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--action {
  background: var(--adyen-sdk-color-background-always-dark, #00112c);
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__button.adyen-checkout__button--action:hover {
  background: var(--adyen-sdk-color-background-inverse-primary-hover, #5c687c);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--action:active,
.adyen-checkout__button.adyen-checkout__button--action:active:hover {
  background: var(--adyen-sdk-color-background-always-dark-active, #8d95a3);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--link {
  background: transparent;
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  color: var(--adyen-sdk-color-label-highlight, #0070f5);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  padding: var(--adyen-sdk-spacer-010, 2px);
  text-decoration: none;
}
.adyen-checkout__button.adyen-checkout__button--link:hover {
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.adyen-checkout__button.adyen-checkout__button--completed,
.adyen-checkout__button.adyen-checkout__button--completed:active,
.adyen-checkout__button.adyen-checkout__button--completed:active:hover,
.adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: var(--adyen-sdk-color-label-success, #07893c);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
  filter: brightness(0) invert(1);
}
.adyen-checkout__button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__button__icon {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
[dir=rtl] .adyen-checkout__button__icon {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
.adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__button__text--sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.adyen-checkout__button .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-label-on-color, #ffffff);
  border-top-color: transparent;
  opacity: 0.1;
}
.adyen-checkout__button .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
.adyen-checkout-ctp__otp-resend-code-wrapper {
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout-ctp__otp-resend-code--confirmation,
.adyen-checkout-ctp__otp-resend-code--disabled {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  cursor: default;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin-left: auto;
  pointer-events: none;
}
.adyen-checkout-ctp__otp-resend-code--confirmation {
  align-items: center;
  display: flex;
}
.adyen-checkout-ctp__otp-resend-code--confirmation > img {
  margin-left: var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout-ctp__otp-resend-code-counter {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: default;
  display: inline-block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin-left: auto;
  text-align: right;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--otp {
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-ctp__otp-field-wrapper {
  position: relative;
}
.adyen_checkout-ctp__brand-wrapper {
  align-items: center;
  display: flex;
  height: 18px;
}
.adyen_checkout-ctp__brand-logo {
  margin-right: var(--adyen-sdk-spacer-030, 6px);
  width: var(--adyen-sdk-spacer-090, 24px);
}
.adyen_checkout-ctp__brand-pipe {
  height: 15px;
  margin-right: var(--adyen-sdk-spacer-030, 6px);
}
.adyen_checkout-ctp__brand-scheme {
  margin-right: var(--adyen-sdk-spacer-030, 6px);
  -o-object-fit: none;
  object-fit: none;
}
.adyen_checkout-ctp__brand-scheme-mc {
  width: 27px;
}
.adyen_checkout-ctp__brand-scheme-visa {
  width: 35px;
}
.adyen-checkout__modal-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: var(--adyen-sdk-spacer-090, 24px);
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.adyen-checkout__modal-wrapper:before {
  background: rgba(0, 17, 44, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 10;
}
.adyen-checkout__modal-wrapper--open {
  visibility: visible;
}
.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,
.adyen-checkout__modal-wrapper--open:before {
  opacity: 1;
}
.adyen-checkout__modal {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: 0 var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-090, 24px) rgba(0, 17, 44, 0.15);
  margin: auto;
  opacity: 0;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 11;
}
@media (max-width: 480px) {
  .adyen-checkout__modal-wrapper {
    padding: 0;
  }
  .adyen-checkout__modal {
    border-radius: 0;
    height: 100%;
  }
}
.adyen-checkout__ctp-modal-header-image {
  display: block;
  margin: auto;
}
.adyen-checkout__ctp-modal-title {
  font-size: var(--adyen-sdk-text-title-m-font-size, 1.25rem);
  font-weight: 700;
  line-height: var(--adyen-sdk-spacer-090, 24px);
  margin: 0 0 var(--adyen-sdk-spacer-060, 12px);
  padding: 0;
}
.adyen-checkout__ctp-modal-text {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__ctp-modal-benefits {
  margin-left: 0;
  padding-left: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout__ctp-modal-benefits li {
  list-style: disc;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal {
  max-width: 464px;
}
.adyen_checkout-ctp__brand-wrapper--popup {
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-web__ctp-info-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.adyen-checkout__button--section-logout-button {
  margin-left: auto;
}
.adyen-checkout__button--section-logout-button--disabled {
  color: var(--adyen-sdk-color-label-disabled, #8d95a3);
  pointer-events: none;
}
.adyen-checkout-ctp__section {
  background-color: white;
  border-radius: var(--adyen-sdk-spacer-060, 12px);
  box-shadow: 0 6px 12px rgba(0, 17, 44, 0.08), 0 2px 4px rgba(0, 17, 44, 0.04);
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
}
.adyen-checkout-ctp__section-brand {
  align-items: center;
  display: flex;
  height: 18px;
  margin-bottom: 16px;
}
.adyen-checkout-ctp__section--standalone {
  all: unset;
}
.adyen-checkout-ctp__section .adyen-checkout__fieldset {
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout-ctp__section-header {
  align-items: center;
  display: flex;
}
.adyen-checkout-ctp__section-header-title {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 400px) {
  .adyen-checkout-ctp__section-header-title {
    font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  }
}
.adyen-checkout-ctp__section-header-adornment {
  margin-left: 5px;
}
.adyen-checkout-ctp__section-text {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-ctp__section-text,
.adyen-checkout-ctp__separator {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
}
.adyen-checkout-ctp__separator {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout-ctp__otp-subtitle--highlighted {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
}
.adyen-checkout-ctp__otp-checkbox-container {
  background-color: #f7f8f9;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-ctp__otp-checkbox-container--checked {
  background-color: #F2F8FF;
}
.adyen-checkout-ctp__otp-checkbox-container label {
  cursor: pointer;
}
.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container {
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout-ctp__otp-checkbox-info {
  color: #707070;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: var(--adyen-sdk-spacer-020, 4px) 0 0;
}
.adyen-checkout-ctp__otp-readmore-button {
  all: unset;
  color: #0075ff;
  cursor: pointer;
  text-transform: lowercase;
}
.adyen-checkout-ctp__card-list-single-card {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-spacer-030, 6px);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-ctp__card-list-single-card-expired {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  text-decoration: line-through;
}
.adyen-checkout-ctp__expired-label {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  line-height: 17px;
  margin-left: auto;
}
.adyen-checkout-ctp__card-image {
  border-radius: 3px;
  height: 24px;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
.checkout-secondary-button__text {
  font-size: 0.85em;
  margin-left: 5px;
  margin-top: 1px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text {
  margin: 0;
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  line-height: 17px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text {
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  opacity: 1;
}
.adyen-checkout__iframe {
  border: 0;
}
.adyen-checkout-ctp__card {
  background-color: white;
  border: none;
  border-radius: var(--adyen-sdk-spacer-020, 4px);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) #999595;
  cursor: pointer;
  height: var(--adyen-sdk-spacer-110, 40px);
  margin: 0;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
  width: 100%;
}
.adyen-checkout-ctp__empty-cards {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-spacer-030, 6px);
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__iframe--ctpIframe {
  pointer-events: auto;
}
.adyen-checkout__iframe--ctpIframe-hidden {
  display: none;
}
@keyframes card-bounce {
  0% {
    animation-timing-function: cubic-bezier(0.17, 0.17, 0.32, 1);
    -webkit-translate: 0 -60%;
    -moz-translate: 0 -60%;
    -ms-translate: 0 -60%;
    translate: 0 -60%;
  }
  9.70874% {
    animation-timing-function: cubic-bezier(0.41, 0, 0.49, 1);
    -webkit-translate: 0 8.5%;
    -moz-translate: 0 8.5%;
    -ms-translate: 0 8.5%;
    translate: 0 8.5%;
  }
  23.4466% {
    animation-timing-function: cubic-bezier(0.29, 0, 0.26, 1);
    -webkit-translate: 0 -22.5%;
    -moz-translate: 0 -22.5%;
    -ms-translate: 0 -22.5%;
    translate: 0 -22.5%;
  }
  47.7184% {
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  63.8835% {
    animation-timing-function: cubic-bezier(1, 0, 0.78, 1);
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  86.5534% {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
  to {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
}
@keyframes card-fade-100 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 1;
  }
  78.4466% {
    opacity: 1;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes card-fade-60 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.6;
  }
  78.4466% {
    opacity: 0.6;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes card-fade-20 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.2;
  }
  78.4466% {
    opacity: 0.2;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.adyen-checkout-ctp__card-animation {
  aspect-ratio: 1/0.438;
  filter: grayscale(1);
  margin: 40px auto 50px;
  max-width: 100%;
  position: relative;
  width: 140px;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer {
  background-size: contain!important;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:first-of-type {
  animation: card-bounce 2.06s linear infinite both, card-fade-100 2.06s linear infinite both;
  animation-delay: 0.1s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056q.002-.019.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118q.156-.091.301-.183c2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836q0 .01.093.032c.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056q.002-.019.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118q.156-.091.301-.183c2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836q0 .01.093.032c.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.4 2.4 0 0 0-.548.23c-.132.08-.653.173-1.164.208m-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373m-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26m-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
  opacity: 1;
  z-index: 3;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2) {
  animation: card-bounce 2.06s linear infinite both, card-fade-60 2.06s linear infinite both;
  animation-delay: 50ms;
  opacity: 0.6;
  transform: translateY(25%);
  z-index: 2;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2),
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  animation: card-bounce 2.06s linear infinite both, card-fade-20 2.06s linear infinite both;
  opacity: 0.2;
  transform: translateY(50%);
  z-index: 1;
}
.adyen-checkout-ctp__loading-subtitle {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 auto 58px;
  max-width: 280px;
  text-align: center;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--shopperLogin {
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout__content-separator {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: center;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-transform: capitalize;
  white-space: nowrap;
}
.adyen-checkout__content-separator:after,
.adyen-checkout__content-separator:before {
  border-bottom: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  content: "";
  flex: 1;
}
.adyen-checkout__content-separator:after {
  margin-left: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout__content-separator:before {
  margin-right: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout-link {
  --text-decoration: none;
  color: var(--adyen-sdk-color-label-highlight, #0070f5);
  -webkit-text-decoration: var(--text-decoration);
  text-decoration: var(--text-decoration);
}
.adyen-checkout-link:focus-visible {
  outline: none;
}
.adyen-checkout-link:active,
.adyen-checkout-link:hover {
  --text-decoration: underline;
}
.adyen-checkout-link:focus-visible {
  border-radius: var(--adyen-sdk-border-radius-xs, 2px);
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--adyen-sdk-focus-ring-color, rgba(0, 112, 245, 0.8));
  transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[class^=adyen-checkout],
[class^=adyen-checkout] *,
[class^=adyen-checkout] :after,
[class^=adyen-checkout] :before,
[class^=adyen-checkout]:after,
[class^=adyen-checkout]:before {
  box-sizing: border-box;
}
.adyen-checkout__threeds2__challenge,
.adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  display: block;
  height: inherit;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.adyen-checkout__threeds2__challenge--01,
.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 250px;
}
.adyen-checkout__threeds2__challenge--02,
.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 390px;
}
.adyen-checkout__threeds2__challenge--03,
.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 500px;
}
.adyen-checkout__threeds2__challenge--04,
.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 600px;
}
.adyen-checkout__threeds2__challenge--05,
.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  height: 100%;
  width: 100%;
}
.adyen-checkout__iframe--threeDSIframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
  display: block;
  margin: var(--adyen-sdk-spacer-130, 56px) auto var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
  color: var(--adyen-sdk-color-label-critical, #e22d2d);
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  margin-bottom: var(--adyen-sdk-spacer-130, 56px);
  text-align: center;
}
.adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__pm__holderName {
  margin-bottom: 0;
}
.adyen-checkout__pm__holderName .adyen-checkout__input {
  max-height: 100px;
}
.adyen-checkout__fieldset__title + .adyen-checkout__ach-sf__form {
  margin-top: 0;
}
.adyen-checkout__ach-input .adyen-checkout__fieldset--address,
.adyen-checkout__ach-sf__form {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.sf-input__wrapper {
  position: relative;
}
.adyen-checkout__ach--loading {
  pointer-events: none;
}
.adyen-checkout__bacs--confirm {
  position: relative;
}
.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
  display: none;
}
.adyen-checkout__bacs .adyen-checkout__field--inactive {
  pointer-events: none;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
  top: -50px;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button {
  background: none;
  border: none;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  padding: 0;
  text-align: end;
  text-decoration: underline;
}
.adyen-checkout__voucher-result {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  position: relative;
  text-align: center;
}
.adyen-checkout__voucher-result__bottom,
.adyen-checkout__voucher-result__top {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-separator-primary, #dbdee2);
}
.adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px) 0 0;
  padding: var(--adyen-sdk-spacer-110, 40px) 0 var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px);
  border-top: 0;
}
.adyen-checkout__voucher-result__separator {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  display: flex;
  margin: 0 auto;
  position: relative;
}
.adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  width: 100%;
}
.adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-110, 40px);
  width: 100%;
}
.adyen-checkout-link--voucher-result-instructions {
  display: inline-block;
}
.adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: var(--adyen-sdk-spacer-120, 48px);
  margin: 0 var(--adyen-sdk-spacer-090, 24px);
  position: relative;
}
.adyen-checkout__voucher-result__image__wrapper:after {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__voucher-result__image__wrapper:nth-child(2) {
  margin-left: 0;
}
.adyen-checkout__voucher-result__image__brand,
.adyen-checkout__voucher-result__image__issuer {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  height: var(--adyen-sdk-spacer-120, 48px);
}
.adyen-checkout__voucher-result__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.adyen-checkout__voucher-result__amount {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: 700;
  margin: var(--adyen-sdk-spacer-090, 24px) auto 0;
  text-align: center;
}
.adyen-checkout__voucher-result__surcharge {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  text-align: center;
}
.adyen-checkout__voucher-result__code__label,
.adyen-checkout__voucher-result__surcharge {
  display: block;
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
.adyen-checkout__voucher-result__code__label {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
}
.adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute;
}
.adyen-checkout__voucher-result__code__label__text {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  letter-spacing: normal;
  line-height: 1;
  padding: 0 var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__voucher-result__code__barcode {
  display: block;
  height: var(--adyen-sdk-spacer-130, 56px);
  margin: 0 auto var(--adyen-sdk-spacer-040, 8px);
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__voucher-result__code {
  border-width: 1px 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-120, 48px);
  position: relative;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
  word-break: break-word;
}
.adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto var(--adyen-sdk-spacer-100, 32px);
  max-width: 100%;
  min-width: 200px;
  padding: 0;
  width: 300px;
}
.adyen-checkout__voucher-result__actions__item {
  margin: 0 var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout__details-table {
  list-style: none;
  margin: -1px auto 0;
  padding: 0;
}
.adyen-checkout__details-table__item {
  border-top: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
  word-break: break-word;
}
.adyen-checkout__details-table__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__details-table__label {
  max-width: 50%;
  text-align: left;
}
.adyen-checkout__details-table__value {
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}
.adyen-checkout__voucher-result__introduction {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  max-width: 420px;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group {
  display: flex;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group {
  display: flex;
  margin: var(--adyen-sdk-spacer-040, 8px) 0;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper {
  margin-right: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child {
  margin: 0;
}
.adyen-checkout__field--gender .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.adyen-checkout__field--gender .adyen-checkout__input-wrapper:active,
.adyen-checkout__field--gender .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__field--gender .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__field--gender .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
.adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:active,
.adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress,
.adyen-checkout__open-invoice .adyen-checkout__fieldset--personalDetails {
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0;
}
.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__open-invoice--loading {
  pointer-events: none;
}
.adyen-checkout__amazonpay__button {
  margin: auto;
}
.adyen-checkout__amazonpay .adyen-checkout__button--ghost {
  display: block;
  margin: var(--adyen-sdk-spacer-040, 8px) auto 0;
  width: auto;
}
.adyen-checkout__applepay__button {
  height: var(--adyen-sdk-spacer-120, 48px);
  width: 240px;
}
.adyen-checkout__dropin .adyen-checkout__applepay__button {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  width: 100%;
}
@supports (-webkit-appearance:-apple-pay-button) {
  .apple-pay,
  .apple-pay-button {
    -webkit-appearance: -apple-pay-button;
  }
  .apple-pay-button {
    cursor: pointer;
    display: inline-block;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button--type-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button--type-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button--type-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button--type-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button--type-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button--type-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button--type-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button--type-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button--type-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button--type-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button--type-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button--type-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button--type-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button--type-top-up {
    -apple-pay-button-type: top-up;
  }
}
@supports not (-webkit-appearance:-apple-pay-button) {
  .apple-pay-button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: 5px;
    display: inline-block;
    max-height: var(--adyen-sdk-spacer-140, 64px);
    min-height: var(--adyen-sdk-spacer-100, 32px);
    min-width: 200px;
    padding: 0;
  }
  .apple-pay-button-black {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
  }
  .apple-pay-button-white,
  .apple-pay-button-white-with-line {
    background-color: white;
    background-image: -webkit-named-image(apple-pay-logo-black);
  }
  .apple-pay-button-white-with-line {
    border: 0.5px solid black;
  }
}
.adyen-checkout__cashapp > .adyen-checkout__store-details {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: 0;
}
.adyen-checkout__paywithgoogle {
  height: var(--adyen-sdk-spacer-120, 48px);
}
.adyen-checkout__paypal__buttons {
  position: relative;
  z-index: 0;
}
.adyen-checkout__paypal__button {
  display: flex;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__paypal__button:empty {
  display: none;
}
.adyen-checkout__paypal__status--pending {
  margin: var(--adyen-sdk-spacer-070, 16px) 0;
}
.adyen-checkout__paypal__status--processing {
  align-items: center;
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: center;
  padding: var(--adyen-sdk-spacer-090, 24px) 0;
}
.adyen-checkout__paypal-processing .adyen-checkout__paypal__button {
  display: none;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
  margin: var(--adyen-sdk-spacer-070, 16px) 0 38px;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
  padding: var(--adyen-sdk-spacer-080, 20px) 0 65px;
}
.adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:active,
.adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:active:hover,
.adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:focus-within,
.adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding: var(--adyen-sdk-spacer-090, 24px);
  word-break: break-all;
}
.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding: var(--adyen-sdk-spacer-090, 24px);
  word-break: break-all;
}
.adyen-checkout__issuer-button {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: none;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary, #dbdee2);
  cursor: pointer;
  display: flex;
  flex-basis: 47%;
  flex-grow: 2;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  height: var(--adyen-sdk-spacer-110, 40px);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-060, 12px);
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__issuer-button:active {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
.adyen-checkout__issuer-button--selected {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  box-shadow: inset 0 0 0 1.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-110, 40px);
  transition: none;
}
.adyen-checkout__issuer-button-img {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  max-height: 26px;
}
.adyen-checkout__issuer-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__field--issuer-list {
  margin-bottom: 0;
}
.adyen-checkout__econtext-input__field > .adyen-checkout__button--pay:only-child {
  margin-top: 0;
}
.adyen-checkout-trustly {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-trustly__descriptor {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  margin: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout-trustly__description-list {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
  padding-left: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout-paybybank_AIS_DD {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-paybybank_AIS_DD__description-header {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  margin: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout-paybybank_AIS_DD__description-body {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
}
@media (max-width: 330px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(2) {
    display: none;
  }
}
@media (max-width: 360px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(3) {
    display: none;
  }
}
@media (max-width: 390px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(4) {
    display: none;
  }
}
.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brand-number {
  text-overflow: clip;
  white-space: nowrap;
}
.adyen-checkout__klarna-widget {
  pointer-events: all;
}
.adyen-checkout__qr-loader {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  flex-direction: column;
  padding: var(--adyen-sdk-spacer-110, 40px);
  padding-bottom: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__qr-loader--result {
  gap: var(--adyen-sdk-spacer-090, 24px);
  padding: 100px;
}
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.adyen-checkout__qr-loader__brand-logo-wrapper {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
  overflow: hidden;
}
.adyen-checkout__qr-loader__brand-logo {
  display: block;
  width: 80px;
}
.adyen-checkout__qr-loader__subtitle {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  max-width: 400px;
  text-align: center;
}
.adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__qr-loader__payment_amount {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-l-font-weight, 600);
  line-height: var(--adyen-sdk-text-body-wide-line-height, 24px);
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__qr-loader__progress {
  background: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  height: var(--adyen-sdk-spacer-020, 4px);
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  padding-right: 3%;
  width: 152px;
}
[dir=rtl] .adyen-checkout__qr-loader__progress {
  padding-left: 3%;
  padding-right: 0;
}
.adyen-checkout__qr-loader__percentage {
  background: var(--adyen-sdk-color-label-primary, #00112c);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: block;
  height: 100%;
}
.adyen-checkout__qr-loader__countdown {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  text-align: center;
}
.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__qr-loader__app-link {
  display: none;
}
.adyen-checkout__button.adyen-checkout__button--qr-loader {
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  text-decoration: none;
}
.adyen-checkout__qr-loader__instructions {
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  line-height: 1.5;
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  max-width: 300px;
}
.adyen-checkout__qr-loader__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__await__instructions {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .adyen-checkout__qr-loader__app-link {
    display: block;
    min-width: 220px;
  }
}
.adyen-checkout__qr-loader--swish > .adyen-checkout__qr-loader__instructions {
  text-align: center;
}
.adyen-checkout-paynow__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  text-align: center;
}
.adyen-checkout-timeline-wrapper {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: 8px;
  max-width: 300px;
  padding: 16px;
}
.adyen-checkout-timeline {
  scrollbar-color: var(--adyen-sdk-color-background-quaternary, #c0c5cc) transparent;
}
.adyen-checkout-timeline__items {
  all: unset;
}
.adyen-checkout-timeline-item {
  scrollbar-color: var(--adyen-sdk-color-background-quaternary, #c0c5cc) transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style-type: none;
  max-width: 500px;
}
.adyen-checkout-timeline-item:last-child .adyen-checkout-timeline-item__separator {
  display: none;
}
.adyen-checkout-timeline-item:last-child .adyen-checkout-timeline-item__content {
  padding-bottom: 0;
}
.adyen-checkout-timeline-item__row {
  display: flex;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-timeline-item__marker {
  display: flex;
  flex-flow: column;
  margin-top: var(--adyen-sdk-spacer-010, 2px);
  max-width: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
.adyen-checkout-timeline-item__separator {
  flex-grow: 1;
  position: relative;
}
.adyen-checkout-timeline-item__separator:before {
  background-color: var(--adyen-sdk-color-separator-secondary, #c9cdd3);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 1px;
}
.adyen-checkout-timeline-item__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-timeline-item__title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  letter-spacing: 0;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-bottom: var(--adyen-sdk-spacer-010, 2px);
  text-align: left;
}
.adyen-checkout-paynow__instructions {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  text-align: center;
}
.adyen-checkout-paynow__instructions > p {
  margin-bottom: 0;
}
.adyen-checkout__blik__helper {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: 400;
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
.adyen-checkout__await {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-110, 40px);
  text-align: center;
}
.adyen-checkout__await--result {
  padding: 100px;
}
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.adyen-checkout__await__brand-logo {
  border-radius: 3px;
  width: 74px;
}
.adyen-checkout__await__indicator-text,
.adyen-checkout__await__subtitle {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text {
  margin-left: var(--adyen-sdk-spacer-050, 10px);
  margin-top: var(--adyen-sdk-spacer-030, 6px);
}
.adyen-checkout__await__indicator-holder {
  display: flex;
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
  margin-top: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__await__subtitle--result {
  margin-bottom: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__await__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__await__progress {
  background: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  height: var(--adyen-sdk-spacer-020, 4px);
  margin: var(--adyen-sdk-spacer-100, 32px) auto var(--adyen-sdk-spacer-060, 12px);
  width: 152px;
}
.adyen-checkout__await__percentage {
  background: var(--adyen-sdk-color-label-primary, #00112c);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: block;
  height: 100%;
}
.adyen-checkout__await__countdown {
  color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
.adyen-checkout__await > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__await__app-link {
  display: none;
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__await__amount {
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-align: center;
}
@media only screen and (max-device-width: 1200px) {
  .adyen-checkout__await__app-link {
    display: block;
  }
}
.adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__fieldset--phone-input {
  direction: ltr;
}
.adyen-checkout__fieldset--phone-input .adyen-checkout__fieldset__fields {
  gap: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__fieldset--phone-input .adyen-checkout__fieldset__fields > .adyen-checkout__field {
  margin-bottom: 0;
}
.adyen-checkout-field--phone-prefix {
  width: 144px;
}
.adyen-checkout-field--phone-number {
  flex: 1;
}
.adyen-checkout__field--vpa {
  margin-bottom: 0;
}
.adyen-checkout_upi-mode-selection-text {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
  margin-top: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout__segmented-control--upi-margin-bottom {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-upi-area-intent .adyen-checkout__button--pay {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-upi-area-qr-code .adyen-checkout__button--pay {
  margin-top: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout-checkmark {
  border-bottom: 1.5px solid var(--adyen-sdk-color-label-primary, #00112c);
  border-right: 1.5px solid var(--adyen-sdk-color-label-primary, #00112c);
  height: var(--adyen-sdk-spacer-060, 12px);
  transform: rotate(45deg);
  width: var(--adyen-sdk-spacer-030, 6px);
}
.adyen-checkout__segmented-control {
  background: var(--adyen-sdk-color-background-tertiary, #eeeff1);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: flex;
  gap: var(--adyen-sdk-spacer-020, 4px);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-030, 6px);
}
.adyen-checkout__segmented-control--disabled {
  pointer-events: none;
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment {
  color: var(--adyen-sdk-color-label-disabled, #8d95a3);
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment--selected .adyen-checkout-checkmark {
  border-bottom: 1.5px solid var(--adyen-sdk-color-label-disabled, #8d95a3);
  border-right: 1.5px solid var(--adyen-sdk-color-label-disabled, #8d95a3);
}
.adyen-checkout__segmented-control-segment {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  gap: var(--adyen-sdk-spacer-050, 10px);
  height: var(--adyen-sdk-spacer-110, 40px);
  justify-content: center;
  text-align: center;
  transition: background 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__segmented-control-segment:active,
.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
}
.adyen-checkout__segmented-control-segment--selected {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
.adyen-checkout__payment-method__header__title {
  align-items: center;
  background: none;
  border: none;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  gap: var(--adyen-sdk-spacer-060, 12px);
  margin-right: var(--adyen-sdk-spacer-070, 16px);
  max-height: 38px;
  max-width: 100%;
  padding: 0;
}
[dir=rtl] .adyen-checkout__payment-method__header__title {
  margin-left: var(--adyen-sdk-spacer-070, 16px);
  margin-right: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout__payment-method__radio {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: 50%;
  height: var(--adyen-sdk-spacer-070, 16px);
  left: var(--adyen-sdk-spacer-070, 16px);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
}
[dir=rtl] .adyen-checkout__payment-method__radio {
  left: auto;
  right: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__payment-method__radio:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--adyen-sdk-spacer-040, 8px);
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-out;
  width: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__payment-method__radio--selected {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: 0;
  transition: all 0.3s ease-out;
}
.adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
.adyen-checkout__payment-method__radio--selected:after {
  transform: translateY(-50%) scale(1);
}
.adyen-checkout-upi-app-item {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-070, 16px);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15s ease;
  width: 100%;
}
.adyen-checkout-upi-app-item__label {
  cursor: pointer;
}
.adyen-checkout-upi-app-item:hover:not(.adyen-checkout-upi-app-item--selected) {
  border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
.adyen-checkout-upi-app-item--selected:not(.adyen-checkout-upi-app-item:last-child) {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
.adyen-checkout-upi-app-item--selected {
  border-color: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  cursor: default;
}
.adyen-checkout-upi-app-item--selected .adyen-checkout-expand-button--upi-app-item,
.adyen-checkout-upi-app-item--selected .adyen-checkout-expand-button--upi-app-item > label {
  cursor: default;
}
.adyen-checkout-upi-app-item .adyen-checkout-expand-button--upi-app-item {
  margin-right: 0;
}
.adyen-checkout-upi-app-list {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout-upi-app-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__payto-component .adyen-checkout__fieldset {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__payto-component .adyen-checkout__fieldset .adyen-checkout__fieldset__fields {
  gap: 0 var(--adyen-sdk-spacer-060, 12px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__payto-component .adyen-checkout-field--phone-prefix {
  width: 98px;
}
.adyen-checkout__payto-component--loading {
  pointer-events: none;
}
.adyen-checkout__await--payto .adyen-checkout__details-table {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding-top: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__await--payto .adyen-checkout__details-table__item:first-child {
  border-top: none;
}
.adyen-checkout__alert-message {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px);
  text-align: left;
}
.adyen-checkout__alert-message--error {
  background: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
}
.adyen-checkout__alert-message--info {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
}
.adyen-checkout__alert-message__icon {
  height: 14px;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  width: 14px;
}
.adyen-checkout__giftcard-result__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.adyen-checkout__giftcard-result__header__title {
  align-items: center;
  display: flex;
}
.adyen-checkout__giftcard-result__name {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__giftcard-result__balance {
  list-style: none;
  margin: var(--adyen-sdk-spacer-070, 16px) 0 0;
  padding: 0;
}
.adyen-checkout__giftcard-result__balance__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
}
.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit {
  color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__giftcard-result__balance__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__giftcard-result__balance__value--amount {
  font-weight: 700;
}
.adyen-checkout__giftcard-result__remaining-balance {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: var(--adyen-sdk-spacer-040, 8px) auto 0;
  text-align: center;
}
.adyen-checkout__bankTransfer__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
.adyen-checkout__bankTransfer__emailField {
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__adyen-giving .adyen-checkout__status__icon {
  display: block;
  margin: var(--adyen-sdk-spacer-130, 56px) auto var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout__adyen-giving .adyen-checkout__status__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin-bottom: var(--adyen-sdk-spacer-130, 56px);
  text-align: center;
}
.adyen-checkout__adyen-giving .adyen-checkout-disclaimer__label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin-top: 0;
}
.adyen-checkout__campaign {
  position: relative;
}
.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
  text-decoration: underline;
}
.adyen-checkout__campaign-logo {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  display: block;
  flex-shrink: 0;
  height: var(--adyen-sdk-spacer-120, 48px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  width: var(--adyen-sdk-spacer-120, 48px);
}
.adyen-checkout__campaign-background-image {
  aspect-ratio: 5/2;
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  background-position: 50%;
  background-size: 100%;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  overflow: hidden;
  transition: background-size 0.6s ease-out;
}
.adyen-checkout__campaign-background-image:hover {
  background-size: 110%;
}
.adyen-checkout__campaign-link {
  text-decoration: none;
}
.adyen-checkout__campaign-link:hover {
  text-decoration: underline;
}
.adyen-checkout__campaign-content {
  align-items: flex-start;
  display: flex;
  gap: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout__campaign-description,
.adyen-checkout__campaign-title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin: 0;
}
.adyen-checkout__campaign-title {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  line-height: var(--adyen-sdk-text-title-line-height, 26px);
}
.adyen-checkout__campaign-cause {
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  font-weight: var(--adyen-sdk-text-caption-stronger-font-weight, 500);
}
.adyen-checkout__campaign-cause,
.adyen-checkout__campaign-description {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
.adyen-checkout__campaign-description {
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  margin-top: var(--adyen-sdk-spacer-060, 12px);
}
.adyen-checkout-roundup-description {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding-left: 0;
}
.adyen-checkout__adyen-giving-actions {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-align: center;
}
.adyen-checkout__button.adyen-checkout__button--donate {
  margin: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout__button.adyen-checkout__button--decline {
  display: block;
  margin: auto;
}
.adyen-checkout__button-group {
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.adyen-checkout__button-group .adyen-checkout__button {
  background: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary, #dbdee2);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-spacer-110, 40px);
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  padding: 0;
  text-align: center;
}
.adyen-checkout__button-group .adyen-checkout__button:last-child {
  margin-right: 0;
}
.adyen-checkout__button-group .adyen-checkout__button:hover {
  background: transparent;
  box-shadow: inset 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
.adyen-checkout__button-group .adyen-checkout__button:active {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: inset 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
.adyen-checkout__button-group .adyen-checkout__button--disabled,
.adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button-group .adyen-checkout__button--selected,
.adyen-checkout__button-group .adyen-checkout__button--selected:active,
.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,
.adyen-checkout__button-group .adyen-checkout__button--selected:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-label-primary, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-110, 40px);
  transition: none;
}
.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__order-payment-methods-list {
  list-style: none;
  margin: 0 auto var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
.adyen-checkout__order-payment-method {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.adyen-checkout__order-payment-method:first-child {
  border-top-left-radius: var(--adyen-sdk-border-radius-m, 8px);
  border-top-right-radius: var(--adyen-sdk-border-radius-m, 8px);
}
.adyen-checkout__order-payment-method:last-child {
  border-bottom-left-radius: var(--adyen-sdk-border-radius-m, 8px);
  border-bottom-right-radius: var(--adyen-sdk-border-radius-m, 8px);
}
.adyen-checkout__order-payment-method__header {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title {
  padding: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout__order-payment-method__details {
  padding: 0 var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__order-payment-method__deducted-amount {
  display: flex;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  justify-content: space-between;
  line-height: var(--adyen-sdk-text-subtitle-font-size, 1rem);
}
.adyen-checkout__order-payment-method__deducted-amount__label {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
.adyen-checkout__order-payment-method__deducted-amount__value {
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
}
.adyen-checkout__order-remaining-amount {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
.adyen-checkout__order-remaining-amount strong {
  font-weight: 700;
}
.adyen-checkout__dropin--loading .adyen-checkout__instant-payment-methods-list {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__payment-method__disable-confirmation {
  background: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
  border-left: 1px solid #e12424;
  border-right: 1px solid #e12424;
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  display: grid;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  grid-template-rows: 0fr;
  margin: 0 -17px;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-linear, linear), opacity var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-standard, cubic-bezier(0.2, 0, 0.4, 0.9)), margin-bottom var(--adyen-sdk-animation-duration-fast, 0.1s) var(--adyen-sdk-animation-easing-linear, linear);
}
.adyen-checkout__payment-method__disable-confirmation__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 0;
  transition: visibility var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-linear, linear), padding var(--adyen-sdk-animation-duration-fast, 0.1s) var(--adyen-sdk-animation-easing-linear, linear);
  visibility: hidden;
}
.adyen-checkout__payment-method__disable-confirmation--open {
  grid-template-rows: 1fr;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  opacity: 1;
}
.adyen-checkout__payment-method__disable-confirmation--open .adyen-checkout__payment-method__disable-confirmation__content {
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-070, 16px);
  visibility: visible;
}
.adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex;
}
.adyen-checkout__payment-method__disable-confirmation__button {
  background: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  cursor: pointer;
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  height: auto;
  margin: 0 0 0 var(--adyen-sdk-spacer-040, 8px);
  padding: var(--adyen-sdk-spacer-040, 8px);
  width: auto;
}
.adyen-checkout__payment-method__disable-confirmation__button:hover,
.adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
  background: #d81e1e;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button:active,
.adyen-checkout__payment-method__disable-confirmation__button:hover:active {
  background: #c11b1b;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button--remove,
.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
  border-color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
.adyen-checkout__payment-method__disable-confirmation__button--cancel,
.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
  border-color: transparent;
}
.adyen-checkout__payment-method {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15s ease;
  width: 100%;
}
.adyen-checkout__payment-method:focus {
  outline: 0;
}
.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) {
  border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
.adyen-checkout__payment-method--loading {
  opacity: 0.2;
}
.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: 0.9;
}
.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,
.adyen-checkout__payment-method--disabling {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__payment-method--disabling {
  opacity: 0.3;
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
  display: none;
}
.adyen-checkout__payment-method__header {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
[dir=rtl] .adyen-checkout__payment-method__header {
  padding: calc(var(--adyen-sdk-spacer-070, 16px) - var(--adyen-sdk-spacer-020, 4px));
  padding-right: calc(var(--adyen-sdk-spacer-120, 48px) - var(--adyen-sdk-spacer-020, 4px));
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
  padding: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__payment-method__surcharge {
  color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  margin-left: var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout__payment-method--selected {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  cursor: default;
  transition: opacity 0.3s ease-out;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
  flex-wrap: wrap;
}
.adyen-checkout__payment-method__details {
  padding: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-070, 16px);
  position: relative;
}
.adyen-checkout__payment-method__details__content > :last-child {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout__payment-method__image__wrapper {
  align-items: center;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  display: flex;
  height: 26px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: var(--adyen-sdk-spacer-110, 40px);
}
.adyen-checkout__payment-method__image {
  border-radius: var(--adyen-checkout-border-radius-s);
  display: block;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.adyen-checkout__payment-method__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-020, 4px);
  height: var(--adyen-sdk-spacer-070, 16px);
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0);
  overflow: hidden;
  text-align: right;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number {
  color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: var(--adyen-sdk-spacer-070, 16px);
  transition: opacity 0.2s ease-out;
  width: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: var(--adyen-sdk-spacer-000, 0);
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
.adyen-checkout__payment-method__brands img {
  display: block;
  height: 100%;
  width: 100%;
}
.adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: 0.25;
}
.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
  cursor: pointer;
}
.adyen-checkout__payment-method__name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.adyen-checkout__payment-method__additional-info {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
}
.adyen-checkout__payment-method__name_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-020, 4px);
  min-width: var(--adyen-sdk-spacer-120, 48px);
  text-align: start;
}
.adyen-checkout__status {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-direction: column;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: var(--adyen-sdk-spacer-100, 32px);
  text-align: center;
}
.adyen-checkout__status__icon {
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
.adyen-checkout__status .adyen-checkout__spinner__wrapper {
  max-height: 88px;
}
.adyen-checkout__dropin {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-100, 32px);
}
.adyen-checkout-payment-methods-container {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
.adyen-checkout-payment-methods-list-label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-subtitle-stronger-font-weight, 600);
  line-height: var(--adyen-sdk-text-subtitle-line-height, 26px);
}
.adyen-checkout__payment-methods-list {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout__payment-methods-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__instant-payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout__instant-payment-methods-list li {
  flex: 1 0 calc(50% - var(--adyen-sdk-spacer-070, 16px)/2);
}
.adyen-checkout__payment-method {
  display: block;
}
.adyen-checkout__payment-method__details {
  overflow: hidden;
}
.adyen-checkout__payment-method__image {
  height: 26px;
  width: var(--adyen-sdk-spacer-110, 40px);
}
[dir=rtl] .adyen-checkout__payment-method__image__wrapper {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
.adyen-checkout-pm-details-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
  visibility: hidden;
}
.adyen-checkout-pm-details-wrapper[aria-hidden=false] {
  grid-template-rows: 1fr;
  visibility: visible;
}
.adyen-checkout-pm-details-wrapper[aria-hidden=false] .adyen-checkout__payment-method__details {
  overflow: visible;
}
.adyen-checkout-sr-panel {
  font-size: 0.75em;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
}
.adyen-checkout-sr-panel--sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Visby Round CF Regular', sans-serif;
  font-size: 19px;
  line-height: 1.7;
  color: #1C242F;
  background-color: #FFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #D10028;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #840019;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 37px;
  margin-bottom: 37px;
  border: 0;
  border-top: 1px solid #EEF1F4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #CED4DC;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 37px;
  margin-bottom: 18.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 49px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 33px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 18.5px;
}
.lead {
  margin-bottom: 37px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 720px) {
  .lead {
    font-size: 28.5px;
  }
}
small,
.small {
  font-size: 89%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fd6682;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #CED4DC;
}
.text-primary {
  color: #D10028;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9e001e;
}
.text-success {
  color: #29823B;
}
a.text-success:hover,
a.text-success:focus {
  color: #1d5b29;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8B021B;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #590111;
}
.text-danger {
  color: #8B021B;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #590111;
}
.bg-primary {
  color: #fff;
  background-color: #D10028;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #9e001e;
}
.bg-success {
  background-color: #a0e1ad;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #79d58c;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fd6682;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fc3459;
}
.bg-danger {
  background-color: #fd6682;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fc3459;
}
.page-header {
  padding-bottom: 17.5px;
  margin: 74px 0 37px;
  border-bottom: 1px solid #EEF1F4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 18.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 37px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 720px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 18.5px 37px;
  margin: 0 0 37px;
  font-size: 23.75px;
  border-left: 5px solid #EEF1F4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #CED4DC;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #EEF1F4;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 37px;
  font-style: normal;
  line-height: 1.7;
}
code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 18px;
  margin: 0 0 18.5px;
  font-size: 18px;
  line-height: 1.7;
  color: #555F6B;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.section-box .container {
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 720px) {
  .container,
  .section-box .container {
    width: 764px;
  }
}
@media (min-width: 960px) {
  .container,
  .section-box .container {
    width: 984px;
  }
}
@media (min-width: 1200px) {
  .container,
  .section-box .container {
    width: 1212px;
  }
}
.container-fluid {
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -22px;
  margin-left: -22px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 720px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #CED4DC;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 37px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #a0e1ad;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #8ddb9d;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fd6682;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fc4d6d;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fd6682;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fc4d6d;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 27.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 37px;
  font-size: 28.5px;
  line-height: inherit;
  color: #555F6B;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 19px;
  line-height: 1.7;
  color: #1C242F;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 15px;
  font-size: 19px;
  line-height: 1.7;
  color: #1C242F;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #EEF1F4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #EEF1F4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 241, 244, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 241, 244, 0.6);
}
.form-control::-moz-placeholder {
  color: #CED4DC;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #CED4DC;
}
.form-control::-webkit-input-placeholder {
  color: #CED4DC;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EEF1F4;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 59px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 37px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 37px;
  padding: 5px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 37px;
  line-height: 37px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 37px;
  padding: 5px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 37px;
  min-height: 54px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
}
.input-lg {
  height: 59px;
  padding: 16px 40px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 8px;
}
select.input-lg {
  height: 59px;
  line-height: 59px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 59px;
  padding: 16px 40px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 8px;
}
.form-group-lg select.form-control {
  height: 59px;
  line-height: 59px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 59px;
  min-height: 58px;
  padding: 17px 40px;
  font-size: 21px;
  line-height: 1.2;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 59px;
  height: 59px;
  line-height: 59px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #29823B;
}
.has-success .form-control {
  border-color: #29823B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1d5b29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4bc664;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4bc664;
}
.has-success .input-group-addon {
  color: #29823B;
  background-color: #a0e1ad;
  border-color: #29823B;
}
.has-success .form-control-feedback {
  color: #29823B;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8B021B;
}
.has-warning .form-control {
  border-color: #8B021B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #590111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0032f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0032f;
}
.has-warning .input-group-addon {
  color: #8B021B;
  background-color: #fd6682;
  border-color: #8B021B;
}
.has-warning .form-control-feedback {
  color: #8B021B;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #8B021B;
}
.has-error .form-control {
  border-color: #8B021B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #590111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0032f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0032f;
}
.has-error .input-group-addon {
  color: #8B021B;
  background-color: #fd6682;
  border-color: #8B021B;
}
.has-error .form-control-feedback {
  color: #8B021B;
}
.has-feedback label ~ .form-control-feedback {
  top: 42px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4c617f;
}
@media (min-width: 720px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 44px;
}
.form-horizontal .form-group {
  margin-right: -22px;
  margin-left: -22px;
}
@media (min-width: 720px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 22px;
}
@media (min-width: 720px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 21px;
  }
}
@media (min-width: 720px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 19px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default,
.btn-loading,
.bestdeal-a .bestdeal-loading,
.bestdeal-b .bestdeal-loading,
.hint-overlay__btn-loading {
  color: #FFF;
  background-color: transparent;
  border-color: #555F6B;
}
.btn-default:focus,
.btn-default.focus,
.btn-loading:focus,
.btn-loading.focus,
.bestdeal-a .bestdeal-loading:focus,
.bestdeal-a .bestdeal-loading.focus,
.bestdeal-b .bestdeal-loading:focus,
.bestdeal-b .bestdeal-loading.focus,
.hint-overlay__btn-loading:focus,
.hint-overlay__btn-loading.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1d2024;
}
.btn-default:hover,
.btn-loading:hover,
.bestdeal-a .bestdeal-loading:hover,
.bestdeal-b .bestdeal-loading:hover,
.hint-overlay__btn-loading:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3a4149;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-loading:active,
.btn-loading.active,
.open > .dropdown-toggle.btn-loading,
.bestdeal-a .bestdeal-loading:active,
.bestdeal-a .bestdeal-loading.active,
.open > .dropdown-toggle.bestdeal-a .bestdeal-loading,
.bestdeal-b .bestdeal-loading:active,
.bestdeal-b .bestdeal-loading.active,
.open > .dropdown-toggle.bestdeal-b .bestdeal-loading,
.hint-overlay__btn-loading:active,
.hint-overlay__btn-loading.active,
.open > .dropdown-toggle.hint-overlay__btn-loading {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #3a4149;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-loading:active:hover,
.btn-loading.active:hover,
.open > .dropdown-toggle.btn-loading:hover,
.btn-loading:active:focus,
.btn-loading.active:focus,
.open > .dropdown-toggle.btn-loading:focus,
.btn-loading:active.focus,
.btn-loading.active.focus,
.open > .dropdown-toggle.btn-loading.focus,
.bestdeal-a .bestdeal-loading:active:hover,
.bestdeal-a .bestdeal-loading.active:hover,
.open > .dropdown-toggle.bestdeal-a .bestdeal-loading:hover,
.bestdeal-a .bestdeal-loading:active:focus,
.bestdeal-a .bestdeal-loading.active:focus,
.open > .dropdown-toggle.bestdeal-a .bestdeal-loading:focus,
.bestdeal-a .bestdeal-loading:active.focus,
.bestdeal-a .bestdeal-loading.active.focus,
.open > .dropdown-toggle.bestdeal-a .bestdeal-loading.focus,
.bestdeal-b .bestdeal-loading:active:hover,
.bestdeal-b .bestdeal-loading.active:hover,
.open > .dropdown-toggle.bestdeal-b .bestdeal-loading:hover,
.bestdeal-b .bestdeal-loading:active:focus,
.bestdeal-b .bestdeal-loading.active:focus,
.open > .dropdown-toggle.bestdeal-b .bestdeal-loading:focus,
.bestdeal-b .bestdeal-loading:active.focus,
.bestdeal-b .bestdeal-loading.active.focus,
.open > .dropdown-toggle.bestdeal-b .bestdeal-loading.focus,
.hint-overlay__btn-loading:active:hover,
.hint-overlay__btn-loading.active:hover,
.open > .dropdown-toggle.hint-overlay__btn-loading:hover,
.hint-overlay__btn-loading:active:focus,
.hint-overlay__btn-loading.active:focus,
.open > .dropdown-toggle.hint-overlay__btn-loading:focus,
.hint-overlay__btn-loading:active.focus,
.hint-overlay__btn-loading.active.focus,
.open > .dropdown-toggle.hint-overlay__btn-loading.focus {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1d2024;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-loading.disabled:hover,
.btn-loading[disabled]:hover,
fieldset[disabled] .btn-loading:hover,
.btn-loading.disabled:focus,
.btn-loading[disabled]:focus,
fieldset[disabled] .btn-loading:focus,
.btn-loading.disabled.focus,
.btn-loading[disabled].focus,
fieldset[disabled] .btn-loading.focus,
.bestdeal-a .bestdeal-loading.disabled:hover,
.bestdeal-a .bestdeal-loading[disabled]:hover,
fieldset[disabled] .bestdeal-a .bestdeal-loading:hover,
.bestdeal-a .bestdeal-loading.disabled:focus,
.bestdeal-a .bestdeal-loading[disabled]:focus,
fieldset[disabled] .bestdeal-a .bestdeal-loading:focus,
.bestdeal-a .bestdeal-loading.disabled.focus,
.bestdeal-a .bestdeal-loading[disabled].focus,
fieldset[disabled] .bestdeal-a .bestdeal-loading.focus,
.bestdeal-b .bestdeal-loading.disabled:hover,
.bestdeal-b .bestdeal-loading[disabled]:hover,
fieldset[disabled] .bestdeal-b .bestdeal-loading:hover,
.bestdeal-b .bestdeal-loading.disabled:focus,
.bestdeal-b .bestdeal-loading[disabled]:focus,
fieldset[disabled] .bestdeal-b .bestdeal-loading:focus,
.bestdeal-b .bestdeal-loading.disabled.focus,
.bestdeal-b .bestdeal-loading[disabled].focus,
fieldset[disabled] .bestdeal-b .bestdeal-loading.focus,
.hint-overlay__btn-loading.disabled:hover,
.hint-overlay__btn-loading[disabled]:hover,
fieldset[disabled] .hint-overlay__btn-loading:hover,
.hint-overlay__btn-loading.disabled:focus,
.hint-overlay__btn-loading[disabled]:focus,
fieldset[disabled] .hint-overlay__btn-loading:focus,
.hint-overlay__btn-loading.disabled.focus,
.hint-overlay__btn-loading[disabled].focus,
fieldset[disabled] .hint-overlay__btn-loading.focus {
  background-color: transparent;
  border-color: #555F6B;
}
.btn-default .badge,
.btn-loading .badge,
.bestdeal-a .bestdeal-loading .badge,
.bestdeal-b .bestdeal-loading .badge,
.hint-overlay__btn-loading .badge {
  color: transparent;
  background-color: #FFF;
}
.btn-primary,
.btn-arrowR,
.bestdeal-a .bestdeal-arrowR,
.bestdeal-b .bestdeal-arrowR,
.hint-overlay__btn-arrowR {
  color: #FFF;
  background-color: #D10028;
  border-color: #D10028;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-arrowR:focus,
.btn-arrowR.focus,
.bestdeal-a .bestdeal-arrowR:focus,
.bestdeal-a .bestdeal-arrowR.focus,
.bestdeal-b .bestdeal-arrowR:focus,
.bestdeal-b .bestdeal-arrowR.focus,
.hint-overlay__btn-arrowR:focus,
.hint-overlay__btn-arrowR.focus {
  color: #FFF;
  background-color: #9e001e;
  border-color: #520010;
}
.btn-primary:hover,
.btn-arrowR:hover,
.bestdeal-a .bestdeal-arrowR:hover,
.bestdeal-b .bestdeal-arrowR:hover,
.hint-overlay__btn-arrowR:hover {
  color: #FFF;
  background-color: #9e001e;
  border-color: #94001c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-arrowR:active,
.btn-arrowR.active,
.open > .dropdown-toggle.btn-arrowR,
.bestdeal-a .bestdeal-arrowR:active,
.bestdeal-a .bestdeal-arrowR.active,
.open > .dropdown-toggle.bestdeal-a .bestdeal-arrowR,
.bestdeal-b .bestdeal-arrowR:active,
.bestdeal-b .bestdeal-arrowR.active,
.open > .dropdown-toggle.bestdeal-b .bestdeal-arrowR,
.hint-overlay__btn-arrowR:active,
.hint-overlay__btn-arrowR.active,
.open > .dropdown-toggle.hint-overlay__btn-arrowR {
  color: #FFF;
  background-color: #9e001e;
  background-image: none;
  border-color: #94001c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-arrowR:active:hover,
.btn-arrowR.active:hover,
.open > .dropdown-toggle.btn-arrowR:hover,
.btn-arrowR:active:focus,
.btn-arrowR.active:focus,
.open > .dropdown-toggle.btn-arrowR:focus,
.btn-arrowR:active.focus,
.btn-arrowR.active.focus,
.open > .dropdown-toggle.btn-arrowR.focus,
.bestdeal-a .bestdeal-arrowR:active:hover,
.bestdeal-a .bestdeal-arrowR.active:hover,
.open > .dropdown-toggle.bestdeal-a .bestdeal-arrowR:hover,
.bestdeal-a .bestdeal-arrowR:active:focus,
.bestdeal-a .bestdeal-arrowR.active:focus,
.open > .dropdown-toggle.bestdeal-a .bestdeal-arrowR:focus,
.bestdeal-a .bestdeal-arrowR:active.focus,
.bestdeal-a .bestdeal-arrowR.active.focus,
.open > .dropdown-toggle.bestdeal-a .bestdeal-arrowR.focus,
.bestdeal-b .bestdeal-arrowR:active:hover,
.bestdeal-b .bestdeal-arrowR.active:hover,
.open > .dropdown-toggle.bestdeal-b .bestdeal-arrowR:hover,
.bestdeal-b .bestdeal-arrowR:active:focus,
.bestdeal-b .bestdeal-arrowR.active:focus,
.open > .dropdown-toggle.bestdeal-b .bestdeal-arrowR:focus,
.bestdeal-b .bestdeal-arrowR:active.focus,
.bestdeal-b .bestdeal-arrowR.active.focus,
.open > .dropdown-toggle.bestdeal-b .bestdeal-arrowR.focus,
.hint-overlay__btn-arrowR:active:hover,
.hint-overlay__btn-arrowR.active:hover,
.open > .dropdown-toggle.hint-overlay__btn-arrowR:hover,
.hint-overlay__btn-arrowR:active:focus,
.hint-overlay__btn-arrowR.active:focus,
.open > .dropdown-toggle.hint-overlay__btn-arrowR:focus,
.hint-overlay__btn-arrowR:active.focus,
.hint-overlay__btn-arrowR.active.focus,
.open > .dropdown-toggle.hint-overlay__btn-arrowR.focus {
  color: #FFF;
  background-color: #7a0017;
  border-color: #520010;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-arrowR.disabled:hover,
.btn-arrowR[disabled]:hover,
fieldset[disabled] .btn-arrowR:hover,
.btn-arrowR.disabled:focus,
.btn-arrowR[disabled]:focus,
fieldset[disabled] .btn-arrowR:focus,
.btn-arrowR.disabled.focus,
.btn-arrowR[disabled].focus,
fieldset[disabled] .btn-arrowR.focus,
.bestdeal-a .bestdeal-arrowR.disabled:hover,
.bestdeal-a .bestdeal-arrowR[disabled]:hover,
fieldset[disabled] .bestdeal-a .bestdeal-arrowR:hover,
.bestdeal-a .bestdeal-arrowR.disabled:focus,
.bestdeal-a .bestdeal-arrowR[disabled]:focus,
fieldset[disabled] .bestdeal-a .bestdeal-arrowR:focus,
.bestdeal-a .bestdeal-arrowR.disabled.focus,
.bestdeal-a .bestdeal-arrowR[disabled].focus,
fieldset[disabled] .bestdeal-a .bestdeal-arrowR.focus,
.bestdeal-b .bestdeal-arrowR.disabled:hover,
.bestdeal-b .bestdeal-arrowR[disabled]:hover,
fieldset[disabled] .bestdeal-b .bestdeal-arrowR:hover,
.bestdeal-b .bestdeal-arrowR.disabled:focus,
.bestdeal-b .bestdeal-arrowR[disabled]:focus,
fieldset[disabled] .bestdeal-b .bestdeal-arrowR:focus,
.bestdeal-b .bestdeal-arrowR.disabled.focus,
.bestdeal-b .bestdeal-arrowR[disabled].focus,
fieldset[disabled] .bestdeal-b .bestdeal-arrowR.focus,
.hint-overlay__btn-arrowR.disabled:hover,
.hint-overlay__btn-arrowR[disabled]:hover,
fieldset[disabled] .hint-overlay__btn-arrowR:hover,
.hint-overlay__btn-arrowR.disabled:focus,
.hint-overlay__btn-arrowR[disabled]:focus,
fieldset[disabled] .hint-overlay__btn-arrowR:focus,
.hint-overlay__btn-arrowR.disabled.focus,
.hint-overlay__btn-arrowR[disabled].focus,
fieldset[disabled] .hint-overlay__btn-arrowR.focus {
  background-color: #D10028;
  border-color: #D10028;
}
.btn-primary .badge,
.btn-arrowR .badge,
.bestdeal-a .bestdeal-arrowR .badge,
.bestdeal-b .bestdeal-arrowR .badge,
.hint-overlay__btn-arrowR .badge {
  color: #D10028;
  background-color: #FFF;
}
.btn-success {
  color: #FFF;
  background-color: #29823B;
  border-color: #29823B;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFF;
  background-color: #1d5b29;
  border-color: #0a210f;
}
.btn-success:hover {
  color: #FFF;
  background-color: #1d5b29;
  border-color: #1a5326;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #1d5b29;
  background-image: none;
  border-color: #1a5326;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFF;
  background-color: #14401d;
  border-color: #0a210f;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #29823B;
  border-color: #29823B;
}
.btn-success .badge {
  color: #29823B;
  background-color: #FFF;
}
.btn-info {
  color: #FFF;
  background-color: #017AAD;
  border-color: #017AAD;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFF;
  background-color: #01567a;
  border-color: #00212e;
}
.btn-info:hover {
  color: #FFF;
  background-color: #01567a;
  border-color: #014f70;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #01567a;
  background-image: none;
  border-color: #014f70;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFF;
  background-color: #013d57;
  border-color: #00212e;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #017AAD;
  border-color: #017AAD;
}
.btn-info .badge {
  color: #017AAD;
  background-color: #FFF;
}
.btn-warning {
  color: #FFF;
  background-color: #E9A100;
  border-color: #E9A100;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFF;
  background-color: #b67e00;
  border-color: #6a4900;
}
.btn-warning:hover {
  color: #FFF;
  background-color: #b67e00;
  border-color: #ac7700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #b67e00;
  background-image: none;
  border-color: #ac7700;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFF;
  background-color: #926500;
  border-color: #6a4900;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #E9A100;
  border-color: #E9A100;
}
.btn-warning .badge {
  color: #E9A100;
  background-color: #FFF;
}
.btn-danger {
  color: #FFF;
  background-color: #8B021B;
  border-color: #8B021B;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFF;
  background-color: #590111;
  border-color: #0d0003;
}
.btn-danger:hover {
  color: #FFF;
  background-color: #590111;
  border-color: #4f010f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFF;
  background-color: #590111;
  background-image: none;
  border-color: #4f010f;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFF;
  background-color: #36010a;
  border-color: #0d0003;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #8B021B;
  border-color: #8B021B;
}
.btn-danger .badge {
  color: #8B021B;
  background-color: #FFF;
}
.btn-link {
  font-weight: 400;
  color: #D10028;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #840019;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #CED4DC;
  text-decoration: none;
}
.btn-lg {
  padding: 16px 40px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 8px;
}
.btn-sm {
  padding: 5px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 59px;
  padding: 16px 40px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 8px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 59px;
  line-height: 59px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  padding: 5px 12px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  line-height: 37px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  color: #1C242F;
  text-align: center;
  background-color: #EEF1F4;
  border: 1px solid #EEF1F4;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 12px;
  font-size: 17px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 16px 40px;
  font-size: 21px;
  border-radius: 8px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #EEF1F4;
}
.nav > li.disabled > a {
  color: #CED4DC;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #CED4DC;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #EEF1F4;
  border-color: #D10028;
}
.nav .nav-divider {
  height: 1px;
  margin: 17.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #D10028 #D10028 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #D10028;
  cursor: default;
  background-color: #FFF;
  border: 1px solid #D10028;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #D10028;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 720px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 720px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 128px;
  margin-bottom: 37px;
  border: 1px solid transparent;
}
@media (min-width: 720px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 720px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 22px;
  padding-left: 22px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 720px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 720px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.section-box .container > .navbar-header,
.section-box .container > .navbar-collapse {
  margin-right: -22px;
  margin-left: -22px;
}
@media (min-width: 720px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .section-box .container > .navbar-header,
  .section-box .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 720px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 128px;
  padding: 45.5px 22px;
  font-size: 21px;
  line-height: 37px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 720px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .section-box .container .navbar-brand {
    margin-left: -22px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 22px;
  margin-top: 47px;
  margin-bottom: 47px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 720px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 22.75px -22px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 37px;
}
@media (max-width: 719px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 37px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 720px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 45.5px;
    padding-bottom: 45.5px;
  }
}
.navbar-form {
  padding: 10px 22px;
  margin-right: -22px;
  margin-left: -22px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (min-width: 720px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 719px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 42px;
  margin-bottom: 42px;
}
.navbar-btn.btn-sm {
  margin-top: 45.5px;
  margin-bottom: 45.5px;
}
.navbar-btn.btn-xs {
  margin-top: 53px;
  margin-bottom: 53px;
}
.navbar-text {
  margin-top: 45.5px;
  margin-bottom: 45.5px;
}
@media (min-width: 720px) {
  .navbar-text {
    float: left;
    margin-right: 22px;
    margin-left: 22px;
  }
}
@media (min-width: 720px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -22px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #EEF1F4;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #1C242F;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #dae0e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #dae0e7;
}
@media (max-width: 719px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #dae0e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fbfbfc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fbfbfc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fbfbfc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 719px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fbfbfc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #fbfbfc;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fbfbfc;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.panel {
  margin-bottom: 37px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px 30px;
}
.panel-heading {
  padding: 10px 30px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 10px 30px;
  padding-left: 10px 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 37px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #555F6B;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #555F6B;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #e8e8e8;
}
.panel-primary > .panel-heading {
  color: #FFF;
  background-color: #aeaeae;
  border-color: #e8e8e8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8e8e8;
}
.panel-primary > .panel-heading .badge {
  color: #aeaeae;
  background-color: #FFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e8e8e8;
}
.panel-success {
  border-color: #8ddb90;
}
.panel-success > .panel-heading {
  color: #29823B;
  background-color: #a0e1ad;
  border-color: #8ddb90;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8ddb90;
}
.panel-success > .panel-heading .badge {
  color: #a0e1ad;
  background-color: #29823B;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8ddb90;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fc4d8a;
}
.panel-warning > .panel-heading {
  color: #8B021B;
  background-color: #fd6682;
  border-color: #fc4d8a;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fc4d8a;
}
.panel-warning > .panel-heading .badge {
  color: #fd6682;
  background-color: #8B021B;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fc4d8a;
}
.panel-danger {
  border-color: #fc4d8a;
}
.panel-danger > .panel-heading {
  color: #8B021B;
  background-color: #fd6682;
  border-color: #fc4d8a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fc4d8a;
}
.panel-danger > .panel-heading .badge {
  color: #fd6682;
  background-color: #8B021B;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fc4d8a;
}
.close {
  float: right;
  font-size: 28.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.7;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 720px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 7001;
  display: block;
  font-family: 'Visby Round CF Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 17px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 8px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 8px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 8px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 8px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ddd;
}
.tooltip.top-left .tooltip-arrow {
  right: 8px;
  bottom: 0;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ddd;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 8px;
  margin-bottom: -8px;
  border-width: 8px 8px 0;
  border-top-color: #ddd;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #ddd;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #ddd;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ddd;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ddd;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 8px;
  margin-top: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #ddd;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #555F6B;
  text-align: center;
  background-color: #ddd;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.pagination:before,
.pagination:after,
.reviews-item:before,
.reviews-item:after,
.reviews-list__heading:before,
.reviews-list__heading:after,
#AppStorageSizeCalculator:before,
#AppStorageSizeCalculator:after,
.section-box .container:before,
.section-box .container:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.pagination:after,
.reviews-item:after,
.reviews-list__heading:after,
#AppStorageSizeCalculator:after,
.section-box .container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 719px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 719px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 719px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md,
  .main-header__nav-open,
  .main-header__nav-close {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  .main-header__nav-open,
  .main-header__nav-close {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d8dcdf;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e3a1a1;
	background: #cc0000 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d8dcdf;
	background: #eeeeee url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #004276;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #111111;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-weight: bold;
	color: #cc0000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #eeeeee;
	background-color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url("images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
	color: #444444;
}
.ui-state-checked {
	border: 1px solid #fcd3a1;
	background: #fbf8ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url("images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url("images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #333333;
	box-shadow: -8px -8px 8px #333333;
}

/*!
 * jQuery UI CSS Framework 1.12.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d8dcdf;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e3a1a1;
	background: #cc0000 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d8dcdf;
	background: #eeeeee url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #004276;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url("images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #111111;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-weight: bold;
	color: #cc0000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #eeeeee;
	background-color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url("images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
	color: #444444;
}
.ui-state-checked {
	border: 1px solid #fcd3a1;
	background: #fbf8ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url("images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url("images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #333333;
	box-shadow: -8px -8px 8px #333333;
}

@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url('/assets/fonts/icomoon/icomoon.woff?d0p6qx') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check_box:before {
  content: "\e911";
}

.icon-check_box_outline_blank:before {
  content: "\e912";
}

.icon-question-icon:before {
  content: "\e91a";
}

.icon-info-icon:before {
  content: "\e91b";
}

.icon-list:before {
  content: "\e913";
}

.icon-map-location:before {
  content: "\e914";
}

.icon-chevron-down:before {
  content: "\e91d";
}

.icon-remove:before {
  content: "\e91e";
}

.icon-calendar:before {
  content: "\e909";
}

.icon-alert:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e91c";
}

.icon-close:before {
  content: "\e91f";
}

.icon-contact:before {
  content: "\e920";
}

.icon-location:before {
  content: "\e922";
}

.icon-minus:before {
  content: "\e923";
}

.icon-plus:before {
  content: "\e924";
}

.icon-questionmark:before {
  content: "\e925";
}

.icon-search:before {
  content: "\e926";
}

.icon-settings:before {
  content: "\e927";
}

.icon-storage:before {
  content: "\e928";
}

.icon-triangle-arrow:before {
  content: "\e929";
}

.icon-long-arrow:before {
  content: "\e92a";
}

.icon-box:before {
  content: "\e92b";
}

.icon-calendar_simple:before {
  content: "\e92c";
}

.icon-checkmark:before {
  content: "\e92d";
}

.icon-file-pdf:before {
  content: "\e919";
}

.icon-file:before {
  content: "\e919";
}

.icon-file-format:before {
  content: "\e919";
}

.icon-play:before {
  content: "\e916";
}

.icon-player:before {
  content: "\e916";
}

.icon-warning:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-pinterest:before {
  content: "\e908";
}

.icon-hamburger:before {
  content: "\e902";
}

.icon-tel:before {
  content: "\e901";
}

.icon-star-true:before {
  content: "\e9d9";
}

.icon-chevron-thin-left:before {
  content: "\e90f";
}

.icon-chevron-thin-right:before {
  content: "\e910";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.breadcrumb {
  padding: 14px 0 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  list-style: none;
  font-size: 17px;
  color: #a8a8a8;
  display: inline-block;
  margin-right: 8px;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb > li > a {
  color: inherit;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  text-decoration: none;
  color: #D10028;
  border-color: #D10028;
}
.breadcrumb > li + li {
  padding-left: 14px;
}
.breadcrumb > li + li:before {
  content: '>';
  font-size: 0.8em;
  margin-right: 14px;
}
.breadcrumb > li + li:before {
  content: '';
  display: block;
  border: 1px solid #a8a8a8;
  border-top: 0;
  border-left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  position: relative;
  top: 13px;
  left: -16px;
}
.breadcrumb > li:last-child {
  max-width: 300px;
  margin-right: 0;
}
@media only screen and (min-width: 720px) {
  .breadcrumb + h1 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 719px) {
  .breadcrumb {
    display: none;
  }
}
.btn {
  border: 0;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  white-space: normal;
  padding: 16px 32px;
  letter-spacing: 1px;
}
.btn--nouppercase {
  text-transform: none;
}
.btn:focus {
  box-shadow: none;
  outline: 0 !important;
}
@media only screen and (max-width: 959px) {
  .btn {
    font-size: 17px;
  }
}
.btn-fit-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.btn-default:hover,
.btn-default:focus {
  opacity: 0.8;
}
.btn-primary:hover,
.btn-primary:focus {
  opacity: 0.8;
}
.btn-primary-big {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D10028;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary-big svg {
  font-size: 25px;
  margin-right: 10px;
}
.btn-primary-big.btn-loading::before {
  top: 9px;
}
.btn-primary-big--inverse {
  background: transparent;
  color: #D10028;
  border-width: 2px;
  text-shadow: none;
}
.btn-primary-big--inverse:hover,
.btn-primary-big--inverse:focus {
  background: transparent;
  color: #9e001e;
}
.btn-primary--inverse {
  background: transparent;
  color: #D10028;
  border: 1px solid #D10028;
  text-shadow: none;
  padding: 15px 30px;
}
.btn-primary--inverse:hover,
.btn-primary--inverse:focus {
  color: #9e001e;
  background: transparent;
}
.btn-primary.disabled {
  opacity: initial;
  background: #CED4DC;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
  background: #CED4DC;
}
.btn-secondary {
  border: 1px solid #1C242F;
  background: #1C242F;
  color: #FFF;
}
.btn-secondary--inverse {
  background: transparent;
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
  padding: 15px 30px;
}
.btn-secondary--inverse:hover,
.btn-secondary--inverse:focus {
  color: #090c0f;
  background: transparent;
}
.btn-secondary--inverse.btn-loading::before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.btn-inverse {
  border: 1px solid #1C242F;
  color: #1C242F;
  text-shadow: none;
}
.btn-inverse:hover,
.btn-inverse:focus {
  color: #fff;
  border-color: transparent;
}
.btn-default.btn-inverse {
  border-color: #CED4DC;
  color: #CED4DC;
}
.btn-default.btn-inverse:hover,
.btn-default.btn-inverse:focus {
  color: #A9B3C2;
  background: #EEF1F4;
  border-color: transparent;
}
.btn-disabled,
.btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.btn-sm {
  padding: 10px 20px;
}
.btn-small {
  padding: 6px 32px;
}
.btn-icon {
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-icon:before {
  font-size: 14px;
}
.btn-icon:hover,
.btn-icon:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-icon:last-child {
  margin-right: 0;
}
.btn-icon-square {
  background: transparent;
}
.btn-arrowR {
  text-transform: uppercase;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.btn-arrowR:hover,
.btn-arrowR:focus {
  opacity: 0.8;
}
.btn-arrowR:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  line-height: inherit;
  padding-left: 5px;
}
.btn-darkGrey:hover,
.btn-darkGrey:focus {
  opacity: 0.8;
}
.btn-loading {
  padding-left: 40px;
  pointer-events: none;
  cursor: default;
  position: relative;
  display: flex;
}
.btn-loading:before {
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 40px;
  border-top: 3px solid #D10028;
  border-right: 3px solid #D10028;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 100%;
  opacity: 1;
  animation: infinite-spinning 1s infinite linear;
  content: " ";
  position: absolute;
  left: 8px;
  border-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
  width: 21px;
  height: 21px;
}
.btn-loading:before.erental-app-loader {
  margin: 50px auto 25px auto;
}
.btn-loading.btn-xs {
  padding-left: 28px;
}
.btn-loading.btn-xs:before {
  top: 3px;
  width: 12px;
  height: 12px;
}
.btn-loading.btn-inverse:before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.btn-loading.btn-inverse:hover,
.btn-loading.btn-inverse:focus {
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
}
.btn-loading.btn-default.btn-inverse:before,
.btn-loading.btn-loading.btn-inverse:before,
.btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:before,
.btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:before,
.btn-loading.hint-overlay__btn-loading.btn-inverse:before {
  border-top-color: #CED4DC;
  border-right-color: #CED4DC;
}
.btn-loading.btn-default.btn-inverse:hover,
.btn-loading.btn-default.btn-inverse:focus,
.btn-loading.btn-loading.btn-inverse:hover,
.btn-loading.btn-loading.btn-inverse:focus,
.btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:hover,
.btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:focus,
.btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:hover,
.btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:focus,
.btn-loading.hint-overlay__btn-loading.btn-inverse:hover,
.btn-loading.hint-overlay__btn-loading.btn-inverse:focus {
  color: #CED4DC;
  border: 1px solid #CED4DC;
  text-shadow: none;
}
@media (min-width: 960px) {
  .input-group-lg .btn-loading {
    padding-left: 50px;
  }
  .input-group-lg .btn-loading:before {
    width: 26px;
    height: 26px;
    left: 13px;
    top: 11px;
  }
}
.btn-linkedIn {
  color: white;
}
.btn-linkedIn:not(.btn-loading) {
  background: #0077B5;
}
.btn-linkedIn:not(.btn-loading):before {
  padding-right: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.btn-linkedIn:hover {
  background: #0088cf;
}
.btn a {
  color: inherit;
}
.btn a:hover,
.btn a:active,
.btn a:focus {
  color: inherit;
}
.btn.btn-link.btn-link--secondary {
  color: #1C242F;
}
.btn.btn-wrapper {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.country-list {
  color: #A9B3C2;
  background: #fff;
  border-bottom: 2px solid #eb002d;
  margin-top: 0;
  padding: 5px 0;
}
.country-list .list-nav.list-nav--border > li {
  font-size: 16px;
  margin-right: 15px;
  line-height: 1.5;
}
.country-list .list-nav.list-nav--border > li:last-child {
  margin-right: 0;
}
.country-list .list-nav.list-nav--border > li + li:before {
  margin-right: 15px;
}
@media only screen and (max-width: 719px) {
  .country-list .list-nav.list-nav--border > li {
    float: none;
    margin-right: 0;
  }
  .country-list .list-nav.list-nav--border > li + li:before {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .country-list ul.list-nav {
    display: none;
  }
}
.country-list [class*="col-"] + [class*="col-"] {
  text-align: right;
}
.section-box.country-list .container,
.section-box.country-list .section-box .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-box--odd + .country-list {
  margin-top: 100px;
}
@media only screen and (max-width: 719px) {
  .section-box--odd + .country-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .country-list [class*="col-"] {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 959px) {
  .country-list [class*="col-"],
  .country-list [class*="col-"] + [class*="col-"] {
    text-align: center;
  }
}
.mrd-datepicker,
.mdl-datepicker {
  position: relative;
}
.mrd-datepicker .date-icon,
.mdl-datepicker .date-icon {
  pointer-events: none;
  position: absolute;
  right: 4%;
  top: 30%;
  color: #b4b4b4;
  font-size: 24px;
  z-index: 99;
  background: #FFF;
  padding-left: 20px;
}
.mrd-datepicker input,
.mdl-datepicker input {
  background: #FFF !important;
}
.mdl-datepicker .date-icon {
  top: 22%;
}
.mdl-datepicker .date-icon svg {
  width: 24px;
  height: 24px;
}
.mdl-datepicker-container {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 720px) {
  .mdl-datepicker-container {
    background-color: #f7f7f7;
    align-items: flex-start;
  }
}
.mdl-datepicker-container .flex {
  display: flex;
  align-items: center;
}
.mdl-datepicker-container .dp-mobile-info {
  width: calc(100% - 32px);
  max-width: 340px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #1C242F;
  border-top: 1px solid #CED4DC;
  border-bottom: 1px solid #CED4DC;
}
@media (min-width: 720px) {
  .mdl-datepicker-container .dp-mobile-info {
    display: none;
  }
}
.mdl-datepicker-container svg.dp-mobile-cal {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container svg.dp-mobile-cal {
    display: block;
  }
}
.mdl-datepicker-container svg.dp-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke: #000000;
}
@media (min-width: 720px) {
  .mdl-datepicker-container svg.dp-close {
    stroke: #FFF;
  }
}
.mdl-datepicker-container .flatpickr-calendar:before,
.mdl-datepicker-container .flatpickr-calendar:after {
  display: none;
}
.mdl-datepicker-container .flatpickr-calendar.open {
  position: relative;
  left: 0 !important;
  top: 0 !important;
}
.mdl-datepicker-container .flatpickr-months {
  border-bottom: 1px solid #CED4DC;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-month {
  background: #FFF;
  color: #1C242F;
  height: auto;
  padding-bottom: 16px;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month.flatpickr-disabled svg,
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month.flatpickr-disabled svg {
  fill: #555F6B;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month.flatpickr-disabled:hover svg,
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month.flatpickr-disabled:hover svg {
  transform: none;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month,
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month {
  position: relative;
  padding: 0;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month svg,
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month svg {
  width: 16px;
  height: 16px;
  fill: #1C242F;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-prev-month {
  order: 1;
}
.mdl-datepicker-container .flatpickr-months .flatpickr-next-month {
  order: 2;
  margin-left: 24px;
}
.mdl-datepicker-container .dp-content {
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding-bottom: 84px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .dp-content {
    flex: 1;
    background: #F6F8F9;
    width: 100%;
    padding-bottom: 0;
  }
}
.mdl-datepicker-container .dp-header {
  background: #1C242F;
  color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .dp-header {
    border-radius: 0;
    padding: 16px;
    background-color: #FFF;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    /* 140% */
    letter-spacing: 1px;
    border-bottom: 1px solid #CED4DC;
  }
}
.mdl-datepicker-container .placeholder {
  padding: 32px 104px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .placeholder {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 20px 16px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
}
.mdl-datepicker-container .placeholder .flatpickr-calendar {
  box-shadow: none;
  width: 384px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .placeholder .flatpickr-calendar {
    width: 100%;
  }
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-current-month {
  color: #1C242F !important;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  padding: 0;
  height: auto;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-current-month span.cur-month {
  margin-left: 0;
  font-size: 15px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-size: 18px;
  }
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-current-month span.cur-month:hover {
  background: none;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .numInputWrapper {
  width: max-content !important;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .numInputWrapper span.arrowUp,
.mdl-datepicker-container .placeholder .flatpickr-calendar .numInputWrapper span.arrowDown {
  display: none;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .numInput.cur-year {
  color: #1C242F !important;
  border: none;
  padding: 0px 0 0 8px;
  font-weight: 700;
  font-size: 15px;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-innerContainer {
  border-bottom: none;
  width: 100%;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
  width: 100%;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-weekdays {
  background: #FFF;
  height: auto;
  padding: 16px 0;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
  background: transparent;
  color: #555F6B;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-days {
  border: none;
  width: 100%;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-days .dayContainer {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  row-gap: 16px;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day {
  width: 24px;
  max-width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  border-radius: 4px;
  color: #1C242F;
  font-weight: 500;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  color: #CED4DC;
}
.mdl-datepicker-container .placeholder .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected {
  color: #FFF;
}
.mdl-datepicker-container span.dp-mobile-label {
  font-size: 12px;
}
.mdl-datepicker-container .dp-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .dp-button-wrapper {
    padding: 8px 16px;
    background-color: #FFF;
    border-top: 2px solid #D10028;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  }
}
.mdl-datepicker-container .dp-button-wrapper button.dp-button {
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .dp-button-wrapper button.dp-button {
    width: 100%;
    margin-bottom: 0;
  }
}
.mdl-datepicker-container .dp-button-spacer {
  display: none;
}
@media (max-width: 720px) {
  .mdl-datepicker-container .dp-button-spacer {
    display: block;
    width: 100%;
    flex: 1;
    max-height: 70px;
  }
}
.mdl-datepicker-container .dp-footer {
  width: 100%;
}
@media (min-width: 720px) {
  .mdl-datepicker-container .dp-footer {
    position: relative;
    top: -84px;
  }
}
.mdl-datepicker-container.open {
  display: flex;
  flex-direction: column;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #D10028;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #D10028;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #D10028;
  color: #FFF;
  fill: #FFF;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #FFF;
  fill: #FFF;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #FFF;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #FFF;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #D10028;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #D10028;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #D10028;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  background: #D10028;
  color: white;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  font-weight: 500;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 5px;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 1px 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #FFF;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #D10028;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  border-color: #D10028;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #D10028;
  box-shadow: -10px 0 0 #D10028;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.3);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #D10028, 5px 0 0 #D10028;
  box-shadow: -5px 0 0 #D10028, 5px 0 0 #D10028;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFF;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.doormat {
  background: #1C242F;
  color: #FFF;
  font-size: 17px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 40px;
}
.doormat .row {
  margin: 0;
}
.doormat a {
  color: #FFF;
  border: none;
  text-decoration: none;
}
.doormat__column:last-child {
  margin-top: 58px;
}
.doormat ul,
.doormat li {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
.doormat ul {
  margin-bottom: 24px;
}
.doormat__column {
  padding-right: 45px;
}
.doormat__second-section-second-item {
  margin-top: 40px;
}
.doormat__title {
  color: #FFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 27px;
}
.doormat__title a:hover {
  text-decoration: none;
}
.doormat__innercolumn {
  padding: 0;
}
.doormat__second-innercolumn {
  padding-left: 32px;
}
.doormat__innertitle {
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.doormat__logo img {
  width: 150px;
  height: 20px !important;
}
.doormat__logo {
  padding: 0;
}
.doormat .col-sm-7 {
  margin-top: 0 !important;
}
.doormat__socials {
  margin-top: 44px;
}
.doormat__copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  display: none;
}
@media only screen and (min-width: 1199px) {
  .doormat__copyright {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .doormat {
    padding-left: 40px;
    padding-right: 40px;
  }
  .doormat__column {
    padding: 0;
  }
  .doormat__column:last-child {
    display: none;
  }
  .doormat__logo {
    margin-bottom: 40px;
  }
  .doormat__second-section {
    float: right;
  }
}
.doormat h5 {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.doormat .socials {
  margin-top: 44px;
  margin-left: 15px;
}
@media only screen and (max-width: 719px) {
  .doormat {
    padding: 40px 16px;
    font-size: 14px;
    line-height: 17px;
  }
  .doormat__first-innercolumn ul:last-child,
  .doormat__first-innercolumn li:last-child {
    margin-bottom: 0;
  }
  .doormat__second-section ul:last-child,
  .doormat__second-section li:last-child {
    margin-bottom: 0;
  }
  .doormat ul,
  .doormat li {
    margin-bottom: 24px;
  }
  .doormat ul {
    margin-bottom: 32px;
  }
  .doormat__logo.col-lg-2 {
    margin-bottom: 0;
  }
  .doormat__column {
    padding: 0;
  }
  .doormat__column.col-sm-7 {
    margin-bottom: 0;
  }
  .doormat__column.col-sm-4 {
    margin-bottom: 0;
  }
  .doormat__title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 40px;
  }
  .doormat__innertitle {
    font-size: 16px;
    line-height: 22px;
  }
  .doormat__second-innercolumn {
    padding-left: 16px;
  }
  .doormat__column:last-child {
    display: none;
  }
}
.flex-break {
  width: 100%;
}
.rte form {
  margin: 25px 0;
}
.form-control {
  box-shadow: none;
  appearance: none;
}
select.form-control {
  background-color: #fff;
  background-image: url("/assets/img/carret.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding-right: 28px;
}
select.form-control::-ms-expand {
  display: none;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #cfd7e0;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 15px;
  font-size: 19px;
  line-height: 1.7;
  color: #1C242F;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #EEF1F4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: none;
  appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #EEF1F4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 241, 244, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 241, 244, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #CED4DC;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #CED4DC;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #CED4DC;
}
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="color"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
textarea[disabled],
select[disabled],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  background-color: #EEF1F4;
  opacity: 1;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
textarea[disabled],
select[disabled],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
}
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textareatextarea,
textareaselect {
  height: auto;
}
selectinput[type="text"],
selectinput[type="password"],
selectinput[type="datetime"],
selectinput[type="datetime-local"],
selectinput[type="date"],
selectinput[type="month"],
selectinput[type="time"],
selectinput[type="week"],
selectinput[type="number"],
selectinput[type="email"],
selectinput[type="url"],
selectinput[type="search"],
selectinput[type="tel"],
selectinput[type="color"],
selecttextarea,
selectselect {
  background-color: #fff;
  background-image: url("/assets/img/carret.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding-right: 28px;
}
selectinput[type="text"]::-ms-expand,
selectinput[type="password"]::-ms-expand,
selectinput[type="datetime"]::-ms-expand,
selectinput[type="datetime-local"]::-ms-expand,
selectinput[type="date"]::-ms-expand,
selectinput[type="month"]::-ms-expand,
selectinput[type="time"]::-ms-expand,
selectinput[type="week"]::-ms-expand,
selectinput[type="number"]::-ms-expand,
selectinput[type="email"]::-ms-expand,
selectinput[type="url"]::-ms-expand,
selectinput[type="search"]::-ms-expand,
selectinput[type="tel"]::-ms-expand,
selectinput[type="color"]::-ms-expand,
selecttextarea::-ms-expand,
selectselect::-ms-expand {
  display: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border: 1px solid #cfd7e0;
}
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="datetime"].input-validation-error,
input[type="datetime-local"].input-validation-error,
input[type="date"].input-validation-error,
input[type="month"].input-validation-error,
input[type="time"].input-validation-error,
input[type="week"].input-validation-error,
input[type="number"].input-validation-error,
input[type="email"].input-validation-error,
input[type="url"].input-validation-error,
input[type="search"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="color"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  color: #8B021B;
  border: 1px solid #8B021B;
}
.form-group label {
  font-weight: 300;
}
.form-group .date {
  position: relative;
  overflow: visible;
}
.form-group .date > input {
  width: calc(100% - 50px);
}
.form-group .date:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 30px;
}
.form-2cols .form-group {
  width: 44%;
  width: calc(50% - 30px);
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
}
.form-2cols .form-group:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 959px) {
  .form-2cols .form-group {
    width: calc(50% - 9px);
    margin-right: 12px;
  }
}
@media only screen and (max-width: 719px) {
  .form-2cols .form-group {
    width: 100%;
    margin-right: 0;
  }
}
.checkbox label,
.radio label {
  font-weight: 300;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 0.4em;
}
@media only screen and (max-width: 959px) {
  input,
  textarea,
  select,
  option {
    font-size: 16px !important;
  }
}
.field-validation-error {
  color: #8B021B;
  font-weight: 500;
}
[disabled]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
}
.ui-datepicker {
  font-size: 16px;
}
.ui-widget-content {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_flat_75_ffffff_40x100.png");
}
.ui-widget-header {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png");
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png");
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png");
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_flat_65_ffffff_40x100.png");
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png");
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_cc0000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-icons_cc0000_256x240.png");
}
/* Overlays */
.ui-widget-overlay {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png");
}
.ui-widget-shadow {
  background-image: url("/assets/img/jquery-ui/blitzer/ui-bg_flat_0_333333_40x100.png");
}
h1.title_redline,
h2.title_redline,
h3.title_redline,
h4.title_redline {
  font-weight: 500;
  position: relative;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase {
  text-transform: uppercase;
}
h2.title_centered {
  text-align: center;
  font-size: 1.8em;
  color: #0F1318;
}
.title_redline:before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 3px;
  background: #D10028;
  top: -15px;
  max-width: 40px;
}
.large {
  font-size: 1.1em;
}
.larger {
  font-size: 1.35em;
}
.smaller {
  font-size: 0.8em;
}
.color-primary {
  color: #D10028;
}
.color-secondary {
  color: #1C242F;
}
.color-dark-gray {
  color: #1C242F;
}
.color-gray {
  color: #A9B3C2;
}
.uppercase {
  text-transform: uppercase;
}
.textDecor-none {
  text-decoration: none !important;
}
.negative-price {
  color: #E9A100;
}
.positive-price {
  color: #29823B;
}
.vertical-spacing-s {
  padding: 5px 0;
}
.vertical-spacing-m {
  padding: 10px 0;
}
.vertical-spacing-m-bottom {
  padding: 3px 0 20px 0;
}
.vertical-spacing-l {
  padding: 20px 0;
}
.vertical-spacing-xl {
  padding: 30px 0;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex-center {
  display: flex;
  justify-content: flex-center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
img.image-circle {
  border-radius: 50%;
}
img.image-rounded {
  border-radius: 2%;
}
.rte a.file-link:not(.btn),
a.file-link {
  text-decoration: none;
}
.rte a.file-link:not(.btn):hover,
a.file-link:hover {
  color: inherit;
  text-decoration: underline;
}
.rte a.file-link:not(.btn):before,
a.file-link:before {
  padding: 0px 5px 0 0;
  color: #1C242F;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
}
.heroImage__placeholder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.heroImage .container.heroImage__placeholder,
.heroImage .section-box .container.heroImage__placeholder {
  padding-bottom: 0;
}
a.btn {
  text-decoration: none;
}
a:focus {
  box-shadow: none;
  outline: none;
}
a.primaryLink,
.rte a.primaryLink {
  color: #1C242F;
}
a.primaryLink:hover,
.rte a.primaryLink:hover,
a.primaryLink:focus,
.rte a.primaryLink:focus {
  color: #1C242F;
}
a.no-decoration {
  color: inherit !important;
  text-decoration: none !important;
}
a.no-decoration:hover,
a.no-decoration:focus {
  text-decoration: underline;
}
a.backLink,
.rte a.backLink {
  color: #1C242F;
  position: relative;
  margin-left: 15px;
}
a.backLink:before,
.rte a.backLink:before {
  content: '\00ab';
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
}
a.backLink:hover,
.rte a.backLink:hover,
a.backLink:focus,
.rte a.backLink:focus {
  color: #1C242F;
}
a.nextLink,
.rte a.nextLink {
  color: #1C242F;
  position: relative;
  border: 0;
  display: inline-block;
}
a.nextLink:after,
.rte a.nextLink:after {
  content: '\00BB';
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
a.nextLink:hover,
.rte a.nextLink:hover,
a.nextLink:focus,
.rte a.nextLink:focus {
  color: #1C242F;
  border: 0;
}
a.printLink,
.rte a.printLink {
  color: #CED4DC;
  margin-right: 26px;
  position: relative;
  font-style: italic;
}
a.printLink:hover,
.rte a.printLink:hover,
a.printLink:focus,
.rte a.printLink:focus {
  color: #eb002d;
}
a.printLink:after,
.rte a.printLink:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f02f';
  position: absolute;
  right: -26px;
  top: 3px;
}
@media (max-width: 1024px) {
  a.printLink {
    display: none;
  }
}
a.smallLink {
  font-size: 0.8em;
  line-height: 1.4em;
}
a.unstyled,
a.unstyled:hover,
a.unstyled:focus,
a.unstyled:visited,
a.unstyled:active {
  color: inherit;
  text-decoration: none;
  cursor: inherit;
}
span.urgencyLink,
a.urgencyLink,
.rte span.urgencyLink,
.rte a.urgencyLink {
  font-weight: 500;
  color: #29823B;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
span.urgencyLink:before,
a.urgencyLink:before,
.rte span.urgencyLink:before,
.rte a.urgencyLink:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  padding: 0 1px;
}
a.urgencyLink:hover,
.rte a.urgencyLink:hover,
a.urgencyLink:focus,
.rte a.urgencyLink:focus {
  color: #1d5b29;
}
.cta-list-item {
  border: 1px solid #F6F8F9;
  padding: 4px 70px 4px 16px;
  min-height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
}
.cta-list-item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  color: #D10028;
  font-size: 24px;
  z-index: 2;
}
.cta-list-item:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 100%;
  height: calc(100% + 2px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.cta-list-item:hover,
.cta-list-item:focus {
  text-decoration: none;
  color: inherit;
  background-color: #FFFFFF;
}
.cta-list-item:hover:after,
.cta-list-item:focus:after,
.cta-list-item:hover:before,
.cta-list-item:focus:before {
  width: 68px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.list-nav {
  padding: 0;
  margin: 0;
}
.list-nav:before,
.list-nav:after {
  display: table;
  content: " ";
}
.list-nav:after {
  clear: both;
}
.list-nav:before,
.list-nav:after {
  display: table;
  content: " ";
}
.list-nav:after {
  clear: both;
}
.list-nav > li {
  list-style: none;
  padding: 0;
  margin: 0 46px 0 0;
  float: left;
  line-height: 1.2;
  height: 33px;
}
.list-nav > li:before {
  display: none;
}
.list-nav > li:last-child {
  margin-right: 0;
}
.list-nav > li:not(.selected) > a,
.list-nav > li:not(.selected) > span > a {
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.list-nav > li:not(.selected) > a:hover,
.list-nav > li:not(.selected) > span > a:hover,
.list-nav > li:not(.selected) > a:focus,
.list-nav > li:not(.selected) > span > a:focus {
  text-decoration: none;
  color: #eb002d;
  border-bottom-color: #eb002d;
}
.list-nav > li.selected > a {
  color: inherit;
  border-bottom: 1px solid #CED4DC;
}
.list-nav > li.selected > a:hover,
.list-nav > li.selected > a:focus {
  text-decoration: none;
}
.list-nav.list-nav--sm > li {
  font-size: 15px;
  margin-right: 10px;
  line-height: 1.5;
}
.list-nav.list-nav--sm > li:last-child {
  margin-right: 0;
}
.list-nav.list-nav--border > li + li:before {
  content: '|';
  margin-right: 46px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-display: swap;
  opacity: 0.5;
  width: auto;
  height: auto;
  display: inline;
  background-color: transparent;
}
.list-nav.list-nav--sm.list-nav--border > li {
  margin-right: 10px;
}
.list-nav.list-nav--sm.list-nav--border > li + li:before {
  margin-right: 10px;
}
@media only screen and (max-width: 959px) {
  .list-nav .megamenu {
    list-style: none;
    padding-left: 25px;
    line-height: 2;
  }
  .list-nav .megamenu > li {
    padding: 4px 0;
  }
  .list-nav .megamenu > li > ul {
    list-style: none;
    padding-left: 15px;
  }
  .list-nav .megamenu > li > ul li {
    padding: 4px 0;
  }
  .list-nav .megamenu > li > ul a {
    color: #6f6f6f;
  }
  .list-nav .megamenu > li {
    border-bottom: 1px solid #eee;
  }
  .list-nav .megamenu > li:last-child {
    border: 0;
  }
}
.list-default:not(.list-check):not(.table-list),
.rte ul:not(.list-check):not(.table-list) {
  padding-left: 32px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.list-default:not(.list-check):not(.table-list):not(:first-child),
.rte ul:not(.list-check):not(.table-list):not(:first-child) {
  margin-top: 32px;
}
.list-default:not(.list-check):not(.table-list) > li,
.rte ul:not(.list-check):not(.table-list) > li {
  list-style: none;
  position: relative;
}
.list-default:not(.list-check):not(.table-list) > li:before,
.rte ul:not(.list-check):not(.table-list) > li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #D10028;
  position: absolute;
  left: -32px;
  top: 8px;
}
ul.list-check {
  list-style-type: none;
  padding: 10px 0;
  line-height: 1.5;
}
ul.list-check li {
  position: relative;
  padding: 2px 25px;
}
ul.list-check li:before {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
  position: absolute;
  left: 0;
  top: 0.3em;
  color: #29823B;
  font-size: 15px;
  margin-right: 10px;
}
.list-check-item {
  display: flex;
  padding: 2px 0;
}
.list-check-item:before {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
  color: #29823B;
  font-size: 15px;
  margin-right: 10px;
}
ul.list-arrow {
  padding-left: 30px;
}
ul.list-arrow > li {
  list-style: none;
  position: relative;
}
ul.list-arrow > li:before {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #1C242F;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 14px;
  line-height: 1.7;
  position: absolute;
  left: -25px;
  top: 0.2em;
}
.list-arrow-item {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.list-arrow-item:before {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #1C242F;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 14px;
  line-height: 1.7;
  position: absolute;
  left: 5px;
  top: 0.15em;
}
@media only screen and (max-width: 959px) {
  .list-arrow-item:before {
    top: 0.1em;
  }
}
.block-list {
  list-style: none;
  padding-left: 0;
}
.loader-icon {
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 40px;
  border-top: 3px solid #D10028;
  border-right: 3px solid #D10028;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 100%;
  opacity: 1;
  animation: infinite-spinning 1s infinite linear;
}
.loader-icon.erental-app-loader {
  margin: 50px auto 25px auto;
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main-header {
  z-index: 5000;
  position: sticky;
  top: 0;
  width: 100%;
}
.main-header.fixed {
  position: fixed;
}
.main-header.fixed + .main-wrapper {
  padding-top: 56px;
}
.main-header .list-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-header .list-nav > li {
  float: initial;
  line-height: initial;
  height: calc(100% + 1px);
  margin: 0 25px 0 0;
}
.main-header .list-nav li > span {
  position: relative;
  height: 100%;
  padding: 0;
}
.main-header .list-nav li > span:hover {
  border: none;
}
.main-header .list-nav li > span:hover::after {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 14px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  border-bottom: 2px solid #D10028;
  pointer-events: none;
}
.main-header .list-nav li > span a {
  transition: none;
  color: #1C242F;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  text-decoration: none;
}
.main-header .list-nav li > span a:hover {
  color: #1C242F;
  text-decoration: none;
}
.main-header__secondary-navigation {
  display: none;
  background-color: #1C242F;
  min-height: 40px;
  padding: 0 40px;
}
.main-header__secondary-navigation .list-nav li {
  height: initial;
}
.main-header__secondary-navigation .list-nav li a {
  transition: none;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
.main-header__secondary-navigation .list-nav li a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: #FFF;
  border-bottom: none;
}
@media only screen and (min-width: 720px) {
  .main-header__secondary-navigation {
    display: flex;
  }
}
.main-header__main-navigation {
  padding: 0 0 0 16px;
  background-color: #FFF;
  height: 56px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CED4DC;
}
.main-header__main-navigation .main-header__nav {
  margin: 0;
  height: 100%;
  display: flex;
  flex: 1;
}
@media only screen and (min-width: 720px) {
  .main-header__main-navigation {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header__main-navigation {
    padding: 0 40px;
  }
}
.main-header__main-navigation-left,
.main-header__main-navigation-right {
  flex: 50%;
  display: inherit;
  align-items: inherit;
  height: 100%;
}
.main-header__main-navigation-right {
  align-items: stretch;
  justify-content: flex-end;
}
.main-header__main-navigation-left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-header__main-navigation-left {
    display: inherit;
  }
}
.main-header.centered-overlay {
  justify-content: center;
  display: flex;
  background: transparent;
  height: 63px;
  box-shadow: none;
  padding: 0;
}
.main-header.centered-overlay + * {
  margin-top: 0;
}
.main-header.centered-overlay > *:not(.main-header__brand) {
  display: none;
}
.main-header.centered-overlay .main-header__brand > *:not(.main-header__logo) {
  display: none;
}
.main-header__brand {
  display: inherit;
  align-items: inherit;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 1200px) {
  .main-header__brand {
    padding: 0 10px;
  }
}
.main-header__logo img {
  max-width: 160px;
}
.main-header__nav {
  position: relative;
  margin-top: 44px;
}
@media only screen and (max-width: 1200px) {
  .main-header__nav {
    margin-top: 64px;
  }
}
.main-header__nav .list-nav > li {
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1200px) {
  .main-header__nav .list-nav > li {
    margin: 0 40px 0 0;
    font-size: 17px;
  }
}
.main-header__nav .list-nav > li > a,
.main-header__nav .list-nav > li > span,
.main-header__nav .list-nav > li > span > a {
  cursor: pointer;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.main-header__nav .list-nav > li > a.hover,
.main-header__nav .list-nav > li > span.hover,
.main-header__nav .list-nav > li > span > a.hover,
.main-header__nav .list-nav > li > a:hover,
.main-header__nav .list-nav > li > span:hover,
.main-header__nav .list-nav > li > span > a:hover,
.main-header__nav .list-nav > li > a:focus,
.main-header__nav .list-nav > li > span:focus,
.main-header__nav .list-nav > li > span > a:focus {
  color: #A9B3C2;
  text-decoration: none;
}
.main-header__nav .list-nav > li.active > a,
.main-header__nav .list-nav > li.active > span {
  border-bottom: 2px solid #D10028;
  color: #D10028;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .main-header__nav .list-nav > li.active > a,
  .main-header__nav .list-nav > li.active > span {
    color: #fff;
    border-bottom-color: transparent;
  }
}
.main-header__nav-open {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  font-size: 22px;
  line-height: 22px;
  width: 44px;
  height: 44px;
  padding: 10px 0;
  text-align: center;
  z-index: 4;
}
.main-header__nav-open,
.main-header__nav-open.hover,
.main-header__nav-open:hover,
.main-header__nav-open:focus {
  color: #1C242F;
  background: #fff;
  text-decoration: none;
}
.main-header__nav-open.active,
.no-js .main-header__nav-open:focus {
  color: #D10028;
}
.main-header__nav-open.active ~ .main-header__nav,
.no-js .main-header__nav-open:focus ~ .main-header__nav {
  visibility: visible;
  opacity: 1;
}
.main-header__nav-open.active ~ .main-header__nav-close,
.no-js .main-header__nav-open:focus ~ .main-header__nav-close {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .main-header__nav-open {
    font-size: 45px;
    line-height: 45px;
    height: 60px;
    padding: 8px 0;
  }
}
.main-header__nav-close {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  font-size: 22px;
  line-height: 22px;
  width: 44px;
  height: 44px;
  padding: 10px 0;
  text-align: center;
  z-index: 4;
  display: none;
}
.main-header__nav-close,
.main-header__nav-close.hover,
.main-header__nav-close:hover,
.main-header__nav-close:focus {
  color: #1C242F;
  background: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .main-header__nav-close {
    font-size: 30px;
    line-height: 45px;
    height: 60px;
  }
}
.main-header__search {
  display: none;
  width: 185px;
}
.main-header__search * {
  height: 100%;
}
.main-header__search .crit-ico-search-simple {
  stroke: #1C242F;
  margin-top: 4px;
}
.main-header__search form .form-group {
  margin-bottom: 0;
}
.main-header__search form .form-group .search-box {
  border-left: 1px solid #CED4DC;
  border-right: 1px solid #CED4DC;
  border-radius: 0;
}
.main-header__search form .form-group .search-box .input-group-btn .btn {
  border: none;
  padding: 0 2px 0 10px;
  margin: 0 4px 0 14px;
}
.main-header__search form .form-group .search-box .input-group-btn .btn:hover {
  background: initial;
}
.main-header__search form .form-group .search-box .input-group-btn .btn [class^=icon-] {
  float: none;
}
.main-header__search form .form-group input {
  height: 100%;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 500;
  padding-left: 0;
  color: #0F1318;
}
.main-header__search form .form-group input::placeholder {
  color: #A9B3C2;
  opacity: 1;
}
@media only screen and (min-width: 720px) {
  .main-header__search {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .main-header__search {
    width: 260px;
  }
}
.main-header__rte {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 25px;
}
.main-header__rte.rte a,
.main-header__rte.rte a:hover,
.main-header__rte.rte a:focus,
.main-header__rte.rte a:not(.btn) {
  text-decoration: none;
}
.main-header__rte.rte a:hover,
.main-header__rte.rte a:hover:hover,
.main-header__rte.rte a:focus:hover,
.main-header__rte.rte a:not(.btn):hover,
.main-header__rte.rte a:focus,
.main-header__rte.rte a:hover:focus,
.main-header__rte.rte a:focus:focus,
.main-header__rte.rte a:not(.btn):focus {
  color: inherit;
}
.main-header__rte .callFree {
  display: none;
}
.main-header__contact {
  display: flex;
  align-items: stretch;
}
.main-header__contact .phonenumber {
  margin: 0;
  padding: 0;
  height: 100%;
}
.main-header__contact .phonenumber a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 9px 9px 0 16px;
}
@media only screen and (min-width: 720px) {
  .main-header__contact .phonenumber a {
    padding: 0 17px 0 18px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1400px) {
  .main-header__contact .phonenumber a {
    padding: 0 10px 0 18px;
  }
}
.main-header__contact .phonenumber .callTextWrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .main-header__contact .phonenumber .callTextWrapper .svg-icon {
    margin-top: 6px;
  }
}
.main-header__contact .phonenumber .callTextWrapper .callNbr {
  display: none;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 17px;
  color: #D10028;
  margin-right: 10px;
}
@media only screen and (min-width: 720px) {
  .main-header__contact .phonenumber .callTextWrapper .callNbr {
    display: initial;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-header__contact .phonenumber .callTextWrapper .callNbr {
    display: none;
  }
}
.main-header__contact .phonenumber .callTextWrapper .callHours {
  display: none;
  font-size: 15px;
}
@media only screen and (min-width: 720px) {
  .main-header__contact .phonenumber .callTextWrapper .callHours {
    display: initial;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-header__contact .phonenumber .callTextWrapper .callHours {
    display: none;
  }
}
.main-header__country-lang-label {
  display: none;
}
.main-header__lang {
  display: flex;
  align-items: center;
}
.main-header__lang ul.list-nav {
  display: none;
  text-transform: uppercase;
  height: 100%;
  border-left: 1px solid #CED4DC;
  padding-left: 8px;
}
.mobile-navigation__language-country-select .main-header__lang ul.list-nav {
  display: flex;
}
.main-header__lang ul.list-nav > li {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.main-header__lang ul.list-nav > li a {
  transition: none;
  color: #A9B3C2;
  font-size: 17px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
  border: none;
  padding: 0 4px;
  text-decoration: none;
}
.main-header__lang ul.list-nav > li a:hover,
.main-header__lang ul.list-nav > li a.active {
  color: #1C242F;
}
.main-header__lang ul.list-nav > li a:hover::after,
.main-header__lang ul.list-nav > li a.active::after {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 14px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  border-bottom: 2px solid #D10028;
}
@media only screen and (min-width: 1200px) {
  .main-header__lang ul.list-nav {
    display: flex;
  }
}
.main-header__nav .main-header__lang {
  display: none !important;
  text-align: left;
  padding-left: 12px;
  float: none;
  margin-bottom: 6px;
  line-height: 38px;
  height: 38px;
}
@media (max-width: 719px) {
  .main-header__nav .main-header__lang {
    display: block !important;
  }
  table.main-header__nav .main-header__lang {
    display: table !important;
  }
  tr.main-header__nav .main-header__lang {
    display: table-row !important;
  }
  th.main-header__nav .main-header__lang,
  td.main-header__nav .main-header__lang {
    display: table-cell !important;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .main-header__nav .main-header__lang {
    display: block !important;
  }
  table.main-header__nav .main-header__lang {
    display: table !important;
  }
  tr.main-header__nav .main-header__lang {
    display: table-row !important;
  }
  th.main-header__nav .main-header__lang,
  td.main-header__nav .main-header__lang {
    display: table-cell !important;
  }
}
.main-header__nav .main-header__lang > li {
  list-style: none;
  display: inline-block;
  padding: 0 16px 0 0;
}
.main-header__lang .active {
  text-decoration: none;
  color: #eb002d;
  border-bottom: 1px solid #eb002d;
}
.main-header__lang .main-header__country-select a img {
  width: 18px;
  margin-top: -2px;
  border-radius: 50%;
  border: 1px solid #CED4DC;
}
.main-header__lang .main-header__country-select a span {
  top: 2px;
  position: relative;
}
.main-header__rte {
  display: inline-block;
  vertical-align: top;
}
.pageEditMode .main-header,
.pageEditMode .main-header.sticky {
  position: relative !important;
  transition: none;
  transform: none;
}
.pageEditMode .main-header + *,
.pageEditMode .main-header.sticky + * {
  margin-top: 0;
}
.pageEditMode .main-header.shrink,
.pageEditMode .main-header.sticky.shrink {
  height: 120px;
}
.pageEditMode .main-header.shrink .main-header__logo,
.pageEditMode .main-header.sticky.shrink .main-header__logo {
  width: 180px;
}
.main-header .main-header__mobile-search-toggle {
  display: block;
}
.main-header .main-header__mobile-search-toggle .btn-icon-square {
  padding: 20px 7px 20px 16px;
}
@media only screen and (min-width: 720px) {
  .main-header .main-header__mobile-search-toggle .btn-icon-square {
    padding: 20px;
  }
}
.main-header .main-header__mobile-search-toggle .crit-ico-search-simple {
  stroke: #1C242F;
}
.main-header .main-header__mobile-search-toggle.open .crit-ico-search-simple {
  stroke: #D10028;
}
@media only screen and (min-width: 720px) {
  .main-header .main-header__mobile-search-toggle {
    display: none;
  }
}
.main-header .main-header__mobile-menu-toggle {
  border-left: none;
}
.main-header .main-header__mobile-menu-toggle .btn-icon-square {
  padding: 20px 7px 20px 16px;
}
@media only screen and (min-width: 720px) {
  .main-header .main-header__mobile-menu-toggle .btn-icon-square {
    padding: 20px;
  }
}
@media only screen and (min-width: 720px) {
  .main-header .main-header__mobile-menu-toggle {
    border-left: 1px solid #CED4DC;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header .main-header__mobile-menu-toggle {
    display: none;
  }
}
.main-header .svg-icon {
  width: 30px;
  height: 30px;
}
.main-header .btn-icon-square {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.main-header .btn-icon-square .svg-icon {
  margin-top: 6px;
}
.main-header.mobile-header .top-page-banner {
  display: none;
}
.main-header.mobile-header .hero-image {
  display: none;
}
.main-header__country {
  position: relative;
  align-items: center;
  display: none;
}
.main-header__country-label {
  display: none;
}
.main-header__country-link {
  padding: 0 12px 0 10px;
}
.main-header__country-link::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #1C242F;
}
.main-header__country img {
  max-width: initial;
}
@media only screen and (min-width: 1200px) {
  .main-header__country {
    display: flex;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main-header__search {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .main-header.sticky {
    transition: none;
  }
  .main-header.open-mobile-nav,
  .main-header.shrink.open-mobile-nav,
  .main-header.sticky.open-mobile-nav,
  .main-header.sticky.shrink.open-mobile-nav {
    background: rgba(255, 255, 255, 0.6);
    height: 100% !important;
  }
  .main-header__logo {
    width: auto;
    max-height: 56px;
  }
  .main-header__logo > img {
    height: 56px !important;
    width: auto !important;
  }
  .main-header__tagline {
    display: none;
  }
  .main-header__contact {
    margin: 0;
  }
  .main-header__contact [class^="col-"],
  .main-header__contact [class*=" col-"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    margin-left: 0;
  }
  .main-header__contact [class^="col-"]:first-child,
  .main-header__contact [class*=" col-"]:first-child {
    padding-left: 0;
  }
  .main-header__contact [class^="col-"]:last-child,
  .main-header__contact [class*=" col-"]:last-child {
    padding-right: 0;
  }
  .main-header__nav {
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .main-header__nav .list-nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-size: 16px;
    position: relative;
    top: 0;
  }
  .main-header__nav .list-nav > li {
    float: none;
    margin: 0;
    height: auto;
  }
  .main-header__nav .list-nav > li.active > a,
  .main-header__nav .list-nav > li.active > span,
  .main-header__nav .list-nav > li.active > a.collapse-enabled[aria-expanded="false"],
  .main-header__nav .list-nav > li.active > span.collapse-enabled[aria-expanded="false"] {
    background-color: #D10028;
    color: #FFF;
    border-bottom: 1px solid #eee;
  }
  .main-header__nav .list-nav > li > a,
  .main-header__nav .list-nav > li > span {
    padding: 7px 12px;
    line-height: 1.8;
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #D10028;
    color: #fff;
  }
  .main-header__nav .list-nav > li > a.hover,
  .main-header__nav .list-nav > li > span.hover,
  .main-header__nav .list-nav > li > a:hover,
  .main-header__nav .list-nav > li > span:hover,
  .main-header__nav .list-nav > li > a:focus,
  .main-header__nav .list-nav > li > span:focus {
    border-bottom: 1px solid #eee;
    color: #fff;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled,
  .main-header__nav .list-nav > li > span.collapse-enabled {
    color: #fff;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled a,
  .main-header__nav .list-nav > li > span.collapse-enabled a {
    display: block;
    padding-right: 62px;
    padding-bottom: 0;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled .toggler,
  .main-header__nav .list-nav > li > span.collapse-enabled .toggler {
    line-height: 2;
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    padding: 7px;
    text-align: center;
    right: 0;
    top: 0;
    border-left: 1px solid #eee;
    height: 100%;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled .toggler:before,
  .main-header__nav .list-nav > li > span.collapse-enabled .toggler:before {
    content: '-';
    font-size: 30px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled[aria-expanded="false"],
  .main-header__nav .list-nav > li > span.collapse-enabled[aria-expanded="false"] {
    color: #fff;
  }
  .main-header__nav .list-nav > li > a.collapse-enabled[aria-expanded="false"] .toggler:before,
  .main-header__nav .list-nav > li > span.collapse-enabled[aria-expanded="false"] .toggler:before {
    content: '+';
    font-size: 22px;
  }
  .main-header__nav .list-nav > li + li > a,
  .main-header__nav .list-nav > li + li > span {
    border-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .main-header__rte {
    text-align: center;
    padding: 3px;
  }
  .main-header__rte .callTextWrapper {
    float: none;
  }
  .main-header__rte:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-header__nav {
    top: 60px;
    max-height: calc(100vh -  60px);
  }
}
@media only screen and (max-width: 479px) {
  .main-header__nav-open,
  .main-header__nav-close {
    z-index: 3;
  }
}
@media only screen and (max-width: 374px) {
  .main-header .main-header__logo {
    width: auto;
    max-height: 50px;
  }
  .main-header .main-header__logo > img {
    height: 50px !important;
    width: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 959px) {
  .main-header__nav .list-nav {
    top: 60px;
  }
}
.main-footer {
  background: #0F1318;
  color: #FFF;
  font-size: 1.4rem;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.main-footer a {
  color: #FFF;
}
.main-footer h5 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
}
.main-footer div {
  padding: 0;
}
.main-footer .bold {
  font-weight: 500;
  font-size: 18px;
}
.main-footer ul,
.main-footer li {
  list-style: none;
  margin: 0;
  padding: 0 0 24px 0;
}
.main-footer__socials {
  text-align: center;
}
.main-footer .col-sm-7 {
  margin-top: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .main-footer {
    display: none;
  }
}
@media only screen and (min-width: 720px) {
  .main-footer {
    flex-direction: row;
    padding: 40px;
    justify-content: space-between;
  }
  .main-footer__socials {
    text-align: left;
    float: right;
  }
  .main-footer ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 145px;
    column-gap: 32px;
  }
  .main-footer li {
    flex-basis: auto;
    width: 50%;
  }
  .main-footer ul,
  .main-footer li:last-child {
    padding: 0;
  }
  .main-footer .text-center {
    text-align: left;
  }
}
.main-footer__links {
  color: #FFF;
}
.main-footer__links .list-nav.list-nav--border > li {
  font-size: 1.6rem;
  margin-right: 15px;
  line-height: 1.5;
  float: none;
  display: inline;
}
.main-footer__links .list-nav.list-nav--border > li:last-child {
  margin-right: 0;
}
.main-footer__links .list-nav.list-nav--border > li + li:before {
  margin-right: 15px;
}
.main-footer__copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  display: block;
  width: 100%;
  flex-basis: auto;
}
@media only screen and (min-width: 1199px) {
  .main-footer__copyright {
    display: none;
  }
}
.mobile-navigation {
  position: fixed;
  width: 0;
  height: calc(100% - 56px);
  top: 56px;
  right: 0;
  background-color: #F6F8F9;
  transition: width 0.5s ease-in-out;
  z-index: 99999;
}
.mobile-navigation.open {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 84px;
}
.mobile-navigation-nav {
  width: 100vw;
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.mobile-navigation-nav.open {
  left: -100vw;
}
@media only screen and (min-width: 720px) {
  .main-header__secondary-navigation + .main-header__main-navigation + .mobile-navigation {
    height: calc(100% - 56px - 40px);
    top: 96px;
  }
}
.mobile-navigation__menu {
  padding: 0;
  margin: 16px;
  border-radius: 8px;
  background-color: #FFF;
}
.mobile-navigation__menu-item {
  list-style: none;
  display: flex;
}
.mobile-navigation__menu-item:not(:last-child) .mobile-navigation__menu-item-link {
  border-bottom: 1px solid #EEF1F4;
}
.mobile-navigation__menu-item > span {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 0 6px 16px;
}
.mobile-navigation__menu-item-link {
  display: flex;
  flex: 1;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  min-height: 72px;
  font-weight: 500;
  font-size: 19px;
  padding: 20px 32px 20px 48px;
  cursor: pointer;
  text-decoration: none;
  color: #1C242F;
  margin-left: -32px;
}
.mobile-navigation__menu-item-link.active + .sub-nav {
  display: flex;
}
.mobile-navigation__menu-item-link::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 20px;
  top: calc(50% - 3px);
}
.mobile-navigation__menu-item .sub-nav {
  position: absolute;
  width: calc(100vw - (16px * 2));
  left: 100vw;
  transition: all 0.25s ease-in;
  top: 0;
  flex-direction: column;
  display: none;
  margin-left: 16px;
  padding-bottom: 84px;
}
.mobile-navigation__menu-item .sub-nav__label {
  color: #000000;
}
.mobile-navigation__language-country-select {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 48px 16px 16px;
  min-height: 56px;
  width: calc(100vw - (16px * 2));
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}
.mobile-navigation-nav.open + .mobile-navigation__language-country-select {
  left: -100vw;
}
.mobile-navigation__language-country-select .main-header__country {
  display: flex;
  margin: 0 12px;
}
.mobile-navigation__language-country-select .main-header__lang {
  margin: 0 12px;
}
.mobile-navigation__language-country-select .main-header__lang ul.list-nav {
  border: none;
  padding-left: 0;
}
.mobile-navigation__language-country-select .main-header__country-lang-label {
  display: flex;
  margin-right: 12px;
}
.mobile-navigation__menu-btn-back {
  display: flex;
  align-items: center;
}
.mobile-navigation__menu-btn-back .btn-icon-square {
  padding: 20px 0;
}
.mobile-navigation__menu-btn-back svg {
  fill: #D10028;
}
.mobile-navigation .accordion {
  margin: 0 0 16px 0;
  max-width: initial;
  list-style: none;
}
.mobile-navigation .accordion .accordion__item {
  padding: 0;
  cursor: pointer;
}
.mobile-navigation .accordion .accordion__item .accordion__link-container {
  display: flex;
}
.mobile-navigation .accordion .accordion__item .accordion__link-container .accordion__item-title {
  flex-grow: 5;
  display: flex;
  margin-right: -64px;
}
.mobile-navigation .accordion .accordion__item .accordion__link-container .accordion__item-title a {
  padding: 20px 0px 20px 16px;
  width: 100%;
}
.mobile-navigation .accordion .accordion__item .accordion__link-container .accordion__static {
  width: 40%;
}
.mobile-navigation .accordion .accordion__item-title {
  color: #1C242F;
}
.mobile-navigation .accordion .accordion__item-title a {
  color: #1C242F;
  text-decoration: none;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
}
.mobile-navigation .accordion .accordion__item .accordion__static {
  padding: 20px 32px 20px 16px;
}
.mobile-navigation .accordion .accordion__item .accordion__static::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  right: 20px;
  top: calc(50% - 3px);
  color: #1C242F;
  transform: translateY(0) rotate(45deg);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-navigation .accordion .accordion__item .accordion__static.has-link::before {
  transform: translateY(0) rotate(-45deg);
}
.mobile-navigation .accordion .accordion__item.open .accordion__static::before {
  transform: translateY(0) rotate(-135deg);
}
.mobile-navigation .accordion .accordion__item .accordion__collapsable {
  background: #EEF1F4;
}
.mobile-navigation .accordion .accordion__item .accordion__content-part {
  padding: 0;
}
.mobile-navigation .accordion .accordion__item .mobile-navigation__sub-menu {
  padding: 16px 0;
}
.mobile-navigation .accordion .accordion__item .mobile-navigation__sub-menu-item {
  list-style: none;
  padding: 12px 20px;
}
.mobile-navigation .accordion .accordion__item .mobile-navigation__sub-menu-item-link {
  color: #1C242F;
  position: relative;
  text-decoration: none;
}
.mobile-navigation .accordion .accordion__item .mobile-navigation__sub-menu-item-link::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: -12px;
  top: calc(50% - 3px);
  color: #D10028;
}
@media only screen and (min-width: 1560px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation__search,
.mobile-header__search {
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
@media (min-width: 720px) {
  .mobile-navigation__search,
  .mobile-header__search {
    display: none;
  }
}
.mobile-navigation__search.position-fixed,
.mobile-header__search.position-fixed {
  position: fixed;
}
.mobile-navigation__search .search-location-block.mobile,
.mobile-header__search .search-location-block.mobile {
  border-top: 2px solid #D10028;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
}
.mobile-navigation__search .search-location-block.mobile .search-box,
.mobile-header__search .search-location-block.mobile .search-box {
  border: 1px solid #CED4DC;
  border-radius: 8px;
}
.mobile-navigation__search .search-location-block.mobile .search-box input,
.mobile-header__search .search-location-block.mobile .search-box input {
  height: 40px;
}
.mobile-navigation__search .search-location-block.mobile .search-box .btn-user-location,
.mobile-header__search .search-location-block.mobile .search-box .btn-user-location {
  padding: 0 10px;
  height: 40px;
}
.mobile-navigation__search .search-location-block.mobile .search-box .input-group-btn button,
.mobile-header__search .search-location-block.mobile .search-box .input-group-btn button {
  padding: 0 10px;
  height: 40px;
}
.mobile-header__search {
  position: fixed;
  bottom: initial;
  top: -70px;
  z-index: -1;
  transition: top 0.3s ease-in;
  max-width: 100vw;
}
.mobile-header__search.open {
  top: 56px;
}
.mobile-header__search .search-location-block.mobile {
  border-top: none;
  border-bottom: 2px solid #D10028;
  padding: 32px 0px 17px 0;
}
.mobile-header__search .container,
.mobile-header__search .section-box .container {
  padding: 0;
}
.mobile-header__search .row {
  margin: 0;
}
.paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #A9B3C2;
  font-weight: 400;
  padding: 30px 0 0 0;
}
.paging a,
.paging button {
  color: #1C242F;
  cursor: pointer;
}
.paging a:hover,
.paging button:hover,
.paging a:focus,
.paging button:focus {
  color: #D10028;
}
.paging button {
  background: none;
  border: none;
}
.paging button[disabled] {
  color: #A9B3C2;
}
.paging button[disabled]:hover,
.paging button[disabled]:focus {
  cursor: not-allowed;
  color: #A9B3C2;
  text-decoration: none;
}
.paging__btn {
  padding: 0 15px;
}
.paging__items {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.paging__item > * {
  padding: 0 15px;
}
.search-box {
  display: flex;
  border-radius: 4px;
  border: 0;
  background: #fff;
  position: relative;
}
.search-box .input-group-btn {
  width: auto;
}
.search-box .input-group-btn .btn {
  height: 100%;
  padding: 16px 32px;
  margin-right: -1px;
  margin-left: 0;
  line-height: 1;
  white-space: nowrap;
}
.search-box .input-group-btn .btn > [class*=" icon-"],
.search-box .input-group-btn .btn [class^=icon-] {
  float: left;
}
@media only screen and (max-width: 959px) {
  .search-box .input-group-btn .btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 719px) {
  .search-box .input-group-btn .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .search-box .input-group-btn .btn {
    width: 100%;
    display: block;
  }
}
.search-box .input-group-btn .btn.btn-loading {
  padding-left: 40px;
}
.search-box .input-group-btn .btn.btn-loading:before {
  top: 8px;
}
.search-box.input-group-sm .input-group-btn .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.search-box.input-group-sm .btn-loading:before {
  width: 19px;
  height: 19px;
  left: 8px;
  top: 8px;
}
.search-box .btn-loading svg {
  opacity: 0;
}
.search-box.search-box--gray .form-control {
  border: 0;
  background: #EEF1F4;
  box-shadow: none;
}
.search-box__notification {
  position: absolute;
  color: #A9B3C2;
  z-index: 9200;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #EEF1F4;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #eceef1;
  display: none;
}
.search-box__notification.open {
  display: block;
}
.search-box__notification > *:first-child {
  margin-top: 0;
}
.search-box__notification > *:last-child {
  margin-bottom: 0;
}
.search-box__notification:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EEF1F4;
  left: 20px;
  top: -20px;
  z-index: 1;
}
.search-box__notification:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #CED4DC;
  left: 19px;
  top: -22px;
}
.search-box.search-box--expand {
  z-index: 1;
  background: 0 0;
}
.search-box.search-box--expand .form-control {
  width: 0;
  position: absolute;
  right: 0;
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
  box-shadow: 0 0 5px 5px #fff;
}
.search-box.search-box--expand .input-group-btn:last-child > .btn {
  position: relative;
  z-index: 1;
}
.search-box input {
  border: 1px solid #CED4DC;
  height: auto;
  display: block;
}
.search-box input:focus {
  box-shadow: none;
}
.search-box .btn-user-location {
  width: 100%;
  position: relative;
  font-weight: 400;
  background-color: transparent;
  padding: 0 10px;
  height: 48px;
}
.search-box .btn-user-location .icon-location {
  text-align: center;
  font-size: 1.5em;
  color: #D10028;
}
.search-box.input-group {
  position: relative;
}
.search-box .search-list {
  position: absolute;
  top: 67px;
  background: #FFF;
  left: 30px;
  right: 20%;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #CED4DC;
}
.search-box .search-list ul {
  margin-top: 15px;
  padding: 0;
}
.search-box .search-list ul li {
  list-style: none;
  text-align: left;
  padding: 8px 48px;
  cursor: pointer;
  transition: background-color 0.25s ease-out;
}
.search-box .search-list ul li:hover {
  background-color: #EEF1F4;
}
@media only screen and (max-width: 1024px) {
  .search-box .input-group-btn .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-box .input-group-btn .btn.btn-arrowR {
    min-width: 0;
  }
  .search-box .input-group-btn .btn.btn-arrowR:after {
    display: none;
  }
}
@media (max-width: 959px) {
  .search-box.input-group-lg > .form-control,
  .search-box.input-group-lg > .input-group-addon,
  .search-box.input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 4px;
  }
  select.search-box.input-group-lg > .form-control,
  select.search-box.input-group-lg > .input-group-addon,
  select.search-box.input-group-lg > .input-group-btn > .btn {
    height: 44px;
    line-height: 44px;
  }
  textarea.search-box.input-group-lg > .form-control,
  textarea.search-box.input-group-lg > .input-group-addon,
  textarea.search-box.input-group-lg > .input-group-btn > .btn,
  select[multiple].search-box.input-group-lg > .form-control,
  select[multiple].search-box.input-group-lg > .input-group-addon,
  select[multiple].search-box.input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
  .search-box.input-group-lg > .input-group-btn > .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search-box.input-group-lg > .input-group-btn > .btn.btn-loading {
    padding-left: 40px;
  }
}
@media (min-width: 960px) {
  .search-box.input-group-lg .input-group-btn .btn.btn-loading {
    padding-left: 50px;
  }
}
@media (max-width: 959px) {
  .search-box.input-group.form-inline {
    display: flex;
  }
  .search-box.input-group.form-inline .btn-darkGrey {
    height: 100%;
    background-color: #555F6B;
  }
}
.section-box[style*="background-image"] {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-box[style*="background-image"] .container,
.section-box[style*="background-image"] .container:first-child,
.section-box[style*="background-image"] .section-box .container,
.section-box[style*="background-image"] .section-box .container:first-child {
  padding-top: 44px !important;
  padding-bottom: 44px;
}
.section-box[style*="background-image"] .form-group {
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .section-box[style*="background-image"] {
    background-image: none !important;
  }
  .section-box[style*="background-image"] .container,
  .section-box[style*="background-image"] .container:first-child,
  .section-box[style*="background-image"] .section-box .container,
  .section-box[style*="background-image"] .section-box .container:first-child {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
}
.section-box .container {
  padding-top: 35px;
  padding-bottom: 30px;
  max-width: 100%;
}
.section-box .container > *:first-child,
.section-box .section-box .container > *:first-child {
  margin-top: 0;
}
@media (max-width: 719px) {
  .section-box .container,
  .section-box .section-box .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-box:first-child .container,
.section-box:first-child .section-box .container {
  padding-top: 30px;
}
@media (max-width: 719px) {
  .section-box:first-child .container,
  .section-box:first-child .section-box .container {
    padding-top: 15px;
  }
}
.section-box .rte > *:last-child {
  margin-bottom: 0;
}
.section-box.section-box--odd {
  background: #F6F8F9;
}
.section-box.section-box--no-padding > .container,
.section-box.section-box--no-padding > .section-box .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-box.section-box--no-padding-top > .container,
.section-box.section-box--no-padding-top > .section-box .container {
  padding-top: 0;
}
.section-box.section-box--no-padding-bottom > .container,
.section-box.section-box--no-padding-bottom > .section-box .container {
  padding-bottom: 0;
}
.section-box.section-box--aside {
  margin-top: 20px;
}
.section-box.section-box--aside > .container,
.section-box.section-box--aside > .section-box .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-box.section-box--border {
  border-top: 1px solid #EEF1F4;
  border-bottom: 1px solid #EEF1F4;
}
.section-box__title {
  margin: 0 0 30px;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .section-box__title {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
.section-box__title + .section-box__subtitle {
  margin-top: -10px;
}
@media (min-width: 960px) {
  .section-box__title + .section-box__subtitle {
    margin-top: -24px;
  }
}
.section-box__subtitle {
  font-style: italic;
  margin-bottom: 18px;
  font-size: 17px;
  color: #CED4DC;
}
.section-box.form-layout-8-4 .row:last-child .no-flexbox,
.section-box.form-layout-8-4 .row:last-child .no-flexboxlegacy {
  background-color: #CED4DC;
}
@media (min-width: 960px) {
  .section-box.form-layout-8-4 .row:last-child {
    display: flex;
  }
}
.section-box.form-layout-8-4 .row:last-child > [class*="col-"] {
  padding: 30px;
}
.section-box.form-layout-8-4 .row:last-child > [class*="col-"]:first-child {
  background-color: #EEF1F4;
}
@media only screen and (max-width: 719px) {
  .section-box.form-layout-8-4 .row:last-child > [class*="col-"]:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 720px) {
  .section-box.form-layout-8-4 .row:last-child > [class*="col-"]:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .section-box.form-layout-8-4 .row:last-child > [class*="col-"]:first-child {
    width: 100% / 3 * 2;
    flex: 1 1 auto;
  }
}
.section-box.form-layout-8-4 .row:last-child > [class*="col-"]:last-child {
  background-color: #CED4DC;
}
@media (min-width: 720px) {
  .section-box.form-layout-8-4 .row:last-child > [class*="col-"]:last-child {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .section-box.form-layout-8-4 .row:last-child > [class*="col-"]:last-child {
    width: 100% / 3;
    flex: 1 1 auto;
  }
}
.section-box.form-layout-4-8 .row:last-child .no-flexbox,
.section-box.form-layout-4-8 .row:last-child .no-flexboxlegacy {
  background-color: #CED4DC;
}
@media (min-width: 960px) {
  .section-box.form-layout-4-8 .row:last-child {
    display: flex;
  }
}
.section-box.form-layout-4-8 .row:last-child > [class*="col-"] {
  padding: 30px;
}
.section-box.form-layout-4-8 .row:last-child > [class*="col-"]:first-child {
  background-color: #CED4DC;
}
@media only screen and (max-width: 719px) {
  .section-box.form-layout-4-8 .row:last-child > [class*="col-"]:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .section-box.form-layout-4-8 .row:last-child > [class*="col-"]:first-child {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .section-box.form-layout-4-8 .row:last-child > [class*="col-"]:first-child {
    width: 100% / 3;
    flex: 1 1 auto;
  }
}
.section-box.form-layout-4-8 .row:last-child > [class*="col-"]:last-child {
  background-color: #EEF1F4;
}
@media (min-width: 720px) {
  .section-box.form-layout-4-8 .row:last-child > [class*="col-"]:last-child {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .section-box.form-layout-4-8 .row:last-child > [class*="col-"]:last-child {
    width: 100% / 3 * 2;
    flex: 1 1 auto;
  }
}
.container,
.section-box .container {
  max-width: 100%;
}
.breadcrumb-container + .section-box + .section-box .container,
.breadcrumb-container + .section-box + .section-box .section-box .container {
  padding-top: 0;
}
.breadcrumb-container + .section-box + .section-box .section-box.section-box--odd .container,
.breadcrumb-container + .section-box + .section-box .section-box.section-box--odd .section-box .container {
  padding-top: 25px;
}
.breadcrumb-container + .section-box + .section-box.section-box--odd .container,
.breadcrumb-container + .section-box + .section-box.section-box--odd .section-box .container {
  padding-top: 40px;
}
.breadcrumb-container + .section-box.section-box--odd {
  padding-top: 25px;
}
.breadcrumb-container + .section-box.section-box--odd + .section-box .container,
.breadcrumb-container + .section-box.section-box--odd + .section-box .section-box .container {
  padding-top: 40px;
}
.side-nav {
  margin-right: 16px;
}
.side-nav__list {
  margin: 0;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #CED4DC;
}
.side-nav__item {
  list-style: none;
}
.side-nav__item > a.topic-item {
  border: none;
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.side-nav__item > a.topic-item .svg-icon.crit-ico-chevron-right {
  width: 18px;
  height: 18px;
}
.side-nav__item > a:hover,
.side-nav__item > a:focus {
  background-color: #EEF1F4;
}
.side-nav__item:first-child a.topic-item {
  padding-top: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.side-nav__item:last-child a.topic-item {
  padding-bottom: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.side-nav__item--active > a {
  background-color: #EEF1F4;
}
.side-nav__mobile {
  display: none;
}
@media (max-width: 719px) {
  .side-nav {
    padding: 0;
    border: 0;
  }
  .side-nav__list {
    display: none;
  }
  .side-nav__mobile {
    display: block;
    padding: 0 0 24px 0;
  }
}
.sup {
  display: inline;
  font-size: 1em;
  vertical-align: top;
  padding-top: 5px;
}
.trust-block {
  border-bottom: 2px solid #F6F8F9;
  text-align: center;
}
.trust-block .rte a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.trust-block .rte img {
  margin: 0 25px;
}
@media only screen and (max-width: 719px) {
  .trust-block {
    display: none;
  }
}
.promotion-condition-block + .trust-block .container,
.promotion-condition-block + .trust-block .section-box .container {
  padding-top: 0;
}
.content-card-group {
  width: 100%;
  padding: 60px 0;
  background-color: var(--card-bg-desktop);
}
.content-card-group .link-icon {
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABuSURBVHgBdY/RCYAwEEPTTtIv6Z+4gSO4gbpZncQRqn/900nEICra3oUePXgh5AAqwjsIshFVZ4Fthe8LyLfw3zkhN5gnlq6Zq+MMNdL0Qs1gvjG5wULRwVQxlmBskILRwFVIA/edaCXwaymVOgHEjSckK6ipjwAAAABJRU5ErkJggg==');
}
.content-card-group h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 719px) {
  .content-card-group {
    background-color: var(--card-bg-mobile);
    padding: 40px 0;
  }
  .content-card-group h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 0 !important;
  }
}
.content-card-group .content-cards-wrapper {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
}
.content-card-group .content-card {
  background-color: #FFF;
  border-radius: 8px 8px 0px 0px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.content-card-group .content-card.swiper-slide {
  height: auto;
}
.content-card-group .content-card img {
  width: 100%;
  height: 210px !important;
  object-fit: cover;
}
.content-card-group .content-card .content {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
}
.content-card-group .title {
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #1C242F;
}
@media only screen and (max-width: 719px) {
  .content-card-group .title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Visby Round CF DemiBold', sans-serif;
  }
}
.content-card-group .description {
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #555F6B;
}
@media only screen and (max-width: 719px) {
  .content-card-group .description {
    font-size: 16px;
  }
}
.content-card-group .link {
  display: flex;
  align-items: center;
}
.content-card-group .link > a {
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #1C242F;
}
.content-card-group .content-cards-wrapper .swiper-container {
  display: none;
  padding: 0 20px;
}
.content-card-group .content-cards-wrapper .swiper-container.swiper-container-initialized {
  display: block;
}
.content-card-group .content-cards-wrapper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.content-card-group .content-cards-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #CED4DC;
  border-radius: 4px;
}
.content-card-group .content-cards-wrapper .swiper-pagination-bullet-active {
  background: #1C242F;
}
.content-card-group .content-cards-wrapper .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.content-card-group .content-cards-wrapper .swiper-button-prev,
.content-card-group .content-cards-wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 58px));
  width: 40px;
  height: 40px;
  background: #1C242F;
  z-index: 2;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .content-card-group .content-cards-wrapper .swiper-button-prev,
  .content-card-group .content-cards-wrapper .swiper-button-next {
    display: none;
  }
}
.content-card-group .content-cards-wrapper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.828 7.00066H16V9.00066H3.828L9.192 14.3647L7.778 15.7787L0 8.00066L7.778 0.222656L9.192 1.63666L3.828 7.00066Z' fill='white'/%3E%3C/svg%3E");
  left: 0px;
}
.content-card-group .content-cards-wrapper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.172 8.99934L5.92552e-07 8.99934L7.67397e-07 6.99934L12.172 6.99934L6.808 1.63534L8.222 0.221343L16 7.99934L8.222 15.7773L6.808 14.3633L12.172 8.99934Z' fill='white'/%3E%3C/svg%3E");
  right: 0px;
}
.customer-review-teaser {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(0deg, #f6f8f9 0%, #f6f8f9 50%, #ffffff 50%, #ffffff 100%);
}
.customer-review-teaser .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 767px) {
  .customer-review-teaser {
    padding: 20px 16px 40px;
    background: #F6F8F9;
  }
  .customer-review-teaser .swiper-pagination {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .customer-review-teaser .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #CED4DC;
    border-radius: 4px;
  }
  .customer-review-teaser .swiper-pagination-bullet-active {
    background: #1c242f;
  }
  .customer-review-teaser .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 8px;
  }
}
.customer-review-teaser .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.customer-review-teaser .header h3.title {
  color: #1c242f;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-right: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 920px) {
  .customer-review-teaser .header h3.title {
    margin-right: 0;
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-review-teaser .header h3.title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 720px) {
  .customer-review-teaser .header h3.title {
    margin-bottom: 0;
  }
}
.customer-review-teaser .header .rating-stars li {
  font-size: 23px;
}
.customer-review-teaser .header span.stats {
  margin-left: 8px;
}
@media only screen and (max-width: 920px) {
  .customer-review-teaser .header .rating-stars {
    display: none;
  }
  .customer-review-teaser .header span.stats {
    display: none;
  }
}
.customer-review-teaser .swiper-container {
  padding: 20px 0;
}
.customer-review-teaser .review-card {
  height: auto;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.customer-review-teaser .review-card .customer-name {
  color: #1c242f;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.6px;
  letter-spacing: 1px;
}
.customer-review-teaser .review-card .item-reviewed {
  margin-top: -10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: #555f6b;
}
.customer-review-teaser .review-card .customer-comment {
  color: #555f6b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.6px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 720px) {
  .customer-review-teaser .review-card .customer-comment {
    font-size: 19px;
  }
}
.customer-review-teaser .rating-stars {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.customer-review-teaser .footer {
  text-align: center;
}
.self-storage-proccess {
  background-color: var(--ssp-mobile-bg);
  padding: 40px 32px;
  width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.self-storage-proccess .container,
.self-storage-proccess .section-box .container {
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 720px) {
  .self-storage-proccess {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 719px) {
  .self-storage-proccess.hide-mobile-subtitle .sub-title {
    display: none;
  }
}
.self-storage-proccess .main-title {
  margin: 0;
  color: #1c242f;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.self-storage-proccess .sub-title {
  margin-top: 24px;
  color: #555f6b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 720px) {
  .self-storage-proccess .sub-title {
    margin-bottom: 20px;
  }
}
.self-storage-proccess .mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #d10028;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 32px auto 0;
  width: max-content;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.self-storage-proccess__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.self-storage-proccess__item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 720px) {
  .self-storage-proccess__item {
    width: 33%;
  }
}
.self-storage-proccess__image {
  margin: 0 auto 16px;
}
.self-storage-proccess__step {
  color: #d10028;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.self-storage-proccess__title {
  color: #1c242f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.self-storage-proccess__description {
  color: #555f6b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 720px) {
  .self-storage-proccess {
    background-color: var(--ssp-desktop-bg);
    padding: 80px 0;
  }
  .self-storage-proccess .main-title {
    font-size: 40px;
  }
  .self-storage-proccess .sub-title {
    color: #A9B3C2;
    font-size: 21px;
  }
  .self-storage-proccess .mobile-link {
    margin: 20px auto;
  }
  .self-storage-proccess__container {
    flex-direction: row;
    gap: 6%;
    padding: 0 6%;
  }
  .self-storage-proccess__image {
    margin: 0 auto 40px;
  }
  .self-storage-proccess__step {
    font-size: 17px;
    text-align: start;
  }
  .self-storage-proccess__title {
    font-size: 21px;
    text-align: start;
    margin-bottom: 16px;
  }
  .self-storage-proccess__description {
    font-size: 19px;
    text-align: start;
  }
}
.action-buttons {
  text-align: right;
  margin: 2px 0 10px;
}
body .cc-compliance > .cc-btn {
  flex: 1 0 auto;
}
body .cc-compliance > .cc-btn:hover {
  text-decoration: none;
}
body .cc-window {
  font-size: 12px;
  line-height: 1.2em;
}
body .cc-window.cc-floating {
  padding: 1em 2em;
}
body .cc-window.cc-floating .cc-link {
  padding: 0;
}
body .cc-window.cc-banner .cc-message {
  padding-right: 10px;
}
.error-page {
  background: #EEF1F4;
}
.error-page .main-header {
  height: 80px;
}
@media (max-width: 959px) {
  .error-page .main-header {
    height: 60px;
  }
}
.error-page .main-footer {
  position: fixed;
  bottom: 0;
  height: 100px !important;
  width: 100%;
}
.error-page .main-wrapper {
  margin-top: 80px;
  max-height: 75%;
  max-height: calc(100vh - 80px - 100px);
  overflow: auto;
}
@media (max-width: 959px) {
  .error-page .main-wrapper {
    margin-top: 60px;
    max-height: calc(100vh - 60px - 100px);
  }
}
.error-page .main-wrapper .section-box__title {
  margin-top: 30px;
}
.error-page .error-page__icon {
  display: block;
  color: #D10028;
  background-color: #fff;
  line-height: 160px;
  font-size: 100px;
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  [class*="col-lg-"] {
    margin-bottom: 25px;
  }
  [class*="col-lg-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  [class*="col-md-"] {
    margin-bottom: 25px;
  }
  [class*="col-md-"]:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 719px) {
  [class*="col-sm-"] {
    margin-bottom: 5px;
  }
  [class*="col-sm-"]:last-child {
    margin-bottom: 0;
  }
}
.col-xs-20pct {
  position: relative;
  min-height: 1px;
  width: 20%;
  float: left;
  padding-left: 44px/2;
  padding-right: 44px/2;
}
.col-xs-40pct {
  position: relative;
  min-height: 1px;
  width: 40%;
  float: left;
  padding-left: 44px/2;
  padding-right: 44px/2;
}
.col-xs-60pct {
  position: relative;
  min-height: 1px;
  width: 60%;
  float: left;
  padding-left: 44px/2;
  padding-right: 44px/2;
}
.col-xs-80pct {
  position: relative;
  min-height: 1px;
  width: 80%;
  float: left;
  padding-left: 44px/2;
  padding-right: 44px/2;
}
@media (min-width: 720px) {
  .col-sm-20pct {
    position: relative;
    min-height: 1px;
    width: 20%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-sm-40pct {
    position: relative;
    min-height: 1px;
    width: 40%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-sm-60pct {
    position: relative;
    min-height: 1px;
    width: 60%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-sm-80pct {
    position: relative;
    min-height: 1px;
    width: 80%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
}
@media (min-width: 960px) {
  .col-md-20pct {
    position: relative;
    min-height: 1px;
    width: 20%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-md-40pct {
    position: relative;
    min-height: 1px;
    width: 40%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-md-60pct {
    position: relative;
    min-height: 1px;
    width: 60%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-md-80pct {
    position: relative;
    min-height: 1px;
    width: 80%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
}
@media (min-width: 1200px) {
  .col-lg-20pct {
    position: relative;
    min-height: 1px;
    width: 20%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-lg-40pct {
    position: relative;
    min-height: 1px;
    width: 40%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-lg-60pct {
    position: relative;
    min-height: 1px;
    width: 60%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
  .col-lg-80pct {
    position: relative;
    min-height: 1px;
    width: 80%;
    float: left;
    padding-left: 44px/2;
    padding-right: 44px/2;
  }
}
.grid-bordered {
  border: 1px solid #e8e8e8;
  margin: 0;
}
.grid-bordered > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 720px) {
  .grid-bordered > [class*="col-"] {
    border-right: 1px solid #e8e8e8;
    padding: 30px;
  }
  .grid-bordered > [class*="col-"] + [class*="col-"] {
    border-left: 1px solid #e8e8e8;
    margin-left: -1px;
  }
  .grid-bordered > [class*="col-"]:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 719px) {
  .grid-bordered > [class*="col-"] {
    padding-bottom: 0;
  }
  .panel .grid-bordered > [class*="col-"] .table {
    margin-bottom: 0;
  }
  .panel .grid-bordered > [class*="col-"] .table tbody > tr td {
    padding-left: 0;
    padding-right: 0;
  }
  .panel .grid-bordered > [class*="col-"] .table tbody > tr td:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .col-sm-4 ,
  .col-sm-8  {
    padding: 0 16px;
  }
}
@media (min-width: 720px) {
  .col-sm-4 .column-wrapper--shadow,
  .col-sm-8 .column-wrapper--shadow {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .container > .row > .col-sm-6 + .col-sm-6 .panel,
  .container > .row > .col-sm-4 + .col-sm-8 .panel,
  .container > .row > .col-sm-8 + .col-sm-4 .panel,
  .container > .row > .col-sm-5 + .col-sm-7 .panel,
  .container > .row > .col-sm-7 + .col-sm-5 .panel,
  .section-box .container > .row > .col-sm-6 + .col-sm-6 .panel,
  .section-box .container > .row > .col-sm-4 + .col-sm-8 .panel,
  .section-box .container > .row > .col-sm-8 + .col-sm-4 .panel,
  .section-box .container > .row > .col-sm-5 + .col-sm-7 .panel,
  .section-box .container > .row > .col-sm-7 + .col-sm-5 .panel {
    margin-left: -22px;
  }
}
.heroImage {
  position: relative;
  min-height: 180px;
  /*Same as the carousel wich happens in script*/
}
@media only screen and (max-width: 719px) {
  .heroImage > a {
    display: none;
  }
}
.jumbotron {
  background-color: #eb002d;
  color: #fff;
  min-height: 180px;
}
.jumbotron--alt1 {
  background-color: #8064A2;
}
.jumbotron--alt2 {
  background-color: #3DA4FF;
}
.jumbotron__img {
  position: relative;
  margin-bottom: 13px;
}
.jumbotron__lead {
  position: absolute;
  top: 54%;
  width: 100%;
  transform: translateY(-50%);
}
.jumbotron__lead-txt {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  color: #A9B3C2;
  padding: 1em;
  font-size: 21px;
  line-height: 1.2;
}
.jumbotron__lead-txt h1 {
  font-weight: 500;
}
.jumbotron__lead-txt > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .jumbotron__lead {
    top: 50%;
    transform: translateY(-50%);
  }
  .jumbotron__lead-txt {
    margin-top: 0;
    padding: 0.6em;
    font-size: 19px;
    line-height: 1.4;
  }
  .jumbotron__lead-txt h1 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 719px) {
  .jumbotron__lead {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .megamenu {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 30px;
    z-index: -1;
    left: -40px;
    width: 100vw;
    width: calc(100vw + 18px);
    padding: 18px;
    max-height: 80%;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    transition: all 0.2s linear;
    transition: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
  }
  .main-header.sticky.shrink .megamenu {
    top: 27px;
  }
  .megamenu .list-nav__level3 {
    display: block;
  }
  .megamenu.collapse.in {
    display: flex;
  }
  .megamenu > li {
    margin: 40px 0;
    min-width: 120px;
    border-left: 1px solid #EEF1F4;
    padding: 0 10px 0 70px;
    list-style: none;
    flex: 1;
  }
  .megamenu > li:first-child {
    border-left: none;
  }
  .megamenu > li.megamenu__cta {
    display: inline-block;
    width: 402px;
    margin: 0;
    padding: 0;
    flex-basis: 402px;
    flex-grow: 0;
    background: #EEF1F4;
  }
  .megamenu > li ul {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
  }
  .megamenu > li li > a {
    color: #555F6B;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid transparent;
    position: relative;
    display: inline-block;
    padding: 0 14px 6px 0;
    text-decoration: none;
  }
  .megamenu > li li > a::after {
    content: "";
    color: #D10028;
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 2px;
    top: 9px;
  }
  .megamenu > li li > a:hover,
  .megamenu > li li > a:focus {
    text-decoration: underline;
  }
  .megamenu > li > ul {
    padding-left: 0;
  }
  .megamenu > li > ul > li > ul {
    padding-left: 14px;
    font-size: 14px;
    font-style: italic;
  }
  .megamenu > li > a,
  .megamenu > li > .title__level2 {
    color: #D10028;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .megamenu__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dropdown-menu {
    position: relative;
  }
  .dropdown-menu ul {
    position: absolute;
    left: 0;
    width: auto;
    min-width: 200px;
    padding: 0;
    border: none;
  }
  .dropdown-menu ul li a,
  .dropdown-menu ul li .title__level2 {
    font-size: 16px;
    color: #555F6B;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .dropdown-menu ul li a {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  .dropdown-menu ul li a:last-of-type {
    margin-bottom: 0;
  }
  .dropdown-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #D10028;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .dropdown-menu ul li a:hover {
    text-decoration: none;
    color: #D10028;
  }
  .dropdown-menu ul li a:hover .title__level2 {
    color: #D10028;
  }
  .dropdown-menu ul li a:hover::after {
    content: "";
    width: 100%;
  }
  .dropdown-menu ul .megamenu__column {
    margin: 20px 0;
    padding: 0 20px;
  }
}
.megamenu__column a,
.megamenu__column .title__level2 {
  color: #D10028;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 5px;
  text-decoration: none;
}
.megamenu__column a:hover,
.megamenu__column .title__level2:hover {
  text-decoration: underline;
}
.list-nav__level2 {
  padding-bottom: 18px;
}
.list-nav__level3 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .megamenu > li.megamenu__cta {
    display: none;
  }
  .megamenu__column a:hover,
  .megamenu__column a:focus,
  .megamenu__column a:active {
    text-decoration: none;
  }
  .megamenu__column a .title__level2 {
    color: #555F6B;
  }
  .megamenu__column a .title__level2:hover,
  .megamenu__column a .title__level2:focus,
  .megamenu__column a .title__level2:active {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .megamenu {
    top: 56px;
    z-index: initial;
  }
}
.table {
  display: table;
}
.table-body {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.table.table--no-border > tr > td,
.table.table--no-border > tbody > tr > td,
.table.table--no-border > tfoot > tr > td,
.table.table--no-border > thead > tr > td,
.table.table--no-border > .table-body > tr > td,
.table.table--no-border > tr > th,
.table.table--no-border > tbody > tr > th,
.table.table--no-border > tfoot > tr > th,
.table.table--no-border > thead > tr > th,
.table.table--no-border > .table-body > tr > th,
.table.table--no-border > .table-row > .table-cell,
.table.table--no-border > tbody > .table-row > .table-cell,
.table.table--no-border > tfoot > .table-row > .table-cell,
.table.table--no-border > thead > .table-row > .table-cell,
.table.table--no-border > .table-body > .table-row > .table-cell {
  border-top: 0;
}
.table-specifications th:first-child,
.table-specifications td:first-child {
  min-width: 200px;
}
.table-specifications th + th,
.table-specifications td + td {
  font-weight: 500;
}
@media (max-width: 719px) {
  .rte:not(.panel) table {
    position: relative;
    display: block;
    max-width: 100%;
    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.tooltip {
  line-height: 1.5;
}
.tooltip-inner {
  padding: 10px;
  text-align: left;
}
.accordion {
  max-width: 800px;
}
.accordion.panel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.accordion__toggle {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 37px;
  margin-bottom: 18.5px;
  font-size: 33px;
  display: inline-block;
  color: #555F6B;
  font-weight: 300;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 22px;
}
.accordion__toggle small,
.accordion__toggle .small {
  font-weight: 400;
  line-height: 1;
  color: #CED4DC;
}
.accordion__toggle small,
.accordion__toggle .small {
  font-size: 65%;
}
.accordion__toggle > button {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 37px;
  margin-bottom: 18.5px;
  font-size: 33px;
  display: inline-block;
  color: #555F6B;
  font-weight: 300;
  font-size: 19px;
  margin: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.accordion__toggle > button small,
.accordion__toggle > button .small {
  font-weight: 400;
  line-height: 1;
  color: #CED4DC;
}
.accordion__toggle > button small,
.accordion__toggle > button .small {
  font-size: 65%;
}
@media only screen and (max-width: 959px) {
  .accordion__toggle > button {
    font-size: 17px;
  }
}
.accordion__toggle > button:hover,
.accordion__toggle > button:focus {
  text-decoration: none;
  border-color: #1C242F;
  color: #1C242F;
  outline: 0;
}
.accordion__toggle > button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  color: #1C242F;
  font-size: 14px;
  margin-right: 6px;
  position: absolute;
  left: -28px;
  top: 7px;
  padding: 8px;
  display: block;
  transform-origin: top center;
  transform: rotate(90deg) translateY(-50%);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 959px) {
  .accordion__toggle > button:before {
    top: 6px;
  }
}
.accordion__toggle > button.collapsed:before {
  transform: rotate(0) translateY(-50%);
}
.accordion__content {
  padding-left: 22px;
}
.accordion__content > *:first-child {
  margin-top: 0 !important;
}
.accordion__content > *:last-child {
  margin-bottom: 0 !important;
}
.accordion__padding {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 959px) {
  .accordion__padding {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 719px) {
  .accordion__padding {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.accordion__inline-category {
  display: inline-block;
  background: #EEF1F4;
  color: #CED4DC;
  font-size: 0.75em;
  padding: 2px 6px;
  margin-left: 22px;
}
.accordion__inline-category:hover,
.accordion__inline-category:focus {
  background: #D10028;
  color: #fff;
  text-decoration: none;
}
.accordion__inline-category + .accordion__inline-category {
  margin-left: 0;
}
.accordion {
  margin: 0 -15px;
}
.accordion .accordion__item {
  padding: 10px 15px;
}
.accordion__item {
  padding: 10px 15px 20px;
  border-top: 1px solid #EEF1F4;
}
.accordion__item h2 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.accordion__item:not(.accordion__item--no-collapse) .accordion__static {
  position: relative;
  cursor: pointer;
}
.accordion__item:not(.accordion__item--no-collapse) .accordion__static:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  color: #D10028;
  font-size: 20px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion__item:not(.accordion__item--no-collapse):not(.open):not(.has-opened) .accordion__static:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 13.5px);
  right: -6px;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0px solid #D10028;
}
@media (min-width: 720px) {
  .accordion__item.accordion__item--mobile-only .accordion__static {
    display: none;
  }
}
@media (min-width: 720px) {
  .accordion__item.accordion__item--mobile-only .accordion__collapsable {
    opacity: 1;
    max-height: 300vh;
  }
}
.accordion__item.accordion__item--secondary .accordion__static {
  border: 1px solid #CED4DC;
  border-radius: 8px;
  background: #FFF;
}
.accordion__item.accordion__item--secondary .accordion__static::before {
  right: 16px;
  color: #1C242F;
}
.accordion__item.accordion__item--secondary .accordion__collapsable {
  padding: 16px 24px;
  border: 1px solid #CED4DC;
  background: #FFF;
}
@media (min-width: 720px) {
  .accordion__item.accordion__item--secondary .accordion__collapsable {
    padding: 0;
    border: none;
  }
}
.accordion__item.accordion__item--secondary.open .accordion__static {
  background-color: #1C242F;
  color: #FFF;
  border: 1px solid #1C242F;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion__item.accordion__item--secondary.open .accordion__static::before {
  color: #FFF;
}
.accordion__item.accordion__item--secondary.open .accordion__static .icon-info-icon::before {
  color: #FFF;
}
.accordion__item.accordion__item--secondary.open .accordion__collapsable {
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@keyframes accordionActionable {
  0% {
    border: 0px solid #1C242F;
    opacity: 0;
    transform: scale(0);
  }
  10% {
    border: 2px solid #1C242F;
    opacity: 0.5;
  }
  20% {
    border: 1px solid #1C242F;
    opacity: 0;
    transform: scale(1.5);
  }
  21% {
    border: 0px solid #1C242F;
    opacity: 0;
    transform: scale(0);
  }
  31% {
    border: 2px solid #1C242F;
    opacity: 0.5;
  }
  41% {
    border: 1px solid #1C242F;
    opacity: 0;
    transform: scale(1.5);
  }
  42% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.accordion__item.open:not(.accordion__item--no-collapse) .accordion__static:before {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion__item.open:not(.accordion__item--no-collapse) .accordion__collapsable {
  opacity: 1;
  max-height: 300vh;
}
@media (min-width: 720px) {
  .accordion__item:first-of-type {
    border: none;
  }
  .accordion__item:not(.accordion__item--no-collapse):not(.open):not(.has-opened) .accordion__static:after {
    animation-name: none;
  }
  .accordion__item.desktop-expanded .accordion__static:before {
    display: none;
  }
  .accordion__item.desktop-expanded .accordion__collapsable {
    opacity: 1;
    max-height: 300vh;
  }
}
.accordion__item--centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border-top: none;
}
.accordion__item--centered .accordion__static {
  margin: 8px auto 0 auto;
}
.accordion__item--centered .accordion__item-desc {
  margin-right: 32px;
  text-transform: none;
  font-size: 16px;
}
.accordion__item--centered .accordion__content-part {
  padding: 0;
}
.accordion__item--centered .accordion__content-part img {
  padding: 0;
}
.accordion__item--centered.accordion__item:not(.accordion__item--no-collapse) .accordion__static::before {
  top: calc(50% + -3px);
}
.accordion__item-desc {
  color: #1C242F;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.accordion__item-desc::before {
  content: attr(data-closed);
  font-weight: 600;
}
.accordion__item-desc .popup__link {
  color: inherit;
}
.accordion__item.open .accordion__item-desc::before {
  content: attr(data-open);
}
.accordion__collapsable {
  opacity: 0;
  max-height: var(--accordion-min-height, 0);
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion__collapsable.opaque {
  opacity: 1;
}
.accordion__content-part {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}
.accordion__content-part img {
  padding-top: 10px;
}
@media (min-width: 960px) {
  .accordion__content-part {
    font-size: 19px;
  }
}
.accordion__item .space-between h2,
.accordion__item .accordion_compact__column h2 {
  margin-top: 0;
}
.accordion__info {
  line-height: 1.5;
}
.accordion__info a,
.accordion__info .popup__link {
  color: #1C242F;
}
.accordion__info.warning {
  color: #D10028;
}
.accordion_compact {
  display: flex;
  flex-wrap: wrap;
}
.accordion_compact .accordion_compact__column {
  width: 50%;
}
.accordion_compact .accordion__content-part {
  padding: 0;
}
.accordion_compact a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
.accordion-list {
  background: #FFF;
  padding: 0;
  border-radius: 8px;
}
.accordion-list .accordion__item {
  border-top: 1px solid #CED4DC;
  padding: 0;
  list-style: none;
}
.accordion-list .accordion__item:first-of-type {
  border-top: none;
}
.accordion-list .accordion__item-desc {
  text-transform: none;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 24px 68px 24px 16px;
}
@media (min-width: 960px) {
  .accordion-list .accordion__item-desc {
    font-size: 20px;
    padding: 24px 76px 24px 24px;
  }
}
.accordion-list .accordion__item .accordion__content-part {
  padding: 24px;
}
.accordion-list .accordion__item .accordion__static::before {
  right: 32px;
}
.accordion-list .accordion__item.open:not(.accordion__item--no-collapse) {
  border-top: none;
}
.accordion-list .accordion__item.open:not(.accordion__item--no-collapse) .accordion__item-desc {
  background-color: #1C242F;
  color: #FFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.accordion-list .accordion__item.open:not(.accordion__item--no-collapse) .accordion__static::before {
  color: #FFF;
}
.accordion-list .accordion__item.open:not(.accordion__item--no-collapse) .accordion__content-part {
  padding: 32px 16px;
}
@media (min-width: 960px) {
  .accordion-list .accordion__item.open:not(.accordion__item--no-collapse) .accordion__content-part {
    padding: 48px 32px;
  }
}
.blog-teaser .image-block-wrapper {
  overflow: hidden;
}
.blog-teaser .image-block-wrapper .responsiveImageBlock {
  max-height: 101px;
  align-items: center;
}
@media (min-width: 960px) {
  .blog-teaser .image-block-wrapper .responsiveImageBlock {
    max-height: 137px;
  }
}
@media (min-width: 1200px) {
  .blog-teaser .image-block-wrapper .responsiveImageBlock {
    max-height: 171px;
  }
}
.section__card-swiper {
  overflow: hidden;
}
.section__card-swiper .section-box__title {
  color: #D10028;
  margin-bottom: 10px;
  padding: 0;
}
.section__card-swiper .swiper-slide {
  width: 400px;
}
@media (max-width: 450px) {
  .section__card-swiper .swiper-slide {
    width: 74vw;
  }
}
.section__card-swiper .container,
.section__card-swiper .section-box .container {
  overflow: hidden;
}
.section__card-swiper.active {
  display: inherit;
}
.card {
  border: 1px solid #CED4DC;
  min-height: 240px;
  width: 390px;
  overflow: hidden;
  background-color: #FFF;
}
.card .card__title {
  margin: 0;
}
.card .card__distance {
  margin: 0;
  font-size: 17px;
  color: #A9B3C2;
}
.card .card__picture {
  width: 30%;
  float: left;
}
.card .card__rating,
.card .card__address {
  padding-left: 10px;
  width: 65%;
  display: inline-block;
}
.card .card__address,
.card .card__info {
  font-size: 17px;
  color: #CED4DC;
  line-height: 1.3;
}
.card .card__info {
  padding: 10px 0px;
}
.card .card__info p {
  margin: 0;
}
.card .card__info span {
  color: #1C242F;
}
.card .card__info a {
  padding-top: 10px;
  color: #1C242F;
}
@media (max-width: 450px) {
  .card {
    width: 70vw;
    height: 220px;
  }
  .card .card__address {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .card .card__address {
    padding-left: 0px;
    width: 95%;
    font-size: 17px;
  }
}
.card {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 185px;
  height: auto;
  position: relative;
  border: none;
  border-bottom: 3px solid #D10028;
  min-width: 260px;
}
.card .card__content {
  padding: 15px 15px 20px 15px;
}
.card .card__header {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 20px 15px 0px 15px;
}
.card .card__header .header__title {
  font-size: 16px;
  flex-grow: 1;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
.card .card__header .header__distance {
  font-size: 16px;
  margin-top: -5px;
  padding-left: 20px;
  min-width: 100px;
  text-align: right;
}
.card .card__address {
  flex: auto;
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 15px;
}
.card .card__info {
  padding: 0;
}
.card .card__info .primaryLink .arrow {
  border-right: 1px solid #D10028;
  border-top: 1px solid #D10028;
  height: 8px;
  width: 8px;
  margin-left: 1.5vw;
  margin-top: 5px;
  position: absolute;
  transform: rotate(45deg);
}
.card .card__info .primaryLink .arrow:after {
  background-color: #D10028;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg) translateX(-3px) translateY(1px);
  width: 10px;
}
.card .card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
}
@media (max-width: 450px) {
  .card .card__header {
    padding: 15px 10px 0 15px;
  }
  .card .card__content {
    padding: 15px 10px 10px 15px;
  }
}
.checkmark-box {
  position: relative;
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #CED4DC;
  border-radius: 4px;
}
.checkmark-box svg {
  position: absolute;
  height: auto;
  width: 16px;
  top: 2px;
  right: 2px;
  stroke: #ffffff;
  stroke-width: 10px;
  display: none;
  background: #d10028;
  border-radius: 2px;
}
.checkmark-box .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -100;
}
.active .checkmark-box .path.check,
.checkmark-box.active .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.6s 0.05s ease-in forwards;
  animation: dash-check 0.6s 0.05s ease-in forwards;
}
.active .checkmark-box svg,
.checkmark-box.active svg {
  display: initial;
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.contact__success-title {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 37px;
  margin-bottom: 18.5px;
  font-size: 40px;
  color: #29823B;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact__success-title small,
.contact__success-title .small {
  font-weight: 400;
  line-height: 1;
  color: #CED4DC;
}
.contact__success-title small,
.contact__success-title .small {
  font-size: 65%;
}
.contact__success-message {
  padding: 10px;
}
.cc-window {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 15px 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  background: #FFF !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: opacity 0.5s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-window .cc-message {
  font-size: 17px;
  line-height: 1.25;
  color: #5F5F5F;
  flex-grow: 1;
  width: auto;
  margin: 10px 0;
}
.cc-window .cc-message a {
  color: #fd9e16;
}
.cc-window .cc-message a:hover {
  color: #de8402;
}
.cc-window .cc-compliance {
  flex-grow: 1;
  margin: 5px 0;
}
.cc-window .cc-compliance a {
  color: #FFF;
  background: #fd9e16;
  padding: 15px 20px;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.cc-window .cc-compliance a:hover {
  background: #de8402;
  text-decoration: none;
}
.cc-revoke {
  display: none;
}
.customer-reviews-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.customer-reviews-block .rating-stars li {
  font-size: 16px;
  color: #CED4DC;
}
.customer-reviews-block .rating-stars li.rating-stars__true {
  color: #fede00;
}
.customer-reviews-block .responsiveImageBlock {
  margin: 25px 0;
}
.review__quote {
  margin-top: 10px;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
}
.review__quote--title {
  font-weight: 500;
}
.review__quote--content:before,
.review__quote--content:after {
  content: '"';
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
:root {
  --adyen-sdk-text-caption-font-size: 15px;
  --adyen-sdk-text-body-font-size: 15px;
  --adyen-sdk-text-title-font-size: 19px;
}
@media (min-width: 960px) {
  .main-wrapper .col-sm-7 {
    margin-top: 28px;
  }
}
@media (min-width: 960px) {
  .e-rental-right-col {
    margin-top: 28px;
  }
}
.e-rental-left-col {
  flex-direction: column;
  margin-top: 28px;
}
.e-rental-left-col__move-in-date {
  font-weight: 500;
}
@media (max-width: 960px) {
  .e-rental-left-col {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .row_erental {
    display: flex;
  }
}
.e-rental-confirmation__identification-message {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1px;
  height: 32px;
  color: #29823b;
}
.AppERental {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
  background: #FFF;
  padding: 32px 16px 40px;
  margin: 0 -16px;
}
.AppERental .total-payment-info {
  margin: 16px 0;
  padding: 20px 20px;
  background: #EEF1F4;
  color: #1c242f;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 1px;
  border-radius: 8px;
}
@media (min-width: 960px) {
  .AppERental .total-payment-info {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .AppERental {
    padding: 0 0 40px 0;
    margin: 0;
    border-radius: 8px;
  }
}
.AppERental .id-message {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1px;
  height: 62px;
  color: #29823b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
}
.AppERental .id-message.fail {
  color: #8b021b;
}
.AppERental .id-message.hide-message {
  display: none;
}
@media (min-width: 960px) {
  .AppERental .id-message {
    height: 32px;
  }
}
@media (min-width: 960px) {
  .AppERental .layout-top {
    position: absolute;
    top: -48px;
    width: 100%;
  }
}
.AppERental .description {
  margin-bottom: 15px;
}
.AppERental .description strong {
  font-weight: 500;
}
.AppERental .description :last-child {
  margin-bottom: 0;
}
.AppERental .description.footnote {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .AppERental .description.footnote {
    margin-top: 30px;
  }
}
.AppERental .description.center {
  text-align: center;
}
@media (min-width: 960px) {
  .AppERental .description {
    margin-bottom: 30px;
  }
}
.AppERental .form-container {
  border: none;
}
@media (min-width: 960px) {
  .AppERental .form-container {
    height: 100%;
  }
}
.AppERental .form-container .form-single-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 592px;
  margin: 0 auto;
}
.AppERental .form-container .form-single-col .form-group span.valid-check:after {
  display: inline-block;
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92d";
  position: absolute;
  right: 0;
  top: 22px;
  color: #0dae65;
  font-size: 15px;
  margin-right: 10px;
}
.AppERental .form-container .form-single-col .form-group .date-picker-container span.valid-check:after {
  top: 18px;
}
.AppERental .form-container .form-single-col .form-group .form-control {
  padding-right: 28px;
}
.AppERental .form-container .form-single-col .form-group input {
  border: 1px solid #A9B3C2;
}
.AppERental .form-container .form-single-col .form-group input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: red;
}
.AppERental .form-container .form-single-col .form-group input[type="date"] {
  min-height: 60px;
}
.AppERental .form-container .form-single-col .form-group select.form-control {
  height: auto;
  padding: 18px 15px;
}
.AppERental .form-container .form-single-col .form-group .date-select-container select.form-control.form-control__select {
  height: auto;
  padding: 23px 15px 6px;
}
.AppERental .form-container .form-single-col .form-group .date-select-container label.floating-label {
  padding: 23px 15px;
  top: -2px;
}
.AppERental .form-container .form-single-col .select-with-autocomplete .form-group span.valid-check:after {
  right: 24px;
}
.AppERental .form-container .form-single-col .phone-row {
  display: flex;
  position: relative;
}
.AppERental .form-container .form-single-col .phone-row div:first-child {
  width: 27%;
  transition: all 0.25s ease-out;
  z-index: 9;
}
.AppERental .form-container .form-single-col .phone-row div:first-child input {
  cursor: pointer;
  background-color: #FFF;
  padding-right: 0px;
  text-transform: capitalize;
  height: 61px;
}
.AppERental .form-container .form-single-col .phone-row div:first-child.open {
  width: 100%;
}
.AppERental .form-container .form-single-col .country-selection-list {
  width: 100%;
  max-height: 210px;
  background-color: #FFF;
  border: 1px solid #b4b4b4;
  padding: 6px 0;
  margin-bottom: 15px;
  display: none;
  overflow-y: auto;
}
.AppERental .form-container .form-single-col .country-selection-list.open {
  display: block;
}
.AppERental .form-container .form-single-col .country-selection-list .country-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 7px 16px;
  cursor: pointer;
}
.AppERental .form-container .form-single-col .country-selection-list .country-row:first-child {
  padding-top: 12px;
  margin-top: -6px;
}
.AppERental .form-container .form-single-col .country-selection-list .country-row:hover {
  background-color: #f2f2f2;
}
.AppERental .form-container .form-single-col .country-selection-list .country-row.selected {
  border-bottom: 1px dashed #d9d9d9;
}
@media (min-width: 1200px) {
  .AppERental .form-container .form-single-col {
    justify-content: flex-end;
  }
}
@media (min-width: 720px) {
  .AppERental .form-container {
    padding: 20px;
  }
}
.AppERental .next-button {
  padding: 16px 40px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  width: 100%;
  justify-content: center;
}
.AppERental .next-button.btn-loading:before {
  top: 12px;
  left: 12px;
}
.AppERental .next-button.btn-invalid {
  background-color: #878f9b;
  border-color: #878f9b;
}
.AppERental .next-button span {
  top: 2px;
  position: relative;
  padding-left: 6px;
  font-size: 16px;
}
@media (min-width: 720px) {
  .AppERental .next-button {
    max-width: max-content;
  }
}
.AppERental .back-button.desktop {
  margin: 0;
}
.AppERental .back-button.desktop a {
  padding: 16px 32px;
}
.AppERental .back-button,
.AppERental .next-button-link {
  position: relative;
  display: none;
  align-items: center;
  margin-top: 6px;
}
.AppERental .back-button.desktop,
.AppERental .next-button-link.desktop {
  display: inline-flex;
}
@media (max-width: 720px) {
  .AppERental .back-button,
  .AppERental .next-button-link {
    display: inline-flex;
    margin-bottom: 8px;
    position: absolute;
    left: 10px;
  }
  .AppERental .back-button.desktop,
  .AppERental .next-button-link.desktop {
    display: none;
  }
}
.AppERental .back-button span,
.AppERental .next-button-link span {
  font-size: 12px;
  color: #D10028;
}
.AppERental .back-button a,
.AppERental .next-button-link a {
  color: #1C242F;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
}
@media (max-width: 720px) {
  .AppERental .back-button a,
  .AppERental .next-button-link a {
    font-size: 14px;
  }
}
.AppERental .step-title {
  font-size: 32px;
  font-weight: 500;
  color: #1C242F;
  margin-top: 32px;
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 720px) {
  .AppERental .step-title {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.AppERental .popup-modal .step-title {
  margin-top: 16px;
}
@media (min-width: 720px) {
  .AppERental .popup-modal .step-title {
    margin-top: 0;
  }
}
.AppERental .popup-modal .step-title .payment-col:nth-child(2) {
  flex: 0;
}
.AppERental .next-button-link {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.AppERental .next-button-link.next-button-link--loading a {
  color: #acacac;
}
.AppERental .step-indicator-container {
  display: flex;
  align-items: center;
  height: 30px;
  color: #000000;
  background-color: #FFF;
  border-radius: 8px 8px 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container {
    height: 80px;
    color: #FFF;
    background-color: #1C242F;
  }
}
.AppERental .step-indicator-container .stepsWrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 0px 90px;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper {
    padding: 0 32px;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.AppERental .step-indicator-container .stepsWrapper .step .text {
  display: none;
  text-align: center;
  padding: 0 4px;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper .step .text {
    display: block;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step .box {
  width: 12px;
  height: 12px;
  background-color: #1C242F;
  border-radius: 4px;
  margin-bottom: 4px;
  z-index: 2;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper .step .box {
    background-color: #FFF;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step .line {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #CED4DC;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper .step .line {
    background: #555f6b;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step.current .box {
  background: #D10028;
}
.AppERental .step-indicator-container .stepsWrapper .step.current .text {
  font-weight: 600;
  color: #D10028;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper .step.current .box {
    background: #FFF;
  }
  .AppERental .step-indicator-container .stepsWrapper .step.current .text {
    color: #FFF;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step.future .box {
  background: #CED4DC;
}
.AppERental .step-indicator-container .stepsWrapper .step.future .text {
  color: #CED4DC;
}
@media (min-width: 960px) {
  .AppERental .step-indicator-container .stepsWrapper .step.future .box {
    background: #A9B3C2;
  }
  .AppERental .step-indicator-container .stepsWrapper .step.future .text {
    color: #A9B3C2;
  }
}
.AppERental .step-indicator-container .stepsWrapper .step:first-child .line {
  width: 50%;
  left: 50%;
}
.AppERental .step-indicator-container .stepsWrapper .step:last-child .line {
  width: 50%;
}
@media (min-width: 720px) {
  .AppERental .step-indicator-container {
    margin: -20px -20px 0 -20px;
  }
}
.AppERental .date-select__toggle-button {
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
  padding: 12px 15px;
  outline: none;
}
.AppERental .date-select__toggle-button.date-select__toggle-button--disabled {
  background-color: #f2f2f2;
}
.AppERental .date-select__toggle-button.date-select__toggle-button--with-label {
  padding: 21px 15px 10px 15px;
}
.AppERental .date-select-container {
  position: relative;
}
.AppERental .date-select-container .date-select__label {
  padding: 12px 15px 0;
}
.AppERental .date-select-container .date-select__floating-label {
  position: absolute;
  padding: 15px 0px;
  transform: translate(4%, -25%) scale(0.8);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.AppERental .date-select-container.input-validation-error {
  border: 1px solid #de1e33;
}
.AppERental .date-select-container.active {
  height: 260px;
}
.AppERental .date-select-container .date-select__select-boxes {
  display: flex;
  width: 100%;
}
.AppERental .date-select-container .date-select__select-boxes > div {
  flex: 1;
}
.AppERental .date-select-container .date-select__select-boxes > div:not(:last-child) {
  margin-right: 15px;
}
.AppERental .date-picker-container {
  border: 1px solid #f2f2f2;
  transition: all 0.25s ease-out;
  height: 57px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.AppERental .date-picker-container .date-picker-floating-label {
  position: absolute;
  padding: 15px 0px;
  transform: translate(4%, -25%) scale(0.8);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.AppERental .date-picker-container.input-validation-error {
  border: 1px solid #de1e33;
}
.AppERental .date-picker-container.active {
  height: 260px;
}
.AppERental .date-picker-container .date-picker-buttons-container button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #fd9e16;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
}
.AppERental .date-picker-container .date-picker-button {
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
  padding: 12px 15px;
  outline: none;
}
.AppERental .date-picker-container .date-picker-button.disabled {
  background-color: #f2f2f2;
}
.AppERental .date-picker-container .date-picker-button.with-label {
  padding: 21px 15px 10px 15px;
}
.AppERental .date-picker-container .date-picker-button .date-picker-label {
  display: inline-block;
  min-height: 29px;
}
.AppERental .date-picker-container .date-picker-wheels-container {
  justify-content: space-evenly;
  margin-bottom: 15px;
  display: flex;
}
.AppERental .date-picker-container .date-picker-wheels-container .wheel {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.AppERental .date-picker-container .date-picker-wheels-container .date-picker-arrow-icon {
  transform: rotate(90deg);
  font-size: 24px;
}
.AppERental .date-picker-container .date-picker-wheels-container .date-picker-arrow-icon .arrow-btn {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #b4b4b4;
}
.AppERental .date-picker-container .date-picker-wheels-container .wheel-label-wrapper {
  height: 60px;
  overflow: hidden;
}
.AppERental .date-picker-container .date-picker-wheels-container .wheel-label-container {
  position: relative;
  top: -60px;
  transition: top 0.25s ease-out;
}
.AppERental .date-picker-container .date-picker-wheels-container .wheel-label {
  font-size: 36px !important;
  height: 60px;
  text-align: center;
  width: 100%;
  border: none;
  outline: none;
  cursor: default;
}
.AppERental .date-picker-container .date-picker-wheels-container input[type="number"]::-webkit-inner-spin-button,
.AppERental .date-picker-container .date-picker-wheels-container input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.AppERental .insurance-container {
  max-width: 590px;
  margin: 0 auto;
}
.AppERental .insurance-container .radio-button-container {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 24px;
}
.AppERental .insurance-container .radio-button-container:hover,
.AppERental .insurance-container .radio-button-container:focus,
.AppERental .insurance-container .radio-button-container.active {
  border: 1px solid #A9B3C2;
}
.AppERental .insurance-container .radio-button-container .radio-button-label {
  color: #555F6B;
}
.AppERental .insurance-container .radio-button-container:last-child {
  margin-bottom: 0;
}
.AppERental .insurance-container .additional-information {
  margin-top: 15px;
}
.AppERental .radio-button-container {
  border: 1px solid #CED4DC;
  border-radius: 8px;
}
.AppERental .account-create-container .radio-button-container {
  border: none;
}
.AppERental .account-create-container .radio-button-container:hover,
.AppERental .account-create-container .radio-button-container:focus,
.AppERental .account-create-container .radio-button-container.active {
  border: none;
}
.AppERental .account-create-container .radio-button-container + .radio-button-container {
  margin-left: 16px;
}
@media (min-width: 960px) {
  .AppERental .account-create-container .radio-button-container + .radio-button-container {
    margin-left: 32px;
  }
}
.AppERental .account-create-container .radio-button-container + .radio-button-container {
  margin-left: 16px;
}
@media (min-width: 960px) {
  .AppERental .account-create-container .radio-button-container + .radio-button-container {
    margin-left: 32px;
  }
}
.AppERental .payment-container {
  max-width: 590px;
  min-height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AppERental .payment-container .unit-info .payment-unit-row {
  overflow: hidden;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table {
  padding: 0 22px 12px;
  background-color: #f2f2f2;
  margin-bottom: 12px;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table h2.step-title {
  background-color: #FFF;
  padding: 12px 22px;
  margin: 0 -22px;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table h2.step-title + .payment-row {
  padding-top: 12px;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row {
  padding: 0;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col {
  font-size: 16px;
  flex: auto;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col:nth-child(1) {
  width: 30%;
  padding-top: 0;
  text-transform: uppercase;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col:nth-child(2) {
  width: 50%;
  text-align: right;
  font-weight: 500;
  padding-top: 0;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col a {
  text-decoration: underline;
  position: relative;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col a:active,
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col a:hover,
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col a:focus {
  color: #D10028;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col span {
  color: #D10028;
  position: relative;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col span .chevron-right {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  top: 5px;
}
.AppERental .payment-container .unit-info .payment-unit-row .payments-table .payment-row .payment-col span .chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  right: 5px;
  top: 3px;
}
@media (min-width: 720px) {
  .AppERental .payment-container .unit-info {
    display: none;
  }
}
.AppERental .payment-container .terms-and-conditions {
  margin-bottom: 15px;
}
@media (max-width: 720px) {
  .AppERental .payment-container .terms-and-conditions {
    font-size: 14px;
  }
}
.AppERental .payment-container .checkmark-container {
  display: flex;
  flex-direction: column;
}
.AppERental .payment-container .checkmark-container .checkmark-box {
  background-color: transparent;
  outline: none;
  padding: 0;
  top: 0;
}
.AppERental .payment-container .checkmark-container .checkmark-label {
  margin-top: -26px;
  margin-left: 48px;
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  .AppERental .payment-container .checkmark-container .checkmark-label {
    font-size: 16px;
    margin-top: -22px;
    margin-left: 42px;
    margin-bottom: 16px;
  }
}
.AppERental .payment-container .existing-mandate-label {
  margin-left: 32px;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 720px) {
  .AppERental .payment-container .existing-mandate-label {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 28px;
    margin-bottom: 15px;
  }
}
.AppERental .payment-container.content-wrapper.hidden {
  display: none;
}
.AppERental .payment-container__info-container {
  margin: 32px 0;
  display: flex;
  border-radius: 4px;
  border: 1px solid #CED4DC;
}
.AppERental .payment-container__info {
  flex: 1;
  padding: 16px 10px;
}
@media (min-width: 960px) {
  .AppERental .payment-container__info {
    padding: 16px 22px;
  }
}
.AppERental .payment-container__info a {
  text-decoration: none;
  color: #1c242f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 140% */
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .AppERental .payment-container__info a {
    font-size: 15px;
  }
}
.AppERental .payment-container__info a:hover,
.AppERental .payment-container__info a:focus,
.AppERental .payment-container__info a :active {
  color: #787878;
}
.AppERental .payment-container__additional-info {
  margin-bottom: 25px;
}
.AppERental .payment-container__info + .payment-container__info {
  border-left: 1px solid #CED4DC;
}
.AppERental .select-with-autocomplete input {
  background-color: #FFF;
  background-image: url(/assets/img/carret.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: 1px solid #f2f2f2;
  outline: none;
  width: 100%;
  height: 57px;
  margin-bottom: 15px;
  padding: 13px 15px;
}
.AppERental .select-with-autocomplete input.input-validation-error {
  color: #de1e33;
  border: 1px solid #de1e33;
}
.AppERental .select-with-autocomplete input.floating-label__input:not(:placeholder-shown) {
  padding: 20px 15px 10px;
}
.AppERental .select-with-autocomplete input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.AppERental .select-with-autocomplete span.valid-check:after {
  right: 24px;
}
.AppERental .select-with-autocomplete__row {
  display: flex;
  position: relative;
}
.AppERental .select-with-autocomplete__row div:first-child {
  width: 27%;
  transition: all 0.25s ease-out;
  z-index: 9;
  position: absolute;
}
.AppERental .select-with-autocomplete__row div:first-child input {
  cursor: pointer;
  background-color: #FFF;
  padding-right: 0px;
  text-transform: capitalize;
  height: 61px;
}
.AppERental .select-with-autocomplete__row div:first-child.open {
  width: 100%;
}
.AppERental .select-with-autocomplete__row div:last-child {
  width: 75%;
  margin-left: 110px;
}
.AppERental .select-with-autocomplete__list {
  width: 100%;
  max-height: 210px;
  background-color: #FFF;
  border: 1px solid #b4b4b4;
  padding: 6px 0;
  margin-bottom: 15px;
  display: none;
  overflow-y: auto;
}
.AppERental .select-with-autocomplete__list.open {
  display: block;
}
.AppERental .select-with-autocomplete__items-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 7px 16px;
  cursor: pointer;
}
.AppERental .select-with-autocomplete__items-row:first-child {
  padding-top: 12px;
  margin-top: -6px;
}
.AppERental .select-with-autocomplete__items-row:hover {
  background-color: #f2f2f2;
}
.AppERental .select-with-autocomplete__items-row.selected {
  border-bottom: 1px dashed #d9d9d9;
}
.AppERental .verify-email__container {
  max-width: 590px;
  margin: 0 auto;
}
.AppERental .verify-email__container input {
  margin: 0 auto;
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Safari, Edge, Opera */
}
.AppERental .verify-email__container input::-webkit-outer-spin-button,
.AppERental .verify-email__container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.AppERental .verify-email__resend-text {
  margin-top: 0;
  text-align: center;
}
.AppERental .verify-email__resend-label,
.AppERental .verify-email__resend-label:hover,
.AppERental .verify-email__resend-label:focus,
.AppERental .verify-email__resend-label:active {
  color: #D10028;
  text-decoration: none;
}
.AppERental .erental-accordion.accordion__item {
  padding-bottom: 51px;
  border-radius: 8px;
  border: 1px solid #CED4DC;
  background: #FFF;
  margin: 32px 0 16px;
}
.AppERental .erental-accordion.accordion__item.open .accordion__static {
  background-color: #1c242f;
  color: #FFF;
}
.AppERental .erental-accordion.accordion__item.open .accordion__static:before {
  color: #FFF;
}
.AppERental .erental-accordion.accordion__item.open .accordion__static .accordion__item-desc {
  color: #FFF;
}
@media (min-width: 720px) {
  .AppERental .erental-accordion.accordion__item.open .accordion__static .accordion__item-desc {
    font-family: 'Visby Round CF DemiBold', sans-serif;
    font-weight: 500;
  }
}
.AppERental .erental-accordion.accordion__item.open .accordion__content-part {
  padding: 0;
}
.AppERental .erental-accordion.accordion__item.open .accordion__content-part .payment-row.payment-row__price.total-red {
  border-radius: 0 0 8px 8px;
}
.AppERental .erental-accordion.accordion__item.open .accordion__content-part .payment-row.overdue-total {
  margin: -12px -24px 0;
}
.AppERental .erental-accordion.accordion__item .accordion__collapsable {
  margin: 0 -15px -54px;
}
.AppERental .erental-accordion.accordion__item .accordion__static {
  cursor: pointer;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
}
.AppERental .erental-accordion.accordion__item .accordion__static:before {
  color: #1c242f;
  right: 24px;
}
.AppERental .erental-accordion.accordion__item .accordion__static .accordion__item-desc {
  display: flex;
  justify-content: space-between;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
}
@media (min-width: 720px) {
  .AppERental .erental-accordion.accordion__item .accordion__static .accordion__item-desc {
    font-family: 'Visby Round CF Regular', sans-serif;
    font-weight: 400;
  }
}
.AppERental .erental-accordion.accordion__item .accordion__static .accordion__item-desc span {
  margin-right: 25px;
  font-size: 16px;
  font-family: 'Visby Round CF Regular', sans-serif;
  font-weight: 400;
}
.AppERental .erental-accordion.accordion__item .payment-row.total,
.AppERental .erental-accordion.accordion__item .payment-row.subtotal {
  border-top: 2px dashed #dddddd;
}
.AppERental .payment-retry-button,
.AppERental .payment-result-message {
  margin-bottom: 15px;
  text-align: center;
}
.AppERental .payment-result-message {
  color: #D10028;
}
.AppERental .form-group.floating-label__group.dateOfBirth input {
  text-align: center;
}
@media (min-width: 960px) {
  .AppERental {
    margin-top: 0px;
  }
}
.next-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
.next-btn-wrapper .next-btn-wrapper,
.next-btn-wrapper .next-btn-wrapper.vertical-buttons {
  width: 100%;
}
@media (max-width: 720px) {
  .next-btn-wrapper:not(.price_information):not(.id-providers) {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: #FFF;
    margin-bottom: 0;
    border-top: 2px solid #D10028;
    padding: 8px 16px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  }
  .next-btn-wrapper:not(.price_information):not(.id-providers).hide-on-mobile {
    display: none;
  }
}
.next-btn-wrapper.insurance {
  margin-top: 16px;
}
.next-btn-wrapper.id-providers > * {
  margin: 0;
}
.next-btn-wrapper.id-providers div {
  display: flex;
}
.next-btn-wrapper.id-providers .html-button {
  padding: 0;
}
.next-btn-wrapper.vertical-buttons {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.next-btn-wrapper.vertical-buttons .next-button {
  width: 100%;
}
@media (min-width: 720px) {
  .next-btn-wrapper.vertical-buttons .next-button {
    max-width: initial;
  }
}
@media (min-width: 720px) {
  .next-btn-wrapper.vertical-buttons {
    gap: 30px;
    width: max-content;
    margin: 0 auto;
  }
}
.payments-table {
  margin-bottom: 25px;
}
.payments-table:first-of-type {
  margin-bottom: 0;
}
.payment-row {
  display: flex;
  padding: 2px 0;
}
.payment-row.step-title .payment-col {
  font-size: 16px;
}
@media (min-width: 720px) {
  .payment-row.step-title .payment-col {
    font-size: 20px;
  }
}
.payment-row__details {
  padding-left: 4px;
}
.payment-row__details a {
  color: #333333;
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 720px) {
  .payment-row__details a {
    font-size: 18px;
  }
}
.payment-row__details a:hover {
  color: #eb002d;
}
.payment-row.total {
  font-weight: 500;
  color: #1C242F;
  padding-top: 10px;
  margin-top: 6px;
  border-top: 2px dashed #f2f2f2;
}
.payment-row.total .payment-col:last-child {
  font-weight: 500;
}
.payment-row.subtotal {
  color: #b4b4b4;
  padding-top: 10px;
  margin-top: 6px;
  border-top: 2px dashed #f2f2f2;
}
.payment-row.vat {
  color: #b4b4b4;
}
.payment-row.total-red {
  background-color: #1c242f;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 24px;
  margin: 0px -24px;
  border-radius: 0 0 4px 4px;
}
.popup-modal .payment-row.total-red {
  margin: 16px -15px 0px -15px;
  border-top: none;
  border-radius: 0;
}
@media (min-width: 720px) {
  .popup-modal .payment-row.total-red {
    margin: 16px -32px 0px -32px;
  }
}
@media (min-width: 720px) {
  .payment-row.total-red {
    font-size: 19px;
  }
}
.payment-row.total-red .payment-col + .payment-col {
  color: #FFF;
  font-weight: 700;
}
.payment-row.payment-row__admin-fee {
  margin-bottom: 16px;
}
.payment-row.overdue-total {
  font-weight: 500;
  color: #D10028;
  padding: 15px 22px 0px;
  margin: -8px -24px 0;
  background-color: #ffd6cb;
}
.payment-row.overdue-total .payment-col + .payment-col {
  font-weight: 700;
  color: #D10028;
}
.payment-row.overdue-info {
  margin: -8px -24px;
  background-color: #ffd6cb;
  color: #D10028;
  padding: 5px 0 15px;
  font-size: 12px;
}
@media (min-width: 720px) {
  .payment-row.overdue-info {
    font-size: 15px;
  }
}
.payment-col:first-child {
  flex: 3;
  padding-top: 0;
  font-size: 16px;
}
.payment-col:first-child.uppercase {
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .payment-col:first-child {
    font-size: 19px;
  }
}
.payment-col:last-child {
  text-align: right;
  font-weight: 500;
  flex: 4;
  white-space: nowrap;
}
.payment-col:last-child ul.table-list {
  padding: 0;
  list-style: none;
}
@media (min-width: 720px) {
  .payment-col:last-child {
    font-size: 18px;
  }
}
.payment-row__price .payment-col:first-child {
  flex: 12;
}
.payment-row__price .payment-col:last-child {
  flex: 4;
}
@media (min-width: 1200px) {
  .payment-row__price .payment-col:last-child {
    flex: 2;
  }
}
.payment-date-row {
  color: #1C242F;
  padding: 0 0 24px 0;
  font-size: 16px;
}
.payment-date-row .date-picker-toggle-link {
  color: #1c242f;
  font-size: 16px;
  letter-spacing: 1px;
}
.payment-date-row .bold {
  font-weight: 700;
}
@media (min-width: 720px) {
  .payment-date-row {
    font-size: 19px;
    padding: 0 0 32px 0;
  }
}
.payment-date-row__subtitle {
  display: flex;
  align-items: center;
}
.payment-date-row__subtitle span {
  margin-right: 5px;
  color: #333333;
}
.payment-date-row__details a {
  color: #333333;
  text-decoration: underline;
  font-weight: 300;
}
.payment-date-row__details a:hover {
  color: #eb002d;
}
.payment-date-row__dates {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .payment-date-row__dates {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.payment-date-row.multiple-payments {
  background-color: #f2f2f2;
  font-weight: 500;
  color: #292b2c;
  padding: 6px 0 4px 0;
  margin-top: 16px;
  margin-bottom: 6px;
}
.payment-date-row.multiple-payments:first-of-type {
  margin-top: 0;
}
@media (max-width: 720px) {
  .payment-date-row.multiple-payments {
    padding: 6px 0;
  }
}
.payments-info-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 0 24px;
  border: 1px solid #CED4DC;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #555f6b;
  font-weight: 400;
}
@media (min-width: 720px) {
  .payments-info-rows {
    font-size: 19px;
  }
}
.payments-info-rows .payment-col + .payment-col {
  color: #1c242f;
}
.e-rental-confirmation {
  padding: 0;
  margin-top: 0;
  font-size: 16px;
}
.e-rental-confirmation__title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 24px;
}
@media (min-width: 720px) {
  .e-rental-confirmation__title {
    font-size: 48px;
    padding: 65px 0 24px;
  }
}
.e-rental-confirmation__email {
  text-align: center;
}
.e-rental-confirmation__email-content {
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.e-rental-confirmation__title.secondary {
  margin-bottom: 15px;
  font-size: 24px;
  padding: 0;
}
@media (max-width: 720px) {
  .e-rental-confirmation__title.secondary {
    font-size: 20px;
    margin-top: 20px;
  }
}
.e-rental-confirmation__separator {
  margin: 0 0 8px 0;
  border-bottom: 1px solid #CED4DC;
  display: none;
}
@media (min-width: 720px) {
  .e-rental-confirmation__separator {
    display: block;
  }
}
.e-rental-confirmation__unit-info {
  background: #F6F8F9;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 -22px;
  padding: 40px 22px;
  border-radius: 0;
}
.e-rental-confirmation__unit-info .payment-row {
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 720px) {
  .e-rental-confirmation__unit-info .payment-row {
    flex: 1;
  }
}
.e-rental-confirmation__unit-info .payment-col {
  text-align: left;
  color: #555F6B;
}
.e-rental-confirmation__unit-info .payment-col:first-child {
  flex: 0;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  color: #1C242F;
}
.e-rental-confirmation__unit-info .payment-col ul {
  margin-bottom: 0;
}
.e-rental-confirmation__unit-info .payment-col .store__reception-title {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
@media (min-width: 720px) {
  .e-rental-confirmation__unit-info .payment-col .store__reception-title {
    font-size: 15px;
  }
}
.e-rental-confirmation__unit-info .payment-col .store__directions {
  margin-bottom: 8px;
}
.e-rental-confirmation__unit-info .payment-col:last-child .store__directions a {
  font-size: 16px;
}
@media (min-width: 720px) {
  .e-rental-confirmation__unit-info .payment-col:last-child .store__directions a {
    font-size: 19px;
  }
}
@media (min-width: 720px) {
  .e-rental-confirmation__unit-info {
    padding: 48px;
    margin: 40px 0;
    border-radius: 8px;
    gap: 80px;
  }
}
.e-rental-confirmation__unit-info-title {
  font-size: 40px;
  min-width: 200px;
}
.service-confirmation-page.reservation-confirmation .e-rental-confirmation__unit-info-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .e-rental-confirmation__unit-info-title {
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
  }
}
.e-rental-confirmation h2.e-rental-confirmation__unit-info-title {
  margin-top: 0;
}
.e-rental-confirmation__unit-info-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}
.e-rental-confirmation__unit-info-columns {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.e-rental-confirmation__unit-info-columns .payment-col:first-child {
  font-size: 18px;
}
@media (min-width: 720px) {
  .e-rental-confirmation__unit-info-columns .payment-col:first-child {
    font-size: 21px;
  }
}
.e-rental-confirmation__unit-info-description {
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: #555F6B;
}
.e-rental-confirmation__unit-info-description > *:last-child {
  margin-bottom: 0;
}
.price-information__validation-message {
  display: block;
  padding-left: 30px;
  margin-bottom: 21px;
}
.price-information__validation-message:empty {
  display: none;
}
.paymentpoc-widget-container {
  height: 640px;
}
.redesign .payment-date-row .floating-label__input:not(:placeholder-shown) {
  padding: 20px 15px;
  margin: 8px 0;
}
.adyen-checkout__status--error {
  height: 210px;
}
.adyen-checkout__status__icon {
  max-width: 88px;
}
.adyen-checkout__card__brands__brand-wrapper {
  display: flex;
}
.widget-result-message {
  color: #D10028;
  text-align: center;
  padding: 10px 0 20px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.AppDigitalContract .form-container.container,
.AppDigitalContract .form-container.section-box .container {
  max-width: 800px;
}
@media (max-width: 720px) {
  .AppDigitalContract .form-container.container,
  .AppDigitalContract .form-container.section-box .container {
    margin-top: 24px;
  }
}
.rental-grid__title {
  text-align: center;
  padding: 32px 0;
}
.rental-grid__title h1,
.rental-grid__title h2 {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .rental-grid__title {
    padding: 0 22px;
    background: #F6F8F9;
  }
  .rental-grid__title h1,
  .rental-grid__title h2 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
.accordion__content-part .step-title {
  display: none;
}
.accordion__content-part .payments-info-rows {
  border: none;
}
.erental-icon {
  color: #FFF;
}
.erental-icon.dark {
  color: #1C242F;
}
.erental-icon.rot-90 {
  transform: rotate(90deg);
}
.erental-icon.rot-180 {
  transform: rotate(180deg);
}
.erental-icon.rot-270 {
  transform: rotate(280deg);
}
.session-timeout {
  margin: -60px 0 20px 0;
  align-items: center;
  justify-content: center;
  transition: max-height 0.5s ease-out, padding 0.1s;
  max-height: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: none;
}
.session-timeout.init {
  max-height: 100px;
  padding: 10px;
}
.session-timeout.session-timeout__mobile {
  display: flex;
  margin: -8px 0 0;
  padding: 0 16px 16px;
}
@media (min-width: 960px) {
  .session-timeout.session-timeout__mobile {
    display: none;
  }
}
@media (min-width: 960px) {
  .session-timeout {
    display: flex;
  }
}
.session-timeout__text {
  font-size: 15px;
  line-height: 22px;
  z-index: 2;
  display: flex;
}
.session-timeout__text span,
.session-timeout__text .svg-icon {
  width: 20px;
  height: 20px;
}
.session-timeout__text span {
  margin-right: 8px;
}
#dropin-container .paybutton-info-text > *:last-child,
.payment-step__payment-content > *:last-child {
  margin-bottom: 0;
}
#dropin-container .paybutton-info-text {
  padding: 20px 0 0 0;
}
.payment-step__payment-content {
  padding: 20px 20px 0 20px;
}
.service-confirmation-page.reservation-confirmation .payment-col:last-child {
  font-size: 16px;
}
@media (min-width: 720px) {
  .service-confirmation-page.reservation-confirmation .payment-col:last-child {
    font-size: 19px;
  }
}
.pageEditMode .responsiveImage-group .scEmptyPlaceholder {
  width: 100%;
}
.FAQ__introduction,
.FAQ__content {
  margin-top: 24px;
}
@media (min-width: 719px) {
  .FAQ__introduction,
  .FAQ__content {
    margin-bottom: 32px;
    padding-left: 10px;
  }
}
.FAQ__introduction h4,
.FAQ__content h4 {
  margin-bottom: 32px;
}
.FAQ__introduction:last-child,
.FAQ__content:last-child {
  margin-bottom: 10px;
}
.FAQ .panel-group {
  margin-bottom: 0;
}
.FAQ + .FAQ {
  margin-top: 10px;
}
.FAQ .accordion-list__FAQ:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 719px) {
  .FAQ {
    margin-left: 16px;
  }
}
.filter-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F6F8F9;
  z-index: 100000;
}
.filter-overlay.open {
  display: flex;
  flex-direction: column;
}
.filter-overlay .header {
  position: relative;
  display: flex;
  gap: 16px;
  width: 100%;
  height: 56px;
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid #CED4DC;
}
.filter-overlay .header > img {
  max-height: 100%;
}
.filter-overlay .header .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  /* 140% */
  letter-spacing: 1px;
}
.filter-overlay .header .close-me {
  margin-left: auto;
}
.filter-overlay .filters {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  list-style-type: none;
}
.filter-overlay .filters.filters--size {
  padding: 32px 16px;
  background-color: #F6F8F9;
  border-radius: 8px;
  display: flex;
  gap: 26px;
}
.filter-overlay .filters.filters--measurement {
  flex-direction: row;
  margin: 32px 16px 0;
  flex-grow: 0;
}
.filter-overlay .filters.filters--measurement .filter {
  flex: 1;
  padding: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 8px 0px 0px 8px;
  border-top: 1px solid #CED4DC;
  border-bottom: 1px solid #CED4DC;
  border-left: 1px solid #CED4DC;
}
.filter-overlay .filters.filters--measurement .filter.active {
  background-color: #d10028;
}
.filter-overlay .filters.filters--measurement .filter.active span {
  color: #fff;
}
.filter-overlay .filters.filters--measurement .filter span {
  color: #1c242f;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.8px;
  /* 140% */
  letter-spacing: 1px;
  text-align: center;
}
.filter-overlay .filters.filters--measurement .filter + .filter {
  border-left: none;
  border-radius: 0px 8px 8px 0px;
  border-top: 1px solid #CED4DC;
  border-right: 1px solid #CED4DC;
  border-bottom: 1px solid #CED4DC;
}
.filter-overlay .filters .filter {
  display: flex;
  cursor: pointer;
  transition: all 0.5s ease;
}
.filter-overlay .filters .filter .info {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
.filter-overlay .filters .filter span {
  flex-grow: 1;
  line-height: 1;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 140% */
}
.filter-overlay .filters .filter span.title {
  font-size: 17px;
  font-weight: 700;
  line-height: 23.8px;
  /* 140% */
}
.filter-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  border-top: 2px solid #d10028;
  z-index: 5000;
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
}
.filter-menu.apply {
  padding: 10px 16px;
}
.filter-menu.apply .item {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-color: #d10028;
  color: #fff;
  border-radius: 4px;
}
.filter-menu .item {
  display: flex;
  height: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  cursor: pointer;
  text-decoration: none;
}
.filter-menu .item span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  color: #1c242f;
}
.filter-menu .item + .item {
  border-left: 1px solid #CED4DC;
}
.filter-bar {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 32px;
}
.filter-bar .column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filter-bar .column h4 {
  margin-left: 32px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.filter-bar > li {
  display: flex;
}
.filter-bar > li:first-of-type {
  flex-grow: 1;
  width: 100%;
}
.filter-bar .filters {
  display: flex;
  flex-grow: 1;
  padding: 0;
  list-style-type: none;
}
.filter-bar .filters.filters--size {
  padding: 32px;
  background-color: #F6F8F9;
  border-radius: 8px;
  display: flex;
  gap: 26px;
}
@media (max-width: 1120px) {
  .filter-bar .filters.filters--size {
    flex-wrap: wrap;
  }
}
.filter-bar .filters.filters--measurement {
  padding: 32px;
  background-color: #F6F8F9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-bar .filters.filters--measurement .label {
  margin-left: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.8px;
}
.filter-bar .filter {
  display: flex;
  cursor: pointer;
  transition: all 0.5s ease;
}
.filter-bar .filter .info {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
.filter-bar .filter span {
  flex-grow: 1;
  line-height: 1;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.filter-bar .filter span.title {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: 23.8px;
}
.filter-bar .filter span.title .smaller-greater {
  position: relative;
  top: -2px;
}
.filter-bar .filter.active,
.filter-bar .filter:hover {
  z-index: 1;
}
.filter-bar .filters-CTA {
  flex-grow: 1;
  width: 50%;
  margin-top: -1px;
  margin-left: -1px;
}
.filter-bar .filters-CTA .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #1C242F;
  color: #FFF;
}
.filter-bar .filters-CTA .btn .svg-icon {
  height: 20px;
  width: 20px;
  padding-bottom: 3px;
  margin-left: 8px;
  transition: all 0.5s ease;
  fill: #FFF;
}
.filter-bar .filters-CTA .btn:hover {
  opacity: 0.8;
}
.filter-bar .filters-CTA .btn:hover .svg-icon {
  transform: translateX(25%);
}
.filter-bar .filter-label {
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
}
@media only screen and (min-width: 720px) {
  .filter-bar__section-title {
    display: none;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.redesign {
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
}
.redesign .form-group input {
  height: auto;
  padding: 16px 24px;
  line-height: normal !important;
  border-radius: 8px;
}
.redesign .form-group input:not(.input-validation-error) {
  border: 1px solid #CED4DC;
}
.redesign .checkbox input[type=checkbox] {
  padding: 0;
  margin-top: 5px;
}
.redesign .checkbox label {
  padding-left: 25px;
}
.redesign select {
  padding: 20px 15px;
  height: auto;
  line-height: 1;
}
.redesign select.floating-label__input {
  height: auto;
}
.redesign label.floating-label {
  pointer-events: none;
}
.redesign .floating-label__group {
  position: relative;
}
.redesign .floating-label__group .mrd-datepicker .floating-label__input + .floating-label {
  padding: 13px 15px;
}
.redesign .floating-label__group .mrd-datepicker .floating-label__input:not(:placeholder-shown) + .floating-label {
  -webkit-transform: translate(2%, -25%) scale(0.8);
  -ms-transform: translate(2%, -25%) scale(0.8);
  transform: translate(2%, -25%) scale(0.8);
}
.redesign .floating-label__input {
  transition: all 0.2s ease;
}
.redesign .floating-label__input,
.redesign .floating-label__input + .floating-label {
  font-size: 1.8rem;
  line-height: 1;
  font: inherit;
  height: 1.8rem;
}
.redesign .floating-label__input + .floating-label {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.redesign .floating-label__input + .floating-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px;
  user-select: none;
  transform-origin: 0 0;
}
.redesign .floating-label__input:focus,
.redesign .floating-label__input:not(:placeholder-shown) {
  padding: 20px 15px 10px;
}
.redesign .floating-label__input:focus + .floating-label,
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label {
  transform: translate(4%, -25%) scale(0.8);
  opacity: 0.5;
  padding: 14px;
}
.redesign .floating-label__input:focus + .floating-label[for='phone'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='phone'] {
  padding-left: 12px;
}
.redesign .floating-label__input:focus + .floating-label[for='phone-country-select'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='phone-country-select'] {
  padding-left: 17px;
}
.redesign .floating-label__input:focus + .floating-label[for='email'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='email'] {
  padding-left: 16px;
}
.redesign .floating-label__input:focus + .floating-label[for='companyName'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='companyName'],
.redesign .floating-label__input:focus + .floating-label[for='vatNumber'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='vatNumber'] {
  padding-left: 10px;
}
.redesign .floating-label__input:focus + .floating-label[for='Form_EmailAddress'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='Form_EmailAddress'] {
  padding-left: 12px;
}
.redesign .floating-label__input:focus + .floating-label[for='Form_PhoneNumber'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='Form_PhoneNumber'] {
  padding-left: 12px;
}
.redesign .floating-label__input:focus + .floating-label[for='Form_MoveInDate'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='Form_MoveInDate'] {
  padding-left: 14px;
}
.redesign .floating-label__input:focus + .floating-label[for='Form_CountryPhoneCode'],
.redesign .floating-label__input:not(:placeholder-shown) + .floating-label[for='Form_CountryPhoneCode'] {
  padding-left: 16px;
}
@supports (-ms-ime-align: auto) {
  .redesign .floating-label__input {
    padding: 20px 15px 10px;
  }
  .redesign .floating-label__input + .floating-label {
    transform: translate(4%, -25%) scale(0.8);
    opacity: 0.5;
  }
}
@media screen and (-ms-high-contrast: none) {
  .redesign .floating-label__input {
    padding: 20px 15px 10px;
  }
  .redesign .floating-label__input + .floating-label {
    transform: translate(4%, -25%) scale(0.8);
    opacity: 0.5;
  }
}
.redesign .message-error-container,
.redesign .message-success-container {
  padding: 10px 0 5px 0;
  font-weight: 500;
}
.redesign .message-error-container p,
.redesign .message-success-container p {
  margin: 0;
}
.redesign .message-error-container {
  color: #E9A100;
}
@media (max-width: 1200px) {
  .container.redesign,
  .section-box .container.redesign {
    width: 100%;
    padding: 0 15px;
  }
  .container.redesign .row,
  .section-box .container.redesign .row {
    margin: 0 -15px;
  }
}
.grow-1 {
  flex-grow: 1;
}
a.no-hover-textdecoration:hover,
a.no-hover-textdecoration:focus {
  text-decoration: none;
}
a.no-interaction {
  pointer-events: none;
}
a [class*="vertical-spacing"],
span [class*="vertical-spacing"] {
  display: block;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.space-between h2 {
  margin: 0;
}
.space-around {
  display: flex;
  justify-content: space-around;
}
.space-evenly {
  display: flex;
  justify-content: space-evenly;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.lazy-loading {
  filter: blur(2px);
}
.mr-10 {
  margin-right: 10%;
}
.rte ol,
.rte ul {
  margin-bottom: 15px;
}
.responsiveImage-group {
  display: flex;
  align-items: center;
}
.responsiveImage-group:not(.space-between) .responsiveImageBlock {
  margin: 0 25px;
}
.spacer-small {
  padding: 5px 0;
}
.twocolumn__content--desktop.rte {
  column-count: 1;
  column-gap: 32px;
}
.twocolumn__content--desktop.rte h1,
.twocolumn__content--desktop.rte h2 {
  break-before: left;
}
.twocolumn__content--desktop.rte ul {
  break-inside: avoid;
}
.twocolumn__content--desktop.rte p {
  break-inside: avoid;
  break-after: avoid;
  break-before: avoid;
}
@media (min-width: 960px) {
  .twocolumn__content--desktop.rte {
    column-count: 2;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha__disclaimer,
.recaptcha__disclaimer--mobile {
  padding-top: 15px;
}
.recaptcha__disclaimer a,
.recaptcha__disclaimer--mobile a,
.recaptcha__disclaimer a:active,
.recaptcha__disclaimer--mobile a:active,
.recaptcha__disclaimer a:focus,
.recaptcha__disclaimer--mobile a:focus,
.recaptcha__disclaimer a:visited,
.recaptcha__disclaimer--mobile a:visited {
  color: #1C242F;
  text-decoration: underline;
}
.mobile-header .recaptcha__disclaimer {
  display: none;
}
.hero-image {
  position: relative;
}
.hero-image #overlay {
  position: relative;
  color: #1C242F;
}
.hero-image #overlay.light-text {
  color: #FFF;
}
.hero-image #overlay.light-text .hero-image__text-content {
  color: #FFF;
}
.hero-image #overlay .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media only screen and (min-width: 720px) {
  .hero-image #overlay .overlay-bg.tagline--left,
  .hero-image #overlay .overlay-bg.tagline--right {
    width: 50%;
  }
  .hero-image #overlay .overlay-bg.tagline--right {
    left: 50%;
  }
}
@media only screen and (max-width: 720px) {
  .hero-image #overlay .overlay-bg.hide-mobile {
    display: none;
  }
}
.hero-image #overlay .searchbox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.hero-image #overlay .searchbox form .form-group {
  margin-bottom: 0;
  border: 1px solid #CED4DC;
  border-radius: 8px;
  background: #FFF;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox form .form-group {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  }
}
.hero-image #overlay .searchbox form .form-group > .input-group {
  padding: 6px 6px 6px 0;
  height: 52px;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox form .form-group > .input-group {
    height: 66px;
  }
}
.hero-image #overlay .searchbox form .form-group > .input-group .location {
  display: flex;
}
.hero-image #overlay .searchbox form .form-group > .input-group .btn-user-location {
  display: flex;
  height: 100%;
  width: 64px;
  align-items: center;
  justify-content: center;
}
.hero-image #overlay .searchbox form .form-group > .input-group .btn-user-location::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 32px;
  width: 1px;
  background: #CED4DC;
  transform: translateY(-50%);
}
.hero-image #overlay .searchbox form .form-group > .input-group svg {
  display: block;
  height: 30px;
}
.hero-image #overlay .searchbox form .form-group > .input-group input.form-control {
  border: 0;
}
.hero-image #overlay .searchbox form .form-group .search-box .input-group-btn {
  width: auto;
  color: #FFF;
  fill: #FFF;
}
.hero-image #overlay .searchbox form .form-group .search-box .input-group-btn .btn {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox form .form-group .search-box .input-group-btn .btn {
    padding: 0 32px;
  }
}
.hero-image #overlay .searchbox form .form-group .search-box .input-group-btn span {
  display: none;
}
.hero-image #overlay .searchbox form .form-group .search-box .input-group-btn svg {
  display: block;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox form .form-group .search-box .input-group-btn span {
    display: block;
  }
  .hero-image #overlay .searchbox form .form-group .search-box .input-group-btn svg {
    display: none;
  }
}
.hero-image #overlay .searchbox.hide-mobile {
  display: none;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox.hide-mobile {
    display: block;
  }
}
.hero-image #overlay .searchbox.hide-desktop {
  display: block;
}
@media only screen and (min-width: 960px) {
  .hero-image #overlay .searchbox.hide-desktop {
    display: none;
  }
}
.hero-image #overlay .searchbox.hide-mobile.hide-desktop {
  display: none;
}
.hero-image #overlay .hero-image__tagline:not(.searchbox--middle) .searchbox {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin: 0;
  padding: 0 16px;
  transform: translate(-50%, 50%);
}
.hero-image .hero-image__tagline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
@media only screen and (max-width: 719px) {
  .hero-image .hero-image__tagline {
    padding: 0;
  }
}
.hero-image .hero-image__tagline.tagline--left {
  align-items: flex-start;
}
@media only screen and (min-width: 720px) {
  .hero-image .hero-image__tagline.tagline--left .hero-image__text-content,
  .hero-image .hero-image__tagline.tagline--left .rte {
    height: 100%;
  }
}
.hero-image .hero-image__tagline.tagline--left .rte {
  text-align: inherit;
}
.hero-image .hero-image__tagline.tagline--right {
  align-items: flex-end;
}
@media only screen and (min-width: 720px) {
  .hero-image .hero-image__tagline.tagline--right .hero-image__text-content,
  .hero-image .hero-image__tagline.tagline--right .rte {
    height: 100%;
  }
}
.hero-image .hero-image__tagline.tagline--right .rte {
  text-align: inherit;
}
.hero-image .hero-image__tagline.tagline--center .hero-image__text-content {
  max-width: 100%;
}
.hero-image .hero-image__tagline.tagline--center .hero-image__text-content .rte > .searchbox {
  max-width: 800px;
}
.hero-image .hero-image__tagline .hero-image__text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 719px) {
  .hero-image .hero-image__tagline .hero-image__text-content {
    height: 100%;
  }
  .hero-image .hero-image__tagline .hero-image__text-content .rte {
    height: 100%;
  }
  .hero-image .hero-image__tagline .hero-image__text-content .hero-image__text--title {
    text-align: center;
  }
  .hero-image .hero-image__tagline .hero-image__text-content .hero-image__text--title.hide-mobile {
    display: none;
  }
  .hero-image .hero-image__tagline .hero-image__text-content .hero-image__text--subtitle {
    text-align: center;
    display: none;
  }
}
.hero-image .hero-image__tagline .hero-image__text-content .rte > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 720px) {
  .hero-image .hero-image__tagline .hero-image__text-content {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-image__tagline {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .hero-image .hero-image__tagline {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-image .hero-image__tagline {
    margin-top: 32px;
  }
}
.hero-image .hero-image__tagline .rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 1px 5px;
  text-align: center;
  color: inherit;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.hero-image .hero-image__tagline .rte > * {
  position: relative;
}
@media only screen and (min-width: 984px) {
  .hero-image .hero-image__tagline .rte {
    margin: 0;
  }
}
.hero-image .hero-image__tagline .rte span {
  display: block;
  width: 100%;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 720px) {
  .hero-image .hero-image__tagline .rte.searchbox--bottom {
    padding-bottom: 80px !important;
  }
}
.hero-image .hero-image__tagline .rte.sub {
  display: none;
  margin-bottom: 24px;
  max-width: 800px;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-image__tagline .rte.sub {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-image .hero-image__tagline .rte.sub {
    font-size: 19px;
  }
}
.hero-image.hero-image__search #overlay .hero-image__tagline {
  margin-top: 0;
}
.hero-image.hero-image__search #overlay .hero-image__tagline > * {
  padding: 0;
}
.hero-image.hero-image__search #overlay .hero-image__tagline .rte {
  margin: 0 auto;
}
@media only screen and (min-width: 984px) {
  .hero-image.hero-image__search #overlay .hero-image__tagline .rte.sub {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 984px) {
  .hero-image.hero-image__search #overlay .hero-image__tagline .rte {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1212px) {
  .hero-image.hero-image__search #overlay .hero-image__tagline .rte {
    padding: 20px 80px;
  }
}
.hero-image.hero-image__search #overlay .hero-image__tagline.box-background .rte {
  padding: 16px;
}
@media only screen and (min-width: 984px) {
  .hero-image.hero-image__search #overlay .hero-image__tagline.box-background .rte {
    padding: 24px;
  }
}
.hero-image.hero-image__search #overlay .hero-image__picture img {
  min-height: 240px;
}
.hero-image .rte.sub.mobile {
  display: block;
  margin: 40px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero-image .rte.sub.mobile {
    display: none;
  }
}
.hero-image .hero-image__tagline.box-background .rte > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .hero-image .hero-image__tagline.mobile-box-background .rte {
    background: rgba(255, 255, 255, 0.7);
    color: #0F1318;
    padding: 12px;
  }
}
.hero-image .hero-image__picture img {
  height: auto !important;
  width: 100%;
  object-fit: cover;
}
.hero-image .hero-image__picture.full-height img {
  height: auto !important;
}
.hero-image .headerline + .hero-image {
  margin-top: -86px;
}
.hero-image .hero-image__ytplayer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  cursor: pointer;
}
.hero-image .hero-image__ytplayer-play-icon {
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIGlkPSJwbGF5X3g1Rl9hbHQiPjxwYXRoIGQ9Ik0xNiwwQzcuMTY0LDAsMCw3LjE2NCwwLDE2czcuMTY0LDE2LDE2LDE2czE2LTcuMTY0LDE2LTE2UzI0LjgzNiwwLDE2LDB6IE0xMCwyNFY4bDE2LjAwOCw4TDEwLDI0eiAgICIvPjwvZz48L3N2Zz4K");
}
@media (min-width: 480px) {
  .hero-image .hero-image__ytplayer-play-icon {
    width: 64px;
    height: 64px;
  }
}
.hero-image .hero-image__overlay-player-content {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: auto;
  flex-direction: column;
  position: relative;
  max-width: 100vw;
  max-height: 80vh;
  padding-top: 55px;
}
.hero-image .hero-image__overlay-player-content .popup-modal__heading {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  margin: 0;
}
.hero-image .hero-image__overlay-player {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image .hero-image__overlay-player.hidden {
  display: none;
}
.hero-image .hero-image__overlay-player .overlay-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  top: 0;
  opacity: 0.5;
}
.hero-image .hero-image__overlay-player .ytplayer {
  background-color: #ccc;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 720px) {
  .hero-image .hero-image__tagline.searchbox--middle .rte {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 720px) and only screen and (min-width: 764px) {
  .hero-image .hero-image__overlay-player-content {
    height: 100%;
    max-width: 80vw;
  }
}
.hero-image .hero-image__mobile-content {
  display: block;
  padding: 24px 22px;
}
@media only screen and (min-width: 720px) {
  .hero-image .hero-image__mobile-content {
    display: none;
  }
}
.hero-image .hero-image__mobile-content > :first-child {
  margin-top: 0;
}
.hero-image .hero-image__mobile-content > :last-child {
  margin-bottom: 0;
}
.hero-image .hero-image__mobile-content.light-text {
  color: #FFF;
}
.hero-image .hero-image__mobile-content > * {
  position: relative;
}
.hero-image .hero-image__mobile-content:empty {
  display: none;
  padding: 0;
}
.image-gallery-rd {
  width: 100%;
}
.image-gallery-rd__desktop {
  display: none;
  padding: 8px 0 56px 0;
}
@media only screen and (min-width: 720px) {
  .image-gallery-rd__desktop {
    display: block;
  }
}
.image-gallery-rd__desktop .main-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 32px;
  border-radius: 8px;
}
.image-gallery-rd__desktop .thumb {
  width: 48px;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #1c242f;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.image-gallery-rd__desktop .thumb.active {
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .image-gallery-rd__desktop .thumb {
    width: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-gallery-rd__desktop .thumb {
    width: 72px;
  }
}
.image-gallery-rd__desktop .thumb + .thumb {
  margin-left: 10px;
}
@media only screen and (min-width: 960px) {
  .image-gallery-rd__desktop .thumb + .thumb {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-gallery-rd__desktop .thumb + .thumb {
    margin-left: 32px;
  }
}
.image-gallery-rd__mobile {
  display: block;
  padding: 0 0 24px 0;
  max-width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 720px) {
  .image-gallery-rd__mobile {
    display: none;
  }
}
.image-gallery-rd__mobile .image-gallery-rd__expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.image-gallery-rd__mobile .image-gallery-rd__expand span {
  width: 40px;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.image-gallery-rd__mobile .swiper-container {
  display: none;
}
.image-gallery-rd__mobile .swiper-container.swiper-container-initialized {
  display: block;
}
.image-gallery-rd__mobile .swiper-container .swiper-wrapper .gallery-image.swiper-slide {
  height: auto;
}
.image-gallery-rd__mobile .swiper-container .swiper-wrapper .gallery-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  border-radius: 8px;
}
.image-gallery-rd .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.image-gallery-rd .swiper-navigation {
  display: flex;
  align-items: center;
}
.image-gallery-rd .swiper-navigation .swiper-navigation-prev {
  width: 24px;
  height: 24px;
  display: none;
  position: relative;
}
.image-gallery-rd .swiper-navigation .swiper-navigation-prev::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  color: #D10028;
  font-size: 20px;
}
.image-gallery-rd .swiper-navigation .swiper-navigation-next {
  width: 24px;
  height: 24px;
  display: none;
  position: relative;
}
.image-gallery-rd .swiper-navigation .swiper-navigation-next::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  color: #D10028;
  font-size: 20px;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .popup-modal__body {
  padding: 0;
  display: flex;
  align-items: center;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .gallery-image img {
  border-radius: 0;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .image-gallery-rd__expand {
  display: none;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .swiper-container {
  margin-bottom: 88px;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .swiper-pagination {
  margin: 24px 0;
}
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .swiper-navigation-prev,
.image-gallery-rd .image-gallery-rd__mobile .popup-modal__content .swiper-navigation-next {
  display: block;
}
.image-gallery-rd .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #CED4DC;
  border-radius: 4px;
}
.image-gallery-rd .swiper-pagination-bullet-active {
  background: #1c242f;
}
.image-gallery-rd .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
@media only screen and (min-width: 720px) {
  .image-gallery-rd {
    width: 75%;
  }
}
.map-block {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .map-block {
    margin-bottom: 0;
  }
}
.map-block__container {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.map-block__container .loader-icon {
  margin-top: 64px;
}
.map-block__container .gm-style-iw-d {
  margin-top: -36px;
  z-index: -1;
}
.map-block__slow-connection {
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  position: absolute;
  width: 100%;
  z-index: 20;
  min-height: 110px;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.map-block__slow-connection:hover {
  background: #fff;
}
.map-block__overlay {
  max-width: 384px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 8%;
  top: 15%;
  height: 70%;
  z-index: 9;
  padding-top: 0px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.map-block__overlay .search-location-block {
  min-height: inherit;
}
.map-block__overlay #MapBlockSearchButton {
  padding: 8px 1px 0 9px !important;
}
.map-block__overlay .search-location-block.map-block__search {
  padding: 32px;
  border-radius: 8px 8px 0px 0px;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .map-block__overlay {
    max-width: 300px;
    left: 25px;
  }
}
@media only screen and (max-width: 959px) {
  .map-block__overlay {
    max-width: 260px;
  }
  .map-block__overlay .search-location-block.map-block__search {
    border-radius: 0;
  }
}
@media only screen and (max-width: 719px) {
  .map-block__overlay {
    max-width: none;
    position: static;
    box-shadow: none;
    border-radius: 0;
  }
}
.map-block__search {
  background: #D10028;
  padding: 13px 20px;
}
.map-block__search h4 {
  margin-top: 0 !important;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 959px) {
  .map-block__search {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.map-block__search ~ .map-block__list {
  max-height: 394px;
}
@media (max-height: 800px) {
  .map-block__search ~ .map-block__list {
    max-height: calc(60vh - 130px);
  }
}
@media only screen and (max-width: 719px) {
  .map-block__search ~ .map-block__list {
    max-height: none !important;
    display: none;
  }
}
.map-block__mobile-title {
  padding: 20px 12px 0;
}
.map-block__list {
  padding: 4px 0 10px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
@media (max-height: 800px) {
  .map-block__list {
    max-height: calc(60vh - 22px);
  }
}
.map-block__list .title {
  font-size: 14px;
  color: #D10028;
  font-style: italic;
  padding: 10px 32px 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 959px) {
  .map-block__list .title {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 719px) {
  .map-block__list .title {
    display: none;
  }
}
.map-block__list .item + .item {
  border-top: 1px solid #EEF1F4;
}
.map-block__list .item {
  padding: 20px 52px 20px 32px;
  background: #fff;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 959px) {
  .map-block__list .item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.map-block__list .item a {
  color: inherit;
  text-decoration: none;
  transition: none;
}
.map-block__list .item a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M4.97723 5.99974L0.852234 1.87474L2.03057 0.696411L7.3339 5.99974L2.03057 11.3031L0.852234 10.1247L4.97723 5.99974Z' fill='url(%23pattern0)'/%3E%3Cpath d='M4.97723 5.99974L0.852234 1.87474L2.03057 0.696411L7.3339 5.99974L2.03057 11.3031L0.852234 10.1247L4.97723 5.99974Z' fill='%23D10028'/%3E%3C/svg%3E");
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.map-block__list .item h4 {
  color: #1c242f;
  margin: 0;
  margin-bottom: 8px;
  display: block;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.8px;
  /* 140% */
  letter-spacing: 1px;
}
.map-block__list .item h4 a {
  transition: none;
}
.map-block__list .item p {
  color: #1c242f;
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 140% */
  letter-spacing: 1px;
}
.map-block__list .item address {
  color: #A9B3C2;
  margin-bottom: 8px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 140% */
  letter-spacing: 1px;
}
.map-block__list .item .distance {
  position: absolute;
  top: 11px;
  right: 11px;
}
.map-block__list .item .storeUnitPrice {
  color: #12181f;
}
.map-block__list .item .storeUnitPrice:before {
  content: "> ";
}
.map-block__list .item .storeUnitPrice:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #12181f;
  border-right: 1px solid #12181f;
  transform: rotate(45deg);
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
.map-block__list .item .storeLink {
  color: #555F6B;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.map-block__list .item .storeLink:before {
  content: "> ";
}
.map-block__list .item .storeLink:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #555F6B;
  border-right: 1px solid #555F6B;
  transform: rotate(45deg);
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
.map-block__list .item:hover,
.map-block__list .item.active {
  background: #EEF1F4;
}
.map-block__list .item .storeUnitPrice:hover {
  text-decoration: underline;
}
.map-block__list .loader-icon {
  margin-top: 64px;
}
@media only screen and (max-width: 719px) {
  .map-block__list {
    max-height: none !important;
  }
}
.map-block__search + .map-block__list {
  max-height: 400px;
}
@media (max-height: 800px) {
  .map-block__search + .map-block__list {
    max-height: calc(60vh - 130px);
  }
}
@media only screen and (max-width: 719px) {
  .map-block__search + .map-block__list {
    max-height: none !important;
  }
}
.map-block__load-more {
  padding: 11px 0 11px 32px;
  cursor: pointer;
}
.map-block__gmap,
.map-block__gmap .map {
  height: 800px;
}
@media only screen and (max-width: 719px) {
  .map-block__gmap,
  .map-block__gmap .map {
    max-height: 60vh;
  }
}
.map-block__gmap .map-block-popup {
  font-size: 16px;
  line-height: 24px;
  padding: 11px 5px;
  position: relative;
}
.map-block__gmap .map-block-popup h4 {
  font-weight: normal;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  display: block;
  max-width: 75%;
  max-width: calc(100% - 70px);
}
.map-block__gmap .map-block-popup h4 a {
  transition: none;
}
.map-block__gmap .map-block-popup p {
  margin: 0;
}
.map-block__gmap .map-block-popup address {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
.map-block__gmap .map-block-popup .distance {
  position: absolute;
  top: 11px;
  right: 0;
}
.map-block__gmap .map-block-popup .storeUnitPrice {
  color: #12181f;
}
.map-block__gmap .map-block-popup .storeUnitPrice:before {
  content: "> ";
}
.map-block__gmap .map-block-popup .storeUnitPrice:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #12181f;
  border-right: 1px solid #12181f;
  transform: rotate(45deg);
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
.map-block__gmap .map-block-popup .storeLink {
  color: #555F6B;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.map-block__gmap .map-block-popup .storeLink:before {
  content: "> ";
}
.map-block__gmap .gm-style-iw-ch {
  display: none;
}
.map-block__gmap .gm-style-iw-chr {
  justify-content: flex-end;
  z-index: 99;
}
.map-block__gmap .gm-style-iw-d {
  margin-top: -36px;
}
.gm-style {
  font-family: 'Visby Round CF Regular', sans-serif;
  font-display: swap;
}
.nearby-store .desktop {
  display: none;
}
@media (min-width: 720px) {
  .nearby-store .mobile {
    display: none !important;
  }
  .nearby-store .desktop {
    display: block;
  }
}
.nearby-store h4 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
.nearby-store h4 a {
  transition: none;
}
.nearby-store .star-rating {
  display: inline-block;
  padding-left: 0;
  margin-top: -10px;
  list-style: none;
}
.nearby-store .star-rating li {
  display: inline-block;
  font-size: 15px;
}
.nearby-store .star-rating .rating-stars__false {
  color: #b4b4b4;
}
.nearby-store .storeLink {
  display: flex;
}
.nearby-store .gtIcon {
  display: block;
  width: 32px;
  height: 32px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAYAAACNdSR1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgBjZKxDYAgEEUPp3ErXcNKd9BeJ1B7C2tLV7DRxkTjAGcgSkTguJ8cAfLeDwWAT65xwlBALkua4Qwx7k1Lw0c3KPAdSlDNa16yBHg3HAG+h5AAf5sSLJgSnLBPiMATIYR5gXIc2YrKbK09z/CBFkyBBhwCNcwBFXz2AwvUzUuSBUENy3A+/w2zVXxEDa+5TgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  margin-left: 16px;
}
.nearby-store address {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}
@media (min-width: 720px) {
  .nearby-store address {
    flex: 1;
  }
}
.nearby-store p {
  margin: 0;
}
.nearby-store .storeUnitPrice {
  color: #1C242F;
}
.nearby-store .storeUnitPrice:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1C242F;
  border-right: 1px solid #1C242F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
@media (min-width: 720px) {
  .nearby-store a.showAll {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    background: #d10028;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
  }
}
.nearby-store .distance {
  color: #b4b4b4;
}
.hours-table {
  padding: 10px 0 0 0px;
  list-style: none;
  font-size: 16px;
}
.hours-table .prefix {
  display: inline-block;
  width: 35%;
}
.pagination {
  margin-right: -22px;
  margin-left: -22px;
  background: #EEF1F4;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pagination__column:first-child {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 960px) {
  .pagination__column:first-child {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 959px) {
  .pagination__column:first-child {
    text-align: center;
  }
}
.pagination__column:last-child {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
  text-align: right;
}
@media (min-width: 960px) {
  .pagination__column:last-child {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 959px) {
  .pagination__column:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 719px) {
  .pagination__column:last-child .pagination__prev,
  .pagination__column:last-child .pagination__next {
    font-size: 0;
  }
  .pagination__column:last-child .pagination__prev:after,
  .pagination__column:last-child .pagination__next:after {
    font-size: 16px;
  }
}
.pagination a,
.pagination a:hover,
.pagination a:focus {
  color: #1C242F;
}
.pagination__back,
.pagination__prev,
.pagination__next,
.pagination__page,
.pagination__current {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  position: relative;
}
.pagination__back.disabled,
.pagination__prev.disabled,
.pagination__next.disabled,
.pagination__page.disabled,
.pagination__current.disabled,
.pagination__back.disabled:hover,
.pagination__prev.disabled:hover,
.pagination__next.disabled:hover,
.pagination__page.disabled:hover,
.pagination__current.disabled:hover,
.pagination__back.disabled:focus,
.pagination__prev.disabled:focus,
.pagination__next.disabled:focus,
.pagination__page.disabled:focus,
.pagination__current.disabled:focus {
  text-decoration: none;
  color: #CED4DC;
  pointer-events: none;
}
.pagination__back:after,
.pagination__prev:after,
.pagination__next:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  font-size: 0.9em;
  line-height: 1.6;
}
.pagination__back,
.pagination__prev {
  padding-left: 24px;
  text-align: left;
}
.pagination__back:after,
.pagination__prev:after {
  display: block;
  content: "\e90f";
  left: 0;
}
.pagination__next {
  padding-right: 24px;
  text-align: right;
}
.pagination__next:after {
  display: block;
  content: "\e910";
  right: 0;
}
.pagination__current {
  color: #1C242F;
}
.panel {
  box-shadow: none;
}
.panel-heading {
  font-size: 21px;
}
.panel-body--odd,
.panel .table--odd {
  background-color: #eee;
}
.panel-body,
.panel-footer {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  line-height: 1.25;
}
.panel--more-padding {
  padding: 30px;
}
.panel--dark {
  background-color: #555F6B;
}
@media only screen and (min-width: 720px) {
  [class*="col-sm-6"] .panel .panel-body,
  [class*="col-sm-7"] .panel .panel-body,
  [class*="col-sm-8"] .panel .panel-body,
  [class*="col-sm-9"] .panel .panel-body,
  [class*="col-sm-10"] .panel .panel-body,
  [class*="col-sm-11"] .panel .panel-body,
  [class*="col-sm-12"] .panel .panel-body,
  [class*="col-sm-6"] .panel .panel-footer,
  [class*="col-sm-7"] .panel .panel-footer,
  [class*="col-sm-8"] .panel .panel-footer,
  [class*="col-sm-9"] .panel .panel-footer,
  [class*="col-sm-10"] .panel .panel-footer,
  [class*="col-sm-11"] .panel .panel-footer,
  [class*="col-sm-12"] .panel .panel-footer,
  [class*="col-sm-6"] .panel .panel-heading,
  [class*="col-sm-7"] .panel .panel-heading,
  [class*="col-sm-8"] .panel .panel-heading,
  [class*="col-sm-9"] .panel .panel-heading,
  [class*="col-sm-10"] .panel .panel-heading,
  [class*="col-sm-11"] .panel .panel-heading,
  [class*="col-sm-12"] .panel .panel-heading {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.panel-body > form:first-child {
  margin-top: 0;
}
.panel-body.row {
  margin: 0;
}
.panel-body.row [class*="col-"] {
  padding: 0;
}
.panel-primary .panel-heading {
  border-color: #aeaeae;
}
.panel-primary .panel-body {
  border-bottom: 1px solid #e8e8e8;
}
.panel-primary .panel-body:last-child {
  border-bottom: 0;
}
.panel > .table td:first-child,
.panel > .table th:first-child {
  padding-left: 15px;
}
.panel > .table td:first-child .table td,
.panel > .table th:first-child .table td,
.panel > .table td:first-child .table th,
.panel > .table th:first-child .table th {
  padding-left: 0;
}
.panel > .table td:last-child,
.panel > .table th:last-child {
  padding-right: 15px;
}
.panel > .table td:last-child .table td,
.panel > .table th:last-child .table td,
.panel > .table td:last-child .table th,
.panel > .table th:last-child .table th {
  padding-right: 0;
}
.panel > .table th {
  color: #FFF;
  background-color: #aeaeae;
  font-size: 21px;
  font-weight: 300;
}
.panel > .table .table {
  margin-bottom: 0;
}
.panel > .table thead > tr td,
.panel > .table tbody > tr td,
.panel > .table tfoot > tr td,
.panel > .table thead > tr th,
.panel > .table tbody > tr th,
.panel > .table tfoot > tr th {
  padding: 15px 8px;
}
.panel > .grid-bordered {
  border: 0;
}
.panel-group .panel + .panel {
  margin-top: 12px;
}
@media only screen and (max-width: 959px) {
  .panel {
    font-size: 17px;
  }
  .panel-body,
  .panel-footer,
  .panel-heading {
    padding: 8px 12px;
  }
  .panel-heading {
    font-size: 20px;
  }
  .panel .form-group.date {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .panel .table tbody > tr td,
  .panel .table tbody > tr th {
    display: block;
    padding: 0 12px;
  }
  .panel .table tbody > tr td:last-child,
  .panel .table tbody > tr th:last-child {
    margin-bottom: 16px;
  }
  .panel .table tbody > tr td,
  .panel .table tbody > tr th,
  .panel .table tbody > tr td:first-child,
  .panel .table tbody > tr th:first-child,
  .panel .table tbody > tr td:last-child,
  .panel .table tbody > tr th:last-child {
    display: block;
  }
  .panel .table tbody > tr td:first-child,
  .panel .table tbody > tr th:first-child {
    font-weight: 400;
    padding: 8px 12px 0;
  }
  .panel .table tbody > tr td:last-child,
  .panel .table tbody > tr th:last-child {
    padding: 0 12px 8px;
  }
  .panel .table tbody > tr td + td,
  .panel .table tbody > tr th + th {
    border-top: 0;
  }
}
.modal-iframe iframe {
  height: calc(100vh - 100px);
  position: relative;
  z-index: 0;
  background-color: #fff;
  opacity: 0.2;
  pointer-events: none;
  border: 1px solid #EEF1F4;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 719px) {
  .modal-iframe iframe {
    height: calc(100vh - 80px);
  }
}
.modal-iframe iframe.loaded {
  opacity: 1;
  pointer-events: auto;
}
.modal-iframe iframe.loaded + .loader-icon {
  display: none;
}
.modal-iframe .loader-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.modal h4 {
  color: #D10028;
  margin-bottom: 15px;
  font-size: 40px;
}
@media only screen and (max-width: 719px) {
  .modal h4 {
    font-size: 22px;
  }
}
.modal-footer {
  border-top: 0;
}
.modal-xl {
  width: 90%;
  width: calc(100vw - 50px);
  margin: 30px auto;
}
@media only screen and (max-width: 719px) {
  .modal-xl {
    margin: 20px auto;
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1074px) {
  .modal-lg {
    width: 1024px;
  }
}
@media (min-width: 960px) {
  .modal-md {
    width: 800px;
  }
}
.modal-dialog {
  margin-top: 120px;
}
@media (min-width: 720px) {
  .modal-sm {
    width: 600px;
  }
}
.modal-footer .btn {
  margin-bottom: 2px;
}
button.close {
  background-color: #EEF1F4;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 1.3;
  border-radius: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -15px;
  right: -15px;
}
button.close span {
  opacity: 0.4;
}
button.close:hover,
button.close:focus {
  opacity: 1;
  background-color: #cfd7e0;
  outline: none;
}
@media (max-width: 719px) {
  button.close {
    top: -6px;
    right: -6px;
  }
}
.popupContent {
  background: rgba(0, 0, 0, 0.02);
  padding: 6px 24px 6px 12px;
  white-space: normal;
}
@media (max-width: 600px) {
  .col-xs-7 > .popupContent {
    width: calc(100vw - 70px);
    background: #FAFAFA;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .popupContent {
    display: none !important;
  }
}
.popupContent .btn[data-dismiss="modal"] {
  display: none;
}
@media (max-width: 1024px) {
  a.popupLink.nextLink {
    position: static !important;
  }
  a.popupLink.nextLink:after {
    position: relative;
    margin-left: 5px;
    right: auto;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .popupLink:before {
    opacity: 0;
    content: '×';
    display: inline-block;
    position: absolute;
    right: 40px;
    font-size: 30px;
    margin-top: 22px;
    color: #CED4DC;
    line-height: 30px;
    transition: all 0.2s ease-in;
  }
  .popupLink.popupLink--inline-close:before {
    content: '';
  }
  .popupLink.popupLink--inline-close.open:after {
    content: '×';
  }
  a.popupLink.open.nextLink:after {
    opacity: 0;
  }
  a.popupLink.open.nextLink.popupLink--inline-close:after {
    opacity: 1;
  }
  .popupLink.open:before {
    opacity: 1;
    margin-top: 27px;
    transition: all 0.4s ease-out;
  }
}
.popupLink__no-decoration {
  text-decoration: none !important;
}
.popupLink__no-decoration:hover {
  text-decoration: none !important;
}
.popup__link--neutral {
  color: #555F6B;
  text-decoration: underline;
}
.popup-modal {
  transform: translateY(125%);
  z-index: 999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: transform 0.25s ease-in-out;
}
.popup-modal .container,
.popup-modal .section-box .container {
  min-height: 100%;
  background: #F6F8F9;
  padding: 0;
}
.popup-modal .container.redesign,
.popup-modal .section-box .container.redesign {
  padding: 0;
}
.popup-modal--iframe .popup-modal__body {
  position: relative;
  padding: 5px;
  margin: 0 -15px;
}
@media (max-width: 721px) {
  .popup-modal--iframe .popup-modal__body {
    padding: 0;
  }
  .popup-modal--iframe .popup-modal__body iframe {
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: calc(100% - 65px);
  }
}
.popup-modal--iframe .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.popup-modal--iframe iframe {
  height: 88dvh;
}
@media (max-width: 721px) {
  .popup-modal__body {
    padding: 15px;
    overflow-y: scroll;
    height: calc(100dvh - 65px);
    line-height: 1.5;
  }
}
.popup-modal #size-selection-tools {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 719px) {
  .popup-modal #size-selection-tools {
    gap: 24px;
    margin-top: 32px;
  }
}
.popup-modal #size-selection-tools .tools-description {
  color: #555F6B;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.6px;
  letter-spacing: 1px;
}
.popup-modal #size-selection-tools .tool-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #CED4DC;
  background: #fff;
}
.popup-modal #size-selection-tools .tool-wrapper img {
  width: 48px;
  height: 48px;
}
@media (max-width: 719px) {
  .popup-modal #size-selection-tools .tool-wrapper img {
    width: 40px;
    height: 40px;
  }
}
.popup-modal #size-selection-tools .tool-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.popup-modal #size-selection-tools .tool-wrapper .content-wrapper .title {
  color: #1C242F;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.2px;
  letter-spacing: 1px;
  margin-bottom: -16px;
}
@media (max-width: 719px) {
  .popup-modal #size-selection-tools .tool-wrapper .content-wrapper .title {
    font-size: 18px;
  }
}
.popup-modal #size-selection-tools .tool-wrapper .content-wrapper .description {
  color: #555F6B;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.6px;
  letter-spacing: 1px;
}
@media (max-width: 719px) {
  .popup-modal #size-selection-tools .tool-wrapper .content-wrapper .description {
    font-size: 16px;
  }
}
.popup-modal #size-selection-tools .tool-wrapper .content-wrapper a {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #000;
  background: #D10028;
  display: flex;
  padding: 16px 32px;
  align-items: center;
  color: #fff;
  text-align: center;
  /* Actions/Button */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.popup-modal__heading {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 0 15px;
  gap: 16px;
  border-bottom: 1px solid #CED4DC;
}
.popup-modal__heading .popup-modal__title {
  flex-grow: 1;
  line-height: 1;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.popup-modal__heading .popup-modal__close {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 20px;
  margin-right: -15px;
  stroke: #1C242F;
  transition: all 0.2s ease;
}
.popup-modal__heading .popup-modal__close:hover {
  cursor: pointer;
  stroke: #26303f;
  opacity: 0.75;
}
.popup-modal__heading .popup-modal__icon,
.popup-modal__heading .svg-icon {
  width: 24px;
  height: 24px;
}
.popup-modal__content {
  display: none;
  pointer-events: all;
}
@media (max-width: 721px) {
  .popup-modal__content:has(.popup-modal__footer) .popup-modal__body {
    height: calc(100dvh - 142px);
  }
}
@media (min-width: 721px) {
  .popup-modal__content:has(.popup-modal__footer) .popup-modal__body {
    padding: 32px 32px 110px;
  }
}
.open.popup-modal {
  transform: translateY(0%);
  pointer-events: all;
}
.open .popup-modal__content {
  display: initial;
}
.popup-modal__footer {
  position: absolute;
  bottom: 0;
  background: #FFF;
  width: 100%;
  padding: 10px;
  border-top: 2px solid #D10028;
}
.popup-modal__footer .popup-modal__button--ok {
  width: 100%;
}
@media (min-width: 721px) {
  .popup-modal {
    transform: translateY(0%);
  }
  .popup-modal .popup-modal__icon {
    display: none;
  }
  .popup-modal .container,
  .popup-modal .section-box .container {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: none;
    padding: 0 15px;
  }
  .popup-modal .container.redesign,
  .popup-modal .section-box .container.redesign {
    padding: 0 15px;
  }
  .popup-modal--iframe .popup-modal__content {
    margin: 2% 0;
  }
  .popup-modal--iframe .popup-modal__body {
    margin: 0;
  }
  .popup-modal--iframe iframe {
    height: 500px;
  }
  .popup-modal--iframe .popup-modal__content.popup-modal__content-large iframe {
    height: 80dvh;
  }
  .popup-modal.open {
    overflow-y: scroll;
  }
  .popup-modal.open .popup-modal__content {
    transform: scale(1);
    max-width: 592px;
  }
  .popup-modal__heading {
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #1C242F;
    padding: 24px 32px;
  }
  .popup-modal__heading .popup-modal__title {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Visby Round CF DemiBold', sans-serif;
    font-weight: 500;
  }
  .popup-modal__heading .popup-modal__close {
    stroke: #FFF;
    padding: 0 12px;
  }
  .popup-modal__heading .popup-modal__close:hover {
    stroke: #ffffff;
  }
  .popup-modal__content {
    margin: 5% 0;
    min-width: 50%;
    min-height: 50%;
    transform: scale(0);
    transition: transform 0.15s ease;
  }
  .popup-modal__content.popup-modal__content-large {
    min-width: 100%;
  }
  .popup-modal__body {
    padding: 32px;
    background: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 1.5;
  }
  .popup-modal__background {
    z-index: 99999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }
  .popup-modal__background.open {
    opacity: 0.5;
    pointer-events: all;
  }
  .popup-modal__footer {
    border-top: none;
    border-radius: 8px;
    text-align: center;
    padding: 32px;
  }
  .popup-modal__footer .popup-modal__button--ok {
    width: auto;
  }
}
.promo {
  display: flex;
  flex-direction: column;
  padding: 8px 10px 5px 5px;
  border: 2px solid #1C242F;
  line-height: 1;
}
.promo .promo-value {
  display: flex;
  align-items: center;
  padding-right: 15px;
  color: #1C242F;
  font-size: 25px;
  font-weight: 500;
}
.promo .promo-info {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1C242F;
  font-size: 11px;
  font-weight: 400;
}
.promo .promo-info .icon-info-icon {
  font-size: 12px;
  padding-left: 3px;
}
.promo.alternative {
  border: 2px solid #1C242F;
}
.promo.alternative .promo-value,
.promo.alternative .promo-info {
  color: #555F6B;
}
.promo.small-value .promo-value {
  font-size: 25px;
  padding-right: 5px;
}
.unit-promo .promo--textual {
  padding: 0 10px;
}
.promo--textual {
  line-height: 1;
}
.promo--textual .promo_desc {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  color: #A9B3C2;
}
.promo--textual .promo_price {
  display: flex;
  margin: 5px 0 2px;
  font-size: 1.6em;
  font-weight: 500;
  color: #D10028;
}
.promo--textual .promo_price .sup {
  padding-top: 0;
}
.promo--textual .promo_price .promo_desc {
  font-weight: 400;
}
.promo--textual .promo_price-decimals {
  font-size: 0.7em;
}
.promo_price.promo_price--strikethrough {
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  color: #A9B3C2;
}
.promo_price.promo_price--strikethrough:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #A9B3C2;
  top: 44%;
}
.promo_price.promo_price--dark {
  font-size: 1.2em;
  color: #0F1318;
}
.unit-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.unit-promo .unit-promo--item {
  display: flex;
  gap: 8px;
  padding: 8px;
  align-items: center;
  border-radius: 4px;
  background: #1c242f;
  color: #fff;
}
.unit-promo .unit-promo--item .unit-promo_price {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.unit-promo .unit-promo--item .unit-promo_desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
}
.unit-promo .popup__link {
  text-decoration: none;
}
.radio-button {
  border: 1px solid #CED4DC;
  border-radius: 50%;
  height: 24px;
  position: relative;
  width: 24px;
}
.radio-button-inner-wrapper {
  padding: 4px;
  width: 100%;
  height: 100%;
  min-width: 22px;
}
.radio-button-inner-wrapper div {
  height: 100%;
  border-radius: 50%;
  width: 100%;
}
.active .radio-button-inner-wrapper div {
  background-color: #D10028;
}
.radio-button-container {
  display: inline-flex;
  align-items: center;
  padding: 0;
  z-index: 1;
  position: relative;
  background-color: transparent;
  text-align: left;
  border: none;
}
.radio-button-container .radio-button-label {
  line-height: 100%;
  font-size: 16px;
}
@media (min-width: 960px) {
  .radio-button-container .radio-button-label {
    font-size: 19px;
  }
}
.radio-button-container .radio-button {
  height: 20px;
  width: 20px;
  border: 2px solid #CED4DC;
  border-radius: 50%;
  padding: 2px;
  margin-right: 8px;
}
@media (min-width: 960px) {
  .radio-button-container .radio-button {
    margin-right: 16px;
  }
}
.radio-button-container .radio-button:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
  border-radius: 50%;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.radio-button-container:hover,
.radio-button-container:focus,
.radio-button-container.active {
  z-index: 99;
  cursor: pointer;
  outline: none;
}
.radio-button-container:hover .radio-button:after,
.radio-button-container:focus .radio-button:after,
.radio-button-container.active .radio-button:after {
  background: #D10028;
}
/**This is a css radio only button **/
input[type="radio"].radiobutton {
  display: none;
}
input[type="radio"].radiobutton + label > div {
  display: inline-block;
  border: 1px solid #CED4DC;
  border-radius: 50%;
  height: 24px;
  position: relative;
  width: 24px;
  padding: 4px;
  margin-right: 10px;
}
input[type="radio"].radiobutton:checked + label > div > div {
  background-color: #D10028;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
input[type="radio"].radiobutton + label {
  display: flex;
  align-items: center;
}
.rating-stars {
  display: inline-block;
}
.rating-stars ul,
.rating-stars li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.rating-stars li {
  display: inline-block;
  color: #F4F4F4;
  font-size: 15px;
}
.rating-stars li + li {
  margin-left: 2px;
}
li.rating-stars__true {
  color: #FEDE00;
}
.reviews-stats__label .rating-stars,
.store__title-with-rating .rating-stars {
  padding: 0 24px;
  vertical-align: text-top;
}
.rating-stars__half .rating-stars__false {
  position: absolute;
}
.rating-stars__half .rating-stars__false::before {
  position: relative;
  top: 1px !important;
}
.rating-stars__half .rating-stars__true {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
  color: #FEDE00;
  top: 1px;
}
.region {
  background-color: #F6F8F9;
}
@media (min-width: 720px) {
  .region {
    padding: 0 0 25px;
  }
}
.region__list {
  display: block;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.no-js .region__list.hidden {
  display: block !important;
}
@media (min-width: 720px) {
  ul.region__list {
    column-width: 300px;
    column-fill: balance;
    column-gap: 60px;
  }
}
@media (min-width: 960px) {
  ul.region__list {
    column-gap: 160px;
  }
}
ul.region__list .region__stores {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  column-width: auto !important;
  column-gap: 0 !important;
}
.region__list--one-column {
  column-width: auto !important;
  max-width: 504px;
}
.region__list--one-column .region__stores {
  column-width: auto !important;
  max-width: 504px;
}
.region__list--extended {
  column-width: auto !important;
  column-gap: 0;
  max-width: 100%;
}
.region__list--extended .region__stores {
  column-width: auto !important;
  column-gap: 0;
  max-width: 100%;
}
.region__list--border {
  border-top: 3px solid #D10028;
}
.region__title {
  padding: 0;
  font-size: 24px;
  line-height: inherit;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.region__title > a {
  display: inline-block;
  color: inherit;
  padding: 8px 24px;
}
.region__title > a .svg-icon {
  width: 20px;
  height: 20px;
}
.region__group {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.region__stores {
  display: block;
  padding: 0 0 16px;
}
ul.region__stores {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.region__stores > li {
  padding: 0;
  margin: 0 0 12px 0;
  width: 100%;
  position: relative;
}
ul.region__stores > li .badge-new {
  position: absolute;
  top: -17px;
  left: 24px;
  background: #1C242F;
  color: #FFF;
  padding: 10px 8px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  z-index: 2;
  line-height: 1;
  text-transform: uppercase;
}
ul.region__stores > li > a.unit-cta {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  display: block;
}
ul.region__stores > li > a.unit-cta .svg-icon {
  width: 12px;
  height: 100%;
}
@media (min-width: 720px) {
  ul.region__stores > li > a.unit-cta .svg-icon {
    width: 14px;
  }
}
@media (min-width: 960px) {
  ul.region__stores > li > a.unit-cta {
    display: none;
  }
}
@media (min-width: 720px) {
  ul.region__stores:not(.with-unit-list) > li {
    width: calc(50% - 16px);
  }
}
@media (min-width: 960px) {
  ul.region__stores:not(.with-unit-list) > li > a.unit-cta {
    display: block;
  }
}
.region__store {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  border: 1px solid #CED4DC;
  border-radius: 8px;
  padding: 16px 24px 16px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
}
.region__store:hover,
.region__store:focus {
  text-decoration: none;
  color: inherit;
}
.region__store .svg-icon {
  width: 17px;
  height: 17px;
}
.region__store--extended {
  padding: 0 24px 0 0;
  display: flex;
  width: 100%;
  min-height: 240px;
}
@media (max-width: 959px) {
  .region__store--extended {
    padding: 24px 24px 24px 9px;
    min-height: initial;
  }
}
.region__store .storage-units__store {
  display: none;
}
@media (min-width: 960px) {
  .region__store .storage-units__store {
    display: block;
  }
}
.region__store .units-list.tiled {
  margin: 0;
  display: flex;
  gap: 24px;
}
.region__store .units-list.tiled .storage-unit.tiled {
  min-height: 160px;
  width: 268px;
}
.region__store .units-list.tiled .storage-unit.tiled .unit-size {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.region__store .units-list.tiled .storage-unit.tiled .unit-price {
  margin-top: 4px;
}
.region__store .units-list.tiled .storage-unit.tiled .price-old,
.region__store .units-list.tiled .storage-unit.tiled .price-current {
  display: flex;
  align-items: baseline;
}
.region__store .units-list.tiled .storage-unit.tiled .price-old {
  line-height: 1;
}
.region__store .units-list.tiled .storage-unit.tiled .price-current {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Visby Round CF Regular', sans-serif;
}
.region__store .units-list.tiled .storage-unit.tiled:last-child {
  display: none;
}
@media (min-width: 1200px) {
  .region__store .units-list.tiled .storage-unit.tiled:last-child {
    display: flex;
  }
}
.region__store .rating-stars {
  display: flex;
  margin-bottom: 5px;
}
.region__store .rating-stars ul {
  display: flex;
  flex-wrap: nowrap;
}
.region__store-image {
  max-width: 280px;
  display: flex;
  justify-content: center;
}
.region__store-image img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
  height: 240px !important;
}
.region__store-image picture {
  width: 280px;
}
@media (max-width: 959px) {
  .region__store-image {
    display: none;
  }
}
.region__store-content {
  display: flex;
  align-items: center;
}
.region__store-text {
  line-height: 1.4;
  padding-left: 15px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}
.region__store--extended .region__store-text {
  display: flex;
  gap: 8px;
}
.region__store--extended .region__store-text .region__store-cta {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 20px;
  width: fit-content;
  display: none;
}
@media (min-width: 960px) {
  .region__store--extended .region__store-text .region__store-cta {
    display: block;
  }
}
@media (min-width: 960px) {
  .region__store--extended .region__store-text {
    padding: 0 32px;
  }
}
.region__store-name {
  display: block;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.region__store--extended .region__store-name {
  font-size: 18px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
}
.region__store-caption {
  display: block;
  color: #A9B3C2;
  font-size: 15px;
  line-height: 1.4;
}
.region__store--extended .region__store-caption {
  color: #1C242F;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
@media (min-width: 960px) {
  .region__store--extended .region__store-caption {
    display: none;
  }
}
.region__store-rating {
  display: block;
  margin: -4px 0;
}
.region__store-address {
  color: #A9B3C2;
  font-size: 14px;
}
@media (min-width: 960px) {
  .region__store-address {
    color: #555F6B;
    font-size: 17px;
  }
}
.region__store-units {
  vertical-align: middle;
  background-color: #FFFFFF;
  display: table-cell;
  padding: 10px 60px;
  width: 260px;
  line-height: 1.2;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.region__store-units strong {
  white-space: nowrap;
}
@media (max-width: 959px) {
  .region__store-units {
    display: none;
  }
}
.region__store-prices {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  padding: 10px 60px;
  width: 300px;
  line-height: 1.2;
}
.region__store-prices strong {
  white-space: nowrap;
}
@media (max-width: 959px) {
  .region__store-prices {
    display: none;
  }
}
.region + .region__map {
  margin-top: -60px;
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation {
  display: flex;
  flex-wrap: wrap;
}
.reservation.container,
.reservation.section-box .container {
  padding-top: 0;
  position: relative;
}
.reservation__column {
  width: 100%;
}
.reservation__column .reservation__block-title {
  padding: 10px 20px;
  background: #1C242F;
  margin: 0 -15px;
  font-size: 22px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  color: white;
}
.reservation__column.reservation__column--large {
  order: 5;
}
.reservation__column.reservation__column--large .reservation__block-title {
  background-color: #FFF;
  color: #1C242F;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  text-align: center;
}
.reservation__column.reservation__column--small {
  display: flex;
  flex-direction: column;
  order: 4;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 720px) {
  .reservation {
    flex-wrap: nowrap;
  }
  .reservation .accordion__item {
    padding: 10px 0;
  }
  .reservation__column {
    width: 70%;
    padding: 0;
    background: #fff;
    margin-top: 36px;
  }
  .image-gallery-rd ~ .reservation__column {
    margin-top: 0;
  }
  .reservation__column--large {
    background: none;
    position: relative;
    top: 0;
    right: 40px;
    width: 50%;
    padding: 0;
    margin-top: 36px;
  }
  .image-gallery-rd ~ .reservation__column--large {
    top: 260px;
    position: absolute;
    margin-top: 0;
  }
  .reservation__column--small {
    width: 45%;
  }
  .reservation__block.reservation__block-title:not(.no-container-spacing) {
    margin: 0;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation__price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reservation__price a {
  text-decoration: none;
  display: flex;
}
.reservation__price .unit-price {
  line-height: 1.4;
}
.reservation__price .price-old {
  font-size: 17px;
}
.reservation__price .price-current {
  font-size: 21px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.reservation__price .unit-promo .promo {
  flex-direction: row;
}
.reservation__price .unit-promo .promo .promo-value {
  font-size: 35px;
}
.product-details-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-details-item {
  border-top: none;
  padding: 0;
}
.product-details-item__content {
  padding: 32px 24px;
  border-radius: 8px;
  background: #F6F8F9;
  width: 100%;
  display: flex;
  font-size: 19px;
  flex-direction: column;
  row-gap: 16px;
}
.reservation__price .product-details-item__content {
  flex-direction: row;
}
@media (min-width: 720px) {
  .reservation__price .product-details-item__content {
    background: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 720px) {
  .popup-modal__content .product-details-item__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .popup-modal__content .product-details-item__content .unit-promo {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  .popup-modal__content .product-details-item__content .unit-promo .unit-promo_desc br {
    content: "";
  }
  .popup-modal__content .product-details-item__content .unit-promo .unit-promo_desc br::after {
    content: " ";
  }
}
.product-details-item__content .product-details-item__feature {
  display: flex;
}
.product-details-item__content .product-details-item__feature h2 {
  font-size: 16px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (min-width: 720px) {
  .product-details-item__content .product-details-item__feature h2 {
    font-size: 21px;
    font-family: 'Visby Round CF DemiBold', sans-serif;
    font-weight: 500;
  }
}
.product-details-item__content .product-details-item__feature .product-details-item__feature-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.product-details-item__content .product-details-item__feature .product-details-item__feature-icon img {
  max-width: 24px;
  padding: 0;
}
.reservation__top-container .reservation__price .product-details-item__content {
  background: #EEF1F4;
}
@media (min-width: 720px) {
  .reservation__top-container .reservation__price .product-details-item__content {
    background: none;
  }
}
@media (max-width: 720px) {
  .product-details-item__content .store-office-hours__location-title {
    display: none;
  }
}
@media (min-width: 720px) {
  .product-details-item__content {
    row-gap: 24px;
  }
}
.product-details-item.open .product-details-item__sub-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-details-item__title {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .product-details-item__title {
    font-size: 19px;
  }
}
.product-details-item.accordion__item .accordion__static::before {
  right: 24px;
  cursor: pointer;
}
.product-details-item .product-details-item__sub-title {
  font-size: 18px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  padding: 12px 24px;
  border-radius: 8px;
  background: #EEF1F4;
  min-height: 90px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.product-details-item .product-details-item__sub-title .unit-upgradable-text {
  color: #D10028;
  font-family: 'Visby Round CF Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  flex-basis: 100%;
}
.product-details-item .product-details-item__sub-title .reviews-block__ratings-total {
  flex-basis: 100%;
  margin: 0;
}
.product-details-item .product-details-item__sub-title .reviews-block__ratings-total .reviews-block__ratings-total-reviews {
  font-weight: 400;
  font-family: 'Visby Round CF Regular', sans-serif;
  font-size: 12px;
}
@media (min-width: 720px) {
  .product-details-item .product-details-item__sub-title {
    display: none;
    font-size: 16px;
  }
}
.product-details-item.reservation__price {
  display: flex;
  width: 100%;
}
@media (min-width: 720px) {
  .product-details-item.reservation__price {
    width: auto;
  }
}
@media (min-width: 720px) {
  .product-details-item.accordion__item .accordion__static:before {
    display: none;
  }
}
@media (min-width: 720px) {
  .product-details-item.accordion__item .accordion__collapsable {
    opacity: 1;
    max-height: 300vh;
  }
}
.product-details-item .store-office-hours__location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-details-item .store-office-hours__location-title {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 720px) {
  .product-details-item .store-office-hours__location-title {
    font-size: 21px;
  }
}
.product-details-item .store-office-hours__location-type-title {
  font-size: 12px;
  font-weight: 700;
}
.product-details-item .store-opening-hours {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-details-item .store-opening-hours h3 {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  margin: 0;
}
.product-details-item .store-opening-hours .hours-table {
  padding: 0;
  max-width: 360px;
}
.product-details-item .store-opening-hours .hours-table > li {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .product-details-item .store-opening-hours .hours-table > li {
    justify-content: flex-start;
  }
}
.product-details-item .store-opening-hours .hours-table > li span {
  width: auto;
}
@media (min-width: 720px) {
  .product-details-item .store-opening-hours .hours-table > li span.prefix {
    width: 90px;
  }
}
.product-details-item button > a {
  text-decoration: none;
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation__top-container.container,
.reservation__top-container.section-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px 0 24px;
  position: relative;
}
.reservation__top-container.container::after,
.reservation__top-container.section-box .container::after {
  display: none;
}
.reservation__top-container.container.container::before,
.reservation__top-container.section-box .container.section-box .container::before {
  display: none;
}
.reservation__top-container.container .reservation__remaining-units,
.reservation__top-container.section-box .container .reservation__remaining-units {
  border: solid 1px;
  border-radius: 4px;
  line-height: 14px;
  padding: 10px;
  font-size: 14px;
}
.reservation__top-container.container .reservation__price,
.reservation__top-container.section-box .container .reservation__price {
  order: 3;
}
.reservation__top-container.container .reservation__price-title,
.reservation__top-container.section-box .container .reservation__price-title {
  flex-basis: 100%;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price-title,
  .reservation__top-container.section-box .container .reservation__price-title {
    display: none;
  }
}
.reservation__top-container.container .reservation__price .product-details-item__content,
.reservation__top-container.section-box .container .reservation__price .product-details-item__content {
  row-gap: initial;
  padding: 12px 24px;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .product-details-item__content,
  .reservation__top-container.section-box .container .reservation__price .product-details-item__content {
    padding: 0;
  }
}
.reservation__top-container.container .reservation__price .unit-price,
.reservation__top-container.section-box .container .reservation__price .unit-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.reservation__top-container.container .reservation__price .unit-price .price-content,
.reservation__top-container.section-box .container .reservation__price .unit-price .price-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reservation__top-container.container .reservation__price .unit-price .price-content__main,
.reservation__top-container.section-box .container .reservation__price .unit-price .price-content__main {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-price .price-content__main,
  .reservation__top-container.section-box .container .reservation__price .unit-price .price-content__main {
    flex-direction: row;
  }
}
.reservation__top-container.container .reservation__price .unit-price .price-content .price-old,
.reservation__top-container.section-box .container .reservation__price .unit-price .price-content .price-old {
  font-size: 15px;
  padding-right: 12px;
  display: flex;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-price .price-content .price-old,
  .reservation__top-container.section-box .container .reservation__price .unit-price .price-content .price-old {
    font-size: 19px;
  }
}
.reservation__top-container.container .reservation__price .unit-price .price-content .price-current,
.reservation__top-container.section-box .container .reservation__price .unit-price .price-content .price-current {
  font-size: 18px;
  display: flex;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-price .price-content .price-current,
  .reservation__top-container.section-box .container .reservation__price .unit-price .price-content .price-current {
    font-size: 32px;
  }
}
.reservation__top-container.container .reservation__price .unit-price .price-content .price-alternate,
.reservation__top-container.section-box .container .reservation__price .unit-price .price-content .price-alternate {
  font-size: 19px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  display: flex;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-price .price-content,
  .reservation__top-container.section-box .container .reservation__price .unit-price .price-content {
    align-items: flex-end;
  }
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-price,
  .reservation__top-container.section-box .container .reservation__price .unit-price {
    align-items: flex-end;
  }
}
.reservation__top-container.container .reservation__price .unit-promo,
.reservation__top-container.section-box .container .reservation__price .unit-promo {
  justify-content: flex-end;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-promo .unit-promo_desc br,
  .reservation__top-container.section-box .container .reservation__price .unit-promo .unit-promo_desc br {
    content: "";
  }
  .reservation__top-container.container .reservation__price .unit-promo .unit-promo_desc br::after,
  .reservation__top-container.section-box .container .reservation__price .unit-promo .unit-promo_desc br::after {
    content: " ";
  }
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price .unit-promo,
  .reservation__top-container.section-box .container .reservation__price .unit-promo {
    justify-content: center;
  }
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__price,
  .reservation__top-container.section-box .container .reservation__price {
    order: initial;
    flex-direction: column;
    align-self: flex-end;
    flex-basis: 50%;
  }
}
.reservation__top-container.container .reservation__size,
.reservation__top-container.section-box .container .reservation__size {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reservation__top-container.container .reservation__size h2,
.reservation__top-container.section-box .container .reservation__size h2 {
  font-size: 28px;
  margin: 2px 0 10px 0;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__size h2,
  .reservation__top-container.section-box .container .reservation__size h2 {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
.reservation__top-container.container .reservation__size .reservation__remaining-units,
.reservation__top-container.section-box .container .reservation__size .reservation__remaining-units {
  width: fit-content;
}
@media (min-width: 720px) {
  .reservation__top-container.container .reservation__size,
  .reservation__top-container.section-box .container .reservation__size {
    flex-basis: 30%;
  }
}
.reservation__top-container.container .image-gallery,
.reservation__top-container.section-box .container .image-gallery {
  flex-basis: 100%;
}
@media (max-width: 720px) {
  .reservation__top-container.container,
  .reservation__top-container.section-box .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation__accordion .store-info-container {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 5px 15px;
  margin: 0 -15px 2px -15px;
  background-color: #f2f2f2;
}
.reservation__accordion .store-info-label {
  padding-right: 20px;
  font-size: 11px;
  font-weight: bold;
}
.reservation__accordion .store-info-content span {
  display: inline-block;
}
.reservation__accordion .accordion__item:first-child .accordion__collapsable {
  overflow: visible;
  padding: 0 20px;
}
.reservation__accordion .accordion__item:first-child .accordion__collapsable .accordion__content-part {
  padding: 10px 15px 5px 15px;
  margin: 0 -35px 2px -35px;
}
.reservation__accordion .store-office-hours__located-at {
  margin-top: 10px;
}
.reservation__accordion .store-office-hours__reception-title {
  color: #D10028;
  font-size: 11px;
  font-weight: 500;
}
.reservation__accordion .store-office-hours__reception-address {
  color: #D10028;
}
.reservation__accordion .accordion__item.sattelite-store:not(.accordion__item--no-collapse) .accordion__static:before {
  top: 11%;
}
.reservation__accordion .accordion__item.sattelite-store:not(.accordion__item--no-collapse) h2 {
  margin-bottom: 5px;
}
@media (min-width: 720px) {
  .reservation__accordion {
    border: 1px solid #F6F8F9;
    padding: 0 20px;
  }
  .reservation__accordion .store-info-container {
    margin: 0 -20px 2px -20px;
    padding: 10px 20px 5px 20px;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation__form {
  padding: 40px 0 0 0;
  margin: 0 -15px 0 -15px;
  border-radius: 8px;
  background: #FFF;
}
.reservation__form .reservation-form-heading {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-align: center;
}
.reservation__form .checkbox label {
  font-size: 16px;
  padding-left: 35px;
}
.reservation__form .checkbox input[type="checkbox"] {
  margin-top: 6px;
  height: 24px;
  width: 24px;
  left: 20px;
  appearance: none;
  border: 2px solid #CED4DC;
  border-radius: 4px;
  display: grid;
  place-content: center;
  outline: none;
  font-size: 19px !important;
}
.reservation__form .checkbox input[type="checkbox"]:checked::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #d10028;
  border-radius: 4px;
}
.reservation__form .checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #fff;
}
.reservation__form .checkbox input[type="checkbox"]:checked::after {
  transform: scale(1);
}
.reservation__form .reservation-btn-block p,
.reservation__form .reservation-btn-block a {
  color: #1c242f;
}
.reservation__form .reservation-btn-block button {
  width: 100%;
  max-width: 100%;
}
.reservation__form .reservation-btn-block button + p,
.reservation__form .reservation-btn-block button + a {
  margin-top: 16px;
  font-size: 15px;
}
.reservation__form .reservation-btn-block button + p .smaller,
.reservation__form .reservation-btn-block button + a .smaller {
  font-size: 15px !important;
}
.reservation__form .reservation-btn-block button + p {
  margin-bottom: 24px;
}
.reservation__form .reservation-btn-block button + a {
  padding-bottom: 24px;
}
.reservation__form > * {
  padding: 0 15px;
}
.reservation__form .list-check {
  padding: 5px 15px 10px 15px;
  font-weight: 500;
}
.reservation__form p,
.reservation__form a {
  text-align: center;
  margin-top: 0px;
}
.reservation__form .reservation-form .redesign .form-group input {
  border: 1px solid #A9B3C2;
}
.reservation__form .reservation-form .popup__link--neutral {
  text-decoration: none;
}
.reservation__form .reservation-form .form-group.checkbox {
  margin: 15px 0;
}
.reservation__form .recaptcha__disclaimer {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 720px) {
  .reservation__form {
    margin: 0 -15px 0 -15px;
  }
}
.reservation__phone-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.reservation__phone-row select {
  max-height: 61px;
}
.reservation__phone-row .field-validation-error {
  margin-top: -15px;
  margin-bottom: 15px;
}
.reservation__phone-code-select {
  flex: 1;
  margin-right: 15px;
  padding-right: 24px;
}
.reservation__phone {
  flex: 4;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.reservation__free-cancel {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.reservation__benefits {
  padding: 20px 0;
}
.reservation__benefits h1:first-of-type,
.reservation__benefits h2:first-of-type {
  margin: 0;
}
.phone-row {
  display: flex;
  position: relative;
}
.phone-row div:first-child {
  width: 30%;
  transition: all 0.25s ease-out;
}
.phone-row div:first-child input {
  cursor: pointer;
  background-color: #fff;
  padding-right: 0px;
  text-transform: capitalize;
  height: 61px;
}
.phone-row div:first-child.open {
  width: 100%;
}
@media (max-width: 480px) {
  .phone-row div:first-child {
    width: 45%;
  }
}
.phone-row div:last-child {
  width: 73%;
  margin-left: 3%;
  display: flex;
}
.phone-row div:last-child.hide {
  display: none;
}
.country-selection-list {
  width: 100%;
  max-height: 210px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  padding: 6px 0;
  margin-bottom: 15px;
  display: none;
  overflow-y: auto;
}
.country-selection-list.open {
  display: block;
}
.country-selection-list .country-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 7px 16px;
  cursor: pointer;
}
.country-selection-list .country-row:first-child {
  padding-top: 12px;
  margin-top: -6px;
}
.country-selection-list .country-row:hover {
  background-color: #f2f2f2;
}
.country-selection-list .country-row.selected {
  border-bottom: 1px dashed #d9d9d9;
}
@media (min-width: 720px) {
  .reservation__form {
    padding: 40px 32px;
    margin: 0;
  }
  .reservation__form .reservation-form-heading {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .reservation__form .checkbox label {
    font-size: 19px;
  }
  .reservation__form .reservation-btn-block {
    margin: 0 20px;
  }
  .reservation__form .reservation-btn-block button {
    max-width: max-content;
  }
  .reservation__benefits {
    padding: 20px 35px;
    border: 1px solid #F6F8F9;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.reservation__price--textual {
  line-height: 1.4;
}
.reservation__price .reservation__price-line {
  display: flex;
  padding-bottom: 5px;
}
.reservation__price .reservation__price-line + .reservation__price-line {
  padding-top: 5px;
}
.reservation__price .reservation__price-title {
  width: 55%;
  font-size: 18px;
  font-weight: 500;
  color: #0F1318;
}
.reservation__price .reservation__price-title.product-details-item__title {
  font-size: 14px;
  padding: 0;
}
.reservation__price .reservation__price-promos {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reservation__price .promo--textual {
  display: flex;
  align-items: center;
}
.reservation__price .promo--textual .promo_desc {
  padding-left: 2px;
  font-size: 0.75em;
}
.reservation__price .promo--textual .promo_price {
  font-size: 1.2em;
}
.reservation__price .promo--textual .promo_price .promo_desc {
  font-size: 0.625em;
}
.reservation__price .urgencyMessage {
  color: #D10028;
  font-size: 1em;
  text-align: right;
  width: 95%;
}
.reservation__price .unit-promo .unit-promo_price {
  font-size: 24px;
}
.reservation__price .unit-promo .unit-promo_desc {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (min-width: 720px) {
  .reservation__price .unit-promo .unit-promo_desc {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.zoomable__item {
  position: relative;
}
.zoomable__item-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.zoomable__item-button a {
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 8px;
  font-size: 30px;
  text-decoration: none;
  line-height: 27px;
  color: #0F1318;
  border: 1px solid #0F1318;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0.5;
  transform: scale(0.8);
  background: white;
}
.zoomable__item-button a:hover {
  color: #1C242F;
  opacity: 0.8;
  transform: scale(1) rotate(90deg);
}
.reservation_methods {
  width: 100%;
  border-top: none;
  padding: 16px 0 32px 0;
}
.reservation_methods__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
  gap: 16px;
  justify-content: center;
}
.reservation_methods__buttons > a {
  flex: auto;
}
@media (min-width: 720px) {
  .reservation_methods__buttons > a {
    max-width: 80%;
    text-wrap: pretty;
  }
}
.reservation_methods__buttons .svg-icon {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  fill: currentColor;
}
@media (min-width: 720px) {
  .reservation_methods__buttons {
    padding: 0 32px;
  }
}
.reservation_methods__title {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 720px) {
  .reservation_methods__title {
    font-size: 32px;
    text-align: initial;
  }
}
@media (min-width: 720px) {
  .reservation_methods {
    padding: 40px;
    border: 1px solid #F6F8F9;
  }
}
.reservation_confirmation {
  margin: 0 -22px;
  padding: 0 22px;
  background: #F6F8F9;
  border-top: none;
}
.reservation_confirmation span.monthly-price {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
}
.reservation_confirmation.accordion__item.open {
  padding: 0 22px 24px 22px;
}
.reservation_confirmation hr {
  width: 35px;
  height: 3px;
  margin-bottom: 7px;
  background-color: #D10028;
}
.reservation_confirmation__info_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reservation_confirmation__info_title {
  font-size: 21px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #1C242F;
}
.reservation_confirmation .old-price {
  text-decoration: line-through;
  color: #A9B3C2;
}
.reservation_confirmation .promotion-label {
  color: #D10028;
}
.reservation_confirmation .e-rental-left-col__id,
.reservation_confirmation .e-rental-left-col__move-in-date {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  color: #1C242F;
}
.reservation_confirmation__unit-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #555F6B;
}
.reservation_confirmation__unit-info .page-title {
  display: none;
}
@media (min-width: 720px) {
  .reservation_confirmation__unit-info .page-title {
    display: initial;
  }
}
@media (min-width: 720px) {
  .reservation_confirmation__unit-info {
    gap: 24px;
  }
}
.reservation_confirmation .old-price {
  font-size: 14px;
}
.reservation_confirmation .page-title {
  font-weight: 500;
  color: #1C242F;
}
.reservation_confirmation .accordion__static {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 20px 24px 18px 24px;
}
.reservation_confirmation .accordion__static h5 {
  margin: 0;
}
.reservation_confirmation .reservation-summary-section__current-price {
  position: relative;
}
.reservation_confirmation .reservation-summary-section__current-price .icon-info-icon {
  position: absolute;
  top: 3px;
  margin-left: 4px;
}
.reservation_confirmation .reservation-summary-section__current-price .icon-info-icon::before {
  color: #D10028;
}
@media (min-width: 720px) {
  .reservation_confirmation {
    padding: 40px;
    background: none;
    margin: 0;
  }
  .reservation_confirmation.accordion__item.open {
    padding: 40px;
  }
  .reservation_confirmation .old-price {
    font-size: 16px;
  }
}
.reservation_methods__buttons .btn-primary-big {
  font-size: 16px;
}
@media (min-width: 720px) {
  .reservation_methods__buttons .btn-primary-big {
    font-size: 18px;
  }
}
.reservation-confirmation__unit-info--mobile {
  display: none;
}
@media (max-width: 720px) {
  .reservation-confirmation__unit-info--mobile {
    display: block;
  }
}
.reservation-confirmation__unit-info--mobile .old-price {
  font-size: 14px;
  text-decoration: line-through;
}
.reservation-confirmation__unit-info--desktop {
  display: block;
}
@media (max-width: 720px) {
  .reservation-confirmation__unit-info--desktop {
    display: none;
  }
}
.reservation-confirmation__unit-info--desktop .old-price {
  font-weight: 500;
  font-size: 16px;
  color: #b4b4b4;
  text-decoration: line-through;
}
.reservation-confirmation__unit-info--desktop .current-price {
  font-weight: 500;
}
.reservation-confirmation__unit-info__row {
  display: flex;
}
.reservation-confirmation__unit-info__col:first-child {
  flex: 1;
  font-weight: 200;
}
.reservation-confirmation__unit-info__col:last-child {
  flex: 1;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 720px) {
  .confirmation-page .panel-heading {
    background-color: #FFF;
    color: #0F1318;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0 0;
  }
  .confirmation-page .panel-heading,
  .confirmation-page .panel-primary,
  .confirmation-page .panel-body {
    border: none;
  }
  .confirmation-page .col-sm-6 {
    padding: 0 10px;
  }
  .confirmation-page .col-sm-6 > p {
    padding: 0 12px;
  }
  .confirmation-page .col-sm-6 td {
    border: none;
  }
  .confirmation-page .col-sm-6:last-child table {
    margin-bottom: 15px;
  }
  .confirmation-page .confirmation-section-title {
    font-weight: 300;
    font-size: 13px;
    color: #A9B3C2;
  }
  .confirmation-page .confirmation-section-content {
    font-size: 16px;
    color: #0F1318;
    line-height: 21px;
  }
  .confirmation-page .confirmation-section-storage {
    background-color: #EEF1F4;
    margin: 0 -22px;
    padding: 15px 22px 10px 22px;
  }
  .confirmation-page .confirmation-section-storage:last-child {
    border-top: 3px solid #FFF;
  }
  .confirmation-page .rte a:not(.btn):not(.no-decoration) {
    text-decoration: none;
  }
  .confirmation-page .panel table {
    margin-bottom: 0;
  }
  .confirmation-page .panel table tbody > tr td:last-child {
    margin-bottom: 0;
  }
}
.flatpickr-monthDropdown-months + .numInputWrapper {
  top: -21px;
  right: -40px;
}
@media (max-width: 960px) {
  .flatpickr-monthDropdown-months + .numInputWrapper {
    top: -18px;
  }
}
.app-reservation-follow-up__login {
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-reservation-follow-up__login-content {
  width: 100%;
  max-width: 592px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.app-reservation-follow-up__login-content .radio-buttons-container {
  margin-top: 8px;
  margin-bottom: 28px;
  line-height: 1px;
}
.app-reservation-follow-up__login-content .radio-buttons-container .radio-button-container:not(:last-child) {
  margin-right: 32px;
}
.app-reservation-follow-up__login-content .reservation-follow-up-submit {
  margin: 16px auto 0 auto;
}
.app-reservation-follow-up__login-content .form-group {
  margin-bottom: 0;
}
.app-reservation-follow-up__login-content .field-description {
  font-size: 17px;
  margin-top: 16px;
}
.app-reservation-follow-up__login-content .retrieve-reservation__text,
.app-reservation-follow-up__login-content .retrieve-reservation__link {
  text-align: center;
}
.app-reservation-follow-up__login-content .retrieve-reservation__text {
  font-size: 15px;
}
.app-reservation-follow-up__login-content .retrieve-reservation__link {
  font-size: 17px;
}
@media (min-width: 720px) {
  .app-reservation-follow-up__login {
    padding: 48px;
  }
}
.app-reservation-follow-up__title,
.app-reservation-follow-up__subtitle {
  text-align: center;
}
.app-reservation-follow-up__title {
  margin-bottom: 18px;
}
.reservation-follow-up__page-title,
.reservation-follow-up__page-subtitle {
  text-align: center;
}
.reservation-follow-up__page-title {
  margin-bottom: 16px;
}
.reservation-follow-up__page-subtitle {
  margin-bottom: 32px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  color: #555F6B;
  font-size: 18px;
}
.reservation-follow-up__page-subtitle span.reservation-number {
  color: #1C242F;
}
@media (min-width: 720px) {
  .reservation-follow-up__page-subtitle {
    font-size: 21px;
    margin-bottom: 64px;
  }
}
@media (max-width: 960px) {
  .reservation-follow-up-dashboard .row {
    display: flex;
    flex-direction: column;
  }
}
.reservation-follow-up-dashboard .map-block {
  margin-top: 80px;
}
.reservation-follow-up-dashboard .map-block button {
  outline: 0;
  border: none;
}
@media (max-width: 960px) {
  .reservation-follow-up__info-col {
    order: 2;
  }
}
@media (max-width: 960px) {
  .reservation-follow-up__confirm-col {
    order: 1;
  }
  .reservation-follow-up__confirm-col[class*="col-md-"]:last-child {
    margin-bottom: 32px;
  }
}
.reservation-follow-up__confirm-block,
.reservation-follow-up__info-block {
  padding: 24px;
  border-radius: 8px;
}
.reservation-follow-up__confirm-block:not(:last-child),
.reservation-follow-up__info-block:not(:last-child) {
  margin-bottom: 32px;
}
.reservation-follow-up__info-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 720px) {
  .reservation-follow-up__info-block .info-block__content {
    padding-left: 60px;
  }
}
.reservation-follow-up__info-block .info-block__icon {
  width: 32px;
  height: 32px;
}
.reservation-follow-up__info-block .info-block__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1;
  margin-bottom: 16px;
}
.reservation-follow-up__info-block .info-block__title span {
  font-size: 19px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  padding-top: 4px;
}
@media (min-width: 720px) {
  .reservation-follow-up__info-block .info-block__title span {
    font-size: 24px;
    padding-top: 0;
  }
}
@media (min-width: 720px) {
  .reservation-follow-up__info-block .info-block__title {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
.reservation-follow-up__info-block .info-block__change-link {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  margin-top: 10px;
  height: 100%;
}
@media (min-width: 720px) {
  .reservation-follow-up__info-block .info-block__change-link {
    margin-top: 0;
  }
}
@media (min-width: 720px) {
  .reservation-follow-up__info-block {
    flex-direction: row;
  }
}
.reservation-follow-up__confirm-block {
  background-color: #1C242F;
  color: #FFF;
}
.reservation-follow-up__confirm-block .confirm-block__price {
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.reservation-follow-up__confirm-block .confirm-block__price span.amount {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  letter-spacing: 2px;
  text-wrap: nowrap;
}
@media (min-width: 720px) {
  .reservation-follow-up__confirm-block .confirm-block__price span.amount {
    font-size: 40px;
  }
}
.reservation-follow-up__confirm-block .confirm-block__separator {
  border-bottom: 1px solid #555F6B;
  height: 1px;
  margin: 16px 0 17px 0;
}
.reservation-follow-up__confirm-block .confirm-block__promotion a.info-link {
  position: relative;
  left: 7px;
  top: 1px;
  text-decoration: none;
  color: #FFF;
}
.reservation-follow-up__confirm-block .confirm-block__promotion span.icon-info-icon {
  font-size: 17px;
}
@media (max-width: 720px) {
  .reservation-follow-up__confirm-block .confirm-block__button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    border-top: 2px solid #D10028;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
  }
}
.reservation-follow-up__confirm-block .confirm-block__button {
  width: 100%;
}
@media (min-width: 720px) {
  .reservation-follow-up__confirm-block .confirm-block__button {
    margin-top: 32px;
  }
}
.reservation-follow-up__movein-date {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reservation-follow-up__movein-date .movein-date__date {
  line-height: 140%;
}
.reservation-follow-up__movein-date .movein-date__add-link {
  color: #1C242F;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: normal;
}
.reservation-follow-up__movein-date .mdl-datepicker .floating-label__input,
.reservation-follow-up__movein-date .mdl-datepicker .date-icon {
  display: none;
}
.reservation-follow-up__movein-date .mdl-datepicker .dp-mobile-info {
  display: flex;
}
@media (min-width: 720px) {
  .reservation-follow-up__movein-date .mdl-datepicker .dp-mobile-info .dp-mobile-label {
    font-size: 15px;
  }
}
@media (min-width: 720px) {
  .reservation-follow-up__movein-date .mdl-datepicker .dp-mobile-info .dp-mobile-value {
    font-size: 19px;
  }
}
@media (min-width: 720px) {
  .reservation-follow-up__movein-date .mdl-datepicker .dp-button-spacer {
    display: block;
    height: 36px;
  }
}
.reservation-follow-up__location {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reservation-follow-up__location .location__phone {
  padding: 16px 0;
}
.reservation-follow-up__location .location__office-hours:not(:last-child) {
  margin-bottom: 16px;
}
.reservation-follow-up__location .location__office-hours .office-hours__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reservation-follow-up__location .location__office-hours .office-hours__title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 720px) {
  .reservation-follow-up__location .location__office-hours .office-hours__title {
    font-size: 20px;
  }
}
.reservation-follow-up__location .location__office-hours .office-hours__item {
  display: flex;
}
.reservation-follow-up__location .location__office-hours .office-hours__day {
  min-width: 55px;
}
@media (min-width: 480px) {
  .reservation-follow-up__location .location__office-hours .office-hours__day {
    min-width: 80px;
  }
}
.reservation-follow-up__location .location__office-hours.exceptional-hours .office-hours__item {
  color: #D10028;
}
.reservation-follow-up__location .location__office-hours.exceptional-hours .office-hours__day {
  margin-right: 16px;
}
.reservation-follow-up__location .location__office-hours.access-hours .office-hours__title:has(+ .location__address.reception) {
  margin-bottom: 0;
}
.reservation-follow-up__location .location__office-hours .location__address.reception {
  color: #D10028;
  margin-bottom: 16px;
}
.reservation-follow-up__location .location__office-hours .location__address.reception .location__address-title {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
@media (min-width: 720px) {
  .reservation-follow-up__location .location__office-hours .location__address.reception .location__address-title {
    font-size: 15px;
  }
}
.reservation-follow-up__info-window {
  padding: 0 0 12px 12px;
}
.reservation-follow-up__info-window .location__address-title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: 140%;
}
@media (min-width: 720px) {
  .reservation-follow-up__info-window .location__address-title {
    font-size: 19px;
  }
}
.reservation-follow-up__info-window .location__address-line {
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 720px) {
  .reservation-follow-up__info-window .location__address-line {
    font-size: 17px;
  }
}
.reservation-follow-up__info-window .rating-stars {
  margin-bottom: 16px;
}
.reservation-follow-up__info-window .location_address-direction {
  color: #1C242F;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  margin-top: 8px;
  display: block;
}
.reservation-follow-up__change-unit .loader-icon {
  margin-bottom: 10px;
}
.reservation-follow-up__change-unit .storage-unit-list__container {
  padding-top: 36px;
}
@media (min-width: 720px) {
  .reservation-follow-up__change-unit .storage-unit-list__container {
    padding-top: 0;
  }
}
.reservation-follow-up__change-unit .storage-unit-list__label {
  margin-bottom: 26px;
  letter-spacing: 2px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.reservation-follow-up__change-unit .storage-unit-list__label.has-promotion {
  margin-bottom: 36px;
}
.reservation-follow-up__change-unit .storage-unit-list__current-unit {
  margin-bottom: 32px;
}
.reservation-follow-up__change-unit .storage-unit-list__avaliable-units {
  display: flex;
  flex-direction: column;
}
.reservation-follow-up__change-unit .storage-unit.tiled {
  padding: 0;
  margin: 20px 0 16px 0;
}
.reservation-follow-up__change-unit .storage-unit.tiled .unit-data {
  margin: 0;
  flex: 1;
}
.reservation-follow-up__change-unit .storage-unit.tiled .unit-data__top {
  padding: 36px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reservation-follow-up__change-unit .storage-unit.tiled .unit-data__bottom {
  padding: 24px 20px;
  background: #F6F8F9;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 720px) {
  .reservation-follow-up__change-unit .storage-unit.tiled .unit-data__bottom {
    flex-direction: row;
    align-items: center;
    gap: initial;
  }
}
.reservation-follow-up__change-unit .storage-unit.tiled .unit-price {
  margin-top: 0;
  width: auto;
  flex: 1;
}
.reservation-follow-up__change-unit .storage-unit.tiled .unit-features {
  font-size: 17px;
}
.reservation-form .validation-summary-errors li {
  font-weight: 500;
  color: #D10028;
}
.reservation-form .validation-summary-errors li:before {
  background-color: #D10028;
}
.reservation-form .reservation-form .text-right button {
  display: inline-block;
}
@media (max-width: 959px) {
  .reservation-form {
    display: flex;
    flex-direction: column;
  }
  .reservation-form__title {
    flex: 1 0 auto;
    order: 1;
  }
  .reservation-form__body {
    flex: 1 0 auto;
    order: 2;
  }
  .reservation-form__teaser-title {
    flex: 1 0 auto;
    order: 3;
  }
  .reservation-form__teaser-body {
    flex: 1 0 auto;
    order: 4;
  }
}
.review {
  margin-bottom: 16px;
}
.review:before,
.review:after {
  display: table;
  content: " ";
}
.review:after {
  clear: both;
}
.review:before,
.review:after {
  display: table;
  content: " ";
}
.review:after {
  clear: both;
}
.review__title {
  font-size: inherit;
  margin: 0;
  font-weight: 400;
  color: #1C242F;
}
.review__author {
  font-style: italic;
  float: right;
}
.review__author:before {
  content: '- ';
}
.review__author:after {
  content: ' -';
}
@media (min-width: 720px) {
  .reviews-block .section-box__title {
    font-family: 'Visby Round CF DemiBold', sans-serif;
    color: #1C242F;
  }
}
.reviews-block__feefo-img,
.reviews-block__score {
  margin: 0 0 25px;
}
.reviews-block__title {
  margin-bottom: 15px;
}
@media (max-width: 720px) {
  .reviews-block__title .section-box__title {
    margin-top: 15px !important;
  }
}
.reviews-block__title .section-box__title,
.reviews-block__title .rating-stars {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 0;
}
.reviews-block__ratings-total {
  display: flex;
  flex-direction: column;
}
.reviews-block__ratings-total--column-centered-view {
  align-items: center;
}
.reviews-block__ratings-total--row-view {
  flex-direction: row;
  align-items: center;
}
.reviews-block__ratings-total--row-view .reviews-item__rating {
  text-align: center;
}
.reviews-block__ratings-total--row-view .reviews-block__ratings-total-reviews {
  padding: 0 5px;
}
@media (max-width: 720px) {
  .reviews-block__ratings-total {
    margin-bottom: 25px;
  }
}
.reviews-block__ratings-total-title {
  font-size: 1.8rem;
}
.reviews-block__ratings-total-rating .reviews-item__rating {
  padding: 0;
  margin: 0;
}
.reviews-block__ratings-total-reviews {
  font-size: 0.8em;
}
.nearby-block .container,
.nearby-block .section-box .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 720px) {
  .nearby-block .container,
  .nearby-block .section-box .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.nearby-block .col-sm-6 + .col-sm-6 {
  margin-top: 32px;
}
@media (min-width: 720px) {
  .nearby-block .container .row,
  .nearby-block .section-box .container .row {
    display: flex;
  }
  .nearby-block .col-sm-6:first-child {
    padding-right: 16px;
  }
  .nearby-block .col-sm-6:last-child {
    padding-left: 16px;
  }
  .nearby-block .col-sm-6 + .col-sm-6 {
    margin-top: 0;
  }
}
.nearby-block .section-box__title {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 23px;
  color: #1C242F;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (min-width: 720px) {
  .nearby-block .section-box__title {
    margin-bottom: 48px;
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.nearby-block .nearby-store {
  display: flex;
}
@media (min-width: 720px) {
  .nearby-block .nearby-store {
    height: 100%;
  }
}
.nearby-block .nearby-store .store-image {
  width: 48%;
  min-width: 48%;
}
.nearby-block .nearby-store picture {
  height: 100%;
}
.nearby-block .nearby-store img {
  min-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px 0px 0px 8px;
  border-top: 1px solid #CED4DC;
  border-bottom: 1px solid #CED4DC;
  border-left: 1px solid #CED4DC;
}
.nearby-block .nearby-store .nearby-text-block {
  display: flex;
  background: #fff;
  font-size: 14px;
  color: #A9B3C2;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #CED4DC;
}
.nearby-block .nearby-store .nearby-text-block .lowestPrice {
  color: #1c242f;
  font-weight: 700;
  line-height: 19.6px;
  letter-spacing: 1px;
}
@media (min-width: 720px) {
  .nearby-block .nearby-store .nearby-text-block {
    font-size: 17px;
    color: #1c242f;
    padding: 32px 24px 32px 32px;
    border-radius: 0px 8px 8px 0px;
    border-left: none;
    border-top: 1px solid #CED4DC;
    border-right: 1px solid #CED4DC;
    border-bottom: 1px solid #CED4DC;
  }
}
.nearby-block .nearby-store .nearby-text-block .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.nearby-block .nearby-store .nearby-text-block .content h4 {
  color: #1c242f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0;
}
@media (min-width: 720px) {
  .nearby-block .nearby-store .nearby-text-block .content h4 {
    font-size: 21px;
    line-height: 29px;
  }
}
.reviews-item {
  margin-right: -22px;
  margin-left: -22px;
  padding: 0 0 25px 0;
}
.reviews-item:last-child {
  border-bottom: 0;
}
.reviews-item__meta {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-item__meta {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-item__platform {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-item__platform {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-item__user {
  display: block;
  color: #1C242F;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.reviews-item__date {
  display: block;
  font-size: 0.8em;
}
.reviews-item__rating {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
  min-width: 136px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .reviews-item__rating {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-item__rating .rating-stars li {
  font-size: 16px;
}
.reviews-item__review {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-item__review {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 960px) {
  .reviews-item__review {
    float: left;
    width: 50%;
  }
}
.reviews-item__title {
  color: #1C242F;
  font-weight: 500;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.reviews-item__reply {
  background: #EEF1F4;
  padding: 22px;
  position: relative;
  border: 1px solid #CED4DC;
  margin-top: 16px;
}
.reviews-item__reply:before,
.reviews-item__reply:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 22px;
  border: 10px solid transparent;
  border-top-color: #fff;
  z-index: 2;
}
.reviews-item__reply:after {
  top: 0;
  border-top-color: #bfc7d1;
  z-index: 1;
}
.reviews-list__heading {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 37px;
  margin-bottom: 18.5px;
  font-size: 33px;
  margin-right: -22px;
  margin-left: -22px;
  font-size: 24px;
}
.reviews-list__heading small,
.reviews-list__heading .small {
  font-weight: 400;
  line-height: 1;
  color: #CED4DC;
}
.reviews-list__heading small,
.reviews-list__heading .small {
  font-size: 65%;
}
@media (max-width: 719px) {
  .reviews-list__heading {
    display: none !important;
  }
}
.reviews-list__heading-meta {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-list__heading-meta {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-list__heading-platform {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-list__heading-platform {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-list__heading-rating {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
  min-width: 136px;
}
@media (min-width: 720px) {
  .reviews-list__heading-rating {
    float: left;
    width: 16.66666667%;
  }
}
.reviews-list__heading-review {
  position: relative;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 720px) {
  .reviews-list__heading-review {
    float: left;
    width: 50%;
  }
}
.reviews-list__link-to-page a:hover,
.reviews-list__link-to-page a:focus {
  color: #1C242F;
}
.reviews-stats {
  display: table;
  border-spacing: 5px;
}
.reviews-stats__line {
  display: table-row;
}
.reviews-stats__label,
.reviews-stats__bar,
.reviews-stats__caption {
  display: table-cell;
}
.reviews-stats__label {
  padding-right: 10px;
  color: #1C242F;
}
.reviews-stats__caption {
  padding-left: 10px;
  font-style: italic;
}
.reviews-stats__bar {
  width: 252px;
  max-width: 100%;
  border: 1px solid #EEF1F4;
  position: relative;
}
.reviews-stats__score {
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFDD00;
}
@media only screen and (max-width: 719px) {
  .reviews-stats {
    display: block;
    border-spacing: 0;
    width: 252px;
  }
  .reviews-stats__line,
  .reviews-stats__label,
  .reviews-stats__bar,
  .reviews-stats__caption {
    display: block;
    padding: 0;
  }
  .reviews-stats__caption {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
  }
  .reviews-stats__line {
    position: relative;
    margin-bottom: 3px;
  }
  .reviews-stats__line:before,
  .reviews-stats__line:after {
    display: table;
    content: " ";
  }
  .reviews-stats__line:after {
    clear: both;
  }
  .reviews-stats__line:before,
  .reviews-stats__line:after {
    display: table;
    content: " ";
  }
  .reviews-stats__line:after {
    clear: both;
  }
  .reviews-stats__bar {
    height: 20px;
  }
  .reviews-stats__score {
    height: 18px;
  }
}
.search-location-block {
  background-color: #FFF;
  background-image: url('/assets/img/vertical-separator.png');
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  min-height: 50px;
  padding-top: 13px;
  border: 1px solid #CED4DC;
  border-radius: 8px;
}
.search-location-block input::placeholder {
  color: #A9B3C2;
  opacity: 1;
  font-size: 17px;
  font-weight: 400;
}
.search-location-block .search-box .btn.btn-primary.btn-user-location,
.search-location-block .search-box .btn.btn-arrowR.btn-user-location,
.search-location-block .search-box .btn.bestdeal-a .bestdeal-arrowR.btn-user-location,
.search-location-block .search-box .btn.bestdeal-b .bestdeal-arrowR.btn-user-location,
.search-location-block .search-box .btn.hint-overlay__btn-arrowR.btn-user-location {
  margin-left: -6px;
  width: auto;
  display: flex;
  align-items: center;
}
.search-location-block .search-box .btn.btn-primary.btn-user-location svg,
.search-location-block .search-box .btn.btn-arrowR.btn-user-location svg,
.search-location-block .search-box .btn.bestdeal-a .bestdeal-arrowR.btn-user-location svg,
.search-location-block .search-box .btn.bestdeal-b .bestdeal-arrowR.btn-user-location svg,
.search-location-block .search-box .btn.hint-overlay__btn-arrowR.btn-user-location svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 719px) {
  .search-location-block .search-box input {
    border: none;
    height: auto;
  }
  .search-location-block .btn.btn-primary.btn-user-location,
  .search-location-block .btn.btn-arrowR.btn-user-location,
  .search-location-block .btn.bestdeal-a .bestdeal-arrowR.btn-user-location,
  .search-location-block .btn.bestdeal-b .bestdeal-arrowR.btn-user-location,
  .search-location-block .btn.hint-overlay__btn-arrowR.btn-user-location {
    height: 40px;
  }
  .search-location-block .input-group-btn .btn.btn-primary,
  .search-location-block .input-group-btn .btn.btn-arrowR,
  .search-location-block .input-group-btn .btn.bestdeal-a .bestdeal-arrowR,
  .search-location-block .input-group-btn .btn.bestdeal-b .bestdeal-arrowR,
  .search-location-block .input-group-btn .btn.hint-overlay__btn-arrowR {
    min-height: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }
}
.search-location-block .input-group-btn .btn.btn-primary,
.search-location-block .input-group-btn .btn.btn-arrowR,
.search-location-block .input-group-btn .btn.bestdeal-a .bestdeal-arrowR,
.search-location-block .input-group-btn .btn.bestdeal-b .bestdeal-arrowR,
.search-location-block .input-group-btn .btn.hint-overlay__btn-arrowR {
  border-radius: 4px;
}
.search-location-block .input-group-btn .btn.btn-primary svg,
.search-location-block .input-group-btn .btn.btn-arrowR svg,
.search-location-block .input-group-btn .btn.bestdeal-a .bestdeal-arrowR svg,
.search-location-block .input-group-btn .btn.bestdeal-b .bestdeal-arrowR svg,
.search-location-block .input-group-btn .btn.hint-overlay__btn-arrowR svg {
  fill: #FFF;
}
.search-location-block .search-box {
  background-color: #FFF;
  padding: 6px;
}
.search-location-block .search-box input {
  border: none;
}
.search-location-block .search-box .vl {
  height: 32px;
  width: 0;
  border-left: 1px solid #CED4DC;
  margin-top: auto;
  margin-bottom: auto;
}
.search-location-block #SearchLocationBlockSearchButton > span {
  display: inline-block;
}
.search-location-block #SearchLocationBlockSearchButton > svg {
  display: none;
}
.search-location-block--alt1 {
  background-color: #8064A2;
}
.search-location-block--alt2 {
  background-color: #3DA4FF;
}
@media only screen and (max-width: 719px) {
  .search-location-block {
    background-image: none;
  }
  .search-location-block [class*=col-] {
    margin-bottom: 0;
  }
  .search-location-block [class*=col-]:not(.hidden-xs):not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
  }
  .search-location-block #SearchLocationBlockSearchButton > span {
    display: none;
  }
  .search-location-block #SearchLocationBlockSearchButton > svg {
    display: inline-block;
  }
}
.search-location-block__label {
  margin: 14px 10px -14px;
}
.search-location-block--side {
  box-shadow: none;
  background-image: none;
  padding: 2px;
  margin-bottom: 16px;
}
.search-location-block--side .rte {
  background: #fff;
  color: #A9B3C2;
  padding: 10px;
  margin-bottom: 16px;
}
.search-location-block--side form {
  margin: 0;
}
.search-location-block--side .form-group {
  margin: 0;
}
.search-location-block--side.searchlocation-position--center {
  margin: 0 auto;
}
.search-location-block--side.searchlocation-position--right {
  margin: 0 0 0 auto;
}
.search-location-block__separator {
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  margin-top: 2px;
}
.search-location-block__separator > span {
  display: block;
  width: 100%;
  position: relative;
}
.search-location-block__separator > span:before,
.search-location-block__separator > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  width: calc(50% - 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  top: 49%;
  top: calc(50% - 2px);
}
.search-location-block__separator > span:before {
  left: 0;
}
.search-location-block__separator > span:after {
  right: 0;
}
.mobile-search-block .search-location-block {
  background-image: none;
}
.mobile-search-block .search-location-block .search-location-block__location {
  width: 100%;
}
.search-location-block.map-block__search {
  background-image: none;
  background-color: #1C242F;
}
.search-location-block.map-block__search .btn.btn-primary.btn-user-location,
.search-location-block.map-block__search .btn.btn-arrowR.btn-user-location,
.search-location-block.map-block__search .btn.bestdeal-a .bestdeal-arrowR.btn-user-location,
.search-location-block.map-block__search .btn.bestdeal-b .bestdeal-arrowR.btn-user-location,
.search-location-block.map-block__search .btn.hint-overlay__btn-arrowR.btn-user-location {
  height: 40px;
}
.search-location-block.map-block__search .btn.btn-primary.btn-user-location .icon-location,
.search-location-block.map-block__search .btn.btn-arrowR.btn-user-location .icon-location,
.search-location-block.map-block__search .btn.bestdeal-a .bestdeal-arrowR.btn-user-location .icon-location,
.search-location-block.map-block__search .btn.bestdeal-b .bestdeal-arrowR.btn-user-location .icon-location,
.search-location-block.map-block__search .btn.hint-overlay__btn-arrowR.btn-user-location .icon-location {
  height: 36px;
  width: 30px;
  padding-top: 4px;
}
.search-location-block.map-block__search input {
  height: 40px;
}
.search-location-block.map-block__search .input-group-btn {
  height: 40px;
}
.search-location-block.map-block__search .input-group-btn .btn.btn-primary,
.search-location-block.map-block__search .input-group-btn .btn.btn-arrowR,
.search-location-block.map-block__search .input-group-btn .btn.bestdeal-a .bestdeal-arrowR,
.search-location-block.map-block__search .input-group-btn .btn.bestdeal-b .bestdeal-arrowR,
.search-location-block.map-block__search .input-group-btn .btn.hint-overlay__btn-arrowR {
  padding: 8px 1px 0 9px;
  height: 40px;
}
.search-location-block.map-block__search .input-group-btn .btn.btn-primary .svg-icon,
.search-location-block.map-block__search .input-group-btn .btn.btn-arrowR .svg-icon,
.search-location-block.map-block__search .input-group-btn .btn.bestdeal-a .bestdeal-arrowR .svg-icon,
.search-location-block.map-block__search .input-group-btn .btn.bestdeal-b .bestdeal-arrowR .svg-icon,
.search-location-block.map-block__search .input-group-btn .btn.hint-overlay__btn-arrowR .svg-icon {
  stroke: #FFF;
  width: 30px;
  height: 30px;
}
.overview-search-location-block {
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .overview-search-location-block {
    margin-bottom: 0;
  }
}
.simple-carousel .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper__navigation-elements {
  display: flex;
  padding-top: 20px;
}
.swiper__bullet-navigation {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  position: initial;
  margin-top: 7px;
}
.swiper__bullet-navigation .swiper-pagination-bullet {
  padding: 5px;
  margin: 5px;
}
.swiper__bullet-navigation .swiper-pagination-bullet-active {
  background: #1C242F;
}
#sizeestimatorpopup_title {
  font-weight: 700;
  padding-left: 12px;
}
.AppStorageSizeCalculator__container {
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 959px) {
  .AppStorageSizeCalculator__container {
    margin: 0 -22px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 719px) {
  .AppStorageSizeCalculator__container {
    width: calc(100% + 44px);
    margin: 0px -22px;
  }
}
#AppStorageSizeCalculator {
  margin: 16px auto;
  margin-right: -5px;
  margin-left: -5px;
}
#AppStorageSizeCalculator .mobile-nav-spacer {
  display: none;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .mobile-nav-spacer {
    display: block;
    width: 100%;
    height: 70px;
  }
  #AppStorageSizeCalculator .mobile-nav-spacer.h-90 {
    height: 90px;
  }
}
#AppStorageSizeCalculator .total-selected-mobile {
  display: none;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .total-selected-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
  }
}
#AppStorageSizeCalculator .items .total-selected-mobile {
  margin-bottom: 24px;
}
#AppStorageSizeCalculator .mobile-nav {
  display: none;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .mobile-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 70px;
    padding: 8px 16px;
    background-color: #fff;
    border-top: 2px solid #d10028;
    z-index: 10000;
  }
  #AppStorageSizeCalculator .mobile-nav .mobile-nav-info.hidden {
    display: none;
  }
  #AppStorageSizeCalculator .mobile-nav .mobile-nav-info .total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-right: 32px;
  }
  #AppStorageSizeCalculator .mobile-nav .mobile-nav-info .total .lbl {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 140% */
    letter-spacing: 1px;
  }
  #AppStorageSizeCalculator .mobile-nav .mobile-nav-info .total .size {
    color: #d10028;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
  }
  #AppStorageSizeCalculator .mobile-nav .nav-button {
    appearance: none;
    flex: 1;
    background-color: #d10028;
    color: #fff;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    border: none;
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator {
    font-size: 16px;
    margin: 0;
    background: #F6F8F9;
  }
}
#AppStorageSizeCalculator .bottom-content-wrapper {
  width: 100%;
}
#AppStorageSizeCalculator .AppStorageSizeCalculator {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
#AppStorageSizeCalculator[ng-cloak] .col.rooms .categories .item .size {
  display: none;
}
#AppStorageSizeCalculator[ng-cloak] .col.rooms .categories .item .item-background:after {
  display: none;
}
#AppStorageSizeCalculator[ng-cloak] .col.items .category {
  display: none;
}
#AppStorageSizeCalculator[ng-cloak] .col.calc .total {
  display: none;
}
#AppStorageSizeCalculator[ng-cloak] .col.location {
  display: none;
}
#AppStorageSizeCalculator .col {
  padding-bottom: 30px;
}
#AppStorageSizeCalculator .col.rooms {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.rooms {
    float: left;
    width: 33.33333333%;
  }
}
#AppStorageSizeCalculator .col.items {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.items {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.items {
    width: calc(66.66666667% - 32px);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
#AppStorageSizeCalculator .col.items .loader-icon {
  margin-top: 30px;
}
#AppStorageSizeCalculator .col.location {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.location {
    float: left;
    width: 100%;
  }
}
#AppStorageSizeCalculator .find-unit {
  display: none;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .find-unit {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: #F6F8F9;
    flex-direction: column;
    padding: 32px 16px;
  }
  #AppStorageSizeCalculator .find-unit .info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 32px;
    color: #555f6b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    /* 140% */
    letter-spacing: 1px;
    margin-bottom: 32px;
  }
  #AppStorageSizeCalculator .find-unit .info .title {
    color: #1c242f;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
  }
  #AppStorageSizeCalculator .find-unit .form-group {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    padding: 6px 6px 6px 16px;
    border: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .find-unit .form-group .input-group {
    flex: 1;
    align-items: center;
  }
  #AppStorageSizeCalculator .find-unit .form-group .input-group input {
    border: none;
  }
  #AppStorageSizeCalculator .find-unit .form-group .input-group svg {
    width: 48px;
    height: 32px;
    padding-right: 16px;
    border-right: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .find-unit .form-group .input-group button.btn.btn-primary.btn-submit,
  #AppStorageSizeCalculator .find-unit .form-group .input-group button.btn.btn-arrowR.btn-submit,
  #AppStorageSizeCalculator .find-unit .form-group .input-group button.btn.bestdeal-a .bestdeal-arrowR.btn-submit,
  #AppStorageSizeCalculator .find-unit .form-group .input-group button.btn.bestdeal-b .bestdeal-arrowR.btn-submit,
  #AppStorageSizeCalculator .find-unit .form-group .input-group button.btn.hint-overlay__btn-arrowR.btn-submit {
    height: 40px;
    width: 40px;
    min-width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
}
#AppStorageSizeCalculator .instructions {
  color: #1c242f;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  background-color: #fff;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .instructions {
    padding: 0;
    margin: 0;
  }
}
#AppStorageSizeCalculator .instructions .info-header {
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
  padding: 0 16px;
}
#AppStorageSizeCalculator .instructions .info-header .title {
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
#AppStorageSizeCalculator .instructions .info-header .subtitle {
  color: #555f6b;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.6px;
  /* 140% */
  letter-spacing: 1px;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .instructions .info-header {
    margin-bottom: 24px;
  }
  #AppStorageSizeCalculator .instructions .info-header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }
  #AppStorageSizeCalculator .instructions .info-header .subtitle {
    font-size: 16px;
  }
}
#AppStorageSizeCalculator .instructions .steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 90%;
  gap: 5%;
  margin: 0px auto;
}
#AppStorageSizeCalculator .instructions .steps .step-info {
  display: flex;
  flex-direction: column;
}
#AppStorageSizeCalculator .instructions .steps .step-info svg {
  width: 48px;
  height: 48px;
}
#AppStorageSizeCalculator .instructions .steps .step-info .sizecalc-icon {
  margin-bottom: 16px;
}
#AppStorageSizeCalculator .instructions .steps .step-info .step-num {
  color: #d10028;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 16px;
}
#AppStorageSizeCalculator .instructions .steps .step-info .step-desc {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.2px;
  letter-spacing: 1px;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .instructions .steps {
    grid-auto-flow: row;
    gap: 24px;
  }
  #AppStorageSizeCalculator .instructions .steps .step-info {
    align-items: center;
  }
  #AppStorageSizeCalculator .instructions .steps .step-info svg {
    width: 32px;
    height: 32px;
  }
  #AppStorageSizeCalculator .instructions .steps .step-info .step-desc {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}
#AppStorageSizeCalculator span.reset {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
}
#AppStorageSizeCalculator .header {
  background: #1C242F;
  color: #FFF;
  padding: 20px 40px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.2px;
  /* 139.048% */
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .header span.reset {
    display: none;
  }
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .header {
    font-size: 18px;
    padding: 7px;
    line-height: 1.15;
  }
  #AppStorageSizeCalculator .header:after {
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 16px;
    right: -16px;
  }
  #AppStorageSizeCalculator .header:before {
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 16px;
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .header {
    display: none;
    margin-right: 0 !important;
  }
  #AppStorageSizeCalculator .header:before,
  #AppStorageSizeCalculator .header:after {
    display: none;
  }
}
#AppStorageSizeCalculator .col.rooms {
  scroll-margin: 0px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.rooms {
    background: #F6F8F9;
    padding: 0;
    width: 100%;
  }
}
#AppStorageSizeCalculator .col.rooms .header:before {
  display: none;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.rooms .header {
    display: none;
  }
}
#AppStorageSizeCalculator .col.rooms .loader-icon {
  margin-top: 30px;
}
#AppStorageSizeCalculator .col.rooms .categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 20px;
}
#AppStorageSizeCalculator .col.rooms .categories .item {
  display: flex;
  padding: 12px 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #CED4DC;
  background: #fff;
  color: #202020;
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.rooms .categories .item.active {
    color: #fff;
    background: #1C242F;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item.active .size * {
    color: #fff !important;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item.active .item-background .lbl {
    color: #fff;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item.active .item-background .chevron.right {
    color: #fff;
  }
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background {
  cursor: pointer;
  width: 100%;
  display: block;
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background > span.chevron {
  display: none;
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background > span.chevron.right {
  display: block;
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background .lbl {
  color: #202020;
  font-weight: 700;
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background .info {
  display: flex;
  flex-direction: column;
}
#AppStorageSizeCalculator .col.rooms .categories .item .item-background .chevron.right {
  color: #1c242f;
}
#AppStorageSizeCalculator .col.rooms .categories .item .size {
  color: #d10028;
  font-size: 16px;
  font-weight: 700;
}
#AppStorageSizeCalculator .col.rooms .categories .item .size .num-selected {
  color: #555f6b;
  font-weight: 500;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.rooms .categories .item:before,
  #AppStorageSizeCalculator .col.rooms .categories .item:after {
    display: table;
    content: " ";
  }
  #AppStorageSizeCalculator .col.rooms .categories .item:after {
    clear: both;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item:before,
  #AppStorageSizeCalculator .col.rooms .categories .item:after {
    display: table;
    content: " ";
  }
  #AppStorageSizeCalculator .col.rooms .categories .item:after {
    clear: both;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item .item-background {
    position: relative;
  }
}
#AppStorageSizeCalculator .col.rooms .categories .item .items {
  display: none !important;
}
#AppStorageSizeCalculator .col.rooms .categories .item .col.items .list .item .stepper a {
  padding: 0;
}
#AppStorageSizeCalculator .col.rooms .categories a {
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  line-height: 23.8px;
  /* 140% */
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 720px) {
  #AppStorageSizeCalculator .col.rooms .categories a.active {
    color: #fff;
  }
}
@media (max-width: 720px) {
  #AppStorageSizeCalculator .col.rooms .categories a {
    color: #FFF;
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.rooms .categories {
    margin: 0 16px;
  }
  #AppStorageSizeCalculator .col.rooms .categories .list {
    display: none;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item {
    margin: 0;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item.active {
    border-bottom: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .col.rooms .categories .item.active a.btnClose {
    display: none;
  }
}
#AppStorageSizeCalculator .go-back {
  display: none;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .go-back {
    color: #1c242f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin: 4px 0 14px;
  }
  #AppStorageSizeCalculator .go-back svg {
    margin-right: 2px;
  }
}
#AppStorageSizeCalculator .category .red-bar {
  color: #000;
  padding: 4px 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}
#AppStorageSizeCalculator .category .red-bar:before,
#AppStorageSizeCalculator .category .red-bar:after {
  display: table;
  content: " ";
}
#AppStorageSizeCalculator .category .red-bar:after {
  clear: both;
}
#AppStorageSizeCalculator .category .red-bar:before,
#AppStorageSizeCalculator .category .red-bar:after {
  display: table;
  content: " ";
}
#AppStorageSizeCalculator .category .red-bar:after {
  clear: both;
}
#AppStorageSizeCalculator .category .red-bar span {
  color: #000;
}
#AppStorageSizeCalculator .category .red-bar a.btnDelete {
  color: #FFF;
  text-decoration: none;
  font-style: italic;
  float: right;
  display: block;
  padding-right: 34px;
  position: relative;
  cursor: pointer;
}
#AppStorageSizeCalculator .category .red-bar a.btnDelete:after {
  width: 25px;
  height: 25px;
  content: "";
  background: url(/assets/img/size-estimator/ico_delete.png) no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
@media (min-resolution: 1.2dppx) {
  #AppStorageSizeCalculator .category .red-bar a.btnDelete:after {
    background-image: url(/assets/img/size-estimator/ico_delete@2x.png);
    background-size: 20px 20px;
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .category .red-bar {
    margin-bottom: 24px;
    margin-top: 10px;
    padding-left: 0;
  }
  #AppStorageSizeCalculator .category .red-bar span {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
  }
}
#AppStorageSizeCalculator .col.items .header {
  padding-left: 32px;
}
#AppStorageSizeCalculator .col.items .header:after {
  display: none;
}
#AppStorageSizeCalculator .col.items .category {
  padding: 10px;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .category {
    padding: 16px;
  }
}
#AppStorageSizeCalculator .col.items .list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .list {
    background: #fff;
    margin: 0 -16px;
    padding: 0 16px;
  }
}
#AppStorageSizeCalculator .col.items .list .item {
  align-items: center;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  width: 48%;
  width: calc(50% - 20px);
  padding-top: 10px;
  margin: 10px 10px 0;
  line-height: 1.1;
}
#AppStorageSizeCalculator .col.items .list .item .lbl {
  flex: auto;
}
#AppStorageSizeCalculator .col.items .list .item:nth-child(1) {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .col.items .list .item {
    width: 80%;
    width: calc(100% - 20px);
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .list .item {
    width: 100%;
    padding: 16px 0;
    margin: 0;
    border-bottom: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .col.items .list .item:first-child {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  #AppStorageSizeCalculator .col.items .list .item:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  #AppStorageSizeCalculator .col.items .list .item.even {
    clear: left;
  }
}
#AppStorageSizeCalculator .col.items .list .item img {
  vertical-align: middle;
  min-width: 60px;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .list .item img {
    min-width: 30px;
    width: 30px;
    margin-right: 10px;
  }
}
#AppStorageSizeCalculator .col.items .list .item img + .lbl {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  width: calc(100% - 160px);
}
#AppStorageSizeCalculator .col.items .list .item .stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
#AppStorageSizeCalculator .col.items .list .item .stepper a {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .list .item .stepper a {
    width: 32px;
    height: 32px;
  }
}
#AppStorageSizeCalculator .col.items .list .item .stepper a.btnPlus {
  border-radius: 4px;
  background: #1c242f url(/assets/img/size-estimator/ico_plus.png) no-repeat center center;
}
@media (min-resolution: 1.2dppx) {
  #AppStorageSizeCalculator .col.items .list .item .stepper a.btnPlus {
    background-image: url(/assets/img/size-estimator/ico_plus@2x.png);
    background-size: 10px 10px;
  }
}
#AppStorageSizeCalculator .col.items .list .item .stepper a.btnMin {
  border-radius: 4px;
  background: #555f6b url(/assets/img/size-estimator/ico_min.png) no-repeat center center;
}
@media (min-resolution: 1.2dppx) {
  #AppStorageSizeCalculator .col.items .list .item .stepper a.btnMin {
    background-image: url(/assets/img/size-estimator/ico_min@2x.png);
    background-size: 12px 2px;
  }
}
#AppStorageSizeCalculator .col.items .list .item .stepper input[type="text"] {
  outline: none;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #1c242f;
  padding: 3px 2px;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  font-size: 15px;
  border-radius: 0;
  border-radius: 4px;
  background: #EEF1F4;
}
#AppStorageSizeCalculator .col.items .list .item .stepper input[type="text"].info {
  cursor: pointer;
  background: #d10028;
  border-color: #d10028;
  color: #fff !important;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items .list .item .stepper input[type="text"] {
    width: 32px;
    height: 32px;
  }
}
#AppStorageSizeCalculator .col.items .list .item .stepper:hover input[type="text"],
#AppStorageSizeCalculator .col.items .list .item .stepper input[type="text"]:focus,
#AppStorageSizeCalculator .col.items .list .item .stepper input[type="text"]:hover {
  border: 1px solid #ffffff;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.items {
    padding-left: 0;
    padding-right: 0;
    background: #F6F8F9;
  }
}
#AppStorageSizeCalculator .col.items .list .item.active .stepper input[type="text"],
#AppStorageSizeCalculator .stepper input[type="text"]:focus {
  color: #555F6B;
}
#AppStorageSizeCalculator .col.calc .display {
  margin: 10px 26px;
  display: none;
}
#AppStorageSizeCalculator .col.calc .display span {
  margin-right: 7px;
  display: inline-block;
}
#AppStorageSizeCalculator .col.calc .display label + input {
  margin-left: 7px;
}
#AppStorageSizeCalculator .col.calc .display input {
  vertical-align: middle;
}
#AppStorageSizeCalculator .col.calc .display label {
  font-weight: 300;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.calc .display {
    display: flex;
    margin: 32px 0 14px;
  }
  #AppStorageSizeCalculator .col.calc .display .info {
    display: none;
  }
  #AppStorageSizeCalculator .col.calc .display span {
    flex: 1;
    margin: 0;
  }
  #AppStorageSizeCalculator .col.calc .display input {
    display: none;
  }
  #AppStorageSizeCalculator .col.calc .display label {
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    color: #1c242f;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.8px;
    /* 140% */
    letter-spacing: 1px;
  }
  #AppStorageSizeCalculator .col.calc .display label.left {
    border-radius: 8px 0px 0px 8px;
    border-right: none;
    border-top: 1px solid #CED4DC;
    border-bottom: 1px solid #CED4DC;
    border-left: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .col.calc .display label.right {
    border-radius: 0px 8px 8px 0px;
    border-left: none;
    border-top: 1px solid #CED4DC;
    border-right: 1px solid #CED4DC;
    border-bottom: 1px solid #CED4DC;
  }
  #AppStorageSizeCalculator .col.calc .display label.active {
    color: #fff;
    background: #d10028;
  }
}
#AppStorageSizeCalculator .col.calc sup {
  font-size: 10px;
}
#AppStorageSizeCalculator .col.calc .total {
  padding: 14px 0 8px;
  color: #D10028;
  font-weight: 500;
}
#AppStorageSizeCalculator .col.calc .total:before,
#AppStorageSizeCalculator .col.calc .total:after {
  display: table;
  content: " ";
}
#AppStorageSizeCalculator .col.calc .total:after {
  clear: both;
}
#AppStorageSizeCalculator .col.calc .total:before,
#AppStorageSizeCalculator .col.calc .total:after {
  display: table;
  content: " ";
}
#AppStorageSizeCalculator .col.calc .total:after {
  clear: both;
}
#AppStorageSizeCalculator .col.calc .total .lbl {
  color: #000;
  font-size: 22px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .col.calc .total .lbl {
    font-size: 16px;
  }
}
#AppStorageSizeCalculator .col.calc .total .size {
  float: right;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.2px;
  /* 139.048% */
  letter-spacing: 1px;
}
@media (max-width: 959px) {
  #AppStorageSizeCalculator .col.calc .total .size {
    margin-top: 0;
  }
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.calc .total {
    width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 0;
  }
  #AppStorageSizeCalculator .col.calc .total .lbl {
    color: #202020;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
  }
  #AppStorageSizeCalculator .col.calc .total .size {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
  }
}
#AppStorageSizeCalculator .col.location {
  display: flex;
  padding: 12px 40px;
  border-radius: 8px;
  background: var(--Neutrals-Grey-darker, #1c242f);
  width: 100%;
}
#AppStorageSizeCalculator .col.location .header {
  padding: 0;
  background: none;
  flex: 1;
  margin: 0;
}
#AppStorageSizeCalculator .col.location .header:after,
#AppStorageSizeCalculator .col.location .header:before {
  display: none;
}
#AppStorageSizeCalculator .col.location form {
  min-width: 60%;
}
#AppStorageSizeCalculator .col.location .form-group {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  gap: 24px;
}
#AppStorageSizeCalculator .col.location .form-group .map-pin {
  padding: 0 16px;
  margin-right: 16px;
  width: auto;
  border-right: 1px solid #CED4DC;
}
#AppStorageSizeCalculator .col.location .form-group .search-box {
  flex: 1;
  align-items: center;
}
#AppStorageSizeCalculator .col.location .form-group .input-group-btn {
  width: max-content;
}
#AppStorageSizeCalculator .col.location .form-group .input-group-btn .btn-submit {
  border-radius: 4px;
}
#AppStorageSizeCalculator .col.location .lbl {
  color: #D10028;
  margin-bottom: 4px;
  display: block;
}
#AppStorageSizeCalculator .col.location .error {
  color: #FFF;
}
#AppStorageSizeCalculator .col.location .search-term {
  border-radius: 8px;
  border: none;
  background: #fff;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .col.location {
    padding: 14px 22px;
  }
  #AppStorageSizeCalculator .col.location input {
    border-radius: 4px;
  }
  #AppStorageSizeCalculator .col.location button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
#AppStorageSizeCalculator .submit-button {
  display: block;
  margin-top: 10px;
  float: right;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
#AppStorageSizeCalculator .submit-button span {
  display: block;
  float: left;
  height: 30px;
  line-height: 29px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#AppStorageSizeCalculator .submit-button span.button-left {
  background-position: top left;
  padding-left: 10px;
}
#AppStorageSizeCalculator .submit-button span.button-gradient {
  background-position: center bottom;
  text-align: center;
  min-width: 80px;
}
#AppStorageSizeCalculator .submit-button span.button-right {
  background-position: top right;
  padding-right: 10px;
}
#AppStorageSizeCalculator .chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
}
#AppStorageSizeCalculator .chevron.right:before {
  left: 0;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
}
#AppStorageSizeCalculator .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
#AppStorageSizeCalculator .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
#AppStorageSizeCalculator .bottom-content-wrapper .total {
  display: none;
}
#AppStorageSizeCalculator .bottom-content-wrapper .display {
  display: none;
}
@media (max-width: 719px) {
  #AppStorageSizeCalculator .bottom-content-wrapper .total {
    display: block;
    border: 1px solid #CED4DC;
    border-top: 0;
    padding: 16px 22px;
    color: #D10028;
    font-weight: 500;
    background: #FFF;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total:before,
  #AppStorageSizeCalculator .bottom-content-wrapper .total:after {
    display: table;
    content: " ";
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total:after {
    clear: both;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total:before,
  #AppStorageSizeCalculator .bottom-content-wrapper .total:after {
    display: table;
    content: " ";
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total:after {
    clear: both;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total .lbl {
    font-size: 22px;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .total .size {
    float: right;
    margin-top: 5px;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .display {
    display: flex;
    justify-content: flex-end;
    padding: 16px 22px 0 22px;
    background: #FFF;
    height: 35px;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .display span:first-child {
    flex: auto;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper .display span:last-child {
    margin-left: 10px;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper.position-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -7px 8px -4px rgba(0, 0, 0, 0.2);
  }
  #AppStorageSizeCalculator .bottom-content-wrapper.position-fixed .col.location {
    margin: 0;
    left: 0;
    width: 100%;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper.position-fixed .total {
    padding: 16px 12px;
  }
  #AppStorageSizeCalculator .bottom-content-wrapper.position-fixed .display {
    padding: 16px 12px 0 12px;
  }
}
@media (max-width: 719px) and (max-width: 959px) {
  #AppStorageSizeCalculator .bottom-content-wrapper .total .lbl {
    font-size: 16px;
  }
}
@media (max-width: 719px) and (max-width: 959px) {
  #AppStorageSizeCalculator .bottom-content-wrapper .total .size {
    margin-top: 0;
  }
}
header.mobile-header + .main-wrapper #AppStorageSizeCalculator .bottom-content-wrapper.position-fixed {
  bottom: 56px;
}
.sorting-block {
  background-color: #EEF1F4;
  padding: 6px 15px;
  margin: 25px 0;
}
.sorting-block__filter {
  display: inline-block;
  margin: 0;
}
.sorting-block__filter label,
.sorting-block__filter select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.app_storagefinder .back-button {
  position: relative;
  display: none;
  align-items: center;
  margin-top: 6px;
}
@media (max-width: 720px) {
  .app_storagefinder .back-button {
    display: inline-flex;
    margin-bottom: 8px;
    position: absolute;
    left: 10px;
  }
}
.app_storagefinder .back-button a {
  color: #1C242F;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: normal;
  letter-spacing: 1px;
}
.app_storagefinder .back-button a span {
  font-size: 18px;
}
@media (max-width: 720px) {
  .app_storagefinder .back-button a span {
    padding-top: 2px;
    font-size: 14px;
  }
}
.app_storagefinder .step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CED4DC;
  background-color: #FFF;
  height: 40px;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header {
    height: 80px;
    color: #FFF;
    background-color: #1C242F;
    border-radius: 8px 8px 0 0;
  }
}
.app_storagefinder .step-header__wrapper {
  display: flex;
  width: 50%;
  align-items: flex-start;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header__wrapper {
    width: 100%;
  }
}
.app_storagefinder .step-header__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.app_storagefinder .step-header__step.current .step-header__box {
  background-color: #D10028;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header__step.current .step-header__box {
    background-color: #FFF;
  }
}
.app_storagefinder .step-header__text {
  text-align: center;
  padding: 0 4px;
  display: none;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header__text {
    display: initial;
  }
}
.app_storagefinder .step-header__step.future .step-header__box {
  background: #CED4DC;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header__step.future .step-header__box {
    background: #A9B3C2;
  }
}
.app_storagefinder .step-header__step.future .step-header__text {
  color: #A9B3C2;
}
.app_storagefinder .step-header__step .step-header__box {
  width: 12px;
  height: 12px;
  background-color: #1C242F;
  border-radius: 4px;
  margin-bottom: 0;
  z-index: 2;
}
@media (min-width: 720px) {
  .app_storagefinder .step-header__step .step-header__box {
    margin-bottom: 4px;
    background-color: #FFF;
  }
}
.app_storagefinder .step-header__step .step-header__line {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #555F6B;
}
.app_storagefinder .step-header__step:first-child .step-header__line {
  width: 50%;
  left: 50%;
}
.app_storagefinder .step-header__step:last-child .step-header__line {
  width: 50%;
}
@media (max-width: 719px) {
  .main-wrapper > .section_storagefinder {
    padding-top: 24px;
  }
}
.section_storagefinder > .container,
.section_storagefinder > .section-box .container {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 720px) {
  .section_storagefinder > .container,
  .section_storagefinder > .section-box .container {
    padding-right: initial;
    padding-left: initial;
  }
}
.app_storagefinder {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.app_storagefinder__content {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.storagefinder_questionContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
}
.storagefinder_questionContent .form-group {
  width: 100%;
}
.storagefinder_questionContent .input-answer-group {
  display: flex;
  align-items: center;
  border: 1px solid #CED4DC;
  border-radius: 4px;
  padding: 6px;
}
.storagefinder_questionContent .input-answer-group svg.map-pin {
  height: 40px;
  width: auto;
  padding: 0 16px 0 10px;
  border-right: 1px solid #CED4DC;
}
.storagefinder_questionContent .input-answer-group svg.search-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  background: #d10028;
}
.storagefinder_questionContent .input-answer-group input {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
}
@media (min-width: 720px) {
  .storagefinder_questionContent .input-answer-group input {
    min-width: 500px;
  }
}
.storagefinder_questionContent .storagefinder_question {
  text-align: center;
  padding: 50px 0;
  color: #0F1318;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}
.storagefinder_questionContent .nav-buttons-container {
  display: flex;
}
.storagefinder_questionContent .btn-link {
  min-width: 200px;
  margin: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storagefinder_questionContent .btn-link svg {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  fill: #1c242f;
  transform: rotateZ(180deg);
}
.storagefinder_questionContent .btn-confirm {
  min-width: 200px;
  margin: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storagefinder_questionContent .btn-confirm svg {
  width: 24px;
  height: 16px;
  margin-left: 8px;
  fill: white;
}
@media (max-width: 720px) {
  .storagefinder_questionContent .nav-buttons-container .btn-link.btn-link--secondary {
    display: none;
  }
}
@media (max-width: 720px) {
  .storagefinder_questionContent .nav-buttons-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFF;
    border-top: 2px solid #D10028;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    z-index: 99;
  }
}
@media only screen and (max-width: 720px) {
  .storagefinder_questionContent .storagefinder_question {
    padding: 20px 0 20px;
    font-size: 1.2em;
  }
  .storagefinder_questionContent .btn-confirm {
    margin: 5px 0px;
    width: 100%;
    padding: 15px 0 13px;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 5px;
  }
}
.storagefinder_optionsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 720px) {
  .storagefinder_optionsContainer {
    max-width: 343px;
    justify-content: space-between;
    gap: 15px;
  }
}
.storagefinder_optionsContainer input[type="number"] {
  -moz-appearance: textfield;
}
.storagefinder_optionsContainer input[type="number"]::-webkit-inner-spin-button,
.storagefinder_optionsContainer input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.storagefinder_optionsContainer .answer {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-color: #CED4DC;
  border-radius: 8px;
  transition: border-color 0.25s ease-out;
  padding: 16px 8px;
  width: 158px;
  flex-direction: column;
}
.storagefinder_optionsContainer .answer .answer_imageWrapper {
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.storagefinder_optionsContainer .answer .answer_imageWrapper .answer_image {
  align-self: center;
}
.storagefinder_optionsContainer .answer .answer_text {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  flex-grow: 1;
  margin-top: 4px;
}
@media (max-width: 720px) {
  .storagefinder_optionsContainer .answer .answer_text {
    text-align: center;
  }
}
.storagefinder_optionsContainer .answer .answer_radiobtn {
  height: 20px;
  width: 20px;
  border: 2px solid #CED4DC;
  border-radius: 50%;
  padding: 2px;
  margin-top: 16px;
}
.storagefinder_optionsContainer .answer .answer_radiobtn:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 50%;
  transition: background 0.25s ease-out;
}
.storagefinder_optionsContainer .answer .answer_incrementer {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
  gap: 12px;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_subtract,
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  text-shadow: none;
  color: transparent;
  background: #A9B3C2;
  border-radius: 4px;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_subtract:disabled,
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add:disabled {
  /* opacity: 0.5; */
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_subtract:before,
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  top: 49%;
  left: 25%;
  right: 25%;
  background: #0F1318;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add {
  background: #1C242F;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50%;
  background: #FFF;
  top: 25%;
  bottom: 25%;
  left: 49%;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_add:before {
  background: #FFF;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_input {
  text-align: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 3px 0 0 3px;
  border: none;
  border-radius: 4px;
  line-height: 1;
  font-weight: 400;
  background: #EEF1F4;
  color: #1c242f;
}
.storagefinder_optionsContainer .answer .answer_incrementer .increment_input::placeholder {
  color: #1c242f;
  opacity: 1;
}
.storagefinder_optionsContainer .answer.active {
  cursor: pointer;
}
.storagefinder_optionsContainer .answer.active .answer_radiobtn:after {
  background: #D10028;
}
.storagefinder_optionsContainer .answer.active:not(.has-focus) .answer_incrementer .increment_input {
  color: #FFFFFF;
  background: #D10028;
  border-color: #D10028;
}
.storagefinder_optionsContainer .size-input-container {
  position: relative;
  padding-right: 20px;
  width: 100%;
}
.storagefinder_optionsContainer .size-input-container input {
  text-align: center;
}
.storagefinder_optionsContainer .size-input-container__label {
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (max-width: 720px) {
  .storagefinder_optionsContainer {
    width: 100%;
  }
  .storagefinder_optionsContainer .floating-label {
    margin: auto;
    max-width: 300px;
  }
  .storagefinder_optionsContainer .answer {
    justify-content: flex-end;
    margin: 0;
    width: 164px;
  }
  .storagefinder_optionsContainer .answer .answer_text {
    max-width: none;
    padding: 10px;
    font-weight: 400;
  }
  .storagefinder_optionsContainer .answer .answer_radiobtn {
    order: 2;
    margin: 10px 15px;
    height: 25px;
    width: 25px;
    min-width: 25px;
    min-height: 25px;
  }
  .storagefinder_optionsContainer .answer .answer_incrementer {
    order: 2;
    margin: 10px;
  }
}
.storagefinder_results .storagefinder_results_title {
  text-align: center;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  color: #0F1318;
}
.storagefinder_results .storagefinder_results_title span {
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
@media only screen and (min-width: 720px) {
  .storagefinder_results .storagefinder_results_title {
    padding: 25px 0;
  }
}
.storagefinder_results .store-info {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}
.storagefinder_results .store-info .title {
  font-size: 24px;
}
.storagefinder_results .store-info .distance {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  color: #555F6B;
}
.storagefinder_results .store-info.active .extra-info {
  font-size: 17px;
  padding-top: 0;
}
.storagefinder_results .store-info .adress {
  padding: 0;
}
.storagefinder_results .units-list.tiled {
  padding-top: 20px;
}
.storagefinder_results.store--list .unit-items .unit-item {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .storagefinder_results.store--list .unit-items .unit-item {
    min-height: 120px;
  }
}
.storagefinder_results .unit-noresults {
  text-align: center;
}
.storagefinder_results .unit-item__store__info {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  background: #EEF1F4;
  padding: 5px;
  padding-right: 50px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.storagefinder_results .unit-item__store__info .unit-item__store__name {
  cursor: pointer;
}
.storagefinder_results .unit-item__store__info .unit-item__store__name .icon {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin-right: -27px;
  transition: all 0.8s ease;
}
.storagefinder_results .unit-item__store__info .unit-item__store__address {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.storagefinder_results .unit-item__store__info.open .unit-item__store__name .icon {
  transform: rotate(-180deg);
}
.storagefinder_results .unit-item__store__info.open .unit-item__store__address {
  max-height: 400px;
  transition: max-height 1s ease-in;
}
.storagefinder_results .unit-item {
  flex-wrap: wrap;
}
.storagefinder_results .unit-item .unit-item__content__wrapper {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 50px 10px 10px;
}
.storagefinder_results .unit-item .unit-item__features {
  width: 100%;
}
.storagefinder_results .unit-item .unit-item__features .unit-item__features--title {
  font-size: 1.1em;
  padding-right: 3px;
}
.storagefinder_results .unit-item .unit-item__features .unit-item__features--listing {
  font-size: 0.9em;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.storagefinder_results .unit-item .unit-item__features .unit-item__features--listing li {
  line-height: 1.3em;
}
.storagefinder_results .unit-item .unit-item__features_mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .storagefinder_results .unit-items .unit-item__content__wrapper .unit-item__price__wrapper {
    left: 45%;
    padding-right: 50px;
    top: initial;
    transform: none;
  }
  .storagefinder_results .unit-items .unit-item__content__wrapper .unit-item__price__wrapper .unit__price {
    margin: 0;
  }
  .storagefinder_results .unit-item .unit-item__content__wrapper {
    position: relative;
    flex-direction: column;
  }
  .storagefinder_results .unit-item .unit-item__features {
    display: none;
  }
  .storagefinder_results .unit-item .unit-item__features_mobile {
    display: initial;
  }
}
.store--list .unit-items {
  padding-top: 0;
  margin-bottom: 25px;
}
.store--list .unit-items .unit-item {
  margin-top: 10px;
  border: 1px solid #F6F8F9;
  padding: 4px 70px 4px 16px;
  min-height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  display: flex;
  align-items: center;
  padding: 10px 70px 10px 10px;
}
.store--list .unit-items .unit-item:after,
.store--list .unit-items .unit-item:before {
  cursor: pointer;
}
.store--list .unit-items .unit-item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  color: #D10028;
  font-size: 24px;
  z-index: 2;
}
.store--list .unit-items .unit-item:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 100%;
  height: calc(100% + 2px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.store--list .unit-items .unit-item:hover,
.store--list .unit-items .unit-item:focus {
  text-decoration: none;
  color: inherit;
  background-color: #FFFFFF;
}
.store--list .unit-items .unit-item:hover:after,
.store--list .unit-items .unit-item:focus:after,
.store--list .unit-items .unit-item:hover:before,
.store--list .unit-items .unit-item:focus:before {
  width: 68px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.store--list .unit-items .unit-item__picture__wrapper {
  flex: 0 0 140px;
  border: 0;
  text-align: left;
  max-width: 140px;
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  padding: 0;
}
.store--list .unit-items .unit-item__picture__wrapper:before {
  display: none;
}
.store--list .unit-items .unit-item__picture__wrapper .unit-item__picture {
  display: inline-block;
  max-width: 90%;
  border: 0;
  padding: 0;
}
.store--list .unit-items .unit-item__dimension__wrapper {
  flex: 0 0 30%;
  position: relative;
  top: 0;
  max-width: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 10px 20px;
  border: 0;
}
.store--list .unit-items .unit-item__promotion__wrapper {
  flex: 0 0 30%;
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 10px 20px;
  border: 0;
}
.store--list .unit-items .unit-item__price__wrapper {
  flex: 1 1 auto;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 10px 20px;
  border: 0;
}
.store--list .unit-items .unit-item__price__wrapper a:hover {
  text-decoration: none;
}
.store--list .unit-items .unit-item__price__wrapper a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .store--list .unit-items .unit-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .store--list .unit-items .unit-item__dimension__wrapper,
  .store--list .unit-items .unit-item__promotion__wrapper {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 719px) {
  .store--list .unit-items .unit-item__dimension__wrapper .dimensions {
    font-size: 15px;
  }
  .store--list .unit-items .unit-item__price__wrapper .unit__price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .store--list .unit-items .unit-item {
    padding: 0;
  }
  .store--list .unit-items .unit-item__picture__wrapper {
    display: none;
  }
  .store--list .unit-items .unit-item__dimension__wrapper,
  .store--list .unit-items .unit-item__promotion__wrapper {
    flex: 1 1 25%;
    padding: 2px 5px;
  }
  .store--list .unit-items .unit-item__price__wrapper {
    flex: 1 1 auto;
    padding: 2px 5px;
  }
  .store--list .unit-items .unit-item__price__wrapper .unit__price {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .store--list .unit-items .unit-item {
    flex-direction: column;
    align-items: left;
    margin: 6px;
    min-height: 70px;
  }
  .store--list .unit-items .unit-item__dimension__wrapper {
    flex: 1 1 30px;
    align-self: flex-start;
    padding: 6px 6px 0;
    width: 120px;
  }
  .store--list .unit-items .unit-item__dimension__wrapper .dimensions {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }
  .store--list .unit-items .unit-item__promotion__wrapper {
    flex: 1 1 auto;
    align-self: flex-start;
    padding: 0 6px 6px;
    width: 120px;
  }
  .store--list .unit-items .unit-item__promotion__wrapper.no_fiftypercent_promo.no_firstmonth_promo {
    display: none;
  }
  .store--list .unit-items .unit-item__price__wrapper {
    flex: none;
    display: inline-block;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  .store--list .unit-items .unit-item__price__wrapper .unit__price {
    white-space: normal;
    padding-top: 0;
  }
}
.actionable-item:after {
  content: "\00BB";
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.store-header {
  position: relative;
  margin-bottom: 40px;
}
.store-header .accordion__content-part {
  font-size: 16px;
}
.store-header .accordion__static {
  margin: 28px auto 0 auto;
}
.store-header .wrapper {
  display: flex;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 720px) {
  .store-header .wrapper {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.store-header .rating-stars li {
  font-size: 16px;
}
@media (min-width: 720px) {
  .store-header .rating-stars li {
    font-size: 20px;
  }
}
.store-header .store-image {
  position: relative;
}
.store-header .store-image img {
  object-fit: cover;
  width: 100%;
}
.store-header .store-image .store-promotion {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background: #d10527;
  padding: 5px 15px;
  line-height: 1.2;
  margin-top: -22px;
  border-top: solid 1px white;
  margin: 0 auto;
}
.store-header .store-image .store-promotion img {
  max-width: 358px;
  width: 100%;
}
.store-header .store-image .store-promotion p {
  margin: 0;
}
@media (min-width: 720px) {
  .store-header .store-image .store-promotion {
    height: auto;
    padding: 10px;
    border-top: 2px solid white;
    margin-top: 0;
  }
}
.store-header .store-image--mobile {
  display: block;
  margin-bottom: 16px;
}
.store-header .store-image--mobile .promotion-banner {
  display: none;
}
.store-header .store-image--mobile img {
  max-height: 218px;
}
@media (min-width: 720px) {
  .store-header .store-image--mobile {
    display: none;
  }
}
.store-header .store-image--desktop {
  display: none;
  margin-right: 32px;
  flex: 1;
}
.store-header .store-image--desktop img {
  height: 100% !important;
}
@media (min-width: 720px) {
  .store-header .store-image--desktop {
    display: block;
  }
}
.store-header .store-map {
  position: relative;
  text-align: right;
  width: calc(33.3333333% - 20px);
  margin-left: 20px;
  background-color: #f2f2f2;
}
.store-header .store-map img {
  width: 100%;
}
.store-header .store-map .zoomBtn {
  background-color: #7D7874;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.store-header .store-map .zoomBtn:after {
  font-family: "Courier New", Courier, monospace;
  font-display: swap;
  -webkit-font-smoothing: none;
  content: '+';
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  top: 4px;
  right: 4px;
  color: #fff;
  font-weight: bold;
}
.store-header .store-map:hover .zoomBtn {
  background-color: #96928e;
}
.store-header .nav-tabs > li > a {
  text-transform: uppercase;
  cursor: pointer;
}
.store-header *,
.store-header *:after,
.store-header *:before {
  transition: none !important;
}
.store-header .tab-content {
  padding-top: 16px;
  display: flex;
}
.store-header .tab-content .tab-pane {
  min-height: 160px;
  visibility: hidden;
  display: block;
  margin-right: -100%;
  width: 100%;
  transition: none !important;
}
.store-header .tab-content .tab-pane.active {
  visibility: visible;
  transition: none !important;
}
.store-header .tab-content .store__view-inside,
.store-header .tab-content .store-address__link {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .store-header.container.redesign,
  .store-header.section-box .container.redesign {
    padding: 0px;
  }
}
.store-information {
  padding: 10px 0;
  margin: 0 16px;
  color: #5f5f5f;
  width: 100%;
}
.store-information__content {
  background: #F6F8F9;
  border-radius: 8px;
  padding: 16px 24px;
}
.store-information__content .desktop-content {
  display: none;
}
@media (min-width: 720px) {
  .store-information__content .desktop-content {
    display: block;
  }
}
@media (min-width: 720px) {
  .store-information__content .accordion__item {
    display: none;
  }
}
@media (min-width: 720px) {
  .store-information__content {
    background: none;
  }
}
.store-information span {
  margin-right: 3px;
}
.store-information address {
  margin-bottom: 0;
}
.store-information .store-name {
  margin: 10px 0 2px 0;
  color: #1C242F;
  font-size: 22px;
  letter-spacing: 2px;
}
@media (min-width: 720px) {
  .store-information .store-name {
    font-size: 36px;
    font-family: 'Visby Round CF DemiBold', sans-serif;
    font-weight: 500;
  }
}
.store-information .virtual-tour__link {
  text-decoration: underline;
  color: #1C242F;
  margin: 0 0 0 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 720px) {
  .store-information .virtual-tour__link {
    font-size: 17px;
  }
}
.store-information .virtual-tour__link:hover {
  color: #D10028;
}
.store-information .store-address {
  flex-direction: column;
}
.store-information .store-address__link {
  text-decoration: underline;
  color: #1C242F;
  margin: 0 0 16px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 720px) {
  .store-information .store-address__link {
    font-size: 17px;
  }
}
.store-information .store-address__link:hover {
  color: #D10028;
}
.store-information .store-address span {
  display: inline-block;
}
@media (max-width: 720px) {
  .store-information .store-address span.store-address__link {
    display: none;
  }
}
.store-information .store-call {
  color: #D10028;
}
.store-information .store-info-line {
  display: flex;
  align-items: center;
  line-height: 22.4px;
  margin: 0 0 16px 0;
}
.store-information .store-info-line .svg-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  position: relative;
}
.store-information .store-info-line a {
  display: flex;
  align-items: center;
  color: #1C242F;
  width: 100%;
}
.store-information .store-info-line a:hover,
.store-information .store-info-line a:active {
  color: #D10028;
}
.store-information .store-info-line div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .store-information .store-info-line {
    font-size: 19px;
  }
}
.store-information .store-info-container {
  padding: 6px 20px 4px 20px;
  margin: 0 -20px 2px -20px;
}
.store-information .store-info-label {
  padding-right: 20px;
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 720px) {
  .store-information .store-info-label {
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  .store-information {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 18px;
    padding: 16px 16px 16px 0;
    margin: 0;
  }
}
.promotion-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--promotion-bg-color, #1c242f);
  padding: 10px;
}
@media (min-width: 720px) {
  .promotion-banner.mobile {
    display: none;
  }
}
@media (max-width: 720px) {
  .promotion-banner.desktop {
    display: none;
  }
}
.promotion-banner.repeat {
  position: relative;
}
@media (min-width: 720px) {
  .promotion-banner.repeat .promotion-banner--image {
    background-repeat: space;
    min-height: 25px;
    height: 25px;
  }
}
.promotion-banner span.icon-info-icon {
  margin-left: 10px;
  margin-top: -2px;
}
.promotion-banner--image {
  min-height: 40px;
  height: 40px;
  width: 100%;
  background: var(--promotion-bg-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.promotion-banner a,
.promotion-banner a:hover {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.store-content h1,
.store-office-hours h1,
.store-opening-hours h1,
.store-content h2,
.store-office-hours h2,
.store-opening-hours h2,
.store-content h3,
.store-office-hours h3,
.store-opening-hours h3 {
  font-size: 17pt;
  color: #1C242F;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.store-content h3.section-box__title,
.store-office-hours h3.section-box__title,
.store-opening-hours h3.section-box__title {
  text-align: left;
}
.store-content__located-at,
.store-office-hours__located-at,
.store-opening-hours__located-at {
  margin-top: 0;
}
.store-content__reception-item,
.store-office-hours__reception-item,
.store-opening-hours__reception-item {
  color: #D10028;
  margin-top: -12px;
}
.store-content__reception-title,
.store-office-hours__reception-title,
.store-opening-hours__reception-title {
  color: #D10028;
  font-size: 11px;
  font-weight: 500;
}
.store-content__reception-address,
.store-office-hours__reception-address,
.store-opening-hours__reception-address {
  color: #D10028;
}
@media only screen and (max-width: 719px) {
  .store-content h2,
  .store-office-hours h2,
  .store-opening-hours h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 721px) {
  .store-content h1,
  .store-office-hours h1,
  .store-opening-hours h1,
  .store-content h2,
  .store-office-hours h2,
  .store-opening-hours h2,
  .store-content h3,
  .store-office-hours h3,
  .store-opening-hours h3 {
    font-size: 27pt;
  }
  .store-content__located-at,
  .store-office-hours__located-at,
  .store-opening-hours__located-at {
    margin-top: -20px;
  }
}
.nav-tabs {
  border-bottom: 1px solid #CED4DC;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.7;
  border: none;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  color: #1C242F;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: #D10028;
}
.nav-tabs > li.active > a {
  text-decoration: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #D10028;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D10028;
}
.info-banner {
  display: flex;
  position: relative;
  align-items: center;
  background: #F2F2F2;
  color: #5F5F5F;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 5px;
  z-index: 99;
}
.unit-card .storage-unit {
  padding: 0;
  transform: scale(0.8);
  transform-origin: top left;
  width: 120%;
}
@media (min-width: 720px) {
  .unit-card .storage-unit {
    transform: scale(0.9);
    width: 110%;
  }
}
.unit-card .storage-unit .unit-size {
  flex-direction: column;
}
.unit-card .unit-price {
  text-align: right;
}
.unit-card .unit-price .price-old {
  font-size: 16px;
}
.unit-card .unit-price .price-current {
  font-size: 18px;
  font-weight: 500;
}
.unit-card .unit-price .price-special {
  font-size: 14px;
}
.unit-card .unit-promo {
  min-width: 80px;
}
.unit-card .card__header {
  padding: 0px;
  background: #EEF1F4;
}
.unit-card .card__header .header__title {
  padding: 20px 0 0 15px;
}
.unit-card .card__header .header__distance {
  padding: 20px 15px 0 0;
}
.unit__promotion {
  border: 2px solid #1C242F;
  color: #1C242F;
  background: #fff;
  display: table;
}
.panel .unit__promotion {
  margin-bottom: 6px;
}
.unit__promotion .unit__promotion__reduction {
  display: table-cell;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 8px 5px 8px 10px;
}
.unit__promotion .unit__promotion__reduction span {
  display: inline-block;
  position: relative;
  top: 4px;
}
.unit__promotion .unit__promotion__txt {
  display: table-cell;
  padding: 7px 4px 4px 4px;
  line-height: 0;
  vertical-align: middle;
}
.unit__promotion .unit__promotion__title {
  display: block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.unit__promotion .unit__promotion__subtitle {
  display: block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.unit__promotion--sm {
  max-width: 104px;
  padding: 0;
  overflow: hidden;
  display: block;
}
.unit__promotion--sm .unit__promotion__reduction {
  color: #fff;
  padding: 4px 2px;
  width: 45%;
}
.unit__promotion--sm .unit__promotion__reduction span {
  top: 2px;
}
.unit__promotion--sm .unit__promotion__title {
  font-size: 10px;
  font-weight: 500;
  line-height: 9px;
  display: inline-block;
}
.unit__promotion--sm .unit__promotion__subtitle {
  display: none;
}
.unit__promotion--sm .unit__promotion__txt {
  width: 55%;
  padding-right: 4px;
}
@media (min-width: 1200px) {
  .unit__promotion--sm {
    max-width: 110px;
  }
}
.unit__promotion--sm.unit__promotion.unit__promotion--price .unit__promotion__reduction {
  background: #1C242F;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
}
.unit__promotion--sm.unit__promotion.unit__promotion--percentage .unit__promotion__reduction {
  background: #D10028;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .unit__promotion--sm.unit__promotion.unit__promotion--percentage .unit__promotion__reduction {
    font-size: 13px;
  }
}
.unit__promotion--m {
  max-width: 170px;
  padding: 0;
}
.unit__promotion--m .unit__promotion__reduction {
  color: #fff;
  padding: 11px 3px;
  width: 30%;
}
.unit__promotion--m .unit__promotion__reduction span {
  top: 2px;
}
.unit__promotion--m .unit__promotion__title {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.unit__promotion--m .unit__promotion__subtitle {
  display: none;
}
.unit__promotion--m .unit__promotion__txt {
  width: 70%;
  padding-right: 7px;
  padding-left: 7px;
}
.unit__promotion--m.unit__promotion.unit__promotion--price .unit__promotion__reduction {
  background: #1C242F;
  font-size: 36px;
  line-height: 18px;
}
.unit__promotion--m.unit__promotion.unit__promotion--percentage .unit__promotion__reduction {
  background: #D10028;
  font-size: 24px;
  line-height: 18px;
}
.unit__promotion--m.unit__promotion.unit__promotion--percentage .unit__promotion__reduction sup {
  font-size: 55%;
  top: -0.8em;
}
@media (min-width: 960px) {
  .store--list .unit__promotion--sm {
    max-width: 170px;
    padding: 0;
  }
  .store--list .unit__promotion--sm .unit__promotion__reduction {
    color: #fff;
    padding: 11px 3px;
    width: 30%;
  }
  .store--list .unit__promotion--sm .unit__promotion__reduction span {
    top: 2px;
  }
  .store--list .unit__promotion--sm .unit__promotion__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
  }
  .store--list .unit__promotion--sm .unit__promotion__subtitle {
    display: none;
  }
  .store--list .unit__promotion--sm .unit__promotion__txt {
    width: 70%;
    padding-right: 4px;
    padding-left: 4px;
  }
}
.unit__promotion--percentage {
  border: 2px solid #D10028;
  color: #D10028;
}
.unit__price {
  line-height: 1.3;
  font-size: 0.95em;
  white-space: nowrap;
}
.unit__price__current {
  color: #A9B3C2;
  font-weight: 300;
}
.unit__price__current span {
  font-size: 16px;
  color: #A9B3C2;
}
.unit__price__old {
  color: #CED4DC;
  font-weight: 300;
  text-decoration: line-through;
}
.unit__price__old span {
  font-size: 16px;
}
.unit__price__reduction {
  font-size: 16px;
  color: #34abf0;
}
.unit__price sup {
  font-size: 0.8em;
  top: -0.25em;
}
.unit__price .sup {
  display: inline;
  font-size: 1em;
  vertical-align: top;
  padding-top: 5px;
}
.panel .unit__price {
  line-height: inherit;
  margin-bottom: 6px;
}
.unit__price--inline > [class*="unit__price"] {
  display: inline-block;
  margin-right: 20px;
}
h1 + .unit__price--inline {
  margin-top: -10px;
  margin-bottom: 26px;
}
.unit__price .highlight {
  font-size: 1.2em;
  font-weight: 500;
}
.unit__price .offer {
  font-size: 1.2em;
  font-weight: 500;
  color: #D10028;
}
.unit-alert {
  color: #eb002d;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  text-indent: 1.15em;
}
.unit-alert:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  margin-right: 6px;
  display: block;
  position: absolute;
  left: -0.15em;
  top: 2px;
  text-indent: 0;
}
.unit-item__price__wrapper .unit-alert {
  line-height: 1.5;
}
@media (max-width: 600px) {
  .unit-item__price__wrapper .unit-alert {
    line-height: 1.3;
  }
  .unit-item__price__wrapper .unit-alert:before {
    top: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit-item__price__wrapper .unit-alert {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .unit-item__price__wrapper .unit-alert {
    padding-right: 60px;
    font-size: 0.8em;
  }
}
.unit-item {
  position: relative;
}
.unit-item__actions {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.unit-item__actions a {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin: 6px;
  margin-right: 15px;
  position: relative;
}
.unit-item__actions a:after {
  content: '»';
  position: absolute;
  margin-left: 5px;
}
.unit-item__picture__wrapper {
  border: 1px solid #CED4DC;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 200px;
}
.unit-item__picture__wrapper:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(93, 93, 93, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.unit-item__picture__wrapper:hover:before,
.unit-item__picture__wrapper.hover:before {
  opacity: 1;
}
.unit-item__picture__wrapper:hover .unit-item__actions,
.unit-item__picture__wrapper.hover .unit-item__actions {
  opacity: 1;
}
.unit-item__picture {
  padding: 50px 2px 2px;
}
.unit-item__picture a {
  display: block;
}
@media (max-width: 719px) {
  .unit-item__picture {
    padding-top: 43px;
  }
}
.unit-item__zoom-picture .zoomBtn {
  background-color: #7D7874;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.unit-item__zoom-picture .zoomBtn:after {
  font-family: "Courier New", Courier, monospace;
  font-display: swap;
  -webkit-font-smoothing: none;
  content: '+';
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  top: 4px;
  right: 4px;
  color: #fff;
  font-weight: bold;
}
.unit-item__zoom-picture:hover .zoomBtn {
  background-color: #96928e;
}
.unit-item__zoom-picture img {
  border: 1px solid #CED4DC;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.unit-item__zoom-picture .unit__promotion--sm {
  width: 100%;
  max-width: none;
}
.unit-item .unit-item__dimension__wrapper {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 200px;
}
.unit-item .dimensions {
  font-size: 22px;
  font-weight: 300;
  color: #A9B3C2;
}
body[data-region="UK"] .store--tile .unit-item .dimensions[data-measurement="default_size_measurement"] {
  font-size: 18px;
  line-height: 2;
}
.unit-item .size-dimensions {
  display: block;
  position: relative;
  top: -11px;
  color: #CED4DC;
}
.unit-item .unit-item__promotion__wrapper {
  position: absolute;
  left: 170px;
  top: 10px;
  width: 90px;
  z-index: 4;
}
@media only screen and (max-width: 599px) {
  .unit-item .unit-item__promotion__wrapper {
    width: 100%;
  }
  .unit-item .unit-item__promotion__wrapper .unit__promotion--sm {
    margin: 0 auto;
    max-width: none;
    position: absolute;
    bottom: 100%;
  }
  .store--list .unit-item .unit-item__promotion__wrapper .unit__promotion--sm {
    max-width: 100px;
    margin-left: 0;
    position: relative;
    bottom: auto;
  }
}
.unit-item .unit__price {
  padding-top: 10px;
}
.unit-item .unit-item__button__wrapper {
  display: none;
}
.unit-item__summary,
.unit-item__description {
  margin: 0;
}
.unit-item__summary > *:first-child,
.unit-item__description > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.unit-item__summary > *:last-child,
.unit-item__description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.unit-item__summary:first-child,
.unit-item__description:first-child {
  margin-top: 16px;
}
.unit-item__summary:last-child,
.unit-item__description:last-child {
  margin-bottom: 16px;
}
.unit-item__summary + .unit-item__description {
  margin-top: 0;
}
.unit-item.unit-item--detail .unit-item__picture__wrapper {
  max-width: none;
  width: calc(100% - 55px);
}
.unit-item.unit-item--detail .unit-item__picture__wrapper:before,
.unit-item.unit-item--detail .unit-item__picture__wrapper:hover:before,
.unit-item.unit-item--detail .unit-item__picture__wrapper.hover:before {
  display: none;
}
.unit-item.unit-item--detail .unit-item__dimension__wrapper {
  max-width: none;
  width: calc(100% - 55px);
}
.unit-item.unit-item--detail .unit-item__promotion__wrapper {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 599px) {
  .unit-item.unit-item--detail .unit-item__promotion__wrapper {
    width: auto;
  }
}
.bst-view-preview .unit-item {
  display: inline-block;
}
svg.unit__image {
  max-height: 342px;
  width: 100%;
  height: 80%;
}
svg.unit__image text {
  font-family: 'Visby Round CF Regular', sans-serif;
}
.store-info {
  position: relative;
  padding: 25px;
  background: #F6F8F9;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
}
.store-info .grow {
  flex: 1;
}
@media (max-width: 720px) {
  .store-info .grow {
    width: 100%;
    min-width: 100%;
  }
}
.store-info .title {
  margin: 0;
  padding: 0 20px 5px 0;
  color: #1C242F;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  display: inline-block;
}
@media only screen and (min-width: 720px) {
  .store-info .title {
    font-size: 24px;
  }
}
.store-info .star-rating {
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}
.store-info .star-rating li {
  display: inline-block;
}
.store-info .star-rating .rating-stars__false {
  color: #b4b4b4;
}
.store-info .distance {
  font-size: 15px;
  font-weight: 400;
  color: #555F6B;
}
.store-info .extra-info {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}
.store-info .adress {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 400;
  color: #A9B3C2;
}
.store-info .info-link {
  font-weight: 400;
}
.store-info .info-link a {
  align-items: center;
  display: flex;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: normal;
  letter-spacing: 1px;
}
.store-info .info-link a .svg-icon {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
@media only screen and (min-width: 720px) {
  .store-info .info-link a {
    font-size: 18px;
  }
}
.store-info .triangle {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 17px;
  width: 17px;
  transition: all 0.5s ease;
  transform: rotate(90deg);
  fill: #A9B3C2;
}
.store-info.active {
  margin-bottom: 32px;
}
.store-info.active .triangle {
  transform: rotate(-90deg);
}
.store-info.active .extra-info {
  padding-top: 5px;
  overflow: hidden;
  max-height: 500px;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 720px) {
  .store-info.active {
    margin-top: 32px;
  }
}
.store-info.active + .units-list {
  margin-top: 0;
}
#storage-unit-list {
  min-height: 677px;
  margin-bottom: 50px;
}
#storage-unit-list .loader-icon {
  margin: 50px auto;
}
#storage-unit-list.initialized {
  min-height: auto;
}
.units-list {
  margin-top: 80px;
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
.units-list .price-warning {
  display: none;
}
.units-list.tiled {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.units-list.tiled .storage-unit-inline-header {
  grid-column: 1/4;
  padding: 0;
}
@media (max-width: 720px) {
  .units-list.tiled {
    padding: 0 16px;
    grid-template-columns: 1fr;
  }
  .units-list.tiled .storage-unit-inline-header {
    grid-column: 1;
  }
}
@media (min-width: 721px) and (max-width: 1120px) {
  .units-list.tiled {
    grid-template-columns: 1fr 1fr;
  }
  .units-list.tiled .storage-unit-inline-header {
    grid-column: 1/3;
  }
}
.units-list .size-helper-cta__container {
  background-color: #D10028;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.units-list .size-helper-cta__text {
  color: #FFF;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  padding: 5px 10px 20px 10px;
  text-align: center;
}
.units-list.stacked .size-helper-cta__container {
  flex-direction: row;
  min-height: 160px;
}
.units-list.stacked .size-helper-cta__text {
  padding: 0 80px 0 0;
}
.store-info + .units-list {
  padding-top: 0;
}
@media (max-width: 720px) {
  .units-list {
    margin-top: 0;
  }
  .app_storagefinder .units-list {
    padding: 0;
  }
  .storage-units.container.redesign,
  .storage-units.section-box .container.redesign {
    padding: 0;
  }
  .storage-unit.unit-header .unit-size {
    width: 20%;
  }
  .sticky-unit-header .container,
  .sticky-unit-header .section-box .container {
    padding: 0;
  }
}
.storage-unit-inline-header {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  color: #555F6B;
}
.storage-unit {
  display: flex;
  transition: all 0.25s ease;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #CED4DC;
  background-color: #fff;
  position: relative;
  gap: 16px;
}
.storage-unit.see-all {
  justify-content: center;
}
.storage-unit.see-all .see-all-btn {
  margin: 30px 0;
}
.storage-unit.stacked {
  padding: 20px 40px;
  min-height: 160px;
}
.storage-unit.tiled {
  padding: 8px 16px;
  min-height: 180px;
}
.storage-unit.tiled .unit-promo {
  position: absolute;
  left: 16px;
  top: -20px;
}
.storage-unit.tiled .unit-data {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  flex: initial;
}
.storage-unit.tiled .unit-price {
  width: 100%;
  align-items: flex-start;
  margin-top: 10px;
}
.storage-unit.tiled .unit-price .price-current {
  font-size: 19px;
}
.storage-unit.tiled .unit-price .popup__link {
  order: 3;
  margin-top: 4px;
}
.storage-unit.tiled .unit-price .price-special {
  padding-bottom: 0;
}
.storage-unit.tiled .unit-size {
  padding: 0;
}
@media (min-width: 720px) {
  .storage-unit.tiled {
    padding: 16px;
    min-height: 200px;
  }
}
.storage-unit > * {
  min-width: 10%;
}
.storage-unit .unit-image {
  max-height: 80px;
}
.storage-unit .unit-image img {
  max-height: 80px;
}
.storage-unit .unit-data {
  display: flex;
  align-items: center;
  flex: 1;
}
.storage-unit .unit-size {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 20%;
  padding: 0 20px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #1c242f;
}
.storage-unit .unit-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.storage-unit .unit-promo .unit-promo--item {
  display: flex;
  gap: 8px;
  padding: 8px;
  align-items: center;
  border-radius: 4px;
  background: #1c242f;
  color: #fff;
}
.storage-unit .unit-promo .unit-promo--item .unit-promo_price {
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.storage-unit .unit-promo .unit-promo--item .unit-promo_desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.storage-unit .unit-promo .popup__link {
  text-decoration: none;
}
.storage-unit .unit-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  line-height: 1.2;
  font-size: 18px;
  width: 30%;
}
.storage-unit .unit-price .elements {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 720px) {
  .storage-unit .unit-price .price-period-label-separator {
    margin: 0 3px;
  }
}
.storage-unit .unit-price .popup__link {
  text-decoration: none;
}
.storage-unit .price-special {
  color: #d10028;
  font-size: 14px;
  padding-bottom: 12px;
}
.storage-unit .price-special.online {
  color: #d10028;
  font-weight: 500;
}
.storage-unit .price-special .icon-info-icon {
  font-size: 12px;
}
.storage-unit .price-deal {
  padding: 2px 25px;
  margin: 2px 0;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
}
.storage-unit .price-warning,
.storage-unit .price-special {
  font-size: 14px;
  color: #d10028;
}
.storage-unit .unit-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.storage-unit .unit-cta.left {
  justify-content: flex-start;
}
.storage-unit .unit-cta .svg-icon {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  color: #D10028;
  fill: #D10028;
  transition: all 0.25s ease;
}
.price-old {
  color: #A9B3C2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  text-decoration: line-through;
}
.price-current {
  color: #1C242F;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 500;
}
.price-current.unavailable {
  color: #d10028;
}
.price-special {
  color: #3DA4FF;
  font-size: 14px;
  font-weight: 500;
}
.price-special.online {
  color: #d10028;
}
.price-special .icon-info-icon {
  font-size: 12px;
}
.price-special a {
  color: inherit;
}
.price-deal {
  padding: 2px 25px;
  margin: 2px 0;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
}
.price-warning {
  font-size: 15px;
  color: #555F6B;
}
.store-footer {
  text-align: center;
  margin: 10px 0;
  padding: 0 15px;
  line-height: 1.4;
}
.store-footer a {
  color: #1C242F;
}
.store-footer a:hover {
  cursor: pointer;
}
.storage-unit-list__noresult {
  text-align: center;
  padding: 0 15px;
}
.storage-unit-list__noresult p {
  margin-top: 15px;
}
.upgrade-features {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0;
}
.upgrade-features__caption {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-size: 18px;
}
@media (min-width: 721px) {
  .upgrade-features__caption {
    font-size: 21px;
  }
}
.upgrade-features__item .btn {
  width: 100%;
}
@media (min-width: 720px) {
  .upgrade-features__item .btn {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
.upgrade-features__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CED4DC;
  border-radius: 8px;
  margin: 32px 0;
}
.upgrade-features__caption + .upgrade-features__unit {
  margin: 16px 0 32px;
}
.upgrade-features__unit .unit-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.upgrade-features__unit .unit-info .product-details-item__content {
  background: none;
  padding: 24px 32px;
}
.upgrade-features__unit .unit-info .reservation__price.product-details-item {
  width: 100%;
  background: #EEF1F4;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.upgrade-features__unit .unit-info .reservation__price.product-details-item .product-details-item__content {
  width: 100%;
  flex-direction: row;
  align-items: center;
  background: none;
}
.upgrade-features__unit .feature {
  max-width: 300px;
  font-size: 1.6rem;
}
.upgrade-features__unit .feature + .feature {
  margin-top: 20px;
}
.upgrade-features__unit .feature-title {
  color: #0F1318;
  font-weight: 500;
}
.upgrade-features .unit-promo {
  justify-content: flex-end;
}
@media (min-width: 720px) {
  .upgrade-features .unit-promo .unit-promo_desc br {
    content: "";
  }
  .upgrade-features .unit-promo .unit-promo_desc br::after {
    content: " ";
  }
}
@media (min-width: 720px) {
  .upgrade-features {
    padding: 0;
  }
}
.usp-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.usp-block__item {
  color: inherit;
  text-decoration: none;
  flex-grow: 1;
}
.usp-block__item:hover,
.usp-block__item:focus {
  text-decoration: none;
  color: #D10028;
}
.usp-block__item {
  text-align: center;
  margin-bottom: 20px;
}
.usp-block__item img {
  display: block;
  margin: 0 auto 10px;
}
.usp-block .container .usp-block__item,
.usp-block .section-box .container .usp-block__item {
  display: block;
  min-width: 0;
  flex: 1;
  flex-basis: 140px;
}
@media screen and (max-width: 480px) {
  .usp-block .container,
  .usp-block .section-box .container {
    display: block;
  }
  .usp-block .container .usp-block__item,
  .usp-block .section-box .container .usp-block__item {
    text-align: left;
    margin-bottom: 6px;
    padding-top: 4px;
  }
  .usp-block .container .usp-block__item:before,
  .usp-block .container .usp-block__item:after,
  .usp-block .section-box .container .usp-block__item:before,
  .usp-block .section-box .container .usp-block__item:after {
    display: table;
    content: " ";
  }
  .usp-block .container .usp-block__item:after,
  .usp-block .section-box .container .usp-block__item:after {
    clear: both;
  }
  .usp-block .container .usp-block__item:before,
  .usp-block .container .usp-block__item:after,
  .usp-block .section-box .container .usp-block__item:before,
  .usp-block .section-box .container .usp-block__item:after {
    display: table;
    content: " ";
  }
  .usp-block .container .usp-block__item:after,
  .usp-block .section-box .container .usp-block__item:after {
    clear: both;
  }
  .usp-block .container .usp-block__item img,
  .usp-block .section-box .container .usp-block__item img {
    float: left;
    max-width: 50px;
    margin-right: 20px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 764px) {
  .usp-block__item {
    width: 20%;
  }
}
.usp-group {
  background-color: var(--usp-bg-desktop, #fff);
  padding: 80px 40px;
}
.usp-group .container,
.usp-group .section-box .container {
  display: flex;
  flex-wrap: wrap;
}
.usp-group .usp-info {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 30%;
  gap: 16px;
  margin-right: 100px;
}
.usp-group .usp-info h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  color: #1c242f;
  margin: 0;
}
.usp-group .usp-info h4 {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  color: #A9B3C2;
  margin: 0;
}
.usp-group .usp-info a {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #d10028;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: max-content;
}
@media only screen and (max-width: 719px) {
  .usp-group .usp-info a {
    margin: 32px auto 40px;
  }
}
@media only screen and (max-width: 719px) {
  .usp-group .usp-info {
    width: 100%;
    max-width: 100%;
    margin: 40px 10px 32px;
    text-align: center;
  }
  .usp-group .usp-info h2 {
    font-size: 22px;
  }
  .usp-group .usp-info h4 {
    font-size: 18px;
  }
}
.usp-group .usp-container {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18%;
  row-gap: 40px;
}
@media only screen and (max-width: 719px) {
  .usp-group .usp-container {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 32px;
    width: 100%;
    min-width: 100%;
  }
}
.usp-group .usp-container .usp-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 719px) {
  .usp-group .usp-container .usp-item {
    text-align: center;
  }
}
.usp-group .usp-container .usp-item .title {
  color: #1c242f;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  line-height: 140%;
  letter-spacing: 1px;
}
.usp-group .usp-container .usp-item .subtitle {
  color: #555f6b;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}
.usp-group .usp-container .usp-item p {
  margin: 0;
}
.usp-group .usp-container .usp-item img {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media only screen and (max-width: 719px) {
  .usp-group .usp-container .usp-item {
    align-items: center;
    gap: 8px;
  }
  .usp-group .usp-container .usp-item img {
    margin-bottom: 8px;
  }
  .usp-group .usp-container .usp-item .title {
    font-size: 18px;
  }
  .usp-group .usp-container .usp-item .subtitle {
    font-size: 16px;
  }
}
.usp-group .mobile-link {
  display: none;
}
@media only screen and (max-width: 719px) {
  .usp-group {
    background-color: var(--usp-bg-mobile);
    padding: 0 16px 40px 0;
  }
  .usp-group .desktop-link {
    display: none;
  }
  .usp-group .mobile-link {
    display: initial;
  }
  .usp-group.hide-mobile-subtitle .subtitle {
    display: none;
  }
}
.bestdeal {
  color: #6AA13A;
  font-weight: 500;
  display: block;
}
.bestdeal [data-toggle="tooltip"] {
  color: #CED4DC;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  margin: -2px 0 0;
  position: relative;
  bottom: -1px;
}
.bestdeal [data-toggle="tooltip"]:hover,
.bestdeal [data-toggle="tooltip"]:focus {
  opacity: 0.8;
  text-decoration: none;
  outline: 0;
}
.bestdeal-a .bestdeal,
.bestdeal-b .bestdeal {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 19px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  white-space: normal;
  padding: 16px 32px;
  letter-spacing: 1px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.bestdeal-a .bestdeal:focus,
.bestdeal-b .bestdeal:focus,
.bestdeal-a .bestdeal:active:focus,
.bestdeal-b .bestdeal:active:focus,
.bestdeal-a .bestdeal.active:focus,
.bestdeal-b .bestdeal.active:focus,
.bestdeal-a .bestdeal.focus,
.bestdeal-b .bestdeal.focus,
.bestdeal-a .bestdeal:active.focus,
.bestdeal-b .bestdeal:active.focus,
.bestdeal-a .bestdeal.active.focus,
.bestdeal-b .bestdeal.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bestdeal-a .bestdeal:hover,
.bestdeal-b .bestdeal:hover,
.bestdeal-a .bestdeal:focus,
.bestdeal-b .bestdeal:focus,
.bestdeal-a .bestdeal.focus,
.bestdeal-b .bestdeal.focus {
  color: #FFF;
  text-decoration: none;
}
.bestdeal-a .bestdeal:active,
.bestdeal-b .bestdeal:active,
.bestdeal-a .bestdeal.active,
.bestdeal-b .bestdeal.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bestdeal-a .bestdeal.disabled,
.bestdeal-b .bestdeal.disabled,
.bestdeal-a .bestdeal[disabled],
.bestdeal-b .bestdeal[disabled],
fieldset[disabled] .bestdeal-a .bestdeal,
fieldset[disabled] .bestdeal-b .bestdeal {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bestdeal-a .bestdeal.disabled,
a.bestdeal-b .bestdeal.disabled,
fieldset[disabled] a.bestdeal-a .bestdeal,
fieldset[disabled] a.bestdeal-b .bestdeal {
  pointer-events: none;
}
.bestdeal-a .bestdeal--nouppercase,
.bestdeal-b .bestdeal--nouppercase {
  text-transform: none;
}
.bestdeal-a .bestdeal:focus,
.bestdeal-b .bestdeal:focus {
  box-shadow: none;
  outline: 0 !important;
}
@media only screen and (max-width: 959px) {
  .bestdeal-a .bestdeal,
  .bestdeal-b .bestdeal {
    font-size: 17px;
  }
}
.bestdeal-a .bestdeal-fit-content-center,
.bestdeal-b .bestdeal-fit-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.bestdeal-a .bestdeal-default:hover,
.bestdeal-b .bestdeal-default:hover,
.bestdeal-a .bestdeal-default:focus,
.bestdeal-b .bestdeal-default:focus {
  opacity: 0.8;
}
.bestdeal-a .bestdeal-primary:hover,
.bestdeal-b .bestdeal-primary:hover,
.bestdeal-a .bestdeal-primary:focus,
.bestdeal-b .bestdeal-primary:focus {
  opacity: 0.8;
}
.bestdeal-a .bestdeal-primary-big,
.bestdeal-b .bestdeal-primary-big {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D10028;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestdeal-a .bestdeal-primary-big svg,
.bestdeal-b .bestdeal-primary-big svg {
  font-size: 25px;
  margin-right: 10px;
}
.bestdeal-a .bestdeal-primary-big.btn-loading::before,
.bestdeal-b .bestdeal-primary-big.btn-loading::before {
  top: 9px;
}
.bestdeal-a .bestdeal-primary-big--inverse,
.bestdeal-b .bestdeal-primary-big--inverse {
  background: transparent;
  color: #D10028;
  border-width: 2px;
  text-shadow: none;
}
.bestdeal-a .bestdeal-primary-big--inverse:hover,
.bestdeal-b .bestdeal-primary-big--inverse:hover,
.bestdeal-a .bestdeal-primary-big--inverse:focus,
.bestdeal-b .bestdeal-primary-big--inverse:focus {
  background: transparent;
  color: #9e001e;
}
.bestdeal-a .bestdeal-primary--inverse,
.bestdeal-b .bestdeal-primary--inverse {
  background: transparent;
  color: #D10028;
  border: 1px solid #D10028;
  text-shadow: none;
  padding: 15px 30px;
}
.bestdeal-a .bestdeal-primary--inverse:hover,
.bestdeal-b .bestdeal-primary--inverse:hover,
.bestdeal-a .bestdeal-primary--inverse:focus,
.bestdeal-b .bestdeal-primary--inverse:focus {
  color: #9e001e;
  background: transparent;
}
.bestdeal-a .bestdeal-primary.disabled,
.bestdeal-b .bestdeal-primary.disabled {
  opacity: initial;
  background: #CED4DC;
}
.bestdeal-a .bestdeal-primary.disabled:hover,
.bestdeal-b .bestdeal-primary.disabled:hover,
.bestdeal-a .bestdeal-primary.disabled:focus,
.bestdeal-b .bestdeal-primary.disabled:focus {
  background: #CED4DC;
}
.bestdeal-a .bestdeal-secondary,
.bestdeal-b .bestdeal-secondary {
  border: 1px solid #1C242F;
  background: #1C242F;
  color: #FFF;
}
.bestdeal-a .bestdeal-secondary--inverse,
.bestdeal-b .bestdeal-secondary--inverse {
  background: transparent;
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
  padding: 15px 30px;
}
.bestdeal-a .bestdeal-secondary--inverse:hover,
.bestdeal-b .bestdeal-secondary--inverse:hover,
.bestdeal-a .bestdeal-secondary--inverse:focus,
.bestdeal-b .bestdeal-secondary--inverse:focus {
  color: #090c0f;
  background: transparent;
}
.bestdeal-a .bestdeal-secondary--inverse.btn-loading::before,
.bestdeal-b .bestdeal-secondary--inverse.btn-loading::before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.bestdeal-a .bestdeal-inverse,
.bestdeal-b .bestdeal-inverse {
  border: 1px solid #1C242F;
  color: #1C242F;
  text-shadow: none;
}
.bestdeal-a .bestdeal-inverse:hover,
.bestdeal-b .bestdeal-inverse:hover,
.bestdeal-a .bestdeal-inverse:focus,
.bestdeal-b .bestdeal-inverse:focus {
  color: #fff;
  border-color: transparent;
}
.bestdeal-a .bestdeal-default.bestdeal-a .bestdeal-inverse,
.bestdeal-a .bestdeal-default.bestdeal-b .bestdeal-inverse,
.bestdeal-b .bestdeal-default.bestdeal-a .bestdeal-inverse,
.bestdeal-b .bestdeal-default.bestdeal-b .bestdeal-inverse {
  border-color: #CED4DC;
  color: #CED4DC;
}
.bestdeal-a .bestdeal-default.bestdeal-a .bestdeal-inverse:hover,
.bestdeal-a .bestdeal-default.bestdeal-b .bestdeal-inverse:hover,
.bestdeal-b .bestdeal-default.bestdeal-a .bestdeal-inverse:hover,
.bestdeal-b .bestdeal-default.bestdeal-b .bestdeal-inverse:hover,
.bestdeal-a .bestdeal-default.bestdeal-a .bestdeal-inverse:focus,
.bestdeal-a .bestdeal-default.bestdeal-b .bestdeal-inverse:focus,
.bestdeal-b .bestdeal-default.bestdeal-a .bestdeal-inverse:focus,
.bestdeal-b .bestdeal-default.bestdeal-b .bestdeal-inverse:focus {
  color: #A9B3C2;
  background: #EEF1F4;
  border-color: transparent;
}
.bestdeal-a .bestdeal-disabled,
.bestdeal-b .bestdeal-disabled,
.bestdeal-a .bestdeal.disabled,
.bestdeal-b .bestdeal.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.bestdeal-a .bestdeal-sm,
.bestdeal-b .bestdeal-sm {
  padding: 10px 20px;
}
.bestdeal-a .bestdeal-small,
.bestdeal-b .bestdeal-small {
  padding: 6px 32px;
}
.bestdeal-a .bestdeal-icon,
.bestdeal-b .bestdeal-icon {
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.bestdeal-a .bestdeal-icon:before,
.bestdeal-b .bestdeal-icon:before {
  font-size: 14px;
}
.bestdeal-a .bestdeal-icon:hover,
.bestdeal-b .bestdeal-icon:hover,
.bestdeal-a .bestdeal-icon:focus,
.bestdeal-b .bestdeal-icon:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.bestdeal-a .bestdeal-icon:last-child,
.bestdeal-b .bestdeal-icon:last-child {
  margin-right: 0;
}
.bestdeal-a .bestdeal-icon-square,
.bestdeal-b .bestdeal-icon-square {
  background: transparent;
}
.bestdeal-a .bestdeal-arrowR,
.bestdeal-b .bestdeal-arrowR {
  text-transform: uppercase;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.bestdeal-a .bestdeal-arrowR:hover,
.bestdeal-b .bestdeal-arrowR:hover,
.bestdeal-a .bestdeal-arrowR:focus,
.bestdeal-b .bestdeal-arrowR:focus {
  opacity: 0.8;
}
.bestdeal-a .bestdeal-arrowR:after,
.bestdeal-b .bestdeal-arrowR:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  line-height: inherit;
  padding-left: 5px;
}
.bestdeal-a .bestdeal-darkGrey:hover,
.bestdeal-b .bestdeal-darkGrey:hover,
.bestdeal-a .bestdeal-darkGrey:focus,
.bestdeal-b .bestdeal-darkGrey:focus {
  opacity: 0.8;
}
.bestdeal-a .bestdeal-loading,
.bestdeal-b .bestdeal-loading {
  padding-left: 40px;
  pointer-events: none;
  cursor: default;
  position: relative;
  display: flex;
}
.bestdeal-a .bestdeal-loading:before,
.bestdeal-b .bestdeal-loading:before {
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 40px;
  border-top: 3px solid #D10028;
  border-right: 3px solid #D10028;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 100%;
  opacity: 1;
  animation: infinite-spinning 1s infinite linear;
  content: " ";
  position: absolute;
  left: 8px;
  border-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
  width: 21px;
  height: 21px;
}
.bestdeal-a .bestdeal-loading:before.erental-app-loader,
.bestdeal-b .bestdeal-loading:before.erental-app-loader {
  margin: 50px auto 25px auto;
}
.bestdeal-a .bestdeal-loading.btn-xs,
.bestdeal-b .bestdeal-loading.btn-xs {
  padding-left: 28px;
}
.bestdeal-a .bestdeal-loading.btn-xs:before,
.bestdeal-b .bestdeal-loading.btn-xs:before {
  top: 3px;
  width: 12px;
  height: 12px;
}
.bestdeal-a .bestdeal-loading.btn-inverse:before,
.bestdeal-b .bestdeal-loading.btn-inverse:before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.bestdeal-a .bestdeal-loading.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.btn-inverse:focus {
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
}
.bestdeal-a .bestdeal-loading.btn-default.btn-inverse:before,
.bestdeal-b .bestdeal-loading.btn-default.btn-inverse:before,
.bestdeal-a .bestdeal-loading.btn-loading.btn-inverse:before,
.bestdeal-b .bestdeal-loading.btn-loading.btn-inverse:before,
.bestdeal-a .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:before,
.bestdeal-b .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:before,
.bestdeal-a .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:before,
.bestdeal-b .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:before,
.bestdeal-a .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:before,
.bestdeal-b .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:before {
  border-top-color: #CED4DC;
  border-right-color: #CED4DC;
}
.bestdeal-a .bestdeal-loading.btn-default.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.btn-default.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.btn-default.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.btn-default.btn-inverse:focus,
.bestdeal-a .bestdeal-loading.btn-loading.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.btn-loading.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.btn-loading.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.btn-loading.btn-inverse:focus,
.bestdeal-a .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.bestdeal-a .bestdeal-loading.btn-inverse:focus,
.bestdeal-a .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.bestdeal-b .bestdeal-loading.btn-inverse:focus,
.bestdeal-a .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:hover,
.bestdeal-b .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:hover,
.bestdeal-a .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:focus,
.bestdeal-b .bestdeal-loading.hint-overlay__btn-loading.btn-inverse:focus {
  color: #CED4DC;
  border: 1px solid #CED4DC;
  text-shadow: none;
}
@media (min-width: 960px) {
  .input-group-lg .bestdeal-a .bestdeal-loading,
  .input-group-lg .bestdeal-b .bestdeal-loading {
    padding-left: 50px;
  }
  .input-group-lg .bestdeal-a .bestdeal-loading:before,
  .input-group-lg .bestdeal-b .bestdeal-loading:before {
    width: 26px;
    height: 26px;
    left: 13px;
    top: 11px;
  }
}
.bestdeal-a .bestdeal-linkedIn,
.bestdeal-b .bestdeal-linkedIn {
  color: white;
}
.bestdeal-a .bestdeal-linkedIn:not(.btn-loading),
.bestdeal-b .bestdeal-linkedIn:not(.btn-loading) {
  background: #0077B5;
}
.bestdeal-a .bestdeal-linkedIn:not(.btn-loading):before,
.bestdeal-b .bestdeal-linkedIn:not(.btn-loading):before {
  padding-right: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.bestdeal-a .bestdeal-linkedIn:hover,
.bestdeal-b .bestdeal-linkedIn:hover {
  background: #0088cf;
}
.bestdeal-a .bestdeal a,
.bestdeal-b .bestdeal a {
  color: inherit;
}
.bestdeal-a .bestdeal a:hover,
.bestdeal-b .bestdeal a:hover,
.bestdeal-a .bestdeal a:active,
.bestdeal-b .bestdeal a:active,
.bestdeal-a .bestdeal a:focus,
.bestdeal-b .bestdeal a:focus {
  color: inherit;
}
.bestdeal-a .bestdeal.btn-link.btn-link--secondary,
.bestdeal-b .bestdeal.btn-link.btn-link--secondary {
  color: #1C242F;
}
.bestdeal-a .bestdeal.btn-wrapper,
.bestdeal-b .bestdeal.btn-wrapper {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.bestdeal-a .bestdeal:hover,
.bestdeal-b .bestdeal:hover,
.bestdeal-a .bestdeal:focus,
.bestdeal-b .bestdeal:focus {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.bestdeal-a .bestdeal,
.bestdeal-b .bestdeal,
.bestdeal-a .bestdeal:hover,
.bestdeal-b .bestdeal:hover,
.bestdeal-a .bestdeal:focus,
.bestdeal-b .bestdeal:focus,
.bestdeal-a .bestdeal:active,
.bestdeal-b .bestdeal:active {
  background-color: #6AA13A;
  border-color: #6AA13A;
  color: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  line-height: 1;
}
@media (max-width: 959px) {
  .bestdeal-a .bestdeal,
  .bestdeal-b .bestdeal {
    padding: 1px 5px;
    font-size: 17px;
    line-height: inherit;
    border-radius: 0;
  }
}
.bestdeal-b {
  box-shadow: 0 0 0 1px #6AA13A;
  position: relative;
}
.bestdeal-b:after {
  border: 1px solid #fff;
  border-left: 0;
}
.bestdeal-b .bestdeal {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 719px) {
  .bestdeal-b .bestdeal {
    position: relative;
  }
}
.call-me-back__form,
.call-me-back__success,
.call-me-back__error {
  margin-top: 15px;
}
.call-me-back__success {
  display: none;
  color: #29823B;
}
a.call-me-back__success:hover,
a.call-me-back__success:focus {
  color: #1d5b29;
}
.call-me-back__error {
  display: none;
  padding: 12px 15px;
  color: #8B021B;
  background-color: #fd6682;
}
a.call-me-back__error:hover,
a.call-me-back__error:focus {
  color: #590111;
}
a.call-me-back__error:hover,
a.call-me-back__error:focus {
  background-color: #fc3459;
}
.call-me-back__error > *:last-child {
  margin-bottom: 0;
}
.call-me-back__error > p {
  padding-left: 26px;
  position: relative;
}
.call-me-back__error > p:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  position: absolute;
  left: 0;
  top: 2px;
}
.find-products .section-box > .container,
.find-products .section-box > .section-box .container {
  padding-top: 0;
  padding-bottom: 0;
}
.catchment-area .find-products {
  padding-top: 25px;
}
.find-products__title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 56px !important;
}
.find-products__title.hidden {
  display: block !important;
  opacity: 0;
}
@media only screen and (max-width: 719px) {
  .find-products__title {
    margin-bottom: 20px;
    margin-top: 20px !important;
    font-size: 20px;
  }
  .find-products__title br {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .find-products__form {
    margin: 0px -8px;
  }
}
.find-products__form .form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 719px) {
  .find-products__form .form-group {
    margin-bottom: 0;
  }
}
.find-products__form .form-group label {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.6px;
  letter-spacing: 1px;
}
.find-products__form .search-box {
  display: flex;
  width: 100%;
  padding: 6px 6px 6px 16px;
  max-width: 800px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CED4DC;
  background: var(--Neutrals-White, #fff);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.find-products__form .search-box input {
  padding: 5px 10px 5px 16px;
  border: none;
  border-left: 1px solid #CED4DC;
}
.floating-label {
  position: relative;
  padding-top: 1px;
  color: #A9B3C2;
}
.floating-label label {
  top: -4px;
  font-size: 0.8em;
  color: #ccc;
  line-height: 1.2;
}
.floating-label input,
.floating-label textarea {
  margin-top: -10px;
  padding-top: 22px !important;
}
.floating-label input {
  height: auto !important;
}
.floating-label label {
  position: absolute;
  left: 8px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: text;
  border-radius: 100px;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: calc(100% - 16px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.floating-label--icon label {
  max-width: calc(100% - 16px - 50px);
}
.floating-label input,
.floating-label textarea {
  padding-bottom: 0 !important;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.floating-label--empty label {
  top: 14px;
  font-size: inherit;
  color: inherit;
}
.floating-label--empty input,
.floating-label--empty textarea {
  margin-top: 0;
  padding-top: 12px !important;
}
.floating-label--focus label {
  top: -4px;
  font-size: 0.8em;
  color: #ccc;
  line-height: 1.2;
}
.floating-label--focus input,
.floating-label--focus textarea {
  margin-top: -10px;
  padding-top: 22px !important;
}
.floating-label--focus input {
  height: auto !important;
}
.hint-overlay {
  overflow: hidden;
}
.hint-overlay__fade {
  background-color: #A9B3C2;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 5100;
}
.hint-overlay__btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 19px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
  line-height: normal;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  white-space: normal;
  padding: 16px 32px;
  letter-spacing: 1px;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  border: 0;
  border-radius: 0;
  display: block;
  background-color: #6AA13A;
  color: #fff;
}
.hint-overlay__btn:focus,
.hint-overlay__btn:active:focus,
.hint-overlay__btn.active:focus,
.hint-overlay__btn.focus,
.hint-overlay__btn:active.focus,
.hint-overlay__btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hint-overlay__btn:hover,
.hint-overlay__btn:focus,
.hint-overlay__btn.focus {
  color: #FFF;
  text-decoration: none;
}
.hint-overlay__btn:active,
.hint-overlay__btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hint-overlay__btn.disabled,
.hint-overlay__btn[disabled],
fieldset[disabled] .hint-overlay__btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.hint-overlay__btn.disabled,
fieldset[disabled] a.hint-overlay__btn {
  pointer-events: none;
}
.hint-overlay__btn--nouppercase {
  text-transform: none;
}
.hint-overlay__btn:focus {
  box-shadow: none;
  outline: 0 !important;
}
@media only screen and (max-width: 959px) {
  .hint-overlay__btn {
    font-size: 17px;
  }
}
.hint-overlay__btn-fit-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.hint-overlay__btn-default:hover,
.hint-overlay__btn-default:focus {
  opacity: 0.8;
}
.hint-overlay__btn-primary:hover,
.hint-overlay__btn-primary:focus {
  opacity: 0.8;
}
.hint-overlay__btn-primary-big {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D10028;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hint-overlay__btn-primary-big svg {
  font-size: 25px;
  margin-right: 10px;
}
.hint-overlay__btn-primary-big.btn-loading::before {
  top: 9px;
}
.hint-overlay__btn-primary-big--inverse {
  background: transparent;
  color: #D10028;
  border-width: 2px;
  text-shadow: none;
}
.hint-overlay__btn-primary-big--inverse:hover,
.hint-overlay__btn-primary-big--inverse:focus {
  background: transparent;
  color: #9e001e;
}
.hint-overlay__btn-primary--inverse {
  background: transparent;
  color: #D10028;
  border: 1px solid #D10028;
  text-shadow: none;
  padding: 15px 30px;
}
.hint-overlay__btn-primary--inverse:hover,
.hint-overlay__btn-primary--inverse:focus {
  color: #9e001e;
  background: transparent;
}
.hint-overlay__btn-primary.disabled {
  opacity: initial;
  background: #CED4DC;
}
.hint-overlay__btn-primary.disabled:hover,
.hint-overlay__btn-primary.disabled:focus {
  background: #CED4DC;
}
.hint-overlay__btn-secondary {
  border: 1px solid #1C242F;
  background: #1C242F;
  color: #FFF;
}
.hint-overlay__btn-secondary--inverse {
  background: transparent;
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
  padding: 15px 30px;
}
.hint-overlay__btn-secondary--inverse:hover,
.hint-overlay__btn-secondary--inverse:focus {
  color: #090c0f;
  background: transparent;
}
.hint-overlay__btn-secondary--inverse.btn-loading::before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.hint-overlay__btn-inverse {
  border: 1px solid #1C242F;
  color: #1C242F;
  text-shadow: none;
}
.hint-overlay__btn-inverse:hover,
.hint-overlay__btn-inverse:focus {
  color: #fff;
  border-color: transparent;
}
.hint-overlay__btn-default.hint-overlay__btn-inverse {
  border-color: #CED4DC;
  color: #CED4DC;
}
.hint-overlay__btn-default.hint-overlay__btn-inverse:hover,
.hint-overlay__btn-default.hint-overlay__btn-inverse:focus {
  color: #A9B3C2;
  background: #EEF1F4;
  border-color: transparent;
}
.hint-overlay__btn-disabled,
.hint-overlay__btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.hint-overlay__btn-sm {
  padding: 10px 20px;
}
.hint-overlay__btn-small {
  padding: 6px 32px;
}
.hint-overlay__btn-icon {
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.hint-overlay__btn-icon:before {
  font-size: 14px;
}
.hint-overlay__btn-icon:hover,
.hint-overlay__btn-icon:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.hint-overlay__btn-icon:last-child {
  margin-right: 0;
}
.hint-overlay__btn-icon-square {
  background: transparent;
}
.hint-overlay__btn-arrowR {
  text-transform: uppercase;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.hint-overlay__btn-arrowR:hover,
.hint-overlay__btn-arrowR:focus {
  opacity: 0.8;
}
.hint-overlay__btn-arrowR:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  line-height: inherit;
  padding-left: 5px;
}
.hint-overlay__btn-darkGrey:hover,
.hint-overlay__btn-darkGrey:focus {
  opacity: 0.8;
}
.hint-overlay__btn-loading {
  padding-left: 40px;
  pointer-events: none;
  cursor: default;
  position: relative;
  display: flex;
}
.hint-overlay__btn-loading:before {
  display: block;
  margin: 5px auto;
  width: 40px;
  height: 40px;
  border-top: 3px solid #D10028;
  border-right: 3px solid #D10028;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 100%;
  opacity: 1;
  animation: infinite-spinning 1s infinite linear;
  content: " ";
  position: absolute;
  left: 8px;
  border-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
  width: 21px;
  height: 21px;
}
.hint-overlay__btn-loading:before.erental-app-loader {
  margin: 50px auto 25px auto;
}
.hint-overlay__btn-loading.btn-xs {
  padding-left: 28px;
}
.hint-overlay__btn-loading.btn-xs:before {
  top: 3px;
  width: 12px;
  height: 12px;
}
.hint-overlay__btn-loading.btn-inverse:before {
  border-top-color: #1C242F;
  border-right-color: #1C242F;
}
.hint-overlay__btn-loading.btn-inverse:hover,
.hint-overlay__btn-loading.btn-inverse:focus {
  color: #1C242F;
  border: 1px solid #1C242F;
  text-shadow: none;
}
.hint-overlay__btn-loading.btn-default.btn-inverse:before,
.hint-overlay__btn-loading.btn-loading.btn-inverse:before,
.hint-overlay__btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:before,
.hint-overlay__btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:before,
.hint-overlay__btn-loading.hint-overlay__btn-loading.btn-inverse:before {
  border-top-color: #CED4DC;
  border-right-color: #CED4DC;
}
.hint-overlay__btn-loading.btn-default.btn-inverse:hover,
.hint-overlay__btn-loading.btn-default.btn-inverse:focus,
.hint-overlay__btn-loading.btn-loading.btn-inverse:hover,
.hint-overlay__btn-loading.btn-loading.btn-inverse:focus,
.hint-overlay__btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:hover,
.hint-overlay__btn-loading.bestdeal-a .bestdeal-loading.btn-inverse:focus,
.hint-overlay__btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:hover,
.hint-overlay__btn-loading.bestdeal-b .bestdeal-loading.btn-inverse:focus,
.hint-overlay__btn-loading.hint-overlay__btn-loading.btn-inverse:hover,
.hint-overlay__btn-loading.hint-overlay__btn-loading.btn-inverse:focus {
  color: #CED4DC;
  border: 1px solid #CED4DC;
  text-shadow: none;
}
@media (min-width: 960px) {
  .input-group-lg .hint-overlay__btn-loading {
    padding-left: 50px;
  }
  .input-group-lg .hint-overlay__btn-loading:before {
    width: 26px;
    height: 26px;
    left: 13px;
    top: 11px;
  }
}
.hint-overlay__btn-linkedIn {
  color: white;
}
.hint-overlay__btn-linkedIn:not(.btn-loading) {
  background: #0077B5;
}
.hint-overlay__btn-linkedIn:not(.btn-loading):before {
  padding-right: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.hint-overlay__btn-linkedIn:hover {
  background: #0088cf;
}
.hint-overlay__btn a {
  color: inherit;
}
.hint-overlay__btn a:hover,
.hint-overlay__btn a:active,
.hint-overlay__btn a:focus {
  color: inherit;
}
.hint-overlay__btn.btn-link.btn-link--secondary {
  color: #1C242F;
}
.hint-overlay__btn.btn-wrapper {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.hint-overlay__btn:hover,
.hint-overlay__btn:focus {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.hint-overlay__teaser {
  overflow: visible;
  position: fixed;
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  bottom: 10px;
  z-index: 4699;
  transform: rotate(90deg);
}
@media (min-width: 720px) and (max-width: 1365px) {
  .hint-overlay__teaser {
    top: 50%;
  }
}
.hint-overlay.open .hint-overlay__teaser {
  display: none;
}
.hint-overlay__teaser .hint-overlay__btn {
  position: relative;
  transform: translateX(125px);
  white-space: nowrap;
  /* @media (min-width: @screen-sm-min) and (max-width: 1365px) {
      transform: translateX(-50%);
    } */
}
.hint-overlay__teaser .hint-overlay__btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  font-size: 0.8em;
  margin-left: 6px;
}
.hint-overlay__teaser .hint-overlay__btn,
.hint-overlay__teaser .hint-overlay__btn:hover,
.hint-overlay__teaser .hint-overlay__btn:focus {
  box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.25);
}
.hint-overlay__header .hint-overlay__btn {
  display: block;
  width: 100%;
  text-align: left;
}
.hint-overlay__header .hint-overlay__btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-size: 0.8em;
  margin-left: 6px;
}
.hint-overlay__content {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 5150;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  top: 125px;
  right: -420px;
  width: 420px;
  max-width: 100%;
  overflow-y: auto;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear 0.4s;
}
.hint-overlay.open .hint-overlay__content {
  transition: opacity 0s linear, right 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  right: 0;
}
@media (min-width: 720px) and (max-width: 1365px) {
  .hint-overlay__content {
    top: 300%;
  }
}
.hint-overlay__body {
  margin: 15px;
  font-size: 0.9em;
}
@media (max-width: 720px) {
  .hint-overlay.open .hint-overlay__fade {
    display: inline;
  }
  .hint-overlay__teaser {
    height: initial;
    width: initial;
    top: initial;
    right: 10px;
    transform: rotate(0deg);
  }
  .hint-overlay__teaser .hint-overlay__btn {
    border-radius: 50%;
    display: flex;
    padding: 15px;
    transform: translateX(0px);
  }
  .hint-overlay__teaser .hint-overlay__btn .hint-overlay__btn-text {
    display: none;
  }
  .hint-overlay__teaser .hint-overlay__btn:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    font-size: 30px;
    margin: 0px;
  }
}
.mobile .form-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
}
.mobile .form-group .search-box {
  flex-grow: 1;
}
.mobile .form-group .search-box input {
  height: 48px;
}
@media only screen and (max-width: 719px) {
  .mobile .form-group .search-box input {
    height: 40px;
  }
}
.mobile .form-group .search-box input::placeholder {
  color: #A9B3C2;
  font-size: 17px;
  font-weight: 400;
}
.mobile .form-group .btn.btn-primary,
.mobile .form-group .btn.btn-arrowR,
.mobile .form-group .btn.bestdeal-a .bestdeal-arrowR,
.mobile .form-group .btn.bestdeal-b .bestdeal-arrowR,
.mobile .form-group .btn.hint-overlay__btn-arrowR {
  height: 48px;
  cursor: pointer;
}
.mobile .form-group .btn.btn-primary svg,
.mobile .form-group .btn.btn-arrowR svg,
.mobile .form-group .btn.bestdeal-a .bestdeal-arrowR svg,
.mobile .form-group .btn.bestdeal-b .bestdeal-arrowR svg,
.mobile .form-group .btn.hint-overlay__btn-arrowR svg {
  height: 100%;
}
.mobile .form-group .btn.btn-primary .a,
.mobile .form-group .btn.btn-arrowR .a,
.mobile .form-group .btn.bestdeal-a .bestdeal-arrowR .a,
.mobile .form-group .btn.bestdeal-b .bestdeal-arrowR .a,
.mobile .form-group .btn.hint-overlay__btn-arrowR .a {
  fill: #FFF;
}
.mobile .form-group .location .btn {
  float: right;
}
@media only screen and (max-width: 719px) {
  .mobile .form-group .location .btn {
    height: 40px;
  }
}
.map-directions {
  position: relative;
  overflow: hidden;
}
.map-directions .map {
  height: 520px;
}
@media (max-height: 820px) {
  .map-directions .map {
    max-height: 50vh;
  }
}
.map-directions__popup {
  font-size: 16px;
  padding: 11px 5px;
  position: relative;
  min-width: 240px;
  max-width: 340px;
}
@media (max-width: 480px) {
  .map-directions__popup {
    width: 240px;
  }
}
.map-directions__popup h4 {
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1;
  color: #D10028;
  display: block;
  max-width: 75%;
  max-width: calc(100% - 30px);
}
.map-directions__popup h4 a {
  color: inherit;
  transition: none;
}
.map-directions__popup address {
  float: right;
  width: 59%;
  width: calc(60% - 5px);
  margin-bottom: 15px;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 959px) {
  .map-directions__popup address {
    float: none;
    width: 100%;
  }
}
.map-directions__popup address a {
  color: inherit;
}
.map-directions__popup .storeUnitPrice {
  color: #12181f;
}
.map-directions__popup .storeUnitPrice:before {
  content: '> ';
}
.map-directions__popup .storeUnitPrice:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #12181f;
  border-right: 1px solid #12181f;
  transform: rotate(45deg);
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
.map-directions__image {
  float: left;
  width: 39%;
  width: calc(40% - 5px);
}
.map-directions__image img {
  max-width: 100% !important;
}
@media (max-width: 959px) {
  .map-directions__image {
    display: none;
  }
}
.map-directions__openinghours {
  margin-bottom: 0;
  clear: both;
  width: 100%;
}
.gm-style {
  font-family: 'Visby Round CF Regular', sans-serif;
  font-display: swap;
}
.top-page-banner {
  z-index: 9999;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 7px 22px;
  background: #F6F8F9;
  color: #555F6B;
  fill: #555F6B;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.top-page-banner__center {
  flex-grow: 1;
  text-align: center;
}
.top-page-banner__right {
  text-align: right;
}
.top-page-banner__link {
  margin-left: 5px;
}
.top-page-banner__close-button {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  outline: none;
  z-index: 1000;
  color: inherit;
  stroke: #FFF;
}
.top-page-banner__close-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}
.top-page-banner__close-button .svg-icon {
  width: 15px;
  height: 15px;
}
.top-page-banner--dismissible {
  padding: 14px 24px 12px 24px;
  display: flex;
  justify-content: center;
  background-color: #eb002d;
}
.top-page-banner--dismissible a,
.top-page-banner--dismissible a:hover,
.top-page-banner--dismissible a:active,
.top-page-banner--dismissible a:visited {
  text-decoration: underline;
  color: inherit;
}
.top-page-banner--dark {
  color: #FFF;
  fill: #FFF;
}
.top-page-banner ~ .main-header.sticky {
  margin-top: 27px;
}
.top-page-banner ~ .main-header.sticky ~ .main-wrapper {
  margin-top: 87px;
}
@media only screen and (min-width: 960px) {
  .top-page-banner ~ .main-header.sticky ~ .main-wrapper {
    margin-top: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-page-banner ~ .main-header.sticky ~ .main-wrapper {
    margin-top: 146px;
  }
}
.top-page-banner ~ .main-wrapper {
  margin-top: 102px;
}
@media only screen and (min-width: 960px) {
  .top-page-banner ~ .main-wrapper {
    margin-top: 189px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-page-banner ~ .main-wrapper {
    margin-top: 170px;
  }
}
.top-page-banner.top-page-banner--dismissible ~ .main-header.sticky {
  margin-top: 40px;
}
.top-page-banner.top-page-banner--dismissible ~ .top-page-banner ~ .main-header.sticky {
  margin-top: 68px;
}
.top-page-banner.top-page-banner--dismissible ~ .top-page-banner ~ .main-header.sticky ~ .main-wrapper {
  margin-top: 128px;
}
@media only screen and (min-width: 960px) {
  .top-page-banner.top-page-banner--dismissible ~ .top-page-banner ~ .main-header.sticky ~ .main-wrapper {
    margin-top: 206px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-page-banner.top-page-banner--dismissible ~ .top-page-banner ~ .main-header.sticky ~ .main-wrapper {
    margin-top: 187px;
  }
}
.top-page-banner.top-page-banner--dismissible ~ .top-page-banner ~ .main-header:not(.sticky) ~ .main-wrapper {
  margin-top: 0;
}
.top-page-banner.top-page-banner--dismissible ~ .top-page-banner {
  top: 40px;
}
.top-page-banner--dismissible-check {
  left: -100vw;
  position: absolute;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner {
  top: 0;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner.top-page-banner--dismissible {
  display: none;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner__close-button {
  display: none;
}
.top-page-banner--dismissible-check:checked ~ .main-header.sticky {
  margin-top: 0;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner ~ .main-wrapper {
  margin-top: 120px;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner + .main-header.sticky {
  margin-top: 28px;
}
.top-page-banner--dismissible-check:checked ~ .top-page-banner + .main-header.sticky ~ .main-wrapper {
  margin-top: 148px;
}
.topic-item {
  display: flex;
  align-items: center;
  color: #1C242F;
  padding: 24px;
  border: 1px solid #CED4DC;
  border-radius: 8px;
  position: relative;
}
.topic-item__title {
  font-size: 18px;
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  margin: 0 16px;
}
.topic-item .svg-icon {
  width: 24px;
  height: 24px;
}
.topic-item .svg-icon.crit-ico-chevron-right {
  position: absolute;
  right: 24px;
  fill: #1C242F;
  width: 22px;
  height: 22px;
}
.topics-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 720px) {
  .topics-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .topics-block {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.storage-unit.unit-header {
  padding: 12px 15px;
}
.view-switch {
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 719px) {
  .view-switch {
    display: none !important;
  }
}
.view-switch__item {
  display: inline-block;
  margin-left: 17px;
  font-size: 18px;
}
.view-switch__item--list input {
  display: none;
}
.view-switch__item--list input:checked + label {
  color: #D10028;
}
.view-switch__item--list label {
  padding-left: 0;
}
.view-switch__item--tile input {
  display: none;
}
.view-switch__item--tile input:checked + label {
  color: #D10028;
}
.view-switch__item--tile label {
  padding-left: 0;
}
.view-switch__item--button {
  margin-left: 4px;
  margin-bottom: 4px;
}
.view-switch__item--button input {
  display: none;
}
.view-switch__item--button input:checked + label {
  color: #1C242F;
  border-bottom: 1px solid #1C242F;
  border-radius: 0;
}
.view-switch__item--button input:checked + label .svg-icon {
  fill: #1C242F;
}
.view-switch__item--button input:checked + label .svg-icon.crit-ico-list {
  stroke: #1C242F;
}
.view-switch__item--button label {
  padding: 16px 32px;
  color: #A9B3C2;
  display: flex;
  align-items: flex-end;
  text-shadow: none;
  box-shadow: none;
}
.view-switch__item--button label.btn.btn-default:active,
.view-switch__item--button label.btn.btn-default:focus,
.view-switch__item--button label.btn.btn-default:hover,
.view-switch__item--button label.btn.btn-loading:active,
.view-switch__item--button label.btn.btn-loading:focus,
.view-switch__item--button label.btn.btn-loading:hover,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:active,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:focus,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:hover,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:active,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:focus,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:hover,
.view-switch__item--button label.btn.hint-overlay__btn-loading:active,
.view-switch__item--button label.btn.hint-overlay__btn-loading:focus,
.view-switch__item--button label.btn.hint-overlay__btn-loading:hover {
  text-shadow: none;
  box-shadow: none;
  color: #1C242F;
  opacity: 1;
}
.view-switch__item--button label.btn.btn-default:active .svg-icon,
.view-switch__item--button label.btn.btn-default:focus .svg-icon,
.view-switch__item--button label.btn.btn-default:hover .svg-icon,
.view-switch__item--button label.btn.btn-loading:active .svg-icon,
.view-switch__item--button label.btn.btn-loading:focus .svg-icon,
.view-switch__item--button label.btn.btn-loading:hover .svg-icon,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:active .svg-icon,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:focus .svg-icon,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:hover .svg-icon,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:active .svg-icon,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:focus .svg-icon,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:hover .svg-icon,
.view-switch__item--button label.btn.hint-overlay__btn-loading:active .svg-icon,
.view-switch__item--button label.btn.hint-overlay__btn-loading:focus .svg-icon,
.view-switch__item--button label.btn.hint-overlay__btn-loading:hover .svg-icon {
  fill: #1C242F;
}
.view-switch__item--button label.btn.btn-default:active .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.btn-default:focus .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.btn-default:hover .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.btn-loading:active .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.btn-loading:focus .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.btn-loading:hover .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:active .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:focus .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-a .bestdeal-loading:hover .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:active .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:focus .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.bestdeal-b .bestdeal-loading:hover .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.hint-overlay__btn-loading:active .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.hint-overlay__btn-loading:focus .svg-icon.crit-ico-list,
.view-switch__item--button label.btn.hint-overlay__btn-loading:hover .svg-icon.crit-ico-list {
  stroke: #1C242F;
}
.view-switch__item--button label:before {
  content: '';
  display: none;
}
.view-switch__item--button label .svg-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #A9B3C2;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.view-switch__item--button label .svg-icon.crit-ico-list {
  stroke: #A9B3C2;
}
.view-switch > *:first-child {
  margin-left: 0;
}
.col-xs-5 .view-switch {
  float: right;
}
.container .view-switch--buttons,
.section-box .container .view-switch--buttons {
  text-align: right;
  margin-bottom: 40px;
}
@font-face {
  font-family: 'Visby Round CF Light';
  src: local('Visby Round CF Light'), local('Visby-Round-CF-Light'), url('/assets/fonts/VisbyRoundCF-Light.woff2') format('woff2'), url('/assets/fonts/VisbyRoundCF-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Visby Round CF Regular';
  src: local('Visby Round CF Regular'), local('Visby-Round-CF-Regular'), url('/assets/fonts/VisbyRoundCF-Regular.woff2') format('woff2'), url('/assets/fonts/VisbyRoundCF-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Visby Round CF DemiBold';
  src: local('Visby Round CF DemiBold'), local('Visby-Round-CF-DemiBold'), url('/assets/fonts/VisbyRoundCF-DemiBold.woff2') format('woff2'), url('/assets/fonts/VisbyRoundCF-DemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Visby Round CF Bold';
  src: local('Visby Round CF Bold'), local('Visby-Round-CF-Bold'), url('/assets/fonts/VisbyRoundCF-Bold.woff2') format('woff2'), url('/assets/fonts/VisbyRoundCF-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 150%;
}
a {
  letter-spacing: 1px;
  text-decoration: underline;
}
input {
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: swap;
  line-height: normal;
  letter-spacing: 1px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h6 > a:focus {
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 719px) {
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 15px;
  }
}
h1 + form,
h2 + form,
h3 + form,
h4 + form,
h5 + form,
h6 + form {
  margin-top: 17px;
}
h1 + h2,
h2 + h3 {
  margin-top: 0;
}
@media only screen and (max-width: 719px) {
  h1 + h2,
  h2 + h3 {
    margin-top: 15px;
  }
}
h1 {
  font-family: 'Visby Round CF DemiBold', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 40px;
}
h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
h3 {
  font-size: 26px;
  margin-bottom: 24px;
}
h4 {
  margin-bottom: 5px;
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 719px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
}
p {
  margin-bottom: 20px;
}
strong,
b {
  font-weight: 500;
  font-family: 'Visby Round CF DemiBold', sans-serif;
}
.rte > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 719px) {
  .rte > h1:first-child,
  .rte > h2:first-child,
  .rte > h3:first-child,
  .rte > h4:first-child,
  .rte > h5:first-child,
  .rte > h6:first-child,
  .rte > p:first-child {
    margin-top: 15px;
  }
}
.phonenumber a {
  white-space: nowrap;
}
.nobr {
  white-space: nowrap;
}
hr {
  display: block;
  width: 100%;
  margin: 14px 0;
  font-size: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #EEF1F4;
}
.bg-gray {
  background-color: #A9B3C2;
}
.bg-gray-light {
  background-color: #CED4DC;
}
.bg-gray-lighter {
  background-color: #EEF1F4;
}
.bg-gray-dark {
  background-color: #555F6B;
}
.bg-gray-darker {
  background-color: #1C242F;
}
a,
.btn {
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
a:hover,
.btn:hover,
a:focus,
.btn:focus {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
img {
  max-width: 100%;
  height: auto !important;
}
img.image-full-width {
  width: 100% !important;
  height: auto !important;
}
img.image-left {
  max-width: 50% !important;
  height: auto !important;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
img.image-right {
  max-width: 50% !important;
  height: auto !important;
  float: right;
  margin-left: 10px;
  margin-bottom: 8px;
}
img.image-borders {
  background: #fff;
  border: 1px solid #EEF1F4;
  padding: 8px;
}
figure figcaption {
  font-style: italic;
  line-height: 1.2;
  padding-top: 3px;
}
.highlight {
  color: #D10028;
  font-weight: bold;
}
.ruler {
  display: block;
  width: 100%;
  margin: 14px 0;
  font-size: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #EEF1F4;
}
.red {
  color: #D10028;
}
.btn-facebook {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-facebook:before {
  font-size: 14px;
}
.btn-facebook:hover,
.btn-facebook:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-facebook:last-child {
  margin-right: 0;
}
.btn-facebook:before {
  content: "\e904";
}
.btn-twitter {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-twitter:before {
  font-size: 14px;
}
.btn-twitter:hover,
.btn-twitter:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-twitter:last-child {
  margin-right: 0;
}
.btn-twitter:before {
  content: "\e905";
}
.btn-youtube {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-youtube:before {
  font-size: 14px;
}
.btn-youtube:hover,
.btn-youtube:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-youtube:last-child {
  margin-right: 0;
}
.btn-youtube:before {
  content: "\e906";
}
.btn-linkedin {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-linkedin:before {
  font-size: 14px;
}
.btn-linkedin:hover,
.btn-linkedin:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-linkedin:last-child {
  margin-right: 0;
}
.btn-linkedin:before {
  content: "\e907";
}
.btn-pinterest {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 26px;
  color: #1C242F !important;
  text-align: center;
  line-height: 26px;
  text-decoration: none !important;
  margin-right: 24px;
  letter-spacing: 0;
}
.btn-pinterest:before {
  font-size: 14px;
}
.btn-pinterest:hover,
.btn-pinterest:focus {
  text-decoration: none;
  border-bottom: 0;
  border-bottom-color: transparent !important;
  background-color: #c3c3c3;
}
.btn-pinterest:last-child {
  margin-right: 0;
}
.btn-pinterest:before {
  content: "\e908";
}
.pageEditMode .scLooseFrameZone,
.pageEditMode .scEnabledChrome {
  min-height: 20px;
}
.pageEditMode #scPageExtendersForm {
  position: relative;
  z-index: 9500;
}
.pageEditMode #scCrossPiece ~ div .placeholder.hidden {
  display: block !important;
  height: 40px;
  background: white;
}
.pageEditMode .reApplyClass > div {
  font-size: 19px !important;
}
.glimpse {
  z-index: 9900;
  position: fixed;
  right: 0;
  bottom: 0;
}
body.no-scroll,
html.no-scroll {
  overflow: hidden;
}
body.no-scroll--padding,
html.no-scroll--padding {
  overflow: hidden;
}
@media (min-width: 721px) {
  body.no-scroll--padding,
  html.no-scroll--padding {
    padding-right: 17px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: scrollbar;
  }
}
@supports (-ms-ime-align:auto) {
  html {
    -ms-overflow-style: scrollbar;
  }
}
ol,
ul {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .shadow-box,
  .column-wrapper--shadow {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  }
}
.shadow-box.shadow-box-mobile,
.column-wrapper--shadow.shadow-box-mobile {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .sticky {
    position: relative !important;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  .jumbotron__lead-txt {
    font-size: 18px;
  }
  .section-box__title {
    font-size: 20px;
  }
  .rte ul > li {
    list-style: disc;
  }
  .main-header__nav-open,
  .main-header__nav-close,
  .main-header__nav .main-header__lang,
  .list-nav:not(.list-nav--sm),
  .search-location-block [class*="col-"]:last-child,
  .search-location-block--side,
  .view-switch,
  .store__map,
  .find-products__form,
  .action-buttons,
  .modal,
  .modal-backdrop,
  .promotion-condition-block,
  .doormat,
  .main-footer__links {
    display: none !important;
  }
  .main-header {
    position: relative;
    height: auto;
    padding: 0 10px;
    border-bottom: 1px solid #CED4DC;
  }
  .main-header__brand {
    position: relative;
    display: inline-block;
  }
  .main-header__contact {
    display: inline-block;
    float: right;
    margin: 20px;
  }
  .main-header__contact .text-right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
  .main-header__nav {
    position: relative;
    bottom: auto;
  }
  .main-header__rte {
    margin-right: 0;
  }
  .main-header + * {
    margin-top: 0;
  }
  .jumbotron__carousel {
    max-width: 100%;
  }
  .jumbotron__carousel .swiper-container,
  .jumbotron__carousel .swiper-wrapper,
  .jumbotron__carousel .swiper-slide,
  .jumbotron__carousel picture,
  .jumbotron__carousel img {
    max-width: 100%;
    height: auto !important;
  }
  .jumbotron__carousel .swiper-slide {
    display: none;
  }
  .jumbotron__carousel .swiper-slide.swiper-slide-active {
    display: block;
    transform: scale(1) !important;
  }
  .jumbotron__carousel .jumbotron__lead {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .breadcrumb > li {
    max-width: none;
  }
  .map-block {
    page-break-inside: avoid;
  }
  .map-block .map-block__overlay {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 0;
  }
  .map-block .map-block__overlay .map-block__search {
    display: none;
  }
  .map-block .map-block__overlay .map-block__list {
    max-height: none;
    overflow-y: visible;
  }
  .map-block__gmap .map img {
    max-width: none !important;
  }
  .map-block__gmap .map div[style*="ico_clusterMarker"] {
    background: white !important;
    border-radius: 100%;
    width: 35px !important;
    height: 35px !important;
    line-height: 2 !important;
  }
  .trust-block {
    text-align: center;
  }
  .trust-block a {
    display: block;
    text-align: center;
  }
  .trust-block a[href] > img {
    display: inline-block;
  }
  .rating-stars__false,
  .rating-stars__false:before {
    color: #FFF !important;
  }
  .rating-stars__true,
  .rating-stars__true:before {
    color: #FEDE00 !important;
  }
  .filter__wrap .filter__cta,
  .filter__wrap .filter__item {
    display: inline-block;
  }
  .country-list [class*=col-] + [class*=col-] {
    text-align: center;
  }
  .btn-facebook,
  .btn-linkedin,
  .btn-pinterest,
  .btn-twitter,
  .btn-youtube {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
    margin-right: 10px;
  }
  .doormat a {
    text-overflow: inherit;
    overflow: auto;
    white-space: normal;
  }
  a[href]:after {
    content: " (" attr(href) ")" !important;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
  }
  a[href] > img {
    display: block;
  }
  a[href="/"]:after,
  a[href="#"]:after,
  a[href^="./"]:after,
  a[href^="../"]:after,
  a[href^="mailto:"]:after,
  a[href^="tel:"]:after,
  .map-block a[href]:after,
  .unit-item a[href]:after,
  .breadcrumb a[href]:after {
    display: none !important;
  }
  a[href]:after {
    font-size: 10px;
    margin-left: 5px;
    color: #CED4DC !important;
  }
}


