@font-face {
  font-family: 'gt-walsheim-bold';
  src: url('../fonts/gt-walsheim-bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-light';
  src: url('../fonts/gt-walsheim-light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-medium';
  src: url('../fonts/gt-walsheim-medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-regular';
  src: url('../fonts/gt-walsheim-regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-thin';
  src: url('../fonts/gt-walsheim-thin.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-ultra-bold';
  src: url('../fonts/gt-walsheim-ultra-bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gt-walsheim-ultra-light';
  src: url('../fonts/gt-walsheim-ultra-light.ttf');
  font-weight: normal;
  font-style: normal;
}
/** Site colours **/
/**Brand colors**/
/** Media Queries **/
.button {
  background-color: hsla(63, 66%, 59%, 0.2);
  border-bottom: 1px solid hsl(63, 66%, 59%);
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  font-weight: bold;
  padding: 20px;
  font-family: 'gt-walsheim-bold';
}
.button img {
  margin-left: 20px;
  margin-top: -5px;
}
.dark-button {
  color: hsl(0, 0%, 100%);
  padding: 20px;
}
.dark-button img {
  margin-left: 20px;
  margin-top: -5px;
}
.dark-lemon-button {
  background-color: hsla(63, 66%, 59%, 0.61);
  border-bottom: 1px solid hsl(63, 61%, 42%);
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: hsl(231, 19%, 13%) hsl(0, 0%, 100%);
}
.dark-lemon-button img {
  margin-left: 20px;
  margin-top: -5px;
}
* {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: #1B1D28;
  font-family: 'gt-walsheim-regular', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: hsl(0, 0%, 100%);
  width: 100%;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'gt-walsheim-bold', Helvetica, Arial, sans-serif;
  margin: 0;
}
a {
  text-decoration: none;
}
* input,
* textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
}
a {
  text-decoration: none !important;
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 400;
}
ul,
li {
  padding: 0;
  margin: 0;
}
#home-dark {
  position: relative;
  height: 100vh;
  background-color: #00051E;
}
#home-dark .vertical-line {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
#home-dark .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #home-dark .one {
    margin-left: 20%;
  }
}
#home-dark .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #home-dark .two {
    margin-left: 40%;
  }
}
#home-dark .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #home-dark .three {
    margin-left: 60%;
  }
}
#home-dark .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #home-dark .four {
    margin-left: 80%;
  }
}
#home-dark .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #home-dark .five {
    display: none;
  }
}
#home-dark .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #home-dark .six {
    display: none;
  }
}
#home-dark .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #home-dark .seven {
    display: none;
  }
}
#home-dark .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #home-dark .eight {
    display: none;
  }
}
#home-dark .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #home-dark .nine {
    display: none;
  }
}
#home-dark .container-fluid {
  padding: 0;
}
#home-dark .navbar {
  background: #00051E;
  padding-left: 11.5%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-brand {
    margin-left: 11.5%;
  }
}
#home-dark .navbar .navbar-nav .nav-item {
  margin-right: 40px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
#home-dark .navbar .navbar-nav .nav-item .nav-link img {
  margin-top: -3px;
  margin-right: 5px;
}
#home-dark .navbar .navbar-nav .dropdown {
  position: static;
}
#home-dark .navbar .navbar-nav .dropdown-menu {
  background-color: #00051E;
  line-height: 10px;
  width: 100% !important;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .dropdown-menu {
    padding: 0;
  }
}
#home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item {
  line-height: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 20px;
  }
}
#home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
    font-size: 17px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
    font-size: 17px;
    padding-top: 0;
  }
}
#home-dark .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: red;
}
#home-dark .navbar .navbar-nav .dropdown-menu .link {
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .dropdown-menu .link {
    margin-right: 0;
  }
}
#home-dark .navbar .navbar-nav .show {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav .show {
    display: block;
    margin-top: 0;
    background-color: #fff;
  }
}
#home-dark .navbar .navbar-nav li a {
  color: hsl(0, 0%, 100%) !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-family: 'gt-walsheim-regular';
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav li a {
    line-height: 50px;
    padding-left: 20px;
    color: #00051E !important;
    border-bottom: 2px solid #00051E;
    font-size: 20px;
  }
}
#home-dark .navbar .navbar-nav li a:hover {
  background-color: #E3EEAD;
}
#home-dark .navbar .active {
  background-color: #E3EEAD;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .active {
    padding-left: 0;
    padding-right: 0;
    background-color: #00051E;
  }
}
#home-dark .navbar .active .nav-link {
  font-weight: bold;
  color: #00051E !important;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .active .nav-link {
    border-bottom: none;
    color: #fff !important;
  }
}
#home-dark .navbar .navbar-nav {
  padding-left: 30px;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-nav {
    margin-top: 30px;
    padding-left: 0;
    background-color: #fff;
  }
}
#home-dark .navbar .navbar-toggler {
  border-color: transparent;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-toggler {
    margin-right: 11.5%;
  }
}
#home-dark .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .navbar .navbar-toggler .navbar-toggler-icon {
    margin-top: 10px;
  }
}
#home-dark .hero {
  background: #00051E;
  padding-top: 110px;
  padding-bottom: 190px;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #home-dark .hero {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 11.2%;
  }
}
@media only screen and (min-width: 1280px) {
  #home-dark .hero {
    padding-top: 85px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1680px) {
  #home-dark .hero {
    padding-top: 195px;
    padding-bottom: 235px;
  }
}
#home-dark .hero .contain {
  display: flex;
  margin-top: 85px;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain {
    display: block;
    margin-top: 0;
  }
}
#home-dark .hero .contain .text {
  width: 65%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .text {
    width: 100%;
    padding-top: 90px;
  }
}
#home-dark .hero .contain .text h1 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 98px;
  line-height: 81.8%;
  letter-spacing: -0.04em;
  font-family: 'gt-walsheim-bold';
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .text h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .text .web {
    display: none;
  }
}
#home-dark .hero .contain .text .mobile {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .text .mobile {
    display: block;
  }
}
#home-dark .hero .contain .text p {
  font-family: 'gt-walsheim-light';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
  width: 75%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .text p {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 95px;
    width: 100%;
    line-height: 25px;
  }
}
#home-dark .hero .contain .image {
  position: relative;
  margin-top: 65px;
  width: 35%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .image {
    width: 100%;
    margin-top: 0;
  }
}
#home-dark .hero .contain .image img:first-of-type {
  position: absolute;
  top: -70%;
  left: -120%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .image img:first-of-type {
    display: none;
  }
}
#home-dark .hero .contain .image img:nth-of-type(2) {
  position: absolute;
  left: -10%;
  top: -65%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .image img:nth-of-type(2) {
    display: none;
  }
}
#home-dark .hero .contain .image img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .contain .image img:last-of-type {
    display: block;
    position: absolute;
    bottom: -40px;
    left: -50px;
  }
}
#home-dark .hero .pagination {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero .pagination {
    display: none;
  }
}
#home-dark .hero .pagination .line {
  width: 70%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
}
#home-dark .hero .pagination p {
  line-height: 24px;
  letter-spacing: -0.01em;
}
#home-dark .hero .pagination p span {
  color: hsl(63, 66%, 59%);
}
#home-dark .hero .pagination .control {
  margin-top: -30px;
}
#home-dark .hero .pagination .control img {
  padding-right: 10px;
}
#home-dark .hero-about {
  background: #00051E;
  padding-top: 120px;
  padding-bottom: 195px;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  #home-dark .hero-about {
    padding-top: 85px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  #home-dark .hero-about {
    padding-top: 190px;
    padding-bottom: 20px;
  }
}
#home-dark .hero-about .contain {
  margin-top: 85px;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain {
    display: block;
    margin-top: 0;
  }
}
#home-dark .hero-about .contain .text {
  width: 75%;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  #home-dark .hero-about .contain .text {
    width: 85%;
  }
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text {
    width: 100%;
    padding-top: 40px;
  }
}
#home-dark .hero-about .contain .text h1 {
  font-weight: bold;
  font-size: 98px;
  line-height: 81.8%;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text img:first-of-type {
    display: none;
  }
}
#home-dark .hero-about .contain .text img:nth-of-type(2) {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text img:nth-of-type(2) {
    display: block;
  }
}
#home-dark .hero-about .contain .text p:first-of-type {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
  width: 80%;
}
@media only screen and (min-width: 1280px) {
  #home-dark .hero-about .contain .text p:first-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text p:first-of-type {
    display: none;
  }
}
#home-dark .hero-about .contain .text p:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text p:last-of-type {
    display: block;
    font-family: 'gt-walsheim-ultra-light';
    letter-spacing: -0.01em;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 150px;
    padding-top: 20px;
  }
}
#home-dark .hero-about .contain .text .pattern {
  position: absolute;
  top: -38%;
  left: 30%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text .pattern {
    display: none;
  }
}
#home-dark .hero-about .contain .text .mobile-pattern {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .text .mobile-pattern {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
  }
}
#home-dark .hero-about .contain .image {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .image {
    width: 100%;
    margin-top: 0;
  }
}
#home-dark .hero-about .contain .image .image1 {
  height: 415px;
  width: 330px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .image .image1 {
    width: 310px;
    height: 390px;
    top: -110px;
  }
}
#home-dark .hero-about .contain .image .image1 .holder .head {
  margin-bottom: -10px;
}
#home-dark .hero-about .contain .image .image1 .holder .head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}
#home-dark .hero-about .contain .image .image1 .holder .footer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px 5px;
}
#home-dark .hero-about .contain .image .image2 {
  height: 415px;
  width: 330px;
  position: absolute;
  background-color: #fff;
  top: 100px;
  left: 33%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .image .image2 {
    display: none;
  }
}
#home-dark .hero-about .contain .image .image2 .holder .head {
  margin-bottom: -10px;
}
#home-dark .hero-about .contain .image .image2 .holder .head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}
#home-dark .hero-about .contain .image .image2 .holder .footer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px 5px;
}
#home-dark .hero-about .contain .image .image3 {
  height: 300px;
  width: 440px;
  position: absolute;
  background-color: #fff;
  top: -90px;
  left: 65%;
}
@media only screen and (max-width: 529px) {
  #home-dark .hero-about .contain .image .image3 {
    display: none;
  }
}
#home-dark .hero-about .contain .image .image3 .holder .head {
  margin-bottom: -10px;
}
#home-dark .hero-about .contain .image .image3 .holder .head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}
#home-dark .hero-about .contain .image .image3 .holder .footer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px 5px;
}
#home-practice {
  position: relative;
  height: 90vh;
}
@media only screen and (max-width: 529px) {
  #home-practice {
    height: 100vh;
  }
}
@media only screen and (min-width: 1280px) {
  #home-practice {
    height: 100vh;
  }
}
@media only screen and (min-width: 1680px) {
  #home-practice {
    height: 85vh;
  }
}
#home-practice .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
}
#home-practice .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #home-practice .one {
    margin-left: 20%;
  }
}
#home-practice .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #home-practice .two {
    margin-left: 40%;
  }
}
#home-practice .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #home-practice .three {
    margin-left: 60%;
  }
}
#home-practice .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #home-practice .four {
    margin-left: 80%;
  }
}
#home-practice .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #home-practice .five {
    display: none;
  }
}
#home-practice .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #home-practice .six {
    display: none;
  }
}
#home-practice .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #home-practice .seven {
    display: none;
  }
}
#home-practice .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #home-practice .eight {
    display: none;
  }
}
#home-practice .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #home-practice .nine {
    display: none;
  }
}
#home-practice .container-fluid {
  padding: 0;
}
#home-practice .navbar {
  background: transparent;
  padding-left: 11.5%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-brand {
    margin-left: 11.5%;
  }
}
#home-practice .navbar .navbar-nav .nav-item {
  margin-right: 40px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
