/** Pricing switcher **/
:root {
  --color-1: #000000;
  --color-2: #FFFFFF;
  --color-3: #000000;
  --color-4: #FFFFFF;
  --bg-padding: 7px;
  --button-width: 99px;
  --button-height: 38px;
  --animation-time: .3s;
  --flamingo-queen-1: #000;
  --flamingo-queen-2: #143DFF;
  --flamingo-queen-3: #C11EE9;
  --flamingo-queen-4: #000;
  --border-size: 3px;
  --border-radius: 17px;
}

body {
  position: relative;
  transition: 0.3s ease;
}

/** Request page **/
section {
  background-color: transparent;
}

.main {
  padding: 0;
}

.main-trial {
  padding-top: 104px;
  position: relative;
  /* ---- Monthly / Annual toggle ---- */
}
.main-trial .pricing-switcher {
  gap: 12px;
  margin-bottom: 40px;
}
.main-trial .pricing-switcher .fieldset {
  width: 65px;
  height: 30px;
  padding: 0;
  border: 1px solid #BDBDBD;
  border-radius: 50px;
  cursor: pointer;
  flex-shrink: 0;
}
.main-trial .pricing-switcher input[type=radio] {
  display: none;
}
.main-trial .pricing-switcher label {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #BDBDBD;
  border-radius: 0;
  background: none;
  text-transform: none;
  position: static;
  transition: color 0.3s ease;
}
.main-trial .pricing-switcher label.active {
  color: #000;
}
.main-trial .pricing-switcher .l-monthly, .main-trial .pricing-switcher .l-annual {
  padding: 0;
}
.main-trial .pricing-switcher .switch {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 22px;
  height: 22px;
  background-color: #111;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-trial .pricing-switcher .fieldset.is-annual .switch {
  transform: translateX(33px);
}

.request-demo-main {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}

