@font-face {
  font-family: 'Blender';
  src: url('../fonts/Blender-Light.woff2') format('woff2'),
    url('../fonts/Blender-Light.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Blender';
  src: url('../fonts/Blender-Black.woff2') format('woff2'),
    url('../fonts/Blender-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blender';
  src: url('../fonts/Blender-Bold.woff2') format('woff2'),
    url('../fonts/Blender-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Blender';
  src: url('../fonts/Blender.woff2') format('woff2'),
    url('../fonts/Blender.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Vars */
:root {
  --brand-blue: #2a75b5;
  --dark-blue: #283a67;
  --blue-transparent: rgba(40, 58, 103, 0.7);
  --border: solid 1.2px #7783a2;
}

/* Start Lobby */
body {
  direction: rtl;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Blender", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.header,
.main,
.footer {
  width: 100%;
  min-height: 30px;
}

.container {
  display: flex;
  box-sizing: border-box;
  max-width: 1400px;
  padding: 0 16px;
  width: 100%;
  justify-content: space-between;
}

.container--relative {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
}

.header {
  display: flex;
  height: min-content;
  background: #fff;
  justify-content: center;
  position: relative;
  line-height: 13px;
  color: var(--dark-blue);
  padding: 20px 0;
  font-family: 'Blender';
}

.header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  display: inline-block;
  position: relative;
}

.logo__item {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 105;
}

.header__text {
  font-size: 22px;
  font-weight: 900;
  margin: 0 40px;
  line-height: 1.2;
}

@media (max-width:768px) {
  .logo {
    max-width: 99px;
  }

  .header__text {
    /* margin: 0 20px; */
    font-size: 18px;
    padding-right: 5px;
    margin: 0px;
  }

  .header {
    height: min-content;
  }

  .header__text h1 {
    /* אפס את סגנון ברירת המחדל של H1 אם צריך */
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
}

/* Footer */
.footer {
  display: flex;
  justify-content: center;
  background: url('../img/futter desktop.png') no-repeat center/cover;
  min-height: 70px;
  color: #fff;
  padding: 40px 0;
}

.footer p {
  margin: 0;
}

.footer__container {
  align-items: center;
  max-width: 800px;
  flex-direction: column;
}

.footer-disclaimer p {
  font-size: 14px;
  line-height: 1.14;
  color: #fff;
  opacity: .8;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__row:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  padding-right: 19px;
  position: relative;
  margin-bottom: 13px;
}

.footer__link span {
  position: relative;
}

.footer__link span:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgb(206 206 206 / 40%);
}

.footer__link:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  height: 12px;
  width: 12px;
  background: url('../img/Polygon 1.svg') no-repeat center/contain;
}

.footer__links--wrap {
  border-bottom: 1px solid #cecece33;
  padding-bottom: 2px;
}

.footer__links {
  display: flex;
  flex-direction: column;
}

.footer__title {
  margin: 0 0 20px;
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.digitel-link {
  padding: 8px 20px 8px 115px;
  border-radius: 4px;
  background: #f3f8fd url('../img/digitel link bg.svg') no-repeat left center/auto 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: var(--dark-blue);
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer__link {
    font-size: 14px;
    line-height: 15px;
  }

  .footer__link:before {
    top: 2px;
  }

  .footer {
    padding: 30px 0 34px;
    background-image: url('../img/futter mobile.png');
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__row.footer__links--wrap {
    border: none;
    margin-bottom: 2px;
  }

  .footer__row.footer__socials--wrap {
    flex-direction: column-reverse;
    border-bottom: 1px solid #cecece33;
    padding-bottom: 18px;
  }

  .social-links {
    justify-content: center;
    margin-top: 14px;
    gap: 11px;
  }

  .social-links a {
    width: 59px;
    height: 59px;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.social-links {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8.5px;
}

.social-links a {
  display: block;
  width: 49px;
  height: 49px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.social-links a.tik-tok {
  background-image: url(../img/tiktok.svg);
}

.social-links a.twitter {
  background-image: url(../img/twitter.svg);
}

.social-links a.instagram {
  background-image: url(../img/instagram.svg);
}

.social-links a.telegram {
  background-image: url(../img/telegram.svg);
}

.social-links a.facebook {
  background-image: url(../img/facebook.svg);
}

.social-links a.contact {
  background-image: url(../img/contact.svg);
}

/* main styles */
.main {
  background: #F3F8FD;
}

.main .container {
  flex-direction: column;
  max-width: 1240px;
  margin: auto;
  padding-top: 52px;
}

.element {
  background-color: #fff;
  margin-bottom: 52px;
}

div.element {
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 20px;
}

.title {
  color: var(--dark-blue);
  font-family: Blender;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
  border-radius: 7px 7px 0px 0px;
  background: #F3F8FD;
  padding: 0 20px 3px 75px;
  display: inline-block;
  margin: 92px 0 0;
}

/** steps-form **/

.step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
}

.step {
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 12px;
  padding: 0 40px;
  overflow: hidden;
}

.step-number {
  border-radius: 48px;
  border: 1.5px solid #24345A;
  box-shadow: 0px 0px 32px 0px rgba(0, 12, 123, 0.04);
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #24345A;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.15px;
  padding-bottom: 2px;
  transition: all .3s;
}

.step.done .step-number,
.step.active .step-number {
  background: #B6DEF8;
  border-color: #B6DEF8;
}


.step-title {
  color: #24345A;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}

.step-button {
  background: none;
  border: none;
  outline: none;
  display: none;
  align-items: center;
  gap: 8px;
  color: #24345A;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Blender';
  cursor: pointer;
  margin-right: auto;
}

.step-button:focus {
  border: solid 1px #283a67;
}

.step.done .step-button {
  display: flex;
}

.step-body {
  max-height: 0;
  height: auto;
  transition: all .3s;
}

.step.active .step-body {
  max-height: unset;
}

.step-body-wrapper {
  padding: 24px 0;
}

.steps-form {
  margin: 23px 0 33px;
}

.subtitle {
  color: #283a67;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}

p {
  font-size: 18px;
  color: #283a67;
  line-height: 1.18;
}

.fields .input-wrapper label {
  font-size: 16px;
  line-height: 1.33;
  text-align: right;
  color: #283a67;
  height: 21px;
}

.fields .input-wrapper label .required {
  color: #d90000;
}

.fields-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  --row-gap: 30px; 
}

.fields-row + .fields-row {
  margin-top: 10px;
} 

/* Source */
/* .fields .fields-row {
  margin-top: 32px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
} */

.fields-row .doubleColumn {
  flex: 0 0 66%;
  max-width: 66% !important;
  /* max-width: unset; */
}

@media only screen and (max-width: 768px) {
  .fields-row .doubleColumn {
    flex: 0 0 100%;
    max-width: 100% !important;
    /* max-width: unset; */
  }
}

.fields .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  gap: 8px;
}

.fields .input-wrapper input,
.fields .input-wrapper select {
  padding: 0px 18px;
  border-radius: 8px;
  border: solid 1px #283a67;
  font-size: 16px;
  font-weight: bold;
  color: #283a67;
  height: 46px;
  font-family: Blender;
}

.fields .input-wrapper textarea {
  padding: 10px 18px;
  border-radius: 8px;
  border: solid 1px #283a67;
  font-size: 16px;
  color: #283a67;
  font-family: Blender;
}

.text-count {
  color: #283A67;
  font-weight: 400;
  text-align: left;
}

.fields .input-wrapper select {
  appearance: none;
  background: url('../images/arrow-down.svg') no-repeat left 14px center;
}

.fields .input-wrapper input:disabled,
.fields .input-wrapper textarea:disabled {
  border: solid 1px #7783a2;
  background-color: #f3f8fd;
  color: #667575FF;
  /* color: rgba(36, 52, 90, 0.7); */
  font-weight: 400;
}

.fields .input-wrapper input:focus,
.fields .input-wrapper input:focus-visible,
.fields .input-wrapper select:focus,
.fields .input-wrapper select:focus-visible,
.fields .input-wrapper textarea:focus,
.fields .input-wrapper textarea:focus-visible {
  border: solid 1px #1a77d3;
  outline: none;
  box-shadow: 0 0 10px #1a77d35e;
}

.fields .input-wrapper.incorrect input {
  border-color: #d90000;
  background-color: #fff5f5;
}

.fields .input-wrapper.incorrect .inner-error {
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  height: 14px;
  letter-spacing: normal;
  text-align: right;
  color: #d90000;
}

.error-placeholder {
  height: 14px;
}

input[type="file"]::file-selector-button {
  border-radius: 100px;
  background-color: #1a77d3;
  color: #fff;
  height: 44px;
  border: none;
  font-family: Blender;
  width: 138px;
  position: absolute;
  left: 0px;
  top: 2px;
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
  border-radius: 100px;
  background-color: #1a77d3;
  color: #fff;
  height: 44px;
  border: none;
  font-family: Blender;
  width: 138px;
  position: absolute;
  left: 0px;
  top: 2px;
  cursor: pointer;
}

input[type="file"]::-ms-browse {
  border-radius: 100px;
  background-color: #1a77d3;
  color: #fff;
  height: 44px;
  border: none;
  font-family: Blender;
  width: 138px;
  position: absolute;
  left: 0px;
  top: 2px;
  cursor: pointer;
}

.fields .input-wrapper input[type="file"] {
  position: relative;
  overflow: visible;
  border: none;
  line-height: 48px;
  height: 48px;
}

.fields .input-wrapper input[type="file"]:focus,
.fields .input-wrapper input[type="file"]:focus-visible {
  box-shadow: none;
}

.fields .input-wrapper input[type="file"]:focus:before,
.fields .input-wrapper input[type="file"]:focus-visible:before {
  border: solid 1px #1a77d3;
  box-shadow: 0 0 10px #1a77d35e;
}

.fields .input-wrapper input[type="file"]:before {
  position: absolute;
  content: '';
  border: 1px solid #283a67;
  width: calc(100% - 156px);
  height: calc(100% - 2px);
  right: 0;
  border-radius: 8px;

}

.buttons-wrapper {
  display: flex;
  /* justify-content: flex-end; */
  margin-top: 45px;
  gap: 14px;
  flex-direction: row-reverse;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.blue-btn {
  border-radius: 100px;
  background-color: #1a77d3;
  border: none;
  height: 44px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-family: 'Blender';
}

.blue-btn:focus {
  box-shadow: 0 0 10px #1a77d35e;
  outline: -webkit-focus-ring-color auto 1px;
}

.blue-btn svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  margin: 0 -3px;
}

.blue-btn:disabled {
  opacity: .6;
}

.prev-btn {
  font-weight: 700;
  gap: 9px;
  color: #24345A;
}

.prev-btn:hover {
  text-decoration: underline;
}

.prev-btn:focus {
  border: 2px outset black;
}

.prev-btn svg {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  margin-top: 2px;
}

.validation-code-wrapper {
  padding: 40px;
  border-radius: 20px;
  background-color: #f6fafe;
  margin-top: 41px;
}

.validation-code-wrapper p {
  line-height: 1.33;
  letter-spacing: 0.15px;
  text-align: right;
  color: #24345a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.validation-code-wrapper a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.15px;
  text-align: right;
  color: #316C9E;
  display: block;
  margin-bottom: 20px;
}

.validation-code {
  display: flex;
  direction: ltr;
  justify-content: flex-end;
  gap: 14px;
}

input.digit {
  border-radius: 8px;
  border: solid 1px #1a77d3;
  background-color: #f3f8fd;
  width: 50px;
  height: 70px;
  padding: 0;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #1a77d3;
  font-family: 'Blender';
}

input.digit:focus,
input.digit:focus-visible {
  border: solid 1px #1a77d3;
  outline: none;
  box-shadow: 0 0 10px #1a77d35e;
}

.error {
  padding: 7px 15px;
  background-color: #fde9e9;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #283a67;
  font-size: 14px;
  border-radius: 7px 7px 0 0;
  margin-top: 20px;
}

.incorrect-code input.digit {
  border-color: #d90000;
  background-color: #fff5f5;
  color: #d90000;
}

.choice input {
  position: absolute;
  opacity: 0;
}

.choice label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #24345a;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background-color: #f6fafe;
  cursor: pointer;
  transition: all .3s;
  border: 2px solid transparent;
}

.choice label img {
  width: 48px;
  height: 48px;
}

.choice {
  flex: 1;
}

.choices {
  display: flex;
  gap: 16px;
  width: 100%;
}

.choice input[type="radio"]:checked+label {
  background-color: #c9e4ff;
  border-color: #1a77d3;
}

.choice input[type="radio"]:hover+label,
.choice input[type="radio"]:focus+label {
  background-color: #1A77D3;
  border-color: #1A77D3;
  color: #fff;
}

.choice input[type="radio"]+label .img .fill {
  transition: all .3s;
}

.choice input[type="radio"]:hover+label .img .fill {
  fill: #fff;
}

.choice label span {
  max-width: 165px;
}

/** form **/
.form {
  padding: 0 40px 40px;
}

.form .subtitle {
  margin-top: 40px;
}

.owner-label {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.owners {
  padding: 20px 20px 20px 60px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(0, 12, 123, 0.08);
  border: solid 2px #1a77d3;
  background-color: #f3f8fd;
  position: absolute;
  display: none;
  top: 28px;
  left: 0;
  z-index: 10;
}

.owner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.owner p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #24345a;
  margin: 0;
}

.owner p b {
  font-weight: 900;
}

.owner:not(:last-of-type) {
  margin-bottom: 12px;
}

.owners .alert {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.show-owners span {
  text-decoration: underline;
  font-size: 14px;
  line-height: normal;
  color: #24345a;
  padding-left: 28px;
  cursor: pointer;
  background: url('../img/alert-circle.svg') no-repeat left center/20px;
}

.show-owners:hover .owners {
  display: block;
}

.show-owners .icon {
  width: 20px;
  height: 20px;
}

.fields .radio-row {
  flex-direction: column;
  gap: 12px;
}

.radio-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50px;
  border: solid 1px #1a77d3;
  position: relative;
  min-width: 24px;
  margin: 0;
}

.radio-wrapper input[type="radio"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  right: 1px;
  border-radius: 50px;
  opacity: 0;
  background: #1a77d3;
}

.radio-wrapper input[type="radio"]:checked:before {
  opacity: 1;
}

/* .checkbox-wrapper,
.radio-wrapper {
  display: flex;
  gap: 12px;  
} */

.checkbox-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.radio-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

/* 
@media (min-width: 769px) {
    .input-wrapper {
        max-width: calc(66.666% - 20px);
    }
} */

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 8px;
  border: solid 1px #1a77d3;
  position: relative;
  min-width: 24px;
  margin: 0;
}

input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  right: 1px;
  border-radius: 6px;
  opacity: 0;
  background: #1a77d3 url('../img/fi-check.svg') no-repeat center/12px;
}

input[type="checkbox"]:checked:before {
  opacity: 1;
}

.checkbox-wrapper label,
.radio-wrapper label {
  font-size: 16px;
  line-height: 1.5;
  color: #24345a;
}

.disclaimer-text {
  padding: 18px;
  opacity: 0.8;
  border-radius: 8px;
  border: solid 1px #24345a;
  margin: 42px 0 12px;
}

.disclaimer-text p,
.disclaimer-text h4,
.disclaimer-text ol {
  font-size: 15px;
  line-height: 1.33;
  color: #283a67;
  margin: 0;
}

.disclaimer-text ol {
  padding-right: 15px;
}

.disclaimer-comment {
  font-size: 14px;
  line-height: 1.51;
  color: #283a67;
}

.long-labels .input-wrapper {
  gap: 8px;
  max-width: calc(50% - 15px);
  justify-content: flex-end;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url('../images/Calendar.svg') no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: block;
}

/** Tabs **/
.tabs-wrapper {
  position: relative;
}

.tabs-wrapper .navigation {
  display: none;
}

.tabs {
  display: flex;
  list-style: none;
  margin: 29px 40px 0;
  position: relative;
  padding: 0;
}

.tabs:before {
  content: '';
  border-radius: 0.5px;
  background: #DADFE3;
  position: absolute;
  bottom: 5.5px;
  left: 0;
  width: 100%;
  height: 1px;
}

.tabs .tab {
  width: 156px;
  padding: 0 0 18px;
  text-align: center;
  cursor: pointer;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: all .3s;
}

.tab.active:before {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='154' height='8' viewBox='0 0 154 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154 0H0V4H75.0102L77.2047 7.56543L79.3993 4H154V0Z' fill='%233C3C3C'/%3E%3C/svg%3E") no-repeat bottom/cover;
  bottom: 0;
  left: 0;
}

.tab.active {
  color: #2A75B5;
  font-weight: 700;
}

.tabs-content {
  display: none;
  padding: 30px 40px 40px;
}

.tabs-content.active {
  display: block;
}

.inner-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
}

.inner-tab-content {
  display: none;
  margin: 20px 0;
}

.inner-tab-content.active {
  display: block;
}

.inner-tab {
  padding: 2px 16px 3px;
  height: 28px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border-radius: 100px;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.inner-tab.active {
  color: #fff;
  background: #2A75B5;
}

/* success message */

.center-wrapper {
  text-align: center;
  margin: 30px 0 100px;
}

.final-icon {
  width: 116px;
}

.final-title {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #24345a;
  margin: 20px 0 12px;
}

.final-text {
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #24345a;
}

.final-text span {
  color: #1a77d3;
  text-decoration: underline;
}

/** form table **/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-visible {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.form-table {
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  padding: 57px 40px 37px;
}

.form-table thead {
  background: #B6DEF8;
}

.form-table td,
.form-table th {
  text-align: right;
  padding: 16px 0 16px 40px;
  color: #24345A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.form-table th {
  font-weight: 700;
}

.form-table td:first-child,
.form-table th:first-child {
  padding-right: 40px;
}

.form-table tr.accordion-even {
  background: #F6FAFE;
}

.form-table tr.accordion-odd {
  background: #fff;
}

.form-table td.toggle-td {
  text-align: left;
}

.form-table tr.accordion-content td,
.form-table tr.accordion-content th {
  padding: 0 0 0 40px;
}

.form-table tr.accordion-content td:first-child {
  padding-right: 40px;
}

.form-table tr.accordion-content .accordion-content-wrapper {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.form-table tr.accordion-content.active .accordion-content-wrapper {
  max-height: 2000px;
}

.form-table tr.accordion-content .form {
  padding: 26px 0 24px;
  border-top: 1px solid #24345A;
}

.form-table tr.accordion-content .fields .fields-row {
  margin-top: 0;
}

.form-table .toggle-td {
  cursor: pointer;
  background: none;
  border: none;
  width: 21px;
}

.form-table .toggle-td img {
  transition: all .3s;
}

.form-table .toggle-td.active img {
  cursor: pointer;
  transform: rotate(180deg);
}

.form-table-nav-wrapper {
  display: flex;
  gap: 50px;
  justify-content: center;
  color: #24345A;
  font-size: 14px;
  margin-bottom: 36px;
}

.form-table-nav-wrapper button {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
}

.form-table-nav-wrapper button:disabled {
  opacity: 0.5;
}

/** accordion **/
.accordion .item h3 {
  margin: 0;
}

.accordion .toggle {
  border-radius: 48px;
  border: 1.5px solid var(--dark-blue, #24345A);
  box-shadow: 0px 0px 32px 0px rgba(0, 12, 123, 0.04);
  width: 31px;
  min-width: 31px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #24345A;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 0 2px 1px;
}

.accordion .item-head {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #F6FAFE;
  padding: 15px 40px;
  cursor: pointer;
  width: 100%;
  border: none;
}

.accordion .item-head .text {
  color: #24345A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.accordion {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion .item-content {
  background: #F6FAFE;
  height: auto;
  overflow: hidden;
  max-height: 0;
  transition: all .3s;
}

.accordion .item.active .item-content {
  max-height: 2000px;
}

.accordion .item.active .item-head .text {
  font-weight: 700;
}

.accordion .item.active .toggle {
  background: #B6DEF8;
  border-color: #B6DEF8;
}

.accordion .item-content-wrapper {
  padding: 20px 32px 28px;
}

.accordion .item-content .form-table {
  padding: 0;
  border: 1px solid rgb(36 52 90 / 30%);
}

.accordion .item-content .form-table td:first-child,
.accordion .item-content .form-table th:first-child {
  padding-right: 30px;
}

.accordion .item-content .form-table td,
.accordion .item-content .form-table th {
  line-height: 18px;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .form-table tr.accordion-odd {
    background: #F6FAFE;
  }

  .form-table tr.accordion-even {
    background: #FFF;
  }

  .form-table thead {
    display: none;
  }

  .form-table tr {
    display: flex;
    flex-direction: column;
  }

  .form-table tr.accordion-row {
    padding: 32px 33px 28px 20px;
  }

  .form-table td.toggle-td {
    padding-top: 24px;
  }

  .form-table tr.accordion-content td,
  .form-table tr.accordion-content td:first-child {
    padding: 0 20px;
  }

  .form-table tr:not(.accordion-content) td:not(.toggle-td):before {
    content: attr(data-th) ": ";
    font-weight: bold;
    color: #2a75b5;
  }

  .form-table td:first-child,
  .form-table td {
    padding: 0;
  }

  .form-table tr.accordion-content .form {
    padding: 24px 0 32px;
  }

  .form-table {
    padding: 17px 0;
  }

  .accordion {
    padding: 20px 0 57px;
  }

  .accordion .item-head {
    padding: 16px;
  }

  .accordion .item-content-wrapper {
    padding: 0;
  }

  .accordion .item-content .form-table {
    border: none;
  }

  .accordion .item-content .form-table td:first-child {
    padding: 0;
  }

  .accordion .item-content .form-table .accordion-content td:first-child {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 24px;
    margin-top: 55px;
    padding: 0 15px 3px 63px;
  }

  .step {
    padding: 0 16px;
  }

  .step-number {
    width: 30px;
    height: 28px;
  }

  .step-button {
    font-size: 16px;
  }

  .step-title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 16px;
    line-height: normal;
  }

  p {
    font-size: 16px;
    line-height: 1.33;
  }

  .form {
    padding: 16px 16px 28px;
  }

  .fields .fields-row {
    margin-top: 16px;
    flex-direction: column;
    gap: 16px;
  }

  .fields .input-wrapper {
    gap: 4px;
    width: 100%;
  }

  .long-labels .input-wrapper {
    max-width: 100%;
  }

  .buttons-wrapper {
    justify-content: center;
    margin-top: 20px;
    padding: 0 16px;
  }

  .blue-btn {
    width: 100%;
  }

  .validation-code-wrapper p,
  .validation-code-wrapper a {
    font-size: 16px;
    line-height: 1.5;
  }

  .validation-code-wrapper {
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
  }

  input.digit {
    flex: 1;
  }

  .error {
    padding: 7px 5px;
    gap: 4px;
    line-height: 1.1;
  }

  .error svg {
    width: 20px;
    height: 20px;
  }

  .choices {
    margin: 20px 0;
    flex-wrap: wrap;
  }

  .choice {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }

  .choice label {
    font-size: 15px;
  }

  .choice label span {
    max-width: 130px;
  }

  .fields .input-wrapper input {
    max-width: 100%;
  }

  .fields-wrapper {
    margin-bottom: 30px;
  }

  .owners {
    padding: 16px 12px 13px;
    min-width: calc(100% - 28px);
  }

  .owners .alert {
    display: none;
  }

  .show-owners span {
    background: url(../img/arrow-down.svg) no-repeat left bottom 4px/12px;
    padding-left: 20px;
  }

  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 6px;
  }

  input[type="checkbox"]:before {
    width: 16px;
    height: 16px;
    background-size: 10px;
    border-radius: 4px;
  }

  .disclaimer-text {
    padding: 16px;
    margin-top: 12px;
  }

  .final-title {
    font-size: 24px;
  }

  .center-wrapper {
    margin: 49px 16px 55px;
  }

  .tabs .tab {
    width: 33.33%;
    min-width: 33.33%;
    color: #D7E2EA;
    padding-bottom: 2vw;
  }

  .tabs .tab.active {
    color: #2A75B5;
  }

  .inner-tab {
    font-size: 16px;
  }

  .inner-tabs {
    gap: 16px;
  }

  .tabs {
    margin: 21px 24px 0;
    overflow: hidden;
  }

  .tabs:before {
    display: none;
  }

  .tabs-content {
    padding: 20px 16px 40px;
  }

  .tab.active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='104' height='7' viewBox='0 0 104 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_0_3)'%3E%3Cpath d='M104 0H0V2H104V0Z' fill='%233C3C3C'/%3E%3Cpath d='M51.4309 7L46.6078 1H56.2539L51.4309 7Z' fill='%233C3C3C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_3'%3E%3Crect width='104' height='7' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 2vw;
  }

  .tabs-wrapper .navigation button {
    background: none;
    border: none;
    outline: none;
  }

  .tabs-wrapper .navigation {
    display: block;
    position: absolute;
    top: 3px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form-table-nav-wrapper {
    display: none;
  }

  .black {
    color: black !important;
  }

  .rc-anchor-light {
    background-color: transparent;
  }

}

.subtitle:focus-visible {
  outline: none;  
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  z-index: 1000;
}
.skip-link:focus {
  transform: translateY(0);
}