#home-practice .navbar .navbar-nav .nav-item .nav-link img {
  margin-top: -3px;
  margin-right: 5px;
}
#home-practice .navbar .navbar-nav .dropdown {
  position: static;
}
#home-practice .navbar .navbar-nav .dropdown-menu {
  background-color: #fff;
  line-height: 10px;
  width: 100% !important;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .dropdown-menu {
    padding: 0;
  }
}
#home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item {
  line-height: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 10px;
  }
}
#home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#home-practice .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: red;
}
#home-practice .navbar .navbar-nav .dropdown-menu .link {
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .dropdown-menu .link {
    margin-right: 0;
  }
}
#home-practice .navbar .navbar-nav .show {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav .show {
    display: block;
    margin-top: 0;
    background-color: #00051E;
    color: #fff !important;
  }
}
#home-practice .navbar .navbar-nav li a {
  color: #00051E !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-family: 'gt-walsheim-regular';
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav li a {
    line-height: 50px;
    padding-left: 20px;
    color: #fff !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
  }
}
#home-practice .navbar .navbar-nav li a:hover {
  background-color: #E3EEAD;
}
#home-practice .navbar .active {
  background-color: #E3EEAD;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #00051E !important;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .active {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
}
#home-practice .navbar .active .nav-link {
  font-weight: bold;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .active .nav-link {
    border-bottom: none;
    color: #00051E !important;
  }
}
#home-practice .navbar .navbar-nav {
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-nav {
    margin-top: 30px;
    padding-left: 0;
    background-color: #00051E;
  }
}
#home-practice .navbar .navbar-toggler {
  border-color: transparent;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-toggler {
    margin-right: 11.5%;
  }
}
#home-practice .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
@media only screen and (max-width: 529px) {
  #home-practice .navbar .navbar-toggler .navbar-toggler-icon {
    margin-top: 10px;
  }
}
#home-practice .hero-practice {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 85px;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(231, 19%, 13%);
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  #home-practice .hero-practice {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1680px) {
  #home-practice .hero-practice {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
#home-practice .hero-practice .contain {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  #home-practice .hero-practice .contain {
    margin-top: 30px;
  }
}
#home-practice .hero-practice .contain .text h1 {
  font-weight: bold;
  font-size: 98px;
  line-height: 81.8%;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  margin-top: -20px;
  text-transform: uppercase;
  width: 70%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .text h1 {
    font-size: 35px;
    line-height: 91.8%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .text img:first-of-type {
    display: none;
  }
}
#home-practice .hero-practice .contain .text img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .text img:last-of-type {
    display: block;
  }
}
#home-practice .hero-practice .contain .text p {
  font-family: 'gt-walsheim-light';
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
  width: 65%;
}
#home-practice .hero-practice .contain .text p span {
  font-weight: bold;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .text p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  #home-practice .hero-practice .contain .text p {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 80%;
  }
}
#home-practice .hero-practice .contain .text .governance {
  padding-top: 70px;
}
#home-practice .hero-practice .contain .text .governance span {
  color: #B6D437;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .text .governance {
    padding-top: 0;
  }
}
#home-practice .hero-practice .contain .left {
  position: absolute;
  top: -45%;
  right: 4%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .left {
    display: none;
  }
}
@media only screen and (min-width: 1680px) {
  #home-practice .hero-practice .contain .left {
    top: -50%;
  }
}
#home-practice .hero-practice .contain .right {
  position: absolute;
  top: -45%;
  right: 13%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .contain .right {
    display: none;
  }
}
@media only screen and (min-width: 1680px) {
  #home-practice .hero-practice .contain .right {
    top: -50%;
  }
}
#home-practice .hero-practice .scroll {
  margin-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .scroll {
    display: block;
    margin-top: 5px;
  }
}
#home-practice .hero-practice .scroll a {
  display: flex;
}
#home-practice .hero-practice .scroll a p {
  padding-left: 30px;
  margin-top: 25px;
  color: #9DCA18;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .scroll a p {
    font-size: 20px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .scroll a img:first-of-type {
    display: none;
  }
}
#home-practice .hero-practice .scroll a img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-practice .scroll a img:last-of-type {
    display: block;
  }
}
#home-practice .hero-blog {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 85px;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(231, 19%, 13%);
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
#home-practice .hero-blog .contain {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain {
    display: block;
    margin-top: 0;
  }
}
#home-practice .hero-blog .contain .text h1 {
  font-weight: bold;
  font-size: 98px;
  line-height: 81.8%;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  margin-top: -20px;
  text-transform: uppercase;
  width: 70%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text h1 {
    font-size: 35px;
    line-height: 91.8%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text img:first-of-type {
    display: none;
  }
}
#home-practice .hero-blog .contain .text img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text img:last-of-type {
    display: block;
  }
}
#home-practice .hero-blog .contain .text p {
  font-family: 'gt-walsheim-light';
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
}
#home-practice .hero-blog .contain .text p span {
  font-style: bolder;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#home-practice .hero-blog .contain .text .governance {
  padding-top: 70px;
}
#home-practice .hero-blog .contain .text .governance span {
  color: #B6D437;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text .governance {
    padding-top: 30px;
  }
}
#home-practice .hero-blog .contain .text .blog-title {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text .blog-title {
    padding: 0;
  }
}
#home-practice .hero-blog .contain .text .blog-title .blog-info {
  display: flex;
  justify-content: unset;
}
#home-practice .hero-blog .contain .text .blog-title .blog-info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #00051E;
  padding: 0;
  padding-right: 30px;
  margin: 0;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text .blog-title .blog-info p {
    font-size: 14px;
    line-height: 23px;
    padding-right: 15px;
  }
}
#home-practice .hero-blog .contain .text .blog-title .blog-info p:nth-of-type(2) {
  font-size: 30px;
  margin-top: -10px;
}
#home-practice .hero-blog .contain .text .blog-title h1 {
  font-weight: bold;
  font-size: 68px;
  line-height: 97px;
  letter-spacing: -0.01em;
  color: #00051E;
  text-transform: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .text .blog-title h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 10px 0;
  }
}
#home-practice .hero-blog .contain .text .blog-title p {
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #00051E;
}
#home-practice .hero-blog .contain .left {
  position: absolute;
  top: -225%;
  right: 4%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .left {
    display: none;
  }
}
#home-practice .hero-blog .contain .right {
  position: absolute;
  top: -225%;
  right: 13%;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .contain .right {
    display: none;
  }
}
#home-practice .hero-blog .scroll {
  margin-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .scroll {
    display: block;
    margin-top: 5px;
  }
}
#home-practice .hero-blog .scroll a {
  display: flex;
}
#home-practice .hero-blog .scroll a p {
  padding-left: 30px;
  margin-top: 25px;
  color: #9DCA18;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .scroll a p {
    font-size: 20px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .scroll a img:first-of-type {
    display: none;
  }
}
#home-practice .hero-blog .scroll a img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-practice .hero-blog .scroll a img:last-of-type {
    display: block;
  }
}
#home-practice .single-event {
  background: #fff;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(231, 19%, 13%);
}
@media only screen and (max-width: 529px) {
  #home-practice .single-event {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#home-practice .single-event .contain {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-practice .single-event .contain {
    display: block;
    margin-top: 0;
  }
}
#home-practice .single-event .contain .left {
  position: absolute;
  top: -310px;
  right: 4%;
}
@media only screen and (max-width: 529px) {
  #home-practice .single-event .contain .left {
    display: none;
  }
}
#home-practice .single-event .contain .right {
  position: absolute;
  top: -310px;
  right: 13%;
}
@media only screen and (max-width: 529px) {
  #home-practice .single-event .contain .right {
    display: none;
  }
}
#home-blog {
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-blog {
    height: unset;
  }
}
@media only screen and (min-width: 1680px) {
}
#home-blog .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
}
#home-blog .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #home-blog .one {
    margin-left: 20%;
  }
}
#home-blog .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #home-blog .two {
    margin-left: 40%;
  }
}
#home-blog .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #home-blog .three {
    margin-left: 60%;
  }
}
#home-blog .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #home-blog .four {
    margin-left: 80%;
  }
}
#home-blog .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #home-blog .five {
    display: none;
  }
}
#home-blog .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #home-blog .six {
    display: none;
  }
}
#home-blog .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #home-blog .seven {
    display: none;
  }
}
#home-blog .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #home-blog .eight {
    display: none;
  }
}
#home-blog .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #home-blog .nine {
    display: none;
  }
}
#home-blog .container-fluid {
  padding: 0;
}
#home-blog .navbar {
  background: transparent;
  padding-left: 11.5%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-brand {
    margin-left: 11.5%;
  }
}
#home-blog .navbar .navbar-nav .nav-item {
  margin-right: 40px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
