/** MODAL CONTENT CLASSES **/

.ib-reassurance .ib-table {
    border: none;
}
.ib-reassurance .ib-table tr {
    display: grid;
    grid-template-columns: 2fr 7fr;
    width: 100%;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 0;
}
@media (max-width:768px) {
    .ib-reassurance .ib-table tr {
        gap: 1.5rem;
        padding: 1rem 0;
    }
}
.ib-reassurance .ib-table.ib-table-centered tr {
    min-height: 90px;
    align-items: center;
}
.ib-reassurance .ib-table.ib-bottom-line tr {
    border-bottom: 1px solid #CDCDCD;
    border-image: linear-gradient(
        to right, 
        transparent 5%, 
        #CDCDCD 5%,
        #CDCDCD 95%, 
        transparent 95%
    ) 5;
}
.ib-reassurance .ib-table.ib-bottom-line tr:last-child {
    border-bottom: none;
}


.ib-reassurance .ib-table td:first-child {
    max-width: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	height: 100%;
}
@media (max-width:768px) {
    .ib-reassurance .ib-table td:first-child {
        max-width: 100%;
    }
}
.ib-reassurance .ib-table img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.ib-reassurance .ib-table.ib-table-centered img {
    margin: auto auto;
}


.ib-reassurance .ib-table td:nth-child(2) {
	line-height: 1.25;
	font-weight: 400;
	padding: 0.15rem 0;
}

.ib-reassurance .ib-table.ib-table-justify td:nth-child(2) {
    text-align: justify;
}

.ib-reassurance .ib-table .ib-text-primary {
    color: #ef781c;
}
.ib-reassurance .ib-table a {
    color: #2A95F9 !important;
    font-weight: 400 !important;
    text-decoration: underline;
}

.paypo {
    min-width: 100%;
    min-height: 100%;
}
.paypo .paypo__container {
	min-width: calc(100% + 30px);
	min-height: 80dvh;
	border: none;
	margin: 0 -15px;
}