@font-face {
  font-family: "Swiss721BT";
  font-style: normal;
  font-weight: 100;
  src: url("../assets/Swiss721BT-Thin.woff2") format("woff2"), url("../assets/Swiss721BT-Thin.woff") format("woff");
}
@font-face {
  font-family: "Swiss721BT";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/Swiss721BT-Light.woff2") format("woff2"), url("../assets/Swiss721BT-Light.woff") format("woff");
}
@font-face {
  font-family: "Swiss721BT";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/Swiss721BT-Roman.woff2") format("woff2"), url("../assets/Swiss721BT-Roman.woff") format("woff");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/Material-Icons.woff2") format("woff2"), url("../assets/Material-Icons.woff") format("woff");
}
@keyframes borderHeight {
  to {
    height: 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInBottom {
  to {
    bottom: 25%;
    transform: translateY(25%);
  }
}
@keyframes slideInBottom2 {
  from {
    bottom: 25%;
    transform: translateY(25%);
  }
  to {
    bottom: 50%;
    transform: translateY(50%);
  }
}
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

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

*:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  color: #2f2f2f;
  font-family: "Swiss721BT", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  overflow-y: auto;
  overflow-x: hidden;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

.preload * {
  transition: none !important;
  animation-play-state: paused !important;
  animation-duration: 0s !important;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: none;
}

blockquote {
  position: relative;
  display: block;
}

em {
  font-style: italic;
}

strong em {
  font-weight: bold;
  font-style: italic;
}

b {
  font-weight: 700;
}

p {
  margin: 0 0 40px;
}

h1 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 100;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  h1 {
    font-size: 42px;
    line-height: 42px;
  }
}

h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media all and (min-width: 768px) and (orientation: portrait) {
  h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

h3 {
  font-size: 23px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}

h4 {
  font-size: 50px;
  line-height: 45px;
  margin: 0 0 50px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

.loaded .container {
  opacity: 1;
}

.preload * {
  transition: none !important;
}

.container {
  opacity: 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  transition: opacity 0.2s ease-in;
}

.content {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 75px 0 0;
  }
}

.section {
  position: relative;
  height: auto;
  overflow: hidden;
}

.wrap {
  position: relative;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1440px) {
  .wrap {
    width: 100%;
    max-width: 1200px;
  }
}

.page__title {
  margin: 0 0 70px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row .col {
  width: 100%;
}

.text {
  width: 100%;
  max-width: 600px;
}
.text a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.text a:hover {
  border: none;
}

.header {
  position: relative;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    background: white;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  .header {
    width: 100%;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 100%;
  }
}
.header .logo__holder {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header .logo__holder {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo__holder {
    width: 20%;
  }
}
.header .menu {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header .menu {
    display: none;
  }
}
.header .menu__item:last-child .menu__link {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header .menu__lang {
    display: none;
  }
}
.header .toggle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header .toggle {
    display: none;
  }
}
.header .toggle .label {
  display: flex;
  align-items: center;
  margin: 4px 0 0 0;
}
.header .toggle .icon {
  margin: 0 0 0 10px;
}

.footer {
  position: relative;
  padding: 25px 0;
}

.copyright {
  color: #b6b6b6;
  font-size: 12px;
}

.logo {
  display: inline-block;
}
.logo--primary {
  width: 155px;
  height: 15px;
  background: no-repeat center/contain url("../assets/logo.asi.svg");
}
@media screen and (min-width: 768px) {
  .logo--primary {
    width: 289px;
  }
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.btn--back {
  color: #0071bc;
  margin: 0 25px;
}

.icon {
  position: relative;
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  overflow: hidden;
  font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
}

.menu__item {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu__item {
    display: inline;
  }
}
.menu__link {
  display: inline-block;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  padding: 0;
  margin: 0 0 20px;
  transition: 0.222s ease;
}
@media screen and (min-width: 768px) {
  .menu__link {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
  }
  .menu__link:hover {
    border-bottom: 1px solid #2485c5;
  }
}
@media screen and (min-width: 768px) {
  .menu__link.current {
    border-bottom: 1px solid #2485c5;
  }
}
.menu .submenu {
  padding: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .menu .submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 155px;
    padding: 20px 0 0;
  }
}
.menu .submenu.open {
  visibility: visible;
  z-index: 1;
}
.menu .submenu .menu__item {
  padding: 10px;
  display: block;
}
.menu .submenu .menu__link {
  display: block;
  font-size: 13px;
  text-align: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.menu__lang {
  display: inline-block;
  margin: 0 0 0 20px;
}
.menu__lang_item {
  display: inline;
}
.menu__lang_link {
  display: inline-block;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .menu__lang_link {
    height: 35px;
    line-height: 35px;
  }
}
.menu__lang_link.active {
  border-bottom: 1px solid #2485c5;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 50px 25px;
  z-index: 100;
}
.nav.open {
  display: block;
}
.nav .toggle {
  display: flex;
  align-items: center;
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}
.nav .toggle .label {
  display: flex;
  align-items: center;
  margin: 4px 0 0 0;
}
.nav .toggle .icon {
  margin: 0 0 0 10px;
}
.nav .menu__link.current {
  font-weight: 300;
  text-decoration: underline;
}
.nav .menu__lang {
  margin: 20px 0 0 0;
}
.nav .menu__lang_link {
  margin: 0 20px 0 0;
}

.assets__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .assets__item {
    display: flex;
    flex-wrap: wrap;
  }
  .assets__item:first-child .assets__title {
    padding: 0 25px 30px 0;
  }
}
.assets__cell {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .assets__cell {
    width: 33.333%;
  }
}
.assets__ctrl {
  padding: 0 25px 25px;
}
.assets__title {
  width: 100%;
  font-weight: 100;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  margin: 0 0 0 1px;
}
.assets__name {
  color: #2f2f2f;
  font-size: 23px;
  line-height: 30px;
  background-color: #f8f8f8;
  padding: 20px 25px;
  margin: 0 0 0 2px;
  transition: height 2s ease-out;
}
.assets__link {
  color: #2485c5 !important;
}
.assets__link:hover {
  text-decoration: underline;
}
.assets__photo {
  position: relative;
  min-height: 90px;
  vertical-align: top;
  margin-left: 2px;
  padding: 25px 0 25px 25px;
}
.assets__photo--img {
  width: auto;
  height: 45px;
}
.assets__desc {
  padding: 20px 25px;
}
.assets__desc p {
  margin: 0;
}
.assets__label {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.assets__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(248, 248, 248, 0.5);
  z-index: 1;
  mix-blend-mode: darken;
}

.members__item {
  display: flex;
  flex-wrap: wrap;
}
.members__item.first .members__title {
  padding: 0 25px 30px 0;
}
.members__cell {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .members__cell {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .members__cell {
    width: 25%;
  }
}
.members__cell:hover .members__photo--bg {
  width: 105%;
  height: 105%;
}
.members__title {
  width: 100%;
  font-weight: 100;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 25px 30px 0;
}
.members__photo {
  position: relative;
  height: 300px;
  margin: 10% 20% 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .members__photo {
    margin: 25px 25px 0 0;
  }
}
.members__photo--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: 0.222s linear;
}
.members__name {
  color: #2485c5;
  font-size: 23px;
  line-height: 1;
  margin: 20px 0 0;
}
.members__position {
  line-height: 1;
  font-weight: 300;
  padding: 10px 0 0;
}
.members__bio {
  display: none;
}
.members__info {
  display: none;
}

.overlay--open {
  overflow: hidden;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .overlay {
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .overlay {
    overflow-y: auto;
  }
}
.overlay.open {
  display: block;
}
.overlay__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  background: white;
}
@media screen and (min-width: 1024px) {
  .overlay__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-height: 700px;
    max-width: 984px;
    background: white;
    box-shadow: 0px 6px 40px #969696;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
}
@media screen and (min-width: 1140px) {
  .overlay__inner {
    max-width: 1080px;
  }
}
.overlay__photo {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .overlay__photo {
    height: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay__photo {
    width: 50%;
    height: 100%;
  }
}
.overlay__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .overlay__content {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay__content {
    width: 50%;
  }
}
.overlay__content .members__photo {
  display: none !important;
}
.overlay .members__name {
  color: #2f2f2f;
  font-size: 40px;
  line-height: 1;
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .overlay .members__name {
    margin: 40px 0 0;
  }
}
.overlay .members__extra, .overlay .members__position {
  color: #949494;
  font-size: 22px;
  line-height: 42px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .overlay .members__extra, .overlay .members__position {
    font-size: 30px;
    line-height: 50px;
  }
}
.overlay .members__position {
  margin-bottom: 40px;
}
.overlay .members__bio, .overlay .members__info {
  display: block;
  margin: 0 0 20px;
}
.overlay .toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #b4b4b4;
  z-index: 2;
}
.overlay .toggle:hover {
  color: #2f2f2f;
}
.overlay .toggle .icon {
  font-size: 40px;
}

.animate-lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.animate-lines .line {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 0;
  background: #e5e5e5;
  transform: translateZ(0) translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.animate-lines .line.one {
  left: 0;
  animation: borderHeight 0.4s ease-in forwards;
}
.animate-lines .line.two {
  left: 20%;
  animation: borderHeight 0.4s ease-in forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-lines .line.two {
    left: 33.33%;
  }
}
.animate-lines .line.three {
  left: 40%;
  animation: borderHeight 0.4s ease-in forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-lines .line.three {
    left: 66.666%;
  }
}
.animate-lines .line.four {
  left: 60%;
  animation: borderHeight 0.4s ease-in forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-lines .line.four {
    display: none;
  }
}
.animate-lines .line.five {
  left: 80%;
  animation: borderHeight 0.4s ease-in forwards;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-lines .line.five {
    display: none;
  }
}
.animate-lines .line.six {
  left: initial;
  right: 0;
  animation: borderHeight 0.4s ease-in forwards;
}

.animate-equalizer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.333%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .animate-equalizer {
    position: fixed;
  }
}
.animate-equalizer .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: repeating-radial-gradient(#9ad7ff, transparent, transparent);
  background-size: 3px 3px;
}
.animate-equalizer .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  background-size: 3px 3px;
  background: white;
  transform: translate(0%, 0%) translateZ(0) translate3d(0, 0, 0);
  transition: transform 0.666s linear;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-equalizer .bar {
    width: 33.333%;
  }
}
.animate-equalizer .bar.one {
  left: 0;
}
.animate-equalizer .bar.two {
  left: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-equalizer .bar.two {
    left: 33.33%;
  }
}
.animate-equalizer .bar.three {
  left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-equalizer .bar.three {
    left: 66.666%;
  }
}
.animate-equalizer .bar.four {
  left: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-equalizer .bar.four {
    display: none;
  }
}
.animate-equalizer .bar.five {
  left: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .animate-equalizer .bar.five {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .front-page .header {
    opacity: 0;
    animation: fade-in 0.2s ease-in forwards;
    animation-delay: 0.5s;
  }
}
.front-page .header .menu {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .front-page .footer {
    opacity: 0;
    animation: fade-in 0.2s ease-in forwards;
    animation-delay: 0.5s;
  }
}
.front-page .section--1 .contain {
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .front-page .section--1 .slogan {
    opacity: 0;
    animation: fade-in 0.2s ease-in forwards;
    animation-delay: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .front-page .section--1 .desc {
    opacity: 0;
    animation: fade-in 0.2s ease-in forwards;
    animation-delay: 1s;
  }
}
.front-page .section--1 .menu__item {
  opacity: 0;
  display: inline;
}
.front-page .section--1 .menu__item:nth-of-type(1) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 1.3s;
}
.front-page .section--1 .menu__item:nth-of-type(2) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 1.5s;
}
.front-page .section--1 .menu__item:nth-of-type(3) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 1.7s;
}
.front-page .section--1 .menu__item:nth-of-type(4) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 1.9s;
}
.front-page .section--1 .menu__item:nth-of-type(5) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 2.1s;
}
.front-page .section--1 .menu__item:nth-of-type(6) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 2.3s;
}
.front-page .section--1 .menu__item:nth-of-type(7) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 2.5s;
}
.front-page .section--1 .menu__item:nth-of-type(8) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 2.7s;
}
.front-page .section--1 .menu__item:nth-of-type(9) {
  animation: fade-in 0.2s ease-in forwards;
  animation-delay: 2.9s;
}
.front-page .section--1 .menu__link {
  display: inline-block;
  color: #0071bc;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 4px 0 0;
  transform: translateZ(0) translate3d(0, 0, 0);
  transition: 0.222s ease;
  cursor: pointer;
}
.front-page .section--1 .menu__link:hover {
  transform: translateY(-8px);
}
@media screen and (min-width: 768px) {
  .front-page .section--1 .menu__link {
    margin: 0 30px 0 0;
  }
}
.front-page .animation-lines .border.one {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 2.1s;
}
.front-page .animation-lines .border.two {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 2.3s;
}
.front-page .animation-lines .border.three {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 2.5s;
}
.front-page .animation-lines .border.four {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 2.7s;
}
.front-page .animation-lines .border.five {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 2.9s;
}
.front-page .animation-lines .border.six {
  animation: borderHeight 0.2s ease-in forwards;
  animation-delay: 3.1s;
}
.front-page .animation-equaliser {
  animation-delay: 4.5s;
}

