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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

img {
  display: block;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VF.ttf") format("truetype-variations");
  font-weight: 300 900;
}
h3 span {
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wght" var(--font-weight, 300);
}

/*======================================*\
 *            Global styling            *
\*======================================*/
#preload {
  display: none;
}

.overflow {
  overflow: hidden;
}

.sm-only {
  display: block;
}
@media (min-width: 992px) {
  .sm-only {
    display: none;
  }
}

.lg-only {
  display: none;
}
@media (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

section {
  position: relative;
  padding: 60px 0;
}
@media (min-width: 992px) {
  section {
    padding: 120px 0;
  }
}

.inner {
  max-width: calc(100% - 72px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .inner {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .inner {
    max-width: 800px;
  }
}
@media (min-width: 1366px) {
  .inner {
    max-width: 1090px;
  }
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
}
.flex.v-center {
  align-items: center;
}

.column {
  flex-direction: column;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  color: rgba(0, 48, 70, 0.5);
}
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 80px;
    line-height: 95px;
  }
}
h1 strong {
  font-weight: 700;
  color: #003046;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  color: #003046;
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 42px;
    line-height: 54px;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #003046;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #003046;
}
p.sm {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  opacity: 0.5;
}
p.lg {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
p strong {
  font-weight: 700;
}

a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #FA7816;
  cursor: pointer;
  transition: opacity 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a.lg {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}
@media (min-width: 768px) {
  a.lg {
    font-size: 22px;
    line-height: 34px;
  }
}

nav {
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 600px;
  padding: 0 36px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #003046;
  transform: translateX(100%);
  box-shadow: -3px 0px 6px rgba(0, 48, 70, 0.3);
}
@media (min-width: 992px) {
  nav {
    padding: 0 138px 0 80px;
  }
}
nav .menu-close {
  width: auto;
  margin-top: 45px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  transition: opacity 0.3s;
}
nav .menu-close p {
  font-weight: 500;
}
nav .menu-close svg {
  margin: 0 0 2px 10px;
}
nav .menu-close:hover {
  opacity: 0.7;
}
nav .menu-items {
  margin: 20px 0;
}
@media (min-width: 480px) {
  nav .menu-items {
    margin: 80px 0;
  }
}
nav .menu-items p {
  margin-bottom: 20px;
}
nav .menu-items a:not(:last-of-type) {
  margin-bottom: 16px;
}
nav .menu-footer {
  margin-top: 80px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  nav .menu-footer {
    margin-top: 80px;
  }
}
nav .menu-footer svg {
  min-width: 42px;
  min-height: 42px;
  margin-right: 16px;
}
nav p, nav a {
  color: #FFFFFF;
}
nav .flex-left {
  width: 200px;
}
nav .flex-right {
  width: 96px;
  text-align: right;
  cursor: pointer;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.heading svg {
  margin-top: 15px;
}

/*======================================*\
 *           Section styling            *
\*======================================*/
#hero {
  min-height: 768px;
  margin-bottom: 105px;
  padding: 30px 0 0;
}
#hero .header {
  margin-bottom: 80px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#hero .header svg {
  max-width: 90px;
}
@media (min-width: 992px) {
  #hero .header svg {
    max-width: 100%;
  }
}
#hero .menu-button {
  width: auto;
  height: auto;
  right: 36px;
  position: fixed;
  z-index: 10;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  #hero .menu-button {
    right: 96px;
  }
}
@media (min-width: 1366px) {
  #hero .menu-button {
    right: 138px;
  }
}
#hero .menu-button:hover {
  opacity: 0.7;
}
#hero .bars {
  height: auto;
  margin: 0 0 2px 10px;
}
#hero .bars > div {
  width: 14px;
  height: 3px;
  background-color: #0D9D90;
}
#hero .bars > div:nth-of-type(1) {
  margin-bottom: 4px;
}
#hero h1 {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  #hero h1:nth-of-type(1) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #hero h1:nth-of-type(1) {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  #hero h1:nth-of-type(2) {
    margin-left: 235px;
  }
}
@media (min-width: 992px) {
  #hero h1:nth-of-type(3) {
    margin-left: 135px;
  }
}
@media (min-width: 992px) {
  #hero h1:nth-of-type(4) {
    margin-left: 360px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #hero h1:nth-of-type(4) {
    margin-left: 500px;
  }
}
#hero p {
  font-weight: 500;
}
#hero .scroll-indicator {
  width: auto;
  margin: 80px 0 0 auto;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) {
  #hero .scroll-indicator {
    margin: 80px 170px 105px auto;
  }
}
#hero .scroll-indicator > svg {
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  #hero .scroll-indicator > svg {
    margin: 0 0 0 60px;
  }
}
#hero .reveal {
  position: absolute;
  overflow: hidden;
}
#hero .reveal img {
  object-fit: cover;
  width: 100%;
}
#hero .hero-img-one {
  width: 186px;
  height: 250px;
  top: 80px;
  right: -110px;
}
@media (min-width: 992px) {
  #hero .hero-img-one {
    width: 320px;
    height: 430px;
    top: 160px;
    right: -220px;
  }
}
#hero .hero-img-two {
  width: 250px;
  height: 186px;
  bottom: -250px;
  left: -50px;
}
@media (min-width: 992px) {
  #hero .hero-img-two {
    width: 430px;
    height: 320px;
    bottom: -160px;
    left: -140px;
  }
}
@media (min-width: 1366px) {
  #hero .hero-img-two {
    bottom: -80px;
    left: -40px;
  }
}

