/* ------- choices/multiselect begin -------*/
.choices {
  overflow: hidden;
}

.choices:focus {
  outline: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] .choices__button {
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-left: 1px solid #008fa1;
  margin: -4px 0 8px;
  padding-left: 16px;
}

.choices__inner {
  border-radius: 2.5px;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
}

.choices__list--multiple .choices__item {
  background-color: #0071BC;
  border: 1px solid #0071BC;
  color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  word-break: break-all;
}

/* .choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
} */

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
  word-break: break-all;
  z-index: 1;
  left: 0;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
  z-index: 99;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  overflow: auto;
  position: relative;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after,
  .choices__list[aria-expanded] .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

.choices {
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.choices:last-child {
  margin-bottom: 0;
  margin: 0 !important;
  width: 100%;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #169af3;
}

.choices[data-type*=select-one]:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-left: 0 solid transparent;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0;
  opacity: 0.75;
  padding-left: 1rem;
  position: relative;
  width: 20px;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:focus {
  outline: 1px solid #000;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  min-height: auto;
  overflow: hidden;
  padding: 0.25rem 0.25rem 0;
  vertical-align: top;
  width: 100%;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}

.choices__list--single .choices__item {
  width: 100%;
  display: inline-flex;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item:focus {
  border: 1px solid #000;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}

/* .choices__list--multiple .choices__item.is-highlighted {
  background-color: #169af3;
  border: 1px solid #169af3;
} */

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  display: none;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  word-break: break-all;
  z-index: 1;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}

.choices__list--dropdown .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 150px;
  overflow: auto;
  position: relative;
  width: 100%;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: #f6f6f6;
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 0.5rem;
  width: 0.5rem;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 0.5rem;
  outline: 1px solid #0071bc;
  width: 10px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 0.25rem;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-button {
  display: none;
}

.choices__list--dropdown .choices__item {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 10px;
  position: relative;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 99%;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: initial;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}

.choices__button:active,
.choices__button:focus {
  outline-color: #000;
  outline-style: solid;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  margin: 0.25rem 0 0.25rem 0;
  min-width: 2.5rem;
  text-align: center;
  font-weight: 400;
  width: 32px;
  padding: 4px 0 4px 2px;
  vertical-align: middle;
  height: 32px;
  background: transparent;
}

.choices__input:active,
.choices__input:focus {
  outline: 1;
}

[dir=rtl] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
  display: none;
}

.choices__input::after {
  content: "+";
  background: transparent;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.24);
}

.choices__list--multiple .choices__item button {
  border: none;
  height: 20px;
  width: 20px;
}