.request-hero, .awards-3d.border {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

picture {
  width: 100%;
  height: 100%;
}

.request-hero--slider {
  overflow: hidden;
}
.request-hero--slider .swiper-wrapper {
  display: flex;
  width: max-content;
  transition: none !important;
}
@media (min-width: 1025px) {
  .request-hero--slider .swiper-wrapper {
    animation: marquee-scroll 30s linear infinite;
  }
}
.request-hero--slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 33px;
}
.request-hero--slider .swiper-slide img {
  width: auto;
  height: 68px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.switches-wrap,
.switches-container, .switches-container span {
  position: relative;
}

.switches-container, .switches-container .switch-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switches-wrap {
  width: 100%;
}

.switches-container {
  width: fit-content;
  margin: -40px auto 0;
  z-index: 3;
  padding: 12px;
  border-radius: 6px;
  transform: translateY(-50%);
  gap: 10px;
}
.switches-container .switch-btn {
  font-size: 20px;
  font-family: "Satoshi", sans-serif;
  color: #fff;
  font-weight: 500;
  z-index: 2;
  padding: 17px 20px;
  border-radius: 6px;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.request-hero__wrap {
  position: relative;
}
.request-hero__wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.bd-popup {
  border-radius: 3px;
}
.bd-popup .remoda-custom-wrapper {
  grid-template-columns: 60% 42%;
  grid-template-rows: unset;
}
.bd-popup .remodal-thumbnail {
  height: 90%;
}
.bd-popup .remodal-thumbnail img {
  object-fit: contain;
}

.pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 40px;
  background-size: cover;
}

.theme-light body {
  background-color: #FCFCFC;
}
.theme-light .pricing {
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}
.theme-light .pricing::before {
  background: url("../img/pricing/pricing-white-bg.webp") no-repeat center center;
}
.theme-light .pricing__item .title {
  background-color: #F5F5F5;
}
.theme-light .pricing-switcher__text {
  color: #000;
  background-color: #fff;
}
.theme-light .switches-container .switch-btn:hover {
  background-color: #EFEFEF;
}
.theme-light .request-hero__wrap::after {
  border-radius: 2099px;
  background-color: #DDD;
  filter: blur(105px);
  bottom: -113%;
  left: 50%;
  width: 2099px;
  height: 577px;
  transform: translateX(-50%);
}
.theme-light .switches-container {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.theme-light .switches-container .switch-btn.active {
  background-color: #000;
  color: #fff;
}
.theme-light .switches-container .switch-btn:not(.active) {
  color: #000;
}
.theme-light .pricing .pricing__item .save-badge {
  color: #fff;
  background-color: #000;
}
.theme-light .box-1::before, .theme-light .box-1::after {
  background-image: conic-gradient(from var(--angle), var(--color-2) 0deg, var(--color-2) 200deg, #143DFF 270deg, #C11EE9 330deg, var(--color-2) 360deg);
}
.theme-light .slider-switcher {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.theme-light .request-hero-tailor {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.theme-light .request-hero-yourfit {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.theme-light .custom-list ul li:before {
  background-color: #fff;
}
.theme-light .pricing__item .button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

html.theme-dark {
  background-color: #F1F1F1;
}
html.theme-dark body {
  background-color: #000;
}
html.theme-dark .request-hero--slider {
  opacity: 0.7;
}
html.theme-dark .pricing {
  position: relative;
  background-color: #000;
  padding-bottom: 100px;
}
html.theme-dark .pricing::before {
  background: url("../img/pricing/pricing-black-bg.webp") no-repeat center center;
}
html.theme-dark .pricing__item .title {
  background-color: rgba(255, 255, 255, 0.13);
}
html.theme-dark .switches-container .switch-btn:hover {
  background-color: #212121;
}
html.theme-dark .awards-3d {
  display: none;
}
html.theme-dark .request-hero-yourfit {
  position: relative;
  opacity: 1;
  z-index: 1;
}
html.theme-dark .request-hero-tailor {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
html.theme-dark .request-hero__wrap::after {
  bottom: -113%;
  left: 50%;
  width: 1538px;
  height: 577px;
  transform: translateX(-50%);
  border-radius: 1538px;
  opacity: 0.47;
  background: #1C41D9;
  filter: blur(175px);
}
html.theme-dark .request-hero__title {
  color: #fff;
}
html.theme-dark .request-hero__desc {
  color: #fff;
  max-width: 442px;
}
html.theme-dark .pricing .pricing__item .save-badge {
  color: #000;
  background-color: #fff;
}
html.theme-dark .switches-container {
  background-color: #101010;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
html.theme-dark .switches-container .switch-btn.active {
  background-color: #143DFF;
  color: #fff;
}
html.theme-dark .switches-container .switch-btn:not(.active) {
  color: #fff;
}
html.theme-dark .box-1::before, html.theme-dark .box-1::after {
  background-image: conic-gradient(from var(--angle), var(--color-1) 0deg, var(--color-1) 200deg, #143DFF 270deg, #C11EE9 330deg, var(--color-1) 360deg);
}
html.theme-dark .slider-switcher {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
html.theme-dark div.pricing-switcher label {
  color: #707070;
}
html.theme-dark div.pricing-switcher label.active {
  color: #fff;
}
html.theme-dark div.pricing-switcher .fieldset {
  border-color: #707070;
  background-color: unset;
}
html.theme-dark div.pricing-switcher .switch {
  background-color: #fff;
}
html.theme-dark .pricing .pricing__item {
  border-radius: 30px;
  border: 1.5px solid #222;
  background: rgba(11, 11, 11, 0.65);
  box-shadow: 0 0 19.3px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.0999999046px);
}
html.theme-dark .pricing .pricing__item.favourite {
  background: linear-gradient(180deg, #040F41 0%, #0B0B0B 100%);
}
html.theme-dark .pricing .pricing__item * {
  color: #fff;
}
html.theme-dark .pricing .pricing__item li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='white'/%3E%3Cpath d='M5 9.00004L7.66667 11.5455L13 6.45459' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
html.theme-dark .pricing__item .button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.page-template-page-request-demo .section-title {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
}

/** Hero **/
.request-hero {
  padding: 52px 0 0;
  width: calc(100% + 0.1em);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  min-height: 85vh;
}

.request-hero .section-wrapper {
  z-index: 4;
  position: relative;
}

.request-hero__content {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-bottom: 120px;
}

.request-hero__form {
  max-width: 536px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  height: fit-content;
  padding: 39px;
}

.request-hero__title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: #fff;
}

.request-hero__text {
  margin: 32px 0 0;
  font-weight: 400;
}
.request-hero__text strong {
  font-weight: 700;
}
.request-hero__text p {
  line-height: 1.6;
}
.request-hero__text p:first-of-type {
  margin-bottom: 0.5em;
}

.request-hero__image {
  max-width: 15.88em;
  margin-bottom: 3.11em;
  height: auto;
}

.request-hero .form-title {
  font-size: 36px;
}

.request-hero .slide-image {
  object-fit: contain;
}

/** Your fit **/
.request-hero-yourfit:before {
  opacity: 0.9;
  background-color: #222;
}

.request-hero-yourfit li:not(:last-child) {
  margin-bottom: 24px;
}

.yourfitblock__slider .slide-image img {
  max-height: 1.2em;
}

.request-hero-tailor {
  align-items: flex-start;
}

.request-hero__title {
  margin: 0 auto 27px;
  font-weight: 500;
  max-width: 596px;
  text-align: center;
  color: #000;
}

.desc {
  margin: 0 auto 40px;
  max-width: 633px;
  font-size: 18px;
  text-align: center;
  color: #000;
  min-height: 47px;
}

.request-hero-tailor .custom-list ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.12em;
  text-align: center;
  max-width: 63em;
  margin-left: auto;
  margin-right: auto;
}

.request-hero-tailor .wrap {
  width: 100%;
  display: block;
}

.request-hero-btn, .request-hero-link {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.request-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--prime-color);
  border-radius: 0.13em;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 0.83em;
  color: #fff;
  padding: 0.83em 1.3em;
}

.request-hero-btn:hover {
  background-color: var(--prime-color-hover);
}

.request-hero-link {
  margin-bottom: 2.9em;
}

.request-hero-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  height: 0.09em;
  background-color: #fff;
}

.request-hero-link:hover:before {
  width: 0;
}

.request-hero__subtitle {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 500;
}

#pricing_plan .request-hero__subtitle {
  margin-bottom: 2em;
}

.request-demo-main .pricing {
  padding: 0;
  border-radius: 40px;
}

.request-demo-main .awards-3d__items {
  max-width: 100%;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  grid-gap: 74px;
}

/* Awards */
.request-demo-main .awards-3d__items {
  display: flex;
}

.awards-3d {
  padding: 130px 0 120px;
  background-color: #fff;
  transition: all 0.3s linear;
}
.awards-3d__title {
  margin: 0 auto 50px;
  color: #222;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.awards-3d__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  max-width: fit-content;
  width: 100%;
}
.awards-3d__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 126px;
  height: 114px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.awards-3d__item-img img {
  object-fit: contain;
  height: auto;
  width: auto;
}
.awards-3d__item-title {
  max-width: 198px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #222;
}

/*** Pricing Plans ***/
.pricing {
  padding: 18px 0 120px;
}
.pricing__title {
  margin-bottom: 15px;
}
.pricing__desc {
  font-size: 17px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.pricing__list {
  grid-gap: 20px;
  max-width: 1030px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pricing__item {
  position: relative;
  padding: 30px 0;
  font-family: "Satoshi", sans-serif;
  border-radius: 30px 40px;
  background-color: #FFF;
  box-shadow: 0 0 19.3px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.0999999046px);
}
.pricing__item.favourite {
  padding-top: 76px;
  border: 1px solid #143DFF;
}
.pricing__item.favourite .favourite-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #143DFF;
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 11px;
  border-radius: 30px 30px 0 0;
}
.pricing__item.favourite .button {
  color: #fff;
  background-color: #143DFF;
  border-color: #143DFF;
}
.pricing__part, .pricing__item {
  display: flex;
  flex-direction: column;
}
.pricing__part {
  padding: 0 39px;
}
.pricing__item .title {
  width: fit-content;
  padding: 5px 31px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 14px;
  border-radius: 49px;
  background-color: #EBEBEB;
}
.pricing__item .title, .pricing__item .desc, .pricing__item .prices {
  color: #000;
}
.pricing div.pricing__item .desc {
  font-size: 14px;
  color: #7E7E7E !important;
  max-width: unset;
  text-align: left;
  margin: -24px 0 32px;
  min-height: unset;
}
.pricing__item .desc {
  font-size: 0.77em;
  font-weight: 400;
  margin-bottom: 1.5em;
  max-width: 16em;
}
.pricing__item .open-pricing-modal {
  display: inline-block;
  cursor: pointer;
  width: 1em;
  height: 0.9em;
}
.pricing__item .prices {
  position: relative;
  display: flex;
  align-items: first baseline;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 4px;
  text-transform: lowercase;
  transition: all 0.3s ease;
}
.pricing__item .price {
  color: #000;
  display: inline-block;
  padding-left: 25px;
  font-size: 40px;
}
.pricing__item .price strong {
  display: inline-block;
  position: absolute;
  font-size: 40px;
  top: 0;
  left: 0;
}
.pricing__item .price strong, .pricing__item .symbol {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
}
.pricing__item .symbol {
  font-size: 20px;
  display: inline-block;
  margin: 0 4px;
}
.pricing__item .pricing-price {
  text-transform: capitalize;
}
.pricing__item .save-money {
  display: none;
}
.pricing__item .save-money span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  max-width: fit-content;
  text-transform: capitalize;
  line-height: 1;
  padding: 8px 25px;
  border-radius: 45px;
  background-color: #000;
}
.pricing__item .save-money-text {
  transition: all 0.3s linear;
}
.pricing__item .save-money-text.open {
  margin-top: 32px;
}
.pricing__item .save-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  border-radius: 45px;
}
.pricing__item.has-save-badge .save-badge {
  max-height: 40px;
  opacity: 1;
  padding: 7px 25px;
  margin-bottom: 32px;
}
.pricing__item .text {
  transition: margin-bottom 0.3s ease;
}
.pricing__item.has-save-badge .text {
  margin-bottom: 14px;
}
.pricing__item .period {
  font-size: 20px;
}
.pricing__item .text {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
}
.pricing__item .text span {
  color: #000;
}
.pricing__item:last-child .text:before, .pricing__item li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pricing__item:last-child .prices strong, .pricing__item:last-child .prices .symbol {
  display: none;
}
.pricing__item:last-child .price {
  padding-left: 0;
}
.pricing__item:last-child .save-money {
  visibility: hidden;
  display: none !important;
}
.pricing__item:last-child .prices svg, .pricing__item:last-child .prices .period {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.pricing__item .prices a {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: initial;
  font-size: 1.1em;
  color: var(--prime-color);
  font-weight: 500;
}
.pricing__item .prices a:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='34' viewBox='0 0 35 34' fill='none'%3E%3Cpath d='M9.00004 8.43638H25.8728V25.3091' stroke='%23143DFF' stroke-width='3' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M24.6072 9.70173L9.11719 24.8327' stroke='%23143DFF' stroke-width='3' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s linear;
  transform: rotate(0deg);
}
@media screen and (min-width: 767px) {
  .pricing .pricing__item .prices a:hover:after {
    transform: rotate(45deg);
  }
}
.pricing__item ul, .pricing__item li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing__item ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 31px;
}
.pricing__item ul li:not(:last-child) {
  margin-bottom: 22px;
}
.pricing__item li:before {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1.4 14L0 12.6L5.6 7L0 1.4L1.4 0L7 5.6L12.6 0L14 1.4L8.4 7L14 12.6L12.6 14L7 8.4L1.4 14Z' fill='%23B7B7B7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.pricing__item ul .checked {
  color: #222;
}
.pricing__item ul .checked:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='black'/%3E%3Cpath d='M5 9.00004L7.66667 11.5455L13 6.45459' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pricing__item ul .new:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M5.84089 12L0 6.31185L1.46022 4.88981L5.84089 9.15592L15.2427 0L16.7029 1.42204L5.84089 12Z' fill='%23143DFF'/%3E%3C/svg%3E");
}
.pricing__item:first-child .no-checked.new:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1.4 14L0 12.6L5.6 7L0 1.4L1.4 0L7 5.6L12.6 0L14 1.4L8.4 7L14 12.6L12.6 14L7 8.4L1.4 14Z' fill='%23B7B7B7'/%3E%3C/svg%3E%0A");
}
.pricing__item .button, .pricing-plans__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px;
  border: 1.5px solid #B5B5B5;
  color: #000;
  padding: 14px;
  width: 100%;
  margin: 0 auto 32px;
  transition: all 0.3s linear;
  text-align: center;
}
.pricing .part-bottom {
  height: 100%;
}

