body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:0s;
}  

#pageTitle {
  animation-delay: .5s;
  margin-top: 8rem;
}

#pageTitle .title h1 {
  width:400px;
  max-width:100%;
  margin:0 auto !important;
}

h1.international {
  width:680px;
  max-width: 90vw;
}

h1.international:before {
  top:12.5rem;
}

#launch {
  position: relative;
  margin:0;
  padding-top:1rem;
  padding-bottom:3rem !important;
  animation-delay: .5s;
}

#profile {
  position: relative;
  margin-top:0;
  overflow-y: visible;
  overflow-x: clip;
  animation-delay: .5s;
  /*background-color:#131F28;*/
  background:linear-gradient(0deg, #efefef 0%, rgb(197 197 197) 100%);
}


#profile:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom:-11rem;
  left:0;
  height:100%;
  width:100%;
  background-image:url(../img/bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size:contain;
  opacity: .5;
}


#launch:before {
  background: linear-gradient(180deg, rgb(255 255 255) 50%, rgb(203 203 203) 100%);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#profile:before {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#launch:after {
  opacity:.03 !important;
}

#launch .row, #profile .row {
  width:1400px;
  max-width:100vw;
  position: static;
  margin:0 auto;
}

#profile .row {
  display:flex; 
  flex-direction: column; 
}

#launch .row .col-md-3 {
  margin-bottom:0;
  position: relative;
  width:380px;
  max-width:100vw;
}

#launch .row .col-md-3 .portfolio {
  position: absolute;
  top: 4rem;
  left: 215px;
  z-index:1;
}

#profile .row .col-md-3 .portfolio {
  position: absolute;
  top: 4rem;
  right: 220px;
  width:150px;
  z-index:1;
}

.row .col-md-3 .portfolio h1 {
  margin-bottom: 0.5rem;
  color: #0a314e !important;
  font-size: 2rem !important;
  width: auto !important;
  background: none !important;
  text-align: left !important;
}

.row .col-md-3 .portfolio span {
  color:#111;
}

.row .col-md-9 .open-link  {
  display:none;
}

.row a.mobile-open-link {
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  bottom: 3rem;
  width: 150px;
  left: calc(50% - 75px);
  border-radius: 20px;
  padding: 0.75rem;
  border: 1px solid #555;
  background-color: #555;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

.row .col-md-3 .portfolio a i {
  vertical-align: middle;
  margin-left: 0.75rem;
  color:#0a314e;
  padding-bottom:1px;
}

#launch .row .col-md-3 img {
  max-height:400px;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  margin-left:-1rem;
}

#profile .row .col-md-3 {
  text-align: right;
  min-width:380px;
  position: relative;
}

#profile .row .col-md-3 h1 {
  text-align: right !important;
}

#profile .row .col-md-3 img {
  max-height:400px;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  padding-right:2rem;
}

.desc, .row .col-md-9 .desc {
  color: #222;
  line-height: 1.55;
  height: 340px;
  padding: 2rem;
  overflow: hidden;
  z-index:1;
  font-size:14px;
}


.row .col-md-9 .desc {
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 90%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#profile .desc, #profile .row .col-md-9 .desc {
  left:0;
}

#profile .row .col-md-9 { 
  order:1;
}

.full {
  position: absolute;
  display:block;
  color:#fff;
  height:auto;
  padding-top:4rem;
  font-size:16px;
  top:10px;
  left: 102vw;
  transition:all .2s ease-in-out;
  width:calc(100% - 10px);
  background: #072439;
  /*background: linear-gradient(144deg, rgb(11 28 41) 50%, rgb(23 73 96) 100%);*/
  max-width:951px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#profile .full {
  left: -102vw;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.active {
  left: 10px !important;
}

#profile .active {
  left: 0 !important;
}

#launch .close-link, #profile .close-link {
  width: 16px;
  right: 1.5rem;
  top:1.5rem;
  cursor: pointer;
  filter: invert(1);
  font-size: 15px;
  text-decoration: none;
  color: #444;
  position: absolute;
}

#profile img {
  max-width: 100%;
  max-height: 100%;
}

#about {
  padding-top:12rem !important;
  background-color:#efefef;
}

#about .aboutContent div {
  text-align: left;
  width: auto;
  margin: 0 auto;
  display: flex;
}

#about .aboutContent ul {
  list-style: none;
  display: block;
  margin: 0 auto;
  line-height: 2;
}

#about .aboutContent ul li {
  padding: 0.2rem 0;
  color: #000;
}

#about .aboutContent ul li img {
  height: 20px;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  #pageTitle {
    margin-top: 130px;
  }
  #launch .close-link, #profile .close-link {
    display:block;
  }
  #profile {
    margin-top:0 !important;
  }
  
  h1.international:before {
    top:4.5rem;
  }
  .row .col-md-9 {
      border-right: none;
      width: calc(100% - 380px);
  }
  .row .col-md-9 .open-link  {
    display:inline-block;
  }
  .row a.mobile-open-link {
    display: none;
  }
  .row .col-md-9 .desc, .desc {
    display: block;
  }
  #profile:after {
    bottom: -14rem;
  }
  #profile .row { 
    flex-direction: row;
  }
  #profile .row .col-md-9 { 
    order:0;
  }
  
  .desc, .row .col-md-9 .desc {
    position: absolute;
    top: 1rem;
    right: 0;
    width: calc(100% - 380px);
    --mask: none;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
  .desc {
    width:calc(100% - 1rem);
  }
  #profile .row .col-md-9 .desc{
    position: relative;
    width: 100%;
    top:1rem;
  }
  #profile .row .col-md-3 img {
    padding-right:3rem;
  }
  #profile .row .col-md-3 .portfolio {
    right:240px;
  }
}

@media only screen and (min-width: 912px) {
  #launch {
    padding-bottom:3rem !important;
  }
  #profile {
    margin-top:0 !important;
  }
  .row .col-md-9 .desc, .desc {
    font-size:16px;
  }
  .full {
    min-height: 100%;
    padding-top:6rem;
  }
  .close-link {
    top:4rem;
  }
  #launch .active {
    left:3rem !important;
  }
}

@media only screen and (min-width: 1001px) {
  #launch .active {
    left: calc(100% - 951px) !important;
  }
}

@media only screen and (min-width: 1192px) {
  .full {
    padding-top:4rem;
    top:1rem !important;
  }
  .close-link {
    top:1.5rem;
  }
}

