html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Bitter";
  src: url(./fonts/bitter/Bitter-Regular.ttf);
}

@font-face {
  font-family: "Bitter";
  src: url(./fonts/bitter/Bitter-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Bitter";
  src: url(./fonts/bitter/Bitter-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Nimbus Roman";
  src: url(./fonts/nimbusroman.otf);
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

html {
  font-family: "Raleway", "Roboto", Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background: #fff;
}

h1,
h2,
h3,
h4 {
  text-align: center;
  font-family: "Bitter", Palantio, Georgia, Times, serif;
  margin: 0;
}

.button {
  display: inline-block;
  color: #3b89ff;
  border: 2px #3b89ff solid;
  transition: 0.2s all;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background: #3b89ff;
  border-color: #3b89ff;
  color: #fff;
}

.bitter {
  font-family: "Bitter", Palantio, Georgia, Times, serif;
}

.line-seperator {
  width: 100px;
  height: 1px;
  margin: 10px auto;
  background-color: #fff;
}

.line-seperator-light {
  width: 100px;
  height: 1px;
  margin: 10px auto;
  background-color: #000;
}

header {
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: 0;
  transition: 0.2s background;
}

nav {
  display: flex;
  padding: 0 40px;
  justify-content: space-evenly;
  text-shadow: 1px 1px #666;
  font-weight: bold;
}

nav > div > a {
  color: #fff;
}

nav ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0;
  margin-left: 20px;
  max-width: 750px;
  width: 100%;
  padding: 0;
}

nav ul > li {
  display: inline-block;
  list-style: none;
  white-space: nowrap;
}

nav ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: 0.2s color;
  padding: 10px 15px;
}

nav ul > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #3b89ff;
  height: 0;
  transition: 0.2s;
}

nav ul > li > a:hover::after,
nav ul > li > a.nav-selected::after {
  height: 2px;
}

nav ul > li > a:hover {
  color: #3b89ff !important;
}

.nav-selected {
  color: #3b89ff !important;
}

#logo {
  padding: 10px;
}

.scrolled-header {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #aaa;
}

.scrolled-header > nav > ul > li > a {
  color: #000;
}

.scrolled-header > nav > div > a {
  color: #3b89ff;
}

.scrolled-header #logo-capital {
  color: #000;
}

.scrolled-header img {
  filter: none !important;
}

.scrolled-header nav {
  text-shadow: none !important;
}

#hi {
  color: #3274d8;
}

#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 800px;
  padding: 160px 40px;
  color: #fff;
  background-image: url(./imgs/splashscreen3.jpg);
  background-color: #333;
  background-size: cover;
  background-position: center;
}

#hero > div {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hero > div > * + * {
  margin-top: 20px;
}

#hero h1 {
  font-size: 6em;
  font-weight: 400;
}

#hero h1 .big {
  font-size: 1.3em;
}

#hero h2 {
  font-size: 2em;
  font-weight: 100;
  max-width: 600px;
  width: 100%;
}

#hero .button {
  font-size: 1.2em;
  margin: 30px auto 0 auto;
  background: #3b89ff;
  color: #fff;
}

#hero .button:hover {
  background: transparent;
  border-color: #fff;
}

.hero--logo-detail {
  position: relative;
}

.hero--logo-detail > img {
  width: 150px;
  position: absolute;
  bottom: 120px;
  right: 20px;
}

#counters {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  margin-top: 30px !important;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 200px;
  border: 1px solid #fff;
  margin: 20px;
}

.counter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.counter-primary {
  font-size: 3em;
  margin-bottom: 10px;
}

.counter-secondary {
  text-align: center;
}

#about {
  position: relative;
  background-color: #fff;
}

#about > div {
  padding: 0 40px 80px 40px;
  display: flex;
  justify-content: space-around;
  max-width: 1600px;
  margin: auto;
}

#meet-the-team {
  display: flex;
  padding: 40px 40px 20px 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

/* WCU */

#wcu {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  background-color: #eee;
}

#wcu-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#wcu-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #2d3c53;
  padding: 60px;
  color: #fff;
  min-height: 300px;
}

#wcu-left video {
  width: 100%;
}

#wcu-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(imgs/wcu-bg.png);
  background-size: cover;
  opacity: 0.1;
}

#wcu-right > div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px #999 solid;
  margin: 20px;
}

#wcu-right p {
  line-height: 1.2em;
}

#wcu-quote {
  font-size: 1.4em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#wcu-quote > i {
  font-size: 3em;
}

#wcu-quote > span {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-left: 20px;
}

#wcu-left > p {
  color: #999;
  font-style: italic;
  line-height: 1.7em;
  font-size: 1.1em;
  max-width: 600px;
  margin-top: 40px;
}

#wcu .horizontal-info-box > div > p {
  color: #ccc;
}

.horizontal-info-box {
  max-width: 500px;
  display: flex;
  margin-top: 40px;
}

.horizontal-info-box > i {
  color: #3b89ff;
  font-size: 3em;
}

.horizontal-info-box > div {
  margin-left: 30px;
}