#home-blog .navbar .navbar-nav .nav-item .nav-link img {
  margin-top: -3px;
  margin-right: 5px;
}
#home-blog .navbar .navbar-nav .dropdown {
  position: static;
}
#home-blog .navbar .navbar-nav .dropdown-menu {
  background-color: #fff;
  line-height: 10px;
  width: 100% !important;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .dropdown-menu {
    padding: 0;
  }
}
#home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item {
  line-height: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 10px;
  }
}
#home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item p:first-of-type {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item p:last-of-type {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#home-blog .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: red;
}
#home-blog .navbar .navbar-nav .dropdown-menu .link {
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .dropdown-menu .link {
    margin-right: 0;
  }
}
#home-blog .navbar .navbar-nav .show {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav .show {
    display: block;
    margin-top: 0;
    background-color: #00051E;
    color: #fff !important;
  }
}
#home-blog .navbar .navbar-nav li a {
  color: #00051E !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-family: 'gt-walsheim-regular';
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav li a {
    line-height: 50px;
    padding-left: 20px;
    color: #fff !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
  }
}
#home-blog .navbar .navbar-nav li a:hover {
  background-color: #E3EEAD;
}
#home-blog .navbar .active {
  background-color: #E3EEAD;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #00051E !important;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .active {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
}
#home-blog .navbar .active .nav-link {
  font-weight: bold;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .active .nav-link {
    border-bottom: none;
    color: #00051E !important;
  }
}
#home-blog .navbar .navbar-nav {
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-nav {
    margin-top: 30px;
    padding-left: 0;
    background-color: #00051E;
  }
}
#home-blog .navbar .navbar-toggler {
  border-color: transparent;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-toggler {
    margin-right: 11.5%;
  }
}
#home-blog .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
@media only screen and (max-width: 529px) {
  #home-blog .navbar .navbar-toggler .navbar-toggler-icon {
    margin-top: 10px;
  }
}
#home-blog .hero-blog {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 85px;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(231, 19%, 13%);
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#home-blog .hero-blog .contain {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain {
    display: block;
    margin-top: 0;
  }
}
#home-blog .hero-blog .contain .text h1 {
  font-weight: bold;
  font-size: 98px;
  line-height: 81.8%;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  margin-top: -20px;
  text-transform: uppercase;
  width: 70%;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text h1 {
    font-size: 35px;
    line-height: 91.8%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text img:first-of-type {
    display: none;
  }
}
#home-blog .hero-blog .contain .text img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text img:last-of-type {
    display: block;
  }
}
#home-blog .hero-blog .contain .text p {
  font-family: 'gt-walsheim-light';
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
}
#home-blog .hero-blog .contain .text p span {
  font-style: bolder;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#home-blog .hero-blog .contain .text .governance {
  padding-top: 70px;
}
#home-blog .hero-blog .contain .text .governance span {
  color: #B6D437;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text .governance {
    padding-top: 30px;
  }
}
#home-blog .hero-blog .contain .text .blog-title {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text .blog-title {
    padding: 0;
  }
}
#home-blog .hero-blog .contain .text .blog-title .blog-info {
  display: flex;
  justify-content: unset;
}
#home-blog .hero-blog .contain .text .blog-title .blog-info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #00051E;
  padding: 0;
  padding-right: 30px;
  margin: 0;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text .blog-title .blog-info p {
    font-size: 14px;
    line-height: 23px;
    padding-right: 15px;
  }
}
#home-blog .hero-blog .contain .text .blog-title .blog-info p:nth-of-type(2) {
  font-size: 30px;
  margin-top: -10px;
}
#home-blog .hero-blog .contain .text .blog-title h1 {
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #00051E;
  text-transform: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .text .blog-title h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 10px 0;
  }
}
#home-blog .hero-blog .contain .text .blog-title p {
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #00051E;
}
#home-blog .hero-blog .contain .left {
  position: absolute;
  top: -225%;
  right: 4%;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .left {
    display: none;
  }
}
#home-blog .hero-blog .contain .right {
  position: absolute;
  top: -225%;
  right: 13%;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .contain .right {
    display: none;
  }
}
#home-blog .hero-blog .scroll {
  margin-top: 10px;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .scroll {
    display: block;
    margin-top: 5px;
  }
}
#home-blog .hero-blog .scroll a {
  display: flex;
}
#home-blog .hero-blog .scroll a p {
  padding-left: 30px;
  margin-top: 25px;
  color: #9DCA18;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .scroll a p {
    font-size: 20px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .scroll a img:first-of-type {
    display: none;
  }
}
#home-blog .hero-blog .scroll a img:last-of-type {
  display: none;
}
@media only screen and (max-width: 529px) {
  #home-blog .hero-blog .scroll a img:last-of-type {
    display: block;
  }
}
#home-blog .single-event {
  background: #fff;
  padding-right: 15%;
  padding-left: 11.2%;
  color: hsl(231, 19%, 13%);
}
@media only screen and (max-width: 529px) {
  #home-blog .single-event {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#home-blog .single-event .contain {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #home-blog .single-event .contain {
    display: block;
    margin-top: 0;
  }
}
#home-blog .single-event .contain .left {
  position: absolute;
  top: -310px;
  right: 4%;
}
@media only screen and (max-width: 529px) {
  #home-blog .single-event .contain .left {
    display: none;
  }
}
#home-blog .single-event .contain .right {
  position: absolute;
  top: -310px;
  right: 13%;
}
@media only screen and (max-width: 529px) {
  #home-blog .single-event .contain .right {
    display: none;
  }
}
#what-we-do {
  position: relative;
}
#what-we-do .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#what-we-do .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .one {
    margin-left: 20%;
  }
}
#what-we-do .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .two {
    margin-left: 40%;
  }
}
#what-we-do .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .three {
    margin-left: 60%;
  }
}
#what-we-do .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .four {
    margin-left: 80%;
  }
}
#what-we-do .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .five {
    display: none;
  }
}
#what-we-do .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .six {
    display: none;
  }
}
#what-we-do .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .seven {
    display: none;
  }
}
#what-we-do .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .eight {
    display: none;
  }
}
#what-we-do .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .nine {
    display: none;
  }
}
#what-we-do .what-we-do {
  padding-top: 100px;
  padding-bottom: 150px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do {
    padding-right: 10%;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
#what-we-do .what-we-do p:first-of-type {
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do p:first-of-type {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
#what-we-do .what-we-do p:last-of-type {
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 25px;
  width: 55%;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #1B1D28;
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do p:last-of-type {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
#what-we-do .what-we-do .grid {
  position: relative;
  padding-bottom: 150px;
}
#what-we-do .what-we-do .grid .content {
  padding-top: 30%;
  padding-left: 10%;
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .content {
    padding-top: 20%;
  }
}
#what-we-do .what-we-do .grid .content h2 {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: 200;
  font-size: 6.75rem;
  line-height: 132px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .content h2 {
    font-size: 4.375rem;
    line-height: 80px;
  }
}
#what-we-do .what-we-do .grid .content p {
  font-family: 'gt-walsheim-bold';
  text-transform: uppercase;
  width: 100%;
  font-size: 1.5rem;
  line-height: 34px;
  color: #FFFFFF;
  padding-top: 0;
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .content p {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid {
    padding-bottom: 0;
  }
}
#what-we-do .what-we-do .grid .startups {
  height: 510px;
  width: 540px;
  background-image: url(../img/STARTUPS\ &\ INCUBATION.jpg);
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .startups {
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
  }
}
#what-we-do .what-we-do .grid .governance {
  height: 510px;
  width: 540px;
  background-image: url(../img/GOVERNANCE.jpg);
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .governance {
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
  }
}
#what-we-do .what-we-do .grid .education {
  position: absolute;
  left: 540px;
  top: 200px;
  height: 510px;
  width: 540px;
  background-image: url(../img/EDUCATION.jpg);
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .education {
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
    position: initial;
  }
}
#what-we-do .what-we-do .grid .digital {
  position: absolute;
  left: 540px;
  top: 700px;
  height: 510px;
  width: 540px;
  background-image: url(../img/DIGITAL\ SECURITY.jpg);
}
@media only screen and (max-width: 529px) {
  #what-we-do .what-we-do .grid .digital {
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
    position: initial;
  }
}
#commnunity {
  position: relative;
}
#commnunity .vertical-line {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
#commnunity .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #commnunity .one {
    margin-left: 20%;
  }
}
#commnunity .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #commnunity .two {
    margin-left: 40%;
  }
}
#commnunity .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #commnunity .three {
    margin-left: 60%;
  }
}
#commnunity .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #commnunity .four {
    margin-left: 80%;
  }
}
#commnunity .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #commnunity .five {
    display: none;
  }
}
#commnunity .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #commnunity .six {
    display: none;
  }
}
#commnunity .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #commnunity .seven {
    display: none;
  }
}
#commnunity .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #commnunity .eight {
    display: none;
  }
}
#commnunity .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #commnunity .nine {
    display: none;
  }
}
#commnunity .commnunity {
  padding-top: 100px;
  background-color: #00051E;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity {
    padding-top: 50px;
  }
}
#commnunity .commnunity .contain {
  display: flex;
  padding-bottom: 100px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain {
    display: block;
    padding-bottom: 80px;
  }
}
#commnunity .commnunity .contain .text {
  width: 40%;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .text {
    width: 100%;
  }
}
#commnunity .commnunity .contain .text p:first-of-type {
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #97C813;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .text p:first-of-type {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
#commnunity .commnunity .contain .text p:last-of-type {
  font-family: 'gt-walsheim-thin';
  padding-bottom: 60px;
  padding-top: 25px;
  width: 100%;
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .text p:last-of-type {
    width: 100%;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
#commnunity .commnunity .contain .image {
  position: relative;
}
#commnunity .commnunity .contain .image .img-1 {
  position: absolute;
  left: 90px;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .image .img-1 {
    width: 180px;
    height: 180px;
    top: 60px;
    left: -10px;
  }
  #commnunity .commnunity .contain .image .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#commnunity .commnunity .contain .image .img-2 {
  position: absolute;
  left: 320px;
  top: 60px;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .image .img-2 {
    width: 140px;
    height: 140px;
    top: 53px;
    left: 150px;
  }
  #commnunity .commnunity .contain .image .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#commnunity .commnunity .contain .image .img-3 {
  position: absolute;
  left: 0;
  bottom: -420px;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .image .img-3 {
    width: 250px;
    height: 180px;
    top: 253px;
    left: -50px;
  }
  #commnunity .commnunity .contain .image .img-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#commnunity .commnunity .contain .image .img-4 {
  position: absolute;
  left: 320px;
  bottom: -320px;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .contain .image .img-4 {
    width: 200px;
    height: 180px;
    top: 223px;
    left: 170px;
  }
  #commnunity .commnunity .contain .image .img-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#commnunity .commnunity .dark {
  margin-top: 120px;
  height: 250px;
  background-color: #14182B;
}
@media only screen and (max-width: 529px) {
  #commnunity .commnunity .dark {
    margin-top: 20px;
    height: 380px;
  }
}
#events-partners {
  position: relative;
}
#events-partners .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#events-partners .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #events-partners .one {
    margin-left: 20%;
  }
}
#events-partners .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #events-partners .two {
    margin-left: 40%;
  }
}
#events-partners .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #events-partners .three {
    margin-left: 60%;
  }
}
#events-partners .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #events-partners .four {
    margin-left: 80%;
  }
}
#events-partners .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #events-partners .five {
    display: none;
  }
}
#events-partners .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #events-partners .six {
    display: none;
  }
}
#events-partners .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #events-partners .seven {
    display: none;
  }
}
#events-partners .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #events-partners .eight {
    display: none;
  }
}
#events-partners .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #events-partners .nine {
    display: none;
  }
}
#events-partners .events .contain {
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 15%;
  padding-left: 11.2%;
  display: flex;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain {
    display: block;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .text {
    margin: 0;
  }
}
#events-partners .events .contain .text p:first-of-type {
  letter-spacing: -0.04em;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .text p:first-of-type {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 0;
  }
}
#events-partners .events .contain .text p:last-of-type {
  font-family: 'gt-walsheim-thin';
  padding-bottom: 60px;
  padding-top: 25px;
  width: 35%;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #1B1D28;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .text p:last-of-type {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
#events-partners .events .contain .image {
  position: relative;
}
#events-partners .events .contain .image .img-1 {
  position: absolute;
  right: 440px;
  top: -50px;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  #events-partners .events .contain .image .img-1 {
    right: 399px;
  }
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .image .img-1 {
    width: 150px;
    height: 120px;
    left: -20px;
    top: -30px;
  }
  #events-partners .events .contain .image .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#events-partners .events .contain .image .img-2 {
  position: absolute;
  right: -20px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  #events-partners .events .contain .image .img-2 {
    right: -50px;
  }
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .image .img-2 {
    width: 210px;
    height: 220px;
    right: -68px;
    top: 10px;
  }
  #events-partners .events .contain .image .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#events-partners .events .contain .image .img-3 {
  position: absolute;
  right: -170px;
  top: -10px;
  display: none;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .image .img-3 {
    display: block;
    width: 150px;
    height: 120px;
    right: 160px;
    top: -20px;
  }
  #events-partners .events .contain .image .img-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#events-partners .events .contain .image .img-4 {
  position: absolute;
  right: 475px;
  top: -20px;
}
@media only screen and (min-width: 1280px) {
  #events-partners .events .contain .image .img-4 {
    right: 430px;
  }
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .image .img-4 {
    display: none;
  }
}
#events-partners .events .contain .image .img-5 {
  position: absolute;
  right: -20px;
  top: 135px;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .contain .image .img-5 {
    width: 210px;
    height: 220px;
    right: -68px;
    top: 10px;
  }
  #events-partners .events .contain .image .img-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
