main.modal-blur {
  backdrop-filter: blur(10px);
}

#modal-container {
  position: absolute;
  width: 100%;
  top: 109px;
  left: 0;
  transform: scale(0);
  z-index: 10000;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(0);
}
#modal-container .close svg {
  border-radius: 100%;
  cursor: pointer;
  transition: all ease-in-out 250ms;
  float: right;
}
#modal-container .close svg:hover {
  background-color: #946FDD;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background .bottom-overlay {
  width: 1543.554px;
  height: 871.295px;
  position: absolute;
  bottom: -30rem;
  right: -30rem;
  transform: rotate(158.058deg);
  flex-shrink: 0;
  opacity: 0.5;
  background: linear-gradient(180deg, #946FDD 0%, rgba(148, 111, 221, 0) 100%);
}
#modal-container .modal-background .modal {
  overflow: hidden;
  width: 100%;
  background: white;
  border-radius: 20px;
  position: relative;
  max-width: 100vw;
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  border-bottom: #946FDD solid 18px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal {
    padding: 1rem;
  }
}
#modal-container .modal-background .modal__block--scaling .btn {
  margin: 2rem auto;
  display: block;
}
#modal-container .modal-background .modal h2 {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal h2 {
    padding-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 600;
  }
}
#modal-container .modal-background .modal .modal__programs tr th:first-of-type,
#modal-container .modal-background .modal .modal__programs tr td:first-of-type {
  padding-right: 0;
  max-width: 260px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal .modal__programs tr th:first-of-type,
  #modal-container .modal-background .modal .modal__programs tr td:first-of-type {
    padding-right: 1rem;
  }
}
#modal-container .modal-background .modal table {
  border-collapse: collapse;
  width: 100%;
}
#modal-container .modal-background .modal table td,
#modal-container .modal-background .modal table th {
  border-top: 1px solid rgba(64, 18, 104, 0.2);
  padding: 1.25rem 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table td,
  #modal-container .modal-background .modal table th {
    padding: 1.25rem 1rem;
    padding-left: 0;
  }
}
#modal-container .modal-background .modal table td i,
#modal-container .modal-background .modal table th i {
  font-style: normal;
  color: #2EC4B6;
}
#modal-container .modal-background .modal table th {
  font-size: 20px;
  font-weight: 600;
}
#modal-container .modal-background .modal table td:first-of-type,
#modal-container .modal-background .modal table th:first-of-type {
  text-align: left;
}
#modal-container .modal-background .modal table tr:last-of-type td i {
  font-weight: 600;
  font-size: 20px;
  color: #401268;
  display: block;
}
#modal-container .modal-background .modal table tr:last-of-type td .btn {
  font-weight: normal;
  display: block;
  padding: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__programs {
    display: none;
  }
}
#modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type) {
  font-weight: 400;
  font-size: 16px;
}
#modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type) {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type) {
    font-size: 14px;
  }
  #modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type) {
    font-size: 16px;
  }
  #modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type, :last-of-type),
  #modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type, :last-of-type) {
    display: none;
  }
}
#modal-container .modal-background .modal table.modal__scaling tr td:first-of-type {
  max-width: 300px;
}
#modal-container .modal-background .modal table.modal__scaling tr:last-of-type td {
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
}
#modal-container .modal-background .modal table.modal__details {
  margin-bottom: 5rem;
}
#modal-container .modal-background .modal table.modal__details td {
  text-align: left;
}
#modal-container .modal-background .modal table.modal__details tr:last-of-type td {
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
}
#modal-container .modal-background .modal table.modal__details td {
  line-height: 1.75rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__details td {
    text-align: left;
  }
  #modal-container .modal-background .modal table.modal__details td:first-of-type {
    font-weight: 600;
  }
}
#modal-container .modal-background .modal .modal__programs--mobile {
  display: none;
  margin-top: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head {
  text-align: center;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head .slider-arrow {
  border: none;
  background: none;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head .left-arrow img {
  transform: rotate(180deg);
}
#modal-container .modal-background .modal .modal__programs--mobile .title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: solid rgba(64, 18, 104, 0.2) 1px;
  grid-template-columns: 2fr 1fr;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature div:last-of-type {
  text-align: center;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature:last-of-type div:last-of-type p {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal .modal__programs--mobile {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: translateX(-50%) scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: translateX(-50%) scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: translateX(-50%) scale(1);
  }
  99.9% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*======================
   Set Cookies
=======================*/
#cookie-bar {
  background: #000000;
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 9999999999999;
}

#cookie-bar p {
  font-size: 0.8rem;
  line-height: 24px;
  color: #adadad;
}

#cookie-bar button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
#cookie-bar button:hover {
  background: #FFFFFF;
  color: #000000;
}

#cookie-bar a {
  color: #fff;
}