.horizontal-info-box > div > p,
.horizontal-info-box > div > h4 {
  text-align: left;
}

.horizontal-info-box > div > p {
  color: #777;
  max-width: 500px;
  line-height: 1.5em;
}

.horizontal-info-box h4 {
  font-size: 1.5em;
  font-weight: 400;
}

.info-box-container-alt {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 40px auto;
}

.info-box-container-alt > a {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 0 10px;
}

.info-box-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 40px auto;
}

.info-box-container > a {
  display: block;
  max-width: 400px;
  padding: 0 10px;
}

.info-box-alt {
  position: relative;
  width: 300px;
  height: 380px;
  background: #222;
  background-size: cover;
  background-position: center;
}

.info-box-alt-wide {
  width: 100%;
  height: 225px;
}

.info-box-alt-info {
  position: absolute;
  width: 200px;
  background-color: #2e3e56;
  color: #fff;
  text-align: center;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding: 10px;
}

.accordion-container {
  transform: translateY(-40px);
  padding-top: 80px;
}

.accordion {
  background-color: #eee;
  transition: 0.4s ease-in-out;
  height: 0;
  max-width: 1000px;
  padding: 0 40px;
  overflow: hidden;
  line-height: 1.4em;
}

.accordion-light {
  background-color: #fff;
}

.accordion-expanded {
  display: block;
}

#case-studies {
  padding: 40px 40px 20px 40px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#case-study-accordions {
  margin-top: 40px;
}

.accordion-header {
  text-align: center;
  font-weight: 700;
  padding: 20px 40px;
  background: #fff;
  transition: 0.2s;
}

.accordion-header:hover {
  background: #fafafa;
  cursor: pointer;
}

.accordion-body {
  height: 0;
  padding: 0 20px;
  transition: 0.4s;
  overflow: hidden;
  background: #f7f7f7;
}

.partner img {
  width: 300px;
}

.partner {
  padding: 0 20px;
  margin: 20px;
}

.partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.case-study {
  max-width: 1000px;
  margin: 0 auto;
}

.case-study h2 {
  margin-top: 30px;
}

.case-study h3,
.case-study h4 {
  text-align: left;
  color: #3b89ff;
}

.case-study img {
  width: 400px;
  height: 225px;
}

.case-study span {
  display: block;
}

.case-study-big-facts > div > h4 {
  margin-bottom: 20px;
}

.case-study-imgs {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.case-study-imgs > div {
  display: flex;
  padding: 0 20px;
}

.case-study-imgs > div + div {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
}

.case-study-imgs > div > * + * {
  margin-left: 20px;
}

.case-study-imgs li + li {
  margin-top: 10px;
}

.case-study-imgs li {
  line-height: 1.4em;
}

.case-study-imgs > * + * {
  border-bottom: 1px solid #000;
}

.case-study-big-facts {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #000;
}

.case-study-big-facts > div > * + * {
  margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
  .case-study img {
    width: 300px;
    height: 169px;
    margin-bottom: 20px;
  }

  #wcu-quote {
    font-size: 1.2em;
  }

  .case-study-imgs > div {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-study-big-facts {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .case-study h3,
  .case-study h4 {
    text-align: center;
  }
  .case-study-big-facts > * + * {
    margin: 20px 0 0 0;
    padding: 0;
  }
}

#news {
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

#news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1400px;
  width: 100%;
}

.news-item {
  margin: 20px 10px;
  padding: 30px;
  width: 320px;
  height: 280px;
  border: 2px #ccc solid;
  display: block;
  color: #000;
  text-decoration: none;
}

.news-item > * + * {
  display: block;
  margin-top: 15px;
}

.news-item h3 {
  text-align: left;
}

#contact {
  padding: 40px;
  background-color: #eee;
}

#contact-info {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#contact-info > div {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

#contact-info > div > * + * {
  margin-top: 40px;
}

#contact-info i {
  margin-right: 20px;
  font-size: 2em;
  color: #3b89ff;
}

#contact-info span {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .hero--logo-detail > img {
    display: none
  }
  #hero h1 {
    font-size: 5em;
  }
  #hero > div > p {
    display: none;
  }
  #hero > div > h2 {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 100;
  }
  .info-box-container {
    flex-direction: column;
    align-items: center;
  }
  .info-box-container > * + * {
    margin-top: 80px;
  }
  #contact-info {
    flex-direction: column;
    align-items: center;
  }
  #wcu {
    grid-template-columns: 100%;
  }
  .partners {
    flex-direction: column;
  }
}

@media only screen and (max-width: 800px) {
  nav > ul > li:nth-child(2),
  nav > ul > li:nth-child(3),
  nav > ul > li:nth-child(4) {
    display: none;
  }
  nav > ul {
    margin: 0;
    padding: 0;
  }
  nav {
    padding: 20px;
  }
  #logo {
    display: none;
  }
  ul a {
    display: inline-block !important;
  }
  nav ul {
    transform: none;
  }
  #counters {
    flex-direction: column;
  }
  #about > div {
    flex-direction: column;
    align-items: center;
  }
}