#events-partners .events .dark {
  background-color: #00051E;
  height: 200px;
  width: 70%;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .dark {
    width: 100%;
    margin-top: 220px;
    padding-right: 10%;
    height: 250px;
  }
}
#events-partners .events .dark .link {
  padding-top: 90px;
  display: flex;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .dark .link {
    text-align: center;
    display: block;
    padding-top: 60px;
  }
}
#events-partners .events .dark .link a {
  margin-right: 40px;
  display: block;
}
@media only screen and (max-width: 529px) {
  #events-partners .events .dark .link a {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#events-partners .events .dark .link a:last-of-type img {
  margin-left: 35px;
}
#events-partners .partners {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners {
    padding-top: 50px;
    padding-right: 10%;
  }
}
#events-partners .partners p:first-of-type {
  letter-spacing: -0.08em;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners p:first-of-type {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 0;
  }
}
#events-partners .partners p:last-of-type {
  font-family: 'gt-walsheim-thin';
  padding-bottom: 60px;
  padding-top: 25px;
  width: 60%;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #343747;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners p:last-of-type {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-bottom: 20px;
    padding-top: 0;
  }
}
#events-partners .partners .partners-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30.33%, 1fr));
  grid-gap: 5px;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners .partners-list ul {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
#events-partners .partners .partners-list ul li {
  background: #F5F5F5;
  padding: 50px;
  list-style-type: none;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners .partners-list ul li {
    padding: 20px;
  }
}
#events-partners .partners .partners-list ul li img {
  margin: 0 auto;
  height: 30px;
}
@media only screen and (max-width: 529px) {
  #events-partners .partners .partners-list ul li img {
    height: 15px;
  }
}
#blog {
  position: relative;
}
#blog .vertical-line {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #blog .vertical-line {
    height: 250vh;
  }
}
#blog .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #blog .one {
    margin-left: 20%;
  }
}
#blog .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #blog .two {
    margin-left: 40%;
  }
}
#blog .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #blog .three {
    margin-left: 60%;
  }
}
#blog .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #blog .four {
    margin-left: 80%;
  }
}
#blog .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #blog .five {
    display: none;
  }
}
#blog .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #blog .six {
    display: none;
  }
}
#blog .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #blog .seven {
    display: none;
  }
}
#blog .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #blog .eight {
    display: none;
  }
}
#blog .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #blog .nine {
    display: none;
  }
}
#blog .blog {
  background-color: #00051E;
  padding-top: 100px;
  padding-bottom: 90px;
  padding-left: 11.2%;
  padding-right: 15%;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #blog .blog {
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
#blog .blog .header {
  display: flex;
  justify-content: space-between;
}
#blog .blog .header .title p {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #9AC915;
  margin-top: -20px;
}
@media only screen and (max-width: 529px) {
  #blog .blog .header .title p {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 529px) {
  #blog .blog .header .link {
    display: none;
  }
}
#blog .blog .content {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #blog .blog .content {
    padding-top: 50px;
    display: block;
  }
}
#blog .blog .content .item {
  width: 30%;
  padding-bottom: 40px;
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.2);
}
@media only screen and (max-width: 529px) {
  #blog .blog .content .item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 529px) {
  #blog .blog .content .item .image {
    width: 290px;
    height: 208px;
  }
  #blog .blog .content .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#blog .blog .content .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#blog .blog .content .item .text {
  color: hsl(0, 0%, 58%);
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}
#blog .blog .content .item .text .data {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #blog .blog .content .item .text .data {
    justify-content: space-between;
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  #blog .blog .content .item .text .data {
    justify-content: space-between;
    width: 80%;
  }
}
@media only screen and (min-width: 1680px) {
  #blog .blog .content .item .text .data {
    justify-content: space-between;
    width: 80%;
  }
}
#blog .blog .content .item .text .data p {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 529px) {
  #blog .blog .content .item .text .data p {
    font-size: 14px;
    line-height: 20px;
  }
}
#blog .blog .content .item .text .data .dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 58%);
  margin-top: 8px;
}
#blog .blog .content .item .text h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: hsl(0, 0%, 100%);
  margin-top: -10px;
  padding-left: 10px;
}
@media only screen and (max-width: 529px) {
  #blog .blog .content .item .text h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
  }
}
#blog .blog .footer {
  display: none;
}
@media only screen and (max-width: 529px) {
  #blog .blog .footer {
    display: block;
    margin-top: 100px;
    width: 100%;
    padding-left: 30px;
  }
}
#touch {
  position: relative;
}
#touch .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
}
#touch .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #touch .one {
    margin-left: 20%;
  }
}
#touch .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #touch .two {
    margin-left: 40%;
  }
}
#touch .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #touch .three {
    margin-left: 60%;
  }
}
#touch .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #touch .four {
    margin-left: 80%;
  }
}
#touch .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #touch .five {
    display: none;
  }
}
#touch .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #touch .six {
    display: none;
  }
}
#touch .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #touch .seven {
    display: none;
  }
}
#touch .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #touch .eight {
    display: none;
  }
}
#touch .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #touch .nine {
    display: none;
  }
}
#touch .touch {
  background-color: #FFFFFF;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-top: 50px;
  padding-bottom: 30px;
}
#touch .touch p {
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #touch .touch p {
    font-size: 32px;
    line-height: 39px;
  }
}
#touch .touch .location {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #touch .touch .location {
    display: block;
  }
}
#touch .touch .location .info {
  width: 20%;
}
@media only screen and (max-width: 529px) {
  #touch .touch .location .info {
    padding-bottom: 30px;
  }
}
#touch .touch .location .info .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #touch .touch .location .info .title {
    font-size: 18px;
    line-height: 20px;
  }
}
#touch .touch .location .info p {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #343747;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #touch .touch .location .info p {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
#touch .touch .location .info .social {
  display: flex;
}
#touch .touch .location .info .social img {
  margin-top: -12px;
  padding-right: 10px;
}
#single-post {
  position: relative;
}
#single-post .vertical-line {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
#single-post .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #single-post .one {
    margin-left: 20%;
  }
}
#single-post .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #single-post .two {
    margin-left: 40%;
  }
}
#single-post .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #single-post .three {
    margin-left: 60%;
  }
}
#single-post .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #single-post .four {
    margin-left: 80%;
  }
}
#single-post .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #single-post .five {
    display: none;
  }
}
#single-post .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #single-post .six {
    display: none;
  }
}
#single-post .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #single-post .seven {
    display: none;
  }
}
#single-post .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #single-post .eight {
    display: none;
  }
}
#single-post .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #single-post .nine {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  #single-post .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#single-post .container .header {
  display: flex;
  justify-content: space-between;
}
#single-post .container .header .title p {
  color: hsl(63, 66%, 59%);
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -0.04em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .title p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .post-info {
    padding-left: 20px;
  }
}
#single-post .container .header .post-info .post-title {
  margin-top: -25px;
  font-weight: bold;
  font-size: 50px;
  line-height: 97px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .post-info .post-title {
    font-size: 38px;
    line-height: 40px;
    margin-top: -5px;
  }
}
#single-post .container .header .post-info .post-author {
  margin-top: -25px;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .post-info .post-author {
    display: none;
  }
}
#single-post .container .header .post-info .post-details {
  display: flex;
}
#single-post .container .header .post-info .post-details p {
  padding-right: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .post-info .post-details p {
    padding-right: 10px;
  }
}
#single-post .container .header .post-info .post-details p:nth-of-type(2) {
  margin-top: -4px;
}
#single-post .container .header .item {
  width: 30%;
  height: 230px;
  padding-bottom: 370px;
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.2);
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item {
    width: 100%;
    padding-bottom: 350px;
    margin-bottom: 30px;
  }
}
#single-post .container .header .item .image {
  background-color: hsla(0, 0%, 100%, 0.2);
}
#single-post .container .header .item .image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .image {
    padding-top: 20px;
  }
}
#single-post .container .header .item .post-image {
  width: 45%;
  height: 320px;
  padding-bottom: 20px;
  padding-top: 30px;
  margin: 0 auto;
}
#single-post .container .header .item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .post-image {
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
  }
}
#single-post .container .header .item .text {
  color: hsl(0, 0%, 58%);
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#single-post .container .header .item .text .data {
  display: flex;
}
#single-post .container .header .item .text .data p {
  margin-right: 10px;
  margin-left: 10px;
}
#single-post .container .header .item .text .data .read-info {
  padding-top: 30px;
  display: flex;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .text .data .read-info {
    text-align: center;
    justify-content: space-evenly;
  }
}
#single-post .container .header .item .text .data .read-info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .text .data .read-info p {
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}
#single-post .container .header .item .text .data .read-info p:nth-of-type(2) {
  font-size: 25px;
  margin-top: -7px;
}
#single-post .container .header .item .text .data .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding-left: 30px;
}
@media only screen and (max-width: 529px) {
  #single-post .container .header .item .text .data .title {
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
}
#single-post .container .header .item .text a:hover {
  color: linear-gradient(180deg, #BAD531 0%, #84C002 100%);
}
#newsletter {
  position: relative;
}
#newsletter .vertical-line {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
#newsletter .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #newsletter .one {
    margin-left: 20%;
  }
}
#newsletter .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #newsletter .two {
    margin-left: 40%;
  }
}
#newsletter .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #newsletter .three {
    margin-left: 60%;
  }
}
#newsletter .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #newsletter .four {
    margin-left: 80%;
  }
}
#newsletter .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #newsletter .five {
    display: none;
  }
}
#newsletter .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #newsletter .six {
    display: none;
  }
}
#newsletter .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #newsletter .seven {
    display: none;
  }
}
#newsletter .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #newsletter .eight {
    display: none;
  }
}
#newsletter .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #newsletter .nine {
    display: none;
  }
}
#newsletter .newsletter {
  padding-bottom: 10px;
  background-color: #B4BC21;
}
#newsletter .newsletter .dark {
  background-color: rgba(0, 0, 0, 0.1);
  height: 30px;
}
#newsletter .newsletter .content {
  padding-top: 20px;
  display: flex;
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content img:first-of-type {
    display: none;
  }
}
#newsletter .newsletter .content img:nth-of-type(2) {
  display: none;
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content img:last-of-type {
    display: block;
    margin-top: -20px;
  }
}
#newsletter .newsletter .content .logo {
  margin-right: 15%;
  margin-left: 120px;
  margin-top: 100px;
}
@media only screen and (min-width: 1280px) {
  #newsletter .newsletter .content .logo {
    margin-right: 5%;
    margin-left: 70px;
  }
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content .logo {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 30%;
    padding-right: 30%;
  }
}
@media only screen and (min-width: 1680px) {
  #newsletter .newsletter .content .logo {
    margin-left: 140px;
  }
}
#newsletter .newsletter .content form {
  margin-top: 85px;
  padding-left: 10px;
  color: #fff;
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1680px) {
  #newsletter .newsletter .content form {
    margin-left: 210px;
  }
}
#newsletter .newsletter .content form #mc_embed_signup_scroll {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content form #mc_embed_signup_scroll {
    display: block;
  }
}
#newsletter .newsletter .content form .email {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 22px;
  color: red;
  background-color: rgba(46, 46, 46, 0.1);
  border: none;
  border-bottom: 2px solid #D5DC52;
  padding-left: 20px;
  padding: 20px;
  width: 400px;
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content form .email {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
  }
}
#newsletter .newsletter .content form .submit {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 22px;
  color: white;
  background-color: #434600;
  border: none;
  border-bottom: 2px solid hsl(0, 0%, 100%);
  text-transform: uppercase;
  padding-left: 20px;
  padding: 20px;
  width: 320px;
  text-align: left;
  outline: none;
}
@media only screen and (min-width: 1280px) {
  #newsletter .newsletter .content form .submit {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 529px) {
  #newsletter .newsletter .content form .submit {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
#team {
  position: relative;
}
#team .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 529px) {
  #team .vertical-line {
    height: 279vh;
  }
}
#team .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #team .one {
    margin-left: 20%;
  }
}
#team .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #team .two {
    margin-left: 40%;
  }
}
#team .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #team .three {
    margin-left: 60%;
  }
}
#team .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #team .four {
    margin-left: 80%;
  }
}
#team .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #team .five {
    display: none;
  }
}
#team .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #team .six {
    display: none;
  }
}
#team .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #team .seven {
    display: none;
  }
}
#team .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #team .eight {
    display: none;
  }
}
#team .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #team .nine {
    display: none;
  }
}
#team .team {
  padding-top: 170px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  #team .team {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 529px) {
  #team .team {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 30px;
    padding-top: 150px;
  }
}
#team .team .content h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  color: #00051E;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #team .team .content h2 {
    font-size: 30px;
    padding: 0;
  }
}
#team .team .content p {
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  padding-top: 10px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #team .team .content p {
    font-size: 19px;
    padding: 0;
    padding-top: 5px;
  }
}
#team .team .content ul {
  list-style: none;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  #team .team .content ul {
    display: block;
  }
}
#team .team .content ul li {
  text-align: center;
  margin-top: 40px;
  width: 33.3%;
}
@media only screen and (max-width: 529px) {
  #team .team .content ul li {
    width: 100%;
  }
}
#team .team .content ul li .image {
  background-color: #F1F7D6;
  height: 330px;
  padding-left: 11.2%;
  padding-right: 15%;
}
@media only screen and (min-width: 1680px) {
  #team .team .content ul li .image {
    padding-left: 24%;
    padding-right: 22%;
  }
}
@media only screen and (max-width: 529px) {
  #team .team .content ul li .image {
    padding-left: 0;
    padding-right: 0;
  }
}
#team .team .content ul li .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#team .team .content ul li h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  padding-top: 5px;
  width: 100%;
}
#team .team .content ul li p {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  margin-top: -20px;
  width: 40%;
}
@media only screen and (max-width: 529px) {
  #team .team .content ul li p {
    width: 100%;
    margin-top: -10px;
  }
}
#impact {
  position: relative;
}
#impact .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 529px) {
  #impact .vertical-line {
    height: 279vh;
  }
}
#impact .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #impact .one {
    margin-left: 20%;
  }
}
#impact .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #impact .two {
    margin-left: 40%;
  }
}
#impact .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #impact .three {
    margin-left: 60%;
  }
}
#impact .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #impact .four {
    margin-left: 80%;
  }
}
#impact .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #impact .five {
    display: none;
  }
}
#impact .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #impact .six {
    display: none;
  }
}
#impact .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #impact .seven {
    display: none;
  }
}
#impact .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #impact .eight {
    display: none;
  }
}
#impact .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #impact .nine {
    display: none;
  }
}
#impact .impact {
  padding-top: 110px;
  padding-bottom: 20px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #impact .impact {
    padding-right: 10%;
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
#impact .impact h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #impact .impact h1 {
    font-size: 32px;
    line-height: 45px;
    color: #1B1D28;
  }
}
#impact .impact p {
  font-family: 'gt-walsheim-light';
  font-weight: 200;
  font-size: 1.625rem;
  line-height: 35px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 25px;
  width: 60%;
}
@media only screen and (max-width: 529px) {
  #impact .impact p {
    padding-bottom: 40px;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1B1D28;
    width: 100%;
    padding-top: 0;
  }
}
#impact .impact .grid {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 529px) {
  #impact .impact .grid {
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  #impact .impact .grid .item {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 1280px) {
  #impact .impact .grid .item {
    margin-right: 35px;
  }
}
#impact .impact .grid .item h4 {
  font-family: 'gt-walsheim-bold';
  font-size: 70px;
  font-weight: bold;
  line-height: 99px;
  letter-spacing: -0.01em;
  background: -webkit-linear-gradient(#BAD531 40%, #84C002 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 20px;
}
@media only screen and (max-width: 529px) {
  #impact .impact .grid .item h4 {
    font-size: 50px;
  }
}
#impact .impact .grid .item p {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #1B1D28;
  margin-top: -25px;
  margin-right: 0;
  width: 80%;
}
@media only screen and (max-width: 529px) {
  #impact .impact .grid .item p {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }
}
#services {
  position: relative;
}
#services .vertical-line {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 529px) {
  #services .vertical-line {
    height: 120vh;
  }
}
@media only screen and (min-width: 1280px) {
  #services .vertical-line {
    height: 95vh;
  }
}
#services .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #services .one {
    margin-left: 20%;
  }
}
#services .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #services .two {
    margin-left: 40%;
  }
}
#services .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #services .three {
    margin-left: 60%;
  }
}
#services .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #services .four {
    margin-left: 80%;
  }
}
#services .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #services .five {
    display: none;
  }
}
#services .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #services .six {
    display: none;
  }
}
#services .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #services .seven {
    display: none;
  }
}
#services .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #services .eight {
    display: none;
  }
}
#services .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #services .nine {
    display: none;
  }
}
#services .services {
  background-color: #00051E;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #services .services {
    padding-top: 20px;
  }
}
#services .services .contain {
  display: flex;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #services .services .contain {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
}
#services .services .contain .text {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 19%;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .text {
    width: 100%;
    padding-left: 11.2%;
    padding-right: 11.2%;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
