@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap);

#contact h3 {
    color: #5c5b59;
    margin-bottom: 5px
}

#contact p {
    font-size: 16px;
    color: #5c5b59
}

#contact .container .wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

@media(min-width: 768px)and (max-width: 1280px) {
    #contact .container .wrapper {
        gap: 30px;
        align-items: center
    }
}

@media(max-width: 767.98px) {
    #contact .container .wrapper {
        flex-direction: column;
        gap: 50px
    }
}

#contact .container .wrapper .left-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 50%
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .left-col {
        width: 100%
    }
}

#contact .container .wrapper .left-col img {
    border-radius: 30px;
    height: 400px;
    width: auto
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .left-col img {
        height: 100%;
        width: 100%
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    #contact .container .wrapper .left-col img {
        height: auto;
        width: 100%
    }
}

#contact .container .wrapper .right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .right-col {
        width: 100%
    }
}

#contact .container .wrapper .right-col .col {
    gap: 25px;
    display: flex;
    align-items: center;
    width: 100%
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .right-col .col {
        gap: 10px
    }
}

#contact .container .wrapper .right-col .col .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 81px
}

#contact .container .wrapper .right-col .col .img-wrapper .img-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    z-index: -1
}

@media(min-width: 768px)and (max-width: 1280px) {
    #contact .container .wrapper .right-col .col .img-wrapper .img-bg {
        left: 0px
    }
}

#contact .container .wrapper .right-col .col .img-wrapper img {
    display: block;
    width: 35px;
    height: 35px
}

#contact .container .wrapper .right-col .col .content {
    background-color: #fcfaf4;
    border-radius: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px;
    width: 100%
}

@media(min-width: 768px)and (max-width: 1280px) {
    #contact .container .wrapper .right-col .col .content {
        width: 100%
    }
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .right-col .col .content {
        width: 100%
    }
}

#contact .container .wrapper .right-col .col .content a,
#contact .container .wrapper .right-col .col .content span {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    color: #5c5b59;
    text-decoration: none;
    font-weight: 600
}

@media(max-width: 767.98px) {

    #contact .container .wrapper .right-col .col .content a,
    #contact .container .wrapper .right-col .col .content span {
        font-size: 13px
    }
}

@media(min-width: 768px)and (max-width: 1280px) {

    #contact .container .wrapper .right-col .col .content a,
    #contact .container .wrapper .right-col .col .content span {
        font-size: 14px
    }
}

#contact .container .wrapper .right-col .col .content a:hover {
    color: #d88368
}

#contact .container .wrapper .right-col p {
    color: #d88368;
    font-family: "Sora", sans-serif;
    font-size: 18px
}

#contact .container .wrapper .right-col .Link {
    border-radius: 100px;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d88368;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#contact .container .wrapper .right-col .Link:hover {
    background-color: #c86647;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

#contact .container .wrapper .right-col .Link span {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center
}

@media(max-width: 767.98px) {
    #contact .container .wrapper .right-col .Link span {
        font-size: 16px
    }
}

#Preparativos {
    margin-bottom: 100px;
    margin-top: 100px
}

#Preparativos h3 {
    color: #5c5b59;
    margin-bottom: 50px
}

#Preparativos .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px
}

#Preparativos .wrapper .img-col {
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px
}

#Preparativos .wrapper .img-col.light {
    background-color: #f7f5e8
}

#Preparativos .wrapper .img-col.orange {
    background-color: #d88368
}

#Preparativos .wrapper .half-col {
    display: flex;
    flex-direction: row;
    gap: 30px
}

@media(max-width: 1280px) {
    #Preparativos .wrapper .half-col {
        flex-direction: column
    }
}

#Preparativos .wrapper .col,
#Preparativos .wrapper .col-full {
    padding: 20px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    min-height: 80px;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

@media(max-width: 767.98px) {

    #Preparativos .wrapper .col,
    #Preparativos .wrapper .col-full {
        gap: 15px
    }
}

#Preparativos .wrapper .col:hover,
#Preparativos .wrapper .col-full:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer
}

#Preparativos .wrapper .col.green,
#Preparativos .wrapper .col-full.green {
    background-color: #a0ab99
}

#Preparativos .wrapper .col.orange,
#Preparativos .wrapper .col-full.orange {
    background-color: #d88368
}

#Preparativos .wrapper .col.orange:hover,
#Preparativos .wrapper .col-full.orange:hover {
    background-color: #c86647
}

