/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/Button/Button.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__OFOdO {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--button-color);
  text-decoration: none;
  background-color: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  border-radius: 100px;
  outline-color: var(--color-primary);
  outline-offset: 4px;
  transition-duration: 200ms;
  transition-property: background-color, opacity;
}
.Button_button--variant-filled__H5vxg {
  --button-border-color: var(--button-color-main);
  --button-background-color: var(--button-color-main);
  --button-color: var(--color-white);
}
.Button_button--variant-filled__H5vxg:hover {
  --button-background-color: var(--button-color-darker);
}
.Button_button--variant-filled__H5vxg:active, .Button_button--variant-filled__H5vxg:active:hover {
  --button-border-color: var(--button-color-main);
  --button-background-color: var(--color-white);
  --button-color: var(--button-color-main);
}
.Button_button--variant-outlined__1Edll {
  --button-border-color: var(--button-color-main);
  --button-background-color: transparent;
  --button-color: var(--button-color-main);
}
.Button_button--variant-outlined__1Edll:hover {
  --button-background-color: var(--button-color-lighter);
}
.Button_button--variant-outlined__1Edll:active, .Button_button--variant-outlined__1Edll:active:hover {
  --button-border-color: var(--button-color-main);
  --button-background-color: var(--button-color-main);
  --button-color: var(--color-white);
}
.Button_button--color-primary__cztmh {
  --button-color-main: var(--color-primary);
  --button-color-lighter: var(--color-primary-lighter);
  --button-color-darker: var(--color-primary-darker);
}
.Button_button--color-secondary__mOjHb {
  --button-color-main: var(--color-secondary);
  --button-color-lighter: var(--color-secondary-lighter);
  --button-color-darker: var(--color-secondary-darker);
}
.Button_button--size-medium___Uwqy {
  padding: 6px 17px;
}
@media (--lg-n-above) {
  .Button_button--size-medium___Uwqy {
    padding: 9px 16px;
  }
}
.Button_button--size-large__vqRoU {
  padding: 9px 23px;
}
@media (--lg-n-above) {
  .Button_button--size-large__vqRoU {
    padding: 12px 34px;
  }
}
.Button_button__OFOdO:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/FaqSection/FaqSection.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FaqSection_faq-section__6vltT {
  padding: calc(var(--section-padding-vertical) + 14px) var(--section-padding-horizontal) calc(var(--section-padding-vertical) + 8px);
}
.FaqSection_faq-section__title__xKWmh {
  margin-bottom: 10px;
}
@media (--md-n-above) {
  .FaqSection_faq-section__title__xKWmh {
    margin-bottom: 36px;
  }
  .FaqSection_faq-section__6vltT {
    padding: calc(var(--section-padding-vertical) - 20px) var(--section-padding-horizontal) calc(var(--section-padding-vertical) - 60px);
  }
}

.FaqSection_accordion__ypeNt {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.FaqSection_accordion__separator__dfKfG {
  width: 87%;
  height: 1px;
  margin: 0 auto;
  background-color: var(--color-off-white);
}
.FaqSection_accordion__trigger__R_xl1 {
  cursor: pointer;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-body-2);
  text-align: left;
  background-color: white;
  border: none;
  transition: all 200ms ease-out;
}
@media (--md-n-above) {
  .FaqSection_accordion__trigger__R_xl1 {
    padding: 24px 0;
    text-align: center;
  }
}
.FaqSection_accordion__trigger__R_xl1[data-state=open] {
  font-weight: 500;
  color: var(--color-secondary);
}
.FaqSection_accordion__icon__rim4D {
  font-size: 14px;
  color: hsla(219, 61%, 22%, 0.6);
  transition: all 200ms ease-out;
}
.FaqSection_accordion__trigger__R_xl1[data-state=open] > .FaqSection_accordion__icon__rim4D {
  transform: rotate(180deg);
  color: var(--color-secondary);
}
.FaqSection_accordion__content__cEa9O {
  overflow: hidden;
  width: 90%;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-body-2);
}
.FaqSection_accordion__content-inner__fAkPv {
  padding: 0 0 32px;
}
.FaqSection_accordion__content__cEa9O[data-state=open] {
  animation: FaqSection_slide-down__ISnAu 300ms ease-out;
}
.FaqSection_accordion__content__cEa9O[data-state=closed] {
  animation: FaqSection_slide-up__EP9mC 300ms ease-out;
}

