@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
    format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@media all {
  * {
    box-sizing: border-box;
  }
  html {
    margin-top: 0 !important;
    height: 100%;
  }
  #wpadminbar {
    opacity: 0.15;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    height: 100%;
  }
	h1,h2,h3,h4,h5 {letter-spacing: 0px!important;}
  .main_title {
    position: relative;
    padding: 32px 0;
    background-color: #f7f7f7;
    margin: 0 -25px;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
  }
  h3 {
    margin: 0;
  }
  a {
    text-decoration: none;
    color: #3179ba;
  }
  .insta_box a {
    color: white;
  }
  main {
    background-color: #2569a8;
  }
  .calculator {
    min-height: 90vh;
    margin: 10px;
  }
  .footer {
    padding: 20px 0;
    background: #ffffff;
  }
  .footer > .container {
    display: flex;
    justify-content: center;
  }
  @media (min-height: 850px) {
    .calculator {
      margin-top: 30px;
    }
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .calculator > .container {
    max-width: 570px;
    background-color: #2b79c2;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 30px;
    min-height: 600px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  @media (max-width: 768px) {
    .calculator > .container {
      width: 100%;
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
    }
    main {
      height: auto;
      min-height: 100vh;
    }
  }
  .navbar {
    padding-top: 25px;
  }
  .navbar > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 570px;
    position: relative;
  }
  .logo {
    height: 40px;
  }
  @media (max-width: 768px) {
    .navbar {
      padding-top: 15px;
      padding-bottom: 10px;
    }
    .navbar > .container {
      justify-content: center;
    }
  }
  @media (max-width: 576px) {
    .logo {
      height: 32px;
    }
  }
  #progress {
    max-width: 700px;
    height: 10px;
    margin: 25px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 5%);
    background-color: white;
    border: 1px solid white;
    transition: opacity 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top_title {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #575757;
    font-weight: 400;
    padding: 0 80px;
  }
  @media (max-width: 768px) {
    #top_title {
      font-size: 1.2rem;
      padding: 10px 5px;
      border-radius: 24px 24px 0 0;
      font-weight: 600;
    }
    /* .main_title {
            height: 56px;
        } */
    #progress {
      margin: 20px 0;
    }
  }
  @media (max-width: 420px) {
    #top_title {
      font-size: 1em;
    }
    /* .main_title {
           height: 65px;
       } */
  }
  #progressBar {
    width: 4%;
    height: 100%;
    background-color: #b4c217;
    transition: width 0.7s;
  }
  .title_container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    position: relative;
  }
  #dynamic_title {
    text-align: center;
    color: white;
    font-size: 26px;
    position: relative;
    transition: opacity 0.3s, transform 0.4s;
    width: 100%;
  }
  @media (max-width: 768px) {
    #dynamic_title {
      font-size: 1.6em;
    }
  }
  @media (max-width: 576px) {
    #dynamic_title {
      font-size: 1.2em;
      margin: 0 0;
    }
  }
  @media (max-width: 400px) {
    #dynamic_title {
      font-size: 1.05em;
      margin: 0 0;
    }
  }
  #prevBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    border-radius: 7px;
    transition: opacity 0.3s;
    flex-shrink: 0;
    transform: translateY(-50%);
    top: 25px;
    left: 0;
    display: none;
  }
  @media (hover: hover) and (pointer: fine) {
    #prevBtn:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
      background-color: rgba(255, 255, 255, 0.05);
    }
  }
  #prevBtn::before {
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translate(31px, -4px);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
    transition: transform 0.25s;
    position: absolute;
  }
  @media (max-width: 576px) {
    #prevBtn::before {
      width: 10px;
      height: 10px;
      transform: rotate(45deg) translate(25px, -3px);
      z-index: 1;
      transition: transform 0.25s;
      position: absolute;
    }
    .privacy {
      padding-right: 30px;
    }
  }
  #sendBtn,
  #uploadBtn,
  .submit-btn {
    min-height: 54px !important;
    background-color: #b4c217;
    color: #f7f7f7;
    border-radius: 26px;
    font-size: 22px !important;
    font-weight: 600;
    border: 0;
    width: 100% !important;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s, color 0.25s;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 400px;
    margin: 30px auto 0 !important;
  }
  input#inp_telefon {
    padding-left: 30px !important;
  }
}

