/* Main CSS */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap');

.grecaptcha-badge {
    display: none;
}
iframe {
    display: none;
}
.calendly-inline-widget iframe {
    display: block;
}

html :where(img) {
    max-width: 100%;
}
img {
    max-width: 100%;
}
html,
body,
header {
    overflow-x: hidden;
}
strong {
    font-weight: bolder!important;
}
em {
    font-style: italic;
}
a,
button,
a:focus,
button:focus,
a:active,
button:active {
    outline: none;
    text-decoration: none!important;
}
h1 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 72px;
    margin: 0;
    color: #000000;
    text-transform: none;
	margin-bottom: 2em;
}
.fake_h1 {
    font-weight: 600;
    line-height: 1.14;
    font-size: 46px;
	margin-bottom: 2em;
}
h2,
.fake_h2 {
    font-weight: 600;
    line-height: 1.14;
    font-size: 36px;
	margin-bottom: 2em;
}
h3,
.fake_h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
	margin-bottom: 1.5em;
}
h4,
.fake_h4 {
    font-weight: normal;
    line-height: 1.2;
    font-size: 24px;
	margin-bottom: 1.5em;
}
h5,
.fake_h5 {
    font-weight: normal;
    line-height: 1.2;
    font-size: 24px;
	margin-bottom: 1.5em;
}
div,
p,
td {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 16px;
}
a {
    text-decoration:none;
}

.row {
    max-width: 95vw;
    /*width: 1440px;*/
    margin: 0 auto;
}
.vd_section {
    padding: 120px 0;
}
.vd-container {
    max-width: 95vw;
    width: 1440px;
    margin: 0 auto;
}
.col-12, .col-11, .col-9, .col-8, .col-6, /*.col-4,*/.col-sm-12, .col-md-6, .col-lg-8 {
    padding: 0;
}
.classic-text-page {
    padding-top: 50px;
}
.classic-text-page ol,
.classic-text-page ul {
    list-style: auto;
    padding-left: 2rem;
}
.classic-text-page ul {
    list-style: none;
}
.classic-text-page h1 {
    font-size: 34px;
}
.classic-text-page p {
    margin: 10px 0;
}

    /* Header CSS */

.vd-main-header-logo.normal-logo {
    width: 300px;
}
header .logo {
    margin-right: 20px;
}
ul {
    padding: 0;
	margin-left: 2rem;
    list-style: disc;
}
header .logo img {
    width: 100%;
}
.main-header {
    top: 0;
    left: 0;
    padding: 31px 0;
    width: 100%;
}

.main-header .container {
    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;
    z-index: 2;
    max-width: 95%;
    width: 1440px;
}

.logo__other-logo {
    display: none;
}

.main-nav {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav__burger {
    margin-left: 28px;
}

/*.nav-list ul {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin: 0 -10px;*/
/*}*/

.nav-list a {
/*    font-family: "GreycliffCF-Bold";*/
/*    font-size: 14px;*/
/*    line-height: 14px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2.5px;*/
    color: #000000;
/*    margin: 0 10px 0;*/
/*    -webkit-transition: .3s;*/
/*    transition: .3s;*/
}

.nav-list a:hover {
    opacity: .6;
}
header .nav-list .current-menu-item a {
    border-bottom: 1.5px solid #000000;
    padding-bottom: 5px;
    font-weight: 600;
}
.nav-mobile-wrap {
    display: none;
}
.nav-mobile-wrap,
.nav-burger-wrap {
    display: block;
    position: absolute;
    background-color: #f2f2f2;
    width: 0px;
    top: 90px;
    right: 0px;
    -webkit-box-shadow: 0 0 20px 0;
    box-shadow: 0 0 20px 0;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}
.nav-mobile-wrap {
    display: none;
}
.nav-mobile-wrap.burger-active,
.nav-burger-wrap.burger-active {
    /*display: block;*/
    height: auto;
    width: 390px;
    z-index: 25;
    opacity: 1;
}
.nav-mobile-wrap .nav-mobile,
.nav-burger-wrap .nav-burger {
    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;
    height: 100%;
}
.nav-burger-wrap .nav-burger {
    position: relative;
    justify-content: start;
    padding-top: 35px;
}
.nav-mobile-wrap .nav-mobile li,
.nav-burger-wrap .nav-burger li {
    margin-bottom: 20px;
}
#menu-header-menu>li {
    display: flex;
    align-items: center;
}
#menu-header-menu>li:last-child a {
    padding: 12px 20px;
    margin: 0 auto;
    max-width: 100%;
    background: #9B4467;
    color: #ffffff;
    line-height: 1.7;
    border-radius: 100px;
    text-align: center;
}
#menu-header-menu>li:last-child a:hover {
    opacity: 0.7;
}
.nav-burger-wrap .nav-burger>li:last-child {
    padding: 16px 24px;
    margin: 5px auto 25px;
    width: 95%;
    max-width: 100%;
    height: 56px;
    background: #9B4467;
    border-radius: 100px;
    text-align: center;
}
.nav-burger-wrap .nav-burger li:last-child a {
    color: #ffffff;
    font-weight: 700;
}
.nav-mobile-wrap .nav-mobile a,
.nav-burger-wrap .nav-burger a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #000000;
    margin: 0 10px 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
}
.nav-mobile-wrap .nav-mobile a:hover,
.nav-burger-wrap .nav-burger a:hover {
    opacity: .6;
}
#menu-header-menu {
    display: flex;
    margin: auto;
}
#menu-header-slim-menu,
#menu-header-burger-menu,
.main-nav__burger.burger {
    display: none;
}
#menu-header-menu li,
#menu-header-slim-menu li {
    margin: 0 20px;
}
.burger {
    display: block;
    position: relative;
    z-index: 30;
    width: 40px;
    height: 18px;
    cursor: pointer;
}

.burger:last-child {
    margin-bottom: 0;
}

.burger-active .burger-brick.top{
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    top: 6px;
}
.burger-active .burger-brick.middle {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    top: 6px;
}

.burger:hover {
    opacity: 1;
}

.burger-brick {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #000000;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    border-radius: 30px;
}

.burger-brick.top {
    top: 0;
}
/*.burger-active .burger-brick.top {*/
/*    animation-name: burger-animate;*/
/*    animation-duration: 1s;*/
/*}*/
@keyframes burger-animate {
    0% {
        -webkit-transform: scale(0) rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: scale(1.07) rotate(0deg);
        transform: scale(1.07) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.burger-brick.middle {
    top: 13px;
}

.burger-brick.bottom {
    bottom: 0;
}





/*----------------------- Update Menu -----------------------*/
#wpadminbar {
    display: none;
}
html[lang='en'] {
    margin-top: 0!important;
}

.desktop-menu-item .submenu-nav-container {
    position: absolute;
    z-index: 11;
    display: flex;
    justify-content: start;
    overflow-y: hidden;
    width: 1440px;
    max-width: calc(100% - 30px);
    max-height: 0;
    border: 0 solid #fff;
    top: 100px;
    left: 15px;
    /*padding-inline: 32px;*/
    background-color: #fff;
    border-radius: 16px;
    -webkit-transition: all 0.5s ease;
    -moz--transition: all 0.5s ease;
    transition: all 0.5s ease 0.3s;
}
.desktop-menu-item .submenu-nav-container.active-submenu {
    max-height: 400px;
    /*padding-block: 24px;*/
    border: 1px solid #E8E6E2;
}
.submenu-nav-container .row {
    width: 100%;
}
.submenu-nav-container .col-items-submenu {
    padding: 22px 0 22px 17px;
}
.submenu-nav-container .col-submenu-desc {
    position: relative;
    padding: 40px 17px 42px 24px;
    border-left: 1px solid #E8E6E2;
}
.second-menu-item .submenu-nav-container .col-submenu-desc {
    padding-bottom: 0;
}
.submenu-nav-container ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#menu-header-menu .submenu-nav-container ul li.single-submenu-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.submenu-nav-container .single-submenu-item a {
    color: #000000;
}
.nav-list a:hover,
.submenu-nav-container .single-submenu-item a:hover .link-title {
    opacity: 1;
    font-weight: 600;
}

#menu-header-menu>li.get-in-touch-btn a {
    padding: 12px 18px;
    margin: 0 auto;
    width: 132px;
    max-width: 100%;
    background: #9B4467;
    color: #ffffff;
    line-height: 1.7;
    border-radius: 100px;
    text-align: center;
}

.get-in-touch-btn a {
    padding: 12px 18px;
    margin: 0 auto;
    width: 132px;
    max-width: 100%;
    background: #9B4467;
    color: #ffffff;
    line-height: 1.7;
    border-radius: 100px;
    text-align: center;
}

.inverse {
    color: black;
}

