h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: #2e3649;
  text-decoration: underline;
}

.s__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f7f9;
}

.s__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ws__container {
  overflow: hidden;
  width: 20em;
  margin: 2em 1em;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 9px 24px -3px #c9c9c9;
}

.body {
  background-color: rgba(231, 236, 241, .4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt walsheim', Tahoma, sans-serif;
  color: #2e3649;
  font-weight: 400;
}

.ws__header {
  margin-right: -2em;
  margin-left: -2em;
  padding-bottom: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ebecf0;
}

.ws__heading {
  margin-top: 0px;
  padding: 1em 1em 0em;
  color: #2e3649;
  font-size: 1.2em;
  text-align: center;
}

.ws__subline {
  margin-bottom: 0px;
  padding-right: 2em;
  padding-left: 2em;
  color: #2e3649;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
}

.ws__controls {
  height: 3em;
}

.controls_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  margin-right: -2em;
  margin-left: -2em;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebecf0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.controls_btn:hover {
  background-color: rgba(235, 236, 240, .39);
}

.image {
  height: 8px;
  max-width: 100%;
}

.ws__content {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1.7em;
}

.ws__related {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content__h6 {
  margin-bottom: 23px;
  padding-bottom: 6px;
  padding-left: 2px;
  border-bottom: 1px solid rgba(0, 7, 18, .12);
  color: rgba(0, 7, 18, .33);
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.link__text {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
  text-decoration: underline;
}

.link__text.to_do {
  color: #ff00b8;
}

.ws_main {
  overflow: hidden;
}

.rich-text-block {
  color: #2e3649;
  font-size: 1em;
  text-indent: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30em;
  height: 21em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 24px 0 #c9c9c9;
}

.po__link__headline {
  color: #2e3649;
  font-size: 2.3em;
  text-align: center;
}

.sub__header__h3 {
  margin-top: 0px;
}

.s__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.s__sub.ux__concept {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub__header__h6 {
  width: 30em;
  padding-right: 53px;
  padding-bottom: 6px;
  padding-left: 3px;
  border-bottom: 1px solid rgba(0, 7, 18, .12);
  color: rgba(0, 7, 18, .33);
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.navbar {
  background-color: transparent;
}

.ss_header {
  margin-top: 0px;
  margin-left: 5%;
  font-size: 2.5em;
}

.nav_container {
  width: 100%;
  padding-top: 9%;
  padding-bottom: 2%;
}

.nav_link {
  display: block;
  width: 20em;
  padding-top: 3px;
}

.row {
  width: 40em;
}

.controls_back_top {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  text-align: center;
}

.sub__header__h1 {
  width: 30em;
  padding-right: 53px;
  padding-bottom: 6px;
  padding-left: 3px;
  border-bottom: 1px solid rgba(0, 7, 18, .12);
  color: rgba(0, 7, 18, .33);
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.main_header__h1 {
  margin-top: 11px;
  font-size: 4.2em;
}

.main__link__block {
  overflow: hidden;
  width: 20em;
  margin: 2em 1em;
  padding: 0em 3em 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 9px 24px -3px #c9c9c9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.main__link__block:hover {
  box-shadow: 0 26px 24px -5px #c9c9c9;
}

.main__link {
  text-decoration: none;
}

.ml__header {
  margin-right: -2em;
  margin-left: -2em;
  padding-bottom: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.laf__link {
  overflow: hidden;
  width: 30em;
  height: 30em;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.laf__link:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.laf__link.description {
  height: auto;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.laf__link.description:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.laf__link.ux {
  height: auto;
  -webkit-filter: none;
  filter: none;
}

.laf__header__p {
  width: 40em;
  margin-top: 5%;
}

.ml_header {
  padding: 13px;
  border-bottom: 1px solid rgba(0, 7, 18, .12);
  color: rgba(0, 7, 18, .33);
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.main_sub_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ux__heading {
  margin-top: 0px;
  padding: 1em 1em 0em;
  color: #2e3649;
  font-size: 1.2em;
  text-align: center;
}

.row-2 {
  width: 100%;
}

.ux_concept_link_text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

@media (max-width: 991px) {
  .ws__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .main__link__block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .laf__link {
    margin-bottom: 20%;
  }
}

@media (max-width: 767px) {
  .row {
    width: 30em;
    line-height: 24px;
  }
  .laf__link {
    margin-bottom: 20%;
  }
  .laf__header__p {
    width: 30em;
  }
}

@media (max-width: 479px) {
  .sub__header__h6 {
    margin-top: 30%;
  }
  .nav_container {
    padding-top: 10%;
  }
  .row {
    width: 18em;
  }
  .sub__header__h1 {
    width: 100%;
    margin-top: 30%;
  }
  .laf__link {
    height: 20em;
    margin-bottom: 20%;
  }
  .laf__header__p {
    width: 100%;
  }
  .ml_header {
    margin-top: 30%;
  }
}

@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Ultralight-Oblique.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Ultralight.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Ultrabold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Black-Oblique.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold-Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Light-Oblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium-Oblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Thin-Oblique.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Ultrabold-Oblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}