* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #fefefe;
}

.project img {
  width: 100%;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .banner {
  width: 100%;
  margin: 0 auto;
}

.project .content {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  z-index: 10;
  margin-top: -5%;
  margin-bottom: 2%;
  -webkit-box-shadow: 0 0 10px #dadada;
          box-shadow: 0 0 10px #dadada;
}

.project .content__title {
  text-align: center;
}

.project .content__title-top {
  margin: 20px 0;
}

.project .content__title-top .main-title {
  font-size: 26px;
}

@media (min-width: 996px) {
  .project .content__title-top .main-title {
    font-size: 45px;
  }
}

.project .content__title-top .session-title {
  position: relative;
  color: #5f4546;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .content__title-top .session-title {
    width: 15%;
  }
}

.project .content__title-top .session-title::before, .project .content__title-top .session-title::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #000000;
}

.project .content__title-top .session-title:not(:empty)::before {
  margin-right: .25em;
}

.project .content__title-top .session-title:not(:empty)::after {
  margin-left: .25em;
}

@media (min-width: 996px) {
  .project .content__title-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .content__title-bottom .card {
  width: 100%;
  margin: 10px auto;
  background: #f8f8f8;
}

@media (min-width: 996px) {
  .project .content__title-bottom .card {
    width: 50%;
    margin: 0 10px;
  }
}

.project .content__title-bottom .card__title {
  padding: 10px 0;
  color: #fff;
  background: #a1a1a1;
  border-bottom: 5px solid #fff;
}

.project .content__title-bottom .card__txt {
  padding: 10px 0;
}

.project .content__title-bottom .card__txt span {
  color: #6b6b6b;
  font-size: 14px;
}

.project .content__form {
  margin: 5% 0;
}

.project .content__form input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project .content__form input[type="submit"] {
  width: 100%;
  background-color: transparent;
  color: #4175a1;
  border: 1px solid #456f9e;
  padding: 14px 20px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
}

.project .content__form input[type="submit"]:hover {
  color: #fff;
  background-color: #456f9ed8;
}

.project .content__form input div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.project .content__form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project .content__form .item {
  margin: 20px 0;
}

.project .content__form .item.checkBox input {
  width: auto;
}

.project .content__form .item.checkBox a {
  color: #a1a1a1;
}

.project .content__form .item.checkBox a:hover {
  color: #a1a1a1d7;
}

@media (min-width: 996px) {
  .project .content__form .item.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.project .content__form .item.btns a {
  display: contents;
}

.project .content__form .item.btns button {
  width: 130px;
  background-color: transparent;
  color: #4175a1;
  border: 1px solid #456f9e;
  padding: 14px 20px;
  margin: 8px 0;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px auto;
}

@media (min-width: 996px) {
  .project .content__form .item.btns button {
    margin: 0 auto;
  }
}

.project .content__form .item.btns button:hover {
  color: #fff;
  background-color: #456f9ed8;
}

.project .content__form .item.btns button.active {
  color: #fff;
  background-color: #456f9e;
}

.project .content__form .item.btns button.active:hover {
  background-color: #456f9ed8;
}
/*# sourceMappingURL=main.css.map */