#sendBtn:hover,
#uploadBtn:hover,
.submit-btn:hover {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

@media (max-width: 576px) {
  #sendBtn,
  #uploadBtn,
  .submit-btn {
    margin-top: 15px;
  }
}

#sendBtn:hover::after,
#uploadBtn:hover::after,
.submit-btn:hover::after {
  transform: translate(17px, 8px) rotate(225deg);
}

.lds-dual-ring {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #3668b4;
  border-color: #3668b4 transparent #3668b4 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.selections {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s, transform 0.4s;
}

.selections:first-child {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.calc_content .selections {
  max-width: 310px;
  margin: 30px auto 0;
}

.sel.noicon > span {
  padding: 0;
}

.sel {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 15px 5px 15px;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 25px 0 rgba(24, 46, 75, 0.18);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  cursor: pointer;
  transition: transform 0.4s, box-shadow 0.4s, background-color 0.4s;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  min-height: 60px;
}

.multi .sel {
  margin: 0 5px 10px;
}

.sel.noicon {
  justify-content: center;
}

@media (max-width: 576px) {
  .sel {
    margin: 0 5px 10px;
  }
}
li::marker {
  content: '';
}
.sel:hover {
  transform: translate(1px, -1px);
  box-shadow: -5px 22px 26px 0 rgba(24, 46, 75, 0.24);
  -webkit-transform: translate(1px, -1px);
  -moz-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  -o-transform: translate(1px, -1px);
}

.sel > img {
  width: 45px !important;
  height: 45px !important;
}

.acf-block-preview {
  max-width: 570px;
  margin: auto;
  padding: 30px 25px;
  border-radius: 15px;
}

.acf-block-preview .sel {
  flex: 0 0 100%;
  flex-direction: row;
}

.multi .sel > img {
  width: 42%;
}

.sel > span {
  color: #2a2a2a;
  padding-left: 13px;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 576px) {
  .sel > span {
    font-size: 0.9em;
    align-self: center;
  }
  .multi .sel > img {
    width: 50%;
  }
}

#form {
  display: none;
  position: relative;
  transition: opacity 0.3s, transform 0.4s;
  flex-direction: column;
}

.max-350 {
  max-width: 350px;
  margin: auto;
  width: 100%;
}

#form .max-350 {
  margin-top: 20px;
}

.i_row {
  position: relative;
  display: block;
}

.i_row input {
  transition: border-color 0.2s;
  outline: none;
  line-height: 0 !important;
  min-height: 50px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 8px 12px 8px 45px !important;
  background-color: #f7f8fa;
  border: 1px solid #efefef;
  border-radius: 10px;
  color: black;
  font-size: 16px !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.icon_email::after {
  /* content: ""; */
  background-image: url('https://drbalwi.com/wp-content/themes/drbalwi/assets/images/icon_email.svg');
  position: absolute;
  z-index: 90;
  left: 1px;
  top: 0;
  display: block;
  width: 38px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: text;
  filter: brightness(1.5);
}

.inp_icon > img {
  position: absolute;
  z-index: 90;
  right: 6px;
  top: 14px;
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center;
  cursor: text;
  opacity: 0;
  transition: opacity 0.3s;
}

.i_row input::placeholder {
  color: #b2c8d7;
}

.i_row input:focus {
  border-color: rgb(255 255 255 / 90%);
}

#telefon_row {
  display: flex;
}

#telefon_row::after {
  content: none;
}

#telefon_row > select {
  transition: border-color 0.2s;
  outline: none;
  line-height: 0 !important;
  min-height: 50px;
  margin-bottom: 10px;
  display: block;
  width: 100px;
  padding: 8px 8px !important;
  background-color: #f7f8fa;
  border: 1px solid #efefef;
  border-radius: 10px;
  color: black;
  font-size: 14px !important;
  padding-left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#telefon_row option,
#telefon_row optgroup {
  color: black;
}

#telefon_row > input {
  padding-left: 8px;
  margin-left: 12px;
}

.privacy {
  font-size: 0.8em;
  color: rgb(255 255 255 / 64%);
  display: flex;
  position: relative;
}

.privacy a {
  color: rgb(255 255 255 / 64%);
  text-decoration: underline;
  font-weight: 700;
}

.privacy > input {
  margin: 3px 6px 0 0;
}

.privacy .inp_icon > img {
  top: -2px;
}

@media (max-width: 768px) {
  .privacy > input {
    min-height: 17px;
    min-width: 17px;
    margin: 3px 10px 0 0;
  }
}

#upload_form {
  position: relative;
  transition: opacity 0.3s, transform 0.4s;
  margin-top: 30px;
  flex-direction: column;
}

#upload_form .img_woman {
  display: none;
}

.upload_boxes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 360px;
  margin: auto;
}

.uBox {
  width: 29.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 1% 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 5px;
  aspect-ratio: 1 / 1;
}

