* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  color: #3C3C3C;
}

@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^="tel"] {
  color: inherit;
}

h2 {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  color: #0A1831;
  font-size: 3.5rem;
  line-height: 1.3em;
}

h3 {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  color: #0A1831;
  font-size: 2rem;
  line-height: 1.3em;
}

h4 {
  font-family: "raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  color: #427BBF;
}

p {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  color: #3C3C3C;
  font-size: 0.9rem;
  line-height: 1.4em;
  letter-spacing: 0.72px;
}

.container {
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 0 auto;
}

.secPadding {
  padding: 7.5rem 0;
}

/****** TEXT ANIMATION *****/
.split-parent, .split {
  overflow: hidden;
}

.fade-in {
  opacity: 0;
}

.global-btn {
  display: block;
  cursor: pointer;
}

.global-btn span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #427BBF;
  position: relative;
  background: url(/i/svg/global-arrow.svg) 100% center/40px no-repeat;
  padding: 10px 55px 10px 0;
  transition: color .5s ease;
}

.global-btn:hover span {
  color: #1A2436;
}

/***** PLX ******/
.plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

.plx-wrap .plx-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

.inner .s1 {
  padding-top: 11rem;
  position: relative;
}

.inner .s1 .logo-mark-hero {
  width: 95%;
  height: 800px;
  position: absolute;
  background: url(/i/svg/logo-mark.svg) no-repeat left/contain;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}

.inner .s1 h1 {
  font-family: "raleway";
  font-style: normal;
  font-weight: 200;
  color: #0A1831;
  font-size: 3.5rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
  opacity: 0;
}

.inner .s1 p {
  max-width: 540px;
  margin-left: auto;
}

.inner .s1 .two-col {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.inner .s1 .two-col h1 {
  margin-bottom: 0;
}

.inner .s1 .two-col p {
  font-size: 1.4rem;
  max-width: 500px;
  margin-left: 0;
}

.inner .s1 .intro {
  height: 730px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}

.inner .s1 .intro .plx-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.inner .s1 .intro .plx-bg {
  background: url(/i/about-hero.jpg) no-repeat top/cover;
  position: absolute;
  inset: 0;
  height: 125%;
  top: 0;
  will-change: transform;
}

.inner .s1 .intro h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 825px;
  color: #fff;
}

#approach .s1 .intro .center, #strategies .s1 .intro .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 565px;
}

#approach .s1 .intro h3, #strategies .s1 .intro h3 {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

#approach .s1 .intro h3, #strategies .s1 .intro h3 {
  margin-bottom: 1.5rem;
}

#approach .s1 .intro p, #strategies .s1 .intro p {
  color: #fff;
  margin-left: 0;
  max-width: none;
}

#news .s1 {
  padding-bottom: 5rem;
}

#news .s1 .logo-mark-hero {
  top: 80%;
}

/***** HEADER *****/
header {
  width: 100%;
  position: fixed;
  background-color: transparent;
  transition: background-color .3s ease;
  z-index: 101;
  /* Mobile */
}

header .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
  position: relative;
  gap: 2rem;
}

header .logo {
  display: block;
  width: 352px;
  height: 59px;
  background: url(/i/svg/logo-cl.svg) no-repeat center/contain;
  position: relative;
  z-index: 10;
  transition: width .3s ease;
}

header nav .wrapper {
  text-align: right;
}

header nav ul {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 22px;
}

header nav ul li a {
  display: inline-block;
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  transition: color .5s ease;
  cursor: pointer;
}

header nav ul li a:hover,
header nav ul .selNav a {
  color: #427BBF;
  font-weight: 600;
}

header nav .top-nav {
  gap: 0;
  margin-bottom: 15px;
}

header nav .top-nav li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
}

header nav .top-nav .login a {
  position: relative;
  background: url(/i/svg/nav-arrow.svg) 100% center/20px no-repeat;
  padding-left: 22px;
  margin-left: 22px;
  padding-right: 35px;
}

header nav .top-nav .login a::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  background: #fff;
  left: 0;
}

header nav .mobile {
  display: none;
}

header .menu_container {
  display: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}

header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 44px;
  height: 20px;
}

header .menu_container #menu_btn i {
  transition-delay: .6s;
  transition: all 0.2s ease-out;
  height: 1px;
  width: 44px;
  background-color: #3C3C3C;
  position: absolute;
  border-radius: 2px;
  left: 0;
}

header .menu_container #menu_btn i:nth-child(1) {
  top: 0;
}

header .menu_container #menu_btn i:nth-child(2) {
  top: 10px;
}

header .menu_container #menu_btn i:nth-child(3) {
  top: 20px;
}

header.scroll:not(.active) {
  background: #fff;
}

header.scroll:not(.active) .container {
  padding: 1rem 0;
}

header.scroll:not(.active) nav ul li a {
  color: #1A2436;
}

header.scroll:not(.active) nav ul li a:hover,
header.scroll:not(.active) nav ul .selNav a {
  color: #427BBF;
}

header.scroll:not(.active) nav .top-nav .login a::before {
  background-color: #1A2436;
}

.inner header, #bio header, #article header {
  background: #fff;
}

.inner header .container, #bio header .container, #article header .container {
  padding: 1rem 0;
}

