body {
  font-family: Open Sans, sans-serif
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 80rem
}

.no-wrap {
    white-space: nowrap;
}

#form {
  background-image: url(../img/bg.webp?1);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 1rem
}

form {
  width: -moz-max-content;
  width: max-content;
  padding: 2.5rem;
  background-color: #ffffffbf
}

.form-group {
  margin-bottom: .75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: left
}

.form-group label {
  margin-bottom: .25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500
}

.form-input, .form-select {
  width: 100%;
  border-radius: .25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: .5rem .75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  outline-width: 0
}

.input-group {
  display: flex
}

.input-group .group-prefix {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 80px
}

.input-group input[type=number] {
  flex: 1 1 0%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn {
  border-radius: .25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38/var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.section {
  display: flex;
  width: 100%;
  padding: 2.5rem 1rem
}

.section h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600
}

@media (min-width: 768px) {
  .section h2 {
    font-size: 3rem;
    line-height: 1
  }
}

@media (min-width: 1024px) {
  .section h2 {
    margin-bottom: 4rem
  }
}

ul.check {
  list-style-image: url(../img/icon-check.svg)
}

ul.check li {
  margin-bottom: 1.25rem
}

#thank-you ul.check li {
  margin-bottom: .25rem
}

.scroll-up {
  position: fixed;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: .75rem;
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  bottom: 20px;
  right: 30px;
  z-index: 99
}

.scroll-up svg {
  fill: #60a5fa
}

#errors {
  display: flex;
  flex-direction: column
}

.error-message {
  margin-bottom: .25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity))
}

.thank-you h1 {
  margin-bottom: .75rem;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

.thank-you h2, .thank-you p {
  margin-bottom: .75rem
}

.thank-you h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.thank-you .container {
  padding: 1rem
}

.logo-img {
  width: 100%;
  max-width: 300px;
}

.has-error {
  border: 1px solid red !important;
  color: red;
}

.error {
  color: red;
  font-size: 0.875rem;
}

.btn {
  background-color: #18528f;
}

.btn:hover {
  background-color: #2674c5;
}

#form {
  background-position: bottom center;
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

form {
  max-width: 550px;
  background-color: #ffffffc9;
}

.people-img {
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 0 #e3e3e3;
}

@media all and (min-width: 768px) {
  #steps-section {
    display: none;
  }
}


@media (min-width: 1024px) {
  .section h2 {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 768px) {
  ul.check {
    padding-left: 2rem;
  }

  ul.check li {
    margin-bottom: .5rem;
  }

  body.lang-it .section h2 {
    font-size: 1.575rem;
  }

  body.lang-es ul.check {
    padding-left: 2rem;
  }

  body.lang-es ul.check li {
    margin-bottom: .5rem;
  }

  body.lang-es a.cta {
    font-size: 1.275rem;
  }

  body.lang-es h1.form-title {
    font-size: 22px;
    margin-bottom: 0.1rem;
  }

  body.lang-da h1.form-title {
    font-size: 21px;
    margin-bottom: 0.1rem;
  }

  body.lang-da h2.form-subtitle {
    font-size: 21px;
  }

  body.lang-es h2.form-subtitle {
    font-size: 22px;
  }

  body.lang-es h3.form-subtitle {
    font-size: 1rem;
  }

  body.lang-de ul.check {
    padding-left: 2rem;
  }

  body.lang-de ul.check li {
    margin-bottom: .5rem;
      font-size: 1rem;
  }

  body.lang-de a.cta {
    font-size: 1.275rem;
  }

  body.lang-de h1.form-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  body.lang-de h2.form-subtitle {
    font-size: 20px;
  }

  body.lang-de h3.form-subtitle {
    font-size: 1rem;
  }

  body.lang-de .section h2 {
    font-size: 1.575rem;
  }

  body.lang-no h1.form-title {
    font-size: 21px;
    margin-bottom: 0.1rem;
  }

  body.lang-no h2.form-subtitle {
    font-size: 21px;
  }

  body.lang-no ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }

  body.lang-no ul.check li {
    margin-bottom: .8rem;
  }

  body.lang-no .section h2 {
    font-size: 1.8rem;
  }

  body.lang-nl h1.form-title {
    font-size: 20px;
    margin-bottom: 0.1rem;
  }

  body.lang-nl h2.form-subtitle {
    font-size: 20px;
  }

  body.lang-nl a.cta {
    font-size: 1.375rem;
  }

  body.lang-nl ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }

  body.lang-nl .section h2 {
    font-size: 1.5rem;
  }

  body.lang-se ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }

  body.lang-se h1.form-title {
    font-size: 24px;
    margin-bottom: 0.1rem;
  }

  body.lang-se h2.form-subtitle {
    font-size: 20px;
  }

  body.lang-sl h1.form-title {
    font-size: 26px;
    margin-bottom: 0.1rem;
  }

  body.lang-sl h2.form-subtitle {
    font-size: 22px;
  }

  body.lang-sl ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }

  body.lang-sl .section h2 {
    font-size: 1.4rem;
  }

  body.lang-fr h1.form-title {
    font-size: 33px;
    margin-bottom: 0.5rem;
  }

  body.lang-fr h2.form-subtitle {
    font-size: 19px;
    line-height: 1.2;
  }

  body.lang-fr ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }

  body.lang-ja ul.check {
    padding-left: 2rem;
    margin-top: 1rem;
  }
}

body.lang-de .de-requirement {
  text-align: center;
  padding: 0.5rem 0;
  background-color: rgba(0, 0, 0, .1);
  font-size: 0.875rem;
}

body.lang-ar {
  direction: rtl;
}

body.lang-pl h1.form-title {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 0.1rem;
}

body.lang-pl h2.form-subtitle {
  font-size: 21px;
}

body.lang-pl h3.form-subtitle {
  font-size: 1rem;
}

body.lang-pl ul.check {
  padding-left: 2rem;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  body.lang-ar .lg\:mr-20 {
    margin-left: 5rem;
    margin-right: initial;
  }

  body.lang-ar .form-group label {
    text-align: right;
  }

  body.lang-ar .input-group {
    flex-direction: row-reverse;
  }

  body.lang-ar #mobile_code {
    direction: ltr;
  }

  body.lang-ar #form.lg\:justify-end {
    justify-content: flex-start;
  }
}


@media all and (max-width: 490px) {
  .form-group label {
    font-size: 1rem;
  }

  form {
    padding: 1.5rem;
  }
}
