.page-container {
    max-width: 844px;
    margin: auto;
    padding: 100px;
}

.loader {
    margin: auto;
    margin-top: 100px;

}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.loader:after {
    content: " ";
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, .4);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    position: absolute;
    z-index: 1;
}

.slider {
    width: 100%;
    /*margin-top: 48px;*/
    margin-bottom: 48px;
}

.logo {
    width: 219px;
    height: 63px;
    margin-bottom: 80px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-80 {
    margin-top: 64px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

hr {
    margin-top: 104px;
    margin-bottom: 80px;
}

.cta {
    background: #445464;
    border-radius: 4px;
    margin-top: 24px;
    padding: 11px 32px;
    display: inline-block;
    color: #FEFCFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body {
    font-family: 'Andada Pro', serif;
    color: #352615;
    background: #FEFCFB;
    text-size-adjust: 270%;
    /*text-size-adjust: none;*/
}

.end-wrapper {
    background: gray;
    padding: 56px 80px;
    border-radius: 4px;
    background: rgba(69, 51, 9, 0.20);
    margin-top: 97px;
}

.end-wrapper p {

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}

ul {
    margin-bottom: 64px;
}

li {
    font-size: 24px;
    /*font-style: italic;*/
    font-weight: 400;
    line-height: 150%;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

h3 {
    color: #453309;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin: 0;
}

p {
    margin: 0;
    margin-bottom: 64px;
    color: #453309;
    font-family: Andada Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

i, span {
    display: inline;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: 700;
}

.text-black {
    color: #352615;
}

