@charset "UTF-8";
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;
  position: relative;
  z-index: 10;
}
#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;
}

.link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: start;
  font-weight: 300;
}
.link svg {
  transition: all ease-in-out 250ms;
}
.link svg path {
  color: rgb(148, 111, 221);
}
.link:hover svg {
  transform: translateX(0.25rem);
}

.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;
  }
}
.section-blog .blog__tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 808px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .section-blog .blog__tiles {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .section-blog .blog__tiles {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-blog .blog__grid {
  display: flex;
  justify-content: space-between;
  gap: 128px;
}
@media only screen and (max-width: 1200px) {
  .section-blog .blog__grid {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .section-blog .blog__grid {
    flex-direction: column;
  }
}

.blog-tile {
  border-radius: 10px;
  text-decoration: none;
  color: #401268;
  background: #FFFFFF;
  overflow: hidden;
  transition: box-shadow 250ms ease-in-out;
  width: 384px;
  height: 450px;
  max-width: 100%;
  position: relative;
}
.blog-tile .inner {
  height: 100%;
}
.blog-tile .image-wrap {
  min-height: 195px;
}
.blog-tile__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blog-tile .tile-date {
  color: #946FDD;
  font-size: 14px;
}
.blog-tile .tile-title {
  font-size: 20px;
}
.blog-tile .tile-pretext {
  font-size: 1rem;
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}
.blog-tile:hover {
  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);
}
.blog-tile:hover .tile-title {
  text-decoration: underline;
}
.blog-tile:hover .tile-pretext {
  opacity: 1;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0;
  min-width: 288px;
}
.sidebar__title {
  width: 100%;
  color: #401268;
  margin-bottom: 20px;
}
.sidebar__article {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 0.75rem;
  margin: 5px 0;
  color: #FFFFFF;
  padding-top: 1.4rem;
  border-top: 1px solid #FFFFFF;
}
.sidebar__article:hover p.title {
  text-decoration: underline;
}
.sidebar__article:first-of-type {
  border: none;
  padding-top: 0;
}
.sidebar__article .img-container {
  height: 137px;
}
.sidebar__article .top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sidebar__article .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar__article .bottom p {
  font-size: 14px;
}
.sidebar__article .bottom .category {
  color: #946FDD;
}
.sidebar .recommended-articles__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #401268;
  border-radius: 10px;
  padding: 3rem 2rem;
}
.sidebar__categories {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sidebar__categories .category {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.sidebar__categories .category svg {
  transition: all ease-in-out 250ms;
}
.sidebar__categories .category:hover svg {
  transform: translateX(0.5rem);
}
.sidebar__categories .category a {
  color: #401268;
  text-decoration: none;
}
.sidebar__tags .tags__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.sidebar__tags .sidebar__tag {
  display: inline-block;
  text-decoration: none;
  color: #401268;
  opacity: 0.5;
  font-size: 15px;
}
.sidebar__tags .sidebar__tag:hover {
  opacity: 1;
}

a .date {
  text-decoration: none !important;
}

.blog-pagination {
  display: flex;
  justify-content: end;
  gap: 0.25rem !important;
  padding-top: 4rem;
  justify-content: center;
}
.blog-pagination a {
  color: #401268;
}
.blog-pagination .page-numbers {
  display: flex;
  gap: 1rem;
}
.blog-pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.blog-pagination .page-numbers li span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #EBEBEB;
  padding: 0;
}
.blog-pagination .page-numbers li:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #EBEBEB;
  padding: 0;
}

.cta-banner {
  padding-top: 3rem;
}
.cta-banner__content {
  text-align: center;
  background-color: #401268;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 2rem;
}
.cta-banner h3 {
  color: white;
}
.cta-banner h3 span {
  color: #946FDD;
  display: block;
}
.cta-banner p {
  color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 858px;
}
.cta-banner .btn {
  margin-left: auto;
  margin-right: auto;
}
.cta-banner .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .cta-banner .buttons {
    flex-direction: column;
  }
}
.cta-banner .buttons .btn {
  margin: 0;
}

