@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:wght@200..900&display=swap');

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  background-color: #000 !important;
  overflow: unset !important;
}



a, h1, h2, h3 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-weight: 800 !important;
}
h2, h3 {
  font-weight: 500 !important;
}

a{
  cursor: pointer;
}

.f_weight_200 {
  font-weight: 200 !important;
}
.f_weight_300 {
  font-weight: 300 !important;
}
.f_weight_500 {
  font-weight: 500 !important;
}
.f_weight_700 {
  font-weight: 800 !important;
}
b{
  font-weight: 800 !important;
}

.nop {
  padding: 0 !important;
}
.center_text {
  text-align: center !important;
}

.width_100{
  width: 100%;
}

.form-cell-wrapper {
  position: relative;
}

.form-cell-wrapper > input:focus, .form-cell-wrapper > input:focus, .form-cell-wrapper > textarea:focus, .form-cell-wrapper > textarea:focus {
  border-color:#fff !important;
  outline: none !important;
  text-decoration: none !important;
}

.form-cell-wrapper > label {
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 18px;
  left: 20px;
  font-weight: 600 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form-cell-wrapper > label.active {
  position: absolute;
  font-size: 12px !important;
  color:#fff;
  top: 7px;
  left: 15px;
}

.form-cell-wrapper > input, .form-cell-wrapper > textarea {
  padding:23px 15px 7px;
  border-radius: 12px;
  border:2px solid #fff ;
  width: 100%;
  margin-bottom: 35px;
  z-index: 999;
  position: relative;
  background: transparent;
  font-weight: 700;
  color:#fff !important;
}

.d_btn {
  font-size: 14px !important;
  display: inline-block;
  padding: 25px 0px;
  color:#fff !important;
  border:2px solid #fff !important;
  background-color: transparent !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  width: 250px;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.d_btn:hover {
  background-color: #fff !important;
  color:#000 !important;
}

.d_btn:hover:disabled {
  background-color: transparent !important;
  color:#fff !important;
}


.btn_black {
  color:#fff !important;
  border:2px solid #000 !important;
  background-color: #000 !important;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn_black:hover {
  background-color: #fff !important;
  color:#000 !important;
  border:2px solid #000 !important;
}

.pwd_eye {
  position: absolute;
  width: 50px;
  height: auto;
  right: 0;
  padding: 15px;
  cursor: pointer;
  z-index: 9999;
}
.form-check-input {
  margin-top: 3px !important;
  margin-right: 12px;
  width: 30px !important;
  height: 30px !important;
  text-decoration: none !important;
  outline: none !important;
  border: 2px solid #fff !important;
  background-color: #000 !important;
}
.form-check-input:checked {
  background-color: #000 !important;
  border-color: #fff !important;
}
.form-check-input:focus {
  border-color: #fff !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(230, 230, 230, 0.25) !important ;
}
.form_check_label {
  font-size: 14px;
  color: #fff !important;
  display: block;
  font-weight: 700;
  padding: 6px 0px;
  width: 300px;
}
.form-check {
  margin:5px 10px;
  height:36px;
}
.so_error {
  font-weight: 700;
  color: rgb(179, 0, 36);
  font-size: 12px;
  position: absolute;
  bottom: -3px;
  right: 8px;
}

.success_msg {
  text-align: center;
  padding: 15% 25px;
}

.success_msg h4 {
  color:#fff;
  font-size:clamp(24px, 1.5vw, 40px);
  font-weight: 700;
  padding: 20px;
  margin-bottom:15%;
}



.cont_page {
  background-color: #000 !important;
  height: 100vh; /* You must set a specified height */
  background-position: top center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding:40vh 20px;
  position: relative;
}
.cont_page h1 {
  color:#fff;
  font-size: 8.0vmin;
  font-weight: 800 !important;
  margin-bottom: 10px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
.cont_page h1 >span {
  font-style: italic !important;
  font-size: 16px;
  display: block;
  font-weight: 700 !important;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.info_box {
  position: absolute;
  bottom: 50px;
}
.info_box h2, .info_box h4 {
  color:#fff;
  font-size:clamp(22px, 3.1vmin, 40px);
  font-weight: 500 !important;
  margin-bottom: 10px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
  letter-spacing: -0.7px;
}
.info_box p {
  color:#fff !important;
  font-size: 16px;
  letter-spacing: -0.7px;
  font-weight: 500 !important;
  font-style: italic !important;
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}







.block_01 {
  margin:30vmin auto 150px;
  max-width: 1000px;
}

.block_01 h2 {
  font-size:clamp(35px, 3.3vw, 80px);
  font-weight: 800 !important;
  margin: 0 20px 45px;
  color:#fff;
}

.block_01 p {
  font-size:20px;
  font-weight: 700 !important;
  margin: 0 20px 85px;
  color:#fff;
}

.block_01 h3 {
  font-size:clamp(22px, 2.8vw, 80px);
  font-weight: 800 !important;
  margin: 0 20px 45px;
  color:#fff;
}

.block_01 ul {
  list-style-type: disc;
  padding-left: 40px;
}
.block_01 ul li {
  font-size:18px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  color:#fff;
}





.block_03 {
  margin:12% auto 10%;
  text-align: center;
}
.block_03 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}
.block_03 h2 {
  font-size:clamp(32px, 3.3vw, 40%);
  font-weight: 800 !important;
  margin:5% 20px 45px;
  color:#fff;
}
.block_03 p {
  font-size:18px;
  font-weight: 700 !important;
  margin: 0 auto 85px;
  color:#fff;
  max-width: 500px;
}


.block_04 {
  height: 100vh;
  background-image: url("../../img/footer_img.jpg"); /* The image used */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  text-align: center;
  padding: 20vmin 0;
}

.block_04 h2 {
  font-size:clamp(38px, 4.2vw, 80px);
  font-weight: 800 !important;
  margin: 0 20px 25px;
  color:#fff;
}

.block_04 p {
  font-size:20px;
  font-weight: 700 !important;
  max-width: 500px;
  margin: 25px auto 25vmin;
  color:#fff; 
}

.block_04 a {
  margin: 20px 5%;
}






.marquee_container {
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 30px 0;
  background-color: #000 !important;
}

.marquee{
  width:100%;
  display: flex;
  align-items: center;
  overflow:hidden;
}
.marquee > span{ padding:0 100px; }
.marquee > p {
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 800 !important;
  color:#fff;
  white-space: nowrap;
  margin: 80px 100px;
}
.marquee img{
  width: auto;
  height: 36px;
}