.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.column-4 {
  grid-template-columns: repeat(4, 1fr);
}

.column-5 {
  grid-template-columns: repeat(5, 1fr);
}

.column-6 {
  grid-template-columns: repeat(6, 1fr);
}

.pricing-switcher {
  position: relative;
  text-align: center;
  display: flex;
  max-width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes spin {
  to {
    --angle: 360deg;
  }
}
@keyframes glow-color {
  0%, 100% {
    box-shadow: 0px 0px 15px rgba(20, 61, 255, 0.5019607843);
  }
  50% {
    box-shadow: 0px 0px 15px rgba(193, 30, 233, 0.5019607843);
  }
}
.box {
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
}

.box-1::before,
.box-1::after {
  content: "";
  position: absolute;
  inset: calc(var(--border-size) * -1);
  border-radius: calc(var(--border-radius) + var(--border-size));
  z-index: -1;
  animation: spin 3.5s linear infinite;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
}

.pricing-switcher__text {
  position: absolute;
  top: 0;
  left: calc(100% + 17px);
  width: max-content;
  animation: glow-color 3.5s linear infinite;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 6px 17px;
  border-radius: 75px;
  background-color: #000;
}

.pricing-switcher .fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bg-padding);
  border-radius: 45px;
  background-color: var(--color-2);
}

.pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  font-size: 16px;
  text-align: center;
  width: var(--button-width);
  height: var(--button-height);
  cursor: pointer;
  color: var(--color-3);
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 700;
  transition-delay: 0.1s;
  transition: color var(--animation-time) ease;
}

.pricing-switcher .l-monthly {
  padding-left: var(--bg-padding);
}

.pricing-switcher .l-annual {
  padding-right: var(--bg-padding);
}

.pricing-switcher input[type=radio]:checked + label {
  color: var(--color-2);
  text-decoration: none;
}

.pricing-switcher .switch {
  position: absolute;
  top: var(--bg-padding);
  left: var(--bg-padding);
  height: 38px;
  width: 109px;
  background-color: var(--color-1);
  border-radius: 45px;
  transition: transform var(--animation-time);
}

.pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

@media only screen and (min-width: 1930px) {
  .main-trial {
    padding-top: 5.777em;
  }
  .main-trial .pricing-switcher {
    gap: 0.66em;
    margin-bottom: 2.222em;
  }
  .main-trial .pricing-switcher .fieldset {
    width: 3.611em;
    height: 1.666em;
    border: 0.05em solid #BDBDBD;
    border-radius: 2.777em;
  }
  .main-trial .pricing-switcher label {
    font-size: 0.888em;
  }
  .main-trial .pricing-switcher .switch {
    top: 0.166em;
    left: 0.222em;
    width: 1.222em;
    height: 1.222em;
  }
  .main-trial .pricing-switcher .fieldset.is-annual .switch {
    transform: translateX(1.722em);
  }
  .request-hero, .awards-3d.border {
    border-radius: 0 0 2.222em 2.222em;
  }
  .request-hero--slider .swiper-slide {
    padding: 0 1.833em;
  }
  .request-hero--slider .swiper-slide img {
    height: 3.777em;
  }
  .switches-container {
    margin: -2.222em auto 0;
    padding: 0.666em;
    border-radius: 0.333em;
    gap: 0.555em;
  }
  .switches-container .switch-btn {
    font-size: 1.111em;
    padding: 0.85em 1em;
    border-radius: 0.3em;
  }
  .pricing::before {
    border-radius: 2.222em;
  }
  .theme-light .pricing {
    padding-bottom: 5.555em;
  }
  .theme-light .request-hero__wrap::after {
    border-radius: 116.611em;
    filter: blur(5.833em);
    width: 116.6111em;
    height: 32.055em;
  }
  .theme-light .switches-container {
    box-shadow: 0 0 1.111em 0 rgba(0, 0, 0, 0.1);
  }
  html.theme-dark .pricing {
    padding-bottom: 5.555em;
  }
  html.theme-dark .request-hero__wrap::after {
    bottom: -113%;
    width: 85.444em;
    height: 32.055em;
    border-radius: 85.444em;
    filter: blur(9.722em);
  }
  html.theme-dark .request-hero__desc {
    max-width: 24.555em;
  }
  html.theme-dark .switches-container {
    box-shadow: 0 0 1.111em 0 rgba(0, 0, 0, 0.1);
  }
  html.theme-dark .pricing .pricing__item {
    border-radius: 1.666em;
    border: 0.083em solid #222;
    box-shadow: 0 0 1.072em 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.227em);
  }
  /** Hero **/
  .request-hero {
    padding: 2.888em 0 0;
  }
  .request-hero__content {
    padding-bottom: 6.666em;
  }
  .request-hero__form {
    max-width: 29.777em;
    padding: 2.1666em;
  }
  .request-hero__title {
    font-size: 4.444em;
    margin: 0 auto 0.3375em;
    max-width: 7.45em;
  }
  .request-hero__text {
    margin: 1.777em 0 0;
  }
  .request-hero .form-title {
    font-size: 2em;
  }
  .request-hero-yourfit li:not(:last-child) {
    margin-bottom: 1.333em;
  }
  .desc {
    font-size: 1em;
    margin: 0 auto 2.222em;
    max-width: 35.166em;
    min-height: 2.6111em;
  }
  .request-hero-link {
    margin-bottom: 2.9em;
  }
  .request-hero__subtitle {
    font-size: 1.333em;
    margin: 0 auto 0.833em;
  }
  .request-demo-main .pricing {
    border-radius: 2.222em;
  }
  .request-demo-main .awards-3d__items {
    grid-gap: 4.111em;
  }
  /*** Pricing Plans ***/
  .pricing {
    padding: 1em 0 6.666em;
  }
  .pricing__desc {
    font-size: 0.944em;
    margin-bottom: 1.176em;
  }
  .pricing__list {
    grid-gap: 1.111em;
    max-width: unset;
  }
  .pricing__item {
    padding: 1.666em 0;
    border-radius: 1.666em 2.222em;
    box-shadow: 0 0 1.072em 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.227em);
  }
  .pricing__item.favourite {
    padding-top: 4.222em;
    border: 0.055em solid #143DFF;
  }
  .pricing__item.favourite .favourite-label {
    font-size: 1em;
    padding: 0.611em;
    border-radius: 1.666em 1.666em 0 0;
  }
  .pricing__part {
    padding: 0 2.166em;
  }
  .pricing__item .title {
    padding: 0.25em 1.55em;
    font-size: 1.111em;
    margin-bottom: 0.7em;
    border-radius: 2.45em;
  }
  .pricing div.pricing__item .desc {
    font-size: 0.777em;
    margin: -1.714em 0 2.285em;
  }
  .pricing__item .prices {
    font-size: 1.666em;
    margin-bottom: 0.133em;
  }
  .pricing__item .price {
    font-size: 2.222em;
    padding-left: 0.625em;
  }
  .pricing__item .price strong {
    font-size: 1em;
  }
  .pricing__item .symbol {
    font-size: 1.111em;
    margin: 0 0.2em;
  }
  .pricing__item .save-money span {
    font-size: 0.888em;
    padding: 0.5em 1.5625em;
    border-radius: 2.8125em;
  }
  .pricing__item .save-money-text.open {
    margin-top: 1.777em;
  }
  .pricing__item .save-badge {
    font-size: 0.777em;
    padding: 0.555em 1.25em;
    margin-top: 0.888em;
  }
  .pricing__item .period {
    font-size: 1.111em;
  }
  .pricing__item .text {
    font-size: 0.888em;
    margin-bottom: 2em;
  }
  .pricing__item ul li {
    font-size: 0.888em;
    padding-left: 1.9375em;
  }
  .pricing__item ul li:not(:last-child) {
    margin-bottom: 1.375em;
  }
  .pricing__item li:before {
    width: 1em;
    height: 1em;
  }
  .pricing__item .button, .pricing-plans__btn {
    font-size: 0.888em;
    border-radius: 0.3125em;
    border: 0.09375em solid #B5B5B5;
    padding: 0.875em;
    margin: 0 auto 2em;
  }
  /** Pricing switcher **/
  :root {
    --bg-padding: 0.388em;
    --button-width: 5.5em;
    --button-height: 2.111em;
  }
  .pricing-switcher {
    margin: 0 auto 2.777em;
  }
  .pricing-switcher__text {
    font-size: 0.888em;
    left: calc(100% + 1.0625em);
    padding: 0.25em 1.0625em;
    border-radius: 4.6875em;
  }
  .pricing-switcher .fieldset {
    border-radius: 2.5em;
  }
  .pricing-switcher label {
    font-size: 0.888em;
    border-radius: 2.8125em;
  }
  .pricing-switcher .switch {
    height: 2.111em;
    width: 6.055em;
    border-radius: 2.5em;
  }
  /* Awards */
  .awards-3d {
    padding: 5.5em 0;
  }
  .awards-3d__title {
    margin: 0 auto 70px;
  }
  .awards-3d__item-img {
    max-width: 6.88em;
    height: 6.55em;
    margin: 0 auto 1.61em;
  }
  .awards-3d__item-title {
    max-width: 12.16em;
    font-size: 0.88em;
  }
}
/** Pricing popups **/
/* Contact */
@media only screen and (min-width: 641px) {
  .pricing-contact-remodal {
    max-width: 912px;
  }
  .pricing-plans-remodal {
    max-width: 30.5em;
  }
}
/* ---- Pricing tab switcher ---- */
.pricing-tab {
  display: none;
}