#letter {
  position: relative;
}
#letter #gradient-letter-one {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}
#letter #gradient-letter-two {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
}
#letter .callout {
  margin: 80px 0;
}
#letter .content {
  flex-direction: column;
}
@media (min-width: 992px) {
  #letter .content {
    flex-direction: row;
  }
}
#letter .paragraph {
  max-width: 370px;
}
@media (min-width: 992px) {
  #letter .paragraph:nth-of-type(1) {
    margin: 0 15px 0 80px;
  }
}
@media (min-width: 1366px) {
  #letter .paragraph:nth-of-type(1) {
    margin: 0 15px 0 160px;
  }
}
@media (min-width: 992px) {
  #letter .paragraph:nth-of-type(2) {
    margin: 225px 80px 0 15px;
  }
}
@media (min-width: 1366px) {
  #letter .paragraph:nth-of-type(2) {
    margin: 225px 160px 0 15px;
  }
}
@media (min-width: 992px) {
  #letter h3:nth-of-type(1) {
    margin-left: 80px;
  }
  #letter h3:nth-of-type(2) {
    margin-left: 155px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #letter h3:nth-of-type(2) {
    margin-left: 305px;
  }
}
@media (min-width: 992px) {
  #letter h3:nth-of-type(3) {
    margin-left: 210px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #letter h3:nth-of-type(3) {
    margin-left: 415px;
  }
}
@media (min-width: 992px) {
  #letter h3:nth-of-type(4) {
    margin-left: 115px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #letter h3:nth-of-type(4) {
    margin-left: 180px;
  }
}
@media (min-width: 992px) {
  #letter h3:nth-of-type(5) {
    margin-left: 155px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #letter h3:nth-of-type(5) {
    margin-left: 305px;
  }
}
#letter img {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #letter img {
    width: 320px;
    margin: 60px 0 0 -40px;
  }
}
#letter .signature {
  margin-top: -30px;
}
@media (min-width: 992px) {
  #letter .signature {
    margin: 30px 0 0 -75px;
  }
}
@media (min-width: 1366px) {
  #letter .signature {
    margin: 30px 0 0 -140px;
  }
}

