@charset "UTF-8";
@keyframes showcarousel {
  from {
    left: -100%;
  }
  to {
    left: 0px;
  }
}
@keyframes hidecarousel {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}
* {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  color: #63666a;
  font-family: interstate, sans-serif;
}

h1 {
  margin: 0;
}

h2 {
  color: #003da5;
  margin: 1rem 0;
  line-height: 1.2;
}

h3 {
  font-weight: 300;
  color: #63666a;
  margin: 0.5rem 0;
}

a {
  text-decoration: none;
  font-family: interstate-condensed, sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin: 2rem auto;
}

ul {
  margin: 2rem auto;
  padding-left: 1rem;
  list-style: none;
}

li {
  margin: 1rem auto;
}
li::before {
  font-family: "Font Awesome 5 Pro";
  content: "•";
  color: #af90b3;
  display: inline-block;
  margin-left: -1rem;
  width: 1rem;
}

label {
  color: #af90b3;
  font-size: 0.8rem;
  font-family: interstate-condensed, sans-serif;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}

button {
  background-color: transparent;
  text-transform: uppercase;
  font-family: interstate-condensed, sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  cursor: pointer;
  margin: 0;
  border: none;
}

img {
  max-width: 100%;
  margin: 1rem auto;
}

hr {
  border: none;
  height: 1px;
  background-color: #9fe0d5;
  margin: 0 auto;
  max-width: 900px;
  width: calc(100% - 4rem);
}

input, textarea {
  width: 70%;
  border: 1px solid #63666a;
}

#hamburger-menu {
  font-size: 2.5rem;
  position: absolute;
  right: 10px;
  top: 30px;
}

#dropdown-options {
  flex-direction: column;
  top: 0;
  height: 0;
  margin: 0;
  overflow-y: hidden;
  transition: 0.5s ease-in-out;
  padding: 0 1rem;
}

#dropdown-container {
  display: block;
  justify-content: flex-start;
  padding: 0;
}

#balance::before {
  content: "";
}

#tie::before {
  content: "";
}

#route::before {
  content: "";
}

#directions::before {
  content: "";
}

#handshake::before {
  content: "";
}

.cogs::before {
  content: "";
}

.strategy::before {
  content: "";
}

.transformation::before {
  content: "";
}

.performance::before {
  content: "";
}

.technology::before {
  content: "";
}

.analytics::before {
  content: "";
}

.innovation::before {
  content: "";
}

.imagine::before {
  content: "";
}

.adapt::before {
  content: "";
}

.evolve::before {
  content: "";
}

.create::before {
  content: "";
}

.act::before {
  content: "";
}

.growth::before {
  content: "";
}

.icon::before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 1rem;
  font-size: 1.75rem;
  font-weight: 500;
  color: #af90b3;
}

.container {
  margin: 0 auto;
  padding: 2rem;
  max-width: 1000px;
}

.open {
  height: 140px !important;
  overflow-y: scroll !important;
  margin: 0 auto;
}

.active-investment {
  position: relative !important;
  top: 0 !important;
}

.active-service {
  position: static !important;
  opacity: 1 !important;
  transition: 0.5s ease-in-out;
  height: 100% !important;
}

.headline-image {
  height: 75px;
  margin: 0.5rem 0;
  display: block;
}

header {
  margin: 0;
  background-color: #003da5;
  top: 0;
  z-index: 1;
  position: sticky;
}
header div {
  max-width: 1000px;
  padding: 0.5rem 2rem;
  margin: 0 auto;
}

#menu {
  position: absolute;
  height: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  transition: 0.5s ease-in-out;
  overflow-y: hidden;
  background-color: #003da5;
}
#menu a {
  display: block;
  margin: 1rem auto;
  text-transform: uppercase;
}
#menu-linkedin {
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url("/images/icons/linkedin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block !important;
  margin: 0 !important;
}

#menu-twitter {
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url("/images/icons/twitter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block !important;
  margin: 0 !important;
}

#investment {
  z-index: 0;
  position: relative;
  overflow-x: hidden;
}
#investment p {
  font-size: 20px;
}

#about-investment .investment-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, transparent), url("../images/home-slider4.jpg");
}

#about-div img {
  max-width: 250px;
  width: 100%;
}

#services-investment .investment-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, transparent), url("../images/home-slider6.jpg");
}

.investment-half .investment-container {
  position: relative;
  left: 0;
}

.investment-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, transparent), url("../images/home-slider1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 40vh;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}
.investment-container .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 40vh;
  justify-content: center;
}
.investment-container h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 1.5rem 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
.investment-container h2 br {
  line-height: 1.1 !important;
}

#assistance {
  text-align: center;
  background-color: #ecf9f7;
}
#assistance h2 {
  margin: 0;
}

