/* list content + img  */
.list-img__wrapp{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-img__lists{
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}

.list-img__list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.list-img__item{
    font-size: 16px;
    line-height: 145%;
    color: #001A35;
    opacity: 0.75;
}

.mw-520 {
    max-width: 520px;
}

.img__column img{
    width: 100%;
    border-radius: 40px;
}

/* Plaicing grid section 3 column */
.placing {
    padding: 88px 60px; 
    border-radius: 40px;
    background: linear-gradient(259.26deg, #F4F1EC 0.02%, #A5C5D0 99.95%);
    position: relative;
}

.grid-3c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 56px;
}

.placing__grid {
    position: relative;
    z-index: 1;
    color: #001A35;
}

.placing__title{
    text-align: center;
}

.placing__item{
    padding: 30px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.placing-subtitle{
	margin-top: 20px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.placing__text-wrapp{
    margin-top: 10px;
}

.placing__icon{
    width: 45px;
    margin-bottom: 8px;
}

.placing__text{
	margin-top: 10px;
}

.placing__link{
    margin-top: 4px;
    font-weight: 600;
    color: #5899AF;
}

.placing__text.bold{
	font-weight: 800;
    color: #001A35;
}

.placing__decor {
    background: url('https://synapsestage.wpengine.com/wp-content/uploads/2025/10/Brand-Pattern-01.svg');
    background-size: cover;
	background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 490px;
    height: 50%;
}

.placing__btn{
    margin-top: 20px;
    padding: 12px 30px;
    width: 145px;
    height: 44px;
    background: #A5C5D0;
    border-radius: 40px;
    text-align: center;
}

/* Beige grid cards */
.subtitle-support{
    max-width: 460px;
    margin: auto;
    margin-top: 20px;
}

.support__grid {
    margin-top: 50px;
    color: #001A35;
}

.support__content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #F4F1EC;
    padding: 40px;
}

.mydme{
    color: ##001A35;
    font-weight: 800;
}

.support__img {
    width: 60px;
}

.support__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email-clr-chclt {
    color: #786959;
    font-weight: 600;
}

/* blue cta */
.cta {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 64px 40px;
    gap: 32px;
    width: 100%;
    background: linear-gradient(259.08deg, #5899AF -0.13%, #001A35 99.93%);
    border-radius: 16px;
}

.cta-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 380px;
}

.cta-title{
 	text-align: center;   
}

.cta-btn {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px 12px 30px;
    gap: 10px;
    width: 100%;
    max-width: 200px;
    max-height: 60px;
    background: #CCDAE1;
    border-radius: 40px;
}

/* video training */
.video-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.video-item {
    width: 100%;
}

.video-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    border-radius: 16px;
    align-self: stretch;
    max-height: 160px;
    height: 100%;
    margin-bottom: 16px;
}

.video-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 145%;
    text-align: center;
}

/* synapse portal */
.synapse-portal__grid {
    margin-top: 50px;
}

.grid-2c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
}

.synapse-portal__content {
    background-color: #E9EFF2;
    padding: 115px 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #001A35;
}

.synapse-portal__img {
    background: #F7F8F9;
    box-shadow: 0px 12px 40px rgba(36, 31, 38, 0.1);
    overflow: hidden;
}

.synapse-portal__img img {
    width: 100%;
}

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

.br-16 {
    border-radius: 16px;
}

.br-40 {
    border-radius: 40px;
}

.list__check-mark {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    list-style: none;
}

.list__check-mark li {
    font-size: 20px;
    line-height: 145%;
    position: relative;
    padding-left: 30px;
}

.list__check-mark li::before {
    content: '';
    background-image: url(https://synapsestage.wpengine.com/wp-content/uploads/2025/10/listCheckMark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
}