.tui__chart_tab__component .tui__choice_container .choices {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.choices .choices__inner input[type=search] {
  border: 1px solid #dcdcdc;
  height: 1.75rem !important;
  margin: 0 0 10px 0;
  font-weight: 400;
  min-width: 2.5rem;
}

.tui_theme_gray .choices__list--multiple .choices__item--selectable:nth-child(1),
.tui_theme_gray .choices__list--multiple .choices__item.is-highlighted:nth-child(1) {
  background-color: rgb(0, 113, 188);
  border: 1px solid rgb(0, 113, 188);
}

.tui_theme_gray .choices__list--multiple .choices__item--selectable:nth-child(2),
.tui_theme_gray .choices__list--multiple .choices__item.is-highlighted:nth-child(2) {
  background-color: rgb(138, 150, 159);
  border: 1px solid rgb(138, 150, 159);
}

.tui_theme_violet .choices__list--multiple .choices__item--selectable:nth-child(2),
.tui_theme_violet .choices__list--multiple .choices__item.is-highlighted:nth-child(2) {
  background-color: #8963C1;
  border: 1px solid #8963C1;
}

/* ------- choices/multiselect end -------*/
.tui__choice_container {
  margin-bottom: var(--spacing-small);
}

.tui__choice_container label {
  color: var(--lift-text-on-light-default, rgba(0, 13, 26, 0.7));
  text-overflow: ellipsis;
  font-family: var(--lift-global-font-family, "Open Sans");
  font-size: 14px;
  font-style: normal;
  font-weight: var(--input-field-label-font-weight);
  line-height: var(--input-field-label-line-height);
  /* 114.286% */
  letter-spacing: var(--input-field-label-letter-spacing);
}

.tui__choice_container .choices {
  border: 0px;
}

.tui__choice_container .choices__inner {
  border-radius: var(--input-field-field-border-radius);
  border: 1px solid var(--outline-on-light-default);
  background: var(--lift-background-container-on-light-lowest, #FFF);
  padding: var(--Input-Field-Field-vPadding, 4px) var(--Input-Field-Field-hPadding-Right, 16px) var(--Input-Field-Field-vPadding, 4px) var(--Input-Field-Field-hPadding-Left, 16px);
  color: var(--lift-text-on-light-subdued, rgba(0, 13, 26, 0.57));
  text-overflow: ellipsis;
  font-family: var(--lift-global-font-family, "Open Sans");
  font-size: var(--Input-Field-Placeholder-Text-Field-Font-Size, 14px);
  font-style: normal;
  font-weight: var(--Input-Field-Placeholder-Text-Field-Font-Weight, 400);
  line-height: var(--Input-Field-Placeholder-Text-Field-Line-Height, 16px);
  /* 114.286% */
  letter-spacing: var(--Input-Field-Placeholder-Text-Field-Letter-Spacing, 0.25px);
  width: 100%;
}

.tui__choice_container .choices__inner::after {
  font-family: "loopicon";
  content: "\e116";
  position: absolute;
  color: #8A9DB1;
  font-size: 16px;
  top: 19px;
  right: 20px;
  pointer-events: none;
}

.tui__choice_container .choices__inner .choices__button {
  background: none;
  width: 14px;
  height: 14px;
  text-indent: 0;
  color: transparent;
  padding: 0;
}

.tui__choice_container .choices__inner .choices__button::before {
  content: "\e126";
  font-family: "loopicon";
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  position: relative;
  right: 0px;
  font-weight: 100;
  top: 0px;
}

.tui__choice_container .is-open .choices__inner {
  border-radius: var(--input-field-field-border-radius);
}

.tui__choice_container .choices__list--multiple .choices__item {
  border-radius: var(--Tag-Border-Raduis, 50px);
  border: 1px solid var(--outline-on-light-default);
  background: var(--lift-background-container-on-light-lowest, #FFF);
  overflow: hidden;
  color: var(--lift-text-on-light-default, rgba(0, 13, 26, 0.7));
  font-family: var(--lift-global-font-family, "Open Sans");
  font-size: var(--Tag-Label-Font-Size, 16px);
  font-style: normal;
  font-weight: var(--Tag-Label-Font-Weight, 400);
  line-height: var(--Tag-Label-Line-Heigh, 16px);
  /* 100% */
  letter-spacing: var(--Tag-Label-Letter-Space, 0.25px);
  padding: var(--Tag-vPadding, 8px) var(--Tag-hPadding, 12px);
  margin: var(--Tag-vPadding, 4px) var(--Tag-vPadding, 8px) var(--Tag-vPadding, 4px) var(--spacing-none);
}

.tui__choice_container .choices__input {
  width: 20px !important;
}

html[lang=ar] .tui__choice_container .choices__inner {
  padding: 4px 16px 4px 32px;
}

html[lang=ar] .tui__choice_container .choices__inner::after {
  left: 20px;
  right: auto;
}

html[lang=ar] .choices__list--dropdown .choices__list,
html[lang=ar] .choices__list[aria-expanded] .choices__list {
  direction: rtl;
}

@media (min-width: 640px) {

  html[lang=ar] .choices__list--dropdown .choices__item--selectable,
  html[lang=ar] .choices__list[aria-expanded] .choices__item--selectable {
    padding: 10px 10px 10px 100px;
  }
}

html[lang=ar] .tui__choice_container .choices__list--multiple {
  direction: rtl;
}

html[lang=ar] .choices__input {
  float: right;
}

html[lang=ar] .tui__choice_container .choices__list--multiple .choices__item {
  float: right;
  margin: var(--Tag-vPadding, 4px) var(--spacing-none) var(--Tag-vPadding, 4px) var(--Tag-vPadding, 8px);
}
.one-step {
  content: "";
  -webkit-clip-path: polygon(0% 20%, 68% 20%, 68% 0%, 100% 50%, 68% 100%, 68% 80%, 0% 80%);
  clip-path: polygon(0% 20%, 68% 20%, 68% 0%, 100% 50%, 68% 100%, 68% 80%, 0% 80%);
  width: 250px;
  color: #fff;
  height: 95px;
  background: #CC8500;
  padding: 28px;
  margin: 0px auto 32px auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

html[lang="fr"] .one-step,
html[data-lang="fr"] .one-step{
  width: 300px;
  font-size: 14px;
  line-height: 20px;
}


.lp__lead_introtext {
  font-size: 1.375rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.87);
}
    .lp__newsletter_msg p {
  margin-bottom: 16px;
}
.lp__lead_paragraph_lg {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: rgba(0, 0, 0, 0.87);
      margin-bottom: 16px;
}
.lp__lead_smtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}

.lp__lead_mdtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}

.lp__lead_lgtitle {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
