* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Fira Sans', sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body p {
  line-height: 1.4em;
}

img {
  max-width: 100%;
}

.section {
  padding: 20px 0 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
}

.instagram-media {
  display: none;
}

.mfp-img {
  max-width: 90vw !important;
  height: auto;
  max-height: 90vh !important;
  width: auto;
}

.button {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 1.2em;
  background: url("/img/button_background.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1em 4.5em 1em 2em;
  cursor: pointer;
}

@media screen and (max-width: 451px) {
  .button {
    font-size: 1em;
  }
}

@media screen and (max-width: 376px) {
  .button {
    font-size: .9em;
    padding: .7em 3.5em 1em 2em;
  }
}

.button:after {
  position: absolute;
  right: 55px;
  top: 21px;
  content: '';
  background-image: url("/img/arrow.png");
  width: 14px;
  height: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 451px) {
  .button:after {
    right: 37px;
    top: 16px;
  }
}

@media screen and (max-width: 376px) {
  .button:after {
    right: 30px;
    top: 11px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.button:hover:after {
  right: 30px;
}

@media screen and (max-width: 451px) {
  .button:hover:after {
    right: 20px;
  }
}

.slick-slide:focus {
  outline: none;
}

.ps-relative {
  position: relative;
}

.full-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.heading {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
  }
}

.heading .title h2 {
  font-weight: 900;
  font-size: 4em;
  color: #a4cd39;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .heading .title h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 467px) {
  .heading .title h2 {
    font-size: 2.5em;
  }
}

.heading .title h2 span {
  color: #80c242;
}

.heading .sub-title {
  color: #3c3c3c;
  max-width: 765px;
}

.intro {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.intro img {
  max-width: inherit;
}

.intro_overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.349;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.intro_background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.intro .logo img {
  max-height: 300px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.intro .logo .title {
  color: #fff;
  font-size: 30px;
}

.intro .logo .year {
  color: #fff;
  font-weight: 600;
  font-size: 10vw;
  font-family: 'Fira Sans Extra Condensed', 'Fira Sans', sans-serif;
  border-top: 3px solid #fff;
  margin-top: 50px;
  margin-bottom: 0;
}

.intro .logo_counter {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.intro .logo_counter img {
  width: 100%;
}

.intro .time {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

@media screen and (max-width: 750px) {
  .intro .time {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .intro .time {
    width: 67%;
  }
}

.intro .time_text {
  color: #fff;
  margin-bottom: 150px;
  font-size: 1.5em;
}

.intro .time_counter {
  position: relative;
}

.intro .time_counter_numbers {
  max-width: 100%;
  font-weight: 700;
  font-size: 12vw;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 15px 0;
}

@media screen and (max-width: 750px) {
  .intro .time_counter_numbers {
    font-size: 15vw;
  }
}

@media screen and (max-width: 600px) {
  .intro .time_counter_numbers {
    font-size: 17vw;
  }
}

.intro .time .time_conter_text {
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 1.2em;
}

.intro .time .time_conter_text .day,
.intro .time .time_conter_text .hour {
  margin-right: 10vw;
}

@media screen and (max-width: 750px) {
  .intro .time .time_conter_text .day,
  .intro .time .time_conter_text .hour {
    margin-right: 13vw;
  }
}

@media screen and (max-width: 500px) {
  .intro .time .time_conter_text .day,
  .intro .time .time_conter_text .hour {
    margin-right: 11vw;
  }
}

@media screen and (max-width: 370px) {
  .intro .time .time_conter_text .day,
  .intro .time .time_conter_text .hour {
    margin-right: 9vw;
  }
}

.intro .intro_button {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro .intro_button {
    bottom: 10px;
  }
}

.intro .intro_button_inactive {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .intro .intro_button_inactive {
    display: block;
    max-width: 330px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .intro .intro_button_inactive:first-of-type {
    margin-bottom: 10px;
  }
}

.intro_more_info {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-height: 800px) {
  .intro_more_info {
    bottom: 30px;
  }
}

.intro_more_info a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.intro_more_info a:after {
  position: absolute;
  left: 50%;
  top: 170%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  content: '';
  width: 15px;
  height: 15px;
  background: url("/img/arrow_right.png");
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.intro_more_info a:hover:after {
  top: 210%;
}

.years {
  position: relative;
}

.years .slick-prev,
.years .slick-next {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2) center center no-repeat;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  height: 100%;
  width: 45px;
  left: 0;
  visibility: visible;
}

.years .slick-prev img,
.years .slick-next img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.years .slick-prev:hover,
.years .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.years .slick-prev:before,
.years .slick-next:before {
  content: '';
}

.years .slick-prev.slick-disabled,
.years .slick-next.slick-disabled {
  display: none;
  visibility: hidden;
}

.years .slick-next {
  left: auto;
  right: 0;
  background-image: url("/img/arrow_right.png");
}

.years .slick-prev {
  background-image: url("/img/arrow_left.png");
}

.years .years_wrapper {
  position: relative;
  height: 170px;
  background-color: #a4cd39;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.years .years_wrapper .block {
  position: relative;
  height: 170px;
  background: transparent center center no-repeat;
  background-size: cover;
}

.years .years_wrapper .block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 205, 57, 0.6);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.years .years_wrapper .block .year {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 900;
  font-size: 1.8em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.years .years_wrapper .block .text {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 900;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  text-align: center;
}

.years .years_wrapper .block img {
  height: 100%;
  width: 100%;
}

.years .years_wrapper .block .actual_year {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #a4cd39;
  color: #fff;
}

.years .years_wrapper .block .actual_year.active {
  background-color: #fff;
  color: #a4cd39;
}

.years .years_wrapper .block .actual_year span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 1.8em;
}

.years .years_wrapper .block:hover .overlay {
  background-color: #a4cd39;
}

.years .years_wrapper .block:hover .year {
  top: 40%;
}

.years .years_wrapper .block:hover .text {
  top: 60%;
  opacity: 1;
}

.years .years_wrapper .block:hover.active .text {
  top: inherit;
}

.years .years_wrapper .block.active .overlay {
  background-color: #fff;
}

.years .years_wrapper .block.active .year {
  top: 50%;
  color: #a4cd39;
}

.team .title_arrow {
  position: absolute;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  left: 103%;
  top: 30%;
  width: 120px;
}

@media screen and (max-width: 991px) {
  .team .title_arrow {
    left: 115%;
    top: 66%;
  }
}

@media screen and (max-width: 767px) {
  .team .title_arrow {
    -webkit-transform: rotate(-110deg);
            transform: rotate(-110deg);
    left: 103%;
    top: 50%;
    width: 95px;
  }
}

@media screen and (max-width: 690px) {
  .team .title_arrow {
    display: none;
  }
}

@media screen and (max-width: 596px) {
  .team .title_arrow {
    display: block;
    left: 110%;
    top: 76%;
  }
}

.client_text p {
  margin-top: 0;
}

.client_video {
  max-width: 450px;
  margin: 0 auto;
}

.client_video .video_content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.client_video .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.feed .instagram_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.feed .instagram_wrapper .instagram_post {
  position: relative;
  width: 23%;
  height: 0;
  overflow: hidden;
  margin: 10px 0.5% 0 0.5%;
  padding-bottom: 20%;
}

@media screen and (max-width: 650px) {
  .feed .instagram_wrapper .instagram_post {
    width: 32%;
    padding-bottom: 28%;
  }
}

@media screen and (max-width: 450px) {
  .feed .instagram_wrapper .instagram_post {
    width: 49%;
    padding-bottom: 40%;
  }
}

.feed .instagram_wrapper .instagram_post .instagram_link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.feed .instagram_wrapper .instagram_post .photo {
  max-width: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.feed .instagram_wrapper .instagram_post .overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.feed .instagram_wrapper .instagram_post .overlay:hover {
  opacity: 1;
}

.feed .instagram_wrapper .instagram_post .overlay .post_reaction {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
}

.feed .instagram_wrapper .instagram_post .overlay .post_reaction .icon {
  margin-right: 5px;
}

.feed .instagram_wrapper .instagram_post .overlay .post_reaction img:nth-child(3) {
  margin-left: 20px;
}

.what-awaits .process_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 30px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.what-awaits .process_wrapper .process_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: left .2s ease;
  transition: left .2s ease;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box {
    margin: 0 auto 60px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    max-width: 400px;
  }
}

@media screen and (max-width: 576px) {
  .what-awaits .process_wrapper .process_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.what-awaits .process_wrapper .process_box_icon {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .what-awaits .process_wrapper .process_box_icon {
    margin-bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box_icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.what-awaits .process_wrapper .process_box p {
  max-width: 90%;
  -ms-flex-item-align: center;
      align-self: center;
}

.what-awaits .process_wrapper .process_box .arrow {
  position: absolute;
}

.what-awaits .process_wrapper .process_box .arrow_1 {
  right: -50px;
}

@media screen and (max-width: 991px) {
  .what-awaits .process_wrapper .process_box .arrow_1 {
    top: 115px;
  }
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box .arrow_1 {
    top: 203px;
    left: -82%;
  }
}

.what-awaits .process_wrapper .process_box .arrow_2 {
  right: -40px;
  top: 65px;
}

@media screen and (max-width: 991px) {
  .what-awaits .process_wrapper .process_box .arrow_2 {
    top: 47px;
  }
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box .arrow_2 {
    top: 129px;
    left: -82%;
  }
}

.what-awaits .process_wrapper .process_box .arrow_3 {
  right: -70px;
  top: 38px;
}

@media screen and (max-width: 991px) {
  .what-awaits .process_wrapper .process_box .arrow_3 {
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box .arrow_3 {
    top: 122px;
    left: -90%;
  }
}

@media screen and (max-width: 991px) {
  .what-awaits .process_wrapper .process_box .arrow img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 767px) {
  .what-awaits .process_wrapper .process_box .arrow img {
    -webkit-transform: scale(0.6) rotate(90deg);
            transform: scale(0.6) rotate(90deg);
  }
}

@media screen and (max-width: 576px) {
  .what-awaits .process_wrapper .process_box .arrow {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 576px) {
  .what-awaits .process_wrapper .process_box .arrow_1,
  .what-awaits .process_wrapper .process_box .arrow_2,
  .what-awaits .process_wrapper .process_box .arrow_3 {
    top: 102%;
    right: inherit;
  }

  .what-awaits .process_wrapper .process_box .arrow_3 {
    top: 107%;
  }
}

.triad .triad_video_wrapper {
  width: 100%;
}

.triad .triad_video_wrapper .triad_video_box {
  max-width: 450px;
  margin: 0 auto;
}

.triad .triad_video_wrapper .triad_video_box .video_content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.triad .triad_video_wrapper .triad_video_box .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.triad .triad_video_wrapper .triad_video_box .triad_video_box_heading {
  margin-top: 20px;
  color: #a4cd39;
  text-transform: uppercase;
}

.triad .triad_video_wrapper .triad_video_box .triad_video_box_heading span {
  color: #80c242;
}

.triad .triad_video_wrapper .triad_video_box .triad_video_box_description {
  margin-top: -13px;
}

.graduates .graduates_profil_wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .graduates .graduates_profil_wrapper .graduates_profil_box {
    max-width: 320px;
    margin: 0 auto;
  }
}

.graduates .graduates_profil_wrapper .graduates_profil_box .graduates_profil_img {
  position: relative;
  height: 300px;
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.graduates .graduates_profil_wrapper .graduates_profil_box .graduates_profil_img img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.graduates .graduates_profil_wrapper .graduates_profil_box .graduades_profil_text {
  position: relative;
  top: -20px;
  background-color: #80c242;
  color: #fff;
  background: url("/img/graduates_background_darker.svg");
  background-repeat: no-repeat;
  padding: 1em 1.5em 2em 1.5em;
  background-size: cover;
}

.graduates .graduates_profil_wrapper .graduates_profil_box .graduades_profil_text.different {
  background: url("/img/graduates_background_lighter.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.graduates .graduates_profil_wrapper .graduates_profil_box .graduades_profil_text span {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.year_graduates_wrapper {
  width: 100%;
  margin: 50px 0;
}

.year_graduates_wrapper .year_graduates_box {
  position: relative;
  width: 20%;
  height: 170px;
  background: transparent center center no-repeat;
  background-size: cover;
  float: left;
}

@media screen and (max-width: 767px) {
  .year_graduates_wrapper .year_graduates_box {
    width: 33.333%;
  }
}

@media screen and (max-width: 479px) {
  .year_graduates_wrapper .year_graduates_box {
    width: 50%;
  }
}

@media screen and (max-width: 360px) {
  .year_graduates_wrapper .year_graduates_box {
    width: 100%;
  }
}

.year_graduates_wrapper .year_graduates_box .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: -1%;
  opacity: 0;
  background: #a4cd39;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
}

.year_graduates_wrapper .year_graduates_box .overlay .name {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: .2em;
}

.year_graduates_wrapper .year_graduates_box .overlay .position {
  font-weight: 100;
}

.year_graduates_wrapper .year_graduates_box .overlay_text {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20px;
}

.year_graduates_wrapper .year_graduates_box:hover .overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
  height: 100%;
}

.year_graduates_wrapper .year_graduates_box:hover .overlay_text {
  display: inline-block;
}

.year_graduates .our_work .title,
.year_graduates .client .title {
  text-transform: uppercase;
  color: #a4cd39;
  font-size: 2em;
}

.year_graduates .our_work .title span,
.year_graduates .client .title span {
  color: #80c242;
}

.year_graduates .our_work .client_logo,
.year_graduates .client .client_logo {
  margin-top: 30px;
}

.year_graduates .video_wrapper {
  width: 100%;
  margin-top: 50px;
}

.year_graduates .video_wrapper .video_box {
  max-width: 450px;
  margin: 0 auto 30px auto;
}

.year_graduates .video_wrapper .video_box .video_content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.year_graduates .video_wrapper .video_box .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.registration {
  margin: 0;
}

.registration .registration_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.registration .registration_wrapper .registration_nav {
  height: 100vh;
  width: 150px;
  color: #fff;
  background-color: #a4cd39;
  z-index: 10;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav {
    width: 100vw;
    height: 67px;
    font-weight: 800;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav.active {
    height: 402px;
  }

  .registration .registration_wrapper .registration_nav.active .mobile_menu span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.registration .registration_wrapper .registration_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav.fixed {
    position: static;
  }
}

.registration .registration_wrapper .registration_nav .mobile_menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  background-color: #9cc532;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2em;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav .mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.registration .registration_wrapper .registration_nav .mobile_menu span {
  position: relative;
}

.registration .registration_wrapper .registration_nav .mobile_menu span:after {
  position: absolute;
  left: 110%;
  top: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: '';
  background-image: url("/img/arrow.png");
  width: 14px;
  height: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.registration .registration_wrapper .registration_nav_box {
  height: 20%;
  width: 150px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box {
    width: 100vw;
    height: 67px;
    padding: 0 20px;
    float: left;
  }

  .registration .registration_wrapper .registration_nav_box img {
    display: none;
  }
}

.registration .registration_wrapper .registration_nav_box:hover {
  cursor: pointer;
}

@media screen and (min-width: 601px) {
  .registration .registration_wrapper .registration_nav_box:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: -25px 15px 51px 0px rgba(0, 0, 0, 0.29);
            box-shadow: -25px 15px 51px 0px rgba(0, 0, 0, 0.29);
  }
}

.registration .registration_wrapper .registration_nav_box_1 {
  background-color: #9cc532;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box_1 {
    background-color: #92b92f;
  }
}

.registration .registration_wrapper .registration_nav_box_2 {
  background-color: #92b92f;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box_2 {
    background-color: #89ad2c;
  }
}

.registration .registration_wrapper .registration_nav_box_3 {
  background-color: #89ad2c;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box_3 {
    background-color: #7fa028;
  }
}

.registration .registration_wrapper .registration_nav_box_4 {
  background-color: #7fa028;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box_4 {
    background-color: #759425;
  }
}

.registration .registration_wrapper .registration_nav_box_5 {
  background-color: #759425;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box_5 {
    background-color: #6c8822;
  }
}

.registration .registration_wrapper .registration_nav_box .icon {
  max-width: 50px;
  height: auto;
}

.registration .registration_wrapper .registration_nav_box .position {
  color: #fff;
  font-weight: 100;
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_nav_box .position {
    font-weight: 800;
    font-size: 1.2em;
  }
}

.registration .registration_wrapper .registration_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  width: calc(100vw - 150px);
  min-height: 100vh;
}

@media screen and (max-width: 1000px) {
  .registration .registration_wrapper .registration_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.registration .registration_wrapper .registration_content.nav_fixed {
  margin-left: 150px;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_content.nav_fixed {
    margin-left: 0;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper {
  position: relative;
  width: 50%;
  height: 100vh;
  padding: 0;
  margin: 0 20px;
}

@media screen and (max-width: 1000px) {
  .registration .registration_wrapper .registration_content_text_wrapper {
    width: 100%;
    margin: 0;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text {
  position: absolute;
  left: -800px;
  top: 0;
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 0 auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text.active {
  position: relative;
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .registration .registration_wrapper .registration_content_text_wrapper .registration_content_text {
    max-width: 600px;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_title {
  color: #a4cd39;
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom: 10px;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video {
  width: 70%;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video {
    width: 100%;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video_wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video_wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video_wrapper .img {
  position: absolute;
  width: 100%;
  max-width: 130px;
  left: 103%;
  bottom: 10%;
}

@media screen and (max-width: 600px) {
  .registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_video_wrapper .img {
    display: none;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_description {
  max-width: 550px;
  margin-top: 50px;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_title {
  text-transform: uppercase;
  color: #a4cd39;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work {
  width: 70%;
  background: #fcfcfc;
  -webkit-box-shadow: 0 0 10px 1px #cfcfcf;
          box-shadow: 0 0 10px 1px #cfcfcf;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work {
    width: 100%;
  }
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .copywriter_work {
  min-height: 180px;
  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;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .slideshare {
  width: 100%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .slideshare iframe {
  width: 100%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .slideshare div {
  display: none;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .video_wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .registration_content_work .video_wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper {
  margin: 10px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 0px 10px 1px #cfcfcf;
          box-shadow: 0px 0px 10px 1px #cfcfcf;
  max-width: 300px;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box {
  position: relative;
  height: 380px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box img.media-thumb {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .copy_work {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .fb-post {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .prezi {
  -ms-flex-item-align: center;
      align-self: center;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .slideshare {
  width: 100%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .slideshare iframe {
  height: calc(100% + 50px);
  width: 100%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .slideshare div {
  display: none;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .video_content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box img {
  -ms-flex-item-align: center;
      align-self: center;
}

.registration .registration_wrapper .registration_content_text_wrapper .registration_content_text .works_box_wrapper .works_box_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.registration .registration_wrapper .registration_content_form {
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .registration .registration_wrapper .registration_content_form {
    width: 100%;
    height: inherit;
  }
}

.registration .registration_wrapper .registration_content_form .heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: .8em;
}

.registration .registration_wrapper .registration_content_form .form-wrapper {
  position: relative;
  width: 90%;
  padding: 1px 0 60px 0;
  background: #ebebeb;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .registration .registration_wrapper .registration_content_form .form-wrapper {
    max-width: 600px;
  }
}

.registration .registration_wrapper .registration_content_form .mobile_notification {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #a4cd39;
  border: 3px solid #a4cd39;
  display: none;
}

.registration .registration_wrapper .registration_content_form .form_submit {
  display: none;
  color: #80c242;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.registration .registration_wrapper .registration_content_form .form {
  width: 100%;
}

.registration .registration_wrapper .registration_content_form .form.submit {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.registration .registration_wrapper .registration_content_form .form-group {
  width: 80%;
  margin: 10px auto 0 auto;
  height: 35px;
}

.registration .registration_wrapper .registration_content_form .form-group.form-control {
  height: 100px;
}

.registration .registration_wrapper .registration_content_form .form-group.form-control textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  padding: 10px;
}

.registration .registration_wrapper .registration_content_form .form-group.form-control textarea:focus {
  border: 2px solid #a4cd39;
  outline: none;
}

.registration .registration_wrapper .registration_content_form .form-group input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
}

.registration .registration_wrapper .registration_content_form .form-group input:focus {
  border: 2px solid #a4cd39;
  outline: none;
}

.registration .registration_wrapper .registration_content_form .form-group.error input,
.registration .registration_wrapper .registration_content_form .form-group.error textarea {
  border: 2px solid red;
}

.registration .registration_wrapper .registration_content_form .form-group label.error {
  display: none !important;
}

.registration .registration_wrapper .registration_content_form .form .button {
  border: none;
  line-height: .5em;
  font-family: 'Fira Sans', sans-serif;
}

@media screen and (max-width: 376px) {
  .registration .registration_wrapper .registration_content_form .form .button {
    padding: .9em 3.5em 1em 2em;
  }
}

.registration .registration_wrapper .registration_content_form .form .button:focus {
  outline: none;
}

.registration .registration_wrapper .registration_content_form .form .button:after {
  top: 16px;
}

@media screen and (max-width: 451px) {
  .registration .registration_wrapper .registration_content_form .form .button:after {
    top: 12px;
  }
}

@media screen and (max-width: 376px) {
  .registration .registration_wrapper .registration_content_form .form .button:after {
    top: 8px;
  }
}

.registration .registration_wrapper .registration_content_form .form .checkbox {
  width: 80%;
  margin: 16px auto;
  position: relative;
}

.registration .registration_wrapper .registration_content_form .form .checkbox a {
  color: initial;
  text-decoration: none;
  border-bottom: 2px solid #a4cd39;
}

.registration .registration_wrapper .registration_content_form .form .checkbox #consent_agreed-error {
  display: none !important;
}

.registration .registration_wrapper .registration_content_form .form .checkbox input[type="checkbox"] {
  opacity: 0;
}

.registration .registration_wrapper .registration_content_form .form .checkbox label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.registration .registration_wrapper .registration_content_form .form .checkbox svg {
  position: absolute;
  left: 2px;
  top: 4px;
}

.registration .registration_wrapper .registration_content_form .form .checkbox input ~ label svg path {
  opacity: 0;
}

.registration .registration_wrapper .registration_content_form .form .checkbox input:checked ~ label svg path {
  opacity: 1;
  fill: #a4cd39;
}

.registration .registration_wrapper .registration_content_form .form .checkbox.error label:before {
  border: 2px solid red;
}

.registration .registration_wrapper .registration_content_form .form .checkbox.error input ~ label svg path {
  opacity: 0;
}

.registration .registration_wrapper .registration_content_form .form .checkbox.error input:checked ~ label svg path {
  opacity: 1;
}

.registration .registration_wrapper .registration_content_form .form .upload_file {
  width: 80%;
  color: #fff;
  margin: 10px auto 0 auto;
  padding: 10px;
  background: #cccccc;
}

.registration .registration_wrapper .registration_content_form .form .upload_file .upload_file_message {
  font-size: .8em;
}

.registration .registration_wrapper .registration_content_form .form .upload_file input {
  display: none;
}

.registration .registration_wrapper .registration_content_form .form .upload_file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 120px;
  text-align: center;
  background: #cccccc;
  color: #fff;
  border: 3px dashed #fff;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.registration .registration_wrapper .registration_content_form .form .upload_file label span {
  width: 90%;
  margin: 10px 0;
  word-wrap: break-word;
}

.registration .registration_wrapper .registration_content_form .form .upload_file.error label {
  border: 3px dashed red;
  color: red;
}

.registration .registration_wrapper .registration_content_form .form .upload_file.uploaded label {
  border: 3px dashed #a4cd39;
}

.registration .registration_wrapper .registration_content_form .form .upload_file #upload_file-error {
  display: none !important;
}

.footer {
  background-color: #80c242;
  padding: 20px 0;
  width: 100vw;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 403px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_content .logo {
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.footer_content .logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_content_nav,
.footer_content_social {
  margin: 0 auto;
}

.footer_content_nav ul,
.footer_content_social ul {
  padding: 0;
}

.footer_content_nav ul li,
.footer_content_social ul li {
  float: left;
  list-style: none;
}

.footer_content_nav ul li a,
.footer_content_social ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.footer_content_nav ul {
  text-align: center;
}

.footer_content_nav ul li {
  margin-left: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_content_nav ul li:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media screen and (max-width: 515px) {
  .footer_content_nav ul li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 475px) {
  .footer_content_nav ul li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 435px) {
  .footer_content_nav ul li {
    margin-left: 12px;
  }
}

@media screen and (max-width: 403px) {
  .footer_content_nav ul li {
    margin-left: 0;
    line-height: 1.5;
    float: inherit;
  }
}

.footer_content_nav ul li:first-child {
  margin-left: 0;
}

.footer_content_social ul li {
  margin-left: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_content_social ul li:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.footer_content_social ul li:first-child {
  margin-left: 0;
}

.works_wrapper {
  width: 100%;
  position: relative;
  margin: 0 -10px;
}

.works_wrapper .works_slider .slick-prev,
.works_wrapper .works_slider .slick-next {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2) center center no-repeat;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  height: calc(100% - 20px);
  width: 45px;
  left: 0;
  visibility: visible;
}

.works_wrapper .works_slider .slick-prev img,
.works_wrapper .works_slider .slick-next img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works_wrapper .works_slider .slick-prev:hover,
.works_wrapper .works_slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.works_wrapper .works_slider .slick-prev:before,
.works_wrapper .works_slider .slick-next:before {
  content: '';
}

.works_wrapper .works_slider .slick-prev.slick-disabled,
.works_wrapper .works_slider .slick-next.slick-disabled {
  display: none;
  visibility: hidden;
}

.works_wrapper .works_slider .slick-next {
  left: auto;
  right: 0;
  margin-right: 10px;
  background-image: url("/img/arrow_right.png");
}

.works_wrapper .works_slider .slick-prev {
  margin-left: 10px;
  background-image: url("/img/arrow_left.png");
}

.works_wrapper .works_slider .works_box_wrapper {
  margin: 10px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 0px 10px 1px #cfcfcf;
          box-shadow: 0px 0px 10px 1px #cfcfcf;
}

.works_wrapper .works_slider .works_box_wrapper .works_box {
  position: relative;
  height: 380px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works_wrapper .works_slider .works_box_wrapper .works_box img.media-thumb {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works_wrapper .works_slider .works_box_wrapper .works_box .copy_work {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .fb-post {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works_wrapper .works_slider .works_box_wrapper .works_box .prezi {
  -ms-flex-item-align: center;
      align-self: center;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .slideshare {
  width: 100%;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .slideshare iframe {
  height: calc(100% + 50px);
  width: 100%;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .slideshare div {
  display: none;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .video_content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.works_wrapper .works_slider .works_box_wrapper .works_box .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.works_wrapper .works_slider .works_box_wrapper .works_box img {
  -ms-flex-item-align: center;
      align-self: center;
}

.works_wrapper .works_slider .works_box_wrapper .works_box_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.works_wrapper .works_slider .works_info {
  width: 100%;
  height: 50px;
  background: #a4cd39;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  color: #fff;
}

.works_wrapper .works_slider .works_info .name {
  text-transform: uppercase;
  font-weight: 700;
}

.works_wrapper .works_slider .works_info .position {
  font-weight: 100;
}

.works_wrapper .pop-up {
  position: absolute;
  margin-left: 10px;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.works_wrapper .pop-up .works_box-large {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works_wrapper .pop-up .works_box-large img {
  -ms-flex-item-align: center;
      align-self: center;
}

.works_wrapper .pop-up .works_box-large iframe {
  width: 550px;
}

.works_wrapper .pop-up .works_box-large .video_content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.works_wrapper .pop-up .works_box-large .video_content .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.works_wrapper .pop-up .works_box-large .fb-post {
  background: #fff;
}

.year_gallery .gallery_wrapper {
  position: relative;
  width: 100%;
  margin: 0 -10px;
}

.year_gallery .gallery_wrapper .slick-prev,
.year_gallery .gallery_wrapper .slick-next {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2) center center no-repeat;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  height: 100%;
  width: 45px;
  left: 0;
  visibility: visible;
}

.year_gallery .gallery_wrapper .slick-prev img,
.year_gallery .gallery_wrapper .slick-next img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.year_gallery .gallery_wrapper .slick-prev:hover,
.year_gallery .gallery_wrapper .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.year_gallery .gallery_wrapper .slick-prev:before,
.year_gallery .gallery_wrapper .slick-next:before {
  content: '';
}

.year_gallery .gallery_wrapper .slick-prev.slick-disabled,
.year_gallery .gallery_wrapper .slick-next.slick-disabled {
  display: none;
  visibility: hidden;
}

.year_gallery .gallery_wrapper .slick-next {
  left: auto;
  right: 0;
  margin-right: 10px;
  background-image: url("/img/arrow_right.png");
}

.year_gallery .gallery_wrapper .slick-prev {
  margin-left: 10px;
  background-image: url("/img/arrow_left.png");
}

.year_gallery .gallery_wrapper .gallery_box {
  position: relative;
  height: 250px;
  margin: 0 10px;
  cursor: pointer;
}

.year_gallery .gallery_wrapper .gallery_box img {
  max-width: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe {
  padding-top: 40px;
  display: none;
}

.subscribe.active {
  display: block;
}

.subscribe .form-submit-message {
  display: none;
  color: #80c242;
  font-size: 1.5em;
}

.subscribe .form {
  margin-top: 20px;
}

.subscribe .form input[type="email"] {
  width: 100%;
  max-width: 365px;
  height: 100%;
  padding: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  border: 2px solid transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.subscribe .form input[type="email"]:focus {
  border: 2px solid #a4cd39;
  outline: none;
}

.subscribe .form .error input,
.subscribe .form .error input[type="email"],
.subscribe .form .error textarea {
  border: 2px solid red;
  margin-top: -2px;
}

.subscribe .form label.error {
  display: none !important;
}

.subscribe .form .checkbox {
  position: relative;
  margin: 16px auto;
}

.subscribe .form .checkbox a {
  color: initial;
  text-decoration: none;
  border-bottom: 2px solid #a4cd39;
}

.subscribe .form .checkbox #consent_agreed-error {
  display: none !important;
}

.subscribe .form .checkbox input[type="checkbox"] {
  opacity: 0;
}

.subscribe .form .checkbox label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.subscribe .form .checkbox svg {
  position: absolute;
  left: 2px;
  top: 4px;
}

.subscribe .form .checkbox input ~ label svg path {
  opacity: 0;
}

.subscribe .form .checkbox input:checked ~ label svg path {
  opacity: 1;
  fill: #a4cd39;
}

.subscribe .form .checkbox.error label:before {
  border: 1px solid red;
}

.subscribe .form .checkbox.error input ~ label svg path {
  opacity: 0;
}

.subscribe .form .checkbox.error input:checked ~ label svg path {
  opacity: 1;
}

.subscribe .form .button {
  border: none;
  line-height: .5em;
  font-family: 'Fira Sans', sans-serif;
}

.subscribe .form .button:focus {
  outline: none;
}

.subscribe .form .button:after {
  top: 16px;
}

.form-group--radio {
  display: inline-block;
  margin-bottom: 20px;
}

.form-group--radio input {
  display: inline-block;
}

.inline-link {
  text-decoration: none;
  color: #80c242;
}

.inline-link:hover {
  text-decoration: underline;
  color: #a4cd39;
}

.graduates_profil_wrapper .slick-arrow {
  width: 30px;
  height: 30px;
  background: center center no-repeat;
}

.graduates_profil_wrapper .slick-arrow::before,
.graduates_profil_wrapper .slick-arrow::after {
  content: none;
  display: none;
}

.graduates_profil_wrapper .slick-arrow.slick-prev {
  background-image: url(/images/arrow_left_green.png?6e374bc2eba3b001a9407d9bd4de3e01);
}

.graduates_profil_wrapper .slick-arrow.slick-next {
  background-image: url(/images/arrow_right_green.png?581b77c81130f47691cfd6d6dccb6412);
}

.input-real-hidden {
  position: absolute;
  top: -99999px;
  left: -999999px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