#contentcookie {
  display: grid;
  grid-gap: 1rem;
}

@media (max-width: 767px) {
  #cookie-bar p {
    width: 100%;
    font-size: 14px;
  }
  #cookie-bar button {
    width: 100%;
  }
  #cookie-bar a {
    color: #fff;
  }
  #contentcookie {
    padding: 20px 0px;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #contentcookie {
    grid-template-columns: 1fr 200px;
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #contentcookie {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #contentcookie {
    padding: 20px 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

video {
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  overflow-x: hidden !important;
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
}

input {
  outline: none;
  border: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

img {
  max-width: 100%;
}

body {
  color: #401268;
  background-color: #F9F5FE;
  position: relative;
  width: 100vw;
  overflow-x: hidden !important;
}

.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

html,
body {
  max-width: 100%;
  position: relative;
}

.container {
  padding: 25px;
}

ul {
  padding-left: 0;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .scroll-lock {
    position: fixed;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 80px;
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
  }
  .container--small {
    max-width: 1015px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__content .container {
    left: 25vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer {
  background: white;
  padding-top: 0.3rem;
}

nav ul {
  list-style-type: none;
}
nav ul a {
  text-decoration: none;
}

@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora/Sora-VariableFont_wght.ttf") format("truetype");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
body,
input,
button {
  font-family: "Sora", sans-serif;
}

b {
  font-weight: bold !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 36.5px;
  }
}
h1.tags i,
.h1.tags i {
  font-style: normal !important;
}
h1.tags .subsentence,
.h1.tags .subsentence {
  display: flex;
}
h1.tags span,
.h1.tags span {
  padding: 1rem 1.75rem;
  display: inline-block;
  margin: 0.75rem;
}
@media only screen and (max-width: 768px) {
  h1.tags span,
  .h1.tags span {
    padding: 0.5rem 0.75rem;
    margin: 0.5rem;
  }
}
h1.tags span.one,
.h1.tags span.one {
  border-radius: 115px;
  background: #946FDD;
  color: white;
}
h1.tags span.two,
.h1.tags span.two {
  border-radius: 0;
  background: #401268;
  color: #946FDD;
}
h1.tags span.three,
.h1.tags span.three {
  border-radius: 30px;
  color: #401268;
  border: 3px solid #401268;
  background: #FFFFFF;
}
h1.tags span.four,
.h1.tags span.four {
  border-radius: 115px;
  background: #401268;
  color: #FFFFFF;
  border-radius: 115px;
}
h1.tags span.five,
.h1.tags span.five {
  border-radius: 115px;
  color: #401268;
  background: #946FDD;
  border-radius: 15px;
}
h2,
.h2 {
  font-size: 44px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

.asia h3,
.asia .h3 {
  font-size: 28px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .asia h3,
  .asia .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 140%;
}

p {
  font-size: 16px;
  line-height: 180%;
}

.info-text p,
.info-text span,
.info-text a,
p.info,
span.info {
  font-size: 14px;
  opacity: 0.5;
}
.info-text p--upper,
.info-text span--upper,
.info-text a--upper,
p.info--upper,
span.info--upper {
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
}
.section-title span,
.section-title b {
  color: #946FDD;
  font-weight: 400 !important;
}

button {
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #401268;
  text-align: center;
  padding: 12px 36px;
  width: fit-content;
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn--primary {
  color: #401268;
}
.btn--primary:hover {
  color: #FFFFFF;
  background: #401268;
}
.btn--primary--alt {
  background: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--primary--alt:hover {
  border-color: #946FDD;
  background: #946FDD;
}
.btn--secondary {
  color: #FFFFFF;
  background: #401268;
}
.btn--secondary:hover {
  color: #401268;
  background: #FFFFFF;
}
.btn--secondary--alt {
  background: #946FDD;
  border-color: #946FDD;
}
.btn--secondary--alt:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.btn--secondary--green {
  background: #2EC4B6;
  color: #401268;
  border-color: #2EC4B6;
}
.btn--secondary--green:hover {
  color: #401268;
  background: #FFFFFF;
  border-color: #401268;
}
.btn--secondary--yellow {
  background: #FFC759;
  color: #401268;
  border-color: #FFC759;
}
.btn--secondary--yellow:hover {
  color: #401268;
  background: #FFFFFF;
  border-color: #401268;
}
.btn--secondary--light {
  background: #946FDD;
  color: #FFFFFF;
  border-color: #946FDD;
}
.btn--secondary--light:hover {
  color: #FFFFFF;
  background: #401268;
  border-color: #401268;
}
.btn--secondary--newsletter {
  background: #2EC4B6;
  color: #401268;
  border-color: #2EC4B6;
}
.btn--secondary--newsletter:hover {
  color: #FFFFFF;
  background: #946FDD;
  border-color: #946FDD;
}

.two-one-layout {
  padding-top: 0;
  display: grid;
  position: relative;
}

.one-one-layout {
  display: grid;
  grid-gap: 1rem;
}

.one-two-layout {
  display: grid;
  grid-gap: 1rem;
}

@media only screen and (min-width: 1024px) {
  .two-one-layout {
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
  }
  .one-one-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .one-two-layout {
    grid-template-columns: 1fr 2fr;
  }
}
/*
 * 16 February 2022
 * Range Slider Progress in Chrome with pure CSS
 *
 * === This CodePen demonstrates how we can implement range slider "progress fill" in Webkit browsers using a `clip-path` and a `box-shadow` ===
 *
 * === There is an open issue about Standardizing input[type="range"] styling (https://github.com/w3c/csswg-drafts/issues/4410). For all I know, it hasn't been implemented yet ===
 *
 * === This demo is meant for Chrome browsers. But it'll also work in Firefox because Firefox provides the `::-moz-range-progress` pseudo-class ===
 *
 * more info. in the details view
 *
 */
/* === range theme and appearance === */
input[type=range] {
  font-size: 1.5rem;
  width: 12.5em;
}

input[type=range] {
  color: #401268;
  --thumb-height: 1.125em;
  --track-height: 0.125em;
  --track-color: rgba(0, 0, 0, 0.2);
  --brightness-hover: 101%;
  --brightness-down: 80%;
  --clip-edges: 0.125em;
}

input[type=range].win10-thumb {
  color: #2b2d42;
  --thumb-height: 1.375em;
  --thumb-width: 0.5em;
  --clip-edges: 0.0125em;
}

@media (prefers-color-scheme: dark) {
  html {
    background-color: #000;
  }
  html::before {
    background: radial-gradient(circle at center, #101112, #000);
  }
  input[type=range] {
    color: #f07167;
  }
  input[type=range].win10-thumb {
    color: #3a86ff;
  }
}
/* === range commons === */
input[type=range] {
  position: relative;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

input[type=range]:active {
  cursor: grabbing;
}

input[type=range]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}

/* === WebKit specific styles === */
input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
  filter: brightness(100%);
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  position: relative;
  filter: brightness(100%);
  color: #401268 !important;
}

input[type=range]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));
  filter: brightness(100%);
  clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}

input[type=range]:hover::-webkit-slider-thumb {
  filter: brightness(var(--brightness-hover));
  cursor: grab;
}

input[type=range]:active::-webkit-slider-thumb {
  filter: brightness(var(--brightness-down));
  cursor: grabbing;
}

input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px);
}

input[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

/* === Firefox specific styles === */
input[type=range],
input[type=range]::-moz-range-track,
input[type=range]::-moz-range-thumb {
  appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

input[type=range]::-moz-range-track,
input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-progress {
  background: rgba(255, 255, 255, 0);
}

input[type=range]::-moz-range-thumb {
  background: currentColor;
  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
}

input[type=range]:active::-moz-range-thumb {
  cursor: grabbing;
}

input[type=range]::-moz-range-track {
  width: 100%;
  background: var(--track-color);
}

input[type=range]::-moz-range-progress {
  appearance: none;
  background: currentColor;
  transition-delay: 30ms;
}

input[type=range]::-moz-range-track,
input[type=range]::-moz-range-progress {
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}

input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-progress {
  filter: brightness(100%);
}

input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-progress {
  background: #401268;
  filter: brightness(var(--brightness-hover));
}

input[type=range]:hover::-moz-range-thumb,
input[type=range]:hover::-moz-range-progress {
  filter: brightness(var(--brightness-hover));
}

input[type=range]:active::-moz-range-thumb,
input[type=range]:active::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}

input[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}

.rotatingText {
  align-items: center;
  display: flex;
}

.rotatingText-content {
  position: relative;
  width: 100%;
}

.rotatingText-adjective {
  left: 0;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 140px;
}
.rotatingText-adjective:nth-of-type(1) {
  animation: rotate-text-right 3s 0.75s;
}
.rotatingText-adjective:nth-of-type(2) {
  animation: rotate-text-right 3s 3.75s;
}
.rotatingText-adjective:nth-of-type(3) {
  animation: rotate-text-right 3s 6.5s;
}
.rotatingText-adjective:nth-of-type(4) {
  animation: rotate-text-right 3s 9.25s;
}
.rotatingText-adjective:nth-of-type(5) {
  animation: fade-text-in 1.5s 11.75s forwards;
}

@keyframes rotate-text-up {
  0% {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
}
@keyframes rotate-text-right {
  0% {
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
}
@keyframes fade-text-in {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hero {
  position: relative;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  .hero {
    height: auto;
    padding-bottom: 5rem;
  }
}
.hero__background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 20% right 0;
  position: absolute;
}
.hero__content {
  position: relative;
  z-index: 10;
}
.hero__content h1 {
  max-width: 80%;
}
@media only screen and (max-width: 576px) {
  .hero__content h1 {
    max-width: 100%;
  }
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}
.hero .tradingview {
  padding-top: 5rem;
  position: absolute;
  width: 100%;
  bottom: 0rem;
  z-index: 10;
}

.funded-accounts {
  /* the slides */
  /* the parent */
}
.funded-accounts .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
}
.funded-accounts .slick-arrow.slick-prev {
  left: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0/100% no-repeat;
}
.funded-accounts .slick-arrow.slick-next {
  right: 0;
  background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0/100% no-repeat;
}
.funded-accounts .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.funded-accounts .container:nth-of-type(1) {
  padding-bottom: 1rem !important;
}
.funded-accounts__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.funded-accounts__head h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 808px;
}
.funded-accounts__head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 392px;
}
.funded-accounts__payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .funded-accounts__payment-methods {
    gap: 2rem;
  }
}
.funded-accounts__payment-methods img {
  max-height: 46px;
}
@media only screen and (max-width: 768px) {
  .funded-accounts__payment-methods img {
    max-height: 20px;
  }
}
.funded-accounts__slider {
  display: flex;
  gap: 2rem;
  margin-top: 3.5rem;
  padding-top: 3rem;
  padding-top: 0;
  border: 1px solid rgba(148, 111, 221, 0.2);
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
}
@media only screen and (max-width: 768px) {
  .funded-accounts__slider {
    border: none;
    flex-direction: column;
  }
}
.funded-accounts .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .funded-accounts .slick-slide {
    margin: 0 -5px;
  }
}
.funded-accounts .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .funded-accounts .slick-list {
    margin: 0 -5px;
  }
}
.funded-accounts .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.funded-accounts .slick-dots li {
  margin: 0 0.25rem;
}
.funded-accounts .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(148, 111, 221, 0.2);
  text-indent: -9999px;
}
.funded-accounts .slick-dots li.slick-active button {
  background-color: #946FDD;
}
.funded-accounts .funded-account {
  text-align: center;
  border: 1px solid rgba(148, 111, 221, 0.2);
  border-radius: 40px;
  margin: 3.8rem 15px;
  outline: none !important;
  transition: transform ease-in-out 250ms;
}
@media only screen and (max-width: 768px) {
  .funded-accounts .funded-account {
    margin: 4rem 15px;
    margin-bottom: 2.5rem;
  }
  .funded-accounts .funded-account.slick-center {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.funded-accounts .funded-account .more-info {
  margin-top: 0.6rem;
  color: #401268;
}
.funded-accounts .funded-account__head {
  color: #FFFFFF;
  background: #946FDD;
  font-weight: bold;
  border-radius: 40px 40px 0 0;
  padding: 1rem 0;
  position: relative;
}
.funded-accounts .funded-account__head p {
  font-size: 28px;
}
.funded-accounts .funded-account__head img {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.funded-accounts .funded-account.popular .funded-account__head:before {
  content: "Most popular";
  background: #2EC4B6;
  position: absolute;
  top: -37px;
  left: 50%;
  width: 188px;
  height: 49px;
  line-height: 49px;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #401268;
  text-align: center;
  font-weight: 400;
}
.funded-accounts .funded-account__features {
  display: flex;
  flex-direction: column;
}
.funded-accounts .funded-account__features .feature {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(148, 111, 221, 0.2);
}
.funded-accounts .funded-account__features .feature:last-of-type {
  border-bottom: 1px solid rgba(148, 111, 221, 0.2);
}
.funded-accounts .funded-account__features .feature img {
  height: 18px;
  width: 18px;
  display: block;
  margin: 0 auto;
}
.funded-accounts .funded-account__features .feature p:first-of-type {
  opacity: 0.5;
}
.funded-accounts .funded-account__summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 2.5rem;
  padding-top: 1rem;
}
.funded-accounts .funded-account__summary p {
  opacity: 0.5;
}
.funded-accounts .funded-account__summary p.price {
  opacity: 1;
  font-weight: bold;
  font-size: 28px;
}
.funded-accounts .funded-account__summary .btn {
  width: 100%;
  font-size: 14px;
}

.asia .funded-accounts .funded-account .funded-account__head p.name {
  font-weight: 500;
}
.asia .curfex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .asia .curfex {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.asia .curfex img {
  width: 164px;
}
.asia .curfex p {
  color: #BBB8BF;
}

.statistics {
  background: #401268;
  color: #FFFFFF;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .statistics {
    border-radius: 0 0 80px 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.statistics .container {
  position: relative;
}
.statistics__globe {
  position: absolute;
  width: 450px;
  height: 450px;
  left: -450px;
  bottom: -60px;
}
.statistics__grid {
  display: grid;
  grid-template-columns: 12fr 8fr;
  gap: 5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .statistics__grid {
    grid-template-columns: 1fr;
  }
}
.statistics .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .statistics .stats {
    grid-row: 2;
  }
}
.statistics .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-basis: 50%;
}
.statistics .stats .stat__title {
  font-size: 64px;
  line-height: 120%;
  color: #946FDD;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .statistics .stats .stat__title {
    font-size: 34px;
  }
}
.statistics--line {
  background: #946FDD;
  padding: 5rem 0;
}
.statistics--line .stats {
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .statistics--line .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.statistics--line .stats .stat__title {
  color: #FFFFFF;
  justify-content: center;
}
.statistics--line .stats .stat__description {
  color: #401268;
}
.statistics .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}

.products {
  /* the slides */
  /* the parent */
}
.products__grid {
  display: grid;
  grid-template-columns: 391px 5fr;
  grid-gap: 2.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .products__grid {
    grid-template-columns: 1fr;
    display: block;
  }
}
.products__grid .left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
.products__showcase {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .products__showcase {
    display: unset;
    padding: 2rem 0;
    margin: 2rem 0;
  }
}
.products * {
  transition: transform ease-in-out 250ms;
}
.products .product {
  transition: width ease 500ms;
  width: 110px;
  max-width: fit-content;
  overflow: hidden;
  padding: 0 2rem;
  border-left: 1px solid rgba(64, 18, 104, 0.2);
  will-change: width;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .product:first-of-type {
  width: 300px;
}
@media only screen and (max-width: 1200px) {
  .products .product:first-of-type {
    max-width: unset;
    width: unset;
  }
}
.products .product:first-of-type .product__features,
.products .product:first-of-type .product__summary {
  opacity: 1 !important;
}
.products .product:first-of-type h3 {
  transform: none !important;
}
@media only screen and (max-width: 1200px) {
  .products .product {
    padding: 0;
    border: none;
    will-change: unset;
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 20px;
  }
}
.products .product.slick-center {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform ease-in-out 250ms;
}
.products .product h3 {
  transform-origin: left top;
  transform: rotate(90deg) translateY(-1rem);
  transition: none !important;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .products .product h3 {
    transform: none;
  }
}
.products .product__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products .product__features .feature p:not(.info) {
  font-weight: bold;
}
.products .product__summary {
  padding: 2rem 0;
}
@media only screen and (max-width: 1200px) {
  .products .product__summary {
    padding-bottom: 0;
  }
}
.products .product__summary .price {
  border-top: 1px solid rgba(64, 18, 104, 0.2);
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
  padding: 1.5rem 0;
  margin: 1rem 0;
}
.products .product__summary .price span,
.products .product__summary .price strong,
.products .product__summary .price b {
  font-weight: bold;
  font-size: 28px;
}
.products .product__summary .btn {
  margin-bottom: 1rem;
}
.products .product__features, .products .product__summary {
  display: flex;
  flex-direction: column;
  min-width: 235px;
  opacity: 0;
  transition: opacity ease-in-out 200ms;
}
@media only screen and (max-width: 1200px) {
  .products .product__features, .products .product__summary {
    opacity: 1;
    min-width: initial;
  }
}
.products .product--expanded {
  width: 300px;
  transition: width ease 500ms;
}
@media only screen and (max-width: 1200px) {
  .products .product--expanded {
    width: auto;
  }
}
.products .product--expanded h3 {
  transform: rotate(0deg) translate(0);
}
@media only screen and (max-width: 1200px) {
  .products .product--expanded h3 {
    transform: none;
  }
}
.products .product--expanded .product__features,
.products .product--expanded .product__summary {
  transition: opacity ease-in-out 200ms;
  opacity: 1;
}
.products .slick-slide {
  margin: 0 15px;
}
.products .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.picker-title {
  padding-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1350px) {
  .picker-title {
    display: none;
  }
}

.section-picker {
  text-rendering: auto;
}
@media only screen and (max-width: 992px) {
  .section-picker {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-picker__head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 806px;
}
.section-picker__head p {
  margin-top: 1rem;
}
.section-picker .picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
  border-radius: 40px;
  padding: 3.5rem;
  padding-left: 4.5rem;
  grid-gap: 7rem;
  margin: 5rem 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  .section-picker .picker {
    display: none;
  }
}
.section-picker .picker__inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.section-picker .picker__inputs h4 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.section-picker .picker__input {
  width: 100%;
}
.section-picker .picker__input input[type=range] {
  width: 100%;
  scroll-snap-type: x mandatory;
  color: #401268 !important;
}
.section-picker .picker__input input[type=range]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));
  /* Set brightness to 101 */
  filter: brightness(101%);
  clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}
