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

body,html {
    padding: 0;
    margin: 0;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    line-height: 150%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    scroll-behavior: smooth
}
a{
    text-decoration: none;
    color: rgb(136,55,74);
}

@media screen and (max-width: 768px) {
    body,html {
        font-size:14px
    }
}

.studiowps-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255)
}
.studiowps-m{
    margin-top: 115px;
}
.studiowps-mb{
    margin-bottom: 10px;
}
.studiowps-margin{
margin: 15px;
}

.container {
    position: relative;
    z-index: 1
}

.studiowps-content-pad {
    position: relative;
    z-index: 2;
    background-color: rgb(255 255 255 / 94%);
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgb(79 23 36 / 74%);
    margin-left: 40px;
    width: calc(100% - 80px)
}

@media screen and (max-width: 768px) {
    .studiowps-content-pad {
        margin-left:20px;
        width: calc(100% - 40px)
    }
}

.studiowps-text-frame {
    position: relative;
    z-index: 2
}

.studiowps-desctop-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 992px) {
    .studiowps-desctop-right {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 40px
    }

    .studiowps-desctop-right.studiowps-right-no-m {
        margin-top: 0
    }
}

h1 {
    font-weight: 500;
    line-height: 100%;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 78px;
    letter-spacing: -3px;
    color: rgb(255, 255, 255)
}
h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 100%;
    font-fastudiowpsy: "Outfit",sans-serif;
    color: rgb(0, 0, 0);
}

.wps{
    color: #000000;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size:42px;
        letter-spacing: -1px
    }

    h1 br {
        display: none
    }
}

.studiowps-h1-lg {
    font-size: 86px
}

@media screen and (max-width: 992px) {
    .studiowps-h1-lg {
        font-size:42px;
        letter-spacing: -1px
    }

    .studiowps-h1-lg br {
        display: none
    }
}

.studiowps-h1-sm {
    font-size: 60px
}

@media screen and (max-width: 992px) {
    .studiowps-h1-sm {
        font-size:42px;
        letter-spacing: -1px
    }

    .studiowps-h1-sm br {
        display: none
    }
}

h2 {
    font-size: 38px;
    letter-spacing: -1px
}

@media screen and (max-width: 992px) {
    h2 {
        font-size:24px;
        letter-spacing: -1px
    }

    h2 br {
        display: none
    }
}

.studiowps-h2-lg {
    font-size: 62px;
    letter-spacing: -3px
}

@media screen and (max-width: 992px) {
    .studiowps-h2-lg {
        font-size:36px;
        letter-spacing: -1px
    }

    .studiowps-h2-lg br {
        display: none
    }
}

h3 {
    font-size: 24px;
    letter-spacing: 0
}

@media screen and (max-width: 992px) {
    h3 {
        font-size:22px;
        letter-spacing: 0px
    }

    h3 br {
        display: none
    }
}

.studiowps-h3-lg {
    font-size: 22px;
    letter-spacing: 0px
}

@media screen and (max-width: 992px) {
    .studiowps-h3-lg {
        font-size:24px
    }
}

h4 {
    font-size: 20px;
    letter-spacing: 0
}

h5 {
    font-size: 18px;
    letter-spacing: 0
}

.studiowps-suptitle {
    display: inline-block;
    padding: 2px 12px;
    background-color: rgb(251,234,236);
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(136,55,74)
}

@media screen and (max-width: 768px) {
    .studiowps-suptitle {
        font-size:10px
    }
}

.studiowps-suptitle.studiowps-light {
    color: rgb(136,55,74);
    background-color: rgb(255,255,255)
}

blockquote {
    border-radius: 15px;
    background-color: rgb(136 55 74);
    padding: 40px;
    color: rgb(255,255,255);
    font-style: italic;
    font-size: 18px;
    line-height: 160%
}

.studiowps-light {
    color: rgb(255,255,255)
}

.studiowps-accent-2 {
    color: rgb(136,55,74)
}

.studiowps-text-center {
    margin-top: 30px;
    text-align: center
}

.studiowps-divider {
    height: 1px;
    border: dashed 1px rgb(251,234,236)
}

.studiowps-row-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-fade-up {
    -webkit-transform: translateY(60px) scale(0.95);
    transform: translateY(60px) scale(0.95);
    opacity: 0;
    -webkit-transition: 0.6s cubic-bezier(0,0,0.3642,1);
    transition: 0.6s cubic-bezier(0,0,0.3642,1)
}

.studiowps-fade-up.studiowps-active {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
}

.studiowps-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
    background-color: rgb(136,55,74);
    font-size: 18px;
    height: 35px;
    font-fastudiowpsy: "Outfit",sans-serif;
    letter-spacing: normal;
    color: rgb(255,255,255);
    font-weight: 400;
    padding: 0 15px;
    border-radius: 40px;
    line-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.studiowps-pagination .studiowps-page-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(255,255,255);
    color: rgb(136,55,74);
    cursor: pointer;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-pagination .studiowps-page-dot svg {
    width: 20px
}

.studiowps-pagination .studiowps-page-dot:first-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.studiowps-pagination .studiowps-page-dot:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05),0 0 0 2px rgb(136,55,74);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05),0 0 0 2px rgb(136,55,74)
}

.studiowps-pagination.studiowps-active {
    background-color: rgb(251,234,236);
    color: rgb(255,255,255);
    pointer-events: none
}

.studiowps-breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-breadcrumbs ul li {
    list-style-type: none
}

.studiowps-breadcrumbs ul li a {
    text-decoration: none;
    color: rgb(136,55,74)
}

.studiowps-breadcrumbs ul li:after {
    content: "/";
    margin: 0 10px
}

.studiowps-breadcrumbs ul li:last-child {
    cursor: not-allowed
}

.studiowps-breadcrumbs ul li:last-child a {
    color: rgb(136,55,74);
    pointer-events: none
}

.studiowps-breadcrumbs ul li:last-child:after {
    display: none
}

.studiowps-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    padding: 0 32px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 60px;
    border: none;
    background-color: rgb(136,55,74);
    color: rgb(251,234,236);
    white-space: nowrap;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-button svg {
    width: 20px;
    margin-right: 10px
}