#numbers .inner {
  position: relative;
  min-height: 920px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1366px) {
  #numbers .inner {
    min-height: 1100px;
  }
}
#numbers .sticky-container {
  position: sticky;
  top: 80px;
  display: none;
}
@media (min-width: 992px) {
  #numbers .sticky-container {
    display: block;
  }
}
#numbers .sticky-container img {
  width: 290px;
}
@media (min-width: 992px) {
  #numbers .sticky-container img {
    width: 220px;
  }
}
@media (min-width: 1366px) {
  #numbers .sticky-container img {
    width: 290px;
  }
}
#numbers .sticky-container img:nth-of-type(1) {
  margin: 0 0 200px auto;
}
@media (min-width: 992px) {
  #numbers .content {
    position: absolute;
    top: 0;
  }
}
#numbers .heading {
  height: auto;
}
#numbers .stat-container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #numbers .stat-container {
    margin-top: 15px;
    align-items: center;
  }
}
#numbers .stat {
  height: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  #numbers .stat {
    text-align: center;
    max-width: 320px;
  }
}
@media (min-width: 1366px) {
  #numbers .stat {
    max-width: 480px;
  }
}
#numbers .stat:not(:last-of-type) {
  margin-bottom: 60px;
}
#numbers .stat h1 {
  font-weight: 700;
  color: #0D9D90;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}
@media (min-width: 992px) {
  #numbers .stat h1 {
    font-weight: 300;
    color: rgba(0, 48, 70, 0.5);
  }
}
@media (min-width: 992px) {
  #numbers .stat h4 {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
#numbers .stat.active h1 {
  font-weight: 700;
  color: #0D9D90;
}
#numbers .stat.active h4 {
  height: auto;
  visibility: visible;
  opacity: 1;
}

#work .graph {
  margin-bottom: 80px;
}
#work .graph svg {
  width: 100%;
}
@media (min-width: 1366px) {
  #work .graph svg {
    margin-left: 80px;
  }
}
#work .callout {
  margin: 80px 0 0;
}
#work h1, #work h3 {
  font-weight: 700;
}
@media (min-width: 992px) {
  #work .content {
    align-items: flex-end;
  }
}
#work .content > div {
  margin-left: auto;
}
@media (min-width: 992px) {
  #work .content > div {
    max-width: 320px;
  }
}
@media (min-width: 1366px) {
  #work .content > div {
    max-width: 370px;
  }
}
#work .graph-1 .content {
  flex-direction: column;
}
@media (min-width: 992px) {
  #work .graph-1 .content {
    flex-direction: row;
  }
}
#work .graph-1 h1 {
  color: #0D38D3;
}
@media (min-width: 992px) {
  #work .graph-1 h1 {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1366px) {
  #work .graph-1 h1 {
    margin: 40px 0 0 80px;
  }
}
@media (min-width: 992px) {
  #work .graph-1 h3:nth-of-type(2) {
    margin-left: 142px;
  }
}
#work .graph-1 svg {
  max-width: 585px;
}
@media (min-width: 992px) {
  #work .graph-1 svg {
    margin-right: 30px;
  }
}
#work .graph-2 .content {
  flex-direction: column;
}
@media (min-width: 992px) {
  #work .graph-2 .content {
    flex-direction: row;
  }
}
#work .graph-2 h1 {
  color: #FA7816;
}
@media (min-width: 992px) {
  #work .graph-2 h3:nth-of-type(1) {
    margin-left: 280px;
  }
}
@media (min-width: 1366px) {
  #work .graph-2 h3:nth-of-type(1) {
    margin-left: 321px;
  }
}
@media (min-width: 992px) {
  #work .graph-2 h3:nth-of-type(2) {
    margin-left: 560px;
  }
}
@media (min-width: 1366px) {
  #work .graph-2 h3:nth-of-type(2) {
    margin-left: 720px;
  }
}
#work .graph-2 h4 {
  margin: 40px 0 10px;
}
#work .graph-2 svg {
  max-width: 581px;
}
#work .graph-3 {
  margin: 0;
}
#work .graph-3 > .flex {
  flex-direction: column;
}
@media (min-width: 992px) {
  #work .graph-3 > .flex {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #work .graph-3 .selector {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #work .graph-3 .selector {
    max-width: 370px;
  }
}
#work .graph-3 .map-container {
  margin-top: 20px;
  align-items: flex-start;
}
#work .graph-3 .map {
  width: 100%;
  max-width: 1090px;
}
#work .graph-3 h1 {
  color: #42D6B9;
}
@media (min-width: 992px) {
  #work .graph-3 h3:nth-of-type(1) {
    margin-left: 60px;
  }
}
@media (min-width: 1366px) {
  #work .graph-3 h3:nth-of-type(1) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  #work .graph-3 h3:nth-of-type(3) {
    margin-left: 120px;
  }
}
@media (min-width: 1366px) {
  #work .graph-3 h3:nth-of-type(3) {
    margin-left: 200px;
  }
}
#work .g2-bar {
  cursor: pointer;
}
#work select {
  width: 160px;
  margin: 90px 0 20px;
  padding: 10px;
  background-color: #003046;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

