body{
    font-family: SourceSansPro;
    background-color: #FFFFFF;
    overflow-x: hidden;
    color: #000000;
}

img{
    max-width: 100%;
}

@font-face {
    font-family: "BornReadySlanted";
    src: url(_fonts/BornReadySlanted.ttf) format("truetype");
}

@font-face {
    font-family: "Serif72Beta-Black";
    src: url(_fonts/Serif72Beta-Black.otf) format("opentype");
}

@font-face {
    font-family: "SourceSansPro";
    src: url(_fonts/SourceSansPro-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "SourceSansPro-Bold";
    src: url(_fonts/SourceSansPro-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "SourceSansPro-SemiBold";
    src: url(_fonts/SourceSansPro-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "SourceSansPro-Italic";
    src: url(_fonts/SourceSansPro-Italic.ttf) format("truetype");
}

.axa-100-vh{
    min-height: 904px;
    height: 100vh;
    position: relative;
}

.axa-title{
    font-family: "Serif72Beta-Black";
    font-size: 70px;
    line-height: 75px;
}

.axa-big-title{
    font-family: "Serif72Beta-Black";
    font-size: 120px;
    line-height: 110px;
}

.axa-subtitle{
    font-family: "Serif72Beta-Black";
    font-size: 50px;
    line-height: 55px;
}

.axa-black{
    color: #000000;
}

.axa-white{
    color: #FFFFFF;
}

.axa-blue{
    color: #00008F;
}

.axa-red{
    color: #FF1921;
}

.axa-bg-white{
    background-color: #FFFFFF;
}

.axa-bg-blue{
    background-color: #00008F;
}

.axa-bg-red{
    background-color: #FF1921;
}

.axa-bg-light-blue{
    background-color: rgba(0,0,143,0.1);
}

.axa-bg-light-red{
    background-color: rgba(255,25,33,0.1);
}

.axa-bg-dark-blue{
    background-color: #00006F;
}

.axa-bg-transparent{
    background-color: transparent;
}

.axa-content{
    font-family: "SourceSansPro";
    font-size: 23px;
    line-height: 35px;
}

.axa-content-small{
    font-family: "SourceSansPro-SemiBold";
    font-size: 20px;
    line-height: 26px;
}

.axa-content-vsmall{
    font-family: "SourceSansPro";
    font-size: 18px;
    line-height: 30px;
}

.axa-content-small i{
    font-family: "SourceSansPro-Italic";
}

.axa-content b{
    font-family: "SourceSansPro-Bold";
}

.axa-h-title{
    font-size: 32px;
}

.axa-button{
    background-color: #00008F;
    border: solid 1px #00008F;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    border-radius: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 195px;
    max-width: 100%;
}

.axa-button:hover{
    color: #00008F;
    background-color: #FFFFFF;
}

.axa-separator{
    display: block;
    width: 100%;
    height: 248px;
}

.axa-bg-wlb{
    background: linear-gradient(to bottom, rgba(0,0,143,0.1) 0%,rgba(0,0,143,0.1) 50%,#FFFFFF 50%,#FFFFFF 100%);
}

.axa-bg-lbb{
    background: linear-gradient(to top, #00008F 0%,#00008F 50%,rgba(0,0,143,0.1) 50%,rgba(0,0,143,0.1) 100%);
}

.axa-bg-lbw{
    background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 50%,rgba(0,0,143,0.1) 50%,rgba(0,0,143,0.1) 100%);
}

.axa-bg-lrw{
    background: linear-gradient(to top, #FFFFFF 0%,#FFFFFF 50%,rgba(255,25,33,0.1) 50%,rgba(255,25,33,0.1) 100%);
}

.axa-shadow{
    box-shadow: 12px -12px 16px #0000004E;
}

.axa-separator img{
    width: 100%;
    max-width: 100%;
}

.axa-showcase img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 480px;
}

.axa-services{
    min-height: 923px;
    height: 100%;
}

.axa-services a:nth-child(4){
    z-index: 100;
}

.axa-services a:nth-child(3){
    z-index: 200;
}

.axa-services a:nth-child(2){
    z-index: 300;
}

.axa-services a:nth-child(1){
    z-index: 400;
}

.axa-service{
    padding-top: 160px;
    padding-bottom: 100px;
    text-decoration: none;
}

.axa-service-image{
    height: 147px;
    max-height: 100%;
    margin-bottom: 75px;
    width: 100%;
    position: relative;
}

.axa-service-image img{
    max-height: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

.axa-service-img{
    opacity: 1;
}

.axa-service-img-hover{
    opacity: 0;
}

.axa-service.axa-bg-red:hover{
    background-color: #FFFFFF;
    color: #FF1921;
}

.axa-service.axa-bg-white:hover{
    background-color: #00008F;
    color: #FFFFFF;
}

.axa-service.axa-bg-blue:hover{
    background-color: #FFFFFF;
    color: #00008F;
}

.axa-service:hover .axa-service-img{
    opacity: 0;
}

.axa-service:hover .axa-service-img-hover{
    opacity: 1;
}

.axa-border-rw{
    border-right: solid 1px #FFFFFF;
}

.axa-border-rbb{
    border-right: solid 30px #00008F;
}

.axa-border-rbw{
    border-right: solid 30px #FFFFFF;
}

.axa-border-lbb{
    border-left: solid 30px #00008F;
}

.axa-square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.axa-img-employee{
    max-height: 201px;
}

.axa-born-text{
    font-family: "BornReadySlanted";
    font-size: 23px;
    line-height: 30px;
}

.axa-special{
    position: relative;
}

.axa-special-bullet{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55.5px;
    width: max-content;
}

.axa-special-bullet img{
    width: 196px;
}

.axa-header{
    background-color: #00008F;
    background-image: url(images/axa_header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    position: relative;
}

.axa-chevron{
    position: absolute;
    right: 0px;
    bottom: -210px;
}

.axa-note{
    font-size: 20px;
}

.axa-note-small{
    font-size: 16px;
}

@media(max-width: 991px){
    .axa-100-vh{
        max-height: 100vh !important;
    }

    .hide-me{
        display: none;
    }

    .axa-title{
        font-size: 50px;
        line-height: 55px;
    }

    .axa-chevron{
        bottom: -50px;
    }

    .axa-chevron img{
        height: 100px;
    }

    .axa-big-title{
        font-size: 75px;
        line-height: 75px;
    }

    .axa-header{
        background-size: contain;
    }
    /*
    .axa-content{
        font-size: 18px;
        line-height: 20px;
    }

    .axa-content-vsmall{
        font-size: 15px;
        line-height: 20px;   
    }
    */
}