.section--movement-director {
  display: block;
  height: calc(100vh - calc(100vh - 100%));
  overflow: hidden;
}

.section__wrapper--movement-director {
  flex-direction: column;
  justify-content: center;
  padding: 14rem 0;
  align-items: center;
}
@media only screen and (min-width: 860px) {
  .section__wrapper--movement-director {
    align-items: flex-start;
  }
}

.hire-me {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
    margin: 0 19vw -10rem 19vw;
}
@media only screen and (min-width: 860px) {
  .hire-me {
    display: block;
    width: auto;
  }
}

.button--hire-me {
  font-family: "K-Medium";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  user-select: none;
  color: white;
  position: relative;
  font-size: 1rem;
  z-index: 101;
  border: 5px solid var(--palette-light-yellow);
  display: flex;
  padding: 2rem;
  margin: -1rem 4rem 2rem 4rem;
  align-items: center;
  justify-content: center;
  width: 90%;
}
@media only screen and (min-width: 860px) {
  .button--hire-me {
    top: -1rem;
    left: 21rem;
    width: 300px;
  }
}

.button--hire-me:hover {
  border-color: white;
  background: #cee0dc;
  color: #269cc8;
}

.hire-me__text {
  position: relative;
  z-index: 1;
  width: 450px;
  padding: 2.8rem 2.45rem 2.4rem 4.5rem;
  font-size: 1rem;
  line-height: 1.45;
  top: -1.5rem;
  /*margin-bottom: 4rem;*/
}
@media only screen and (min-width: 860px) {
  .hire-me__text {
    top: 0;
    margin-bottom: 0;
    margin: -2rem 2rem 0 2rem;
  }
}

.kt-floating {
    display: none;
}
@media only screen and (min-width: 860px) {
  .kt-floating {
    display: block;
    align-self: flex-end;
    width: 17vh;
    margin-left: 0.5rem;
  }
}

.glide__info--movement-director {
  background-color: white;
  flex-direction: row !important;
  cursor: pointer !important;
  display: inline-flex !important;
  min-height: 34vh;
  padding: 2rem;
    width: 100%;

}
@media only screen and (min-width: 860px) {
  .glide__info--movement-director {
    padding: 0 2rem;
  }
}

.glide__title--movement-director {
  font-size: 3.25rem !important;
  letter-spacing: -2.5px;
  color: var(--palette-gray-dark) !important;
  line-height: 1 !important;
  position: relative;
  top: 0.75vh;
  padding: 2rem;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
}
@media only screen and (min-width: 860px) {
  .glide__title--movement-director {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 3.75rem !important;
    padding: 0;
  }
}

.glide__title--movement-director:hover {
}
@media only screen and (min-width: 860px) {
  .glide__title--movement-director:hover {
    text-decoration: underline;
  }
}

.movement-slides {
  display: flex;
  flex-direction: column;
}

.movement-slides--group {
  display: block;
}
@media only screen and (min-width: 860px) {
  .movement-slides--group {
    display: flex;
  }
}

.align--right {
  justify-content: flex-end;
}

.slide--movement {
  position: relative;
  margin: 0;
  user-select: none;
  width: 100%;
}
@media only screen and (min-width: 860px) {
  .slide--movement {
    display: flex;
    height: 85vh;
  }
}

.image--movement {
  width: 100%;
}
@media only screen and (min-width: 860px) {
  .image--movement {
    height: 100%;
    width: auto;
  }
}

.bg__diags--movement {
  z-index: 11;
  bottom: -5rem;
  width: 100%;
  height: 13rem;
  pointer-events: none;
  left: -400px;
  mix-blend-mode: normal !important;
  opacity: 0.25;
}

/**************************\
  Basic Modal Styles
https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  position: relative;
  background-color: #ececec;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 860px) {
  .modal__container {
    /*top: 5rem;*/
    padding: 7rem 1rem;
  }
}

.modal__header {
  z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    padding: 0.6rem;
    opacity: 0.9;
    color: white;
    padding: 0.3rem 0.9rem;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
  font-size: 3.5rem;
}

.modal__content {
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(2%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-2%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;

    margin-bottom: 5rem;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .15s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .15s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .15s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .15s cubic-bezier(0, 0, .1, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.overflow-y--hidden {
  overflow-y: hidden !important;
}

.overflow--y-visible {
  overflow-y: visible !important;
}

.modal__header,
.modal__close {
  cursor: pointer;
}