#pivot {
  background-color: #FFF9E2;
}
#pivot .inner > .flex > div:nth-of-type(even) > div:nth-of-type(1) {
  order: 2;
}
#pivot .inner > .flex > div:nth-of-type(even) > div:nth-of-type(2) {
  margin-bottom: 20px;
  order: 1;
}
@media (min-width: 992px) {
  #pivot .inner > .flex > div:nth-of-type(even) > div:nth-of-type(1) {
    order: 1;
  }
  #pivot .inner > .flex > div:nth-of-type(even) > div:nth-of-type(2) {
    margin-bottom: 0;
    order: 2;
  }
}
@media (min-width: 1366px) {
  #pivot .inner > .flex > div:nth-of-type(even) {
    margin-left: 50px;
  }
}
#pivot .inner > .flex > div:nth-of-type(odd) > div:nth-of-type(1) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #pivot .inner > .flex > div:nth-of-type(odd) > div:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  #pivot .inner > .flex > div:nth-of-type(odd) {
    margin-left: 90px;
  }
}
@media (min-width: 1366px) {
  #pivot .inner > .flex > div:nth-of-type(1) {
    margin-left: 0;
  }
}
#pivot .heading p {
  max-width: 690px;
  margin-top: 40px;
}
#pivot .content {
  max-width: 960px;
  margin-top: 120px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  #pivot .content {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #pivot .content > div:nth-of-type(1) {
    margin-right: 40px;
  }
}
@media (min-width: 1366px) {
  #pivot .content > div:nth-of-type(1) {
    margin-right: 160px;
  }
}
#pivot .content > .flex {
  max-width: 370px;
}
#pivot .content p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #pivot .content p {
    margin-top: 30px;
  }
}
#pivot .content div {
  opacity: 0;
}
#pivot img {
  width: 100%;
  max-width: 430px;
}
#pivot h3 {
  font-weight: 700;
}
@media (min-width: 992px) {
  #pivot h3:nth-of-type(2) {
    margin-left: 60px;
  }
}

#alumni {
  background-color: rgba(0, 153, 255, 0.1);
}
@media (min-width: 992px) {
  #alumni {
    padding-bottom: 0;
  }
}
#alumni .inner > .flex > div:nth-of-type(2) {
  margin-top: 80px;
}
@media (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(2) h3:nth-of-type(2) {
    margin-left: 95px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(2) h3:nth-of-type(3) {
    margin-left: 180px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #alumni .inner > .flex > div:nth-of-type(2) h3:nth-of-type(3) {
    margin-left: 247px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(2) h3:nth-of-type(4) {
    margin-left: 280px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #alumni .inner > .flex > div:nth-of-type(2) h3:nth-of-type(4) {
    margin-left: 413px;
  }
}
#alumni .inner > .flex > div:nth-of-type(4) {
  margin: 60px 0 40px;
}
@media (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(4) {
    margin: -80px 0 0;
  }
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(1) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(1) {
    margin-left: 160px;
  }
}
@media (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(2) {
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(2) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(3) {
    margin-left: 75px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #alumni .inner > .flex > div:nth-of-type(4) h3:nth-of-type(3) {
    margin-left: 150px;
  }
}
#alumni .content {
  max-width: 370px;
  margin-left: auto;
}
@media (min-width: 1366px) {
  #alumni .content {
    margin-right: 80px;
  }
}
#alumni .content p {
  margin-top: 30px;
}
#alumni h1 {
  color: #0D9D90;
  font-weight: 700;
}
#alumni a {
  font-weight: 400;
  color: #003046;
  text-decoration: underline;
}
#alumni img {
  max-width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #alumni img {
    max-width: 175px;
  }
}
@media (min-width: 1366px) {
  #alumni img {
    max-width: 235px;
  }
}
#alumni svg {
  margin: 30px 0 15px;
  display: block;
}
#alumni .hover-container {
  flex-direction: column;
  pointer-events: none;
}
@media (min-width: 992px) {
  #alumni .hover-container {
    margin-top: 160px;
    flex-direction: row;
    justify-content: space-between;
    pointer-events: auto;
  }
}
#alumni .hover-container > div:not(:first-of-type) {
  margin-top: 60px;
}
@media (min-width: 992px) {
  #alumni .hover-container > div:not(:first-of-type) {
    margin-top: 0;
  }
}
#alumni .hidden {
  max-width: auto;
}
@media (min-width: 992px) {
  #alumni .hidden {
    max-width: 175px;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1366px) {
  #alumni .hidden {
    max-width: 235px;
  }
}
#alumni .hidden h4 {
  color: #0D9D90;
}
@media (min-width: 992px) {
  #alumni .hidden a {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  #alumni .hidden a {
    font-size: 16px;
  }
}