.section-picker .picker__input .possible-values {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.section-picker .picker__input .possible-values span {
  transition: all ease-in-out 100ms;
  transform: scale(0.95);
  cursor: pointer;
}
.section-picker .picker__input .possible-values span.input-selected {
  opacity: 1 !important;
  transform: scale(1);
}
.section-picker .picker__input .possible-values span:hover {
  transform: scale(1);
  opacity: 1 !important;
}
.section-picker .picker__result {
  background: #401268;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 2rem 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  transition: all ease-in-out 200ms;
}
.section-picker .picker__result::before {
  content: "Best choice";
  text-transform: uppercase;
  background: white;
  padding: 1.5rem 2rem;
  text-align: center;
  color: #401268;
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  width: 140px;
  padding: 12px 36px;
  border: 1px solid var(--F--WHITE, #FFF);
  background: var(--F--WHITE, #FFF);
  box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.1);
  animation: jumpOut 0.5s forwards;
}
.section-picker .picker__result.picker-inactive {
  filter: grayscale(100%);
}
.section-picker .picker__result.picker-inactive::before {
  animation: none;
  transform: scale(0);
}
.section-picker .picker__result:hover {
  filter: none;
}
@keyframes jumpOut {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.section-picker .picker__result-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section-picker .picker__result h3 #result-plan {
  font-size: 28px;
}
.section-picker .picker__result h3 #result-price {
  font-size: 48px;
  font-weight: 600;
  display: block;
  padding: 1.8rem 0;
}
.section-picker .picker__result h4#result-benefit {
  min-height: 75.6px;
}
.section-picker .picker__summary {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps {
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 806px;
}
@media only screen and (max-width: 992px) {
  .steps {
    padding: 2rem 0;
  }
}
.steps__caret {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .steps__caret {
    display: none;
  }
}
.steps__grid {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
  gap: 2rem;
  flex: 1 1 0px;
}
@media only screen and (max-width: 992px) {
  .steps__grid {
    flex-direction: column;
    padding-top: 0;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.steps .step {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: start;
}
@media only screen and (max-width: 992px) {
  .steps .step {
    flex-direction: row;
    justify-content: start;
  }
}
.steps .step h4 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 119px;
}
.steps .step h4 span {
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .steps .step h4 {
    margin: 0;
    max-width: 100%;
    text-align: left;
    align-items: start;
    gap: 0.5rem;
  }
}
.steps .step .circle {
  background: #FFFFFF;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.5px 0.7px 19px -39px rgba(0, 0, 0, 0.085), 1.6px 2.5px 63.7px -39px rgba(0, 0, 0, 0.125), 7px 11px 285px -39px rgba(0, 0, 0, 0.21);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .steps .step .circle {
    width: 68px;
    min-width: 68px;
    height: 68px;
  }
}
.steps .step .circle::before {
  width: 25px;
  height: 25px;
  background: #401268;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .steps .step .circle::before {
    height: 14px;
    width: 14px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 992px) {
  .steps .step .circle img {
    height: 25px;
  }
}
.steps .step .circle::before,
.steps .step .circle img {
  transition: transform ease-in-out 250ms;
}
.steps .step .circle:hover::before,
.steps .step .circle:hover img {
  transform: scale(1.1);
}
.steps .step:nth-of-type(1) .circle:before {
  content: "1";
}
.steps .step:nth-of-type(2) .circle:before {
  content: "2";
}
.steps .step:nth-of-type(3) .circle:before {
  content: "3";
}
.steps .step:nth-of-type(4) .circle:before {
  content: "4";
}
.steps .step:nth-of-type(5) .circle:before {
  content: "5";
}

.asia .steps .step .circle::before {
  background: #946FDD;
}

.affiliate-steps__head {
  text-align: center;
}
.affiliate-steps__head h3 {
  color: #401268;
}
.affiliate-steps__head h3 span {
  color: #946FDD;
}

.image-blocks {
  background: #FFFFFF;
  padding-top: 1rem;
}
.image-blocks__grid {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 10rem;
  margin-bottom: -12rem;
}
@media only screen and (max-width: 768px) {
  .image-blocks__grid {
    gap: 5rem;
  }
}
.image-blocks .image-block {
  display: flex;
  gap: 6rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block {
    flex-direction: column;
    gap: 3rem;
  }
}
.image-blocks .image-block__title {
  font-size: 48px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block__title {
    font-size: 28px;
  }
}
.image-blocks .image-block > div {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .image-blocks .image-block > div {
    width: 100%;
  }
}
.image-blocks .image-block p {
  max-width: 440px;
}
.image-blocks .image-block:nth-of-type(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block:nth-of-type(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block:nth-of-type(even) {
    text-align: left;
  }
}
.image-blocks .image-block:nth-of-type(even) p {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block:nth-of-type(even) p {
    margin-left: 0;
  }
}
.image-blocks .image-block .content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .image-blocks .image-block .content {
    gap: 1.5rem;
  }
}

.section-content-switches {
  padding-bottom: 0;
}

.content-boxes-switches {
  background: #F6F5F8;
  border-radius: 49px;
  box-shadow: 0.5px 0.7px 19px -39px rgba(0, 0, 0, 0.085), 1.6px 2.5px 63.7px -39px rgba(0, 0, 0, 0.125), 7px 11px 285px -39px rgba(0, 0, 0, 0.21);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem;
  position: relative;
}
.content-boxes-switches p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .content-boxes-switches p {
    font-size: 15px;
  }
}
.content-boxes-switches .button-highlight {
  width: 50%;
  border-radius: 49px;
  background: #401268;
  height: 80px;
  position: absolute;
  left: 0.5rem;
  top: 8;
  animation: leftRight 200ms ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-play-state: paused;
}
.content-boxes-switches .button-highlight.right {
  animation-play-state: running;
}
.content-boxes-switches .button-highlight.left {
  animation: rightLeft 100ms linear;
}
@keyframes leftRight {
  0% {
    left: 2%;
  }
  100% {
    left: 48%;
  }
}
@keyframes rightLeft {
  0% {
    left: 48%;
  }
  100% {
    left: 2%;
  }
}
.content-boxes-switches button {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  color: #401268;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 80px;
  font-size: 14px;
  transition: all 200ms ease;
  z-index: 9;
}
.content-boxes-switches button p {
  margin: 0;
}
.content-boxes-switches button svg {
  fill: black;
}
.content-boxes-switches button.active {
  color: #FFFFFF;
}
.content-boxes-switches button.active svg {
  fill: white;
}

