#BYOD main {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 10% 8.5rem;
  max-width: 114rem;
  margin: 0 auto;
  color: #000;
}

#BYOD .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
#BYOD .font-regular-18 {
  font-size: 18px;
}
#BYOD .font-medium-16 {
  font-size: 16px;
}
#BYOD .font-bold-16 {
  font-size: 16px;
}
#BYOD .font-bold-18 {
  font-size: 18px;
}
#BYOD .font-bold-20 {
  font-size: 20px;
}
#BYOD .font-bold-22 {
  font-size: 22px;
}
#BYOD .font-bold-36 {
  font-size: 36px;
  line-height: 48px;
}
#BYOD .font-bold-48 {
  font-size: 48px;
}
#BYOD .font-bold-80 {
  font-size: 80px;
}

#BYOD img {
  width: 100%;
}

#BYOD ul {
  margin-left: -16px;
}

#BYOD .toggle-button {
  width: 1.56rem /* 30/19.2 */;
  height: 1.56rem /* 30/19.2 */;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#BYOD .toggle-button::before,
#BYOD .toggle-button::after {
  content: '';
  width: 0.78rem /* 15/19.2 */;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  transition: all 0.3s ease;
}

/* .toggle-button::before {
    transform: rotate(45deg);
  } */

#BYOD .toggle-button::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

#BYOD .toggle-button.active::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#BYOD .toggle-button.active::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#BYOD .mb-200 {
  margin-bottom: 200px;
}

#BYOD .banner {
  position: relative;
  margin-bottom: 110px;
}

#BYOD .banner .cont {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  /* left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%); */
  color: #fff;
}

#BYOD .banner .cont .title {
  margin-bottom: 24px;
}

#BYOD .banner .cont .desc {
  margin-bottom: 40px;
  line-height: 22px;
  width: 90%;
}
#BYOD .banner .cont a {
  min-width: 180px;
  height: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0 45px;
}
#BYOD .banner .cont a:hover {
  text-decoration: none;
}

#BYOD .banner img {
  width: 100%;
  position: relative;
  z-index: -1;
}

#BYOD .what-is-BYOD {
  gap: 150px;
}
#BYOD .what-is-BYOD .title {
  margin-bottom: 40px;
}
#BYOD .who-can-join .title {
  margin-bottom: 40px;
}
#BYOD .who-can-join .left {
  width: 50%;
}
#BYOD .who-can-join .right {
  width: 50%;
  padding-left: 110px;
}
#BYOD .who-can-join .left img {
  width: 100%;
}
#BYOD .who-can-join .desc {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: 'Roboto-Regular' !important;
}
#BYOD .who-can-join .desc ul {
  color: #000;
  font-family: roboto-Medium;
}

#BYOD .why-participate .title {
  text-align: center;
  margin-bottom: 40px;
}
#BYOD .why-participate .desc-item {
  margin-bottom: 28px;
}

#BYOD .reference-incentives {
  gap: 123px;
}
#BYOD .reference-incentives .title {
  margin-bottom: 40px;
}
#BYOD .reference-incentives .table {
  margin-top: 28px;
  margin-bottom: 40px;
}
#BYOD .reference-incentives .table .item {
  height: 60px;
  border-bottom: 1px solid #b5b5b5;
  color: #000;
}

#BYOD .how-to-apply .title {
  margin-bottom: 40px;
}
#BYOD .how-to-apply .desc {
  font-family: roboto-medium !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 40px;
}
#BYOD .how-to-apply .desc a {
  color: #007ecd;
  border-bottom: 1px solid #007ecd;
}
#BYOD .how-to-apply .desc a:hover {
  text-decoration: none;
}
#BYOD .how-to-apply img {
  max-width: 1200px;
}

#BYOD .additional-notes .title {
  margin-bottom: 40px;
}
#BYOD .additional-notes .left {
  width: 50%;
  padding-right: 150px;
}
#BYOD .additional-notes .right {
  width: 50%;
}
#BYOD .additional-notes .right img {
  width: 100%;
}
#BYOD .additional-notes .desc {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: 'Roboto-Regular' !important;
}
#BYOD .additional-notes .desc ul {
  color: #000;
}