#culture .heading p {
  max-width: 690px;
  margin-top: 40px;
}
#culture .content {
  margin-top: 120px;
  flex-direction: column;
  align-items: center;
}
#culture .content:nth-of-type(odd) > div:nth-of-type(1) {
  order: 2;
}
#culture .content:nth-of-type(odd) > div:nth-of-type(2) {
  order: 1;
}
@media (min-width: 992px) {
  #culture .content {
    flex-direction: row;
  }
  #culture .content:nth-of-type(odd) > div:nth-of-type(1) {
    order: 1;
  }
  #culture .content:nth-of-type(odd) > div:nth-of-type(2) {
    order: 2;
  }
}
#culture .content p, #culture .content a {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #culture .content p, #culture .content a {
    width: 370px;
  }
}
#culture .content p svg, #culture .content a svg {
  margin-right: 15px;
}
#culture .content > div {
  margin-top: 20px;
  opacity: 0;
}
@media (min-width: 992px) {
  #culture .content > div {
    margin-top: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1366px) {
  #culture .content > div {
    margin-right: 160px;
  }
}
#culture .content > .flex {
  max-width: 370px;
}
#culture h3 {
  position: relative;
  font-weight: 700;
}
#culture img,
#culture video {
  width: 100%;
}
@media (min-width: 992px) {
  #culture img,
#culture video {
    width: auto;
  }
}
#culture img:nth-of-type(1),
#culture video:nth-of-type(1) {
  max-width: 430px;
}
#culture img:nth-of-type(2),
#culture video:nth-of-type(2) {
  max-width: 290px;
}
@media (min-width: 992px) {
  #culture .img-456 img {
    max-width: 430px;
  }
}
@media (min-width: 1366px) {
  #culture .img-456 img {
    max-width: 456px;
  }
}
#culture .img-456 img:last-of-type {
  margin-top: 15px;
}
#culture .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
#culture .image-container video {
  max-width: 290px;
  position: relative;
  margin: -108px -50px 0 auto;
}
@media (min-width: 1366px) {
  #culture .inner > .column > div:nth-of-type(even) {
    margin-left: 80px;
  }
}
@media (min-width: 1366px) {
  #culture .inner > .column > div:nth-of-type(odd) {
    margin-left: 50px;
  }
}
#culture .inner > .column > div:nth-of-type(1) {
  margin-left: 0;
}
@media (min-width: 992px) {
  #culture .inner > .column > div:nth-of-type(2) h3:nth-of-type(2) {
    left: 160px;
  }
  #culture .inner > .column > div:nth-of-type(2) h3:nth-of-type(3) {
    left: 70px;
  }
}
#culture .inner > .column > div:nth-of-type(3) h3:nth-of-type(2) {
  left: 80px;
}
#culture .inner > .column > div:nth-of-type(3) h3:nth-of-type(3) {
  left: 50px;
}
#culture .inner > .column > div:nth-of-type(4) h3:nth-of-type(2) {
  left: 110px;
}
#culture .inner > .column > div:nth-of-type(6) h3:nth-of-type(2) {
  left: 110px;
}
#culture .inner > .column > div:nth-of-type(6) h3:nth-of-type(3) {
  width: 410px;
  left: 50px;
}
#culture .inner > .column > div:nth-of-type(7) h3:nth-of-type(2) {
  left: 100px;
}
@media (min-width: 992px) {
  #culture .inner > .column > div:nth-of-type(7) h3:nth-of-type(2) {
    left: 205px;
  }
}

