@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

*,
div {
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #332A4A;
}

.container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
.container__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container__bx {
    flex-flow: column;
  }
}

strong {
  font-weight: 700;
}

button, a {
  cursor: pointer;
}

.page-content {
  margin-top: 12rem;
}
.page-content p {
  margin-bottom: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #332A4A;
}

h1 {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 700;
}

.mdl-job-list {
  padding: 14.3rem 0 3rem;
}
@media (width >= 767.98px) {
  .mdl-job-list {
    padding-top: 26.4rem;
  }
}
.mdl-job-list__intro {
  background: rgba(29, 156, 220, 0.1019607843);
  border-radius: 10px;
  padding: 2.3rem 2.3rem 3.1rem;
  margin: 0 auto;
  margin-bottom: 6rem;
  color: #000;
  max-width: 96.4rem;
}
.mdl-job-list__intro strong {
  color: #1D9CDC;
}
.mdl-job-list__bx {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (width >= 767.98px) {
  .mdl-job-list__bx {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 991.98px) {
  .mdl-job-list__bx {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.mdl-job-list h1 {
  margin-bottom: 3.8rem;
}
.mdl-job-list h1:after {
  content: "";
  height: 0.2rem;
  background: #D6D4DB;
  width: 80%;
  display: block;
  max-width: 16.5rem;
  margin-top: 0.5rem;
}
.mdl-job-list__it {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.9rem 2.3rem 3.1rem;
}
.mdl-job-list__it h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.mdl-job-list__it h3 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.mdl-job-list__it p {
  margin-bottom: 1.5rem;
}
.mdl-job-list__it .btn {
  margin: 0 auto;
}
.mdl-job-list__date {
  background-image: url("../imgs/icon-calendar.png");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: left center;
  padding-left: 2.5rem;
  margin-top: 2rem;
}

.mdl-profile {
  padding-top: 13.9rem;
  padding-bottom: 20rem;
}
@media (width >= 767.98px) {
  .mdl-profile {
    padding-top: 26.4rem;
  }
}
.mdl-profile .container {
  max-width: 76.2rem;
}
.mdl-profile h1 {
  margin-bottom: 3.8rem;
  text-transform: uppercase;
}
.mdl-profile h1:after {
  content: "";
  height: 0.2rem;
  background: #D6D4DB;
  width: 80%;
  display: block;
  max-width: 16.5rem;
  margin-top: 0.5rem;
}
@media (width >= 767.98px) {
  .mdl-profile h1:after {
    max-width: calc(50% - 1.5rem);
  }
}
@media (width >= 767.98px) {
  .mdl-profile__bx {
    display: grid;
    width: 100%;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.mdl-profile label {
  color: #332A4A;
}
.mdl-profile .form-control {
  border: 1px solid #D6D4DB;
}
.mdl-profile .switch-label {
  display: flex;
  gap: 10px;
  flex-flow: column;
}
.mdl-profile .switch-container {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mdl-profile .switch-container input {
  display: none;
}
.mdl-profile .slider {
  width: 6.8rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #D6D4DB;
  padding: 0.2rem;
  margin: 0 2rem;
}
.mdl-profile .slider::before {
  content: "";
  position: absolute;
  height: 1.4rem;
  width: 3rem;
  border-radius: 2rem;
  background-color: #332A4A;
  top: 0.2rem;
  left: 0.2rem;
  transition: transform 0.3s;
}
.mdl-profile input:checked + .slider::before {
  transform: translateX(3rem);
}
.mdl-profile .switch-text {
  margin-left: 10px;
}
.mdl-profile .options {
  display: flex;
  justify-content: space-between;
  width: 12rem;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
  color: #332A4A;
  pointer-events: none;
}
.mdl-profile .btn {
  margin-top: 4.3rem;
}
@media (width >= 767.98px) {
  .mdl-profile .btn {
    max-width: calc(50% - 1.5rem);
  }
}

.btn {
  width: 100%;
  border-radius: 0.4rem;
  background-color: #332A4A;
  border: 0.1rem solid #332A4A;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  background-color: #fff;
  color: #332A4A;
}

.mdl-home {
  background-color: #332A4A;
  height: 100vh;
}
.mdl-home .container {
  height: calc(100% - 8.4rem);
}
.mdl-home .container__bx {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdl-home__info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.3rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.mdl-home__info img {
  max-width: 12rem;
  margin-bottom: 1.3rem;
}
.mdl-home__bx {
  border-radius: 1rem;
  background-color: #1D9CDC;
  max-width: 36.6rem;
  width: 100%;
  padding: 3.7rem 4.1rem 3.9rem;
}
.mdl-home__bx h1 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  margin-bottom: 1.8rem;
  color: #fff;
}
.mdl-home__bx form .btn {
  margin-bottom: 2rem;
}
.mdl-home__footer {
  padding: 2rem 2rem 4rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #332A4A;
}

.form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0;
  padding: 0 4.2rem 0 1rem;
}
.form-control::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.form-control::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}

.form-icon {
  max-width: 1.6rem;
  position: absolute;
  height: 1.6rem;
  bottom: 1rem;
  right: 0.9rem;
}

.field-icon {
  background: url("../imgs/icons/icon-eye-slash.png") no-repeat center center;
  background-size: 1.6rem;
  max-width: 1.6rem;
  position: absolute;
  height: 1.6rem;
  bottom: 1rem;
  right: 0.9rem;
  display: block;
  width: 100%;
}
.field-icon--on {
  background: url("../imgs/icons/icon-eye.png");
  background-size: 1.6rem;
}

label {
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
}

.form-group {
  margin-bottom: 2.3rem;
  position: relative;
}

form a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: right;
  color: #fff;
  display: block;
  text-decoration: none;
  width: 100%;
}

.alert {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  width: 100%;
  text-align: left;
  margin-bottom: 1.7rem;
}
.alert ul {
  margin: 0;
  padding: 0 !important;
}

.header {
  padding: 2.3rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #332A4A;
  z-index: 10;
  color: #fff;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header .container__bx {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header__web {
  display: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 2.2rem;
}
@media (width >= 991.98px) {
  .header__web {
    display: flex;
    align-items: center;
  }
}
.header__web a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.header__web img {
  max-width: 3.5rem;
  margin-right: 1.6rem;
}
.header__info {
  display: flex;
  align-items: center;
}
.header__menu {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: #1D9CDC;
  border-radius: 50%;
  border: 0;
}
@media (width >= 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__col {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.header .logo a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header .logo a span {
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  margin-left: 2rem;
  display: none;
}
@media (width >= 991.98px) {
  .header .logo a span {
    display: block;
  }
}
.header .logo img {
  max-width: 4.6rem;
  width: 100%;
}
@media (width >= 991.98px) {
  .header .logo img {
    max-width: 8rem;
  }
}
.header.js-sticky {
  box-shadow: 1px 1px 8px #ccc;
}
.header.js-sticky.js-open {
  box-shadow: none;
}
.header.js-open .logo img {
  display: none;
}
.header.js-open .logo span {
  display: flex;
  margin: 0;
  line-height: 4.6rem;
}

.user-info {
  display: none;
}
@media (width >= 991.98px) {
  .user-info {
    display: flex;
  }
}
.user-info a {
  padding-left: 3.3rem;
  background-image: url("../imgs/icons/icon-logout.png");
  line-height: 2.3rem;
  background-repeat: no-repeat;
  background-size: 2.3rem;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.user-info a:hover {
  color: #1D9CDC;
  background-image: url("../imgs/icons/icon-logout-blue.png");
}

.menu {
  font-weight: 400;
  font-size: 16px;
  line-height: 31.5px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
}
@media (width >= 991.98px) {
  .menu {
    margin-right: 4rem;
  }
}
.menu ul {
  display: flex;
  flex-flow: row;
  gap: 4rem;
}
.menu ul li {
  padding: 0;
  position: relative;
}
.menu ul li.selected a {
  color: #1D9CDC;
}
.menu ul li.selected a.icon-jobs {
  background-image: url("../imgs/icons/icon-jobs-blue.png");
}
.menu ul li.selected a.icon-profile {
  background-image: url("../imgs/icons/icon-user-blue.png");
}
.menu ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 2.3rem;
  background-size: 2.3rem;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding-left: 3.3rem;
}
.menu ul li a img {
  max-width: 2.3rem;
  margin-right: 1rem;
}
.menu ul li a:hover {
  color: #1D9CDC;
}
.menu ul li .icon-jobs {
  background-image: url("../imgs/icons/icon-jobs-white.png");
}
.menu ul li .icon-jobs:hover {
  background-image: url("../imgs/icons/icon-jobs-blue.png");
}
.menu ul li .icon-profile {
  background-image: url("../imgs/icons/icon-user-white.png");
}
.menu ul li .icon-profile:hover {
  background-image: url("../imgs/icons/icon-user-blue.png");
}
@media (max-width: 991.98px) {
  .menu {
    display: none;
  }
}

.m-hamb {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9;
  position: fixed;
  background-color: #332A4A;
  top: 0;
  padding: 11.1rem 2.3rem 5.8rem 2.3rem;
}
@media (max-width: 991.98px) {
  .m-hamb.js-open {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
}
.m-hamb__info {
  gap: 3rem;
  display: flex;
  flex-flow: column;
}
.m-hamb .header__web {
  display: flex;
  margin-bottom: 0;
}
.m-hamb .user-info {
  display: flex;
}
.m-hamb .menu {
  display: flex;
}
.m-hamb .menu ul {
  flex-flow: column;
  align-items: flex-start;
  gap: 3rem;
}
.m-hamb .menu ul li {
  padding: 0;
}
.m-hamb .menu ul li.selected a {
  color: #1D9CDC;
}
.m-hamb .menu ul li a {
  color: #fff;
}
.m-hamb .menu ul li a:hover {
  color: #1D9CDC;
}

.m-toggle {
  width: 1.2rem;
  height: 0.8rem;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.m-toggle span {
  display: block;
  position: absolute;
  height: 0.1rem;
  max-width: 1.3rem;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.m-toggle span:nth-child(1) {
  top: 0;
}
.m-toggle span:nth-child(2) {
  top: 0.3rem;
}
.m-toggle span:nth-child(3) {
  top: 0.3rem;
}
.m-toggle span:nth-child(4) {
  top: 0.6rem;
}
.m-toggle.js-open span:nth-child(1) {
  top: 1rem;
  width: 0%;
  left: 50%;
}
.m-toggle.js-open span:nth-child(2) {
  transform: rotate(45deg);
}
.m-toggle.js-open span:nth-child(3) {
  transform: rotate(-45deg);
}
.m-toggle.js-open span:nth-child(4) {
  top: 1rem;
  width: 0%;
  left: 50%;
}

.footer {
  padding: 2.7rem 0 2.5rem;
  border-top: 1px solid #D6D4DB;
  color: #332A4A;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media (width >= 575.98px) {
  .footer {
    padding: 4.2rem 0 4rem;
  }
}

/*# sourceMappingURL=app.css.map*/