.charity--A--cap {
    max-width: 50vw;
    padding: 3vw 2vw;
    z-index: 1;
}
.charity--A--picture:before {
    position: absolute;
    content: '';
    background-color: #DAE4E6;
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
}
.charity--A--picture > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 717px;
}
.charity--A--starter{
	max-width: 60vw;
}
.charity--A--starter > h1 {
    color: #000;
    font-size: 3.802vw;
    margin-top: 5.917vw;
    margin-bottom: 3vw;
    text-align: center;
}
.org--share {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    margin-bottom: 3vw;
}
.org--share > *:not(:last-child) {
    margin-right: 0.5vw;
}
.charity--author > span {
    z-index: 1;
    font-size: 1.6vw;
}
.vector--author {
    width: 3vw;
    top: 0;
    left: -3vw;
    z-index: 1;
}
.vector--polygon {
    width: 4vw;
    top: -1vw;
    left: -2vw;
    z-index: 0;
}
.node--desc {
    margin-top: 3vw;
    margin-bottom: 4vw;
}
.node--desc > h2 {
    font-size: 1.25vw;
    font-weight: 700;
    margin-bottom: 1vw;
}
.node--desc > p {
    font-size: 0.885vw;
    line-height: 1.75;
}
.node--desc > p:not(:last-child) {
    margin-bottom: 1vw;
}
.node--desc > p > a {
    display: inline-block;
    color: #4267b2;
    font-weight: 700;
}
.org--related--node {
    background-color: #dae4e6;
    padding: 6vw 2vw;
}
.dir--center {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4vw;
}
.c--m--head > svg {
    position: absolute;
    width: 4vw;
    top: -1vw;
    left: -1vw;
    z-index: 0;
}
.c--m--head > h2 {
    color: #000;
    font-size: 2.1vw;
    font-weight: 800;
}
.c--m--head > h2 span {
    display: inline-block;
    font-weight: inherit;
    color: var(--middleblue);
}
.org--relbox {
	position: relative;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
}
.org--relbox:before {
    position: absolute;
    content: '';
    top: -0.781vw;
    left: -0.781vw;
    width: calc( 100% + 1.042vw );
    height: calc( 100% + 1.042vw );
    border: 0.208vw solid #000;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
.org--relbox:hover:before {
    opacity: 1;
}
.org--relbox:not(:last-child)::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -12%;
	width: 12%;
	height: 0.208vw;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.org--relbox:not(:last-child):hover::after {
    top: 33%;
    left: 85%;
    height: 0.104vw;
}
.org--relbox > * {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.A--N--info {
	background-color: var(--cream);
	padding: 0.5vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.A--N--cap img {
    height: 100%;
}
.A--N--info > p {
    margin-bottom: 1vw;
    font-size: 0.781vw;
}
.A--N--info > h3 {
    color: #000;
    font-size: 0.677vw;
    line-height: 1.7;
}
.org--cv {
    padding: 5vw 1vw;
}
.org--cv--tree {
    max-width: 50vw;
}
.org--cv--cap {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.org--cv--text {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	margin-left: 1vw;
	margin-right: 1vw;
	height: 29.35rem;
	overflow-y: scroll;
	padding-right: 0.5rem;
	font-size: 0.781vw;
	line-height: 1.7;
}
.org--cv--text::-webkit-scrollbar {
    width: 0.260vw;
}
.cv--i li:not(:last-child) {
    margin-bottom: 2vw;
}
.cv--i li a:hover {
    text-decoration: underline;
}
.cv--i li svg {
	width: 1.5vw;
	height: 1.5vw;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 0.5vw;
}
.cv--i li svg + span {
	font-size: 0.781vw;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media only screen and (min-width: 320px) and (max-width: 1366px){
	.dir--center {
		margin-bottom: 5rem;
	}
	.node--desc {
		margin-top: 3rem;
		margin-bottom: 4rem;
	}
	.org--relbox:before {
		width: calc( 100% + 0.5rem);
		height: calc( 100% + 0.5rem);
		border-width: 0.1rem;
		top: -0.4rem;
		left: -0.35rem;
	}
	.A--N--info {
		padding: 1rem;
	}
	.A--N--info > p {
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	.A--N--info > h3 {
		font-size: .8rem;
		line-height: 1.5;
	}
	.charity--A--starter,.charity--A--cap {
		max-width: 70rem;
		padding: 2rem 2rem;
	}
	.charity--A--starter > h1 {
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
	.vector--i {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 1.5rem;
	}
	.vector--i > svg {
		width: 1rem;
		height: 1rem;
	}
	.org--share > *:not(:last-child) {
		margin-right: 1rem;
	}
	.vector--author {
		width: 2.5rem;
		left: -2.6rem;
	}
	.vector--polygon {
		width: 3rem;
		top: -1rem;
		left: -2rem;
	}
	.charity--author {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.charity--author > span {
		font-size: 1.5rem;
	}
	.node--desc > p {
		font-size: 0.938rem;
	}
	.node--desc > h2 {
		font-size: 1.0625rem;
		margin-bottom: 1.1rem;
	}
	.c--m--head > h2 {
		font-size: 1.5rem;
	}
	.c--m--head > svg {
		width: 3rem;
		top: -0.75rem;
		left: -1rem;
	}
	.org--related--node {
		padding: 7rem 1.5rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1280px){
	.charity--A--starter > h1 {
		font-size: 2.9rem;
	}
	.node--desc{
		margin-top: 3rem;
	}
	.org--relbox {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.org--relbox:not(:last-child)::after{
		width: 0;
		height: 0;
		background-color: transparent;
		visibility: hidden;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px){
	.charity--A--starter > h1 {
		font-size: 2.1rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 820px){
	.charity--A--starter > h1 {
		font-size: 1.513rem;
	}
	.org--relbox {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.org--relbox:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 490px){
	.charity--A--starter, .charity--A--cap {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.charity--A--starter > h1 {
		font-size: 1.5rem;
	}
	.charity--author > span {
		font-size: 1rem;
	}
	.c--m--head > h2 {
		font-size: 1.1rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 414px){
	.A--N--cap {
		display: none;
	}
	.A--N--info {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}