#Preparativos .wrapper .col.transparent,
#Preparativos .wrapper .col-full.transparent {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

#Preparativos .wrapper p {
    font-size: 16px;
    color: #5c5b59;
    line-height: 120%
}

@media(max-width: 767.98px) {
    #Preparativos .wrapper p {
        font-size: 15px
    }
}

#Preparativos .wrapper p.light {
    color: #f7f5e8
}

#Preparativos .wrapper p.orange {
    color: #d88368
}

footer {
    background-color: #faf9f3;
    padding-top: 35px;
    padding-bottom: 35px
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 767.98px) {
    footer .container {
        flex-direction: column;
        justify-content: center;
        gap: 20px
    }
}

footer .container p {
    font-size: 11px;
    font-weight: 300
}

@media(max-width: 767.98px) {
    footer .container p {
        text-align: center
    }
}

#footer {
    display: none
}

hr {
    display: none
}

#whay .col {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    #whay .col {
        flex-direction: row;
        align-items: center
    }
}

#whay .col h3 {
    color: #5c5b59
}

#whay .col a {
    background-color: #d88368;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    height: fit-content;
    white-space: nowrap;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#whay .col a:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer;
    background-color: #c86647
}

@media(max-width: 767.98px) {
    #whay .col a {
        margin-top: 0;
        min-height: 45px
    }
}

#whay .text-col {
    border-radius: 30px;
    padding: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#whay .text-col:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer
}

#whay .text-col p {
    color: #fff;
    line-height: 150%
}

#whay .text-col.orange {
    background-color: #d88368;
    margin-bottom: 20px
}

#whay .text-col.orange p {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 300
}

#whay .text-col.green {
    background-color: #a0ab99
}

#whay .text-col.green span {
    color: #5c5b59;
    font-family: "Source Sans";
    font-size: 18px;
    font-weight: bold;
    font-style: italic
}

#whay .text-col.green p {
    color: #f7f5e8;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 600
}

#accordions {
    margin-top: 50px
}

#accordions h3 {
    margin-bottom: 50px;
    color: #5c5b59
}

#accordions .accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px
}

#accordions .accordion-wrapper .accordion-item {
    background-color: #fcfaf4;
    width: 100%;
    border-radius: 70px;
    border: unset;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 30px;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease, padding .3s ease
}

#accordions .accordion-wrapper .accordion-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

#accordions .accordion-wrapper .accordion-item.open {
    background-color: #fff;
    padding-bottom: 40px
}

#accordions .accordion-wrapper .accordion-item.open img.arrow {
    transform: rotate(180deg)
}

#accordions .accordion-wrapper .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px
}

#accordions .accordion-wrapper .accordion-item .accordion-header span {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #5c5b59
}

@media(max-width: 767.98px) {
    #accordions .accordion-wrapper .accordion-item .accordion-header span {
        font-size: 16px
    }
}

#accordions .accordion-wrapper .accordion-item .accordion-header img.arrow {
    transition: transform .3s ease
}

#accordions .accordion-wrapper .accordion-item .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, margin-top .3s ease;
    margin-top: 0
}

#accordions .accordion-wrapper .accordion-item .accordion-body p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5c5b59
}

#accordions .accordion-wrapper .accordion-item .accordion-body.open {
    max-height: 500px;
    margin-top: 10px
}

#Consultations_Sport {
    margin-bottom: 50px
}

#Consultations_Sport h3 {
    margin-bottom: 50px;
    color: #5c5b59
}

#Consultations_Sport p {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5c5b59
}

#Consultations_Sport p span {
    color: #d88368 !important;
    font-family: "Source Serif ";
    font-size: 18px;
    font-style: italic;
    font-weight: bold
}

#Consultations_Sport .tabs {
    margin-top: 50px
}

#Consultations_Sport .tabs .tabs-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: -28px
}

@media(max-width: 767.98px) {
    #Consultations_Sport .tabs .tabs-buttons {
        flex-direction: column
    }
}

#Consultations_Sport .tabs p {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: light
}

#Consultations_Sport .tabs p span {
    font-family: "Source Serif ";
    font-weight: bold;
    color: #5c5b59
}

#Consultations_Sport .tabs button {
    font-family: "Sora", sans-serif;
    font-weight: bold;
    font-size: 18px;
    border: unset;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    border-radius: 50px;
    flex: 1;
    color: #5c5b59;
    cursor: pointer;
    z-index: 9;
    background-color: #f7f5e8
}

