/* Block Berthold */
@font-face {
  font-family: 'Block Berthold';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8401/fonts/Block-Berthold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Block Berthold Condensed */
@font-face {
  font-family: 'Block Berthold Condensed';
  src:url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8401/fonts/Block-Berthold-Condensed-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }


/* Frutiger Condensed Bold */
@font-face {
  font-family: 'Frutiger Condensed';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8401/fonts/FrutigerLTStd-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background: #002A5A;
  background-image: linear-gradient(180deg, #65DCDC 45.67%, #1A85D2 78.85%, #002A5A 100%);
  min-height: 100vh;
  font-family: 'Block Berthold Condensed';
  color: white;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-main {
  margin-top: -30px;
}
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.headerMobile,
.headerDesktop {
  width: 100%;
  height: auto;
  display: block;
}



.big-title,
.title,
.copyright {
  font-family: 'Block Berthold Condensed';
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}


.big-title {
  font-size: 35px;
}
.copyright {
  font-size: 17px;
}
.title {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.main-text,
.short-terms,
.text-form,
 .body-text {
  font-family: 'Frutiger Condensed';
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}

.short-terms {
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.22px;
}

.body-text {
  font-size: 17px;
}

.main-text {
  font-size: 21px;

}



.btn-primary {
  border-radius: 200px;
  border: 2px solid rgba(217, 217, 217, 0.00);
  background: radial-gradient(84.04% 83.7% at 50% 50%, #015084 0%, #08112C 100%);
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: 'Block Berthold Condensed';
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-warning {
  border-radius: 8px;
  border: 2px solid #FCC656;
  background: linear-gradient(268deg, #C89944 11.82%, #F3D687 51.64%, #9D5C00 93.09%);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  color: #1B0B49;
  font-family: 'Block Berthold Condensed';
  width: 100%;
  height: 56px;
  text-transform: uppercase;
}

.form-check-input[type=checkbox] {
  border-radius: 2.25em;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
  width: 22px;
  height: 22px;
}

.text-form {
  color: #6F6F6F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 3px;
  color: #6F6F6F;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {

  color: #6F6F6F;
}

.form-check-input {
  margin-top: 0;
}

.invalid-feedback {
  color: #212529;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #65dcdb;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 39px;
  /* border-radius: 8px; */
  /* filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.22)); */
}

.form-floating>label {
  padding: 10px .75rem;
}

.modal-content {
  background-image: linear-gradient(0deg, #65DCDC 0%, #1A85D2 20%, #08112C 100%);
}
.btn-close {

  filter: invert(1);
}

@media (min-width: 768px) {
.container-main {
    margin-top: -36px;
  }
  .big-title {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: 1px;
  }

  .title {
    font-size: 37px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
  }

    .body-text {
      font-size: 19px;
    }

    .btn-warning {
      border-radius: 8px;
      font-size: 40px;
      width: 270px;
      font-size: 40px;
    }
}

li ol {
  padding-left: 1rem;
}

ul {
  padding-left: 10px;
}

ol,
ul {
  padding-left: 1.1rem;
}