#menu-header-menu>li:last-child a:hover {
    opacity: 1;
}
.submenu-nav-container .single-submenu-item .short-desc {
    color: #565656;
    font-size: 14px;
    margin-top: 4px;
}
.submenu-nav-container .general-title-submenu {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.submenu-nav-container .general-subtitle-submenu {
    color: #323029;
    margin-top: 8px;
}
.submenu-nav-container .general-link-submenu {
    display: inline-block;
    margin-top: 24px;
    color: #9B4467;
    font-weight: 700;
}
.submenu-nav-container .general-link-submenu:hover {
    font-weight: 700;
}
.submenu-nav-container .link-second-submenu.general-link-submenu {
    display: flex;
    align-items: center;
}
.submenu-nav-container .link-second-submenu.general-link-submenu:after {
    content: '';
    background-image: url("../image/submenu-icons/download_second_submenu.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.submenu-nav-container .general-image-submenu {
    display: block;
    max-width: 100%;
    margin-inline: auto 0;
}


#menu-header-menu li.custom-menu-item.third-menu-item li,
#menu-header-menu li.custom-menu-item.fifth-menu-item li {
    width: 100%;
}
#menu-header-menu li.custom-menu-item.third-menu-item .rest-top-article,
#menu-header-menu li.custom-menu-item.fifth-menu-item .rest-top-article {
    display: flex;
}
#menu-header-menu li.custom-menu-item.third-menu-item .coach-photo,
#menu-header-menu li.custom-menu-item.fifth-menu-item .coach-photo {
    position: relative;
    flex: 1;
}
#menu-header-menu li.custom-menu-item.third-menu-item .coach-photo img,
#menu-header-menu li.custom-menu-item.fifth-menu-item .coach-photo img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .coach-photo .category,
#menu-header-menu li.custom-menu-item.fifth-menu-item .coach-photo .category {
    position: absolute;
    z-index: 1;
    top: 8px;
    bottom: auto;
    left: 8px;
    right: auto;
    padding: 8px 12px;
    border: 1px solid #E8E6E2;
    border-radius: 100px;
    background-color: #fff;
}

#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block {
    flex: 1;
    padding-left: 24px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .date-name-row,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .date-name-row {
    display: flex;
    margin: 0 0 16px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .date-publication,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .date-publication {
    font-weight: 600;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #323029;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .date-name-row img,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .date-name-row img {
    padding: 0 10.5px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .name-author,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .name-author {
    font-weight: 600;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .coach-card-text .post-title,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .coach-card-text .post-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .coach-card-text .post-desc,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .coach-card-text .post-desc {
    margin: 8px 0 16px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .coach-card-text p,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .coach-card-text p {
    font-size: 14px;
    line-height: 20px;
    color: #323029;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .coach-card-text a,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .coach-card-text a{
    display: flex;
    align-items: center;
    color: #9B4467;
    font-weight: 700;
    font-size: 16px;
}
#menu-header-menu li.custom-menu-item.third-menu-item .post-content-block .coach-card-text a:after,
#menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block .coach-card-text a:after {
    content: url("../image/link_arrow_HitW2.svg");
    padding-left: 8px;
}



#menu-header-menu .fourth-menu-item .submenu-nav-container .col-submenu-desc {
    padding-bottom: 26px;
}
#menu-header-menu li.custom-menu-item.fourth-menu-item .general-photo-card-fourth-submenu {
    position: relative;
    z-index: 1;
    display: block;
    width: 180px;
    margin-inline: auto 16px;
}
#menu-header-menu li.custom-menu-item.fourth-menu-item .general-background-fourth-submenu {
    position: absolute;
    width: calc(100% + 18px);
    max-width: calc(100% + 18px);
    bottom: 0;
    left: 0;
}


@media screen and (max-width: 767px) {
    #menu-header-menu.mobile-header-menu {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .nav-mobile-wrap.burger-active {
        overflow-y: auto;
    }
    #menu-header-menu.mobile-header-menu>li.custom-menu-item {
        position: relative;
        display: block;
        margin: 17px 8px;
        flex: 1;
    }
    #menu-header-menu.mobile-header-menu>li.custom-menu-item.get-in-touch-btn {
        flex: 21;
        display: flex;
        align-items: end;
    }
    #menu-header-menu.mobile-header-menu>li.custom-menu-item.get-in-touch-btn a {
        width: 335px;
        max-width: 100%;
        margin-bottom: 100px;
    }
    #menu-header-menu.mobile-header-menu li.custom-menu-item:not(.get-in-touch-btn):after {
        content: url("../image/mobilee-menu-arrow.svg");
        position: absolute;
        top: 0;
        right: 20px;
        transition: all .3s ease;
    }
    #menu-header-menu.mobile-header-menu li.custom-menu-item.active:after {
        transform: rotate(180deg);
    }
    .desktop-menu-item .submenu-nav-container {
        overflow: hidden;
    }
    .submenu-nav-container .col-items-submenu {
        padding: 8px 22px;
    }
    .submenu-nav-container .col-submenu-desc {
        width: 100%;
        flex: auto;
        padding: 0;
        padding-block: 12px 24px;
        margin-inline: 12px;
        border: none;
        border-top: 1px solid #E8E6E2;
    }
    #menu-header-menu.mobile-header-menu .submenu-nav-container {
        display: none;
        justify-content: start;
        width: 100%;
        max-width: 100%;
        /*max-height: 0;*/
        top: 100px;
        left: 15px;
        background-color: #fff;
        border: 1px solid #E8E6E2;
        border-radius: 16px;
    }
    #menu-header-menu.mobile-header-menu .submenu-nav-container.active-submenu {
        display: flex;
        margin-top: 20px;
    }
    #menu-header-menu .submenu-nav-container ul li.single-submenu-item {
        width: 100%;
        margin-block: 16px;
    }


    .submenu-nav-container .general-image-submenu {
        transform: translateY(0);
    }
    #menu-header-menu li.custom-menu-item.third-menu-item .rest-top-article,
    #menu-header-menu li.custom-menu-item.fifth-menu-item .rest-top-article {
        flex-direction: column;
    }
    #menu-header-menu li.custom-menu-item.third-menu-item .post-content-block,
    #menu-header-menu li.custom-menu-item.fifth-menu-item .post-content-block {
        padding-left: 0;
    }


}

/*----------------------- End Update Menu -----------------------*/




    /* Footer CSS */