@media(min-width: 768px)and (max-width: 1280px) {
    #Consultations_Sport .tabs button {
        font-size: 14px
    }
}

#Consultations_Sport .tabs button.active {
    background-color: #fcfaf4;
    box-shadow: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

@media(max-width: 767.98px) {
    #Consultations_Sport .tabs button.active {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }
}

#Consultations_Sport .tabs .tabs-content {
    padding-top: 10px;
    min-height: 140px;
    background-color: #fcfaf4;
    padding: 50px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -12px;
    z-index: 1;
    position: relative
}

.container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%
}

#specializations {
    margin-bottom: 100px
}

@media(max-width: 767.98px) {
    #specializations {
        margin-bottom: 50px;
        margin-top: 50px
    }
}

#specializations h3 {
    margin-bottom: 30px;
    color: #5c5b59
}

#specializations p {
    font-weight: 300;
    color: #5c5b59;
    font-family: "Sora", sans-serif;
    font-size: 16px
}

#specializations p span {
    color: #d88368;
    font-family: "Source Serif ";
    font-size: 18px;
    font-weight: bold;
    font-style: italic
}

#specializations .items {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px
}

@media(max-width: 767.98px) {
    #specializations .items {
        flex-direction: column
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    #specializations .items {
        flex-wrap: wrap
    }
}

#specializations .items .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    border-radius: 30px;
    padding: 20px;
    flex: 1;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

@media(min-width: 768px)and (max-width: 1280px) {
    #specializations .items .item {
        flex: auto
    }
}

#specializations .items .item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer
}

#specializations .items .item img {
    width: fit-content
}

#specializations .items .item.transparent {
    background-color: #fcfaf4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

@media(min-width: 768px)and (max-width: 1280px) {
    #specializations .items .item.transparent {
        width: 48%
    }
}

@media(max-width: 767.98px) {
    #specializations .items .item.transparent {
        align-items: center
    }
}

#specializations .items .item.transparent p {
    font-family: "Sora", sans-serif;
    color: #5c5b59;
    font-size: 14px;
    font-weight: bold
}

#specializations .items .item.orange {
    background-color: #d88368;
    justify-content: center
}

@media(min-width: 768px)and (max-width: 1280px) {
    #specializations .items .item.orange {
        width: 100%
    }
}

#specializations .items .item.orange:hover {
    background-color: #c86647
}

#specializations .items .item.orange p {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center
}

#Abouth {
    margin-bottom: 150px
}

@media(max-width: 767.98px) {
    #Abouth {
        margin-bottom: 50px
    }
}

#Abouth h3 {
    margin-bottom: 30px;
    color: #5c5b59
}

#Abouth .wrapper {
    margin-top: 30px;
    display: flex;
    gap: 30px
}

@media(max-width: 767.98px) {
    #Abouth .wrapper {
        flex-direction: column
    }
}

#Abouth .wrapper .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 767.98px) {
    #Abouth .wrapper .col {
        gap: 25px
    }
}

#Abouth .wrapper .col h4 {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #5c5b59
}

#Abouth .wrapper .col h4 span {
    font-weight: bold
}

#Abouth .wrapper .col p {
    font-weight: 300;
    font-size: 16px;
    font-family: "Sora", sans-serif;
    color: #5c5b59
}

#Abouth .wrapper .col img {
    width: fit-content
}

.no-img .signature {
    display: none
}

#Header {
    background-color: #faf9f3;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99999
}

#Header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#Header h2 a {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #5c5b59;
    font-family: "NHaasGroteskDSPro", sans-serif;
    text-decoration: none;
    transition: transform .25s ease, color .25s ease
}

#Header h2 a:hover {
    transform: scale(1.02)
}

#Header h2 a span {
    font-weight: bold
}

#Header ul {
    list-style: none;
    display: flex;
    gap: 20px
}

#Header ul li a {
    color: #5c5b59;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all .25s ease
}

#Header ul li a.active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    font-size: 15px
}

#Header ul li a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    cursor: pointer;
    font-size: 15px
}

#Header .btn {
    font-family: "NHaasGroteskDSPro", sans-serif;
    font-size: 14px;
    font-weight: 300;
    border-radius: 100px;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #d88368;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#Header .btn:hover {
    background-color: #c86647;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