.section-media .slider {
  transform: translateY(-2.5rem);
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}
.section-media .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.section-media .slider::before {
  left: 0;
  top: 0;
}
.section-media .slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-media .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 5500px;
  gap: 0.5rem;
}
.section-media .slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 250px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: 1rem;
  background-color: white;
}
.section-media .slider .slide:nth-child(3n+2) {
  border-radius: 20px;
}
.section-media .slider .slide:nth-child(3n) {
  border-radius: 48px;
}
.section-media .slider .slide a {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .section-media .slider .slide::before, .section-media .slider .slide::after {
    width: 50px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2750px);
  }
}

.asia .section-reviews {
  background-color: #401268;
}
.asia .section-reviews h2 {
  color: white;
}
.asia .section-reviews h2 span {
  color: #946FDD;
}
.asia .section-reviews .twitter-reviews .review {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 2rem;
}
.asia .section-reviews .twitter-reviews .review a {
  color: #FFFFFF;
}
.asia .section-reviews .twitter-reviews .review p {
  margin-bottom: 0;
}
.asia .section-reviews .twitter-reviews .review .user {
  display: grid;
  grid-template-columns: 67px 1fr;
  align-items: center;
  grid-gap: 1.5rem;
}
.asia .section-reviews .twitter-reviews .review .user .user__icon {
  width: 67px;
  height: 67px;
  border: black 3px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.asia .section-reviews .twitter-reviews .review .user .user__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asia .section-reviews .twitter-reviews .review .user .user__name,
.asia .section-reviews .twitter-reviews .review .user .user__tag {
  font-weight: bold;
  color: #FFFFFF;
}
.asia .section-reviews .twitter-reviews .review .user .user__tag {
  color: #FFFFFF;
  text-decoration: underline;
}
.asia .section-reviews .twitter-reviews .review .message .message__text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.asia .section-reviews .twitter-reviews .review .message__cta {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .asia .section-reviews .twitter-reviews .review {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.asia .swiper {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.asia .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  height: 18px;
  width: 18px;
  opacity: 1 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.asia .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #946FDD;
}
.asia .section-content-switches__head {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.asia .content-protrader.visible,
.asia .content-swifttrader.visible {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.asia .content-protrader,
.asia .content-swifttrader {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.asia .funded-accounts {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .asia .content-box-switches button p {
    font-size: 15px !important;
  }
}
