.wrapper {
    margin: 0 auto;
    width: 1270px;
}
.wrapper2 {
    margin: 0 auto;
    width: 1140px;
}
a {
    text-decoration: none;
    color: #0A549C;
}
.clear {
    clear: both;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
strong{
    font-weight: 600;
}
body {
    font-family: "Inter", serif;
    height: 100%;
    width: 100%;
}
.header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.logo{
    width: 266px;
}
.logo img{
    width: 100%;
}
.main-nav ul li{
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
}
.main-nav ul li:last-child{
    padding-right: 0;
}
.main-nav ul li a{
    color: #0A549C;
    transition: all ease-in 0.3s;
}
.main-nav ul li a:hover{
    color: #000;
}
.main-nav ul li.current-menu-item a {
    color: #000;
}
.banner {
    width: 100%;
    position: relative;
}
.banner video{
    width: 100%;
}
.banner-wrap{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner h2{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 0 10px #505050;
}
.banner h3{
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background: #0A549C;
    margin-bottom: 24px;
    padding: 10px 20px;
    display: inline-block;
}
.banner p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    width: 50%;
    margin: 0 auto;
    text-shadow: 1px 0 10px #505050;
}
.main-quote-wrapper {
    background: #E7EEF5;
    padding: 50px 0;
    margin-top: -2px;
}
.main-quote{
    width: 875px;
    margin: 0 auto;
}
.main-quote ul {
    display: flex;
    gap: 15px;
    align-content: center;
}
.main-quote ul li{
    font-size: 18px;
    color: #151605;
    font-weight: 300;
    line-height: 28px;
}
.main-quote ul li:first-child{
    font-weight: 500;
}
.main-quote ul li:nth-child(2){
    font-size: 60px;
    color: #151605;
    font-weight: 500;
    line-height: 52px;
}

.habout-wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0;
}

.habout{
    text-align: center;
}
.habout h2{
    font-size: 20px;
    font-weight: 600;
    color: #08437D;
    margin-bottom: 20px;
}
.habout h3{
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
}
.habout p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}
.habout ul{
    display: flex;
    gap: 80px;
}
.habout ul li{
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 12px;
    width: 240px;
}
.habout ul li img{
    width: 40px;
    margin-bottom: 10px;
}
.habout ul li h4{
    font-weight:  600;
    font-size: 20px;
    margin-bottom: 15px;
}
.habout ul li p{
    margin-bottom: 0;
}
.what-we-wrapper {
    background: url("images/what-we-do-bg.jpg")no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.what-we h2{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: center;
}

.what-we ul{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.what-we ul li{
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    display: flex;
    gap: 25px;
}
.what-we ul li img{
    width: 70px;
}
.what-we ul li h3{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 20px;
}
.what-we ul li p{
    font-size: 14px;
    color: #141414;
    line-height: 20px;
    font-weight: 300;
}
.visionaries-wrapper {
    padding: 80px 0;
    text-align: center;
}

.hbacked {
    width: 970px;
    margin: 0 auto;
}
.hbacked h2{
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
}
.hbacked p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    font-weight: 300;
}
.investors{
    background: #FAFAFA;
    border:1px solid #D9D9D9;
    border-radius: 20px;
    padding: 30px 100px;
}
.investors h2{
    font-size: 20px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 45px;
}
.investors p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.investors ul{
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}
.investors ul li img{
    width: 100%;
}
footer {
    background: #04223E;
    padding: 80px 0;
    text-align: center;
}
.foot-logos {
    margin-bottom: 35px;
}
.foot-logos a{
    display: block;
    margin-bottom: 15px;
}
.foot-nav {
    margin-bottom: 35px;
}
.foot-nav ul{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.foot-nav ul li a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.copyright {
    width: 900px;
    margin: 0 auto;
}
.copyright p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
}

.inner-banner {
    width: 100%;
    position: relative;
    text-align: center;
}
.inner-banner img{
    width: 100%;
}
.inner-banner h2{
    position: absolute;
    top: 42%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}

.career-page {
    padding: 80px 0;
}
.career-page h2{
    color: #262626;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: center;
}
.career-page ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.career-page ul li{
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    min-height: 150px;
    transition: all ease-in 0.3s;
}
.career-page ul li:hover {
  box-shadow: 5px 0 25px #e4e4e4;
}
.career-page ul li h3{
    font-size: 20px;
    color: #262626;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.career-page ul li p{
    font-size: 14px;
    color: #262626;
    font-weight: 300;
    margin-bottom: 10px;
}
.career-page ul li a{
    background: url("images/arrow-narrow-up-right.svg")no-repeat right center;
    color: #08437D;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 0 0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.career-detail {
    padding: 80px 0;
    display: flex;
    gap: 40px;
}
.career-detail-left{
    flex: 1;
}
.career-detail-left h2{
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
    line-height: 40px;
}
.career-detail-left h3{
    background: url("images/marker.svg")no-repeat;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 10px;
    padding: 5px 0 3px 30px;
}
.career-detail-left h4{
    background: url("images/building.svg")no-repeat;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 30px;
    padding: 5px 0 3px 30px;
}
.career-detail-left h5{
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 20px;
}
.career-detail-left p{
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 20px;
    line-height: 20px;
}
.career-detail-left ul{
    margin-bottom: 25px;
    padding: 0 0 0px 14px;
}
.career-detail-left ul li{
    list-style-type: disc;
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 5px;
    line-height: 20px;
}
.career-detail-right {
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    height: 100%;
}
.career-detail-right h2{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 30px;
}
.career-detail-right .wpforms-container .wpforms-field-label {
    font-size: 14px !important;
    font-weight: 400;
    color: #344054 !important;
    margin-bottom: 10px !important;
}
.wpforms-container .wpforms-form input{
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
}
.wpforms-container .wpforms-form textarea{
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
}
.wpforms-container .wpforms-uploader{
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
}
#wpforms-submit-32 {
  width: 100% !important;
  background: #0A549C !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  height: 50px !important;
}
.contact {
    padding: 80px 0 50px 0;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}
.contact h2{
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
}
.contact p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #262626;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 80px;
}

.contact-left{
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 12px;
}
.contact-left h2{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 35px;
}
#wpforms-12-field_3 {
  min-height: 160px !important;
}
#wpforms-submit-12{
    width: 100% !important;
    background: #0A549C !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    height: 50px !important;
}
.contact-right div{
    margin-bottom: 30px;
}
.contact-right div:last-child{
    margin-bottom: 0;
}
.contact-right h2{
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-right h2 a{
    background: url("images/arrow-narrow-up-right.svg")no-repeat right center;
    color: #08437D;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px 0 0;
    position: relative;
}
.contact-right h2 a::after{
    content: "";
    width: 88%;
    border-bottom: 1px solid #08437D;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.contact-right iframe{
    margin-bottom: 25px;
    border-radius: 8px;
}
.contact-right h3{
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}
.contact-right p{
    font-size: 14px;
    font-weight: 300;
    color: #262626;
}
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #e4e4e4; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0A549C; 
    border-radius: 15px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0A549C; 
}