#apart {
  text-align: center;
}
#apart ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
#apart li {
  max-width: 230px;
  display: flex;
  justify-content: space-between;
}
#apart li::before {
  margin-right: 2rem;
}

#services {
  min-width: 0;
}
#services .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: flex-start;
  grid-gap: 2rem;
}
#services h2 {
  margin-top: 3rem;
  font-weight: 500;
  padding-left: 3.3rem;
  text-indent: -3.3rem;
}
#services p {
  margin: 0.5rem 0;
}
#services button {
  color: #9fe0d5;
  margin: 1rem 0;
}

.service {
  position: absolute;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.service h2 {
  font-weight: 500;
  flex-basis: 100%;
  min-width: 100%;
}
.service .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: flex-start;
  grid-gap: 2rem;
}
.service dl > div {
  border-radius: 8px;
  border: 2px solid #9fe0d5;
  margin: 1rem auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.service dl > div div {
  padding: 1rem;
  flex-basis: calc(100% - 60px);
}
.service dl .icon::before {
  background-color: #9fe0d5;
  margin: 0;
  color: #fff;
  padding: 1rem;
  flex-basis: 60px;
  font-size: 3rem;
}
.service dt {
  color: #af90b3;
  font-weight: 600;
  font-size: 1rem;
}
.service dd {
  margin-top: 0.5rem;
}

.service-side-bar {
  background-color: #e8fbf7;
  padding: 1.5rem;
  margin: 2rem auto;
}
.service-side-bar h3 {
  color: #003da5;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.service-side-bar hr {
  background-color: #af90b3;
  width: 100%;
  opacity: 50%;
  height: 2px;
}
.service-side-bar ul {
  margin-top: 1.5rem;
  padding: 0;
}
.service-side-bar li:before {
  display: none;
}

#button {
  display: none;
}
#button .container {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
#button .container button {
  color: #9fe0d5;
  margin: 1rem 0;
}
#button .container #next, #button .container #previous {
  margin-left: 1rem;
}

#contact {
  text-align: center;
}
#contact form div {
  margin: 1rem auto;
}
#contact button {
  background-color: #003da5;
  border-radius: 12px;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
}

.status p {
  display: none;
  background-color: #fff;
  border: 1px solid green;
  margin-top: 1rem;
  padding: 1rem;
}
.status p:target {
  display: block;
}

#error, #info, #captcha {
  color: red;
  border-color: red;
}

#thanks {
  color: green;
}

footer {
  background-color: #80b4bf;
  text-align: center;
  font-family: interstate-condensed, sans-serif;
  letter-spacing: 2px;
  color: #fff;
}
footer .headline-image {
  display: none;
}
footer h2 {
  color: #fff;
  margin: 0;
}

@media (min-width: 700px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  hr {
    width: calc(100% - 6rem);
  }

  input {
    width: 100%;
  }

  textarea {
    width: 100%;
    height: 15vh;
  }

  .container {
    padding: 3rem;
  }

  header div {
    padding: 0.5rem 3rem;
  }

  #menu {
    padding: 0 3rem;
  }

  .investment-container h2 {
    font-size: 4.5rem;
  }

  #about-div {
    display: flex;
  }
  #about-div img {
    align-self: flex-start;
    margin-right: 4rem;
  }

  #assistance img {
    margin: 2rem auto;
  }

  #services .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  #services .container > * {
    flex-basis: calc(100%/2 - 2rem);
    flex-grow: 0;
  }

  .service .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .service .container > * {
    flex-basis: calc(100%/2 - 2rem);
    flex-grow: 1;
  }
  .service .service-side-bar {
    max-width: 300px;
    margin-left: 3rem;
  }

  #contact #form-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact #form-div div {
    text-align: left;
    flex-basis: calc(100%/2 - 3rem);
  }
  #contact #form-div div:last-of-type {
    flex-basis: calc(100% - 3rem);
    max-width: none;
  }

  footer {
    text-align: left;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3rem;
  }
  footer h2 {
    font-size: 1.5rem;
  }
  footer .headline-image {
    margin: 0.5rem 0;
    display: block;
  }
}
@media (min-width: 850px) {
  #menu {
    position: static;
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
  }
  #menu > a:last-of-type {
    margin-right: 0;
  }
  #menu a {
    display: inline-block;
    margin: 1rem;
  }
  #menu a:hover {
    transition: 0.3s ease-in-out;
    color: #9fe0d5;
  }

  #hamburger-menu {
    display: none;
  }

  #dropdown-options {
    position: absolute;
    background-color: #003da5;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    top: 70px;
  }
  #dropdown-options a {
    display: block;
  }

  #dropdown-container {
    display: inline-block;
  }

  .open-dropdown {
    height: 220px !important;
  }

  header div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