#services .services .contain .text h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
#services .services .contain .text h1 span {
  color: #9CC917;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .text h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
#services .services .contain .text p {
  font-family: 'gt-walsheim-light';
  font-weight: 200;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .text p {
    width: 100%;
    font-size: 1.25rem;
    line-height: 28px;
    padding-bottom: 20px;
    letter-spacing: -0.01em;
    font-family: 'gt-walsheim-ultra-light';
    padding-top: 20px;
  }
}
#services .services .contain .list {
  width: 50%;
  background-color: #14182B;
  padding-top: 150px;
  padding-left: 8%;
  padding-right: 8%;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .list {
    width: 100%;
    padding-left: 11.2%;
    padding-right: 11.2%;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
#services .services .contain .list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .list ul li {
    margin-bottom: 20px;
  }
}
#services .services .contain .list ul li h4 {
  font-family: 'Montserrat-Light';
  font-weight: 200;
  font-size: 3rem;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 60px;
  max-width: 50px;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .list ul li h4 {
    max-width: 30px;
  }
}
#services .services .contain .list ul li .item {
  width: 250px;
  padding-top: 10px;
}
@media only screen and (max-width: 529px) {
  #services .services .contain .list ul li .item {
    width: 150px;
  }
}
#services .services .contain .list ul li .item p {
  font-weight: bold;
  font-size: 1rem;
  line-height: 20px;
  color: #FFFFFF;
  text-align: left;
  margin-right: 60px;
  font-family: 'Montserrat-Light';
}
@media only screen and (max-width: 529px) {
  #services .services .contain .list ul li .item p {
    font-size: 0.875rem;
  }
}
#partners-about {
  position: relative;
}
#partners-about .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 529px) {
  #partners-about .vertical-line {
    height: 115vh;
  }
}
@media only screen and (min-width: 1280px) {
  #partners-about .vertical-line {
    height: 142vh;
  }
}
@media only screen and (min-width: 1680px) {
  #partners-about .vertical-line {
    height: 97vh;
  }
}
#partners-about .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #partners-about .one {
    margin-left: 20%;
  }
}
#partners-about .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #partners-about .two {
    margin-left: 40%;
  }
}
#partners-about .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #partners-about .three {
    margin-left: 60%;
  }
}
#partners-about .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #partners-about .four {
    margin-left: 80%;
  }
}
#partners-about .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #partners-about .five {
    display: none;
  }
}
#partners-about .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #partners-about .six {
    display: none;
  }
}
#partners-about .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #partners-about .seven {
    display: none;
  }
}
#partners-about .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #partners-about .eight {
    display: none;
  }
}
#partners-about .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #partners-about .nine {
    display: none;
  }
}
#partners-about .partners-about {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #partners-about .partners-about {
    padding-top: 50px;
    padding-right: 10%;
  }
}
#partners-about .partners-about h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #partners-about .partners-about h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
#partners-about .partners-about p {
  font-family: 'gt-walsheim-light';
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #343747;
  padding-bottom: 60px;
  padding-top: 25px;
  width: 50%;
}
@media only screen and (max-width: 529px) {
  #partners-about .partners-about p {
    width: 100%;
    font-size: 1.125rem;
    padding-bottom: 20px;
    padding-top: 0;
    line-height: 25px;
  }
}
#partners-about .partners-about .list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 529px) {
}
#partners-about .partners-about .list .item {
  background-color: #F5F5F5;
  padding: 60px 120px;
  margin-right: 20px;
  margin-top: 20px;
  width: 30%;
  text-align: center;
}
#partners-about .partners-about .list .item img {
  height: 100%;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 529px) {
  #partners-about .partners-about .list .item {
    padding: 20px 30px;
    width: 45%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #partners-about .partners-about .list .item {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 529px) {
  #partners-about .partners-about .list .item:nth-child(even) {
    margin-right: 0;
  }
}
#startups {
  position: relative;
}
#startups .vertical-line {
  border-left: 1px solid #F2F2F2;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 529px) {
  #startups .vertical-line {
    height: 488vh;
  }
}
#startups .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #startups .one {
    margin-left: 20%;
  }
}
#startups .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #startups .two {
    margin-left: 40%;
  }
}
#startups .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #startups .three {
    margin-left: 60%;
  }
}
#startups .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #startups .four {
    margin-left: 80%;
  }
}
#startups .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #startups .five {
    display: none;
  }
}
#startups .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #startups .six {
    display: none;
  }
}
#startups .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #startups .seven {
    display: none;
  }
}
#startups .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #startups .eight {
    display: none;
  }
}
#startups .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #startups .nine {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
}
#startups .startups .blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1280px) {
  #startups .startups .blog {
    padding-right: 11.2%;
  }
}
#startups .startups .blog a {
  color: #00051E;
  border-bottom: 5px solid rgba(177, 177, 177, 0.2);
  padding-bottom: 30px;
  margin-right: 10px;
  margin-top: 60px;
  width: 300px;
}
@media only screen and (min-width: 1280px) {
  #startups .startups .blog a {
    width: 30%;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog a .image {
    width: 280px;
  }
  #startups .startups .blog a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1280px) {
  #startups .startups .blog a .image {
    width: 305px;
  }
  #startups .startups .blog a .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