@media(max-width: 768px) {

    #Header .desktop-menu,
    #Header .desktop-btn {
        display: none
    }
}

#Header .burger {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: none
}

#Header .burger span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d88368;
    left: 0;
    transition: all .4s ease
}

#Header .burger span:nth-child(1) {
    top: 0
}

#Header .burger span:nth-child(2) {
    top: 9px
}

#Header .burger span:nth-child(3) {
    top: 18px
}

#Header .burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px
}

#Header .burger.open span:nth-child(2) {
    opacity: 0
}

#Header .burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px
}

@media(max-width: 768px) {
    #Header .burger {
        display: block
    }
}

#Header .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #faf9f3;
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08)
}

#Header .mobile-menu.open {
    max-height: 500px
}

#Header .mobile-menu ul {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 25px;
    text-align: center
}

#Header .mobile-menu ul li a {
    font-size: 18px;
    color: #5c5b59;
    text-decoration: none;
    font-family: "Sora", sans-serif
}

#Header .mobile-menu .btn {
    margin: 20px auto 30px
}

@media(min-width: 768px) {
    #Header .mobile-menu {
        display: none
    }
}

#AboutMeHero {
    margin-bottom: 120px;
    margin-left: 5%;
    width: 95%
}

#AboutMeHero .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #AboutMeHero .top {
        flex-direction: column-reverse
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    #AboutMeHero .top {
        gap: 50px
    }
}

#AboutMeHero .top .col {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(min-width: 768px)and (max-width: 1280px) {
    #AboutMeHero .top .col {
        margin-top: 95px
    }
}

@media(max-width: 767.98px) {
    #AboutMeHero .top .col {
        margin-right: 5%;
        margin-top: 50px
    }
}

#AboutMeHero .top .col h1 {
    margin-bottom: 20px;
    font-size: 42.62px;
    font-weight: 300
}

#AboutMeHero .top .col p {
    color: #5c5b59;
    font-size: 17px;
    font-weight: bold;
    font-family: "Sora", sans-serif;
    margin-bottom: 40px
}

#AboutMeHero .top .col p span {
    font-weight: bold
}

#AboutMeHero .top .col a {
    color: #fff;
    background-color: #d88368;
    font-weight: 300;
    font-size: 14px;
    font-family: "Sora", sans-serif;
    border-radius: 100px;
    padding: 30px;
    text-decoration: none;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#AboutMeHero .top .col a:hover {
    background-color: #c86647;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

@media(max-width: 767.98px) {
    #AboutMeHero .top .col a {
        width: 100%;
        justify-content: center
    }
}

#AboutMeHero .top .right-col {
    position: relative
}

#AboutMeHero .top .right-col .bg {
    float: right;
    width: 50vw;
    opacity: 0;
    animation: fadeIn .8s forwards
}

@media(max-width: 767.98px) {
    #AboutMeHero .top .right-col .bg {
        width: 100vw
    }
}

#AboutMeHero .top .right-col .person {
    position: absolute;
    top: 25%;
    width: 35vw;
    left: -30%;
    transform: scale(0);
    opacity: 0;
    animation: scaleIn .8s forwards;
    animation-delay: .8s
}

@media(min-width: 768px)and (max-width: 1280px) {
    #AboutMeHero .top .right-col .person {
        left: -6%
    }
}

@media(max-width: 767.98px) {
    #AboutMeHero .top .right-col .person {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 80vw;
        margin-top: 25px
    }
}

#AboutMeHero .bottom {
    display: flex;
    justify-content: space-between;
    margin-right: 5%
}

@media(max-width: 767.98px) {
    #AboutMeHero .bottom {
        flex-direction: column;
        gap: 25px;
        margin-right: 5%
    }
}

#AboutMeHero .bottom .items {
    display: flex;
    gap: 10px
}

@media(max-width: 767.98px) {
    #AboutMeHero .bottom .items {
        justify-content: center
    }
}

#AboutMeHero .bottom .items img {
    width: 50px;
    height: 50px
}

#AboutMeHero .bottom .phone {
    border: 1px solid #d88368;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    gap: 20px
}

#AboutMeHero .bottom .phone:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer
}

@media(max-width: 767.98px) {
    #AboutMeHero .bottom .phone {
        justify-content: center
    }
}

