
/* width */
.styles_container__31DZJ::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.styles_container__31DZJ::-webkit-scrollbar-track {
  background-color: rgba(var(--rgb-color-gray9), 0.1);
}
/* Handle */
.styles_container__31DZJ::-webkit-scrollbar-thumb {
  background-color: rgba(var(--rgb-color-gray9), 0.2);
  border-radius: 5px;
  background-clip: padding-box;
}

.styles_item__3YjHv {
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-animation: styles_itemAnim__3f6vS 1.2s linear infinite;
	        animation: styles_itemAnim__3f6vS 1.2s linear infinite;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.styles_item__3YjHv:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  clip: inherit;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 0 0 2px;
  -webkit-animation: styles_afterAnim__2k-FN 1.2s ease-in-out infinite;
          animation: styles_afterAnim__2k-FN 1.2s ease-in-out infinite;
}

@-webkit-keyframes styles_itemAnim__3f6vS {
  0% {
    visibility: hidden;
    display: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    visibility: visible;
    display: block;
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes styles_itemAnim__3f6vS {
  0% {
    visibility: hidden;
    display: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    visibility: visible;
    display: block;
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@-webkit-keyframes styles_afterAnim__2k-FN {
  0% {
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset 0 0 0 2px;
  }
  100% {
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes styles_afterAnim__2k-FN {
  0% {
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset 0 0 0 2px;
  }
  100% {
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.styles_small__293Hq {
  width: 1.6rem;
  height: 1.6rem;
}
.styles_small__293Hq .styles_item__3YjHv {
  clip: rect(0, 1.6rem, 1.6rem, 0.8rem);
}

.styles_medium__Xqd2Q {
  width: 2.2rem;
  height: 2.2rem;
}
.styles_medium__Xqd2Q .styles_item__3YjHv {
  clip: rect(0, 2.2rem, 2.2rem, 1.1rem);
}

.styles_large__3orSR {
  width: 3rem;
  height: 3rem;
}
.styles_large__3orSR .styles_item__3YjHv {
  clip: rect(0, 3rem, 3rem, 1.5rem);
}

*, *::before, *::after {
  box-sizing: border-box;
}
.wiloke-elements-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
.wiloke-elements-wrapper img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.wiloke-elements-wrapper [contenteditable] {
  outline: none !important;
  cursor: text !important;
}
.wiloke-elements-wrapper .rs {
  all: revert;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-family: var(--font-primary);
  color: #332f4b;
  color: var(--color-gray7);
}
.email-table-content a {
  all: revert;
  color: inherit;
}
#el_capture_overlay {
  z-index: 9999999999999999;
}
.wiloke-elements-wrapper input, .wiloke-elements-wrapper textarea {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.wiloke-elements-wrapper p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.hotspot-animation {
  -webkit-animation: hotspot 2s infinite;
          animation: hotspot 2s infinite;
}
@-webkit-keyframes hotspot {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes hotspot {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.bg-animation {
  position: absolute !important;
  top: 0 !important;
  right: 100%;
  z-index: -1 !important;
  width: 300% !important;
  height: 100% !important;
  background: linear-gradient(90deg, #f53a82 0%, #9557ff 25%, #f53a82 50%, #9557ff 75%, #f53a82 100%) !important;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 25%, var(--color-primary) 50%, var(--color-secondary) 75%, var(--color-primary) 100%) !important;
  -webkit-animation: bgAnimation 3s linear infinite !important;
          animation: bgAnimation 3s linear infinite !important;
}
@-webkit-keyframes bgAnimation {
  80%, 100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
  }
}
@keyframes bgAnimation {
  80%, 100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
  }
}
#wiloke-add-elements {
  display: inline-flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-left: 9px;
  padding: 0;
  background-color: #f2295b;
  border-width: 0;
  border-radius: 30px;
  vertical-align: -2px;
  cursor: pointer;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  --bs-gutter-y: 15px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
:root { --color-primary:#f53a82;--rgb-color-primary:245, 58, 130;--color-secondary:#9557ff;--rgb-color-secondary:149, 87, 255;--color-tertiary:#352855;--rgb-color-tertiary:53, 40, 85;--color-quaternary:#65fffa;--rgb-color-quaternary:101, 255, 250;--color-dark:#161420;--rgb-color-dark:22, 20, 32;--color-gray9:#252237;--rgb-color-gray9:37, 34, 55;--color-gray8:#2f2a44;--rgb-color-gray8:47, 42, 68;--color-gray7:#332f4b;--rgb-color-gray7:51, 47, 75;--color-gray6:#3b3955;--rgb-color-gray6:59, 57, 85;--color-gray5:#706d8f;--rgb-color-gray5:112, 109, 143;--color-gray4:#9d9aba;--rgb-color-gray4:157, 154, 186;--color-gray3:#d1d0e1;--rgb-color-gray3:209, 208, 225;--color-gray2:#edecf3;--rgb-color-gray2:237, 236, 243;--color-gray1:#f4f3f7;--rgb-color-gray1:244, 243, 247;--color-light:#ffffff;--rgb-color-light:255, 255, 255;--color-primary-freeze:#f53a82;--rgb-color-primary-freeze:245, 58, 130;--color-secondary-freeze:#9557ff;--rgb-color-secondary-freeze:149, 87, 255;--color-tertiary-freeze:#352855;--rgb-color-tertiary-freeze:53, 40, 85;--color-quaternary-freeze:#65fffa;--rgb-color-quaternary-freeze:101, 255, 250;--color-dark-freeze:#161420;--rgb-color-dark-freeze:22, 20, 32;--color-gray9-freeze:#252237;--rgb-color-gray9-freeze:37, 34, 55;--color-gray8-freeze:#2f2a44;--rgb-color-gray8-freeze:47, 42, 68;--color-gray7-freeze:#332f4b;--rgb-color-gray7-freeze:51, 47, 75;--color-gray6-freeze:#3b3955;--rgb-color-gray6-freeze:59, 57, 85;--color-gray5-freeze:#706d8f;--rgb-color-gray5-freeze:112, 109, 143;--color-gray4-freeze:#9d9aba;--rgb-color-gray4-freeze:157, 154, 186;--color-gray3-freeze:#d1d0e1;--rgb-color-gray3-freeze:209, 208, 225;--color-gray2-freeze:#edecf3;--rgb-color-gray2-freeze:237, 236, 243;--color-gray1-freeze:#f4f3f7;--rgb-color-gray1-freeze:244, 243, 247;--color-light-freeze:#ffffff;--rgb-color-light-freeze:255, 255, 255;--font-primary:Roboto, sans-serif;--font-secondary:Poppins, sans-serif;--font-tertiary:Playfair Display;--font-quaternary:Lexend Deca; } :root.dark { --color-primary:#f53a82;--rgb-color-primary:245, 58, 130;--color-secondary:#9557ff;--rgb-color-secondary:149, 87, 255;--color-tertiary:#352855;--rgb-color-tertiary:53, 40, 85;--color-quaternary:#65fffa;--rgb-color-quaternary:101, 255, 250;--color-dark:#ffffff;--rgb-color-dark:255, 255, 255;--color-gray9:#ffffff;--rgb-color-gray9:255, 255, 255;--color-gray8:#f4f3f7;--rgb-color-gray8:244, 243, 247;--color-gray7:#edecf3;--rgb-color-gray7:237, 236, 243;--color-gray6:#d1d0e1;--rgb-color-gray6:209, 208, 225;--color-gray5:#9d9aba;--rgb-color-gray5:157, 154, 186;--color-gray4:#706d8f;--rgb-color-gray4:112, 109, 143;--color-gray3:#3b3955;--rgb-color-gray3:59, 57, 85;--color-gray2:#332f4b;--rgb-color-gray2:51, 47, 75;--color-gray1:#2f2a44;--rgb-color-gray1:47, 42, 68;--color-light:#252237;--rgb-color-light:37, 34, 55; }
[class*="lines-"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
[dir=rtl] .wiloke-elements-wrapper .l\:50\% { left: initial }
[dir=rtl] .wiloke-elements-wrapper .l\:0 { left: initial }
[dir=rtl] .wiloke-elements-wrapper .r\:0 { right: initial }
[dir=rtl] .wiloke-elements-wrapper .l\:36px\@782px { left: initial }
[dir=rtl] .wiloke-elements-wrapper .l\:160px\@960px { left: initial }
[dir=rtl] .wiloke-elements-wrapper .mr\:5px { margin-right: initial }
[dir=rtl] .wiloke-elements-wrapper .l\:0\! { left: initial }
[dir=rtl] .wiloke-elements-wrapper .ml\:5px\! { margin-left: initial }
[dir=rtl] .wiloke-elements-wrapper .mr\:30px { margin-right: initial }
[dir=rtl] .wiloke-elements-wrapper .mr\:10px { margin-right: initial }
[dir=rtl] .wiloke-elements-wrapper .mr\:50px { margin-right: initial }
[dir=rtl] .wiloke-elements-wrapper .ml\:10px { margin-left: initial }
[dir=rtl] .wiloke-elements-wrapper .ml\:15px { margin-left: initial }
[dir=rtl] .wiloke-elements-wrapper .pr\:12px { padding-right: initial }
[dir=rtl] .wiloke-elements-wrapper .pl\:12px { padding-left: initial }
[dir=rtl] .wiloke-elements-wrapper .l\:20px { left: initial }
.lines-1 { -webkit-line-clamp: 1 }
.wiloke-elements-wrapper .cur\:pointer { cursor: pointer }
.wiloke-elements-wrapper .h\:16px { height: 16px }
.wiloke-elements-wrapper .h\:40px { height: 40px }
.wiloke-elements-wrapper .l\:50\% { left: 50% }
[dir=rtl] .wiloke-elements-wrapper .l\:50\% { right: 50% }
.wiloke-elements-wrapper .t\:50\% { top: 50% }
.wiloke-elements-wrapper .op\:0\.7\|h:hover { opacity: 0.7 }
.wiloke-elements-wrapper .pos\:relative { position: relative }
.wiloke-elements-wrapper .pos\:absolute { position: absolute }
.wiloke-elements-wrapper .trf\:translate\(-50\%\,-50\%\) { -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) }
[dir=rtl] .wiloke-elements-wrapper .trf\:translate\(-50\%\,-50\%\) { -webkit-transform: translate(50%,-50%); transform: translate(50%,-50%) }
.wiloke-elements-wrapper .trs\:0\.3s { transition: 0.3s }
.wiloke-elements-wrapper .w\:16px { width: 16px }
.wiloke-elements-wrapper .w\:40px { width: 40px }
.wiloke-elements-wrapper .bgc\:color-primary\! { background-color: #f53a82 !important; background-color: var(--color-primary) !important }
.wiloke-elements-wrapper .c\:color-light\! { color: #ffffff !important; color: var(--color-light) !important }
.wiloke-elements-wrapper .d\:inline-flex { display: inline-flex }
.wiloke-elements-wrapper .ai\:center { align-items: center }
.wiloke-elements-wrapper .h\:100\% { height: 100% }
.wiloke-elements-wrapper .ov\:hidden { overflow: hidden }
.wiloke-elements-wrapper .p\:0_12px\! { padding: 0 12px !important }
.wiloke-elements-wrapper .pos\:relative\! { position: relative !important }
.wiloke-elements-wrapper .td\:none { text-decoration: none }
.wiloke-elements-wrapper .us\:none { -webkit-user-select: none; user-select: none }
.wiloke-elements-wrapper .w\:100\% { width: 100% }
.wiloke-elements-wrapper .z\:9 { z-index: 9 }
.wiloke-elements-wrapper .bgc\:color-gray2 { background-color: #edecf3; background-color: var(--color-gray2) }
.wiloke-elements-wrapper .bxsh\:0px_1px_1px_rgba\(0\,0\,0\,0\.08\) { box-shadow: 0px 1px 1px rgba(0,0,0,0.08) }
.wiloke-elements-wrapper .c\:color-tertiary { color: #352855; color: var(--color-tertiary) }
.wiloke-elements-wrapper .c\:color-gray6 { color: #3b3955; color: var(--color-gray6) }
.wiloke-elements-wrapper .ff\:font-primary { font-family: Roboto, sans-serif; font-family: var(--font-primary) }
.wiloke-elements-wrapper .fw\:600 { font-weight: 600 }
.wiloke-elements-wrapper .fw\:400 { font-weight: 400 }
.wiloke-elements-wrapper .fz\:21px { font-size: 21px }
.wiloke-elements-wrapper .fz\:14px { font-size: 14px }
.wiloke-elements-wrapper .h\:1px { height: 1px }
.wiloke-elements-wrapper .mt\:30px { margin-top: 30px }
.wiloke-elements-wrapper .mt\:10px { margin-top: 10px }
.wiloke-elements-wrapper .bgc\:color-light { background-color: #ffffff; background-color: var(--color-light) }
.wiloke-elements-wrapper .bgc\:color-gray1 { background-color: #f4f3f7; background-color: var(--color-gray1) }
.wiloke-elements-wrapper .c\:color-gray7 { color: #332f4b; color: var(--color-gray7) }
.wiloke-elements-wrapper .l\:0 { left: 0 }
[dir=rtl] .wiloke-elements-wrapper .l\:0 { right: 0 }
.wiloke-elements-wrapper .t\:46px { top: 46px }
.wiloke-elements-wrapper .t\:0 { top: 0 }
.wiloke-elements-wrapper .b\:0 { bottom: 0 }
.wiloke-elements-wrapper .ovy\:auto { overflow-y: auto }
.wiloke-elements-wrapper .pos\:fixed { position: fixed }
.wiloke-elements-wrapper .z\:999999 { z-index: 999999 }
.wiloke-elements-wrapper .r\:0 { right: 0 }
[dir=rtl] .wiloke-elements-wrapper .r\:0 { left: 0 }
.wiloke-elements-wrapper .c\:color-primary { color: #f53a82; color: var(--color-primary) }
.wiloke-elements-wrapper .c\:color-gray3 { color: #d1d0e1; color: var(--color-gray3) }
.wiloke-elements-wrapper .c\:color-gray5 { color: #706d8f; color: var(--color-gray5) }
.wiloke-elements-wrapper .d\:flex { display: flex }
.wiloke-elements-wrapper .fld\:column { flex-direction: column }
.wiloke-elements-wrapper .jc\:center { justify-content: center }
.wiloke-elements-wrapper .ff\:font-secondary { font-family: Poppins, sans-serif; font-family: var(--font-secondary) }
.wiloke-elements-wrapper .fz\:25px { font-size: 25px }
.wiloke-elements-wrapper .fz\:40px { font-size: 40px }
.wiloke-elements-wrapper .fz\:13px { font-size: 13px }
.wiloke-elements-wrapper .m\:auto { margin: auto }
.wiloke-elements-wrapper .maw\:600px { max-width: 600px }
.wiloke-elements-wrapper .p\:80px_10px { padding: 80px 10px }
.wiloke-elements-wrapper .p\:20px_0 { padding: 20px 0 }
.wiloke-elements-wrapper .bgi\:linear-gradient\(60deg\,color-primary\,color-secondary\) { background-image: linear-gradient(60deg,#f53a82,#9557ff); background-image: linear-gradient(60deg,var(--color-primary),var(--color-secondary)) }
.wiloke-elements-wrapper .bd\:1px_solid_color-gray1 { border: 1px solid #f4f3f7; border: 1px solid var(--color-gray1) }
.wiloke-elements-wrapper .bdrs\:6px { border-radius: 6px }
.wiloke-elements-wrapper .bgc\:color-gray1\|h:hover { background-color: #f4f3f7; background-color: var(--color-gray1) }
.wiloke-elements-wrapper .bxsh\:0_5px_10px_color-gray8-freeze\.1 { box-shadow: 0 5px 10px rgba(47, 42, 68, .1); box-shadow: 0 5px 10px rgba(var(--rgb-color-gray8-freeze), .1) }
[dir=rtl] .wiloke-elements-wrapper .bxsh\:0_5px_10px_color-gray8-freeze\.1 { box-shadow: 0 5px 10px rgba(47, 42, 68, -.1); box-shadow: 0 5px 10px rgba(var(--rgb-color-gray8-freeze), -.1) }
.wiloke-elements-wrapper .fz\:12px { font-size: 12px }
.wiloke-elements-wrapper .m\:3px_0 { margin: 3px 0 }
.wiloke-elements-wrapper .mr\:5px { margin-right: 5px }
[dir=rtl] .wiloke-elements-wrapper .mr\:5px { margin-left: 5px }
.wiloke-elements-wrapper .miw\:150px\! { min-width: 150px !important }
.wiloke-elements-wrapper .p\:6px_12px { padding: 6px 12px }
.wiloke-elements-wrapper .p\:6px_0 { padding: 6px 0 }
.wiloke-elements-wrapper .mt\:45px { margin-top: 45px }
.wiloke-elements-wrapper .ta\:center { text-align: center }
.wiloke-elements-wrapper .c\:color-gray4 { color: #9d9aba; color: var(--color-gray4) }
.wiloke-elements-wrapper .c\:color-gray8 { color: #2f2a44; color: var(--color-gray8) }
.wiloke-elements-wrapper .bdrs\:50\%\! { border-radius: 50% !important }
.wiloke-elements-wrapper .bgc\:color-light\! { background-color: #ffffff !important; background-color: var(--color-light) !important }
.wiloke-elements-wrapper .c\:color-primary\! { color: #f53a82 !important; color: var(--color-primary) !important }
.wiloke-elements-wrapper .d\:inline-flex\! { display: inline-flex !important }
.wiloke-elements-wrapper .ai\:center\! { align-items: center !important }
.wiloke-elements-wrapper .jc\:center\! { justify-content: center !important }
.wiloke-elements-wrapper .fw\:500\! { font-weight: 500 !important }
.wiloke-elements-wrapper .fz\:11px\! { font-size: 11px !important }
.wiloke-elements-wrapper .h\:20px\! { height: 20px !important }
.wiloke-elements-wrapper .h\:100\%\! { height: 100% !important }
.wiloke-elements-wrapper .l\:0\! { left: 0 !important }
[dir=rtl] .wiloke-elements-wrapper .l\:0\! { right: 0 !important }
.wiloke-elements-wrapper .lh\:normal\! { line-height: normal !important }
.wiloke-elements-wrapper .ml\:5px\! { margin-left: 5px !important }
[dir=rtl] .wiloke-elements-wrapper .ml\:5px\! { margin-right: 5px !important }
.wiloke-elements-wrapper .t\:0\! { top: 0 !important }
.wiloke-elements-wrapper .pos\:absolute\! { position: absolute !important }
.wiloke-elements-wrapper .w\:20px\! { width: 20px !important }
.wiloke-elements-wrapper .w\:100\%\! { width: 100% !important }
.wiloke-elements-wrapper .z\:1\! { z-index: 1 !important }
.wiloke-elements-wrapper .z\:-1\! { z-index: -1 !important }
.wiloke-elements-wrapper .bgc\:color-light\.7 { background-color: rgba(255, 255, 255, .7); background-color: rgba(var(--rgb-color-light), .7) }
.wiloke-elements-wrapper .z\:999999999999 { z-index: 999999999999 }
.wiloke-elements-wrapper .d\:inline-block { display: inline-block }
.wiloke-elements-wrapper .bdrs\:8px { border-radius: 8px }
.wiloke-elements-wrapper .bgc\:color-primary { background-color: #f53a82; background-color: var(--color-primary) }
.wiloke-elements-wrapper .bgc\:transparent { background-color: transparent }
.wiloke-elements-wrapper .c\:color-light { color: #ffffff; color: var(--color-light) }
.wiloke-elements-wrapper .c\:color-gray9 { color: #252237; color: var(--color-gray9) }
.wiloke-elements-wrapper .c\:color-gray4\|\|ph::-webkit-input-placeholder { color: #9d9aba; color: var(--color-gray4) }
.wiloke-elements-wrapper .c\:color-gray4\|\|ph::placeholder { color: #9d9aba; color: var(--color-gray4) }
.wiloke-elements-wrapper .d\:block { display: block }
.wiloke-elements-wrapper .jc\:space-between { justify-content: space-between }
.wiloke-elements-wrapper .flw\:wrap { flex-wrap: wrap }
.wiloke-elements-wrapper .fxw\:wrap { flex-wrap: wrap }
.wiloke-elements-wrapper .fz\:16px { font-size: 16px }
.wiloke-elements-wrapper .fz\:22px { font-size: 22px }
.wiloke-elements-wrapper .h\:80px { height: 80px }
.wiloke-elements-wrapper .h\:50px { height: 50px }
.wiloke-elements-wrapper .mr\:30px { margin-right: 30px }
[dir=rtl] .wiloke-elements-wrapper .mr\:30px { margin-left: 30px }
.wiloke-elements-wrapper .mr\:10px { margin-right: 10px }
[dir=rtl] .wiloke-elements-wrapper .mr\:10px { margin-left: 10px }
.wiloke-elements-wrapper .mr\:50px { margin-right: 50px }
[dir=rtl] .wiloke-elements-wrapper .mr\:50px { margin-left: 50px }
.wiloke-elements-wrapper .p\:0_80px { padding: 0 80px }
.wiloke-elements-wrapper .p\:14px_20px { padding: 14px 20px }
.wiloke-elements-wrapper .p\:0_10px { padding: 0 10px }
.wiloke-elements-wrapper .p\:10px { padding: 10px }
.wiloke-elements-wrapper .w\:pfs\(150px\,246px\) { width: clamp(150px, 12vw + 102px, 246px) }
.wiloke-elements-wrapper .z\:1 { z-index: 1 }
.wiloke-elements-wrapper .bd\:0 { border: 0 }
.wiloke-elements-wrapper .bdt\:1px_solid_color-gray2 { border-top: 1px solid #edecf3; border-top: 1px solid var(--color-gray2) }
.wiloke-elements-wrapper .bdrs\:12px { border-radius: 12px }
.wiloke-elements-wrapper .bgc\:color-gray5-freeze\.6 { background-color: rgba(112, 109, 143, .6); background-color: rgba(var(--rgb-color-gray5-freeze), .6) }
.wiloke-elements-wrapper .bxsh\:none { box-shadow: none }
.wiloke-elements-wrapper .c\:color-light-freeze { color: #ffffff; color: var(--color-light-freeze) }
.wiloke-elements-wrapper .jc\:flex-end { justify-content: flex-end }
.wiloke-elements-wrapper .fw\:500 { font-weight: 500 }
.wiloke-elements-wrapper .h\:calc\(100\%_-_50px\) { height: calc(100% - 50px) }
.wiloke-elements-wrapper .h\:calc\(100\%_-_50px_-_56px\) { height: calc(100% - 50px - 56px) }
.wiloke-elements-wrapper .h\:56px { height: 56px }
.wiloke-elements-wrapper .h\:36px { height: 36px }
.wiloke-elements-wrapper .ins\:0 { inset: 0 }
.wiloke-elements-wrapper .ml\:10px { margin-left: 10px }
[dir=rtl] .wiloke-elements-wrapper .ml\:10px { margin-right: 10px }
.wiloke-elements-wrapper .ovx\:hidden { overflow-x: hidden }
.wiloke-elements-wrapper .p\:0_20px { padding: 0 20px }
.wiloke-elements-wrapper .trs\:0\.2s { transition: 0.2s }
.wiloke-elements-wrapper .z\:9999999991 { z-index: 9999999991 }
.wiloke-elements-wrapper .z\:-1 { z-index: -1 }
.wiloke-elements-wrapper .bdb\:1px_solid_color-gray2 { border-bottom: 1px solid #edecf3; border-bottom: 1px solid var(--color-gray2) }
.wiloke-elements-wrapper .c\:color-primary\|h:hover { color: #f53a82; color: var(--color-primary) }
.wiloke-elements-wrapper .flxs\:0 { flex-shrink: 0 }
.wiloke-elements-wrapper .m\:0 { margin: 0 }
.wiloke-elements-wrapper .ml\:15px { margin-left: 15px }
[dir=rtl] .wiloke-elements-wrapper .ml\:15px { margin-right: 15px }
.wiloke-elements-wrapper .p\:10px_5px_10px_10px { padding: 10px 5px 10px 10px }
[dir=rtl] .wiloke-elements-wrapper .p\:10px_5px_10px_10px { padding: 10px 10px 10px 5px }
.wiloke-elements-wrapper .w\:25\% { width: 25% }
.wiloke-elements-wrapper .w\:50\% { width: 50% }
.wiloke-elements-wrapper .w\:36px { width: 36px }
.wiloke-elements-wrapper .h\:35px { height: 35px }
.wiloke-elements-wrapper .p\:0 { padding: 0 }
.wiloke-elements-wrapper .pt\:50px { padding-top: 50px }
.wiloke-elements-wrapper .pr\:12px { padding-right: 12px }
[dir=rtl] .wiloke-elements-wrapper .pr\:12px { padding-left: 12px }
.wiloke-elements-wrapper .pb\:50px { padding-bottom: 50px }
.wiloke-elements-wrapper .pl\:12px { padding-left: 12px }
[dir=rtl] .wiloke-elements-wrapper .pl\:12px { padding-right: 12px }
.wiloke-elements-wrapper .w\:35px { width: 35px }
.wiloke-elements-wrapper .w\:fit-content { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content }
.wiloke-elements-wrapper .bdrs\:10px { border-radius: 10px }
.wiloke-elements-wrapper .bdrs\:4px { border-radius: 4px }
.wiloke-elements-wrapper .bxsh\:0px_2px_10px_rgba\(0\,0\,0\,0\.08\) { box-shadow: 0px 2px 10px rgba(0,0,0,0.08) }
.wiloke-elements-wrapper .l\:20px { left: 20px }
[dir=rtl] .wiloke-elements-wrapper .l\:20px { right: 20px }
.wiloke-elements-wrapper .mt\:5px { margin-top: 5px }
.wiloke-elements-wrapper .t\:-18px { top: -18px }
.wiloke-elements-wrapper .p\:20px { padding: 20px }
.wiloke-elements-wrapper .p\:3px_8px { padding: 3px 8px }
.wiloke-elements-wrapper .p\:4px_13px { padding: 4px 13px }
.wiloke-elements-wrapper .tt\:capitalize { text-transform: capitalize }
.wiloke-elements-wrapper .bdrs\:3px { border-radius: 3px }
.wiloke-elements-wrapper .bgc\:color-secondary { background-color: #9557ff; background-color: var(--color-secondary) }
.wiloke-elements-wrapper .c\:color-light\|h\!:hover { color: #ffffff !important; color: var(--color-light) !important }
.wiloke-elements-wrapper .c\:\#000000 { color: #000000 }
.wiloke-elements-wrapper .d\:none { display: none }
.wiloke-elements-wrapper .trf\:translate\(-20\%\,_20\%\) { -webkit-transform: translate(-20%, 20%); transform: translate(-20%, 20%) }
[dir=rtl] .wiloke-elements-wrapper .trf\:translate\(-20\%\,_20\%\) { -webkit-transform: translate(20%, 20%); transform: translate(20%, 20%) }
.wiloke-elements-wrapper .bgc\:color-gray9-freeze { background-color: #252237; background-color: var(--color-gray9-freeze) }
.wiloke-elements-wrapper .c\:color-gray6\.8 { color: rgba(59, 57, 85, .8); color: rgba(var(--rgb-color-gray6), .8) }
.wiloke-elements-wrapper .mb\:4px { margin-bottom: 4px }
.wiloke-elements-wrapper .miw\:44\% { min-width: 44% }
.wiloke-elements-wrapper .pb\:10px { padding-bottom: 10px }
.wiloke-elements-wrapper .w\:56\% { width: 56% }
.wiloke-elements-wrapper .bd\:0\! { border: 0 !important }
.wiloke-elements-wrapper .h\:32px { height: 32px }
.wiloke-elements-wrapper .o\:none\! { outline: none !important }
.wiloke-elements-wrapper .p\:0_12px { padding: 0 12px }
.wiloke-elements-wrapper .bgc\:color-gray8-freeze { background-color: #2f2a44; background-color: var(--color-gray8-freeze) }
.wiloke-elements-wrapper .c\:color-gray2-freeze { color: #edecf3; color: var(--color-gray2-freeze) }
.wiloke-elements-wrapper .p\:4px_10px { padding: 4px 10px }
.wiloke-elements-wrapper .pe\:none { pointer-events: none }
.wiloke-elements-wrapper .z\:9999999999 { z-index: 9999999999 }
.wiloke-elements-wrapper .h\:30px { height: 30px }
.wiloke-elements-wrapper .h\:auto { height: auto }
.wiloke-elements-wrapper .m\:0_3px { margin: 0 3px }
.wiloke-elements-wrapper .mb\:15px { margin-bottom: 15px }
.wiloke-elements-wrapper .op\:0 { opacity: 0 }
.wiloke-elements-wrapper .op\:1 { opacity: 1 }
.wiloke-elements-wrapper .p\:0_15px { padding: 0 15px }
.wiloke-elements-wrapper .v\:hidden { visibility: hidden }
.wiloke-elements-wrapper .v\:visible { visibility: visible }
@media (min-width:782px) { 
.wiloke-elements-wrapper .l\:36px\@782px { left: 36px }
[dir=rtl] .wiloke-elements-wrapper .l\:36px\@782px { right: 36px }
.wiloke-elements-wrapper .t\:32px\@782px { top: 32px } }
@media (min-width:960px) { 
.wiloke-elements-wrapper .l\:160px\@960px { left: 160px }
[dir=rtl] .wiloke-elements-wrapper .l\:160px\@960px { right: 160px } }
@media (max-width:991px) { 
.wiloke-elements-wrapper .jc\:center\@\+md { justify-content: center }
.wiloke-elements-wrapper .mt\:20px\@\+md { margin-top: 20px }
.wiloke-elements-wrapper .p\:0_10px\@\+md { padding: 0 10px }
.wiloke-elements-wrapper .w\:100\%\@\+md { width: 100% } }
