html{
    scroll-behavior: smooth;
}

body{
    font-family: "Inter", sans-serif;
    color:#1C1C1C;
    font-weight:400;
    font-size:18px;
    line-height:24px;
    letter-spacing:0;
    margin:0;
    padding-top:130px;
    background:#f5f5f5;
}

body *{
    box-sizing: border-box;
}

a{
    text-decoration:none;
}

h1{
    font-weight:bold;
    font-size:60px;
    line-height:66px;
    color:#012348;
    margin:10px 0 30px 0;
}

h5{
    color:#D37500;
    font-size:20px;
    margin:10px 0 30px 0;
    font-weight:400;
}

h6{
    color:#1C1C1C;
    font-size:20px;
    margin:10px 0 30px 0;
    font-weight:400;
}

.hero h5, .hero h6{
    max-width:650px;
}

.button{
    background:#D37500;
    padding:16px 32px;
    border-radius:30px;
    font-weight:500;
    color:#fff;
    display: inline-block;
    transition:ease all 0.5s;
}

.hero-cta {
    display:flex;
    flex-wrap:wrap;
    row-gap:10px;
    column-gap:10px;
}

.button:hover{
    background:#012348;
}

.top-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo {
    display:block;
}

.logo img{
    width:243px;
    max-width:100%;
}

.container{
    max-width:1490px;
    width: 100%;
    padding:0 30px;
    margin:auto;
}

.nav-link{
    color:#949494;
}

header nav{
    display:flex;
    justify-content:flex-end;
}

header nav ul{
    display:flex;
    justify-content:flex-end;
    column-gap:4.5vw;
    align-items: center;
    list-style:none;
}

.nav-link:hover{
    color:#D37500;
    font-weight:600;
}

header{
    border-bottom:1px solid #00000026;
    height:130px;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #f5f5f5;
    display:flex;
    align-items:center;
    top:0;
}

.hamburger-menu{
    display:none;
}

.hero{
    padding-top:120px;
    background:url('images/hero-bg.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.two-col{
    display: flex;
    column-gap: 20px;
}

.two-col > div{
    flex:1;
}

.hero-cta{
    margin-top:35px;
}

.hero-images{
    display:flex;
    column-gap:25px;
}

.hero-images > img{
    max-width:calc(50% - 55px);
    object-fit:cover;
    border-radius: 30px;
}

.hero-images > img:first-child{
    max-height: 85%;
    margin-left: 80px;
}

footer{
    background:#012348;
    font-weight:500;
    font-size:18px;
    padding: 30px 0;
}

footer .copyright{
    color: #B5B5B5;
    text-align:center;
}

.mission{
    margin: 100px 0;
}

.mission .container{
    display:flex;
    column-gap:50px;
}

.mission-tag{
    width:230px;
    border: 1px solid #D37500;
    border-radius:30px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:500;
    font-size:25px;
    color:#012348;
    height:60px;
}

.mission-content{
    flex:1;
    width:calc(100% - 280px);
}

.mission-content h3{
    font-weight:600;
    line-height:48px;
    font-size:40px;
    color:#012348;
    margin-top:0;
    margin-bottom:20px;
}

.mission-content h6{
    font-size:25px;
    line-height:29px;
    margin:0;
}

.mission-stats{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
    column-gap:25px;
    color:#012348;
    flex-wrap: wrap;
    row-gap: 25px;
}

.mission-stats .number{
    font-weight:700;
    font-size:64px;
    line-height:72px;
    display:block;
    margin-bottom:10px;
}

.mission-stats .stat{
    font-size:16px;
    line-height:18px;
    font-weight:400;
    display:block;
    max-width:300px;
}

.product{
    scroll-margin-top:120px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.product .two-col > div:nth-child(2){
    padding-left: 35px;
}

.missional-agents-logo{
    width:100%;
    object-fit:cover;
}

.product-badge{
    padding-left:30px;
    font-weight:700;
    text-decoration:underline;
    font-size:20px;
    line-height:1;
    position:relative;
    margin-bottom:15px;
    color:#012348;
    margin-top: 50px;
}

.product-badge::before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background:#D37500;
    width:20px;
    height:20px;
    border-radius:50%;
}

.product h2{
    font-size:50px;
    line-height:121%;
    margin:5px 0;
    color:#012348;
    font-weight:700;
}

.product h3{
    margin-bottom:20px;
    margin-top:0;
    color:#D37500;
    line-height:121%;
    text-decoration:underline;
    font-size:30px;
    font-weight:500;
}

.product h4{
    font-size:30px;
    margin-top:0;
    margin-bottom:20px;
    line-height:121%;
    color:#012348;
    font-weight:400;
}

.product h4.benefits-heading, .moat-heading{
    font-size:40px;
    color:#012348;
    font-weight:700;
    margin:25px 0;
}

.moat-heading{
    color:#fff;
    line-height: 50px;
}

.product p{
    color:#1C1C1C;
    line-height:29px;
    font-size:20px;
    font-weight:400;
}

.benefits-grid{
    display:flex;
    column-gap:24px;
    flex-wrap:wrap;
    row-gap:25px;
}

.benefits-grid > div{
    width:calc(50% - 12px);
    display:flex;
    flex-direction:column;
    row-gap:25px;
}

.benefit{
    padding-left:30px;
    position:relative;
    color:#070707;
    font-size:20px;
    line-height:22px;
}

.benefit::before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width:18px;
    height:18px;
    background:url(images/checkmark-2x.png);
    background-size:cover;
    background-repeat:no-repeat;
}