footer {
    background-color: #FCFCFB;
}
footer .vd-container {
    padding: 112px 0;
}
.footer-social-networks {
    display: flex;
    justify-content: space-around;
    max-width: 216px;
    margin-top: 76px;
}
.footer-label img {
    width: 260px;
    margin-bottom: 12px;
}
.footer-label .image-footer-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
footer .list-pages {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-style: normal;
    padding-top: 8px;

}
footer .explore-list-pages.list-pages {
    margin-left: 80px;
}
footer .list-pages a {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
footer .list-pages .explore-list-title,
footer .list-pages .legal-list-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
footer .pages-block {
    display: flex;
}
.mobile-soc-net {
    display: none;
}
.coaching-is-loving {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.coaching-is-loving-subtitle {
    margin: 8px 0 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323029;
}
.bottom-footer-strip {
    padding: 8px 0;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.coaches_wrapper .col-6 {
    height: fit-content;
}
.vd-container.logo-container {
    padding: 0;
    padding-bottom: 16px;
}
.vd-container.logo-container .row {
    flex-direction: unset;
    justify-content: center;
}

/**/

.titles-table td {
    text-align: center;
}
td {
    border: 1px solid;
    padding: 10px;
}
.classic-text-page li {
    list-style: upper-roman;
}
.classic-text-page li.classic-list-style {
    list-style: inherit;
}
.classic-text-page li.letter-list-style {
    list-style: upper-alpha;
}
.classic-text-page li.circle-list-style {
    list-style: circle;
}
/*

    class="classic-list-style"
    class="circle-list-style"

*/


/* Home Page */

    /* Home Page //\\ Video presentation section CSS */

.video-presentation-section {
    padding: 65px 0 0;
}
.video-presentation-section .video-presentation-container {
    max-width: 100%;
    width: 100vw;
}
.video-presentation-section .top-title-row {
    flex-direction: column;
    width: 1440px;
}
.video-presentation-section .video-presentation-row {
    margin: 0 0 0 auto;
    max-width: 95vw;
}
.video-presentation-section a.btn-download,
a.btn-download {
    display: flex;
    width: fit-content;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #9B4467;
    color: #FFFFFF;
    font-weight: 700;
}
.video-presentation-section .subtitle-section {
    padding: 8px 0 24px;
    color: #323029;
}
.video-presentation-section .find-your-coach-btn-block {
    padding-bottom: 24px;
}
.video-presentation-section .col-video-presentation {
    padding: 0;
}
.video-presentation-section video {
    border-radius: 50px 0 0;
}
.video-presentation-section .question-answer-block {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 90px;
    padding-right: 20px;
}
.video-presentation-section .left-question {
    color: #323029;
}
.video-presentation-section .left-answer {
    text-align: end;
}
.video-presentation-section .left-answer div {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 8px 0 0 auto;
    padding: 9.1px 16.5px;
    background-color: #E6B4A9;
    color: #000000;
    font-weight: 600;
    transform: rotate(-4deg);
    transform-origin: right;
}
.video-presentation-section .left-answer div:before {
    content: url("../image/home-answer-arrow.svg");
    position: absolute;
    transform: rotate(4deg);
    top: -17px;
    left: -50px;
}
.video-presentation-section .featured-in-company-logos-row {
    max-width: 100vw;
    width: 100vw;
    background-color: #000000;
    color: #FFFFFF;
    padding: 16px 0;
    margin-top: -6px;
}
.video-presentation-section .featured-in-block {
    display: flex;
    align-items: center;
    max-width: 90vw;
    width: 1440px;
    margin: 0 auto;
}
.video-presentation-section .featured-in-block .featured-in-col {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.video-presentation-section .featured-in-block .featured-in-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
}
.video-presentation-section .featured-in-block .featured-in-text:after {
    content: url("../image/featured-in-vector.svg");
}
.video-presentation-section .single-logo-company {
    width: 16.66%;
    display: flex;
    align-items: center;
    justify-content: center;
}


    /* Home Page //\\ How it works section CSS */

.how-it-works-section {
    background-image: url("../image/how-it-works-background.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.how-it-works-section .title-section {
    margin-bottom: 28px;
}
.how-it-works-section .block-of-work-schemes {
    padding: 0;
}
.how-it-works-section .point {
    position: relative;
    margin: 16px 0;
}
.how-it-works-section .block-point {
    width: 50%;
    padding: 0 24px 0 0;
}
.how-it-works-section .point-2 .block-point {
    margin: 0 0 0 auto;
}
.how-it-works-section .point-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.how-it-works-section .point-1 .point-title:before {
    content: url("../image/point-1.svg");
    padding: 0 16px;
}
.how-it-works-section .point-2:after {
    content: url("../image/point-arrow-12.svg");
    position: absolute;
    top: 0;
    right: calc(50% + 144px);
}
.how-it-works-section .point-2 .point-title:before {
    content: url("../image/point-2.svg");
    padding: 0 21px 0 5px;
}
.how-it-works-section .point-3:after {
    content: url("../image/point-arrow-23.svg");
    position: absolute;
    top: 0;
    left: calc(50% + 35px);
}
.how-it-works-section .point-3 .point-title:before {
    content: url("../image/point-3.svg");
    padding: 0 22px 0 6px;
}
.how-it-works-section .block-with-photos-of-coaches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 536px;
    margin: 0 auto;
}
.how-it-works-section .block-with-photos-of-coaches .coach {
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    max-width: 33%;
    width: 176px;
}
.how-it-works-section .block-with-photos-of-coaches .coach img {
    border-radius: 12px;
}
.how-it-works-section .block-with-photos-of-coaches .coach-1 {
    background-color: #EABE55;
    margin-bottom: 4px;
    width: fit-content;
    max-width: 100%;
}
.how-it-works-section .block-with-photos-of-coaches .coach-2 {
    background-color: #E6B4A9;
}
.how-it-works-section .block-with-photos-of-coaches .coach-3 {
    background-color: #E8EBE9;
}
.how-it-works-section .block-with-photos-of-coaches .coach-4 {
    background-color: #AF6985;
}
.how-it-works-section .link-from-the-how-it-works {
    margin-top: 16px;
}
.how-it-works-section .link-from-the-how-it-works a {
    font-weight: 700;
    color: #9B4467;
}
.how-it-works-section .link-from-the-how-it-works a:after {
    content: url("../image/link-arrow.svg");
    padding-left: 12px;
}


    /* Home Page //\\ What people are saying section CSS */

.what-people-are-saying-section {
    background-color: #EDC9C1;
    padding: 120px 0 190px;
}
.what-people-are-saying-section .row {
    justify-content: center;
}
.what-people-are-saying-section .section-title {
    max-width: 872px;
    text-align: center;
    margin: 0 auto;
}
.what-people-are-saying-section .reviews-slider {
    max-width: 872px;
    margin: 56px auto 0;
}
.what-people-are-saying-section .review {
    font-size: 32px;
    text-align: center;
    color: #000000;
}
.what-people-are-saying-section .customer-name {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-top: 40px;
}
.what-people-are-saying-section .info-customer {
    text-align: center;
}
.what-people-are-saying-section .slick-prev,
.what-people-are-saying-section .slick-next {
    top: calc(100% + 62px);
}
.what-people-are-saying-section .slick-prev {
    left: calc(50% - 40px);
}
.what-people-are-saying-section .slick-next {
    right: calc(50% - 40px);
}
.what-people-are-saying-section .slick-prev:before {
    content: url("../image/slider-left-arrow.svg");
    opacity: 1;
}
.what-people-are-saying-section .slick-next:before {
    content: url("../image/slider-right-arrow.svg");
    opacity: 1;
}


    /* Home Page //\\ Group coaching section CSS */

.vd_section.group-coaching-section {
    background-image: url("../image/group-coaching-background.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 10px;
}
.group-coaching-section .col-text,
.group-coaching-section .col-meeting-coaches {
    padding: 0;
}
.group-coaching-section .left-text-block {
    max-width: 536px;
}
.group-coaching-section .section-description {
    margin: 18px 0 40px;
}
.group-coaching-section .coach-photo-block {
    position: relative;
}
.group-coaching-section .coach-photo-block img {
    background: #EFCC74;
    border-radius: 8px;
    max-width: 43vw;
    width: 313px;
}
.group-coaching-section .coach-info,
.coach-info {
    position: absolute;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 100px;
    bottom: 0;
    padding: 8px;
    margin: 8px;
    background: #000;
    color: #fff;
    z-index: 10;
}
.group-coaching-section .star,
.how-it-works-section .star {
    padding: 0 10px;
    margin-top: -5px;
}
.group-coaching-section .star:before,
.how-it-works-section .star:before {
    content: url("../image/star-between.svg");
}
.group-coaching-section .meeting-block {
    text-align: end;
}
.group-coaching-section .meeting-block img {
    max-width: 65vw;
    width: 500px;
    transform: translateY(-100px);
    border-radius: 8px;
}
.group-coaching-section .btn-download:after {
    content: url("../image/download-arrow.svg");
    padding-left: 8px;
    height: 24px;
}

    /* Home Page //\\ Companies we've served section CSS */

.vd_section.companies-served-section {
    background-color: #F5F4F0;
    padding: 88px 0;
}
.companies-served-section .row {
    justify-content: center;
}
.companies-served-section .title-section {
    margin-bottom: 24px;
    text-align: center;
}
.companies-served-section .company-logos {
    display: flex;
    flex-wrap: wrap;
}
.companies-served-section .single-company-logo {
    width: 20%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies-served-section .company-logos-slider .single-company-logo {
    width: 144px;
    /*max-width: 150px;*/
}
.companies-served-section .company-logos-slider .single-company-logo img {
    width: 90%;
    max-width: 144px;
    margin: 0 auto;
}
.companies-served-section .company-logos .single-company-logo img {
    width: fit-content;
    height: fit-content;
}
.companies-served-section .company-logos-slider {
    max-width: 100vw;
    display: none;
}



    /* Home Page //\\ Advantages of group coaching section CSS */

.advantages-group-section {
    background-color: #FFEDAF;
}
.advantages-group-section .row {
    justify-content: center;
}
.advantages-group-section .title-section {
    margin-bottom: 50px;
}
.advantages-group-section .advantages-group-row {
    margin-bottom: 48px;
}
.advantages-group-section .advantages-group-block {
    display: flex;
}
.advantages-group-section .single-advantage {
    margin: 0 12px;
}
.advantages-group-section .single-advantage div {
    text-align: center;
}
.advantages-group-section .advantage-icon {
    margin-bottom: 10px;
}
.advantages-group-section .title-advantage {
    margin-bottom: 8px;
}
.advantages-group-section video {
    border-radius: 16px;
    max-width: 80vw;
    width: 1096px;
}
.magic-wand:before {
    content: url("../image/Magic_wand.svg");
}
.award:before {
    content: url("../image/Award.svg");
}
.trophy:before {
    content: url("../image/Trophy.svg");
}
.science:before {
    content: url("../image/Science.svg");
}

.video-block {
    position: relative;
}
.playpause {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-image: url("../image/Play.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.9;
    transform: scale(1);
    transition: all 0.3s linear;
}
.video-block:hover .playpause {
    transform: scale(1.2);
}

    /* Home Page //\\ Advantages of group coaching section CSS */

.values-driven-company-section {
    background-color: #EDC9C1;
    padding: 88px 0;
}
.values-driven-company-section .title-section {
    margin-bottom: 50px;
}
.values-driven-company-section .our-values-group-block {
    display: flex;
}
.values-driven-company-section .single-value {
    margin-right: 24px;
}
.values-driven-company-section .single-value div {
    text-align: start;
}
.values-driven-company-section .value-icon {
    margin-bottom: 10px;
}
.values-driven-company-section .title-value {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.diamond:before {
    content: url("../image/Excellence.svg");
}
.group:before {
    content: url("../image/Group.svg");
}
.circle:before {
    content: url("../image/Connection.svg");
}
.stars:before {
    content: url("../image/Deluxe.svg");
}


    /* Home Page //\\ B2B group coaching section CSS */

.vd_section.b2b-group-coaching-section {
    padding: 120px 0 342px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.b2b-group-coaching-section .title-section {
    margin-bottom: 8px;
}
.b2b-group-coaching-section h2 {
    font-weight: 400;
    line-height: 1.14;
    font-size: 72px;
}
.b2b-group-coaching-section .subtitle-section {
    margin: 8px 0 24px;
}

.b2b-group-coaching-section .link-block a {
    font-weight: 700;
    color: #9B4467;
}
.b2b-group-coaching-section .link-block a:after {
    content: url("../image/link-arrow.svg");
    padding-left: 12px;
}



/*///////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

    /* Home Page //\\ One Benefits Three Solutions section CSS */

.one-benefits-three-solutions-section .col-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.one-benefits-three-solutions-section .section-title {
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.one-benefits-three-solutions-section .section-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323029;
    margin: 16px 0 64px;
}
.one-benefits-three-solutions-section .picture-group-client {
    text-align: center;
}
.one-benefits-three-solutions-section .title-group-client {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin: 24px 0 8px;
}
.one-benefits-three-solutions-section .description-group-client {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323029;
}

    /* Home Page //\\ How It Works V2 section CSS */

.how-it-works-v2-section {
    background-color: #EDC9C1;
    background-image: url("../image/background_HitWV2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.how-it-works-v2-section .col-12 {
    text-align: center;
}
.how-it-works-v2-section .subtitle-section {
    margin: 8px 0 40px;
    color: #323029;
}
.how-it-works-v2-section .single-point-col {
    position: relative;
    padding: 0 18px;
}
.how-it-works-v2-section .point {
    padding: 52px 32px;
    height: 100%;
    background-color: #E3A99D;
    border-radius: 16px;
}
.how-it-works-v2-section .point-2:before,
.how-it-works-v2-section .point-2:after {
    position: absolute;
    content: url("../image/home-answer-arrow.svg");
    height: 42px;
    top: calc(45% - 21px);
    z-index: 2;
}
.how-it-works-v2-section .point-2:before {
    left: -21px;
}
.how-it-works-v2-section .point-2:after {
    right: -24px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.how-it-works-v2-section .point-title {
    margin-top: 24px;
    font-weight: 600;
    color: #323029;
}
.how-it-works-v2-section .row-link {
    margin-top: 24px;
}
.how-it-works-v2-section .row-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #9B4467;
}
.how-it-works-v2-section .row-link a:after {
    content: url("../image/link_arrow_HitW2.svg");
    padding-left: 12px;
}
.how-it-works-v2-section .row-link a:hover,
.how-it-works-v2-section .row-link a:hover:after {
    opacity: 0.8;
}

    /* Home Page //\\ The Terawatt Journey section CSS */

.anim-mobile {
    display: none;
}
.terawatt-journey-section {
    background-color: #000000;
}
.terawatt-journey-section .vd-container {
    max-width: 100%;
}
.journey-title {
    margin-bottom: 40px;
}
.journey-title h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
}
.journey-title h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
}


    /* Home Page //\\ Coaches of The Week section CSS */

.coaches-of-the-week-section .col-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.coaches-of-the-week-section {
    background-color: #000000;
    background-image: url("../image/COTW.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -1px;
}
.coaches-of-the-week-section .title-coaches-week-row {
    margin-bottom: 32px;
}
.coaches-of-the-week-section .title-coaches-week {
    text-align: center;
    color: #ffffff;
}
.coaches-of-the-week-section .link-page-with-coaches-col {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 9px;
}
.coaches-of-the-week-section .link-page-with-coaches,
.coaches-of-the-week-section .btn-to-coach-profile a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #E1C7D1;
}
.coaches-of-the-week-section .link-page-with-coaches:after,
.coaches-of-the-week-section .btn-to-coach-profile a:after {
    content: url("../image/link_page_coahes.svg");
    padding-left: 12px;
}
.coaches-of-the-week-section .cart-block {
    position: relative;
}
.coaches-of-the-week-section .cart-block.first-coach-card:before {
    position: absolute;
    top: -72px;
    left: -28px;
}
.coaches-of-the-week-section .coach-photo img {
    width: 100%;
    border-radius: 8px;
}
.coaches-of-the-week-section .coach-card-info {
    margin-top: 16px;
}
.coaches-of-the-week-section .coach-name {
    display: flex;
    color: #ffffff;
}
.coaches-of-the-week-section .coach-sex {
    font-size: 10px;
    font-weight: 400;
    padding-left: 8px;
    line-height: 2;
    color: #C3C2BE;
}
.coaches-of-the-week-section .coach-title-slogan {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFB;
    margin: 2px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.coaches-of-the-week-section .categories-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #C4C2BE;
}
.coaches-of-the-week-section .list-employees-served {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFB;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 2px;
}
.coaches-of-the-week-section .fun-fact-block {
    margin: 16px 0 22px;
    height: 122px;
}
.coaches-of-the-week-section .fun-fact-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #C4C2BE;
}
.coaches-of-the-week-section .fun-fact-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFB;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////////////////////////////*/

    /* Home Page //\\ Download our ROI section CSS */

.vd_section.download-our-roi-section {
    background-color: #000000;
    color: #FFFFFF;
    padding: 96px 0;
}
.download-our-roi-section .row {
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.download-our-roi-section .title-section {
    max-width: 1096px;
    margin: 0 auto;
    margin-top: 26px;
}
.download-our-roi-section .subtitle-section {
    margin: 8px 0 24px;
}
.download-our-roi-section .btn-download {
    margin: 0 auto;
    background-color: #EBDAE1;
    color: #000000;
}
.download-our-roi-section .btn-download:after {
    content: url("../image/download-arrow-black.svg");
    padding-left: 8px;
    height: 24px;
}
.download-our-roi-section .photo-card img {
    width: 104px;
}
.download-our-roi-section .btn-download:hover {
    opacity: 0.7;
}

/* Find a coach Page */

    /* Top section CSS */

.vd_section.find-a-coach-top-section {
    display: none;
    padding: 0;
}
.vd_section.find-a-coach-top-section .vd-container {
    padding: 55px 0 276px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.find-a-coach-top-section .title-section {
    font-weight: 400;
}
.find-a-coach-top-section .subtitle-section,
.find-a-coach-top-section .text-offer-call {
    margin: 8px 0 24px;
}
.find-a-coach-top-section .btn-download-block {
    display: flex;
}
.find-a-coach-top-section .btn-download-block:after {
    content: url("../image/find-a-coach-btn-arrow.svg");
    margin: -16px 0 0 32px;
}

    /* Coaching filters section CSS */

.vd_section.coaching-filter-section {
    padding: 0;
}
.coaching-filter-section .row {
    justify-content: center;
}
.coaching-filter-section .filter-areas {
    background-color: #FFEDAF;
    height: 104px;
    border-radius: 24px 24px 0 0;
    padding: 24px;
}
.coaching-filter-section .filter {
    position: relative;
    display: flex;
    justify-content: space-around;
}
.block-of-topics-list-category,
.block-of-employees-list-category {
    display: contents;
}
.coaching-filter-section .topics_coaches_category_reset,
.coaching-filter-section .employees_coaches_category_reset {
    position: absolute;
    right: calc(50% + 79px);
    top: calc(50% - 15px);
    cursor: pointer;
}
.coaching-filter-section .employees_coaches_category_reset {
    right: 79px;
}
.coaching-filter-section .topics_coaches_category_reset.topics_reset_hidden,
.coaching-filter-section .employees_coaches_category_reset.employees_reset_hidden {
    display: none;
}
.coaching-filter-section .title-of-list-categories {
    display: none;
}
.coaching-filter-section .filter .filter-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 56px;
    background-color: #fff;
    cursor: pointer;
}
.coaching-filter-section .filter .filter-topic {
    border-radius: 100px 0 0 100px;
}
.coaching-filter-section .filter-topic-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-right: 1px solid #FFE08E;
}
.coaching-filter-section .filter-employees-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.coaching-filter-section .filter-topic-title:before {
    content: url("../image/topic-label.svg");
    padding: 0 8px 0 16px;
    height: 20px;
}
.coaching-filter-section .filter-employees-title:before {
    content: url("../image/employee-label.svg");
    padding: 0 8px 0 16px;
    height: 24px;
}
.coaching-filter-section .filter-category-title:after {
    content: url("../image/category-arrow.svg");
    position: absolute;
    height: 32px;
    right: 47px;
    top: -4px;
    transition: transform 0.2s ease-out;
}
.coaching-filter-section .filter-category-title.active-dropdown:after {
    transform: rotate(180deg);
    transition: transform 0.2s ease-out;
}
.coaching-filter-section .filter .filter-employees-served {
    border-radius: 0 100px 100px 0;
}
.coaching-filter-section .coach-categories {
    flex-direction: column;
    width: 50%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 99;
    /*width: calc(100% - 24px);*/
    top: 70px;
    background-color: #FFFFFF;
    border-radius: 16px;
    transition: max-height 0s ease-out;
}
.coaching-filter-section .coach-employees-served-category.coach-categories {
    right: 0;
}
.coaching-filter-section .coach-topics-category.coach-categories {
    left: 0;
}
.coaching-filter-section .coaches_category {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.coaching-filter-section .coaches_category .label {
    padding: 0 8px 0 11px;
}
.coaching-filter-section .coaches_category:before {
    content: url("../image/coaches-filter-marker.svg");
    height: 20px;
}
.coaching-filter-section .coaches_category.active:before {
    content: url("../image/coaches-filter-marker-active.svg");
}
.coaching-filter-section .coach-categories.active-dropdown {
    max-height: 700px;
    /*padding: 19px 19px 19px 40px;*/
    padding: 19px;
    border: 1px solid #FFE08E;
    transition: max-height 0.5s ease-out;
}


    /* Show coaching card section CSS */

.vd_section.show-coaching-card-section {
    background-color: #FFEDAF;
    padding: 96px 0;
}
.show-coaching-card-section .title-section-row {
    justify-content: center;
    margin-bottom: 32px;
}
.show-coaching-card-section .title-section {
    max-width: 90vw;
    width: 1063px;
    text-align: center;
}
.show-coaching-card-section .subtitle-section {
    margin-top: 16px;
    text-align: center;
}
.show-coaching-card-section .subtitle-section a {
    color: #9B4467;
    font-weight: 700;
}
.show-coaching-card-section .cart-block {
    margin: 12px 0;
    max-width: 424px;
}
.show-coaching-card-section .coach-card-info {
    justify-content: space-between;
    margin: 16px 0;
}

.show-coaching-card-section .categories {
    display: flex;
    margin-top: 2px;
}
.show-coaching-card-section .social-networks {
    display: flex;
    align-items: end;
}
.show-coaching-card-section .website-link {
    margin-left: 16px;
}
.show-coaching-card-section .coach-photo img {
    border-radius: 8px;
}
.show-coaching-card-section .link-to-coach-profile:after {
    content: url("../image/link-to-coach-profile-arrow.svg");
    margin-left: 12px;
}
.show-coaching-card-section .link-to-coach-profile {
    color: #9B4467;
    font-weight: 700;
}

.show-coaching-card-section .link-to-coach-profile-no-after {
    color: #9B4467;
    font-weight: 700;
}

.show-coaching-card-section .coach-card-text {
    max-width: 75%;
}



.page-template-tmpl-find_a_coach header {
    background-color: #FFEDAF;
}
.section-coach-sign-up-cta {
    position: relative;
    padding: 96px 0 204px;
    background-color: #EDC9C1;
    background-image: url("../image/background-cta.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.section-coach-sign-up-cta .col-md-7 {
    z-index: 3;
}
.section-coach-sign-up-cta .photo-card-cta {
    position: absolute;
}
.section-coach-sign-up-cta .first-card-cta {
    z-index: 2;
    right: 144px;
    bottom: 150px;
}
.section-coach-sign-up-cta .second-card-cta {
    right: 0;
    bottom: 65px;
}
.section-coach-sign-up-cta .title-block h2 {
    font-weight: 600;
    line-height: 114%;
    color: #000000;
}
.section-coach-sign-up-cta .subtitle-block {
    margin: 8px 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.section-coach-sign-up-cta .btn-calendly a:hover {
    opacity: 0.7;
}


/* Coach Profile Page //\\ Info */

.vd_section.vd-coach-profile-info {
    padding: 31px 0 0;
}
.vd-coach-profile-info .vd-container {
    position: relative;
    max-width: 97.5vw;
    margin-right: 0;
    width: 1520px;
}
.vd-coach-profile-info .row {
    max-width: 100vw;
    /*width: 100vw;*/
}
.link-to-back-page {
    position: absolute;
    margin: 16px 0 32px;
    z-index: 10;
}
.link-to-back-page a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #9B4467;
}
.link-to-back-page a:before {
    content: url("../image/back-arrow.svg");
    padding-right: 12px;
}
.link-to-back-page a:hover {
    color: #ab4c72;
}
.vd-coach-profile-info .right-column-of-profile-page {
    max-width: 95%;
    width: 551px;
    padding-top: 72px;
}
.vd-coach-profile-info .emloyee-served:last-child .comma {
    display: none;
}
.vd-coach-profile-info .coach-name,
.vd-coach-profile-info .coach-name h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.14;
    color: #000000;
}
.vd-coach-profile-info .coach-sex {
    padding-left: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #878684;
}
.vd-coach-profile-info .subtitle-text {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #323029;
}
.vd-coach-profile-info .first-list-categories {
    margin: 32px 0 24px;
}
.fun-fact-block {
    margin-top: 24px;
}
.fun-fact-title {
    font-weight: bolder;
}
.vd-coach-profile-info .second-list-categories {
    margin: 24px 0;
}
.vd-coach-profile-info .list-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #878684;
}
.vd-coach-profile-info .coaches-topics {
    display: flex;
    flex-wrap: wrap;
}
.vd-coach-profile-info .topic {
    padding: 8px 12px;
    border: 1px solid #E8E6E2;
    border-radius: 100px;
    margin: 0 8px 8px 0;
}
.vd-coach-profile-info .topic:last-child {
    margin-right: 0;
}
.vd-coach-profile-info .btn-block {
    margin: 32px 0 80px;
}
.vd-coach-profile-info .right-profile-photo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 32px 0 0 0;
}
.vd-coach-profile-info .social-networks-for-coach-profile {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    margin: 0 0 16px 16px;
}
.vd-coach-profile-info .linkedin-coach {
    margin-right: 18px;
}

    /* Coach Profile Page //\\ Video */

.vd_section.vd-coach-profile-video {
    background-color: #FFE49E;
    background-image: url("../image/Coach-profile-video-backgrouns.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.vd-coach-profile-video .video-presentation-of-coach-row {
    justify-content: center;
    width: fit-content;
    max-width: 76vw;
}
.vd-coach-profile-video .video-presentation-of-coach {
    max-width: 100%;
    width: 1096px;
    border-radius: 16px;
}

    /* Coach Profile Page //\\ Photo gallery */

.vd-coach-profile-gallery .title-section {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.14;
    color: #000000;
    margin-bottom: 24px;
}
.vd-coach-profile-gallery .gallery-slider {
    margin-top: 40px;
}
.vd-coach-profile-gallery .single-photo-block {
    margin: 0 12px;
    width: 20vw;
    max-width: 312px;
}
.vd-coach-profile-gallery .single-photo-block img {
    object-fit: cover;
    width: 100%;
    /*max-height: 450px;*/
    border-radius: 8px;
}
.vd-coach-profile-gallery .slick-next,
.vd-coach-profile-gallery  .slick-prev {
    left: auto;
    right: 6vw;
    top: -70px;
}
.vd-coach-profile-gallery .slick-prev {
    right: calc(6vw + 56px);
}
.vd-coach-profile-gallery .slick-prev:before {
    content: url("../image/slider-left-arrow.svg");
    opacity: 1;
}
.vd-coach-profile-gallery .slick-next:before {
    content: url("../image/slider-right-arrow.svg");
    opacity: 1;
}

    /* Contact Form Page CSS */

.vd_section.contact-form-section {
    position: relative;
    padding: 88px 0;
    background-color: #EBDAE1;
}
.contact-form-section .link-to-back-page {
    top: 0;
}
.contact-form-section .contact-content,
.calendar-section .calendar-title-row,
.calendar-section .calendar-btn-row {
    justify-content: center;
}
.contact-form-section .title-section,
.calendar-section .title-section {
    text-align: center;
    width: 700px;
    margin-bottom: 32px;
    color: #000000;
}
.contact-form-section .contact-form {
    width: 700px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
}
.contact-form-section .wpcf7#wpcf7-f5-o1 {
    width: 424px;
    max-width: 95%;
    margin: 0 auto;
    padding: 40px 0;
}
.contact-form-section .wpcf7-form label {
    width: 100%;
    outline: none;
}
.contact-form-section .wpcf7-form input,
.contact-form-section .wpcf7-form .wpcf7-textarea {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 1px solid #E8E6E2;
    background: transparent;
    padding-bottom: 8px;
}
.contact-form-section .wpcf7-form span.input-title {
    transform: translate(2px, 25px);
    position: absolute;
    color: #878684;
    transition: all 0.3s ease-out;

}
.contact-form-section .wpcf7-form span.input-title.active {
    transform: translate(2px, 8px);
    font-size: 10px;
}
.contact-form-section .wpcf7-submit.btn-download {
    padding: 16px;
    color: #FFFFFF;
    background-color: #9B4467;
    border-radius: 100px;
    margin-top: 24px;
}

.vd_section.calendar-section {
    padding: 96px 0;
    background-color: #FFEDAF;
    background-image: url("../image/background-calendar.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.calendar-section .title-section {
    margin-bottom: 24px;
}
.calendar-section .calendar-btn a {
    display: flex;
    align-items: center;
    color: #9B4467;
    font-weight: 700;
}
.calendar-section .calendar-btn a:after {
    content: url("../image/btn-open-calendar-icon.svg");
    height: 22px;
    padding-left: 10.5px;
}
.invisible-field {
    display: none;
}

    /* Thanks page CSS */

.vd_section.thanks-section {
    background-color: #EBDAE1;
    padding: 200px 0;
}
.thanks-section .col-12 {
    text-align: center;
}
.thanks-section .title {
    margin: 26px 0 8px;
}
.thanks-section .btn-go-home {
    margin-top: 32px;
}
.thanks-section .btn-go-home a {
     font-weight: 700;
     color: #9B4467;
 }

/* ROI on coaching CSS */

    /* Top Roi section CSS */

.vd_section.top-roi-section {
    padding: 24px 0 253px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.top-roi-section .subtitle-section {
    margin: 8px 0 24px;
}
.vd_section.top-roi-section {
    background-size: auto;
    padding-top: 120px;
}


    /* New Top Roi section CSS */

.new-top-roi-section {
    padding: 22px 0 122px;
}
.new-top-roi-section .subtitle-section {
    margin-top: 8px;
}
.new-top-roi-section .col-12 {
    padding: 0 15px;
}


    /* Ten Reasons CSS */

/*.ten-reasons-section {*/
/*    position: relative;*/
/*    background-color: #EBDAE1;*/
/*    background-image: url("../image/new-roi.webp"), url("../image/new-roi-2.webp");*/
/*    background-repeat: no-repeat, no-repeat;*/
/*    background-size: 50%, 50%, contain, contain;*/
/*    background-position: left top, right bottom;*/
/*    padding: 96px 0 96px;*/
/*}*/
.background-card {
    position: absolute;
}
.background-card-first {
    top: 140px;
    right: 0;
}
.background-card-second {
    top: 45%;
    left: 0;
}
.background-card-third {
    bottom: 30px;
    right: 0;
}
.background-card-mobile-first,
.background-card-mobile-second {
    display: none;
}
.ten-reasons-section .title-block-row {
    position: relative;
    flex-direction: column;
    align-items: center;
}
.ten-reasons-section .title-section {
    text-align: center;
    width: 984px;
    max-width: 95%;
}
.ten-reasons-section .accordion-row {
    justify-content: start;
    max-width: 100%;
    width: 872px;
    margin-top: 0;
}
.ten-reasons-section .reasons-accordion-block {
    width: 100%;
    border-bottom: 1px solid #E8E6E2;
    padding: 24px 0;
}
.ten-reasons-section .reason-accordion {
    max-height: 0;
    /*height: 0;*/
    padding-left: 30px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.ten-reasons-section .reason-accordion.active-accordion {
    max-height: 300px;
    /*margin-top: 24px;*/
    /*height: 300px;*/
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.reasons-accordion-block .title-accordion {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: start;
}
.reasons-accordion-block .title-accordion span {
    max-width: 90%;
    display: inline-block;
}
.reasons-accordion-block .title-accordion.active-accordion span {
    font-weight: 600;
}
.reasons-accordion-block .title-accordion:before {
    font-weight: 600;
    color: #000000;
    /*padding-right: 18px;*/
    width: 32px;
    text-align: start;
}
.reasons-accordion-block .title-accordion:after {
    content: url("../image/x-list-reasons.svg");
    height: 20px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out;
}
.reasons-accordion-block .title-accordion.active-accordion:after {
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
.reasons-accordion-block .accordion-description {
    margin-top: 24px;
}
.reasons-accordion-block .document-btn {
    margin-top: 8px;
}
.reasons-accordion-block .document-btn a {
    font-weight: 700;
    color: #9B4467;
}
.background-card-first {
    top: -160px;
}
.background-card-second {
    top: calc(50% - 148px);
}
.background-card-third {
    top: 50%;
}


    /* Superfood for your business CSS */

.superfood-for-business-section {
    background-color: #EDC9C1;
}
.superfood-for-business-section .title-section {
    width: 872px;
    text-align: center;
}
.superfood-for-business-section .section-card-row {
    margin-top: 40px;
    justify-content: center;
}
.superfood-for-business-section .card-block-col {
    padding: 56px;
    background: #F5DFDA;
    border-radius: 16px;
    margin: 0 12px;
    flex: auto;
    width: 424px;
    max-width: 30%;
}
.superfood-for-business-section .icon-card,
.superfood-for-business-section .card-description {
    text-align: center;
}
.superfood-for-business-section .icon-card {
    margin-bottom: 16px;
}
.superfood-for-business-section .bottom-subtitle {
    text-align: center;
    margin-top: 40px;
}

    /* Original survey CSS */

.original-survey-section {
    position: relative;
    padding: 190px 0 180px;
    background-color: #FFE49E;
    background-image: url("../image/original-survey-bckgrnd.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.original-survey-section .vd-container {
    position: relative;
}
.original-survey-section .col-6 {
    position: static;
}
.original-survey-section .book-block img {
    max-width: 401px;
    object-fit: cover;
    position: absolute;
    top: -135px;
    right: 132px;
}
.original-survey-section .btn-download {
    margin-top: 24px;
}
.original-survey-section .btn-download:after {
    content: url("../image/download-arrow.svg");
    padding-left: 8px;
    height: 24px;
}

    /* Why group coaching CSS */

.why-group-coaching-section {
    padding: 136px 0 120px;
}
.why-group-coaching-section .subtitle-section p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
    margin: 16px 0;
}
.why-group-coaching-section .list-proposals li {
    margin-bottom: 16px;
    display: flex;
}
.why-group-coaching-section .list-proposals li:last-child {
    margin-bottom: 0;
}
.why-group-coaching-section .list-proposals li:before {
    content: url("../image/yellow-star.svg");
    padding-right: 12.5px;
}

    /* Group coaching in a nutshell CSS */

.group-coaching-in-nutshell-section {
    padding: 96px 0 120px;
}
.group-coaching-in-nutshell-section .row {
    justify-content: center;
}
.group-coaching-in-nutshell-section .title-section {
    margin-bottom: 40px;
}
.group-coaching-in-nutshell-section .lists-row {
    flex-direction: row;

}
.group-coaching-in-nutshell-section .left-list-block {
    display: flex;
    align-items: center;
    max-width: 54%;
    width: 710px;
    background: #FFFCED;
    border-radius: 24px;
    padding: 48px;
    margin-right: 24px;
}
.group-coaching-in-nutshell-section .right-list-block {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 44%;
    width: 586px;
    background: #FBF4F3;
    border-radius: 24px;
    padding: 48px;
}
.group-coaching-in-nutshell-section .right-list-block:before {
    position: absolute;
    content: url("../image/Rectangle.png");
    left: -51px;
}
.group-coaching-in-nutshell-section ul {
    margin: auto;
}
.group-coaching-in-nutshell-section .title-list {
    font-weight: 600;
    line-height: 1.33;
    color: #000000;
    margin-bottom: 24px;
}
.group-coaching-in-nutshell-section .content-list {
    position: relative;
    margin-bottom: 16px;
    padding-left: 28px;
}
.group-coaching-in-nutshell-section .content-list:last-child {
    margin-bottom: 0;
}
.group-coaching-in-nutshell-section .left-list-block .content-list:before {
    content: url("../image/yellow-star.svg");
}
.group-coaching-in-nutshell-section .right-list-block .content-list:before {
    content: url("../image/orange-star.svg");
}
.group-coaching-in-nutshell-section .content-list:before {
    position: absolute;
    top: -3px;
    left: 7px;
}

    /* Events page CSS */

.events-top-section {
    position: relative;
    background-color: #FFE49E;
    background-image: url("../image/events-top-bckg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 152px 0 176px;
}
.events-top-section:before {
    position: absolute;
    top: 136px;
    left: 3%;
}
.events-top-section:after {
    position: absolute;
    top: 23px;
    right: 0;
}
.title-page-col {
    text-align: center;
    position: relative;
    z-index: 10;
}
.event-photo img {
    border-radius: 8px;
}
.events-content-section .block-of-list-category ul {
    display: flex;
    margin-bottom: 32px;
    flex-direction: row-reverse;
}
li.event-category {
    cursor: pointer;
    width: 212px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E6E2;
    font-weight: 700;
    color: #000000;
}
li.event-category.active {
    border-bottom: 1px solid #000000;
}
.cart-event-col {
    margin-bottom: 56px;
}
.events-content-section .cart-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.event-photo {
    max-width: 421px;
    max-height: 280px;
    object-fit: cover;
}
.event-card-info {
    flex-direction: column;
    margin: 0;
}
.data-time-block {
    display: flex;
    margin: 16px 0 2px;
}
.time-event:before {
    content: url("../image/white-star.svg");
    padding: 0 10.5px;
}
.author-block-row {
    margin: 6px 0 16px;
}
.author-info {
    display: flex;
    align-items: center;
    padding: 10px 16px 0 0;
}
.author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.author-info .author-name {
    padding-left: 8px;
}
.title-event-post {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}
.btn-to-single-event a {
    font-weight: 700;
    color: #9B4467;
}
.btn-to-single-event a:after {
    content: url("../image/link-to-coach-profile-arrow.svg");
    margin-left: 12px;
}


    /* Calendar CSS */

.calendar-wrapper {
    position: relative;

    border-radius: 0 10px 10px 0;
    background: #fff;
}

.calendar-popup-block {
    display: none;
}
.calendar-popup-block.active-popup {
    display: block;
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100vw;
    z-index: 98;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
}
.calendar-content-block {
    position: relative;
    width: 1000px;
    max-width: 90%;
    justify-content: center;
    transform: translateY(calc(50vh - 50%));
}
.close-calendar img {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 99;
    cursor: pointer;
}
.calendar-description {
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 80px 2rem;
}
.title-cal {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 20px;
}
.call-duration {
    margin-bottom: 20px;
}


    /* Research Program Page */

.research-program .vd-container {
    max-width: 100vw;
    width: 100%;
}
.research-program .header-img img {
    width: 100vw;
}
.research-description {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.yellow-description {
    margin-top: -63px;
    margin-bottom: 70px;
    margin-left: 92px;
    padding: 0;
    max-width: 530px;
    height: 100%;
}
.comment {
    max-width: 420px;
    padding: 55px 10px 30px 30px;
    margin-left: 70px;
    height: 100%;
}
.yellow-text {
    padding: 35px;
    background: #EDC9C1;
    border-radius: 10px;
}
.yellow-title {
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
}
.yellow-dscrptn {
    padding-top: 15px;
    font-size: 42px;
    line-height: 57px;
    letter-spacing: 0.02em;
    color: #000000;
}
.comment-text {
    line-height: 124%;
    color: #323029;
}

    /* Research Program Page //\\ Main Takeaways Section */

.general-title {
    max-width: 95%;
    width: 900px;
    padding-top: 56px;
    margin: 0 auto 66px;
}
.general-title div {
    padding: 0!important;
    letter-spacing: 0.02em;
    color: #000000;
}
.main-takeaways .vd-container .row {
    justify-content: center;
    margin: 0;
    height: 100%;
}
.main-takeaways .vertical-display.vertical-display-reverse {
    flex-direction: row-reverse;
}
.conclusion {
    max-width: 1058px;
    padding-left: 0;
    padding-bottom: 68px;
    align-items: center;
}
.conclusion-number {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 256px;
    background: rgba(84, 173, 153, 0.2);
    border-radius: 50%;
    z-index: -1;
}
.conclusion-number div {
    font-style: normal;
    font-weight: normal;
    font-size: 176px;
    line-height: 94%;
    color: #FFFFFF;
}
.conclusion-description {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 490px;
    min-height: 323px;
    margin-left: 35px;
    padding: 0;
}
.conclusion-description .conclusion-dscrptn-text {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 121%;
    color: #323029;
}
.conclusion-description.without-board .conclusion-dscrptn-text {
    text-align: center;
}
.conclusion-description.without-board{
    justify-content: center;
    max-width: 840px;
    margin-left: 68px;
    min-height: 256px;
}
.without-board .conclusion-number {
    margin-left: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent!important;
}
    /* Research Program Page //\\ Board Section */

.board {
    display: flex;
    justify-content: center;
    padding: 0 0 68px 16px;
}
.board img {
    width: 500px;
}

    /* Research Program Page //\\ Survey Section */

.survey .container {
    max-width: 1060px;
    width: 94%;
    margin: 0 auto;
    padding: 86px 0 86px 0;
    border-top: 1px solid #9B4467;
}
.survey .container .row {
    max-width: 100%;
    position: relative;
    background: #FFEDAF;
    border-radius: 20px;
    margin: 0 auto;
    padding-bottom: 69px;
}
.professional-development-block {
    display: flex;
    max-width: 50%;
    margin: 120px 0 0;
    padding: 0;
}
.professional-development-front {
    margin: 0 24px 0 29px;
    width: 215px;
    padding: 0;
}
.professional-development-rear {
    width: 215px;
    padding: 0;
}
.get-the-survey {
    width: 100%;
    max-width: 50%;
}
.prof-dev-img {
    width: 215px;
    max-height: 226px;
}
.prof-dev-img img {
    width: 100%;
    height: 226px;
    border-radius: 10px 10px 0 0;
}
.img-text {
    width: 215px;
    height: 62px;
    padding: 8px 4px 0 10px;
    background-color: #FFFFFF;;
    border-radius: 0 0 10px 10px;
}
.survey-title {
    padding-top: 61px;
    padding-left: 3%;
    width: 404px;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #000000;
}
.survey-description {
    padding-top: 53px;
    padding-left: 3%;
    width: 360px;
    font-size: 21px;
    line-height: 121%;
    letter-spacing: -0.025em;
    color: #323029;
}
.survey-form {
    padding-top: 29px;
    display: flex;
    flex-direction: row;
}
.mc-field-group {
    border: solid 1px black;
    border-radius: 10px;
}
.mc-field-group {
    /*float: left;*/
    height: 60px;
    max-width: 50%;
}
#mc_embed_signup .mc-field-group {
    display: inline-block;
    clear: none;
    width: 220px;
    max-width: 45%;
}
.mc-field-group input {
    background: none!important;
    border: none!important;
    outline:none;
    text-align: center;
    height: 60px;
    width: 220px;
}
.mc-field-group-LN {
    margin-left: 22px;
}
.mc-field-group-EM {
    margin: 10px 0 25px;
    width: 463px!important;
    max-width: 100%!important;
    text-align: center;
}
.bttn-subscribe {
    margin-top: 22px;
    width: 463px;
    height: 60px;
}
.bttn-subscribe input {
    border: none!important;
    display: flex!important;
    align-items: center;
    width: 463px!important;
    max-width: 100%;
    justify-content: center!important;
    height: 60px!important;
    background: #9B4467!important;
    border-radius: 5px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#mc_embed_signup {
    width: 100%;
    background: none;
    clear:left;
    font:14px Helvetica,Arial,sans-serif;
}
#mc_embed_signup_scroll {
    display: block;
}
#mc_embed_signup .mc-field-group input {
    font-size: 17px;
    line-height: 124%;
    color: #323029;
}
.conclusion {
    padding-bottom: 70px;
    padding-top: 0;
    align-items: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent;
}
#mc_embed_signup #mce-success-response{
    color: transparent;
}
#mc_embed_signup #mce-success-response:before {
    content: 'Thanks! Please check your inbox to download the surveys.';
    color: #529214;
}
#mc_embed_signup form {
    background-color: #FFEDAF;
}
    /* Our Team Page */

.our-team .vd-container {
    padding: 80px  8%;
}

.our-team__title div {
    color: #9B4467;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
}
.our-team__subtitle {
    margin-bottom: 66px;
}
.staff-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1.2%;
}

.staff {
    width: 47.6%;
    margin: 0 1.2% 2.3%;
}

.staff__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}

.staff__photo-wrap {
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.staff__photo-wrap img {
    width: 200px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    object-fit: cover;
}

.staff__wrap {
    display: flex;
}

.staff__full-name {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    opacity: .8;
    margin-bottom: 11px;
}

.staff__position {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9B4467;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.staff__desc {
    margin-bottom: 26px;
    color: #323029;
}

.staff__social-network {
    margin: 0 -0.8%;
}

.staff__social-network a {
    font-size: 0;
    margin: 0 0.8% 30px;
}
.staff__social-network a:hover {
    opacity: 0.5;
}

    /* Our Story Page */


.our-story {
    margin-bottom: 128px;
}
.vd-container.our-story-container {
    width: 1280px;
}
.our-story__wrap-title {
    /*background-image: url("../images/our-story/team.png");*/
    background-repeat: no-repeat;
    background-position: 95% bottom;
    background-size: 500px;
    padding: 87px 0 35px;
}

.our-story__wrap-title .container {
    max-width: 100%;
    width: 1000px;
    padding: 0;
}

.our-story__title {
    max-width: 542px;
    width: 100%;
}
.our-story__title {
    color: #000000;
}
.our-story__title .fake_h2 {
    margin: 26px 0 8px;
}
.our-story__current-page {
    color: #9B4467;
    font-weight: 700;
}
.our-story .title__desc {
    color: #323029;
    letter-spacing: -0.1px;
}

.key-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
}

.key-groups .item {
    position: relative;
    width: 31.8%;
    padding: 2px 25px 0;
    border: 2px solid #9B4467;
}

.key-groups .item__list {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.key-groups .item__list li {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.key-groups .item__title {
    margin-bottom: 25px;
}

.key-groups .item__link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -2px;
    bottom: -54px;
    width: calc(100% + 4px);
    background-color: #9B4467;
    padding: 13px 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.14px;
    color: #ffffff;
}

.comparison-block.small-container {
    margin-bottom: 91px;
}

.comparison-block .container {
    max-width: 1000px;
    padding: 0;
}

.comparison-block__title {
    max-width: 960px;
}

.comparison-block__title .fake_h2 {
    color: #000000;
    letter-spacing: -0.41px;
    margin-bottom: 8px;
}

.comparison__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}
.comparison__title-wrap .title-lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.comparison__left-title, .comparison__right-title {
    max-width: 490px;
    width: 100%;
    border-radius: 2px;
    background-color: #878684;
}

.comparison__right-title {
    background-color: #9b4467;
}

.comparison .title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.comparison .title h3 {
    padding: 0 20px;
    margin: 20px 0 19px;
}

.comparison .comparison-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comparison .comparison-desc__left, .comparison .comparison-desc__right {
    position: relative;
    max-width: 490px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
    background-color: #E8E6E2;
    border-radius: 2px;
    padding: 15px 20px;
}

.comparison .comparison-desc__left span, .comparison .comparison-desc__right span {
    text-transform: uppercase;
}

.comparison .comparison-desc__left:after, .comparison .comparison-desc__right:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    height: 1px;
    background-color: #000000;
}

.comparison .comparison-desc__right {
    background-color: #D7B4C2;
}

.comparison .comparison-desc__right span {
    font-family: unset;
    text-transform: unset;
    color: #7e0b6c;
}

.comparison .comparison-desc:last-child .comparison-desc__left:after,
.comparison .comparison-desc:last-child .comparison-desc__right:after {
    display: none;
}

.about-founder {
    margin-bottom: 76px;
}

.about-founder .container {
    padding: 0;
}

.about-founder .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: 100%;
    background-color: #503856;
    margin: 0 auto;
    padding-bottom: 25px;
}

.about-founder__title h3 {
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #F1B52F;
}

.about-founder__left {
    padding: 14px 0 0 51px;
}

.about-founder__text {
    max-width: 614px;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.11px;
    color: #ffffff;
}

.about-founder__right {
    position: relative;
    max-width: 342px;
    width: 100%;
}

.about-founder__right img {
    position: absolute;
    bottom: -24px;
    left: -21px;
}

.asked-questions {
    padding-bottom: 126px;
}

.asked-questions .container {
    max-width: 1000px;
    padding: 0;
}
.asked-questions__title {
    margin-bottom: 8px;
    color: #000000;
}
.small-container {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion .item {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.accordion .item:first-child {
    border-top: 1px solid #e5e5e5;
}

.accordion .item.active .plus:before {
    display: none;
}

.accordion .item__plus {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 30px 0;
}

.accordion .item__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 70.5px;
    font-size: 74px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.accordion .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.accordion .item__title h3 {
    /*font-size: 22px;*/
    /*line-height: 25px !important;*/
    margin: 13px 0 13px;
    color: #000000;
}

.accordion .item__text {
    display: none;
    max-width: 777px;
    color: #000000;
    letter-spacing: 0.3px;
    margin-left: 90px;
}

.accordion .item__text p {
    margin-bottom: 23px;
}
.plus {
    position: relative;
    width: 27px;
    height: 27px;
}

.plus:before, .plus:after {
    position: absolute;
    content: '';
    top: 0;
    width: 5px;
    height: 27px;
    background-color: #000000;
}

.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

    /* Get in touch Page */


.contact {
    padding-bottom: 77px;
}

.contact__title {
    padding: 55px 0 33px;
    margin-bottom: 27px;
    border-bottom: 1px solid #cccccc;
}

.contact__title h2 {
    font-weight: 600;
    margin: 0;
}

.contact-form__subtitle {
    display: block;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 700;
}


.options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 7px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

.options-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 319px;
    width: 100%;
    margin-bottom: 26px;
}

.options-list .item input {
    position: absolute;
    left: -9999999px;
    opacity: 0;
    visibility: hidden;
}

.options-list .item input:checked + label .input-r:before, .options-list .item input:checked + label .input-r:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 12px;
    width: 2px;
    height: 20px;
}

.options-list .item input:checked + label .input-r:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.options-list .item input:checked + label .input-r:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.options-list .item:nth-child(1) .input-r,
.options-list .item:nth-child(1) .item__title {
    color: #323029;
    border-color: #323029;
}

.options-list .item:nth-child(1) .input-r:before, .options-list .item:nth-child(1) .input-r:after {
    background-color: #323029;
}

.options-list .item:nth-child(2) .input-r {
    color: #9B4467;
    border-color: #9B4467;
}

.options-list .item:nth-child(2) .item__title {
    color: #9B4467;
}

.options-list .item:nth-child(2) .input-r:before, .options-list .item:nth-child(2) .input-r:after {
    background-color: #9B4467;
}

.options-list .item:nth-child(3) .input-r,
.options-list .item:nth-child(3) .item__title {
    color: #EAB027;
    border-color: #EAB027;
}

.options-list .item:nth-child(3) .input-r:before, .options-list .item:nth-child(3) .input-r:after {
    background-color: #EAB027;
}

.options-list .item .input-r {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid black;
    margin-right: 20px;
}

.options-list .item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.options-list .item__title {
    cursor: pointer;
}

.options-list .item__title h3 {
    text-transform: capitalize;
    margin: 0 0 16px;
}

.options-list .item__desc {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.24px;
    line-height: 20px;
    color: #382f3b;
}
.fields-fill__subscription,
.fields-fill p {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.fields-fill__first-name, .fields-fill__last-name {
    max-width: 489px;
    width: 100%;
}

.fields-fill__first-name {
    margin-right: 15px;
}

.fields-fill__full-name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fields-fill__item {
    margin-bottom: 24px;
}

.fields-fill__item input {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #44405e;
    padding: 0 20px;
}

.fields-fill__item textarea {
    width: 100%;
    height: 197px;
    resize: none;
    padding: 20px;
}

.fields-fill__subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.fields-fill__subscription input {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.fields-fill__button {
    max-width: 320px;
    min-height: 52px;
    font-size: 19px;
    line-height: 26px;
    text-transform: unset;
    border: none;
}
.button {
    display: block;
    max-width: 164px;
    width: 100%;
    min-height: 38px;
    font-size: 11px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 9px 10px;
    border-radius: 2px;
}
.button__yellow {
    background-color: #9B4467;
    border: none;
    font-weight: 700;
}
.button__yellow:hover {
    background-color: #AF6985;
}
.fields-fill__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    /* Flodesk Contact Form */

#fd-form-6356ca82253b7774c013a5b3 {
    width: 100%;
}
[data-ff-el="root"].ff-6356ca82253b7774c013a5b3 .is-square .ff-6356ca82253b7774c013a5b3__image-inner {
    max-width: 383px;
}


/* Some changes */

.page-template-tmpl-find_a_coach .calendly-badge-widget {
    max-width: 1px;
    opacity: 0;
}
.vd-coach-scroll {
    position: sticky;
    top: 145px;
    height: 100%;
    max-height: calc(100vh - 145px);
}
body.coaches-template-default {
    overflow: visible;
}

/* ERROR 404 Page */

section.page-404 {
    padding: 5px 0 86px;
    background-color: #F8EAE6;
}
.page-404 .row div {
    text-align: center;
}
.page-404 .image-wrapper img {
    transform: translateY(40px);
}
.page-404 .error-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 8px 0 32px;
}
.page-404 .go-back {
    font-weight: 700;
    color: #9B4467;
}


    /* Flodesk form CSS */

.flodesk-section {
    padding: 86px 0;
}
.flodesk-section .col-title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    /* Endorsal tracking code */
.feedback-section {
    padding-block: 60px 40px;
}
