.financing-container {
    display: flex;
    justify-content: center;
}
 .financing-container img {
	 height: 150px;
}
.financing-container .component-container {
    border-radius: 7px;
    width: 85%;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}
 .financing-container .component-payment-container {
	 width: 100%;
	 margin-bottom: 2rem;
}
 .financing-container .component-information-wrap {
	 display: flex;
	 flex-grow: 1;
}
.financing-container .component-information {
    display: flex;
    flex: 0 0 350px;
    flex-direction: column;
    background-color: #FAFAFA;
    padding: 5rem 2.5rem;
}
.financing-container .component-form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem 5rem;
    background-color: #fff;
}
 .financing-container .component-form .inline-form-groups {
	 flex-grow: 1;
}
 .financing-container .button-row-border {
	 border-top: 1px solid #d4d4d4;
}
 .financing-container .button-row-border .nav-button.hollow.search {
	 float: right;
	 margin-right: 0;
}
.financing-container .payment-info .amount-description-title {
    font-size: 16px;
    margin-bottom: 1.5rem;
}
 .financing-container .payment-info .income-amount {
	 font-size: 27px;
    font-weight: 600;
}
 .financing-container .payment-info .tax-amount {
	 font-size: 18px;
}


/** CUSTOM MSANTOS **/
.cms-top-menu {
    width: 100%;
    margin-bottom: 2rem;
}

.cms-top-menu-nav {
    display: flex;
    border: 1px solid #BEB9B4;
    /* padding: 1.5rem; */
    justify-content: space-around;
    border-radius: 30px;
    overflow: hidden;
}

.cms-top-menu-button {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #BEB9B4;
    text-transform: uppercase;
    padding: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
.cms-top-menu-button:nth-child(2) {
    border-left: 1px solid #BEB9B4;
    border-right: 1px solid #BEB9B4;
}
.cms-top-menu-button.active {
    background-color: #D42D12;
    color: #fff;
}