.advantage .benefit::before{
    filter:brightness(100) grayscale(1);
}

.advantage .benefit{
    font-size:16px;
    line-height:18px;
    color:#fff;
}

.advantage .benefit strong{
    font-size:20px;
    line-height:22px;
    display: block;
    margin-bottom: 5px;
}

.market{
    background: transparent;
    padding: 90px 0 100px 0;
}

.market-images{
    align-items:flex-end;
}

.market .container > div:first-child{
    flex:unset;
    width:45%;
    display:flex;
    flex-direction:column;
}

@media only screen and (max-width:500px){
    .advantage .benefits-grid{
        flex-direction: column;
    }

    .advantage .benefits-grid > div {
        width: calc(100%);
    }
}

.market .container > div:nth-child(2){
    flex:unset;
    width:55%;
    max-width:unset;
    padding-top: 15px;
    padding-left:30px;
}

.market-images > img:first-child {
    max-height: 55%;
    margin-left:0;
}

.market .hero-images > img{
    flex: 1;
    max-width: 50%;
}

.market h2{
    font-weight:700;
    font-size:50px;
    line-height:62px;
    margin-top:0;
    margin-bottom:25px;
    color:#012348;
}

.market p{
    font-size:20px;
    color:#1c1c1c;
    line-height:29px;
    margin-top:0;
    margin-bottom:15px;
}

.market-stats .number{
    font-size:40px;
    line-height:46px;
}

.market-stats{
    margin-top:auto;
}

.market-stats > div:hover{
    background:#D37500;
    cursor:pointer;
}

.market-stats .stat{
    font-size:15px;
    line-height:24px;
    color:#1c1c1c;
}

.market-stats > div:hover .stat, .market-stats  > div:hover .number{
    color:#fff;
}

.market-stats > div{
    border:1px solid #C7C7C7;
    border-radius:13px;
    padding:25px 20px 20px 20px;
    width: calc(50% - 13px);
}

.serve{
    background:#fff;
    padding:100px 0;
}

.serve .container{
    text-align:center;
}

.serve-badge{
    border: 1px solid #C7C7C7;
    border-radius: 30px;
    height: 41px;
    width: 200px;
    text-align: center;
    color: #012348;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
}

.serve h2{
    margin-bottom:30px;
    color:#012348;
    font-size:48px;
    line-height:56px;
    font-weight:600;
    margin-top:0;
}

