* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.m-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.m-section {
  height: 100vh;
}
.m-section__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 0 68px;
}
.m-section__form .m-section__text {
  position: relative;
}
.m-section__form .m-section__text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.m-section__form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 68, 137, 0.8);
}
.m-section__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 0 148px;
}
.m-section__content .m-section__text {
  position: relative;
}
.m-section__content .m-section__text h1 {
  font-size: 56px;
  line-height: 62px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.m-section__content .m-section__text p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 40px;
}
.m-section__content .m-section__text a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 17px 24px;
  color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
}
.m-section__content .m-section__text a.link:visited {
  color: #fff;
}
.m-section__content .m-section__text a.link:hover {
  color: #fff;
}
.m-section__content .m-section__text a.link:active {
  color: #fff;
}
.m-section__content .m-section__text a.link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f178";
  font-weight: 400;
}
.m-section__content .m-section__text a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 14px 31px;
}
.m-section__content .m-section__text a.button:visited {
  color: #fff;
}
.m-section__content .m-section__text a.button:hover {
  color: #fff;
}
.m-section__content .m-section__text a.button:active {
  color: #fff;
}
.m-section__content .m-section__text small {
  display: block;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 16px;
}
.m-section__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 68, 137, 0.75);
}
@media screen and (max-width: 991px) {
  .m-section__form {
    padding: 0 34px;
  }
  .m-section__content {
    padding: 0 34px;
  }
  .m-section__content .m-section__text h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .m-section__content .m-section__text p {
    font-size: 18px;
    line-height: 22px;
  }
  .m-section__content .m-section__text a.link {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .m-section__form {
    padding: 34px 34px 68px 34px;
  }
  .m-section__content {
    padding: 34px;
  }
  .m-section__content .m-section__text h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .m-section__content .m-section__text p {
    font-size: 16px;
    line-height: 20px;
  }
  .m-section__content .m-section__text a.link {
    font-size: 16px;
    line-height: 20px;
  }
  .m-section__content .m-section__text small {
    font-size: 14px;
    line-height: 17px;
  }
}

.m-form__fieldset {
  position: relative;
  margin-bottom: 16px;
}
.m-form__fieldset label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 6px;
}
.m-form__fieldset .m-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #E6E6E6;
  box-shadow: inset 0 0 0 1px #E6E6E6;
  background-color: #fff;
  padding: 8px;
}
.m-form__fieldset .m-form__input:after {
  content: "";
  font-size: 24px;
  line-height: 1;
}
.m-form__fieldset .m-form__input.error:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  color: #B42318;
}
.m-form__fieldset input {
  width: 100%;
  border: 0;
  padding: 0;
}
.m-form__fieldset input[type=submit] {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ED7203;
  border: 0;
  border-radius: 0;
  padding: 14px 0;
}
.m-form__fieldset input:focus {
  outline: 0;
}
.m-form__fieldset a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.m-form__fieldset a:visited {
  color: rgba(255, 255, 255, 0.75);
}
.m-form__fieldset a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.m-form__fieldset a:active {
  color: rgba(255, 255, 255, 0.75);
}
.m-form__fieldset p.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #B42318;
  padding: 16px 12px;
}
.m-form__fieldset p.error i {
  font-size: 20px;
  line-height: 1;
}
.m-form__fieldset--submit {
  margin-bottom: 26px;
}
.m-form__fieldset--absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 34px;
  margin: 0;
}
.m-form__fieldset--absolute a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
.m-form__fieldset--absolute a:visited {
  color: #fff;
}
.m-form__fieldset--absolute a:hover {
  color: #fff;
}
.m-form__fieldset--absolute a:active {
  color: #fff;
}
.m-form__fieldset--absolute a.secondary {
  font-weight: 700;
  color: #F8AF00;
}
.m-form__fieldset--absolute a.secondary:visited {
  color: #F8AF00;
}
.m-form__fieldset--absolute a.secondary:hover {
  color: #F8AF00;
}
.m-form__fieldset--absolute a.secondary:active {
  color: #F8AF00;
}
@media screen and (max-width: 767px) {
  .m-form__fieldset--absolute {
    position: relative;
    bottom: -34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}