#BYOD .form-section {
  margin-top: 187px;
}

#BYOD .form-section .form-container {
  gap: 90px;
}

#BYOD .form-section .form-left {
  width: 80%;
  /* min-width: 588px; */
}
/* #BYOD .form-section .form-right {
    margin-left: 90px;
  } */
#BYOD .form-section .form-left img {
  width: 100%;
}

#BYOD .form-section .form-right .form-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

#BYOD .form-section #contactForm {
  margin-top: 26px;
}

#BYOD .form-section #contactForm label {
  margin-bottom: 2px;
}

#BYOD .form-section .one-line {
  gap: 5%;
}
#BYOD .form-section .one-line > div {
  flex: 1;
}
#BYOD .form-section .form-group {
  margin-bottom: 22px;
}
#BYOD .hide {
  display: none;
}
#BYOD .form-section .form-group .dropdown-toggle::after {
  position: absolute;
  right: 1.04rem;
}
#BYOD .form-section .sendCountDown,
#BYOD .form-section .verifisend {
  background: #000;
  color: #fff;
  border-radius: 58px;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
  cursor: pointer;
  margin: auto 0;
  margin-left: 30px;
  padding: 7px 6px;
  white-space: nowrap;
  margin-left: 15px;
  min-width: 80px;
  user-select: none;
}

#BYOD .submit {
  width: 15.26rem;
  height: 3.18rem;
  background: #010101;
  border-radius: 1.93rem;
  color: #ffffff;
  margin: 30px auto 0;
  position: relative;
}

#BYOD #submit:disabled {
  background: rgba(4, 7, 13, 0.6);
  padding-left: 26px;
}

#BYOD #submit:disabled::before {
  content: '';
  position: absolute;
  left: 68px;
  width: 22px;
  height: 22px;
  border: 2px solid #00ce7a;
  border-bottom-color: #ccc;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#BYOD .form-container .form-check-input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 0.94rem;
  height: 0.94rem;
  font-size: 0.83rem;
}
#BYOD .form-container .form-check-input[type='checkbox']::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 0.94rem;
  height: 0.94rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0rem;
  text-align: center;
  content: ' ';
  border-radius: 0.05rem;
}

#BYOD .form-container .form-check-input[type='checkbox']:checked::after {
  content: '✓' !important;
  color: #fff;
  font-size: 0.63rem;
  line-height: 0.78rem;
  font-weight: bold;
  background-color: #00ce7a;
  border: 0.07rem /* 1.333/19.2 */ solid #00ce7a;
}
#BYOD .search-input {
  width: 90%;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  border-radius: 4px;
  padding: 4px 12px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px#dcdfe6 inset;
}

#BYOD .search-input input {
  width: 95%;
  font-size: 12px;
}

#BYOD .search-input input,
#BYOD .search-input input:focus-visible,
#BYOD .search-input input:focus,
#BYOD .search-input input:focus-within {
  border: none;
  outline: none;
}

#BYOD .search-input img {
  width: 16px;
  height: 16px;
}

#BYOD .dropdown-toggle {
  width: 100%;
  min-height: 41px;
  background: #fff;
  /* border-width: 0px 0px 2px; */
  color: #242424;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 6px 12px;
}
#BYOD .dropdown-menu {
  width: 100%;
  z-index: 999;
  margin-left: 0;
  max-height: 500px;
  overflow: auto;
  max-height: 300px;
  /* min-height: 100px; */
}
#BYOD .dropdown-title {
  padding: 11px 10px 6px;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
#BYOD .dropdown-title:hover {
  color: #000;
}
#BYOD .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 14px;
}
#BYOD input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
#BYOD input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
#BYOD input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

#BYOD .form-control:focus {
  border-color: #000;
}

