.elementor-1439 .elementor-element.elementor-element-c4f3425{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1439 .elementor-element.elementor-element-a78d461{--display:flex;}.elementor-1439 .elementor-element.elementor-element-2274898{--display:flex;}.elementor-1439 .elementor-element.elementor-element-a94b6cf{--display:flex;}.elementor-1439 .elementor-element.elementor-element-0714bcf{--e-n-carousel-swiper-slides-to-display:1;--e-n-carousel-swiper-slides-gap:10px;}#elementor-popup-modal-1439 .dialog-widget-content{background-color:var( --e-global-color-text );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1439{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1439 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1439 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-1439 .elementor-element.elementor-element-0714bcf{--e-n-carousel-swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-1439 .elementor-element.elementor-element-0714bcf{--e-n-carousel-swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-7093ecd */.atls-funnel-step,
  .atls-funnel-step * {
    box-sizing: border-box;
  }

  .atls-funnel-step {
    --atls-bg: #050505;
    --atls-panel: #050505;
    --atls-border: rgba(255,255,255,0.10);
    --atls-border-soft: rgba(255,255,255,0.07);
    --atls-text: #ffffff;
    --atls-muted: rgba(255,255,255,0.62);
    --atls-faint: rgba(255,255,255,0.34);
    --atls-dim: rgba(255,255,255,0.22);
    --atls-orange: #f85308;
    --atls-orange-dark: #9b340d;

    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--atls-text);
  }

  .atls-card {
    width: 100%;
    background:
      radial-gradient(circle at 15% 0%, rgba(255,255,255,0.035), transparent 24%),
      linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)),
      var(--atls-panel);
    border: 1px solid var(--atls-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,0.58);
  }

  .atls-header {
    height: 71px;
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .atls-logo-mark {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--atls-orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .atls-step-count {
    color: rgba(255,255,255,0.28);
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .atls-close {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: transparent;
    color: rgba(255,255,255,0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
  }

  .atls-progress {
    height: 1px;
    margin: 0 24px;
    background: rgba(255,255,255,0.09);
    overflow: hidden;
  }

  .atls-progress-fill {
    height: 1px;
    width: 0%;
    background: var(--atls-orange);
  }

  .atls-progress-fill.step-1 {
    width: 0%;
  }

  .atls-progress-fill.step-2 {
    width: 33.333%;
  }

  .atls-progress-fill.step-3 {
    width: 66.666%;
  }

  .atls-body {
    padding: 32px 24px 25px 24px;
  }

  .atls-title {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.045em;
  }

  .atls-subtitle {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }

  .atls-choice-grid {
    display: grid;
    gap: 8px;
  }

  .atls-choice-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 31px;
  }

  .atls-choice-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atls-choice-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atls-choice {
    position: relative;
    display: block;
    min-width: 0;
  }

  .atls-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .atls-choice-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 6px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0.012));
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  }

  .atls-choice-card strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .atls-choice-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.31);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
  }

  .atls-choice input:checked + .atls-choice-card {
    border-color: rgba(248,83,8,0.55);
    background: rgba(248,83,8,0.075);
  }

  .atls-choice input:checked + .atls-choice-card strong {
    color: var(--atls-orange);
  }

  .atls-field-block {
    margin-top: 31px;
  }

  .atls-field-block + .atls-field-block {
    margin-top: 26px;
  }

  .atls-label {
    display: block;
    margin: 0 0 10px 0;
    color: rgba(255,255,255,0.34);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .atls-input,
  .atls-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 3px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }

  .atls-input {
    height: 47px;
    padding: 0 16px;
  }

  .atls-textarea {
    min-height: 86px;
    padding: 15px 16px;
    resize: none;
  }

  .atls-input::placeholder,
  .atls-textarea::placeholder {
    color: rgba(255,255,255,0.24);
  }

  .atls-input:focus,
  .atls-textarea:focus {
    border-color: rgba(248,83,8,0.48);
  }

  .atls-mini-choice .atls-choice-card {
    min-height: 64px;
    padding: 10px 8px;
    align-items: center;
    text-align: center;
  }

  .atls-mini-choice .atls-choice-card strong {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .atls-mini-choice .atls-choice-card small {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.1;
    color: rgba(255,255,255,0.29);
  }

  .atls-timeline-choice .atls-choice-card {
    min-height: 62px;
    padding: 10px 10px;
    align-items: center;
    text-align: center;
  }

  .atls-timeline-choice .atls-choice-card strong {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.02em;
  }

  .atls-timeline-choice .atls-choice-card small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.15;
  }

  .atls-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 31px;
  }

  .atls-row .atls-field-block {
    margin-top: 0;
  }

  .atls-footer {
    height: 88px;
    padding: 20px 24px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-back {
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255,255,255,0.34);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .atls-back.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .atls-primary {
    min-width: 150px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: var(--atls-orange-dark);
    color: rgba(255,255,255,0.58);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .atls-primary.submit {
    min-width: 129px;
  }

  .atls-primary .arrow {
    display: inline-block;
    margin-left: 8px;
    color: rgba(255,255,255,0.42);
  }

  @media (max-width: 640px) {
    .atls-funnel-step {
      max-width: 100%;
    }

    .atls-card {
      border-radius: 10px;
    }

    .atls-choice-grid.two,
    .atls-choice-grid.four,
    .atls-choice-grid.three,
    .atls-row {
      grid-template-columns: 1fr;
    }

    .atls-title {
      font-size: 27px;
    }

    .atls-footer {
      height: auto;
      gap: 16px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7093ecd */.atls-funnel-step,
  .atls-funnel-step * {
    box-sizing: border-box;
  }

  .atls-funnel-step {
    --atls-bg: #050505;
    --atls-panel: #050505;
    --atls-border: rgba(255,255,255,0.10);
    --atls-border-soft: rgba(255,255,255,0.07);
    --atls-text: #ffffff;
    --atls-muted: rgba(255,255,255,0.62);
    --atls-faint: rgba(255,255,255,0.34);
    --atls-dim: rgba(255,255,255,0.22);
    --atls-orange: #f85308;
    --atls-orange-dark: #9b340d;

    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--atls-text);
  }

  .atls-card {
    width: 100%;
    background:
      radial-gradient(circle at 15% 0%, rgba(255,255,255,0.035), transparent 24%),
      linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)),
      var(--atls-panel);
    border: 1px solid var(--atls-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,0.58);
  }

  .atls-header {
    height: 71px;
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .atls-logo-mark {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--atls-orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .atls-step-count {
    color: rgba(255,255,255,0.28);
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .atls-close {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: transparent;
    color: rgba(255,255,255,0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
  }

  .atls-progress {
    height: 1px;
    margin: 0 24px;
    background: rgba(255,255,255,0.09);
    overflow: hidden;
  }

  .atls-progress-fill {
    height: 1px;
    width: 0%;
    background: var(--atls-orange);
  }

  .atls-progress-fill.step-1 {
    width: 0%;
  }

  .atls-progress-fill.step-2 {
    width: 33.333%;
  }

  .atls-progress-fill.step-3 {
    width: 66.666%;
  }

  .atls-body {
    padding: 32px 24px 25px 24px;
  }

  .atls-title {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.045em;
  }

  .atls-subtitle {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }

  .atls-choice-grid {
    display: grid;
    gap: 8px;
  }

  .atls-choice-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 31px;
  }

  .atls-choice-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atls-choice-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atls-choice {
    position: relative;
    display: block;
    min-width: 0;
  }

  .atls-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .atls-choice-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 6px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0.012));
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  }

  .atls-choice-card strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .atls-choice-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.31);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
  }

  .atls-choice input:checked + .atls-choice-card {
    border-color: rgba(248,83,8,0.55);
    background: rgba(248,83,8,0.075);
  }

  .atls-choice input:checked + .atls-choice-card strong {
    color: var(--atls-orange);
  }

  .atls-field-block {
    margin-top: 31px;
  }

  .atls-field-block + .atls-field-block {
    margin-top: 26px;
  }

  .atls-label {
    display: block;
    margin: 0 0 10px 0;
    color: rgba(255,255,255,0.34);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .atls-input,
  .atls-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 3px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }

  .atls-input {
    height: 47px;
    padding: 0 16px;
  }

  .atls-textarea {
    min-height: 86px;
    padding: 15px 16px;
    resize: none;
  }

  .atls-input::placeholder,
  .atls-textarea::placeholder {
    color: rgba(255,255,255,0.24);
  }

  .atls-input:focus,
  .atls-textarea:focus {
    border-color: rgba(248,83,8,0.48);
  }

  .atls-mini-choice .atls-choice-card {
    min-height: 64px;
    padding: 10px 8px;
    align-items: center;
    text-align: center;
  }

  .atls-mini-choice .atls-choice-card strong {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .atls-mini-choice .atls-choice-card small {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.1;
    color: rgba(255,255,255,0.29);
  }

  .atls-timeline-choice .atls-choice-card {
    min-height: 62px;
    padding: 10px 10px;
    align-items: center;
    text-align: center;
  }

  .atls-timeline-choice .atls-choice-card strong {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.02em;
  }

  .atls-timeline-choice .atls-choice-card small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.15;
  }

  .atls-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 31px;
  }

  .atls-row .atls-field-block {
    margin-top: 0;
  }

  .atls-footer {
    height: 88px;
    padding: 20px 24px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-back {
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255,255,255,0.34);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .atls-back.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .atls-primary {
    min-width: 150px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: var(--atls-orange-dark);
    color: rgba(255,255,255,0.58);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .atls-primary.submit {
    min-width: 129px;
  }

  .atls-primary .arrow {
    display: inline-block;
    margin-left: 8px;
    color: rgba(255,255,255,0.42);
  }

  @media (max-width: 640px) {
    .atls-funnel-step {
      max-width: 100%;
    }

    .atls-card {
      border-radius: 10px;
    }

    .atls-choice-grid.two,
    .atls-choice-grid.four,
    .atls-choice-grid.three,
    .atls-row {
      grid-template-columns: 1fr;
    }

    .atls-title {
      font-size: 27px;
    }

    .atls-footer {
      height: auto;
      gap: 16px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7093ecd */.atls-funnel-step,
  .atls-funnel-step * {
    box-sizing: border-box;
  }

  .atls-funnel-step {
    --atls-bg: #050505;
    --atls-panel: #050505;
    --atls-border: rgba(255,255,255,0.10);
    --atls-border-soft: rgba(255,255,255,0.07);
    --atls-text: #ffffff;
    --atls-muted: rgba(255,255,255,0.62);
    --atls-faint: rgba(255,255,255,0.34);
    --atls-dim: rgba(255,255,255,0.22);
    --atls-orange: #f85308;
    --atls-orange-dark: #9b340d;

    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--atls-text);
  }

  .atls-card {
    width: 100%;
    background:
      radial-gradient(circle at 15% 0%, rgba(255,255,255,0.035), transparent 24%),
      linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)),
      var(--atls-panel);
    border: 1px solid var(--atls-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,0.58);
  }

  .atls-header {
    height: 71px;
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .atls-logo-mark {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--atls-orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .atls-step-count {
    color: rgba(255,255,255,0.28);
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .atls-close {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: transparent;
    color: rgba(255,255,255,0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
  }

  .atls-progress {
    height: 1px;
    margin: 0 24px;
    background: rgba(255,255,255,0.09);
    overflow: hidden;
  }

  .atls-progress-fill {
    height: 1px;
    width: 0%;
    background: var(--atls-orange);
  }

  .atls-progress-fill.step-1 {
    width: 0%;
  }

  .atls-progress-fill.step-2 {
    width: 33.333%;
  }

  .atls-progress-fill.step-3 {
    width: 66.666%;
  }

  .atls-body {
    padding: 32px 24px 25px 24px;
  }

  .atls-title {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.045em;
  }

  .atls-subtitle {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }

  .atls-choice-grid {
    display: grid;
    gap: 8px;
  }

  .atls-choice-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 31px;
  }

  .atls-choice-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atls-choice-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atls-choice {
    position: relative;
    display: block;
    min-width: 0;
  }

  .atls-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .atls-choice-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 6px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0.012));
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  }

  .atls-choice-card strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .atls-choice-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.31);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
  }

  .atls-choice input:checked + .atls-choice-card {
    border-color: rgba(248,83,8,0.55);
    background: rgba(248,83,8,0.075);
  }

  .atls-choice input:checked + .atls-choice-card strong {
    color: var(--atls-orange);
  }

  .atls-field-block {
    margin-top: 31px;
  }

  .atls-field-block + .atls-field-block {
    margin-top: 26px;
  }

  .atls-label {
    display: block;
    margin: 0 0 10px 0;
    color: rgba(255,255,255,0.34);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .atls-input,
  .atls-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 3px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }

  .atls-input {
    height: 47px;
    padding: 0 16px;
  }

  .atls-textarea {
    min-height: 86px;
    padding: 15px 16px;
    resize: none;
  }

  .atls-input::placeholder,
  .atls-textarea::placeholder {
    color: rgba(255,255,255,0.24);
  }

  .atls-input:focus,
  .atls-textarea:focus {
    border-color: rgba(248,83,8,0.48);
  }

  .atls-mini-choice .atls-choice-card {
    min-height: 64px;
    padding: 10px 8px;
    align-items: center;
    text-align: center;
  }

  .atls-mini-choice .atls-choice-card strong {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .atls-mini-choice .atls-choice-card small {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.1;
    color: rgba(255,255,255,0.29);
  }

  .atls-timeline-choice .atls-choice-card {
    min-height: 62px;
    padding: 10px 10px;
    align-items: center;
    text-align: center;
  }

  .atls-timeline-choice .atls-choice-card strong {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.02em;
  }

  .atls-timeline-choice .atls-choice-card small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.15;
  }

  .atls-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 31px;
  }

  .atls-row .atls-field-block {
    margin-top: 0;
  }

  .atls-footer {
    height: 88px;
    padding: 20px 24px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-back {
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255,255,255,0.34);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .atls-back.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .atls-primary {
    min-width: 150px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: var(--atls-orange-dark);
    color: rgba(255,255,255,0.58);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .atls-primary.submit {
    min-width: 129px;
  }

  .atls-primary .arrow {
    display: inline-block;
    margin-left: 8px;
    color: rgba(255,255,255,0.42);
  }

  @media (max-width: 640px) {
    .atls-funnel-step {
      max-width: 100%;
    }

    .atls-card {
      border-radius: 10px;
    }

    .atls-choice-grid.two,
    .atls-choice-grid.four,
    .atls-choice-grid.three,
    .atls-row {
      grid-template-columns: 1fr;
    }

    .atls-title {
      font-size: 27px;
    }

    .atls-footer {
      height: auto;
      gap: 16px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7093ecd */.atls-funnel-step,
  .atls-funnel-step * {
    box-sizing: border-box;
  }

  .atls-funnel-step {
    --atls-bg: #050505;
    --atls-panel: #050505;
    --atls-border: rgba(255,255,255,0.10);
    --atls-border-soft: rgba(255,255,255,0.07);
    --atls-text: #ffffff;
    --atls-muted: rgba(255,255,255,0.62);
    --atls-faint: rgba(255,255,255,0.34);
    --atls-dim: rgba(255,255,255,0.22);
    --atls-orange: #f85308;
    --atls-orange-dark: #9b340d;

    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--atls-text);
  }

  .atls-card {
    width: 100%;
    background:
      radial-gradient(circle at 15% 0%, rgba(255,255,255,0.035), transparent 24%),
      linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)),
      var(--atls-panel);
    border: 1px solid var(--atls-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0,0,0,0.58);
  }

  .atls-header {
    height: 71px;
    padding: 24px 24px 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .atls-logo-mark {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--atls-orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .atls-step-count {
    color: rgba(255,255,255,0.28);
    font-size: 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .atls-close {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: transparent;
    color: rgba(255,255,255,0.32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
  }

  .atls-progress {
    height: 1px;
    margin: 0 24px;
    background: rgba(255,255,255,0.09);
    overflow: hidden;
  }

  .atls-progress-fill {
    height: 1px;
    width: 0%;
    background: var(--atls-orange);
  }

  .atls-progress-fill.step-1 {
    width: 0%;
  }

  .atls-progress-fill.step-2 {
    width: 33.333%;
  }

  .atls-progress-fill.step-3 {
    width: 66.666%;
  }

  .atls-body {
    padding: 32px 24px 25px 24px;
  }

  .atls-title {
    margin: 0 0 8px 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.045em;
  }

  .atls-subtitle {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
  }

  .atls-choice-grid {
    display: grid;
    gap: 8px;
  }

  .atls-choice-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 31px;
  }

  .atls-choice-grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atls-choice-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atls-choice {
    position: relative;
    display: block;
    min-width: 0;
  }

  .atls-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .atls-choice-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 6px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.026), rgba(255,255,255,0.012));
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
  }

  .atls-choice-card strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .atls-choice-card small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.31);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
  }

  .atls-choice input:checked + .atls-choice-card {
    border-color: rgba(248,83,8,0.55);
    background: rgba(248,83,8,0.075);
  }

  .atls-choice input:checked + .atls-choice-card strong {
    color: var(--atls-orange);
  }

  .atls-field-block {
    margin-top: 31px;
  }

  .atls-field-block + .atls-field-block {
    margin-top: 26px;
  }

  .atls-label {
    display: block;
    margin: 0 0 10px 0;
    color: rgba(255,255,255,0.34);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
  }

  .atls-input,
  .atls-textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 3px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }

  .atls-input {
    height: 47px;
    padding: 0 16px;
  }

  .atls-textarea {
    min-height: 86px;
    padding: 15px 16px;
    resize: none;
  }

  .atls-input::placeholder,
  .atls-textarea::placeholder {
    color: rgba(255,255,255,0.24);
  }

  .atls-input:focus,
  .atls-textarea:focus {
    border-color: rgba(248,83,8,0.48);
  }

  .atls-mini-choice .atls-choice-card {
    min-height: 64px;
    padding: 10px 8px;
    align-items: center;
    text-align: center;
  }

  .atls-mini-choice .atls-choice-card strong {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.035em;
  }

  .atls-mini-choice .atls-choice-card small {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.1;
    color: rgba(255,255,255,0.29);
  }

  .atls-timeline-choice .atls-choice-card {
    min-height: 62px;
    padding: 10px 10px;
    align-items: center;
    text-align: center;
  }

  .atls-timeline-choice .atls-choice-card strong {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -0.02em;
  }

  .atls-timeline-choice .atls-choice-card small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.15;
  }

  .atls-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 31px;
  }

  .atls-row .atls-field-block {
    margin-top: 0;
  }

  .atls-footer {
    height: 88px;
    padding: 20px 24px 24px 24px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .atls-back {
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255,255,255,0.34);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .atls-back.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .atls-primary {
    min-width: 150px;
    height: 44px;
    border: 0;
    border-radius: 4px;
    background: var(--atls-orange-dark);
    color: rgba(255,255,255,0.58);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .atls-primary.submit {
    min-width: 129px;
  }

  .atls-primary .arrow {
    display: inline-block;
    margin-left: 8px;
    color: rgba(255,255,255,0.42);
  }

  @media (max-width: 640px) {
    .atls-funnel-step {
      max-width: 100%;
    }

    .atls-card {
      border-radius: 10px;
    }

    .atls-choice-grid.two,
    .atls-choice-grid.four,
    .atls-choice-grid.three,
    .atls-row {
      grid-template-columns: 1fr;
    }

    .atls-title {
      font-size: 27px;
    }

    .atls-footer {
      height: auto;
      gap: 16px;
    }
  }/* End custom CSS */