


.contentWrapper {padding-top: 210px}
.whiteWrapper  {padding:0;}
.homeHeroContent {max-width: 730px;}

.homeHeroGradient {position: absolute;z-index: 2;right: 0;bottom: 0;left: 0;height: 140px;background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);background: linear-gradient(180deg, rgb(99.608% 99.608% 99.608% / 0) 0%, rgb(99.612% 99.612% 99.612% / 0.009607359798384785) 6.25%, rgb(99.623% 99.623% 99.623% / 0.03806023374435663) 12.5%, rgb(99.641% 99.641% 99.641% / 0.08426519384872738) 18.75%, rgb(99.665% 99.665% 99.665% / 0.1464466094067262) 25%, rgb(99.695% 99.695% 99.695% / 0.22221488349019886) 31.25%, rgb(99.729% 99.729% 99.729% / 0.3086582838174551) 37.5%, rgb(99.766% 99.766% 99.766% / 0.40245483899193585) 43.75%, rgb(99.804% 99.804% 99.804% / 0.49999999999999994) 50%, rgb(99.842% 99.842% 99.842% / 0.5975451610080641) 56.25%, rgb(99.879% 99.879% 99.879% / 0.6913417161825448) 62.5%, rgb(99.913% 99.913% 99.913% / 0.777785116509801) 68.75%, rgb(99.943% 99.943% 99.943% / 0.8535533905932737) 75%, rgb(99.967% 99.967% 99.967% / 0.9157348061512727) 81.25%, rgb(99.985% 99.985% 99.985% / 0.9619397662556434) 87.5%, rgb(99.996% 99.996% 99.996% / 0.9903926402016152) 93.75%, rgb(100% 100% 100%) 100%);}
.ctaText, p, li, .contentDiv td, .Normal {font-size: 110%;}


.missionDiv {
    padding: 140px 0;
}
.missionWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 66px;
    row-gap: 25px;
}
.missionItem {
    text-align: center;
    position: relative;
    flex: 0 0 calc(50% - 34px);
    display: flex;
    flex-direction: column;
}
.missionLeft {
    display: block;
    padding: 0;
}
.missionRight {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    opacity: 10%;
    width: unset;
    height: 200px;
}
.missionRight img {
    max-height: 100%;
}

@media all and (max-width: 900px) {
    .missionWrap {column-gap: 35px;}
    .missionItem {flex: 0 0 calc(50% - 19px);}
}

@media all and (max-width: 765px) {
    .missionItem {flex: 0 0 100%;}
    .missionWrap {row-gap: 160px;}
}