@media (min-width: 577px) {
  .uBox {
    margin: 0 2.2% 20px;
  }
  .uBox:first-child {
    margin-left: 0;
  }
  .uBox:last-child {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .uBox {
    width: 100%;
    max-width: 31%;
  }
  button.show_calendly {
    padding: 12px 20px;
    margin: 20px 0 0;
    width: 100%;
  }
  .inputs-container {
    margin: 0;
  }
  h2.title2 {
    font-size: 24px;
  }
}

.uBox * {
  pointer-events: none;
}

.uBox img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.uploaded .image-uploded {
  position: relative;
}

.uploaded .image-uploded:after {
  content: '\2713';
  background: #00000069;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #7bff56;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.uBox::after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgb(0 0 0 / 91%);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}

.uBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.uBox > span {
  margin: 8px 0;
  color: #666666;
  opacity: 0.8;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  padding-top: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 400;
}

.uBox input {
  display: none !important;
}

.icon_upload {
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0;
  color: #235ba8;
  font-style: normal;
  font-weight: 500;
  position: relative;
  transition: color 0.4s, opacity 0.4s;
}

.icon_upload > img:not(.upload_check) {
  content: '';
  display: block;
  width: 28px;
  margin-left: 7px;
  transform: translateY(2px);
  transition: transform 0.4s, opacity 0.4s;
}

.icon_upload > .upload_check {
  position: absolute;
  width: 33px;
  opacity: 0;
  transition: opacity 0.25s;
}

@media (hover: none) and (pointer: coarse) {
  .icon_upload > .upload_check {
    transition-delay: 0.5s;
  }
}

@media (max-width: 576px) {
  .uBox > img {
    width: 44%;
  }
  .uBox > span {
    font-size: 12px;
  }
  .icon_upload {
    padding: 16px 0;
    font-size: 0.9em;
  }
  .icon_upload > img:not(.upload_check) {
    width: 25px;
  }
  .icon_upload > .upload_check {
    width: 28px;
  }
}

.uBox .icon_upload > span::after {
  content: '';
  color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .uBox:hover .icon_upload > img:not(.upload_check) {
    transform: translateY(-4px);
  }
}

#thank_you {
  display: none;
  position: relative;
  transition: opacity 0.3s, transform 0.4s;
  color: #fff;
  font-weight: lighter;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: -6px 10px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
}

#thank_you .columns {
  display: flex;
}

#thank_you .columns > * {
  width: 50%;
}

#thank_you .texts {
  padding: 35px 0 22px 32px;
  flex-shrink: 0;
}

#thank_you h3 {
  font-size: 1.4em;
}

#thank_you .image {
  margin-left: 20px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #thank_you .columns {
    flex-direction: column;
    padding: 20px 30px 30px;
  }
  #thank_you .columns > * {
    width: 100%;
  }
  #thank_you .texts {
    padding: 0;
    margin: 0 0 15px;
  }
  #thank_you .image {
    margin: 0;
    border-radius: 15px;
  }
}

.insta_box {
  display: flex;
  padding: 30px 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #165a8a;
  font-weight: 500;
}

.insta_box a {
  background-color: #165a8a;
  padding: 15px 60px;
  flex-shrink: 0;
  border-radius: 12px;
  transition: transform 0.35s, box-shadow 0.35s;
  text-align: center;
}

.insta_box a:hover {
  transform: translate(1px, -4px);
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.24);
}

.insta_box > .before_after {
  padding: 0 45px 0 30px;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  .insta_box > .before_after {
    padding: 0 25px 0 25px;
    font-size: 1em;
  }
}

@media (max-width: 650px) {
  .insta_box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .insta_box > img {
    width: 11%;
  }
  .insta_box > .before_after {
    width: 89%;
    font-size: 1.1em;
  }
  .insta_box a {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .insta_box > img {
    width: 50px;
  }
  .insta_box > .before_after {
    width: 0;
    flex-grow: 1;
    font-size: 1em;
    padding: 0 0 0 16px;
  }
}

@media (max-width: 390px) {
  .insta_box > img {
    margin: 0 auto 20px;
  }
  .insta_box > .before_after {
    width: 100%;
    padding: 0;
    font-size: 0.97em;
    text-align: center;
  }
}

.footer a {
  padding: 0 7px;
  position: relative;
  color: #000;
}

@media (min-width: 577px) {
  .footer a:not(:last-child) {
    margin-right: 1px;
  }
  .footer a:not(:last-child)::after {
    content: '';
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: -1px;
    opacity: 0.4;
  }
}

@media (max-width: 768px) {
  .footer a {
    font-size: 0.8em;
  }
}

@media (max-width: 576px) {
  .footer > .container {
    flex-wrap: wrap;
  }
  .footer a {
    line-height: 1.7;
  }
}

@media (max-width: 340px) {
  #dynamic_title {
    font-size: 1.02em;
  }
  #top_title {
    font-size: 1em;
  }
}