#AboutMeHero .bottom .phone a {
    text-decoration: none;
    color: #5c5b59;
    font-size: 16px;
    font-weight: bold;
    font-family: "Sora", sans-serif;
    margin-right: 30px
}

.last-paragraf {
    margin-bottom: 50px
}

#p-container {
    margin-top: -15px
}

.AboutMe {
    color: #5c5b59;
    font-size: 17px;
    font-weight: 300;
    font-family: "Sora", sans-serif
}

#AboutMe #Abouth {
    margin-bottom: 0px
}

#AboutMe #Abouth .wrapper .col img {
    display: none !important
}

#AboutMe #Abouth .wrapper .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px
}

#AboutMe .container {
    margin-bottom: 60px;
    margin-top: 30px
}

#HeroWork {
    margin-bottom: 120px;
    margin-left: 5%;
    width: 95%
}

#HeroWork .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #HeroWork .top {
        flex-direction: column-reverse
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    #HeroWork .top {
        gap: 50px
    }
}

#HeroWork .top .col {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(min-width: 768px)and (max-width: 1280px) {
    #HeroWork .top .col {
        margin-top: 95px
    }
}

@media(max-width: 767.98px) {
    #HeroWork .top .col {
        margin-right: 5%;
        margin-top: 50px
    }
}

#HeroWork .top .col h1 {
    margin-bottom: 20px;
    font-size: 42.62px;
    font-weight: 300
}

@media(max-width: 767.98px) {
    #HeroWork .top .col h1 br {
        display: none
    }
}

#HeroWork .top .col p {
    color: #5c5b59;
    font-size: 17px;
    font-weight: bold;
    font-family: "Sora", sans-serif;
    margin-bottom: 40px
}

#HeroWork .top .col p span {
    font-weight: bold
}

#HeroWork .top .col a {
    color: #fff;
    background-color: #d88368;
    font-weight: 300;
    font-size: 14px;
    font-family: "Sora", sans-serif;
    border-radius: 100px;
    padding: 30px;
    text-decoration: none;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#HeroWork .top .col a:hover {
    background-color: #c86647;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

@media(max-width: 767.98px) {
    #HeroWork .top .col a {
        width: 100%;
        justify-content: center
    }
}

#HeroWork .top .right-col {
    position: relative
}

#HeroWork .top .right-col .bg {
    float: right;
    width: 50vw;
    opacity: 0;
    animation: fadeIn .8s forwards
}

@media(max-width: 767.98px) {
    #HeroWork .top .right-col .bg {
        width: 100vw
    }
}

#HeroWork .top .right-col .person {
    position: absolute;
    top: 25%;
    width: 35vw;
    left: -10%;
    transform: scale(0);
    opacity: 0;
    animation: scaleIn .8s forwards;
    animation-delay: .8s
}

@media(min-width: 768px)and (max-width: 1280px) {
    #HeroWork .top .right-col .person {
        left: -6%
    }
}

@media(max-width: 767.98px) {
    #HeroWork .top .right-col .person {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 80vw;
        margin-top: 25px
    }
}

#HeroWork .bottom {
    display: flex;
    justify-content: space-between;
    margin-right: 5%
}

@media(max-width: 767.98px) {
    #HeroWork .bottom {
        flex-direction: column;
        gap: 25px;
        margin-right: 5%
    }
}

#HeroWork .bottom .items {
    display: flex;
    gap: 10px
}

@media(max-width: 767.98px) {
    #HeroWork .bottom .items {
        justify-content: center
    }
}

#HeroWork .bottom .items img {
    width: 50px;
    height: 50px
}

#HeroWork .bottom .items img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer;
    border-radius: 100%
}

#HeroWork .bottom .phone {
    border: 1px solid #d88368;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    gap: 20px
}

@media(max-width: 767.98px) {
    #HeroWork .bottom .phone {
        justify-content: center
    }
}

#HeroWork .bottom .phone a {
    text-decoration: none;
    color: #5c5b59;
    font-size: 16px;
    font-weight: bold;
    font-family: "Sora", sans-serif;
    margin-right: 30px
}

#Hero {
    margin-bottom: 120px;
    margin-left: 5%;
    width: 95%
}

#Hero .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

@media(max-width: 767.98px) {
    #Hero .top {
        flex-direction: column-reverse
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    #Hero .top {
        gap: 50px
    }
}

#Hero .top .col {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(min-width: 768px)and (max-width: 1280px) {
    #Hero .top .col {
        margin-top: 95px
    }
}