@keyframes FaqSection_slide-down__ISnAu {
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
@keyframes FaqSection_slide-up__EP9mC {
  from {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/FeatureGrid/FeatureGrid.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FeatureGrid_feature-grid-section__Xi8Zz {
  padding: var(--section-padding);
}
.FeatureGrid_feature-grid-section--compact__iqrdO {
  padding: 0 var(--section-padding-horizontal);
}
.FeatureGrid_feature-grid-section--hide-mobile__jJq1Q {
  display: none;
}
@media (--md-n-above) {
  .FeatureGrid_feature-grid-section--hide-mobile__jJq1Q {
    display: block;
  }
}

.FeatureGrid_grid__xJPcm {
  overflow-y: scroll;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  max-width: 1073px;
  margin: 0 auto;
}
@media (--lg-n-above) {
  .FeatureGrid_grid__xJPcm {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }
}

.FeatureGrid_feature__iXe_b {
  min-width: 300px;
  max-width: 340px;
}
.FeatureGrid_feature__title__uIHqy {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 3px 16px 3px 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-title);
  letter-spacing: 0.4px;
  background-color: var(--color-white);
  border-radius: 104px;
  box-shadow: -31.76px 21.73px 118.67px 0 hsla(219, 61%, 22%, 0.05), -19px 13px 71px 0 hsla(219, 61%, 22%, 0.05);
}
@media (--lg-n-above) {
  .FeatureGrid_feature__title__uIHqy {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 16px;
    font-size: 16px;
    text-align: right;
  }
}
.FeatureGrid_feature__icon-container__31pYG {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
}
.FeatureGrid_feature__icon-container--orange__Q1yqX {
  color: #ff9f37;
  background-color: #fff5eb;
}
.FeatureGrid_feature__icon-container--green__cKLa1 {
  color: #00b86f;
  background-color: #e6f8f1;
}
.FeatureGrid_feature__icon-container--blue__Vtinu {
  color: #2e55a5;
  background-color: #eaeef6;
}
.FeatureGrid_feature__icon-container--red__pQI_L {
  color: #fb5058;
  background-color: #fee;
}
.FeatureGrid_feature__icon-container--purple__I4_yU {
  color: #ad60bf;
  background-color: #f7eff9;
}
.FeatureGrid_feature__icon-container--primary__PaGqy {
  color: var(--color-primary);
  background-color: #e6ecf6;
}
.FeatureGrid_feature__icon__cuzWg {
  font-size: 16px;
}
.FeatureGrid_feature__body__q2qG8 {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-body-1);
}
@media (--lg-n-above) {
  .FeatureGrid_feature__body__q2qG8 {
    font-size: 16px;
    text-align: center;
    text-wrap: balance;
  }
}

.FeatureGrid_action__9iOtU {
  width: -moz-max-content;
  width: max-content;
  margin: 28px auto 0;
}
@media (--lg-n-above) {
  .FeatureGrid_action__9iOtU {
    margin: 60px auto 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/HighlightText/HighlightText.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HighlightText_highlight-text__ZZoLR {
  color: var(--color-primary);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/FullscreenVideo/FullscreenVideo.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FullscreenVideo_container__nIIZk {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  opacity: 0;
  background-color: hsla(0, 0%, 0%, 0.5);
  transition: all ease 0.15s;
}
.FullscreenVideo_container--visible__7x6DA {
  pointer-events: all;
  opacity: 1;
}
@media (--sm-n-above) {
  .FullscreenVideo_container__nIIZk {
    align-items: center;
    padding-bottom: 0;
  }
}

.FullscreenVideo_video-container__PhZUb {
  position: relative;
  aspect-ratio: 16/9;
  width: auto;
  max-width: 90%;
  height: 90%;
}
@media (--sm-n-above) {
  .FullscreenVideo_video-container__PhZUb {
    height: 96%;
  }
}

.FullscreenVideo_video-container--landscape__w0M5v {
  aspect-ratio: 16/9;
}

.FullscreenVideo_video-container--portrait__dOGRi {
  aspect-ratio: 9/16;
}

.FullscreenVideo_video-container--youtube__y0MgW {
  width: 90%;
  height: auto;
  max-height: 96%;
}

.FullscreenVideo_video__YdzwU {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: -31.76px 21.73px 118.67px 0 hsla(219, 61%, 22%, 0.05), -19px 13px 71px 0 hsla(219, 61%, 22%, 0.05);
}

.FullscreenVideo_close__l_1Gh {
  cursor: pointer;
  position: absolute;
  top: -31px;
  right: -4px;
  font-size: 24px;
  color: var(--color-white);
  opacity: 0.5;
  background-color: transparent;
  border: none;
}
@media (--sm-n-above) {
  .FullscreenVideo_close__l_1Gh {
    top: 4px;
    right: -36px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/Select/Select.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Select_select__trigger__3vnNe {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 460px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--color-off-white);
  border-radius: 46px;
  padding: 14px 20px;
  font-family: var(--font-dm-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-white);
}
.Select_select__trigger__3vnNe[data-state=open] {
  outline: none;
  box-shadow: 0 0 0 1px var(--color-primary);
}
.Select_select__trigger__3vnNe[data-state=open] .Select_select__icon--closed__x3XJl {
  display: none;
}
.Select_select__trigger__3vnNe[data-state=open] .Select_select__icon--opened__2b2Re {
  display: block;
}
.Select_select__trigger__3vnNe[data-placeholder] {
  font-family: var(--font-poppins);
  font-weight: 400;
  color: var(--color-text-body-2);
}
.Select_select__icon--closed__x3XJl {
  color: var(--color-text-body-2);
}
.Select_select__icon--opened__2b2Re {
  display: none;
  color: var(--color-primary);
}
.Select_select__content__A84qR {
  overflow: hidden;
  min-width: 460px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--color-off-white);
  border-radius: 16px;
  background-color: white;
  box-shadow: -31.76px 21.73px 118.67px 0px rgba(22, 47, 92, 0.0509803922), -19px 13px 71px 0px rgba(22, 47, 92, 0.0509803922);
}
.Select_select__item__6f9tI {
  background-color: var(--color-white);
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-off-white);
  padding: 14px 20px 14px 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.Select_select__item__6f9tI:hover {
  outline: none;
}
.Select_select__item__6f9tI:last-child {
  border: none;
}
.Select_select__item__6f9tI[data-state=checked] {
  outline: none;
}
.Select_select__item__6f9tI[data-state=checked] .Select_select__item-indicator--checked__Hi9vm {
  display: block;
}
.Select_select__item__6f9tI[data-state=checked] .Select_select__item-indicator--unchecked___NXXH {
  display: none;
}
.Select_select__item-label__ygonK {
  padding-left: 20px;
}
.Select_select__item-indicator__rHbVI {
  position: absolute;
  left: 0;
  width: 25px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.Select_select__item-indicator--checked__Hi9vm {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/SectionTitle/SectionTitle.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SectionTitle_section-title__9dKMD {
  margin-bottom: 16px;
  font-family: var(--font-dm-sans);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-title);
  letter-spacing: -1px;
  white-space: break-spaces;
}
@media (--sm-n-above) {
  .SectionTitle_section-title__9dKMD {
    margin-bottom: 12px;
    font-size: 30px;
    text-align: center;
  }
}
@media (--lg-n-above) {
  .SectionTitle_section-title__9dKMD {
    font-size: 44px;
    line-height: 1.1;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/SectionDescription/SectionDescription.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SectionDescription_section-description__K88fM {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-body-2);
}
@media (--sm-n-above) {
  .SectionDescription_section-description__K88fM {
    text-align: center;
  }
}
@media (--lg-n-above) {
  .SectionDescription_section-description__K88fM {
    font-size: 16px;
    line-height: 1.6;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/StepPricing/StepPricing.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.StepPricing_container__vs141 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: -31.76px 21.73px 118.67px 0px rgba(22, 47, 92, 0.0509803922), -19px 13px 71px 0px rgba(22, 47, 92, 0.0509803922);
}

.StepPricing_header__ZoSpe {
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 32rem;
  margin-top: var(--section-padding-vertical);
}

.StepPricing_title__EGRpn {
  font-family: var(--font-dm-sans);
  font-size: 44px;
  font-weight: 700;
  line-height: 48.4px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 20px;
}

.StepPricing_inner_title___EPBP {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #253757;
  margin: 40px 0 40px 0;
}

.StepPricing_title__EGRpn span {
  color: var(--color-primary);
}

.StepPricing_description__G_Zpi {
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: var(--color-text-body-2);
}

.StepPricing_formContainer__0f_OL {
  width: 842px;
  padding: 32px;
  background-color: white;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.StepPricing_grid__4KfNW {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.StepPricing_button__DsBDu {
  width: 251.33px;
  height: 143px;
  padding: 12px 16px 12px 16px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #EBECEE;
  font-family: var(--font-poppins);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: var(--color-text-body-2);
}

.StepPricing_button__DsBDu.StepPricing_selected__H5lfJ {
  background-color: #ebf8ff;
  border-color: #3b82f6;
}

.StepPricing_input__xHFcH {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid;
  border-radius: 0.5rem;
}

.StepPricing_error__C2kG7 {
  color: #ef4444;
}

.StepPricing_footer__0oYhi {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.StepPricing_backButton__Sge1R {
  padding: 0.5rem 1.5rem;
  color: #374151;
  border: 1px solid;
  border-radius: 9999px;
  margin-right: 1.5rem;
  font-weight: bold;
}

.StepPricing_nextButton__rpV0o {
  padding: 0.5rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border-radius: 9999px;
  width: 12rem;
}

.StepPricing_progressBar__AMPCq {
  margin-top: 1.5rem;
}

.StepPricing_progressBackground__kPGXB {
  height: 0.5rem;
  background-color: #d1d5db;
  border-radius: 9999px;
}

.StepPricing_progressFill__EztIq {
  height: 100%;
  background-color: #3b82f6;
  border-radius: 9999px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/DemoContainer/DemoContainer.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.DemoContainer_demo-container__jBCrV {
  width: 100%;
  max-width: 994px;
  padding: 48px 0;
}
.DemoContainer_demo-container__inner__6meFS {
  position: relative;
  padding-bottom: 56.8%;
  border-radius: 20px;
  box-shadow: -31.76px 21.73px 118.67px 0 hsla(219, 61%, 22%, 0.05), -19px 13px 71px 0 hsla(219, 61%, 22%, 0.05);
}
.DemoContainer_demo-container__content__hCJt2 {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.DemoContainer_demo-container__figures__rOsVJ {
  position: absolute;
  inset: 0;
}
@media (--sm-n-above) {
  .DemoContainer_demo-container__jBCrV {
    width: 80%;
    margin: 0 auto;
  }
}

.DemoContainer_demo-actions__VvJOp {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.DemoContainer_demo-play-button__EFDzV {
  cursor: pointer;
  z-index: 1;
  padding: 8px;
  font-size: 56px;
  color: var(--color-text-title);
  background-color: var(--color-white);
  border: 0;
  border-radius: 50%;
  box-shadow: -19px 13px 71px 0 hsla(219, 61%, 22%, 0.3);
}

.DemoContainer_demo-embed-container__UuMfU {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.DemoContainer_demo-image__aalVl {
  position: absolute;
  inset: 0;
}
.DemoContainer_demo-image__image__Ab_Xi {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: inherit;
}

.DemoContainer_demo-iframe__ZS23l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./features/landing/containers/FindRightSolutionSection/FindRightSolutionSection.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.FindRightSolutionSection_solution-section__7w2fM {
  padding: var(--section-padding);
}
.FindRightSolutionSection_solution-section__title__e_d5P {
  position: relative;
  width: 220px;
}
@media (--sm-n-above) {
  .FindRightSolutionSection_solution-section__title__e_d5P {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.FindRightSolutionSection_solution-section__select-container__Kk1uJ {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (--sm-n-above) {
  .FindRightSolutionSection_solution-section__select-container__Kk1uJ {
    width: -moz-max-content;
    width: max-content;
    margin: 24px auto 0;
  }
}
@media (--lg-n-above) {
  .FindRightSolutionSection_solution-section__select-container__Kk1uJ {
    margin: 36px auto 0;
  }
}
.FindRightSolutionSection_solution-section__arrow__TfQYL {
  position: absolute;
  display: block;
}
.FindRightSolutionSection_solution-section__arrow--xs__fJClx {
  top: 8px;
  right: -37px;
  display: block;
  width: 34px;
}
@media (--sm-n-above) {
  .FindRightSolutionSection_solution-section__arrow--xs__fJClx {
    display: none;
  }
}
.FindRightSolutionSection_solution-section__arrow--sm__8YLE_ {
  bottom: -43px;
  left: -6px;
  transform: rotate(17deg);
  display: none;
  width: 34px;
}
@media (--sm-n-above) {
  .FindRightSolutionSection_solution-section__arrow--sm__8YLE_ {
    display: block;
  }
}
@media (--lg-n-above) {
  .FindRightSolutionSection_solution-section__arrow--sm__8YLE_ {
    bottom: -62px;
    left: 6px;
    transform: none;
    width: 48px;
  }
}
@media (--md-n-above) {
  .FindRightSolutionSection_solution-section__7w2fM {
    background-image: url("/home/figure-circles-orange-pie.png");
    background-repeat: no-repeat;
    background-position: 72px 164px;
    background-size: 80px;
  }
}
@media (--lg-n-above) {
  .FindRightSolutionSection_solution-section__7w2fM {
    background-position: 90px 240px;
    background-size: 129px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./features/landing/containers/FindRightSolutionSection/SolutionCard/SolutionCard.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SolutionCard_solution-card__MWvXY {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 327px;
  height: 438px;
  margin: 0 auto;
  margin-top: 24px;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: -31.76px 21.73px 118.67px 0 hsla(219, 61%, 22%, 0.05), -19px 13px 71px 0 hsla(219, 61%, 22%, 0.05);
}
.SolutionCard_solution-card__text__EJ_9F {
  flex: 3;
  order: 1;
  padding: 28px 25px 10px;
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__text__EJ_9F {
    flex: 4;
    order: 0;
    padding: 32px 32px 32px 48px;
  }
}
@media (--md-n-above) {
  .SolutionCard_solution-card__text__EJ_9F {
    flex: 3;
  }
}
@media (--lg-n-above) {
  .SolutionCard_solution-card__text__EJ_9F {
    padding: 71px 56px 71px 80px;
  }
}
.SolutionCard_solution-card__image-container__ywY0O {
  position: relative;
  overflow: visible;
  height: 148px;
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__image-container__ywY0O {
    flex: 4;
    height: auto;
  }
}
.SolutionCard_solution-card__image--mobile__L4vgI {
  overflow: visible;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  filter: drop-shadow(1px 0 4px hsla(0, 0%, 0%, 0.2));
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__image--mobile__L4vgI {
    display: none;
  }
}
.SolutionCard_solution-card__image--desktop__T3yXs {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__image--desktop__T3yXs {
    display: block;
  }
}
.SolutionCard_solution-card__title__dwZ7k {
  margin-bottom: 12px;
  font-family: var(--font-dm-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-secondary);
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__title__dwZ7k {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
@media (--md-n-above) {
  .SolutionCard_solution-card__title__dwZ7k {
    font-size: 28px;
  }
}
@media (--lg-n-above) {
  .SolutionCard_solution-card__title__dwZ7k {
    font-size: 38px;
  }
}
.SolutionCard_solution-card__subtitle__dvCH5 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-text-body-1);
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__subtitle__dvCH5 {
    margin-bottom: 16px;
  }
}
@media (--lg-n-above) {
  .SolutionCard_solution-card__subtitle__dvCH5 {
    font-size: 16px;
  }
}
.SolutionCard_solution-card__body__OTf4g {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-text-body-1);
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__body__OTf4g {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
@media (--lg-n-above) {
  .SolutionCard_solution-card__body__OTf4g {
    font-size: 16px;
  }
}
.SolutionCard_solution-card__button__ROA73 {
  width: -moz-max-content;
  width: max-content;
}
@media (--sm-n-above) {
  .SolutionCard_solution-card__MWvXY {
    flex-direction: row;
    max-width: 1169px;
    height: auto;
    margin-top: 36px;
    border-radius: 24px;
  }
}
@media (--lg-n-above) {
  .SolutionCard_solution-card__MWvXY {
    height: 456px;
    margin-top: 40px;
  }
}