.blog-text-block {
  background: #946FDD;
  color: white;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  padding-bottom: 2rem;
  margin: 3rem 0;
}
.blog-text-block__title {
  text-transform: uppercase;
  margin: 0;
  padding: 1.5rem;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
  border-bottom: 1px solid white !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
  background: transparent !important;
  font-size: 14px !important;
}
.blog-text-block__text {
  padding-top: 1rem;
  margin-bottom: 0 !important;
}

.blog-citation-block {
  border: 1px solid rgba(64, 18, 104, 0.2);
  padding: 1.5rem 2.5rem;
  padding-left: 7rem;
  border-radius: 10px;
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .blog-citation-block {
    padding: 1.5rem 2.5rem;
  }
}
.blog-citation-block::before {
  content: "“";
  font-size: 88px;
  color: rgba(64, 18, 104, 0.5);
  font-weight: 700;
  position: absolute;
  top: 0.7rem;
  left: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .blog-citation-block::before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 60px;
  }
}
.blog-citation-block .content-image img {
  height: 80px;
  width: 80px;
}
.blog-citation-block .person-name {
  font-weight: 400;
}
.blog-citation-block .person-position {
  color: #946FDD;
  font-size: 14px;
}
.blog-citation-block .citation-details {
  margin-top: 1.5rem;
}
.blog-citation-block p {
  margin-bottom: 0 !important;
}

.header-content-title {
  font-size: 25px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.header-content-back a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #401268 !important;
}
.header-content-back svg {
  transform: scale(1.35);
  transition: transform 250ms ease-in-out;
}
.header-content-back:hover svg {
  transform: scale(1.35) translateX(-0.25rem);
}

.asia .header-content-title {
  font-size: 40px;
}

.header-content-img-wrap {
  margin: 1rem 0;
}

.header-content-tags {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding-left: 0 !important;
  flex-wrap: wrap;
  list-style-type: none !important;
}
@media only screen and (max-width: 1200px) {
  .header-content-tags {
    gap: 0;
    margin-bottom: 0 !important;
  }
}
.header-content-tags li {
  color: #946FDD;
}
.header-content-tags a {
  text-decoration: none;
  color: #946FDD;
}
.header-content-tags a:hover {
  text-decoration: underline;
}

.header-content-grid {
  display: flex;
  justify-content: space-between;
}

.header-content-date {
  font-size: 12px;
}

.header-content-excerpt p {
  margin-bottom: 0 !important;
}

.main-article {
  display: flex;
  flex-direction: column;
}

.post-content {
  width: 808px;
  max-width: 100%;
  color: #401268;
}
.post-content .container {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .post-content {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .post-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.post-content h1.header-content-title {
  color: #401268;
}
.post-content h2 {
  display: block;
  font-size: 26px;
  margin-bottom: 1rem;
}
.post-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.post-content dl,
.post-content ol,
.post-content ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.post-content ol,
.post-content ul {
  padding-left: 2rem;
}
.post-content ul {
  list-style-type: square;
}
.post-content li {
  margin-bottom: 0.8rem;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-content .wp-block-image {
  margin: 1rem 0;
}
.post-content a {
  color: #401268;
}
.post-content a:hover {
  color: #946FDD;
}

.blog .link {
  position: absolute;
  bottom: 1rem;
}

.asia .post-content h2 {
  display: block;
  background: #57347d;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  padding-left: 1.2rem;
  font-size: 26px;
  margin-bottom: 1rem;
}
.asia .post-content h3 {
  border-bottom: #57347d 4px solid;
  background: rgba(87, 52, 125, 0.4);
  padding: 8px;
  font-size: 22px;
  padding-left: 1.2rem;
  font-weight: 600;
}