@media(max-width: 767.98px) {
    #Hero .top .col {
        margin-right: 5%;
        margin-top: 50px
    }
}

#Hero .top .col p {
    color: #5c5b59;
    font-size: 17px;
    font-weight: 300;
    font-family: "Sora", sans-serif;
    margin-bottom: 80px
}

#Hero .top .col p span {
    font-weight: bold
}

#Hero .top .col a {
    color: #fff;
    background-color: #d88368;
    font-weight: 300;
    font-size: 14px;
    font-family: "Sora", sans-serif;
    border-radius: 100px;
    padding: 30px;
    text-decoration: none;
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#Hero .top .col a:hover {
    background-color: #c86647;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

@media(max-width: 767.98px) {
    #Hero .top .col a {
        width: 100%;
        justify-content: center
    }
}

#Hero .top .right-col {
    position: relative
}

#Hero .top .right-col .bg {
    float: right;
    width: 50vw;
    opacity: 0;
    animation: fadeIn .8s forwards
}

@media(max-width: 767.98px) {
    #Hero .top .right-col .bg {
        width: 100vw
    }
}

#Hero .top .right-col .person {
    position: absolute;
    top: 25%;
    width: 35vw;
    left: -25%;
    transform: scale(0);
    opacity: 0;
    animation: scaleIn .8s forwards;
    animation-delay: .8s
}

@media(min-width: 768px)and (max-width: 1280px) {
    #Hero .top .right-col .person {
        left: -6%
    }
}

@media(max-width: 767.98px) {
    #Hero .top .right-col .person {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 80vw;
        margin-top: 25px
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    60% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

#Hero .bottom {
    display: flex;
    justify-content: space-between;
    margin-right: 5%
}

@media(max-width: 767.98px) {
    #Hero .bottom {
        flex-direction: column;
        gap: 25px;
        margin-right: 5%
    }
}

#Hero .bottom .items {
    display: flex;
    gap: 10px
}

@media(max-width: 767.98px) {
    #Hero .bottom .items {
        justify-content: center
    }
}

#Hero .bottom .items img {
    width: 50px;
    height: 50px;
    transition: all .25s ease
}

#Hero .bottom .items img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer;
    border-radius: 100%
}

#Hero .bottom .phone {
    border: 1px solid #d88368;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    gap: 20px;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease
}

#Hero .bottom .phone:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    cursor: pointer
}

@media(max-width: 767.98px) {
    #Hero .bottom .phone {
        justify-content: center
    }
}

#Hero .bottom .phone a {
    text-decoration: none;
    color: #5c5b59;
    font-size: 16px;
    font-weight: bold;
    font-family: "Sora", sans-serif;
    margin-right: 30px
}

@font-face {
    font-family: "NHaasGroteskDSPro";
    src: url(/wp-content/themes/react-theme/dist/fonts/NHaasGroteskDSPro-55Rg.woff2) format("woff2"), url(/wp-content/themes/react-theme/dist/fonts/NHaasGroteskDSPro-55Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#headerimg {
    display: none
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    background-color: #f7f5e8
}

html {
    scroll-behavior: smooth
}

h1 {
    font-size: 42.62px;
    font-family: "Source Serif";
    margin-bottom: 15px;
    color: #5c5b59;
    font-style: italic;
    font-weight: 100
}

@media(max-width: 1371px) {
    h1 br {
        display: none !important
    }
}

@media(min-width: 768px)and (max-width: 1280px) {
    h1 {
        font-size: 26px !important
    }
}

@media(max-width: 767.98px) {
    h1 {
        font-size: 28px !important;
        margin-bottom: 15px !important
    }
}

h1 span {
    color: #d88368;
    font-weight: bold
}

@media(max-width: 767.98px) {
    #HeroWork h1 span {
        display: block
    }
}

h3 {
    font-size: 32px;
    font-family: "Sora", sans-serif
}

@media(min-width: 768px)and (max-width: 1280px) {
    h3 {
        font-size: 30px
    }
}

@media(max-width: 767.98px) {
    h3 {
        font-size: 26px
    }
}

p {
    font-family: "Sora", sans-serif;
    line-height: 150%
}

p span {
    font-style: italic !important;
    font-family: "Source Serif 4", serif !important
}

.section {
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s ease-out
}

.section.show {
    opacity: 1;
    transform: translateY(0)
}