.desktop {display: block !important;}
.mobile {display: none !important;}
.s4a-landing-page-wrapper {}
.primary-content {padding: 0;}
@media screen and (max-width: 767px) {
    .desktop {display: none !important;}
    .mobile {display: block !important;}
}
    
.s4a-about-main-feature {}
.s4a-about-main-copy {
    text-align: center;
    color: #002554;
    font-family: 'gbook';
    font-size: 1.646822vw;
    margin: 4% auto;
}
.s4a-gmedium {
    font-family: 'gmedium' !important;
}
@media screen and (min-width: 1260px) {
    .s4a-about-main-copy {font-size: 20.75px;}
}
@media screen and (max-width: 767px) {
    .s4a-about-main-copy {font-size: 3.2vw; margin: 8% auto;}    
}
    
.s4a-about-compromise {
    background-color: rgba(103,178,232,0.12);
    padding: 3% 0;
    text-align: center;
    color: #002554;
    margin-bottom: 6%;
}
.s4a-about-comp-head {
    font-size: 2.5vw;
    font-family: 'gbook';
    text-transform: uppercase;
}
.s4a-about-comp-points-wrapper {
    width: 88.25%;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-between;
}
.s4a-about-comp-point {
    display: flex;
    align-items: center;    
}
.s4a-comp-point-1 {width: 29%;}
.s4a-comp-point-2 {width: 32.69%;}
.s4a-comp-point-3 {width: 25.87%;}
.s4a-palm-icon {width: 11.570247933884298%;}
.s4a-about-comp-text {
    text-align: left;
    text-transform: uppercase;
    font-family: 'gbook';
    font-size: 1.8vw;
}
@media screen and (min-width: 1260px) {
    .s4a-about-comp-head {font-size: 31.5px;}
    .s4a-about-comp-text {font-size: 22.68px;}
}
@media screen and (max-width: 767px) {
    .s4a-about-comp-head {font-size: 5.5vw;}
    .s4a-about-comp-text {font-size: 3.2vw;}
    .s4a-palm-icon {width: 7%;}
    .s4a-about-comp-point {justify-content: center;}
    .s4a-comp-point-1, .s4a-comp-point-2, .s4a-comp-point-3 {width: 100%; margin: 6% 0 0;}
    .s4a-about-comp-points-wrapper {display: block;}
    .s4a-about-compromise {padding: 8% 0; margin-bottom: 13%;}
}
    
.s4a-logo-sectionbreak_wrapper {width: 19.75%; margin: 0 auto; text-align: center;}
.s4a-logo-sectionbreak {margin-top: -10%;}
.s4a-logo-sectionbreak_wrapper:before, 
.s4a-logo-sectionbreak_wrapper:after {
    background-color: #002554;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 160%;
}

.s4a-logo-sectionbreak_wrapper:before {
    right: 13.5em;
    margin-left: -160%;
    margin-top: 1%;
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}
.s4a-logo-sectionbreak_wrapper:after {
    left: 13.5em;
    margin-right: -160%;
    margin-top: -56%;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
@media screen and (max-width: 767px) {
    .s4a-logo-sectionbreak_wrapper {width: 49.75%;}
    .s4a-logo-sectionbreak_wrapper:before, 
    .s4a-logo-sectionbreak_wrapper:after {width: 60%;}
    .s4a-logo-sectionbreak_wrapper:before {
        right: 9.5em;
        margin-left: -60%;
        margin-top: 1%;
    }
    .s4a-logo-sectionbreak_wrapper:after {
        left: 9.5em;
        margin-right: -60%;
        margin-top: -56%;
    }
}
    
.s4a-about-didot {    
    text-align: center;
    font-size: 3.73vw;
    color: #002554;
    font-family: 'didot-romanroman';
    margin: 2% 0;
}
@media screen and (min-width: 1260px) {
    .s4a-about-didot {font-size: 47px;}
}
@media screen and (max-width: 767px) {
    .s4a-about-didot {font-size: 8.73vw; margin: 2% 8% 8%;}
}
    
.s4a-about-feature-section {width: 68.73015873015873%; margin: 0 auto -4%; position: relative;}
.s4a-about-feature-content-right {
    position: absolute;
    top: 26%;
    left: 38%;
    text-align: left;
}
.s4a-about-feature-content-left {
    position: absolute;
    top: 26%;
    right: 38%;
    text-align: right;
}
.s4a-a-f-c-head {font-size: 2.54vw; font-family: 'gmedium'; color: #002554; margin-bottom: 2%;}
.s4a-a-f-c-body {font-size: 1.905vw; font-family: 'gbook'; color: #002554;}
@media screen and (min-width: 1260px) {
    .s4a-a-f-c-head {font-size: 32px;}
    .s4a-a-f-c-body {font-size: 24px;}
}
@media screen and (max-width: 767px) {
    .s4a-about-feature-section {width: 100%; margin: 0px auto 6%;}
    .s4a-about-feature-content-right {top: 22%;left: 56%;}
    .s4a-about-feature-content-left {top: 22%; right: 56%;}
    .s4a-a-f-c-head {font-size: 4.5vw; margin-bottom: 6%;}
    .s4a-a-f-c-body {font-size: 3.2vw;}
}
    
.s4a-about-promise-wrapper {
    background: rgb(103,178,232);
    background: -webkit-linear-gradient(rgba(103,178,232,0.13) 33%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(103,178,232,0.13) 33%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(103,178,232,0.13) 33%, rgba(255,255,255,1) 100%);
    padding: 6% 9% 15%;
    text-align: center;
    color: #002554;
    
}    
.s4a-promise-head { 
    font-size: 3.73vw;
    color: #002554;
    font-family: 'didot-romanroman';
    margin: 2% 0 2%;
}
.s4a-promise-body {
    font-size: 2.06vw;
    font-family: 'gbook';
}
@media screen and (min-width: 1260px) {
    .s4a-promise-head {font-size: 47px;}
    .s4a-promise-body {font-size: 26px;}
}
@media screen and (max-width: 767px) {
    .s4a-promise-head {font-size: 8.73vw; margin: 5% 8%;}
    .s4a-promise-body {font-size: 3.2vw;}
}