.left {
  transform: translateX(-15px);
}

.right {
  transform: translateX(15px);
}

.hidden {
  opacity: 0 !important;
}

#termin {
  display: none;
}

.langbar {
  position: relative;
}

select.languages {
  min-height: 32px;
  border-radius: 5px;
  border: 0;
  left: 0;
  width: max-content;
  margin: auto;
}

.langues {
  color: white;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.langues input[type='radio'] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0;
  position: relative;
}

.langues input[type='radio']:checked:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: white;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.langues label {
  flex: 0 0 32%;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 29%;
}

.langues label span {
  flex: 1;
}

.acf-block-preview .selections,
.acf-block-preview #form {
  display: block !important;
  opacity: 1 !important;
  visibility: visible;
  background: #2569a8;
  padding: 30px;
}

#upload_form.show_woman .img_woman {
  display: initial;
}

#upload_form.show_woman .img_man {
  display: none;
}

.unclickable {
  visibility: hidden;
}

#sendBtn.sending,
#uploadBtn.sending,
#send_w_phone.sending {
  color: transparent;
}

#sendBtn.sending::after,
#uploadBtn.sending::after,
#send_w_phone.sending::after {
  transform: translate(30px, 8px) rotate(225deg);
  opacity: 0;
}

.lds-dual-ring {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

#sendBtn.sending .lds-dual-ring,
#uploadBtn.sending .lds-dual-ring,
#send_w_phone.sending .lds-dual-ring {
  opacity: 1;
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inp_icon.error > .cross {
  opacity: 1;
}

.i_row input.error {
  border-bottom-color: rgb(255 103 103);
}

.i_row input.success {
  border-bottom-color: rgb(49 194 67);
}

.inp_icon.success > .check {
  opacity: 1;
}

.label {
  font-size: 14px !important;
  color: #ffffff;
  margin-bottom: 7px !important;
  display: block;
}

.check-list {
  display: block;
  margin: 25px auto;
  text-align: center;
  width: 100%;
}

.inputs-container {
  max-width: 440px;
  margin: 40px auto;
  width: 100%;
}

button.show_calendly {
  appearance: button;
  border: 0;
  display: inline-block;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: 'sofia-pro', sans-serif;
  min-height: 60px;
  background-color: #b4c217;
  color: #f7f7f7;
  border-radius: 26px;
  font-size: 22px;
  margin: 30px 0 0;
}

.inputs-container h4 {
  font-size: 18px;
  color: #ffffff;
  margin: 32px 0 15px;
  font-weight: 600;
}

button:hover {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.inputs-container li {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.inputs-container li img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .inputs-container li {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
  .inputs-container li img {
    width: 25px;
  }
}

.but.center {
  text-align: center;
}

.inputs-container ul {
  padding: 0;
}

.check-list ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.check-list ul {
  display: flex;
  color: white;
  font-size: 12px;
  gap: 20px;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.qr-mobile-icon svg {
  max-width: 90px;
}

.check-list ul li {
  position: relative;
  padding-left: 30px;
}

.check-list ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../images/haircalc-true-icon.svg');
  position: absolute;
  left: 0;
  z-index: 999;
  background-size: cover;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .check-list {
    margin: 15px auto 25px;
  }
}

@media (max-width: 767px) {
  .desk {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .check-list ul {
    padding-left: 0;
  }
  .check-list ul {
    text-align: left;
  }
}

.step-intro h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.step-intro ul {
  font-size: 14px;
  text-align: left;
  display: table;
  margin: auto;
  padding: 0;
  color: #fff;
  margin: 15px auto 25px;
}

.w-icon-file-upload-icon {
  display: inline-block;
  width: 20px;
}

.w-icon-file-upload-icon:before {
  content: '\e903';
}

[class^='w-icon-'] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.multistep-survey-radio-text {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #666666;
  padding-top: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 400;
}

@font-face {
  font-family: webflow-icons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)
    format('truetype');
  font-weight: 400;
  font-style: normal;
}

h2.title2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

iframe {
  height: 600px;
}

.acf-block-preview #intro_termin,
.acf-block-preview #termin,
.acf-block-preview #thank_you {
  display: block;
}

.selections.form-email {
  max-width: 100% !important;
}

#send_w_phone {
  background: transparent;
  color: white;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  margin: auto;
  display: block;
  font-style: italic;
  cursor: pointer;
  text-underline-offset: 5px;
  position: relative;
}

#send_w_phone .lds-dual-ring:after {
  border: 3px solid #fff;
  border-color: #fff transparent #fff;
}

.gender-option {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.gender-option label {
  display: inline-flex;
  align-items: center;
}

.gender-option input {
  width: 17px;
  height: 17px;
}