#partners {
  background-color: #E4F9FF;
}
#partners .content {
  margin-top: 60px;
  flex-direction: column;
}
@media (min-width: 992px) {
  #partners .content {
    margin-top: 0;
    flex-direction: row;
  }
}
#partners .partner-list {
  position: relative;
}
@media (min-width: 992px) {
  #partners .partner-list {
    margin: 80px 0 0;
  }
}
@media (min-width: 1366px) {
  #partners .partner-list {
    margin: 80px 0 0 80px;
  }
}
#partners .partner {
  margin-bottom: 60px;
}
#partners .partner > .flex {
  flex-direction: column;
}
@media (min-width: 992px) {
  #partners .partner > .flex {
    flex-direction: row;
  }
}
#partners .flex-left, #partners .flex-right {
  max-width: 290px;
  margin-right: 30px;
}
#partners .quotes {
  max-width: 370px;
  max-height: 550px;
  position: sticky;
  top: 80px;
}
#partners .quotes p {
  margin-top: 10px;
}
#partners .quote {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #0D38D3;
}
#partners h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

#vision .callout {
  margin-top: 120px;
}
#vision .content {
  flex-direction: column;
}
@media (min-width: 992px) {
  #vision .content {
    flex-direction: row;
  }
}
#vision .paragraph {
  max-width: 370px;
}
@media (min-width: 992px) {
  #vision .paragraph:nth-of-type(1) {
    margin: 0 15px 0 80px;
  }
}
@media (min-width: 1366px) {
  #vision .paragraph:nth-of-type(1) {
    margin: 0 15px 0 160px;
  }
}
@media (min-width: 992px) {
  #vision .paragraph:nth-of-type(2) {
    margin: 225px 80px 0 15px;
  }
}
@media (min-width: 1366px) {
  #vision .paragraph:nth-of-type(2) {
    margin: 225px 160px 0 15px;
  }
}
@media (min-width: 992px) {
  #vision h3:nth-of-type(1) {
    margin-left: 80px;
  }
  #vision h3:nth-of-type(3) {
    margin-left: 200px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #vision h3:nth-of-type(3) {
    margin-left: 409px;
  }
}
@media (min-width: 992px) {
  #vision h3:nth-of-type(4) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #vision h3:nth-of-type(4) {
    margin-left: 119px;
  }
}
@media (min-width: 992px) {
  #vision h3:nth-of-type(5) {
    margin-left: 200px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #vision h3:nth-of-type(5) {
    margin-left: 402px;
  }
}
@media (min-width: 992px) {
  #vision h3:nth-of-type(6) {
    margin: 30px 0 0 430px;
    font-weight: 700;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  #vision h3:nth-of-type(6) {
    margin: 40px 0 0 560px;
  }
}
#vision .tarika {
  width: 100%;
  max-width: 320px;
  height: 430px;
  margin: 30px 0 80px;
  background-image: url("../images/vision-tarika-1@2x.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 2s;
}