.faq-group {
  margin: 0;
}

@media (max-width: 1024px) {
  /****/
  .main-trial {
    height: auto;
    overflow: hidden;
  }
  .switches-wrap {
    padding: 0 15px;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:first-child {
    order: 5;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(2) {
    order: 6;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(3) {
    order: 7;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(4) {
    order: 8;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(5) {
    order: 1;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(6) {
    order: 3;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(7) {
    order: 2;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(8) {
    order: 4;
  }
  .request-hero--slider .swiper-slide {
    padding: 0;
  }
  .request-hero--slider .swiper-wrapper {
    gap: 15px 43px;
    flex-wrap: wrap;
    max-width: 615px;
    justify-content: center;
    margin: 0 auto;
  }
  .pricing__list {
    grid-template-columns: 1fr;
  }
  .custom-list li {
    font-size: 14px;
  }
  .request-hero {
    height: 100%;
    padding: 0 0 40px;
  }
  .request-hero-tailor {
    padding-bottom: 90px;
    background-size: 100vh !important;
  }
  .request-hero-yourfit {
    padding-bottom: 40px;
  }
  .request-hero__title {
    font-size: 65px;
    text-align: center;
    max-width: 521px;
    margin: 0 auto 29px;
  }
  .pricing__item .button {
    max-width: 236px;
    margin-inline: 0;
  }
  .request-hero-link::before {
    height: 1px;
  }
  .request-hero-btn {
    padding: 10px 15px;
    max-width: 250px;
    width: 100%;
  }
  .request-hero__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .request-hero__subtitle {
    font-size: 18px;
    margin: 0 auto 1em;
  }
  .request-hero__content {
    width: 100%;
    margin-bottom: 0;
  }
  .request-hero .slide-image {
    width: fit-content;
    margin: 0;
    padding: 0 18px;
  }
  .request-hero .main-header {
    text-align: center;
    max-width: none;
  }
  .request-hero-tailor .desc {
    margin-bottom: 50px;
  }
  .request-demo-main .awards-3d__items {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 32px 27px;
    margin-bottom: 80px;
  }
  /****/
  .request-demo-main .awards-3d__items {
    margin-bottom: 0;
  }
  .awards-3d {
    padding: 60px 0;
  }
  .awards-3d.border {
    padding-top: 0;
  }
  .awards-3d__item-img {
    max-width: 96px;
    margin: 0 auto;
  }
  .request-demo-main .pricing {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .blogs__slider-block {
    max-width: 760px;
    padding: 0 15px;
  }
  .request-hero-tailor .custom-list ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 766.98px) {
  .pricing-contact__form h2.section-title {
    font-size: 18px;
  }
  .request-demo-main .pricing {
    border-right: 20px;
  }
  .request-hero--slider .swiper-wrapper {
    gap: 15px 23px;
    width: auto;
  }
  .request-hero--slider .swiper-wrapper .swiper-slide img {
    height: 52px;
  }
  .theme-light .request-hero--slider .swiper-wrapper {
    gap: 15px 37px;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(6) {
    order: 2;
  }
  .theme-light .request-hero--slider .swiper-wrapper .swiper-slide:nth-child(7) {
    order: 3;
  }
  .switches-wrap {
    padding: 0;
  }
  .switches-container {
    width: 100%;
    max-width: 313px;
  }
  .awards-3d__items {
    grid-gap: 28px 38px;
    margin-bottom: 61px;
  }
  .request-hero {
    padding: 40px 0 0;
  }
  .request-hero .form-title {
    font-size: 28px;
  }
  .request-hero-btn {
    font-size: 15px;
  }
  .custom-list ul {
    grid-template-columns: 1fr;
    font-size: 14px;
  }
  .main-trial .pricing-switcher {
    margin-bottom: 93px;
  }
  .pricing-switcher__text {
    inset: 0 0 0 0;
    margin: 60px auto auto;
    padding: 16px 17px;
  }
  .faq-group {
    margin: 0;
    padding: 90px 0;
  }
  .request-hero--slider {
    padding: 0 30px;
  }
  .request-hero__title {
    font-size: 55px;
  }
  .pricing::before {
    border-radius: 20px;
  }
  .pricing__item .button {
    max-width: unset;
  }
  /****/
  .mt-faq__items {
    grid-template-columns: 1fr;
  }
  .pricing__list {
    row-gap: 26px;
  }
  .pricing__item {
    width: 100%;
  }
  .pricing__item .prices {
    padding-bottom: 0;
  }
  .part-bottom .list {
    text-align: left;
  }
  .part-bottom .list {
    grid-template-columns: 1fr;
  }
  .part-bottom, .part-bottom .list {
    width: 100%;
    margin: 0 auto;
  }
  .pricing__item .save-money {
    transform: translateY(0);
    font-size: 12px;
  }
  /** Pricing popups **/
  .custom-remodal-close {
    font-size: 14px;
    top: -20px;
  }
  .custom-remodal-close svg {
    width: 14px;
    height: 14px;
  }
  .custom-remodal-wrap {
    grid-template-columns: 1fr;
  }
  .pricing-contact-remodal {
    max-width: 604px;
  }
  .pricing-contact__thumb {
    display: none;
  }
  .pricing-contact__form {
    padding: 24px;
  }
  /**-**/
  .pricing-plans__wrap .title {
    font-size: 35px;
    margin-bottom: 2px;
  }
  .pricing-plans__wrap {
    height: 364px;
    grid-template-columns: 1fr 1fr;
  }
  .pricing-plans__wrap .info,
.pricing-plans__wrap-growing .info:last-child {
    padding: 15px 10px 15px 16px;
  }
  .pricing-plans__wrap p {
    font-size: 14px;
    max-width: 174px;
    line-height: 1.4;
  }
  .pricing-plans__wrap-business .element {
    display: none;
  }
  .pricing-plans__wrap-business .info:last-child {
    padding: 20px 24px;
  }
  .awards-3d {
    padding: 90px 0;
  }
  .awards-3d.border {
    padding: 0 0 90px;
  }
  .awards-3d__items {
    margin-bottom: 0;
  }
  .awards-3d__title {
    margin: 0 auto 40px;
  }
  .awards-3d__item-img {
    max-width: 89px;
    height: 96px;
  }
  .awards-3d__item {
    max-width: 136px;
  }
}

/*# sourceMappingURL=pricing-redesign-new.css.map */