.about-page .section--1 .col {
  float: left;
  position: relative;
}
.about-page .section--1 .misc--border {
  height: 7px;
  width: 100%;
  background: #2485c5;
  margin: 5px 0 10px;
}
.about-page .section--1 .col-empty {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .about-page .section--1 .col-1 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .about-page .section--1 .col-2 {
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .about-page .section--1 .info {
    padding: 0 20px 0 0;
  }
}
.about-page .section--1 .info__title {
  color: #0071bc;
}
.about-page .section--1 .info__title span {
  display: block;
}
.about-page .section--1 .info__title .bit {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.about-page .section--2 {
  padding: 80px 0;
}
.about-page .section--2 .photo {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.assets-landing-page .section--1 .col {
  margin: 0 0 40px;
  transition: 0.2s linear;
  backface-visibility: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .assets-landing-page .section--1 .col {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .assets-landing-page .section--1 .col {
    width: 50%;
  }
}
.assets-landing-page .section--1 .col:hover .icon.vc {
  background-color: #ecffeb;
}
.assets-landing-page .section--1 .col:hover .icon.pe {
  background-color: #e6f0f7;
}
.assets-landing-page .section--1 .col:hover .icon.le {
  background-color: #f5eeff;
}
.assets-landing-page .section--1 .col:hover .icon.ra {
  background-color: #eaffff;
}
.assets-landing-page .section--1 .col:hover .read__more {
  opacity: 1;
}
.assets-landing-page .section--1 .icon {
  display: block;
  width: 73px;
  height: 73px;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.assets-landing-page .section--1 .icon.vc {
  background-image: url("../assets/ic_vc.svg");
}
.assets-landing-page .section--1 .icon.pe {
  background-image: url("../assets/ic_pe.svg");
}
.assets-landing-page .section--1 .icon.le {
  background-image: url("../assets/ic_le.svg");
}
.assets-landing-page .section--1 .icon.ra {
  background-image: url("../assets/ic_ra.svg");
}
.assets-landing-page .section--1 .link {
  color: #2f2f2f;
  text-decoration: none;
}
.assets-landing-page .section--1 .desc {
  padding: 0 12px 0 0;
  min-height: 160px;
}
.assets-landing-page .section--1 .read__more {
  color: #2485c5;
  font-size: 16px;
  line-height: 26px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .assets-landing-page .section--1 .read__more {
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  .assets-page .section--1 .col-1 {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .assets-page .section--1 .col-2 {
    width: 60%;
  }
}
.assets-page .section--1 .col-2 .inner {
  padding: 0 25px;
}
.assets-page .section--1 .text {
  padding: 0 40px 0 0;
}
.assets-page .section--1 .info {
  width: 200px;
  padding: 20px 0;
  margin: 40px 0 0;
  border-top: 7px solid #2485c5;
}
.assets-page .section--1 .info__title {
  margin: 0 0 20px;
}
.assets-page .section--1 .list__item {
  border-top: 1px solid #0071bc;
  padding: 20px 0;
}
.assets-page .section--1 .list__link {
  display: inline-block;
  transition: 0.222s ease;
}
.assets-page .section--1 .list__link:hover {
  transform: translateX(7px);
}
.assets-page .animate-equalizer {
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .asset-page .section--1 .col-1 {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .asset-page .section--1 .col-2 {
    width: 60%;
  }
}
.asset-page .section--1 .col-2 .inner {
  padding: 0 25px;
}
.asset-page .section--1 .text {
  padding: 0 40px 0 0;
}
.asset-page .section--1 .info {
  width: 200px;
  padding: 20px 0;
  margin: 40px 0 0;
  border-top: 7px solid #2485c5;
}
.asset-page .section--1 .info__title {
  margin: 0 0 20px;
}
.asset-page .section--1 .list__item {
  border-top: 1px solid #0071bc;
  padding: 20px 0;
}
.asset-page .section--1 .list__link {
  display: inline-block;
  transition: 0.222s ease;
}
.asset-page .section--1 .list__link:hover {
  transform: translateX(7px);
}

@media screen and (min-width: 1024px) {
  .members-page .section--1 .col-1 {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .members-page .section--1 .col-2 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .members-page .section--1 .text {
    padding: 0 35px 0 0;
  }
}
.members-page .animate-equalizer {
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .member-page .section--1 .col-1 {
    width: 20%;
  }
}
.member-page .section--1 .col-2 {
  padding: 2em 0 0;
}
@media screen and (min-width: 1024px) {
  .member-page .section--1 .col-2 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .member-page .section--1 .text {
    padding: 0 35px 0 0;
  }
}
.member-page .animate-equalizer {
  visibility: hidden;
}
.member-page figure {
  height: 400px;
  width: 300px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .contact-page .section--1 .text {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .contact-page .section--1 .text {
    max-width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .common-page .section--1 .text {
    max-width: 60%;
  }
}

html.editmode, body.edy-editmode {
  height: 100%;
}

.about-page .photo button {
  top: 50px;
}

.assets-page .section .edy-cbtn, .team-page .section .edy-cbtn {
  margin: 20px !important;
  display: block !important;
}

.edy-editmode figure .edy-img-drop-area {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