#BYOD .placeholder {
  color: #999;
  font-size: 14px;
}
#BYOD .form-control.is-valid,
#BYOD .was-validated .form-control:valid {
  border-color: #000;
}
#BYOD .form-control.is-valid:focus,
#BYOD .was-validated .form-control:valid:focus {
  box-shadow: none;
}
#BYOD .form-container .require-icon {
  color: rgba(252, 52, 52, 1);
  margin-left: 0.26rem /* 5/19.2 */;
}
#BYOD .is-invalid {
  border-color: #ff4d4f !important;
}
#BYOD .invalid-tooltip {
  padding-top: 0;
}
#BYOD #form-check-label {
  line-height: normal;
  margin-left: 5px;
}

@media (max-width: 1000px) {
  #BYOD main {
    padding: 0 5% 60px;
  }

  #BYOD .banner img {
    top: 0;
    height: 589px;
    width: auto;
  }

  #BYOD .w-50 {
    width: 100% !important;
  }

  #BYOD .font-bold-36 {
    font-size: 26px;
    line-height: 30px;
  }

  #BYOD .reference-incentives {
    flex-direction: column;
    gap: 14px;
  }
  #BYOD .reference-incentives .title {
    text-align: center;
  }
  #BYOD .reference-incentives .left,
  #BYOD .reference-incentives .right {
    width: 100%;
  }

  #BYOD .additional-notes {
    flex-direction: column;
  }

  #BYOD .additional-notes .left {
    width: 100%;
    padding-right: 0;
  }
  #BYOD .additional-notes .right {
    width: 100%;
  }

  #BYOD .form-section {
    margin-top: 50px;
  }

  #BYOD .form-container {
    margin-bottom: 100px;
  }

  #BYOD .form-container .form-left {
    display: none;
  }

  #BYOD .form-section .form-container {
    gap: 0;
  }

  #BYOD #form-check-label {
    font-size: 14px;
    margin-left: 12px;
    line-height: normal;
    font-family: roboto-regular;
  }

  #BYOD .form-check-input {
    margin-top: 0;
  }
  #BYOD .mb-200 {
    margin-bottom: 70px;
  }

  #BYOD .what-is-BYOD {
    gap: 0;
    flex-wrap: wrap;
  }

  #BYOD .what-is-BYOD .title {
    margin-top: 0;
    text-align: center;
  }

  #BYOD .what-is-BYOD .right {
    margin-top: 15px;
    width: 100%;
  }

  #BYOD .what-is-BYOD .right img {
    width: 100%;
  }

  #BYOD .who-can-join {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #BYOD .who-can-join .left {
    width: 100%;
  }

  #BYOD .who-can-join .right {
    width: 100%;
    padding-left: 0;
  }

  #BYOD .who-can-join .title {
    text-align: center;
  }

  #BYOD .banner .cont {
    width: 100%;
    top: 100px;
  }

  #BYOD .banner .cont .title {
    font-size: 36px;
    line-height: normal;
  }
}

@media screen and (max-width: 400px) {
  #BYOD .banner .cont {
    top: 80px;
  }
  #BYOD .banner .cont .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #BYOD .banner .cont .desc {
    line-height: normal;
  }
}

@media screen and (max-width: 1200px) {
  #BYOD main {
    padding-left: 5%;
    padding-right: 5%;
  }
  #BYOD .form-section .form-container {
    gap: 30px;
  }
}
@media screen and (max-width: 1400px) {
  #BYOD .form-section .form-left {
    width: 90%;
  }

  #BYOD label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 2000px) {
  #BYOD main {
    max-width: 105rem;
  }
}

@media screen and (max-width: 2200px) {
  #BYOD main {
    max-width: 108rem;
  }
}

@media screen and (min-width: 2800px) {
  #BYOD main {
    max-width: 122rem;
  }
}

@media screen and (min-width: 4000px) {
  #BYOD main {
    max-width: 138rem;
  }
}

@media screen and (min-width: 1700px) {
  #BYOD .banner .cont {
    top: 135px;
  }

  #BYOD .form-section .form-container {
    gap: 150px;
  }

  #BYOD .form-section .form-right .form-title {
    margin-bottom: 40px;
    padding-bottom: 34px;
  }

  #BYOD .submit {
    margin-top: 80px;
  }
}