.studiowps-button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.studiowps-button.studiowps-icon-button {
    padding: 0;
    width: 55px;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.studiowps-button.studiowps-icon-button svg {
    margin: 0
}

.studiowps-button.studiowps-accent-1 {
    background-color: rgb(136,55,74)
}

.studiowps-button.studiowps-accent-2 {
    background-color: rgb(136,55,74)
}

.studiowps-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 60px;
    color: rgb(136,55,74);
    white-space: nowrap;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-link svg {
    width: 20px;
    margin-left: 10px;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-link:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.studiowps-link.studiowps-icon-link {
    padding: 0;
    width: 55px;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.studiowps-link.studiowps-icon-link svg {
    margin: 0
}

a.studiowps-link {
    cursor: pointer
}

.studiowps-buttons-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.studiowps-buttons-frame a {
    margin-right: 40px
}

.studiowps-buttons-frame a:last-child {
    margin-right: 0
}

.studiowps-buttons-frame.studiowps-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .studiowps-buttons-frame {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .studiowps-buttons-frame a {
        margin-right: 0;
        margin-bottom: 40px
    }

    .studiowps-buttons-frame a:last-child {
        margin-bottom: 0
    }

    .studiowps-buttons-frame.studiowps-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.studiowps-p-100-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 768px) {
    .studiowps-p-100-100 {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.studiowps-p-0-100 {
    padding-bottom: 100px
}

@media screen and (max-width: 768px) {
    .studiowps-p-0-100 {
        padding-bottom:60px
    }
}

.studiowps-p-100-0 {
    padding-top: 100px
}

@media screen and (max-width: 768px) {
    .studiowps-p-100-0 {
        padding-top:60px
    }
}

.studiowps-p-100-60 {
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .studiowps-p-100-60 {
        padding-top:60px;
        padding-bottom: 40px
    }
}

.studiowps-p-100-40 {
    padding-top: 100px;
    padding-bottom: 40px
}

@media screen and (max-width: 768px) {
    .studiowps-p-100-40 {
        padding-top:60px;
        padding-bottom: 0
    }
}

.studiowps-mb-20 {
    margin-bottom: 20px
}

.studiowps-mb-40 {
    margin-bottom: 40px
}

.studiowps-mb-40-adapt {
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .studiowps-mb-40-adapt {
        margin-bottom:20px
    }
}

.studiowps-mb-60 {
    margin-bottom: 60px
}

.studiowps-mb-60-adapt {
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .studiowps-mb-60-adapt {
        margin-bottom:40px
    }
}

.studiowps-mb-100 {
    margin-bottom: 100px
}

@media screen and (max-width: 768px) {
    .studiowps-mb-100 {
        margin-bottom:60px
    }
}

.studiowps-loader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgb(255,255,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 0 0 100% 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.07);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.07);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-loader .studiowps-loader-content {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-loader .studiowps-loader-content.studiowps-active {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
}

.studiowps-loader-logo img {
    width: 250px
}

.studiowps-loader-progress {
    margin-top: 20px;
    width: 250px
}

.studiowps-loader-bar {
    border-radius: 2px;
    height: 4px;
    background-color: rgb(136,55,74);
    width: 0
}

.studiowps-loader-percent {
    margin-top: 28px;
    text-align: center;
    color: rgb(136,55,74);
    font-weight: 400
}

.studiowps-loader.studiowps-active {
    pointer-events: all;
    height: 100%;
    border-radius: 0
}

::-webkit-scrollbar {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute
}

.studiowps-progressbar {
    width: 4px;
    background-color: rgb(251,234,236);
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0
}

@media screen and (max-width: 992px) {
    .studiowps-progressbar {
        opacity:0;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden
    }
}

.studiowps-top-panel {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 98;
    width: calc(100% - 40px);
    border-radius: 20px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-top-panel .studiowps-top-panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-top-panel .studiowps-top-panel-content .studiowps-logo {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-top-panel .studiowps-top-panel-content .studiowps-logo img {
    width: 100%
}

.studiowps-top-panel .studiowps-top-panel-content .studiowps-top-panel-btn {
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-top-panel .studiowps-top-panel-content .studiowps-top-panel-btn svg {
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-top-panel .studiowps-top-panel-content .studiowps-top-panel-btn span {
    overflow: hidden;
    -webkit-transition: 0s;
    transition: 0s
}

@media screen and (max-width: 992px) {
    .studiowps-top-panel {
        left:0;
        width: 100%
    }

    .studiowps-top-panel .studiowps-top-panel-content {
        height: 90px
    }
}

.studiowps-top-panel.studiowps-active {
    top: 0;
    border-radius: 0 0 20px 20px
}

.studiowps-top-panel.studiowps-active .studiowps-top-panel-content {
    height: 90px
}

.studiowps-top-panel.studiowps-active .studiowps-top-panel-content .studiowps-logo {
    width: 150px
}

.studiowps-top-panel.studiowps-active .studiowps-top-panel-content .studiowps-top-panel-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.studiowps-top-panel.studiowps-active .studiowps-top-panel-content .studiowps-top-panel-btn svg {
    margin-right: 0
}

.studiowps-top-panel.studiowps-active .studiowps-top-panel-content .studiowps-top-panel-btn span {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s
}

.studiowps-menu {
    margin-left: 25px
}

.studiowps-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-menu ul li {
    position: relative;
    list-style-type: none;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px
}

.studiowps-menu ul li:last-child {
    margin-right: 0
}

.studiowps-menu ul li a {
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(0, 0, 0)
}


.studiowps-menu ul li.studiowps-current:before {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(136,55,74);
    margin-right: 8px
}

.studiowps-menu ul li ul {
    position: absolute;
    top: 95px;
    left: -40px;
    padding: 40px;
    background-color: rgb(255,255,255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-menu ul li ul:before {
    content: "";
    background-color: rgb(255,255,255);
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: solid 1px rgb(251,234,236);
    border-right: solid 1px rgb(251,234,236)
}

.studiowps-menu ul li ul:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 0
}

.studiowps-menu ul li ul li {
    height: auto;
    margin-bottom: 20px
}

.studiowps-menu ul li ul li:last-child {
    margin-bottom: 0
}

.studiowps-menu ul li:hover ul {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all
}

@media screen and (max-width: 1200px) {
    .studiowps-menu {
        margin-left:0
    }
}

.studiowps-mobile-menu {
    width: 72%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

@media screen and (max-width: 1400px) {
    .studiowps-mobile-menu {
        width:75%
    }
}

@media screen and (max-width: 1200px) {
    .studiowps-mobile-menu {
        padding:40px 20px;
        border-radius: 20px;
        position: absolute;
        background-color: rgb(255,255,255);
        -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
        box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
        top: 95px;
        left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 20px);
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(40px) scale(0.8);
        transform: translateY(40px) scale(0.8)
    }

    .studiowps-mobile-menu.studiowps-active {
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    .studiowps-mobile-menu .studiowps-menu {
        width: 100%;
        margin-bottom: 40px
    }

    .studiowps-mobile-menu .studiowps-menu ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .studiowps-mobile-menu .studiowps-menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 20px
    }

    .studiowps-mobile-menu .studiowps-menu ul li:last-child {
        margin-bottom: 0
    }

    .studiowps-mobile-menu .studiowps-menu ul li.studiowps-current:before {
        display: none
    }

    .studiowps-mobile-menu .studiowps-menu ul li.studiowps-current>a {
        color: rgb(136,55,74)
    }

    .studiowps-mobile-menu .studiowps-menu ul li ul {
        position: static;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        background-color: rgb(251,234,236);
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
        transition: 0.4s cubic-bezier(0,0,0.3642,1)
    }

    .studiowps-mobile-menu .studiowps-menu ul li ul:after,.studiowps-mobile-menu .studiowps-menu ul li ul:before {
        display: none
    }

    .studiowps-mobile-menu .studiowps-menu ul li ul li:first-child {
        margin-top: 20px
    }

    .studiowps-mobile-menu .studiowps-menu ul li ul li:last-child {
        margin-bottom: 20px
    }

    .studiowps-mobile-menu .studiowps-menu ul li:hover ul {
        margin-top: 20px;
        max-height: 500px
    }
}

.studiowps-menu-btn {
    background-color: rgb(251,234,236);
    padding: 25px 15px;
    border-radius: 10px;
    height: 24px;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

@media screen and (max-width: 1200px) {
    .studiowps-menu-btn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.studiowps-menu-btn span,.studiowps-menu-btn span:after,.studiowps-menu-btn span:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: rgb(136,55,74);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: inherit;
    transition: inherit
}

.studiowps-menu-btn span {
    position: relative
}

.studiowps-menu-btn span:after,.studiowps-menu-btn span:before {
    position: absolute
}

.studiowps-menu-btn span:before {
    top: -8px
}

.studiowps-menu-btn span:after {
    top: 8px
}

.studiowps-menu-btn.studiowps-active span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.studiowps-menu-btn.studiowps-active span:before {
    -webkit-transform: translate(0px,8px) rotate(-90deg);
    transform: translate(0px,8px) rotate(-90deg)
}

.studiowps-menu-btn.studiowps-active span:after {
    width: 24px;
    -webkit-transform: translate(0px,-8px) rotate(-90deg);
    transform: translate(0px,-8px) rotate(-90deg)
}

.studiowps-banner {
    background-size: cover;
    position: relative
}

.studiowps-banner .studiowps-banner-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0
}

.studiowps-banner .studiowps-banner-bg img {
    width: 100%;
    height: calc(100% + 60px);
    -o-object-fit: cover;
    object-fit: cover
}

.studiowps-banner .studiowps-banner-bg .studiowps-image-gradient {
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 200px;
    background-color: red;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(243,253,253,0)),to(#F3FDFD));
    background: linear-gradient(180deg,rgba(243,253,253,0) 0%,#F3FDFD 100%)
}

.studiowps-banner .studiowps-banner-content-frame {
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-banner .studiowps-banner-content-frame .studiowps-banner-content {
    padding-top: 60px;
    position: relative;
    z-index: 3;
    width: 100%
}

@media screen and (max-width: 1200px) {
    .studiowps-banner .studiowps-banner-content-frame .studiowps-banner-content {
        padding:0
    }
}

@media screen and (max-width: 1200px) {
    .studiowps-banner {
        padding:200px 0 100px
    }

    .studiowps-banner .studiowps-banner-content-frame {
        height: auto
    }

    .studiowps-banner .studiowps-banner-head {
        padding-top: 0
    }
}

@media screen and (max-width: 992px) {
    .studiowps-banner {
        height:auto;
        padding: 160px 0 60px
    }
}

@media screen and (min-width: 1200px) and (min-height:992px) {
    .studiowps-banner .studiowps-banner-content-frame {
        height:900px
    }
}

@media screen and (min-width: 1200px) and (max-height:768px) {
    .studiowps-banner .studiowps-banner-content-frame {
        height:900px
    }
}

.studiowps-banner-sm {
    position: relative;
    height: auto
}

.studiowps-banner-sm .studiowps-banner-content-frame {
    height: 65vh;
    min-height: 500px;
    max-height: 600px;
    padding-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 992px) {
    .studiowps-banner-sm .studiowps-banner-content-frame {
        min-height:400px;
        max-height: 500px
    }
}

.studiowps-banner-head {
    padding-top: 100px
}

.studiowps-banner-list li {
    list-style-type: none;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-banner-list li:last-child {
    margin-bottom: 0
}

.studiowps-banner-list li img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 38px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 0 8px rgb(255,255,255),0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0 0 0 8px rgb(255,255,255),0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-banner-list li .studiowps-item-text {
    width: calc(100% - 130px)
}

.studiowps-banner-list li .studiowps-item-text h4 {
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    .studiowps-banner-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 70px
    }

    .studiowps-banner-list li {
        list-style-type: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px
    }

    .studiowps-banner-list li img {
        margin: 0;
        margin-bottom: 40px
    }

    .studiowps-banner-list li .studiowps-item-text {
        text-align: center
    }
}

@media screen and (max-width: 992px) {
    .studiowps-banner-list {
        display:none
    }
}

.studiowps-banner-img-1 {
    position: absolute;
    top: 110px;
    right: -2%;
    width: 100%;
    height: calc(100vh - 170px)
}

.studiowps-banner-img-1 img {
    width: 100%;
    height: 115%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right
}

.studiowps-banner-img-1 .studiowps-figure {
    position: absolute;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-1 .studiowps-figure.studiowps-1 {
    top: 20%;
    right: 38%
}

.studiowps-banner-img-1 .studiowps-figure.studiowps-2 {
    top: 40%;
    right: -2%
}

.studiowps-banner-img-1 .studiowps-figure.studiowps-3 {
    bottom: 13%;
    right: 42%
}

@media screen and (max-width: 1200px) {
    .studiowps-banner-img-1 {
        display:none
    }
}

@media screen and (min-width: 1200px) and (min-height:992px) {
    .studiowps-banner-img-1 {
        height:900px
    }
}

@media screen and (min-width: 1200px) and (max-height:768px) {
    .studiowps-banner-img-1 {
        height:900px
    }
}

.studiowps-banner-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.studiowps-banner-img-2 img {
    margin-left: -10%;
    width: 160%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom left;
    object-position: bottom left
}

.studiowps-banner-img-2 .studiowps-figure {
    position: absolute;
    z-index: 9
}

.studiowps-banner-img-2 .studiowps-figure.studiowps-1 {
    top: 22%;
    right: 52%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-2 .studiowps-figure.studiowps-2 {
    top: 15%;
    right: -5%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-2 .studiowps-figure.studiowps-3 {
    top: 85%;
    left: 27%;
    width: 50px;
    height: 50px
}

@media screen and (max-width: 1200px) {
    .studiowps-banner-img-2 {
        display:none
    }
}

@media screen and (min-width: 1200px) and (min-height:992px) {
    .studiowps-banner-img-2 {
        height:900px
    }
}

@media screen and (min-width: 1200px) and (max-height:768px) {
    .studiowps-banner-img-2 {
        height:900px
    }
}

.studiowps-banner-img-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.studiowps-banner-img-3 img {
    margin-left: -10%;
    width: 160%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom left;
    object-position: bottom left
}

.studiowps-banner-img-3 .studiowps-figure {
    position: absolute;
    z-index: 9
}

.studiowps-banner-img-3 .studiowps-figure.studiowps-1 {
    top: 22%;
    right: 52%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-3 .studiowps-figure.studiowps-2 {
    top: 15%;
    right: -5%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-3 .studiowps-figure.studiowps-3 {
    top: 85%;
    left: 20%;
    width: 50px;
    height: 50px
}

@media screen and (max-width: 1200px) {
    .studiowps-banner-img-3 {
        display:none
    }
}

@media screen and (min-width: 1200px) and (min-height:992px) {
    .studiowps-banner-img-3 {
        height:900px
    }
}

@media screen and (min-width: 1200px) and (max-height:768px) {
    .studiowps-banner-img-3 {
        height:900px
    }
}

.studiowps-banner-img-4 {
    position: absolute;
    width: 100%;
    height: 100%
}

.studiowps-banner-img-4 img {
    width: 200%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.studiowps-banner-img-4 .studiowps-figure {
    position: absolute;
    z-index: 9
}

.studiowps-banner-img-4 .studiowps-figure.studiowps-1 {
    top: 15%;
    right: 52%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-4 .studiowps-figure.studiowps-2 {
    bottom: 10%;
    right: 12%;
    width: 50px;
    height: 50px
}

.studiowps-banner-img-4 .studiowps-figure.studiowps-3 {
    top: 65%;
    left: 12%;
    width: 50px;
    height: 50px
}

@media screen and (max-width: 768px) {
    .studiowps-banner-img-4 .studiowps-figure {
        display:none
    }
}

.studiowps-search-panel {
    width: 100%;
    padding: 8px 8px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgb(136 55 74);
    border-radius: 10px 90px 90px 10px
}

.studiowps-search-panel form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-search-panel form .studiowps-form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 90px)
}

.studiowps-search-panel form .studiowps-form-grid .studiowps-col-5 {
    width: 40%
}

.studiowps-search-panel form .studiowps-form-grid .studiowps-col-2 {
    width: 20%
}

.studiowps-search-panel form .studiowps-field-frame {
    margin-right: 8px
}

.studiowps-search-panel form .studiowps-field-frame:last-child {
    margin-right: 0
}

.studiowps-search-panel form button {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color:rgb(136,55,74);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 60px;
    color:rgb(251,234,236);
    white-space: nowrap;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-search-panel form button svg {
    stroke: rgb(251,234,236);
    width: 20px
}

.studiowps-search-panel form button span {
    display: none
}

.studiowps-search-panel form button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.studiowps-search-panel.studiowps-panel-2 {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 992px) {
    .studiowps-search-panel {
        width:100%;
        border-radius: 20px;
        padding: 20px
    }

    .studiowps-search-panel form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .studiowps-search-panel form .studiowps-form-grid {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .studiowps-search-panel form .studiowps-form-grid .studiowps-col-5 {
        width: 100%
    }

    .studiowps-search-panel form .studiowps-form-grid .studiowps-col-2 {
        width: 100%
    }

    .studiowps-search-panel form .studiowps-field-frame {
        padding: 0;
        margin-bottom: 20px
    }

    .studiowps-search-panel form button {
        width: 100%;
        height: auto;
        padding: 18px 55px;
        border-radius: 60px
    }

    .studiowps-search-panel form button svg {
        margin-right: 10px
    }

    .studiowps-search-panel form button span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.studiowps-field-frame {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.studiowps-field-frame label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 60px;
    color: rgb(136,55,74);
    white-space: nowrap
}

.studiowps-field-frame input {
    position: relative;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 15px;
    color: rgb(136,55,74);
    padding: 0 20px;
    height: 50px;
    width: 100%;
    border: solid 1px rgb(136,55,74);;
    border-radius: 5px;
    background-color: rgb(255, 255, 255)
}
.studiowps_m{
    margin-bottom: 5px;
}

.studiowps-field-frame input::-webkit-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame input::-moz-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame input:-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame input::-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame input::placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame input:focus {
    outline: inherit
}

.studiowps-field-frame textarea {
    position: relative;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 15px;
    color: rgb(136,55,74);
    padding: 20px 20px;
    height: 150px;
    width: 100%;
    border: solid 1px rgb(251, 233, 233);
    border-radius: 5px;
    background-color: rgb(255, 255, 255)
}

.studiowps-field-frame textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame textarea::-moz-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame textarea:-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame textarea::-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame textarea::placeholder {
    font-size: 15px;
    color: rgb(136,55,74)
}

.studiowps-field-frame textarea:focus {
    outline: inherit
}

.studiowps-field-frame svg {
    pointer-events: none;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 16px;
    color: rgb(251,234,236)
}

.studiowps-search-window {
    padding: 40px 0
}

.studiowps-book-window {
    padding: 40px;
    border-radius: 15px;
    background-color: rgb(251,234,236);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

@media screen and (max-width: 768px) {
    .studiowps-book-window {
        padding:20px
    }
}

.studiowps-shape {
    position: absolute;
    z-index: 0
}

.studiowps-service-card {
    display: block;
    position: relative;
    border: solid 8px rgb(251,234,236);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    border-radius: 20px
}

.studiowps-service-card.studiowps-offset {
    margin-top: 40px
}

.studiowps-service-card .studiowps-img-frame {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
    border-radius: 13px
}

.studiowps-service-card .studiowps-img-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.6s cubic-bezier(0,0,0.3642,1);
    transition: 0.6s cubic-bezier(0,0,0.3642,1)
}

.studiowps-service-card .studiowps-description {
    background-color: rgb(251,234,236);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 3px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(136,55,74)
}

.studiowps-service-card:hover .studiowps-img-frame img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 1200px) {
    .studiowps-service-card.studiowps-offset {
        margin-top:0
    }
}

.studiowps-service-card-sm {
    background-color: rgb(251,234,236);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border: solid 8px rgb(251,234,236);
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-service-card-sm .studiowps-img-frame {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 30%;
    padding-bottom: 25%
}

.studiowps-service-card-sm .studiowps-img-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-service-card-sm .studiowps-description {
    width: 70%;
    padding-left: 40px;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-service-card-sm:hover .studiowps-img-frame img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.studiowps-service-card-sm:hover .studiowps-description {
    padding-left: 43px
}

.studiowps-features {
    position: relative
}

.studiowps-iconbox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 40px;
    padding-right: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-iconbox .studiowps-icon {
    border-radius: 13px;
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
    background-color: rgb(251,234,236);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-iconbox .studiowps-icon svg {
    width: 30px;
    height: 30px;
    color: rgb(136,55,74)
}

.studiowps-iconbox .studiowps-icon svg circle,.studiowps-iconbox .studiowps-icon svg path,.studiowps-iconbox .studiowps-icon svg polyline {
    stroke: rgb(136,55,74);
    fill: transparent
}

.studiowps-iconbox .studiowps-icon.studiowps-icon-fix svg {
    width: 24px;
    height: 24px
}

.studiowps-iconbox.studiowps-iconbox-sm {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-iconbox.studiowps-iconbox-sm .studiowps-icon {
    margin: 0;
    margin-right: 20px
}

@media screen and (max-width: 768px) {
    .studiowps-iconbox {
        padding:20px
    }

    .studiowps-iconbox .studiowps-icon {
        margin-bottom: 20px
    }
}

.studiowps-rooms {
    position: relative
}

.studiowps-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: rgb(255, 255, 255);
    border: solid 8px rgb(251,234,236);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    border-radius: 20px
}

.studiowps-card .studiowps-card-cover {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: rgb(251,234,236);
    -webkit-transition: 0.6s cubic-bezier(0,0,0.3642,1);
    transition: 0.6s cubic-bezier(0,0,0.3642,1)
}

.studiowps-card .studiowps-card-cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.studiowps-card .studiowps-card-cover:before {
    content: "No photo";
    position: absolute;
    top: 45%;
    font-fastudiowpsy: "Outfit",sans-serif;
    color: rgb(251,236,236);
    font-weight: 500;
    display: block;
    font-size: 28px;
    text-align: center;
    width: 100%
}

.studiowps-card .studiowps-card-slider {
    position: relative;
    overflow: hidden;
    border-radius: 13px 13px 0 0
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav {
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: calc(50% - 20px);
    left: 0;
    width: 100%
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn {
    cursor: pointer;
    background-color: rgb(251,236,236);
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn svg {
    width: 20px
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn.studiowps-card-prev {
    border-radius: 0 40px 40px 0;
    color: rgb(136,55,74);
    padding-right: 5px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn.studiowps-card-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.studiowps-card .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn.studiowps-card-next {
    border-radius: 40px 0 0 40px;
    color: rgb(136,55,74);
    padding-left: 5px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.studiowps-card .studiowps-card-slider .studiowps-card-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.studiowps-card .studiowps-card-slider .studiowps-card-pagination .swiper-pagination-bullet {
    background-color: rgb(251,236,236);
    opacity: 0.6;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1);
}

.studiowps-card .studiowps-card-slider .studiowps-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}

.studiowps-card .studiowps-parameters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: rgb(136,55,74);
    background-color: rgb(251 234 236 / 69%);
    height: 50px;
    border-radius: 0 0 13px 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:solid 3px rgb(251 234 236);
}

.studiowps-card .studiowps-parameters li .studiowps-icon {
    background-color: rgb(251,236,236)
}

@media screen and (max-width: 768px) {
    .studiowps-card .studiowps-parameters {
        padding:0 20px
    }
}

.studiowps-card .studiowps-descr {
    padding: 40px 40px 20px
}

.studiowps-card .studiowps-descr .studiowps-card-bottom {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-card .studiowps-descr .studiowps-price {
    color: rgb(136,55,74)
}

.studiowps-card .studiowps-descr .studiowps-price .studiowps-number {
    padding: 0 8px;
    font-weight: 500;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 24px;
    letter-spacing: 0
}

@media screen and (max-width: 1200px) {
    .studiowps-card .studiowps-descr .studiowps-price .studiowps-number {
        font-size:19px
    }
}

@media screen and (max-width: 992px) {
    .studiowps-card .studiowps-descr .studiowps-price .studiowps-number {
        font-size:21px
    }
}

@media screen and (max-width: 768px) {
    .studiowps-card .studiowps-descr {
        padding:30px 20px 15px
    }
}

.studiowps-card:hover .studiowps-card-cover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.studiowps-card:hover .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.studiowps-card:hover .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn.studiowps-card-prev.swiper-button-disabled {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}

.studiowps-card:hover .studiowps-card-slider .studiowps-card-nav .studiowps-slider-btn.studiowps-card-next.swiper-button-disabled {
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.studiowps-price {
    color: rgb(136,55,74)
}

.studiowps-price .studiowps-number {
    padding: 0 8px;
    font-weight: 500;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 38px;
    letter-spacing: 0
}

@media screen and (max-width: 1200px) {
    .studiowps-price .studiowps-number {
        font-size:19px
    }
}

@media screen and (max-width: 992px) {
    .studiowps-price .studiowps-number {
        font-size:21px
    }
}

.studiowps-price-frame {
    border: solid 6px rgb(251 236 236);
    text-align: center;
    border-radius: 15px;
    padding: 20px 40px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-parameters {
    color: rgb(136,55,74);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    font-size: 13px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-parameters li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.studiowps-parameters li:last-child {
    margin-right: 0
}

.studiowps-parameters li .studiowps-icon {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    background-color: rgb(251,234,236)
}

.studiowps-parameters li .studiowps-icon svg {
    width: 16px;
    height: 16px
}

.studiowps-parameters li .studiowps-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 50%
}

.studiowps-revi-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 992px) {
    .studiowps-revi-pagination {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.studiowps-revi-pagination .swiper-pagination-bullet {
    padding: 0;
    width: 110px;
    height: 110px;
    padding: 10px;
    opacity: 1;
    border: none;
    background-color: transparent;
    margin: 0!important;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1)!important;
    transition: 0.4s cubic-bezier(0,0,0.3642,1)!important
}

@media screen and (max-width: 992px) {
    .studiowps-revi-pagination .swiper-pagination-bullet {
        width:90px;
        height: 90px
    }
}

.studiowps-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 30px!important
}

@media screen and (max-width: 992px) {
    .studiowps-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
        margin-top:0!important
    }
}

.studiowps-revi-pagination .swiper-pagination-bullet:hover {
    -webkit-box-shadow: inset 0 0 0 4px rgb(255,255,255);
    box-shadow: inset 0 0 0 4px rgb(255,255,255)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot {
    background-color: red;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: top;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1)!important;
    transition: 0.4s cubic-bezier(0,0,0.3642,1)!important
}

@media screen and (max-width: 992px) {
    .studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot {
        width:70px;
        height: 70px
    }
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-1 {
    background-image: url(../../img/faces/fase1.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-2 {
    background-image: url(../../img/faces/fase2.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-3 {
    background-image: url(../../img/faces/fase3.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-4 {
    background-image: url(../../img/faces/fase4.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-5 {
    background-image: url(../../img/faces/fase5.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-6 {
    background-image: url(../../img/faces/fase6.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-7 {
    background-image: url(../../img/faces/fase7.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: inset 0 0 0 4px rgb(136,55,74);
    box-shadow: inset 0 0 0 4px rgb(136,55,74)
}

.studiowps-quote-icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: 40px
}

.studiowps-quote-icon path {
    stroke: rgb(251,234,236)
}

.studiowps-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-slider-nav .studiowps-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 40px;
    background-color: rgb(136,55,74);
    color: rgb(251,236,236);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-slider-nav .studiowps-slider-arrow svg {
    width: 20px;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-slider-nav .studiowps-slider-arrow.studiowps-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.studiowps-slider-nav .studiowps-slider-arrow.swiper-button-disabled {
    background-color: rgb(251,234,236);
    cursor: not-allowed
}

.studiowps-slider-nav .studiowps-slider-arrow.swiper-button-disabled:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.studiowps-slider-nav .studiowps-slider-arrow:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.studiowps-slider-nav.studiowps-reviews-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 992px) {
    .studiowps-slider-nav.studiowps-reviews-nav {
        top:0
    }
}

.studiowps-slider-nav.studiowps-recommendation-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.studiowps-slider-nav.studiowps-recommendation-nav .studiowps-slider-arrow {
    margin: 0
}

.studiowps-slider-nav.studiowps-recommendation-nav .studiowps-slider-arrow.studiowps-prev {
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .studiowps-slider-nav.studiowps-reviews-nav {
        position:relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .studiowps-slider-nav.studiowps-reviews-nav .studiowps-slider-arrow {
        margin: 0;
        margin: 40px 10px 0
    }
}

.studiowps-illustration-1 {
    position: relative;
    padding-bottom: 90%
}

.studiowps-illustration-1 .studiowps-shape {
    width: 250%;
    -webkit-transform: scaleX(-1) rotate(20deg);
    transform: scaleX(-1) rotate(20deg);
    position: absolute;
    top: -55%;
    left: -45%
}

.studiowps-illustration-1 .studiowps-circle {
    position: absolute;
    border: solid rgb(251,236,236) 8px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-illustration-1 .studiowps-circle.studiowps-1 {
    top: 10%;
    left: 0;
    width: 28%;
    padding-bottom: 25%
}

.studiowps-illustration-1 .studiowps-circle.studiowps-2 {
    top: 0;
    right: 0;
    width: 53%;
    padding-bottom: 50%
}

.studiowps-illustration-1 .studiowps-circle.studiowps-3 {
    bottom: 0;
    left: 10%;
    width: 38%;
    padding-bottom: 35%
}

.studiowps-illustration-1 .studiowps-circle.studiowps-4 {
    bottom: 5%;
    right: 10%;
    width: 23%;
    padding-bottom: 20%
}

.studiowps-illustration-1 .studiowps-circle img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.studiowps-illustration-1 .studiowps-figure {
    position: absolute
}

.studiowps-illustration-1 .studiowps-figure.studiowps-1 {
    top: 0;
    left: 30%;
    width: 50px
}

.studiowps-illustration-1 .studiowps-figure.studiowps-2 {
    top: 10%;
    right: -20%;
    width: 50px
}

.studiowps-illustration-1 .studiowps-figure.studiowps-3 {
    bottom: 0;
    left: 0%;
    width: 50px
}

@media screen and (max-width: 768px) {
    .studiowps-illustration-1 .studiowps-shape {
        width:150%;
        -webkit-transform: scaleX(-1) rotate(20deg);
        transform: scaleX(-1) rotate(20deg);
        position: absolute;
        top: 0%;
        left: -40%
    }
}

.studiowps-illustration-2 {
    position: relative
}

.studiowps-illustration-2 .studiowps-shape {
    width: 180%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    top: 15%;
    left: -45%
}

.studiowps-illustration-2 .studiowps-main-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover
}

.studiowps-illustration-2 .studiowps-main-img img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    height: calc(100% + 100px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.studiowps-illustration-2 .studiowps-figure {
    position: absolute
}

.studiowps-illustration-2 .studiowps-figure.studiowps-1 {
    top: 15%;
    left: -5%;
    width: 50px
}

.studiowps-illustration-2 .studiowps-figure.studiowps-2 {
    botton: 0;
    left: 5%;
    width: 50px
}

.studiowps-illustration-2 .studiowps-figure.studiowps-3 {
    bottom: 45%;
    right: 5%;
    width: 50px
}

@media screen and (max-width: 768px) {
    .studiowps-illustration-2 .studiowps-shape {
        -webkit-transform:rotate(0deg);
        transform: rotate(0deg);
        width: 300%;
        top: 0;
        left: -55%
    }
}

.studiowps-illustration-3 {
    position: relative
}

.studiowps-illustration-3 .studiowps-shape {
    width: 180%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: absolute;
    top: 0%;
    left: -40%
}

.studiowps-illustration-3 .studiowps-main-img {
    width: 100%;
    padding-bottom: 75%;
    position: relative
}

.studiowps-illustration-3 .studiowps-main-img img {
    position: absolute;
    top: -5%;
    left: -10%;
    width: 100%;
    height: calc(100% + 100px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.studiowps-illustration-3 .studiowps-figure {
    position: absolute
}

.studiowps-illustration-3 .studiowps-figure.studiowps-1 {
    top: 20%;
    left: 0;
    width: 50px
}

.studiowps-illustration-3 .studiowps-figure.studiowps-2 {
    top: 45%;
    right: 10%;
    width: 50px
}

.studiowps-illustration-3 .studiowps-figure.studiowps-3 {
    top: 0;
    right: 15%;
    width: 50px
}

@media screen and (max-width: 1200px) {
    .studiowps-illustration-3 .studiowps-main-img img {
        position:absolute;
        top: -2%;
        left: 0;
        width: 100%;
        height: calc(100% + 100px);
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top
    }
}

.studiowps-illustration-4 {
    position: absolute;
    top: 160px;
    right: 0;
    width: 180px
}

.studiowps-illustration-4 .studiowps-shape {
    width: 300%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0%;
    right: -200%
}

.studiowps-illustration-4 .studiowps-main-img {
    width: 100%;
    padding-bottom: 65%;
    position: relative
}

.studiowps-illustration-4 .studiowps-main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 270%;
    height: calc(100% + 100px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

@media screen and (max-width: 1200px) {
    .studiowps-illustration-4 {
        display:none
    }
}

.studiowps-illustration-5 {
    position: relative
}

.studiowps-illustration-5 .studiowps-shape {
    width: 180%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: absolute;
    top: 0%;
    left: -40%
}

.studiowps-illustration-5 .studiowps-main-img {
    width: 100%;
    padding-bottom: 75%;
    position: relative
}

.studiowps-illustration-5 .studiowps-main-img img {
    position: absolute;
    top: -2%;
    left: -3%;
    width: 100%;
    height: calc(100% + 120px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.studiowps-illustration-5 .studiowps-figure {
    position: absolute
}

.studiowps-illustration-5 .studiowps-figure.studiowps-1 {
    top: 20%;
    left: 0;
    width: 50px
}

.studiowps-illustration-5 .studiowps-figure.studiowps-2 {
    top: 45%;
    right: 10%;
    width: 50px
}

.studiowps-illustration-5 .studiowps-figure.studiowps-3 {
    top: 0;
    right: 15%;
    width: 50px
}

@media screen and (max-width: 1200px) {
    .studiowps-illustration-5 .studiowps-main-img img {
        position:absolute;
        top: -2%;
        left: 0;
        width: 100%;
        height: calc(100% + 100px);
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top
    }
}

.studiowps-about {
    position: relative
}

.studiowps-about-list li {
    list-style-type: none;
    margin-bottom: 40px
}

.studiowps-about-list li:last-child {
    margin-bottom: 0
}

.studiowps-about-list li .studiowps-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.studiowps-about-list li .studiowps-item-head span {
    margin-right: 15px;
    color: rgb(136,55,74);
    font-size: 24px;
    font-weight: 600
}

.studiowps-about-list li p {
    padding-left: 48px
}

@media screen and (max-width: 768px) {
    .studiowps-about-list li {
        list-style-type:none;
        margin-bottom: 40px
    }

    .studiowps-about-list li .studiowps-item-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .studiowps-about-list li .studiowps-item-head span {
        margin-bottom: 20px
    }

    .studiowps-about-list li p {
        padding-left: 0
    }
}

.studiowps-book-popup-frame,.studiowps-comment-popup-frame {
    opacity: 0;
    pointer-events: none;
    background-color: rgba(136,55,74,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-book-popup-frame .studiowps-book-popup,.studiowps-comment-popup-frame .studiowps-book-popup {
    margin: 0 20px;
    border-radius: 15px;
    padding: 40px;
    background-color: rgb(255,255,255);
    width: 100%;
    max-width: 500px;
    -webkit-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-book-popup-frame .studiowps-book-popup .studiowps-popup-head,.studiowps-comment-popup-frame .studiowps-book-popup .studiowps-popup-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-book-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button,.studiowps-comment-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: rgb(251,234,236);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-book-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button svg,.studiowps-comment-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button svg {
    width: 20px
}

.studiowps-book-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button svg line,.studiowps-comment-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button svg line {
    stroke: rgb(255,255,255)
}

.studiowps-book-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button:hover,.studiowps-comment-popup-frame .studiowps-book-popup .studiowps-popup-head .studiowps-close-button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: rgb(136,55,74)
}

@media screen and (max-width: 768px) {
    .studiowps-book-popup-frame .studiowps-book-popup,.studiowps-comment-popup-frame .studiowps-book-popup {
        padding:20px
    }
}

.studiowps-book-popup-frame.studiowps-active,.studiowps-comment-popup-frame.studiowps-active {
    opacity: 1;
    pointer-events: all
}

.studiowps-book-popup-frame.studiowps-active .studiowps-book-popup,.studiowps-comment-popup-frame.studiowps-active .studiowps-book-popup {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.studiowps-counter .studiowps-counter-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.studiowps-counter .studiowps-counter-number span {
    color: rgb(136,55,74);
    margin-left: 5px;
    font-size: 38px
}

@media screen and (max-width: 992px) {
    .studiowps-counter .studiowps-counter-number span {
        font-size:24px;
        letter-spacing: -1px
    }
}

@media screen and (max-width: 768px) {
    .studiowps-counter {
        text-align:center
    }

    .studiowps-counter .studiowps-counter-number {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.studiowps-signature-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.studiowps-signature-frame .studiowps-author-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-signature-frame .studiowps-author-frame img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.studiowps-signature-frame .studiowps-author-frame .studiowps-author-text {
    padding-left: 20px
}

.studiowps-signature-frame .studiowps-signature {
    width: 120px
}

@media screen and (max-width: 768px) {
    .studiowps-signature-frame {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .studiowps-signature-frame .studiowps-signature {
        display: none
    }
}

.studiowps-contact {
    position: relative
}

.studiowps-map-frame {
    border: solid 8px rgb(251,236,236);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 45%;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-map-frame iframe {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%
}

@media screen and (max-width: 992px) {
    .studiowps-map-frame {
        padding-bottom:100%
    }
}

.studiowps-slider-frame {
    margin-top: 70px;
    padding: 40px 0;
    background-color: rgb(251,236,236);
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-slider-frame.studiowps-frame-2 {
    border-radius: 20px;
    padding: 8px
}

.studiowps-image-frame {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.studiowps-image-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.studiowps-room-nav {
    padding: 0 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 9;
    top: calc(50% - 30px);
    left: 0
}

.studiowps-room-nav .studiowps-slider-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(251,236,236,0.5);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-room-nav .studiowps-slider-btn svg {
    width: 24px;
    height: 24px;
    stroke: rgb(136,55,74)
}

.studiowps-room-nav .studiowps-slider-btn:hover {
    background-color: rgb(251,236,236)
}

.studiowps-room-nav .studiowps-slider-btn.studiowps-room-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
    .studiowps-room-nav {
        padding:0 20px;
        top: calc(50% - 20px)
    }
}

.studiowps-room-pagination {
    background-color: rgb(136 55 74);
    height: 40px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: calc(50% - 45px);
    border-radius: 20px 20px 0 0;
    color: rgb(251,236,236);
    font-weight: 400
}

.studiowps-info {
    position: relative
}

.studiowps-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-filter a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(136,55,74);
    margin-right: 40px;
    background-color: rgb(251,236,236);
    padding: 2px 12px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-filter a:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05),0 0 0 2px rgb(136,55,74);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05),0 0 0 2px rgb(136,55,74)
}

.studiowps-filter a.studiowps-active {
    background-color: rgb(251,236,236);
    color: rgb(251,236,236);
    pointer-events: none
}

.studiowps-filter a:last-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .studiowps-filter {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .studiowps-filter a {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.studiowps-pub-frame {
    position: relative;
    z-index: 2;
    background-color: rgb(255 246 248);
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    margin-left: 40px;
    width: calc(100% - 80px)
}

.studiowps-pub-frame .studiowps-pub-cover {
    margin-top: 106px;
    border: solid 8px rgb(136 55 74);
    position: relative;
    overflow: hidden;
    padding-bottom: 40%;
    border-radius: 20px 20px 0 0
}

.studiowps-pub-frame .studiowps-pub-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    -o-object-position: center;
    object-position: center
}
.studiowps-descrs h3
 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.studiowps-descrs p {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.wps-txt{
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .studiowps-pub-frame {
        margin-left:20px;
        width: calc(100% - 40px)
    }

    .studiowps-pub-frame .studiowps-pub-cover {
        padding-bottom: 65%
    }
}

.studiowps-img {
    border-radius: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: solid 8px rgb(251,236,236);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

.studiowps-img.studiowps-img-hori {
    padding-bottom: 65%
}

.studiowps-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.studiowps-comment {
    list-style-type: none
}

.studiowps-comment .studiowps-comment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.studiowps-comment .studiowps-comment-head .studiowps-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.studiowps-comment .studiowps-comment-head .studiowps-author .studiowps-avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 30px
}

.studiowps-comment .studiowps-comment-head .studiowps-author .studiowps-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.studiowps-comment .studiowps-comment-head .studiowps-reply {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(136,55,74);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(251,234,236);
    border-radius: 50%;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-comment .studiowps-comment-head .studiowps-reply svg {
    width: 20px
}

.studiowps-comment .studiowps-comment-head .studiowps-reply:hover {
    background-color: rgb(251,234,236);
    color: rgb(251,236,236)
}

.studiowps-comment ul {
    padding-left: 110px;
    margin-top: 40px
}

.studiowps-comment ul .studiowps-comment {
    position: relative
}

.studiowps-comment ul .studiowps-comment:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    border-left: solid 2px rgb(251,234,236);
    border-bottom: solid 2px rgb(251,234,236);
    position: absolute;
    top: 0;
    left: -75px
}

@media screen and (max-width: 500px) {
    .studiowps-comment ul {
        padding-left:40px;
        border-left: solid 2px rgb(251,234,236)
    }

    .studiowps-comment ul .studiowps-comment:before {
        display: none
    }
}

.studiowps-faq-section {
    width: 100%;
    background-color: rgb(251,236,236);
    padding: 40px;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    border-radius: 15px
}

.studiowps-faq-section .studiowps-faq-item {
    margin-bottom: 20px
}

.studiowps-faq-section .studiowps-faq-item:last-child {
    margin-bottom: 0
}

.studiowps-faq-question {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-bottom: dashed 2px rgb(251,234,236)
}

.studiowps-faq-question h3 {
    width: calc(100% - 60px)
}

.studiowps-faq-question .studiowps-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(251,234,236);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    right: 0;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-faq-answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-faq-answer p {
    padding: 40px 0;
    border-bottom: dashed 2px rgb(251,234,236)
}

.studiowps-faq-item.active .studiowps-faq-question .studiowps-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgb(136,55,74);
    color: rgb(251,236,236)
}

.studiowps-faq-item.active .studiowps-faq-answer {
    max-height: 400px
}

footer {
    position: relative;
    z-index: 1
}

footer .studiowps-shape {
    z-index: 0
}

footer .studiowps-footer-content {
    position: relative;
    left: 20px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 40px);
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.05);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.05)
}

footer .studiowps-footer-content .studiowps-logo {
    padding: 0;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .studiowps-footer-content .studiowps-logo img {
    width: 300px
}

.studiowps-footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.studiowps-footer-menu ul li {
    margin-bottom: 25px;
    list-style-type: none
}

.studiowps-footer-menu ul li:last-child {
    margin-bottom: 0
}

.studiowps-footer-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: rgb(136,55,74);
    font-weight: 500;
    letter-spacing: -1px;
    font-fastudiowpsy: "Outfit",sans-serif;
    font-size: 28px;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-footer-menu ul li a:hover {
    color: rgb(0, 0, 0)
}

.studiowps-footer-menu ul li a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.studiowps-footer-menu ul li.studiowps-active {
    pointer-events: none
}

.studiowps-footer-menu ul li.studiowps-active a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(136,55,74)
}

.studiowps-menu-list li {
    list-style-type: none;
    margin-bottom: 10px
}

.studiowps-menu-list li:last-child {
    margin-bottom: 0
}

.studiowps-menu-list li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(136,55,74);
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-menu-list li a:hover {
    color: rgba(136, 55, 74, 0.782)
}

.studiowps-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-social-icons li {
    list-style-type: none;
    margin-right: 10px
}

.studiowps-social-icons li:last-child {
    margin-bottom: 0
}

.studiowps-social-icons li a {
    background-color: rgb(251,234,236);
    color: rgb(136,55,74);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}


.studiowps-social-icons li a svg {

    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-social-icons li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.studiowps-subscribe-form {
    position: relative;
    width: 100%;
    max-width: 350px
}

.studiowps-subscribe-form input {
    width: 100%;
    border: none;
    background-color: rgb(251,234,236);
    font-fastudiowpsy: "Outfit",sans-serif;
    height: 60px;
    padding: 0 30px;
    border-radius: 60px
}

.studiowps-subscribe-form input::-webkit-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74);
}

.studiowps-subscribe-form input::-moz-placeholder {
    font-size: 15px;
    color: rgb(136,55,74);
}

.studiowps-subscribe-form input:-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74);
}

.studiowps-subscribe-form input::-ms-input-placeholder {
    font-size: 15px;
    color: rgb(136,55,74);
}

.studiowps-subscribe-form input::placeholder {
    font-size: 15px;
    color: rgb(136,55,74);
}

.studiowps-subscribe-form input:focus {
    outline: inherit;
}

.studiowps-subscribe-form button {
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgb(136,55,74);
    color: rgb(251,236,236);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1);
}

.studiowps-subscribe-form button svg {
    width: 20px;
}

.studiowps-subscribe-form button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.datepicker {
    font-fastudiowpsy: "Outfit",sans-serif;
    border: none;
    font-size: 15px;
    width: 300px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px rgba(136,55,74,0.07);
    box-shadow: 0px 4px 20px rgba(136,55,74,0.07);
}

.datepicker .datepicker--pointer {
    border-top: solid 1px rgb(253 233 236);
    border-right: solid 1px rgb(253 233 236);
}

.datepicker .datepicker--nav {
    height: 60px
}

.datepicker .datepicker--cell {
    height: 40px
}

@media screen and (max-width: 768px) {
    .datepicker {
        width:265px
    }

    .datepicker .datepicker--nav {
        height: 40px
    }

    .datepicker .datepicker--cell {
        height: 30px
    }
}
.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-1 {
    background-image: url(../../img/faces/fase1.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-2 {
    background-image: url(../../img/faces/fase2.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-3 {
    background-image: url(../../img/faces/fase3.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-4 {
    background-image: url(../../img/faces/fase4.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-5 {
    background-image: url(../../img/faces/fase5.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-6 {
    background-image: url(../../img/faces/fase6.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet .studiowps-custom-dot.studiowps-slide-7 {
    background-image: url(../../img/faces/fase7.jpg)
}

.studiowps-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: inset 0 0 0 4px rgb(136,55,74);
    box-shadow: inset 0 0 0 4px rgb(136,55,74)
}

.studiowps-quote-icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: 40px
}

.studiowps-quote-icon path {
    stroke: rgb(251,234,236)
}

.studiowps-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.studiowps-slider-nav .studiowps-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 40px;
    background-color: rgb(136,55,74);
    color: rgb(251,236,236);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1);
    transition: 0.4s cubic-bezier(0,0,0.3642,1)
}

.studiowps-slider-nav .studiowps-slider-arrow svg {
    width: 20px;
    -webkit-transition: 0.2s cubic-bezier(0,0,0.3642,1);
    transition: 0.2s cubic-bezier(0,0,0.3642,1)
}

.studiowps-slider-nav .studiowps-slider-arrow.studiowps-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.studiowps-slider-nav .studiowps-slider-arrow.swiper-button-disabled {
    background-color: rgb(251,234,236);
    cursor: not-allowed
}

.studiowps-slider-nav .studiowps-slider-arrow.swiper-button-disabled:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.studiowps-slider-nav .studiowps-slider-arrow:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.studiowps-slider-nav.studiowps-reviews-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 992px) {
    .studiowps-slider-nav.studiowps-reviews-nav {
        top:0
    }
}

.studiowps-slider-nav.studiowps-recommendation-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.studiowps-slider-nav.studiowps-recommendation-nav .studiowps-slider-arrow {
    margin: 0
}

.studiowps-slider-nav.studiowps-recommendation-nav .studiowps-slider-arrow.studiowps-prev {
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .studiowps-slider-nav.studiowps-reviews-nav {
        position:relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .studiowps-slider-nav.studiowps-reviews-nav .studiowps-slider-arrow {
        margin: 0;
        margin: 40px 10px 0
    }
}
.studiowps-suptitle {
    display: inline-block;
    padding: 2px 12px;
    background-color: rgb(251,234,236);
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: rgb(136,55,74);
}
.studiowps-mb-100 {
    margin-bottom: 100px;
}
.studiowps-text-center {
    margin-top: 30px;
    text-align: center;
}
.wps_log {
    margin-bottom: 200px;
    margin-top: 150px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.swiper-slide img{
    width: 100%;
}
