
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary: #423120;
    --primary-rgb: 66, 49, 32;
    --secondary: #F4F1EE;
    --light-brown: #685a4d;
    --orange: #F48722;
    --orange-rgb: 244, 135, 34;
    --light-orange: #F4B022;
    --blue: #95BEDC;
    --light-blue: #A9DBD7;
    --green: #4D761A;
    --light-green: #A1AB89;
    --red: #D0354C;
    --purple: #9C8EAC;
    --purple-light: #9D98D0;
    --light-red: #D88595;
    --section-spacing: 60px;

    --green-gradient: linear-gradient(146.03deg, #4D761A 13.35%, #4F771D 29.11%, #587D28 43.12%, #66853B 57.13%, #7A9255 70.26%, #93A277 83.4%, #A1AB89 89.53%);
    --orange-gradient: linear-gradient(146.03deg, #F48722 13.35%, #F48A22 37.86%, #F49522 60.63%, #F4A822 82.52%, #F4B022 89.53%);
    --blue-gradient: linear-gradient(146.03deg, #95BEDC 10.42%, #97C1DB 42.53%, #9FCCD9 71.72%, #A9DBD7 95.07%);
    --red-gradient: linear-gradient(146.03deg, #D0354C 13.35%, #D0384F 31.73%, #D14359 48.37%, #D3566A 64.13%, #D57082 79.89%, #D88595 89.53%);
    --purple-gradient: linear-gradient(146.03deg, #9C8EAC 13.35%, #9C8FAF 39.61%, #9C92BA 63.26%, #9C97CD 86.9%, #9D98D0 89.53%);
}
@media (min-width: 768px) {
    :root {
        --section-spacing: 60px;
    }
}
@media (min-width: 992px) {
    :root {
        --section-spacing: 80px;
    }
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-size: 16px;
    background: #fff;
}

@media (min-width: 1270px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Outfit', sans-serif;
    /*font-family: 'Aleo', sans-serif*/

    color: var(--primary);
    line-height: 1.4;
    font-weight: 300;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1204px;
    }
}



.wp-bootstrap-blocks-container,
.wp-block-wp-bootstrap-blocks-container{
    max-width: 100% !important;
    padding: 24px 24px 24px 24px !important;
    background: #fff !important;
    border-radius: 10px;
    margin: 1.5rem 0 !important;
}
.wp-bootstrap-blocks-container p:last-child {
    margin-bottom: 0 !important;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Phudu', sans-serif;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 1.25rem 0;
    letter-spacing: 0.025em;
}
h5, .h5, h6, .h6 {
    line-height: 1.2;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
}
h1, .h1 {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 1.25rem;
    }
}

h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: 1.75rem;
    }
}

h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    h3, .h3 {
        font-size: 1.25rem;
    }
}

h4, .h4 {
    font-size: 1.125rem;
    margin-bottom: .75rem;
}

h5, .h5 {
    font-size: 18px;
    margin-bottom: .5rem;
}

h6, .h6 {
    font-size: 1rem;
    margin-bottom: .5rem;
}



p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

p a {
   text-decoration: underline;
}


ul {
    margin: 0 0 1rem 0;
    padding-left: 30px;
}

ul li {
    font-size: 1rem;
    line-height: 1.6;
}
a {
    color: inherit;
    text-decoration: none;
}

blockquote {
    margin: 0;
}

figure {
    margin: 0;
}



.img-cover {
    font-family: object-fit\: cover;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}


.landscape,
.portrait {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.landscape {
    padding-top: 62.4113475177305%;
    padding-top: 56.7375886524823%;
}
.portrait {
    padding-top: 124.822695035461%;
}
.landscape img,
.portrait img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;

    font-family: object-fit\: cover;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 576px) {
    .landscape,
    .portrait {
        border-radius: 4px;
    }
}
@media (min-width: 992px) {
    .portrait-lg { /* transform landscape to portrait on lg views */
        padding-top: 124.822695035461% !important;
    }

}


.alignfull {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.btn,
.btn-primary,
.wp-block-wp-bootstrap-blocks-button {
    font-family: 'Phudu', sans-serif;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 11px 20px 12px 20px;
    letter-spacing: .025em;
    box-shadow: none;
    outline: 0;
    border-radius: 8px;
    text-align:center;
    transition: .2s ease all;

    justify-content: center;
    align-items: center;
    color: var(--primary) !important;

    border: 2px solid var(--primary);
    background-color: transparent !important;
    background-image: none;
}
.btn-block {
    width: 100%;
    display: flex;
}
.btn-dark,
.btn-secondary {
    background: var(--primary) !important;
    color: #fff !important;
}
.btn-green {
    background: var(--green) !important;
    border-color: var(--green)  !important;
    color: #fff  !important;
}
.btn-red {
    background: var(--red) !important;
    border-color: var(--red)  !important;
    color: #fff  !important;
}
.btn:hover {
    color: #fff !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}
.row > [class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

.row-wide {
    margin-left: -20px;
    margin-right: -20px;
}
.row-wide > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px) {

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-wide {
        margin-left: -40px;
        margin-right: -40px;
    }
    .row-wide > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.row-condensed {
    margin-left: -8px;
    margin-right: -8px
}

.row-condensed > [class*="col"] {
    padding-left: 8px;
    padding-right: 8px
}



blockquote {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    /*border-left: 5px solid #ffbd6c;*/

    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 300 !important;

    margin: 1.5rem 0 1.5rem 0;
}
blockquote p {
    display: inline;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
}
/*
blockquote:before {
    font-family: 'Phudu', sans-serif;
    font-weight: 900;
    content: '\201C';

}
blockquote:after {
    font-family: 'Phudu', sans-serif;
    font-weight: 900;
    content: '\201D';
}*/