#startups .startups .blog a .text {
  padding-left: 10px;
  padding-top: 20px;
}
@media only screen and (min-width: 1280px) {
}
#startups .startups .blog a .text .data {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  width: 75%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog a .text .data {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  #startups .startups .blog a .text .data {
    width: 100%;
  }
}
@media only screen and (min-width: 1680px) {
  #startups .startups .blog a .text .data {
    width: 75%;
  }
}
#startups .startups .blog a .text .data .dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #00051E;
  margin-top: 10px;
}
#startups .startups .blog a .text h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
}
#startups .startups .blog-single {
  padding-top: 0;
  padding-bottom: 80px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#startups .startups .blog-single .featured-image {
  height: 470px;
  background-color: #DFE4E7;
  margin-right: 18%;
  margin-left: 18%;
}
#startups .startups .blog-single .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .featured-image {
    width: 325px;
    height: 200px;
    margin: 0;
  }
}
#startups .startups .blog-single .content {
  padding-top: 50px;
  padding-right: 18%;
  padding-left: 18%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .content {
    padding-left: 0;
    padding-right: 0;
  }
}
#startups .startups .blog-single .content p {
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .content p {
    font-size: 16px;
  }
}
#startups .startups .blog-single .content .content-image {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#startups .startups .blog-single .content .content-image img {
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .content .content-image {
    width: 325px;
    height: 200px;
    margin: 0;
  }
  #startups .startups .blog-single .content .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#startups .startups .blog-single .related {
  padding-top: 50px;
  padding-left: 11.5%;
  padding-right: 10%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .related {
    padding-left: 0;
    padding-right: 0;
  }
}
#startups .startups .blog-single .related p {
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  color: #00051E;
}
#startups .startups .blog-single .related .next {
  display: flex;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .related .next {
    flex-wrap: wrap;
  }
}
#startups .startups .blog-single .related .next a {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(177, 177, 177, 0.2);
  margin-right: 50px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .related .next a {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .blog-single .related .next a .image {
    width: 325px;
    height: 200px;
    margin: 0;
  }
  #startups .startups .blog-single .related .next a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#startups .startups .blog-single .related .next a .text .data {
  display: flex;
  padding-top: 20px;
}
#startups .startups .blog-single .related .next a .text .data p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #00051E;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#startups .startups .blog-single .related .next a .text .data p:nth-of-type(2) {
  font-size: 30px;
  margin-top: -8px;
}
#startups .startups .blog-single .related .next a .text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #00051E;
  padding-left: 20px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub {
    padding-top: 100px;
  }
}
#startups .startups .incub .item {
  display: flex;
  justify-content: space-between;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 60px;
  background-color: #00051E;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item {
    display: block;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .text {
    width: 100%;
  }
}
#startups .startups .incub .item .text .number {
  font-family: 'gt-walsheim-bold';
  font-weight: bold;
  font-size: 260px;
  line-height: 369px;
  letter-spacing: -0.01em;
  color: #96C711;
  opacity: 0.1;
  margin-top: -100px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .text .number {
    font-size: 200px;
    line-height: 90px;
    padding-top: 30px;
  }
}
#startups .startups .incub .item .text .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: #9FCB1A;
  font-family: 'gt-walsheim-bold';
  margin-top: -120px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .text .title {
    font-size: 22px;
    margin-top: -10px;
    line-height: 25px;
  }
}
#startups .startups .incub .item .text p {
  font-family: 'gt-walsheim-regular';
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #fff;
  padding-bottom: 20px;
  width: 85%;
}
#startups .startups .incub .item .text p a {
  color: #9FCB1A;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    width: 100%;
  }
}
#startups .startups .incub .item .text a {
  color: #9FCB1A;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .image {
    margin-top: 50px;
  }
}
#startups .startups .incub .item .image .holder {
  width: 386px;
  height: 390px;
  display: block;
  padding-bottom: 40px;
  margin-top: 120px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item .image .holder {
    width: 100%;
    margin-top: 20px;
    height: 290px;
  }
}
#startups .startups .incub .item .image img {
  width: 100%;
}
#startups .startups .incub .item-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse {
    display: block;
  }
}
#startups .startups .incub .item-reverse .text {
  width: 64%;
  padding-left: 200px;
  margin-top: -90px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .text {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
#startups .startups .incub .item-reverse .text .number {
  font-family: 'gt-walsheim-bold';
  font-weight: bold;
  font-size: 260px;
  line-height: 369px;
  letter-spacing: -0.01em;
  color: #14182A;
  opacity: 0.1;
  margin-top: -10px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .text .number {
    font-size: 200px;
    line-height: 90px;
    padding-top: 25px;
  }
}
#startups .startups .incub .item-reverse .text .title {
  font-family: 'gt-walsheim-bold';
  margin-top: -120px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: #14182A;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .text .title {
    font-size: 22px;
    padding-left: 0;
    margin-top: -20px;
  }
}
#startups .startups .incub .item-reverse .text p {
  font-family: 'gt-walsheim-regular';
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #00051E;
  padding-left: 30px;
}
#startups .startups .incub .item-reverse .text p a {
  color: #9FCB1A;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .text p {
    font-size: 1rem;
    line-height: 24px;
    padding-left: 0;
  }
}
#startups .startups .incub .item-reverse .image {
  margin-top: 120px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .image {
    margin-top: 0;
  }
}
#startups .startups .incub .item-reverse .image .holder {
  width: 386px;
  height: 390px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .incub .item-reverse .image .holder {
    width: 100%;
    height: 390px;
  }
}
#startups .startups .incub .item-reverse .image img {
  width: 100%;
}
#startups .startups .approach {
  background-color: #00051E;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 40px;
}
#startups .startups .approach p {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #fff;
  padding-top: 50px;
}
#startups .startups .approach p span {
  color: #95C611;
}
@media only screen and (max-width: 529px) {
  #startups .startups .approach p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.01em;
  }
}
#startups .startups .approach .item {
  display: block;
  padding: 40px 0 0 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .approach .item {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .approach .item img {
    height: 97px;
    width: 92px;
  }
}
#startups .startups .approach .item h4 {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  padding-top: 40px;
  color: #fff;
}
#startups .startups .approach .item p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0;
  font-weight: normal;
}
#startups .startups .impact {
  background-color: #fff;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 40px;
}
#startups .startups .impact p:first-of-type {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #fff;
  padding-top: 50px;
  color: #00051E;
}
@media only screen and (max-width: 529px) {
  #startups .startups .impact p:first-of-type {
    font-size: 32px;
    line-height: 45px;
  }
}
#startups .startups .impact p:last-of-type {
  font-size: 20px;
  line-height: 26px;
  color: #00051E;
  width: 60%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .impact p:last-of-type {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
  }
}
#startups .startups .impact .figures {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #startups .startups .impact .figures {
    display: block;
    text-align: center;
  }
}
#startups .startups .impact .figures .group p:first-of-type {
  font-weight: bold;
  font-size: 88px;
  line-height: 125px;
  letter-spacing: -0.01em;
  background: -webkit-linear-gradient(#BAD531 40%, #84C002 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 529px) {
  #startups .startups .impact .figures .group p:first-of-type {
    padding-top: 20px;
    font-size: 60px;
    line-height: 85px;
    letter-spacing: -0.01em;
  }
}
#startups .startups .impact .figures .group p:last-of-type {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  color: #1B1D28;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 529px) {
  #startups .startups .impact .figures .group p:last-of-type {
    margin-top: -20px;
  }
}
#startups .startups .programs {
  background-color: #00051E;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-top: 50px;
  padding-bottom: 30px;
}
#startups .startups .programs p {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #FFFFFF;
}
#startups .startups .programs p span {
  color: #98C814;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs p {
    font-size: 32px;
    line-height: 39px;
  }
}
#startups .startups .programs .drop {
  padding-top: 40px;
  padding-bottom: 40px;
}
#startups .startups .programs .drop .header {
  background-color: #24293F;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .header {
    display: block;
    position: relative;
  }
}
#startups .startups .programs .drop .header .programmer-header {
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  vertical-align: middle;
  padding-top: 35px;
  margin-left: -150px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .header .programmer-header {
    font-size: 14px;
    line-height: 26px;
    width: 60%;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
#startups .startups .programs .drop .header .web {
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .header .web {
    display: none;
  }
}
#startups .startups .programs .drop .header .mobile {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .header .mobile {
    display: block;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .header .mobile:last-of-type {
    position: absolute;
    top: 75%;
    right: 5%;
  }
}
#startups .startups .programs .drop .body {
  background-color: #24293F;
  display: none;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body {
    display: block;
    padding-bottom: 30px;
  }
}
#startups .startups .programs .drop .body .details {
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details {
    width: 100%;
  }
}
#startups .startups .programs .drop .body .details h5 {
  font-weight: bold;
  font-size: 23px;
  line-height: 38px;
  color: #FFFFFF;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details h5 {
    display: none;
  }
}
#startups .startups .programs .drop .body .details h6 {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
#startups .startups .programs .drop .body .details p {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details p {
    font-size: 15px;
  }
}
#startups .startups .programs .drop .body .details p a {
  color: #84C002;
}
#startups .startups .programs .drop .body .details .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
#startups .startups .programs .drop .body .details .grid .pillar {
  background-color: #1D2236;
  padding-top: 0;
  margin-right: 20px;
  margin-bottom: 40px;
  width: 45%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .grid .pillar {
    width: 100%;
    margin-right: 0;
  }
}
#startups .startups .programs .drop .body .details .grid .pillar .header {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
#startups .startups .programs .drop .body .details .grid .pillar .header p {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #BAD531;
  padding-top: 15px;
  padding-left: 20px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .grid .pillar .header p {
    width: 55%;
    height: 60px;
    font-size: 15px;
  }
}
#startups .startups .programs .drop .body .details .grid .pillar .header .pattern {
  margin-top: 0;
}
#startups .startups .programs .drop .body .details .grid .pillar .header .pattern img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .grid .pillar .header .pattern {
    width: 35%;
    height: 80px;
  }
  #startups .startups .programs .drop .body .details .grid .pillar .header .pattern img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
