.elementor-43163 .elementor-element.elementor-element-a3aba50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-482139c */.s4u-phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s4u-phone-prefix {
  padding: 0 12px;
  height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: #f7f7f7;
  font-weight: 600;
  color: #000;
}
/* ================================
   REGISTER PAGE - LAYOUT
================================ */
.s4u-register-main{
  width: min(1100px, calc(100% - 64px));
  margin: 48px auto 56px;
  display: grid;
  grid-template-columns: 420px 420px;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

/* ================================
   LEFT COLUMN
================================ */
.s4u-register-form-col{
  width: 100%;
  display: block;
}

.s4u-register-form-col h1{
  margin: 0 0 22px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  color: #000000;
  max-width: none;
}

.s4u-register-form{
  width: 100%;
  max-width: 100%;
}

.s4u-register-form label{
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #000000;
}

/* ================================
   INPUTS
================================ */
.s4u-field-wrap{
  position: relative;
  margin-bottom: 14px;
}

.s4u-field-wrap input{
  width: 100%;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 0 42px 0 42px;
  font-size: 13px;
  color: #000000;
  background: #FFFFFF;
  outline: none;
  box-sizing: border-box;
}

.s4u-field-wrap input::placeholder{
  color: #716F77;
  opacity: 1;
}

.s4u-field-wrap input:focus{
  border-color: #000000;
}

/* ================================
   LEFT ICON
================================ */
.s4u-field-icon{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.s4u-field-icon img{
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) saturate(100%) invert(46%) sepia(6%) saturate(522%) hue-rotate(210deg) brightness(90%) contrast(85%);
}

/* ================================
   EYE BUTTON
================================ */
.s4u-toggle-pass{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4u-toggle-pass img{
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) saturate(100%) invert(46%) sepia(6%) saturate(522%) hue-rotate(210deg) brightness(90%) contrast(85%);
}

.s4u-toggle-pass:hover img,
.s4u-toggle-pass:focus img{
  filter: brightness(0) saturate(100%) invert(0%);
}

/* ================================
   PASSWORD STRENGTH
================================ */
.s4u-password-strength{
  margin: 4px 0 14px;
}

.s4u-strength-bars{
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.s4u-strength-bars span{
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #D9D9D9;
  transition: background-color .2s ease;
}

.s4u-strength-text{
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #1D8F3A;
}

/* ================================
   PHONE
================================ */
.s4u-phone-wrap{
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.s4u-phone-wrap select,
.s4u-phone-wrap input{
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-size: 13px;
  color: #000000;
  background: #FFFFFF;
  box-sizing: border-box;
  outline: none;
}

.s4u-phone-wrap select{
  padding: 0 28px 0 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #716F77 50%),
    linear-gradient(135deg, #716F77 50%, transparent 50%);
  background-position:
    calc(100% - 14px) calc(50% - 2px),
    calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.s4u-phone-wrap input{
  padding: 0 12px;
}

.s4u-phone-wrap select:focus,
.s4u-phone-wrap input:focus{
  border-color: #000000;
}

/* ================================
   CHECKBOX
================================ */
.s4u-checkbox{
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 18px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #716F77 !important;
}

.s4u-checkbox input{
  margin-top: 3px;
}

/* ================================
   MAIN BUTTON
================================ */
.s4u-register-main-btn{
  width: 100%;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: #000000;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-bottom: 12px;
}

.s4u-register-main-btn:hover,
.s4u-register-main-btn:focus,
.s4u-register-main-btn:active{
  background: #000000 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ================================
   SECONDARY BUTTON
================================ */
.s4u-register-secondary-btn{
  width: 100%;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  background: #F5F5F5;
  color: #716F77;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.s4u-register-secondary-btn:hover,
.s4u-register-secondary-btn:focus,
.s4u-register-secondary-btn:active{
  background: #F5F5F5 !important;
  color: #716F77 !important;
  border-color: #E5E5E5 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ================================
   RIGHT SIDE IMAGE
================================ */
.s4u-register-illustration-col{
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.s4u-register-illustration-box{
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4u-register-illustration-box img{
  max-width: 75%;
  height: auto;
  display: block;
}

/* ================================
   LARGE LAPTOP
================================ */
@media (max-width: 1200px){
  .s4u-register-main{
    width: min(1000px, calc(100% - 48px));
    grid-template-columns: 380px 380px;
    gap: 32px;
  }

  .s4u-register-form-col h1{
    font-size: 38px;
  }

  .s4u-register-illustration-box{
    min-height: 540px;
  }
}

/* ================================
   TABLET
================================ */
@media (max-width: 1024px){
  .s4u-register-main{
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(900px, calc(100% - 32px));
  }

  .s4u-register-form-col h1{
    font-size: 34px;
  }

  .s4u-register-form{
    max-width: 420px;
  }

  .s4u-register-illustration-box{
    min-height: 360px;
    max-width: 520px;
    margin: 0 auto;
  }

  .s4u-register-illustration-box img{
    max-width: 70%;
  }
}

/* ================================
   MOBILE
================================ */
@media (max-width: 767px){
  .s4u-register-main{
    width: calc(100% - 24px);
    margin: 24px auto 36px;
    gap: 24px;
  }

  .s4u-register-form-col h1{
    font-size: 28px;
    margin-bottom: 14px;
  }

  .s4u-register-form{
    max-width: 100%;
  }

  .s4u-register-form label{
    font-size: 12px;
  }

  .s4u-field-wrap input,
  .s4u-phone-wrap select,
  .s4u-phone-wrap input,
  .s4u-register-main-btn,
  .s4u-register-secondary-btn{
    height: 38px;
    font-size: 12px;
  }

  .s4u-checkbox{
    font-size: 11px !important;
  }

  .s4u-phone-wrap{
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  .s4u-register-illustration-box{
    min-height: 260px;
    max-width: 100%;
  }

  .s4u-register-illustration-box img{
    max-width: 72%;
  }
}/* End custom CSS */