.three-highlight{
    display:flex;
    column-gap:80px;
}

.three-highlight > div{
    border: 1px solid #C7C7C7;
    border-radius:30px;
    flex:1;
    padding: 35px 35px 50px 35px;
    text-align:left;
    color:#070707;
}

.three-highlight h5{
    font-size:28px;
    line-height:34px;
    font-weight:700;
    color:#070707;
}

.serve p{
    font-size:20px;
    color:#525252;
    margin-bottom:80px;
}

.three-highlight ul{
    list-style:none;
    position:relative;
    padding-left:0;
}

.three-highlight ul li{
    position:relative;
    padding-left: 30px;
    font-size:20px;
    margin-bottom: 15px;
}

.three-highlight ul li::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(images/checkmark-2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0);
}

.three-highlight > div:nth-child(2) ul li::before{
    filter: brightness(100) grayscale(1);
}

.three-highlight > div:first-child{
    background: linear-gradient(180deg, #FEFEFF 0%, #D4F2FF 100%);
}

.three-highlight > div:nth-child(2){
    background:#012348;
    color:#fff;
}

.three-highlight > div:nth-child(2) h5{
    color:#fff;
}

.three-highlight > div:nth-child(3){
    background: linear-gradient(180deg, #FEFEFF -4.32%, #D37500 102.75%);
    color:#070707;
}

.icon-badge{
    display:flex;
    border-radius:50%;
    width:60px;
    height:60px;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.icon-badge img{
    width:27px;
}

.three-highlight > div:first-child .icon-badge{
    background: #88DBFD;
}

.three-highlight > div:nth-child(2) .icon-badge{
    background: #fff;
}

.three-highlight > div:nth-child(3) .icon-badge{
    background: #D37500;
}

.advantage{
    padding:100px 0;
    background:#012348;
    scroll-margin-top:120px;
}

.advantage .two-col > div:nth-child(1) {
    padding-right: 35px;
}

.advantage-img{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.advantage .product-badge{
    color:#fff;
}

.advantage h2{
    font-size: 50px;
    line-height: 121%;
    margin: 5px 0;
    color: #fff;
    font-weight: 700;
}

.advantage h3{
    margin-bottom: 20px;
    margin-top: 0;
    color: #D37500;
    line-height: 121%;
    text-decoration: underline;
    font-size: 30px;
    font-weight: 500;
}

.advantage p{
    color: #fff;
    line-height: 29px;
    font-size: 20px;
    font-weight: 400;
}

.team{
    padding:100px 0;
    background:#fff;
    scroll-margin:120px;
}

.team h2, .meet h2{
    margin-bottom: 20px;
    color: #012348;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin-top: 0;
}

.team h3, .meet h3{
    margin-bottom:10px;
    color:#012348;
    font-weight:700;
    font-size:30px;
    line-height:48px;
    margin-top:0;
}

.team p{
    font-size:16px;
    line-height:24px;
    max-width:980px;
    text-align:center;
    margin: auto;
    color:#525252;
}

.team .container{
    text-align: center;
}

.team-cards{
    display:flex;
    column-gap:80px;
    margin-top:180px;
}

.team-cards > div{
    border-radius: 30px;
    flex: 1;
    background:#DE9B46;
    display: flex;
    flex-direction: column;
}

.team-cards .team-image{
    background:#012348;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    position:relative;
    height:200px;
}

.team-cards .team-image img{
    position:absolute;
    width:80%;
    left:10%;
    bottom:0;
}

.team-cards > div:nth-child(3) .team-image img{
    width:70%;
    left:15%;
}

.team-cards > div:nth-child(2) .team-image{
    background:#DE9B46;
}

.team-cards > div:nth-child(2){
    background:#012348;
}

.team-content{
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    padding: 30px 25px 30px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-content h3{
    color:#fff;
    font-size:40px;
    line-height:50px;
    font-weight:700;
    margin-bottom:0;
}

.team-content .title{
    display:block;
    color:#00224F;
    font-size:20px;
    line-height:26px;
    margin-bottom:15px;
    font-weight:500;
}

.team-content .qualifications{
    display:block;
    color:#00224F;
    font-weight:400;
    font-size:18px;
    line-height:24px;
    margin-bottom:20px;
}

.team-cards > div:nth-child(2) .team-content .title{
    color:#fff;
}

.team-cards > div:nth-child(2) .team-content .qualifications{
    color:#DE9B46;
}

.team-cards .team-content p{
    color:#fff;
    font-size:16px;
    line-height:23px;
    margin-bottom:20px;
}

.socials{
    margin-top:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.socials a{
    background:rgba(255,255,255,0.3);
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.socials a img{
    width:16px;
    height:16px;
}

.meet{
    padding:100px 0;
    text-align:center;
    margin-bottom:50px;
}

.meet p{
    margin-top:0px;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:-25px;
}

.meet p img{
    max-width:250px;
}

p a{
    color:#D37500;
}

.product-cta{
    margin-top:40px;
}

.product-cta .button{
    min-width:250px;
    text-align:center;
}

@media only screen and (max-width:1469px){
    .market .hero-images > img {
        max-width:calc(50% - 13px);
    }

    .three-highlight{
        column-gap:30px;
    }
}

@media only screen and (max-width:1199px){
    nav .button{
        display:none;
    }

    .team-cards{
        margin-top:100px;
        column-gap:30px;
    }

    .market .hero-images > img {
        max-width: calc(100% - 30px);
        margin-left: 30px;
    }

    .market-images > img:first-child {
        display:none;
        margin-left:0;
    }

    .market .container > div:first-child {
        width: 60%;
    }

    .market .container > div:nth-child(2) {
        padding-top: 0;
        padding-left: 0;
        width:40%;
    }

    .hero{
        padding-top:60px;
    }

    .hero-images > img:first-child {
        margin-left: 20px;
    }

    .hero-images > img {
        max-width: calc(50% - 25px);
        object-fit: cover;
        border-radius: 30px;
    }

    h1{
        font-size:40px;
        line-height:48px;
    }

    .product-badge{
        margin-top:0;
    }


    .product .two-col > div:nth-child(2){
        padding-left: 0px;
    }

    .advantage .two-col > div:nth-child(1) {
        padding-right: 0;
    }

    .product h2, .advantage h2 {
        font-size:40px;
    }

    .product h3, .product h4, .advantage h3, .advantage h4 {
        font-size:26px;
        margin-bottom:10px;
    }

    .product p, .advantage p{
        font-size:16px;
        line-height:24px;
    }

    .product h4.benefits-heading, h4.moat-heading {
        font-size: 28px;
        margin: 10px 0 20px 0;
    }

    .benefits-grid {
        column-gap: 16px;
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .benefit {
        padding-left: 26px;
        font-size: 16px;
        line-height: 18px;
    }
}

@media only screen and (max-width:991px){
    .three-highlight > div {
        max-width:100%;
        min-width:350px;
    }

    .team-cards > div:nth-child(3) .team-image img {
        width: 80%;
        left: 10%;
    }

    .three-highlight{
        flex-wrap:wrap;
        row-gap: 30px;
    }
 
    .team-cards{
        row-gap:100px;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }

    .team-cards > div{
        max-width:350px;

    }
}

@media only screen and (max-width:767px){
    .container{
        padding:0 20px;
    }

    .meet{
        padding:50px 0;
    }

    .three-highlight > div {
        min-width:290px;
    }

    .team{
        padding:50px 0;
        scroll-margin:0px;
    }
    

    .market{
        padding:50px 0 50px 0;
    }

    .market-images{
        margin-bottom:0 !important;
    }

    .hamburger-menu-open{
        display:block;
    }

    .hamburger-menu-close{
        display:none;
    }

    .hamburger-menu.open .hamburger-menu-open{
        display:none;
    }

    .hamburger-menu.open .hamburger-menu-close{
        display:block;
    }

    .hamburger-menu{
        display:block;
        width:55px;
        height:55px;
        padding: 0;
        background: transparent;
        border: none;
    }

    .hamburger-menu img{
        width:100%;
    }

    header{
        height: 90px;
    }

    header nav{
        display:none;
    }

    header nav.open{
        display: flex;
        justify-content:center;
        align-items:center;
        padding:50px 0;
        position: absolute;
        top: 90px;
        width: 100%;
        left: 0;
        background: #012348;
        height: calc(100vh - 90px);
    }

    header nav ul{
        flex-direction: column;
        padding-left: 0;
        height: 100%;
        justify-content: space-evenly;
        row-gap: 10px;
    }

    .nav-link{
        color:#fff;
        font-size: 26px;
    }

    nav .button{
        display:inline-block;
        padding: 16px 28px;
        font-size: 22px;
    }
    
    body{
        padding-top:90px;
    }

    .logo img{
        height: 70px;
        width: auto;
    }

    .hero{
        padding-top:20px;
    }

    .two-col{
        flex-direction:column;
        row-gap:40px;
    }

    .hero-images > img:first-child {
        margin-left: 0px;
        max-height:100%;
    }

    .hero-images{
        margin-bottom: 40px;
    }

    .hero-images > img {
        max-width: calc(50% - 13px);
        object-fit: cover;
        border-radius: 30px;
    }

    footer{
        background:#0D263B;
        font-weight:500;
        font-size:13px;
        padding: 20px 0;
    }

    .mission{
        margin:40px 0;
    }

    .mission .container{
        flex-direction:column;
        row-gap:20px;
    }

    .mission-content{
        width:100%;
    }

    .mission-content h3 {
        font-size:28px;
        line-height:34px;
    }

    .mission-content h6{
        font-size: 18px;
        line-height: 22px;
    }

    .mission-stats{
        margin-top:20px;
    }

    .mission-stats .number{
        font-size: 44px;
        line-height: 50px;
    }

    .market-stats .stat{
        font-size:14px;
        line-height:16px;
    }

    .market-stats{
        column-gap:18px;
        row-gap:18px;
    }

    .market-stats .number {
        font-size: 30px;
        line-height: 38px;
    }

    .market-stats > div {
        border: 1px solid #C7C7C7;
        border-radius: 13px;
        padding: 15px 10px 15px 10px;
        width: calc(50% - 9px);
    }

    .missional-agents-logo {
        width: 100%;
        max-height: 540px;
        border-radius: 30px;
    }

    .product{
        padding-top:50px;
        padding-bottom:50px;
        scroll-margin-top:0px;
    }

    .market .hero-images > img {
        margin-left: 0;
        max-width:100%;
        max-height: 540px;
    }

    .market .container > div:first-child {
        width: 100%;
    }

    .market .container > div:nth-child(2) {
        width:100%;
    }

    .market h2, .serve h2, .team h2, .meet h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .team h2, .meet h2{
        margin-bottom:10px;
    }

    .team h3, .meet h3{
        font-size:26px;
        line-height:30px;
        margin-bottom:20px;
    }

    .market p, .serve p{
        font-size: 16px;
        line-height: 24px;
    }

    .serve p{
        margin-bottom:30px;
    }

    .serve{
        padding:50px 0;
    }

    .three-highlight > div{
        padding: 15px 15px 25px 15px;
    }

    .icon-badge{
        margin-bottom:15px;
    }

    .three-highlight h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom:15px;
    }

    .three-highlight ul li {
        font-size: 16px;
        line-height:20px;
    }

    .advantage{
        padding:50px 0;
        scroll-margin-top:0;
    }
    
    .advantage .two-col{
        flex-direction:column-reverse;
    }

    .advantage h2{
        font-size:32px;
        line-height:40px;
    }

    .advantage h3{
        font-size:23px;
        line-height:29px;
    }
}