.inner header nav ul li a, #bio header nav ul li a, #article header nav ul li a {
  color: #1A2436;
}

.inner header nav ul li a:hover,
.inner header nav ul .selNav a, #bio header nav ul li a:hover,
#bio header nav ul .selNav a, #article header nav ul li a:hover,
#article header nav ul .selNav a {
  color: #427BBF;
}

.inner header nav .top-nav .login a::before, #bio header nav .top-nav .login a::before, #article header nav .top-nav .login a::before {
  background-color: #1A2436;
}

#bio header nav .team a, #article header nav .news a {
  color: #427BBF;
  font-weight: 600;
}

/****** HEADER ACTIVE ******/
header.active nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

header.active nav .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}

header.active nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

header.active nav ul li a {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #3C3C3C;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
  position: relative;
  padding: 0;
  transition: opacity .3s ease, transform .3s ease;
}

header.active nav ul li a.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

header.active nav ul li a:hover,
header.active nav ul .selNav a {
  font-weight: 600;
  color: #427BBF;
}

header.active nav ul .portal a {
  padding-right: 26px;
}

header.active nav .top-nav {
  display: none;
}

header.active nav .mobile {
  display: block;
  margin-top: 2rem;
}

header.active nav .mobile .top-nav {
  display: block;
  margin-bottom: 0;
}

header.active nav .mobile .login a {
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

header.active nav .mobile .login a::before {
  display: none;
}

header.active #menu_btn i {
  top: 5px;
}

header.active #menu_btn i:nth-child(1) {
  transform: rotate(45deg);
  width: 40px;
  top: 5px;
}

header.active #menu_btn i:nth-child(3) {
  transform: rotate(-45deg);
  width: 40px;
  top: 5px;
}

header.active #menu_btn i:nth-child(2) {
  display: none;
}

footer {
  background: #1A2436;
  padding: 5rem 0 4rem;
  color: #fff;
}

footer .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

footer .left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .left .logo {
  display: block;
  width: 352px;
  height: 59px;
  background: url(/i/svg/logo-wh.svg) no-repeat center/contain;
}

footer .left .left-bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}

footer .left .left-bottom .top-nav {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer .left .left-bottom .top-nav li a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.64px;
  color: #427BBF;
  transition: color .3s ease;
}

footer .left .left-bottom .top-nav li a:hover {
  color: #fff;
}

footer .left .left-bottom > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .left .left-bottom > div p, footer .left .left-bottom > div a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

footer .left .left-bottom > div a {
  display: inline-block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  transition: color .3s ease;
}

footer .left .left-bottom > div a:hover {
  color: #fff;
}

footer .right {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

footer .right .line {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 2.5rem;
}

footer .right p {
  color: #737C8C;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 0.72px;
}

footer .right ul {
  list-style: none;
}

footer .right ul li, footer .right ul li a {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  letter-spacing: 0.72px;
  color: #427BBF;
  transition: color .3s ease;
}

footer .right ul li a:hover {
  color: #fff;
}

footer .right ul li:last-of-type, footer .right ul li a:last-of-type {
  margin-bottom: 0;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width: 1200px) {
  header .menu_container {
    display: block;
  }
  header nav {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .global-btn span {
    background-size: 30px;
    padding: 30px 45px 30px 0;
  }
  .inner .s1 .two-col {
    flex-direction: column;
    align-items: flex-start;
  }
  .inner .s1 .two-col p {
    max-width: none;
  }
  footer .left .left-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media screen and (max-width: 980px) {
  .inner .s1 h1 {
    font-size: 3rem;
  }
  .inner .s1 .intro {
    height: 550px;
  }
  footer .container {
    display: block;
  }
  footer .left .logo {
    margin: 0 auto 4rem auto;
  }
  footer .left .left-bottom {
    justify-content: center;
    align-items: center;
  }
  footer .left .left-bottom .top-nav {
    display: none;
  }
  footer .right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 0.8rem;
  }
  .secPadding {
    padding: 5rem 0;
  }
  .global-btn span {
    background-size: 25px;
    padding: 25px 40px 25px 0;
  }
  .inner .s1 {
    padding-top: 8rem;
  }
  .inner .s1 h1 {
    font-size: 2.1rem;
  }
  .inner .s1 h1 br {
    display: none;
  }
  .inner .s1 p {
    margin-left: 0;
  }
  .inner .s1 .two-col p {
    font-size: 1.1rem;
  }
  .inner .s1 .intro {
    height: 430px;
  }
  header .container {
    padding: 1rem 0;
  }
  header .logo {
    width: 220px;
    height: 37px;
  }
  header .menu_container #menu_btn {
    width: 30px;
    height: 16px;
  }
  header .menu_container #menu_btn i {
    width: 30px;
  }
  header .menu_container #menu_btn i:nth-child(2) {
    top: 8px;
  }
  header .menu_container #menu_btn i:nth-child(3) {
    top: 16px;
  }
  header.active nav ul li a {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  header.active #menu_btn i:nth-child(1),
  header.active #menu_btn i:nth-child(3) {
    width: 26px;
    top: 5px;
  }
  footer {
    padding-bottom: 3rem;
  }
  footer .left .logo {
    width: 220px;
    margin-bottom: 3rem;
  }
  footer .left .left-bottom > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
