body {
    background: #FFFFFF;
}

img {
    max-width: 100%;
}

.sr-only {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.GEAboutUs p {
    color: #5B5B67;
    font-size: 18px;
    line-height: 28px;
}

.GEAboutUs a {
    color: #6022A6;
    text-decoration: underline;
}

/*
  Button
*/
.GEAboutUs-Button {
    background-color: #6022A6;
    border: 1px solid #6022A6;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 11.25px 24px;
    text-align: center;
    text-decoration: none;
}

.GEAboutUs-Button.GEAboutUs-ButtonSecondary {
    background-color: #FFFFFF;
    border: 1px solid #6022A6;
    color: #6022A6;
}

.GEAboutUs {
    color: #5B5B67;
    font-size: 18px;
    line-height: 28px;
}

.GEAboutUs p {
    margin-bottom: 1.5em;
}

.GEAboutUs .GEAboutUs-Header {
    padding: 56px 51px;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 84px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.GEAboutUs .GEAboutUs-HeaderContent {
    padding-left: 50px;
}

.GEAboutUs .GEAboutUs-HeaderContent p {
    font-size: 16.75px;
    line-height: 23.5px;
}

.GEAboutUs .GEAboutUs-HeaderTitle {
    color: #222222;
    font-size: 50.25px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.GEAboutUs .GEAboutUs-HeaderSplash {
    min-width: 410px;
    padding-top: 3rem;
}

.GEAboutUs .GEAboutUs-HeaderActions {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5em;
}

.GEAboutUs .GEAboutUs-Info {
    padding: 56px 51px;
}

.GEAboutUs .GEAboutUs-InfoTitle {
    padding-left: 50px;
    color: #222222;
    font-size: 27px;
    font-weight: bold;
    line-height: 31px;
}

.GEAboutUs .GEAboutUs-InfoBlocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3rem 40px;
    gap: 130px;
}

.GEAboutUs .GEAboutUs-InfoBlock {
    min-width: 40%;
}

.GEAboutUs .GEAboutUs-InfoBlockHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.GEAboutUs .GEAboutUs-InfoBlockHeaderIcon {
    width: 40px;
    height: 40px;
}

.GEAboutUs .GEAboutUs-InfoBlockHeaderTitle {
    font-size: 22.5px;
    font-weight: normal;
    line-height: 26px;
}

.GEAboutUs .GEAboutUs-InfoBlockBullets {
    list-style-type: disc;
    margin: 1rem 0 1rem 3rem;
}

.GEAboutUs .GEAboutUs-InfoBlockBullets li {
    list-style-type: disc;
    margin-bottom: 1rem;
}

.GEAboutUs .GEAboutUs-Callouts {
    padding: 56px 51px;
    background-color: #F4F1F8;
}

.GEAboutUs .GEAboutUs-CalloutsHeader {
    text-align: center;
}

.GEAboutUs .GEAboutUs-CalloutsHeaderTitle {
    color: #222222;
    font-size: 50.25px;
    line-height: 56px;
    font-weight: normal;
    margin-bottom: 3rem;
}

.GEAboutUs .GEAboutUs-CalloutsList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 20px 40px;
}

.GEAboutUs .GEAboutUs-CalloutsItem {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 470px;
    margin-bottom: 0.5rem;
}

.GEAboutUs .GEAboutUs-CalloutsItemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
    height: 100%;
}

.GEAboutUs .GEAboutUs-CalloutsItemHeader {
    color: #222222;
    font-size: 16.75px;
    font-weight: bold;
    line-height: 20px;
}

.GEAboutUs .GEAboutUs-CalloutsItem p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16.75px;
    line-height: 23px;
    margin-bottom: 1.25rem;
}

.GEAboutUs .GEAboutUs-CalloutsItemLink {
    text-decoration: none;
}

.GEAboutUs .GEAboutUs-CalloutsItemLink:hover {
    text-decoration: underline;
}

.GEAboutUs .GEAboutUs-CalloutsItemLink.External:after {
    content: '';
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGWSURBVHgB7ZfBbcIwFIb/Z8K9I6Sg3hmhbABHxMVM0HaC0g26Ab4Ax7JB2YAcK7VUGYFrK2HXTgqCgBInsTnxSZEs60X69PKe/ULwBA/nIZhcAXRTEBoz+ILU2ELAEPqTCNQroDY2oQSP8LtpB1u8F2VkL8Hbsx4UnvWyA1sYdcXXYIlCEVrlxQRJoCkipd5QFiXDwpgte9CBuSFpTTD5CA/w1nyiBXhRXCqhrKo4gy461oxQU8AQnN0lNRLroUBFcgWIhP6MvcNidd6i+RlQL2I9GKGB7mH7OpUoFPgejs1KfA6jVASxeQI4wlZgRyIC3Jq1k0yUFchSW6KuQG0JFwK1JFwJVJZwKVBJwrVAaQkfAqUkfAkYrA4r3p5yfdVzVBRI36fJfiMzh9hlQiFERYEESffHrx3PIXYS8lfPi4gqCVhgJSHi0Qbyp6uHwcX/7ffkSsBgfYElIkAfHvA38pfgKrHjfE3onuat2QQXIs0E2f2uuSPYnEowtsDliNGU0YlEcoRS0n4xfEK0REP1xccgPtz+A/Nnx30bzBleAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-left: 0.75ch;
    vertical-align: -5%;
}