#startups .startups .programs .drop .body .details .grid .pillar .description {
  padding: 25px;
}
#startups .startups .programs .drop .body .details .grid .pillar .description p {
  font-size: 18px;
}
#startups .startups .programs .drop .body .details .more-details {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .more-details {
    display: block;
    padding-top: 10px;
  }
}
#startups .startups .programs .drop .body .details .more-details .left {
  width: 45%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .more-details .left {
    width: 100%;
  }
}
#startups .startups .programs .drop .body .details .more-details .left p {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}
#startups .startups .programs .drop .body .details .more-details .left p:last-of-type {
  margin-bottom: 70px;
}
#startups .startups .programs .drop .body .details .more-details .left a {
  text-transform: uppercase;
  color: white;
  background-color: #424B3C;
  border-bottom: 2px solid #9AC916;
  padding: 20px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 28px;
}
#startups .startups .programs .drop .body .details .more-details .left a img {
  padding-left: 20px;
}
#startups .startups .programs .drop .body .details .more-details .right {
  width: 45%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .more-details .right {
    width: 100%;
  }
}
#startups .startups .programs .drop .body .details .more-details .right .benefits {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .more-details .right .benefits {
    margin-top: 50px;
  }
}
#startups .startups .programs .drop .body .details .more-details .right .benefits ul {
  list-style-position: outside;
  padding-left: 30px;
}
#startups .startups .programs .drop .body .details .more-details .right .benefits li {
  padding-bottom: 10px;
  padding-left: 1.3em;
  color: white;
}
#startups .startups .programs .drop .body .details .more-details .right .benefits li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.3em;
  width: 1.3em;
  color: #84C002;
  margin-right: 15px;
}
#startups .startups .programs .drop .body .details .web {
  background-color: #424B3C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  border-bottom: 2px solid #A1CB1C;
  padding: 20px;
}
#startups .startups .programs .drop .body .details .web img {
  padding-left: 15px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .details .web {
    display: none;
  }
}
#startups .startups .programs .drop .body .info {
  background-color: #1D2236;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  width: 45%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .info {
    width: 100%;
    padding: 20px 15px 15px 20px;
  }
}
#startups .startups .programs .drop .body .info .group {
  display: block;
  padding-bottom: 40px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .info .group {
    padding-bottom: 15px;
  }
}
#startups .startups .programs .drop .body .info .group p:first-of-type {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .info .group p:first-of-type {
    font-size: 18px;
  }
}
#startups .startups .programs .drop .body .info .group p:last-of-type {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: -10px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .info .group p:last-of-type {
    font-size: 16px;
  }
}
#startups .startups .programs .drop .body .info .mobile {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .programs .drop .body .info .mobile {
    display: block;
    background-color: #424B3C;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    border-bottom: 2px solid #A1CB1C;
    padding: 20px;
  }
  #startups .startups .programs .drop .body .info .mobile img {
    padding-left: 15px;
  }
}
#startups .startups .work {
  background-color: #fff;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 60px;
  padding-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #startups .startups .work {
    padding-top: 30px;
  }
}
#startups .startups .work p {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #14182A;
  text-align: left;
}
@media only screen and (max-width: 529px) {
  #startups .startups .work p {
    font-size: 32px;
    line-height: 45px;
  }
}
#startups .startups .work .sponsor {
  padding-top: 40px;
}
#startups .startups .work .sponsor .image {
  background-color: #F5F5F5;
  padding: 45px;
  max-height: 140px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .work .sponsor .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1280px) {
  #startups .startups .work .sponsor .image {
    max-height: 140px;
  }
  #startups .startups .work .sponsor .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1680px) {
  #startups .startups .work .sponsor .image {
    height: 200px;
  }
  #startups .startups .work .sponsor .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