#financial {
  background-color: #D6F9F4;
}
#financial .financial-position h3,
#financial .activities h3 {
  pointer-events: none;
}
@media (min-width: 992px) {
  #financial .financial-position h3,
#financial .activities h3 {
    cursor: pointer;
    pointer-events: auto;
  }
}
#financial .financial-position svg,
#financial .activities svg {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #financial .financial-position svg,
#financial .activities svg {
    width: 720px;
    height: 0px;
    align-self: flex-end;
  }
}
#financial .financial-position {
  margin-top: 60px;
}
@media (min-width: 992px) {
  #financial .financial-position h3:nth-of-type(1) {
    margin-left: 200px;
  }
}
@media (min-width: 1366px) {
  #financial .financial-position h3:nth-of-type(1) {
    margin-left: 400px;
  }
}
#financial .financial-position h3:nth-of-type(2) {
  font-weight: 700;
}
@media (min-width: 992px) {
  #financial .financial-position h3:nth-of-type(2) {
    margin-left: 260px;
  }
}
@media (min-width: 1366px) {
  #financial .financial-position h3:nth-of-type(2) {
    margin-left: 520px;
  }
}
#financial .activities {
  margin-top: 80px;
}
@media (min-width: 992px) {
  #financial .activities h3:nth-of-type(1) {
    margin-left: 350px;
  }
}
@media (min-width: 1366px) {
  #financial .activities h3:nth-of-type(1) {
    margin-left: 550px;
  }
}
#financial .activities h3:nth-of-type(2) {
  font-weight: 700;
}
@media (min-width: 992px) {
  #financial .activities h3:nth-of-type(2) {
    margin-left: 515px;
  }
}
@media (min-width: 1366px) {
  #financial .activities h3:nth-of-type(2) {
    margin-left: 715px;
  }
}
#financial img {
  margin-left: 40px;
  display: inline-block;
}

#download {
  padding-bottom: 60px;
  background-color: #003046;
}
#download h3, #download p, #download a {
  color: #FFFFFF;
}
#download h3, #download p {
  opacity: 0.5;
}
#download .opaque {
  font-weight: 700;
  opacity: 1;
}
#download p, #download a {
  display: inline-block;
}
#download img {
  display: inline-block;
}
#download .callout h3 {
  position: relative;
}
@media (min-width: 992px) {
  #download .callout h3:nth-of-type(1) {
    margin-left: 400px;
  }
  #download .callout h3:nth-of-type(2) {
    margin-left: 500px;
  }
}
#download .callout img, #download .callout svg {
  position: absolute;
  top: -5px;
  margin-left: 40px;
}
#download .contact {
  margin: 80px 0 20px;
}
@media (min-width: 992px) {
  #download .contact {
    margin: 80px 0 120px;
  }
}
#download .contact > div:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #download .contact > div:not(:first-of-type) {
    margin-top: 0;
  }
}
#download footer {
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 992px) {
  #download footer {
    flex-direction: row;
  }
}
#download footer .logo {
  margin: 60px 0 0;
  order: 2;
}
@media (min-width: 992px) {
  #download footer .logo {
    margin: 0;
    order: 0;
  }
}
#download footer .social {
  width: auto;
  order: 1;
}
@media (min-width: 992px) {
  #download footer .social {
    margin-left: 60px;
    order: 2;
  }
}
#download footer .social a:not(:last-of-type) {
  margin-right: 30px;
}
#download footer a {
  margin: 60px 0 0;
  order: 3;
}
@media (min-width: 992px) {
  #download footer a {
    margin: 0 0 0 auto;
  }
}

.swal2-popup {
  background: linear-gradient(135deg, #E4F9FF, #FDEFEE, #D6F9F4, #FFF9E2) !important;
}
.swal2-popup .swal2-header {
  display: none !important;
}
.swal2-popup .swal2-content {
  padding: 0;
  text-align: auto;
}
.swal2-popup .swal2-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  z-index: 0 !important;
}
.swal2-popup .swal2-actions button.swal2-confirm {
  display: none !important;
}

.gradient-border {
  position: relative;
}
.gradient-border img {
  position: relative;
  z-index: 1;
}

.gradient-border:before,
.gradient-border:after {
  content: "";
  position: absolute;
  left: -0.4em;
  top: -0.4em;
  background: none;
  background-size: 320%;
  width: calc(100% + .8em);
  height: calc(100% + .8em);
  animation: hue 2s linear infinite;
}

.gradient-border.active:before,
.gradient-border.active:after {
  background: linear-gradient(45deg, #4CD7FF, #50E5D0, #FFD94A, #ED6F66, #4CD7FF, #50E5D0, #FFD94A, #ED6F66);
}

#partners .partner .flex.column p {
  text-indent: -15px;
  padding-left: 15px;
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}