#startups .startups .work .sponsor .oracle {
  padding: 2px;
  background-color: #F5F5F5;
  max-height: 140px;
}
#startups .startups .touch {
  background-color: #00051E;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-top: 50px;
  padding-bottom: 30px;
}
#startups .startups .touch p {
  font-weight: bold;
  font-size: 48px;
  line-height: 68px;
  color: #FFFFFF;
}
#startups .startups .touch p span {
  color: #9FCA1A;
}
@media only screen and (max-width: 529px) {
  #startups .startups .touch p {
    font-size: 32px;
    line-height: 39px;
  }
}
#startups .startups .touch .location {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .touch .location {
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .touch .location .info {
    padding-bottom: 30px;
  }
}
#startups .startups .touch .location .info p:first-of-type {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .touch .location .info p:first-of-type {
    font-size: 18px;
    line-height: 20px;
  }
}
#startups .startups .touch .location .info p:last-of-type {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  width: 70%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .touch .location .info p:last-of-type {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
#startups .startups .touch .location .info .social {
  display: flex;
}
#startups .startups .touch .location .info .social img {
  margin-top: -12px;
  padding-right: 10px;
}
#startups .startups .event {
  padding-right: 11%;
  padding-left: 11.8%;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .event {
    padding-left: 11%;
  }
}
#startups .startups .event .info .links .web {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B1B1B1;
  padding-left: 25%;
  padding-right: 25%;
}
#startups .startups .event .info .links .web li {
  list-style: none;
  font-size: 20px;
  line-height: 150%;
  color: #4E4E4E;
  cursor: pointer;
}
#startups .startups .event .info .links .first {
  color: #00051E;
  font-weight: bold;
  border-bottom: 3px solid #00051E;
  padding-bottom: 10px;
  line-height: 150%;
}
#startups .startups .event .info .links .second {
  color: #00051E;
  font-weight: bold;
  border-bottom: 3px solid #00051E;
  padding-bottom: 10px;
  line-height: 150%;
}
#startups .startups .event .info .links .third {
  color: #00051E;
  font-weight: bold;
  border-bottom: 3px solid #00051E;
  padding-bottom: 10px;
  line-height: 150%;
}
#startups .startups .event .info .links .unactive {
  border-bottom: none;
  font-weight: normal;
}
#startups .startups .event .info .tab {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  padding-left: 50px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .event .info .tab {
    padding-left: 0;
  }
}
#startups .startups .event .info .tab .content ul {
  display: flex;
  flex-wrap: wrap;
}
#startups .startups .event .info .tab .content ul li {
  list-style: none;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(177, 177, 177, 0.2);
  text-align: center;
  margin-right: 30px;
  margin-bottom: 50px;
  margin-left: 20px;
  width: 33%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .event .info .tab .content ul li {
    margin-right: 0;
  }
}
#startups .startups .event .info .tab .content ul li .image-holder {
  width: 320px;
  height: 200px;
}
#startups .startups .event .info .tab .content ul li .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .event .info .tab .content ul li .info {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  display: flex;
}
#startups .startups .event .info .tab .content ul li .info .date p:first-of-type {
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .event .info .tab .content ul li .info .date p:last-of-type {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #00051E;
}
#startups .startups .event .info .tab .content ul li .info .title {
  margin-top: 15px;
  text-align: left;
  padding-left: 20px;
}
#startups .startups .event .info .tab .content ul li .info .title p:first-of-type {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .event .info .tab .content ul li .info .title p:nth-of-type(2) {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #00051E;
  margin-bottom: 0;
  font-weight: bold;
}
#startups .startups .event .info .tab .content ul li .info .title a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #315FD5;
}
#startups .startups .single-event {
  padding-right: 11.5%;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event {
    padding-top: 0;
    display: block;
  }
}
#startups .startups .single-event .date {
  text-align: center;
  margin-top: 18%;
  width: 30%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .date {
    display: none;
  }
}
#startups .startups .single-event .date p:first-of-type {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .date p:nth-of-type(2) {
  font-size: 128px;
  line-height: 182px;
  letter-spacing: -0.02em;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .date p:last-of-type {
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .info {
  width: 70%;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(177, 177, 177, 0.2);
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info {
    width: 100%;
  }
}
#startups .startups .single-event .info .event-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .event-info {
    display: none;
  }
}
#startups .startups .single-event .info .event-info .event-title p:first-of-type {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .info .event-info .event-title p:last-of-type {
  font-weight: bold;
  font-size: 68px;
  line-height: 97px;
  letter-spacing: -0.01em;
  color: #00051E;
  margin-bottom: 0;
  margin-top: 0;
}
#startups .startups .single-event .info .event-info .access {
  border: 0.5px solid #000000;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 105px;
}
#startups .startups .single-event .info .event-info .access p:first-of-type {
  font-size: 16px;
  line-height: 150%;
  color: #00051E;
  text-transform: uppercase;
  margin-bottom: 0;
}
#startups .startups .single-event .info .event-info .access p:last-of-type {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .info .event-image {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 360px;
  width: 100%;
  background-color: #fff;
}
#startups .startups .single-event .info .event-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .event-image {
    height: 200px;
    width: 100%;
  }
  #startups .startups .single-event .info .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#startups .startups .single-event .info .description {
  padding-bottom: 20px;
  padding-top: 10px;
}
#startups .startups .single-event .info .description p {
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .description p {
    font-size: 16px;
    line-height: 30px;
  }
}
#startups .startups .single-event .info .extras {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .extras {
    display: block;
  }
}
#startups .startups .single-event .info .extras .venue {
  width: 275px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .extras .venue {
    margin-bottom: 40px;
  }
}
#startups .startups .single-event .info .extras .venue .header {
  display: flex;
  padding-bottom: 5px;
}
#startups .startups .single-event .info .extras .venue .header img {
  margin-right: 10px;
  margin-top: -15px;
}
#startups .startups .single-event .info .extras .venue .header p {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
  text-transform: uppercase;
}
#startups .startups .single-event .info .extras .venue p {
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
}
#startups .startups .single-event .info .extras .venue p span {
  font-weight: bold;
}
#startups .startups .single-event .info .extras .time {
  width: 275px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .extras .time {
    margin-bottom: 40px;
  }
}
#startups .startups .single-event .info .extras .time .header {
  display: flex;
  padding-bottom: 20px;
}
#startups .startups .single-event .info .extras .time .header img {
  margin-right: 10px;
}
#startups .startups .single-event .info .extras .time .header p {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
  text-transform: uppercase;
}
#startups .startups .single-event .info .extras .time p {
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
  margin-bottom: 0;
}
#startups .startups .single-event .info .extras .time p span {
  font-weight: bold;
}
#startups .startups .single-event .info .extras .organized {
  text-align: right;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .info .extras .organized {
    text-align: left;
    margin-top: 40px;
  }
}
#startups .startups .single-event .info .extras .organized p {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #00051E;
  text-transform: uppercase;
}
#startups .startups .single-event .mobile-header {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .single-event .mobile-header {
    display: block;
  }
  #startups .startups .single-event .mobile-header .title p:first-of-type {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #00051E;
    margin-bottom: 0;
  }
  #startups .startups .single-event .mobile-header .title p:last-of-type {
    font-weight: bold;
    font-size: 40px;
    line-height: 91.8%;
    color: #00051E;
    padding-top: 10px;
  }
  #startups .startups .single-event .mobile-header .details {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  #startups .startups .single-event .mobile-header .details .left p:first-of-type {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #00051E;
    margin-bottom: 0;
    padding-left: 13px;
  }
  #startups .startups .single-event .mobile-header .details .left p:nth-of-type(2) {
    font-size: 58px;
    line-height: 55px;
    letter-spacing: -0.02em;
    color: #00051E;
  }
  #startups .startups .single-event .mobile-header .details .left p:last-of-type {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: -0.02em;
    color: #00051E;
    margin-top: -10px;
    padding-left: 3px;
  }
  #startups .startups .single-event .mobile-header .details .access {
    border: 0.5px solid #000000;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #startups .startups .single-event .mobile-header .details .access p:first-of-type {
    font-size: 14px;
    line-height: 150%;
    color: #00051E;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  #startups .startups .single-event .mobile-header .details .access p:last-of-type {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #00051E;
    margin-bottom: 0;
  }
}
#startups .startups .membership {
  background-color: #00051E;
  color: white;
  padding-right: 15%;
  padding-left: 11.2%;
  padding-bottom: 40px;
  padding-top: 60px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership {
    padding-bottom: 60px;
  }
}
#startups .startups .membership .image-header {
  margin-top: -10%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .image-header {
    display: none;
  }
}
#startups .startups .membership .image-header .images {
  display: flex;
  width: 100%;
}
#startups .startups .membership .image-header .images .first {
  width: 21%;
  height: 300px;
  margin-right: 1%;
}
#startups .startups .membership .image-header .images .first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .membership .image-header .images .second {
  width: 32%;
  height: 250px;
  margin-right: 1%;
}
#startups .startups .membership .image-header .images .second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .membership .image-header .images .third {
  width: 27%;
  height: 208px;
  margin-right: 1%;
}
#startups .startups .membership .image-header .images .third img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .membership .image-header .images .fourth {
  width: 16%;
  height: 397px;
  margin-right: 1%;
}
#startups .startups .membership .image-header .images .fourth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .membership .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: #84C002;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .title {
    width: 100%;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.01em;
  }
}
#startups .startups .membership p {
  font-size: 28px;
  line-height: 38px;
  width: 60%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership p {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  #startups .startups .membership p {
    width: 70%;
  }
}
#startups .startups .membership .member {
  margin-top: 50px;
  background-color: #24293F;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member {
    padding: 0;
    display: block;
  }
}
#startups .startups .membership .member .big-image {
  width: 100%;
}
#startups .startups .membership .member .big-image .big {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#startups .startups .membership .member .details {
  display: flex;
  justify-content: space-between;
  padding: 40px 70px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details {
    padding: 0;
    display: block;
  }
}
#startups .startups .membership .member .details .amount {
  width: 45%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount {
    width: 100%;
  }
}
#startups .startups .membership .member .details .amount .head {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .head {
    display: block;
  }
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .header {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
  }
}
#startups .startups .membership .member .details .amount .header p {
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .header p {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.01em;
    width: 100%;
  }
}
#startups .startups .membership .member .details .amount .header img {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .header img {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 529px) {
}
#startups .startups .membership .member .details .amount .cost p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.01em;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .cost p {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: -0.01em;
    padding-top: 0;
    padding-left: 20px;
  }
}
#startups .startups .membership .member .details .amount .cost p:last-of-type {
  font-size: 20px;
  line-height: 42px;
  width: 100%;
  margin-top: -25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .cost p:last-of-type {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-top: -30px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
#startups .startups .membership .member .details .amount .cost p:last-of-type span {
  font-weight: bold;
  font-size: 42px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .cost p:last-of-type span {
    font-size: 27px;
    line-height: 45px;
    letter-spacing: -0.01em;
  }
}
#startups .startups .membership .member .details .amount .cost a {
  text-transform: uppercase;
  background-color: #424B3C;
  border-bottom: 2px solid #A7C02C;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
  color: white;
}
#startups .startups .membership .member .details .amount .cost a img {
  padding-left: 20px;
  padding-right: 10px;
  margin-top: -4px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .cost a {
    display: none;
  }
}
#startups .startups .membership .member .details .amount .cost .more {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .amount .cost .more {
    display: flex;
    justify-content: space-between;
    background-color: #1D2236;
  }
  #startups .startups .membership .member .details .amount .cost .more p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #startups .startups .membership .member .details .amount .cost .more img {
    height: 85px;
    width: 85px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#startups .startups .membership .member .details .benefits {
  width: 55%;
  margin-left: 10px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .benefits {
    padding: 0 30px 20px;
    width: 100%;
    margin-left: 0;
  }
}
#startups .startups .membership .member .details .benefits p {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.01em;
  width: 90%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .benefits p {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding-top: 20px;
  }
}
#startups .startups .membership .member .details .benefits ul {
  list-style: none;
  padding: 0;
}
#startups .startups .membership .member .details .benefits ul li {
  padding-bottom: 10px;
  padding-left: 1.3em;
}
#startups .startups .membership .member .details .benefits ul li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #84C002;
  margin-right: 10px;
}
#startups .startups .membership .member .details .benefits a {
  display: none;
}
@media only screen and (max-width: 529px) {
  #startups .startups .membership .member .details .benefits a {
    display: block;
    text-transform: uppercase;
    background-color: #424B3C;
    border-bottom: 2px solid #A7C02C;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    color: white;
    margin-top: 10px;
  }
  #startups .startups .membership .member .details .benefits a img {
    padding-left: 10px;
    margin-top: -4px;
  }
}
#programs {
  background-color: #14182A;
  position: relative;
}
#programs .vertical-line {
  border-left: 1px solid #24293F;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#programs .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #programs .one {
    margin-left: 20%;
  }
}
#programs .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #programs .two {
    margin-left: 40%;
  }
}
#programs .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #programs .three {
    margin-left: 60%;
  }
}
#programs .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #programs .four {
    margin-left: 80%;
  }
}
#programs .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #programs .five {
    display: none;
  }
}
#programs .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #programs .six {
    display: none;
  }
}
#programs .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #programs .seven {
    display: none;
  }
}
#programs .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #programs .eight {
    display: none;
  }
}
#programs .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #programs .nine {
    display: none;
  }
}
#programs .programs {
  padding-top: 100px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 529px) {
  #programs .programs {
    padding-top: 50px;
  }
}
#programs .programs .contain {
  padding-bottom: 60px;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain {
    display: block;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .text {
    width: 100%;
  }
}
#programs .programs .contain .text h1 {
  font-weight: bold;
  letter-spacing: -0.08em;
  padding-bottom: 20px;
  font-size: 48px;
  line-height: 68px;
  color: #FFFFFF;
  letter-spacing: 0.01em;
}
#programs .programs .contain .text h1 span {
  color: #97C813;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .text h1 {
    font-size: 30px;
  }
}
#programs .programs .contain .text p {
  font-family: 'gt-walsheim-light';
  font-weight: 200;
  font-size: 1.625rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding-bottom: 60px;
  padding-top: 25px;
  width: 70%;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .text p {
    width: 100%;
    font-size: 1.25rem;
    padding-bottom: 20px;
  }
}
#programs .programs .contain .list {
  padding-top: 100px;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list {
    padding-top: 50px;
  }
}
#programs .programs .contain .list .drop {
  background-color: #24293F;
  margin-bottom: 40px;
}
#programs .programs .contain .list .drop .card-header {
  padding: 0;
  border: none;
}
#programs .programs .contain .list .drop .card-header .header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header {
    display: block;
  }
}
#programs .programs .contain .list .drop .card-header .header .date {
  position: relative;
}
#programs .programs .contain .list .drop .card-header .header .date p {
  position: absolute;
  top: 35%;
  left: 20%;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  font-weight: normal;
  margin-left: 0;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .date p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-left: 10%;
    margin-top: 5px;
    top: 25%;
    left: 5%;
  }
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .date .web {
    display: none;
  }
}
#programs .programs .contain .list .drop .card-header .header .date .mobile {
  display: none;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .date .mobile {
    display: block;
    position: relative;
  }
}
#programs .programs .contain .list .drop .card-header .header .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  padding-top: 20px;
  margin-left: -100px;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: -0.01em;
    width: 65%;
    margin-left: 0;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
  }
}
#programs .programs .contain .list .drop .card-header .header .web {
  margin-right: 30px;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .web {
    display: none;
  }
}
#programs .programs .contain .list .drop .card-header .header .mobile {
  display: none;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .drop .card-header .header .mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    padding-right: 10px;
  }
}
#programs .programs .contain .list .card {
  border: none;
}
#programs .programs .contain .list .content {
  background-color: #24293F;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#programs .programs .contain .list .content p:first-of-type {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 529px) {
  #programs .programs .contain .list .content p:last-of-type {
    font-size: 16px;
    font-weight: normal;
  }
}
#digital {
  position: relative;
}
#digital .vertical-line {
  border-left: 1px solid #EFEFEF;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 529px) {
  #digital .vertical-line {
    height: 337vh;
  }
}
#digital .one {
  margin-left: 11.1%;
}
@media only screen and (max-width: 529px) {
  #digital .one {
    margin-left: 20%;
  }
}
#digital .two {
  margin-left: 22.2%;
}
@media only screen and (max-width: 529px) {
  #digital .two {
    margin-left: 40%;
  }
}
#digital .three {
  margin-left: 33.3%;
}
@media only screen and (max-width: 529px) {
  #digital .three {
    margin-left: 60%;
  }
}
#digital .four {
  margin-left: 44.4%;
}
@media only screen and (max-width: 529px) {
  #digital .four {
    margin-left: 80%;
  }
}
#digital .five {
  margin-left: 55.5%;
}
@media only screen and (max-width: 529px) {
  #digital .five {
    display: none;
  }
}
#digital .six {
  margin-left: 66.6%;
}
@media only screen and (max-width: 529px) {
  #digital .six {
    display: none;
  }
}
#digital .seven {
  margin-left: 77.7%;
}
@media only screen and (max-width: 529px) {
  #digital .seven {
    display: none;
  }
}
#digital .eight {
  margin-left: 88.8%;
}
@media only screen and (max-width: 529px) {
  #digital .eight {
    display: none;
  }
}
#digital .nine {
  margin-left: 99.9%;
}
@media only screen and (max-width: 529px) {
  #digital .nine {
    display: none;
  }
}
#digital .startups {
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 15%;
  padding-left: 11.2%;
}
@media only screen and (max-width: 529px) {
  #digital .startups {
    padding-right: 11.2%;
  }
}
#digital .startups .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item {
    display: flex;
    flex-direction: column-reverse;
  }
}
#digital .startups .item .text {
  width: 44%;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item .text {
    width: 100%;
  }
}
#digital .startups .item .text p:first-of-type {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: 200;
  font-size: 6.75rem;
  line-height: 132px;
  color: #2B2E41;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item .text p:first-of-type {
    font-size: 4.875rem;
    line-height: 90px;
    margin-top: 20px;
  }
}
#digital .startups .item .text p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #2B2E41;
  font-family: 'gt-walsheim-bold';
}
@media only screen and (max-width: 529px) {
  #digital .startups .item .text p:nth-of-type(2) {
    font-size: 1.375rem;
  }
}
#digital .startups .item .text p:last-of-type {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #2B2E41;
  padding-bottom: 40px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item .text p:last-of-type {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}
#digital .startups .item .image .holder {
  width: 386px;
  height: 390px;
  background: #C4C4C4;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item .image .holder {
    width: 100%;
  }
}
#digital .startups .item .image img {
  width: 100%;
}
#digital .startups .item-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
#digital .startups .item-reverse .text {
  width: 64%;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse .text {
    width: 100%;
  }
}
#digital .startups .item-reverse .text p:first-of-type {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: 200;
  font-size: 6.75rem;
  line-height: 132px;
  color: #2B2E41;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse .text p:first-of-type {
    font-size: 4.875rem;
    line-height: 90px;
    margin-top: 20px;
  }
}
#digital .startups .item-reverse .text p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #2B2E41;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse .text p:nth-of-type(2) {
    font-size: 1.375rem;
  }
}
#digital .startups .item-reverse .text p:last-of-type {
  font-family: 'gt-walsheim-ultra-light';
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #2B2E41;
  padding-bottom: 40px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse .text p:last-of-type {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}
#digital .startups .item-reverse .image .holder {
  width: 386px;
  height: 390px;
  background: #C4C4C4;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  #digital .startups .item-reverse .image .holder {
    width: 100%;
  }
}
#digital .startups .item-reverse .image img {
  width: 100%;
}
footer .container {
  padding: 40px 0;
  color: #2B2E41;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  footer .container {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
    text-align: center;
  }
}
footer .container .copyright {
  margin-right: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  footer .container .copyright {
    margin-right: 0;
  }
}
footer .container .links {
  text-transform: uppercase;
  font-family: 'gt-walsheim-bold';
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  footer .container .links {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 40px;
  }
}
footer .container .links a {
  color: #2B2E41;
  margin-right: 50px;
}
@media only screen and (max-width: 529px) {
  footer .container .links a {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer .container .socials {
  margin-top: -10px;
}
@media only screen and (max-width: 529px) {
  footer .container .socials {
    margin-top: 30px;
  }
}
footer .container .socials img {
  margin-right: 10px;
  height: 30px;
}
