@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v11/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #072630;
}

.hidden{
	display:none;
}
a {
    text-decoration: none;
}

.hap-button-transparent {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #59D0DB;
    border-radius: 8px;
    color: #072630;
    padding: 12px 23px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hap-button-transparent:hover {
    background: #59D0DB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
}

.hap-button-bg {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #072630 275.62deg, #59D0DB 360deg);
    border-radius: 8px;
    color: #072630;
    padding: 14px 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hap-button-bg:hover {
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #59D0DB 275.62deg, #59D0DB 360deg);
}

.container {
    width: 1146px;
    margin: 0 auto;
}

header .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;
    padding: 8px 0px;
}

header .head .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

header .head-nav li a {
    margin-left: 32px;
    font-size: 16px;
    color: #072630;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .head-nav li a:hover {
    color: #59D0DB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-image img {
    max-width: 100%;
}

.main-image-content {
    margin-top: 60px;
}

.main-image-content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-image-content .items .item {
    width: calc(50% - 32px);
}

.main-image-content .items h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: 139%;
    text-transform: capitalize;
    margin: 0;
}

.main-image-content .items p.description {
    max-width: 437px;
    margin: 5px 0 25px 0;
}

.main-image-content .items .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-image-content .items .buttons a {
    width: 100%;
    max-width: 264px;
    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;
}

.main-image-content .items .buttons p {
    font-size: 16px;
    margin: 0 0 0 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-image-content .items .buttons p img {
    margin-right: 10px;
}

.partners {
    background: #F2F4F1;
    height: 76px;
    width: 100%;
    margin-top: 60px;
}

.partners .logos {
    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: 76px;
}

.partners .logos img {
    max-height: 80%;
}

.text-description .items {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-description .items .item {
    width: calc(50% - 30px);
}

.text-description .items h2,
.text-description .items p {
    margin: 0;
}

.text-description .items h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 144%;
}

.fact {
    margin-top: 101px;
}

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

.fact .items .item.left {
    width: 280px;
}

.fact .items .item.left p {
    margin: 0;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #A6B19B;
}

.fact .items .item.right {
    width: calc(100% - 280px);
}

.fact .items .item.right p {
    margin: 0;
    font-weight: 900;
    font-size: 36px;
    line-height: 144%;
}

.fact .items .item.right p span {
    background: #59D0DB;
    color: #fff;
    padding: 0 5px;
}

.numbers {
    margin-top: 60px;
}

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

.numbers .items .item {
    background: #F2F4F1;
    border-radius: 8px;
    text-align: center;
    margin: 15px;
    padding: 45px 0 20px 0;
    width: 264px;
}

.numbers .items .item:first-child {
    margin-left: 0;
}

.numbers .items .item:last-child {
    margin-right: 0;
}

.numbers .items .item .number {
    font-weight: 700;
    font-size: 50px;
    color: #59D0DB;
    padding-bottom: 10px;
}

.numbers .items .item p {
    padding: 0 25px;
}

.how-started {
    margin-top: 40px;
    margin-bottom: 70px;
}

.how-started .items {
    height: 98px;
    padding: 10px 30px;
    border: 2px solid #F2F4F1;
    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;
    border-radius: 8px;
}

.how-started .items .text {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
}

.how-work {
    margin-top: 101px;
}

.how-work .section_title {
    margin-bottom: 60px;
}

.how-work .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.how-work .w-1-4 {
    width: 264px;
    height: 264px;
}

.how-work .w-1-2 {
    width: 558px;
    height: 264px;
    margin-bottom: 30px;
}

.how-work .text-item {
    background: #F2F4F1;
    border-radius: 8px;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how-work .text-item p {
    margin: 0;
}

.how-work .text-item p.top {
    font-weight: 700;
}

.how-work .text-item p.top sup {
    color: #59D0DB;
}

.how-work .text-item p.bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-work .text-item p.bottom img {
    margin-right: 11px;
}

.how-work .text-item p img {
    max-width: 100%;
}

.how-work .video-item {
    background: #59D0DB;
    border-radius: 8px;
    padding: 30px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.how-work .video-item p {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    position: relative;
    z-index: 3;
}

.how-work .video-item img {
    position: absolute;
}

.how-work .video-item img.mockup_iphone-2 {
    right: 30px;
    bottom: 0;
    z-index: 1;
}

.how-work .video-item img.mockup_iphone-1 {
    right: 204px;
    bottom: 0;
    z-index: 2;
}

.how-work .video-item img.play_button {
    left: 30px;
    bottom: 30px;
    cursor: pointer;
}

.how-work .question-item {
    border: 2px solid #F2F4F1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 35px;
}

.how-work .question-item .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.how-work .question-item .items .top p {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.how-work .question-item .items .top span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.how-work .question-item img {
    position: absolute;
    right: 30px;
    top: 30px;
}

.section_title {
    font-weight: 900;
    font-size: 36px;
    line-height: 144%;
    margin: 0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #F2F4F1;
}

.tab-nav div.tab {
    border-right: 2px solid #F2F4F1;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 0;
    cursor: pointer;
    position: relative;
}

.tab-nav div.tab.active {
    background: #F2F4F1;
}

.tab-nav div.tab:last-child {
    border-right: none;
}

.user-experience {
    margin-top: 160px;
}

.user-experience .tabs {
    margin-top: 60px;
}

.user-experience .tabs .tab-content {
    margin-top: 30px;
}

.user-experience .tabs .tab-content .tab-item {
    height: 344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-experience .tabs .tab-content .tab-item .left {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 0 0 8px;
    width: 852px;
    padding: 65px 57px 20px 57px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-experience .tabs .tab-content .tab-item .left p {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.user-experience .tabs .tab-content .tab-item .left span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    margin-top: 10px;
}

.user-experience .tabs .tab-content .tab-item .left img {
    display: block;
    margin-top: 35px;
    cursor: pointer;
}

.user-experience .tabs .tab-content .tab-item .right {
    width: calc(100% - 852px);
    border: 2px solid #F2F4F1;
    border-radius: 0 8px 8px 0;
    border-left: 0;
    padding: 30px 50px;
}

.user-experience .tabs .tab-content .tab-item .right p {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.user-experience .tabs .tab-content .tab-item .right .case {
    position: relative;
    padding-left: 35px;
    margin-top: 24px;
}

.user-experience .tabs .tab-content .tab-item .right .case:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/case/case-icon.svg) no-repeat;
    width: 24px;
    height: 24px;
}

.user-experience .tabs .tab-content .tab-item .right .case-title {
    font-size: 16px;
}

.user-experience .tabs .tab-content .tab-item .right .case-numbers {
    font-weight: 700;
}

.good-news {
    margin-top: 100px;
    background: -webkit-radial-gradient(50% 140.46%, 60.42% 104.81%, #59D0DB 0%, #2A2A3E 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background: -o-radial-gradient(50% 140.46%, 60.42% 104.81%, #59D0DB 0%, #2A2A3E 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    background: radial-gradient(60.42% 104.81% at 50% 140.46%, #59D0DB 0%, #2A2A3E 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    padding: 120px 0;
}

.good-news .item {
    text-align: center;
}

.good-news .item h3 {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    line-height: 144%;
    margin: 0;
}

.good-news .item h3 span {
    background: #59D0DB;
    color: #072630;
    padding: 0 5px;
}

.good-news .item p {
    color: #fff;
    max-width: 671px;
    margin: 15px auto 0 auto;
}

.is-solution {
    margin-top: 140px;
}

.is-solution .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-solution .left {
    width: 540px;
}

.is-solution .left h2.section_title span {
    background: #59D0DB;
    color: #fff;
    padding: 0 5px;
}

.is-solution .left p {
    margin-top: 20px;
}

.is-solution .right {
    width: calc(100% - 540px);
    text-align: center;
}

.is-solution .right img {
    max-width: 100%;
}

.screen-description {
    margin-top: 60px;
}

.screen-description .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.screen-description .items .item {
    width: 558px;
    height: 294px;
    border-radius: 8px;
    background: #F2F4F1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.screen-description .items .item p {
    max-width: 251px;
    margin: 0;
    padding: 25px 30px;
}

.screen-description .items .item img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.what-gen {
    margin-top: 101px;
}

.what-gen .tabs {
    margin-top: 150px;
}

.what-gen .tabs .tab-nav .tab .icon {
    position: absolute;
    top: -80px;
    width: 100%;
    text-align: center;
}

.what-gen .tabs .tab-nav .tab .icon img {
    border: 2px solid #F2F4F1;
    padding: 14px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}

.what-gen .tabs .tab-nav .tab .icon img.active {
    display: none;
}

.what-gen .tabs .tab-nav .tab.active img.inactive {
    display: none;
}

.what-gen .tabs .tab-nav .tab.active img.active {
    background: #F2F4F1;
    display: inline-block;
}

.what-gen .tabs .tab-content {
    margin-top: 30px;
}

.what-gen .tabs .tab-content .tab-item {
    height: 357px;
    background: #F2F4F1;
    border-radius: 8px;
    position: relative;
    padding: 55px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.what-gen .tabs .tab-content .tab-item p {
    margin: 0;
    font-weight: 900;
    font-size: 36px;
}

.what-gen .tabs .tab-content .tab-item span {
    display: block;
    margin: 20px 0 60px 0;
}

.what-gen .tabs .tab-content .tab-item .hap-button-bg {
    max-width: 260px;
    display: block;
    padding: 12px 0px;
}

.what-gen .tabs .tab-content .tab-item .hap-screen-2 {
    position: absolute;
    right: 30px;
    top: 2px;
    z-index: 1;
}

.what-gen .tabs .tab-content .tab-item .hap-screen-1 {
    position: absolute;
    right: 300px;
    top: 70px;
    z-index: 2;
}

.choose-plan {
    margin-top: 101px;
}

.choose-plan .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.choose-plan .items .plan {
    width: 229px;
    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;
    font-weight: 700;
    color: #A6B19B;
}

.choose-plan .items .plan p.active {
    color: #072630;
}

.choose-plan .items .plan .switcher {
    width: 48px;
    height: 24px;
    background: #59D0DB;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    cursor: pointer;
}

.choose-plan .items .plan .switcher span {
    position: absolute;
    background: #fff;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.choose-plan .items .plan .switcher#month span {
    left: 2px;
}

.choose-plan .items .plan .switcher#year span {
    right: 2px;
}

.choose-plan .items .plan-column {
    width: 359px;
}

.choose-plan .items .plan-column p sup {
    color: #59D0DB;
}

.choose-plan .items .select-plan,
.choose-plan .items .free-plan {
    width: 360px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.choose-plan .items .select-plan p,
.choose-plan .items .free-plan p {
    margin: 25px 0;
}

.choose-plan .items .hap-button-bg,
.choose-plan .items .hap-button-transparent {
    display: block;
    width: 100%;
}

.choose-plan .items .select-plan {
    background: -webkit-radial-gradient(17.5% 209.21%, 134.66% 172.02%, #59D0DB 0%, #2A2A3E 100%);
    background: -o-radial-gradient(17.5% 209.21%, 134.66% 172.02%, #59D0DB 0%, #2A2A3E 100%);
    background: radial-gradient(134.66% 172.02% at 17.5% 209.21%, #59D0DB 0%, #2A2A3E 100%);
}

.choose-plan .items .select-plan .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.choose-plan .items .select-plan .top .price {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
}

.choose-plan .items .select-plan .top .popular {
    font-weight: 700;
    background: #59D0DB;
    padding: 0 5px;
}

.choose-plan .items .select-plan p {
    color: #fff;
}

.choose-plan .items .free-plan {
    border: 2px solid #F2F4F1;
}

.choose-plan .items .free-plan .free {
    font-weight: 900;
    font-size: 36px;
}

.faq {
    padding: 120px 0;
    margin-top: 101px;
    background: -webkit-radial-gradient(50% 140.46%, 60.42% 104.81%, #59D0DB 0%, #2A2A3E 100%);
    background: -o-radial-gradient(50% 140.46%, 60.42% 104.81%, #59D0DB 0%, #2A2A3E 100%);
    background: radial-gradient(60.42% 104.81% at 50% 140.46%, #59D0DB 0%, #2A2A3E 100%);
}

.faq h2.section_title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.faq .spoiler {
    padding: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq .spoiler .question {
    cursor: pointer;
    padding-right: 60px;
}

.faq .spoiler:after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    background: url(../img/spoiler-arrow.svg) no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.faq .spoiler p {
    display: none;
    margin-bottom: 0;
}

.faq .spoiler.active {
    background: #fff;
    color: #072630;
}

.faq .spoiler.active p {
    display: block;
    color: #072630;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
}

.faq .spoiler.active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq .spoiler.active hr {
    display: none;
}

footer {
    padding: 30px 0;
}

footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .top .left {
    width: 141px;
}

footer .top .left img {
    max-width: 100%;
}

footer .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px;
}

footer .top .right h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
}

footer .top .right p {
    font-weight: 400;
    font-size: 16px;
}

footer .top .right a.contact {
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #072630;
}

footer .top .right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

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

footer .bottom .copytight p {
    font-size: 12px;
    color: #A6B19B;
}

footer .bottom .links {
    width: 400px;
}

footer .bottom .links a {
    font-size: 12px;
    color: #A6B19B;
    margin-right: 30px;
}

.how-work .w-1-4, .how-work .w-1-2 {
    overflow: hidden;
}

.how-started .hap-button-bg {
    width: 260px;
    display: block;
}

p.year-text,
p.month-text {
    margin: 0;
}

header .hamburg {
    display: none;
}

header .close-button {
    display: none;
}


/* MemberShip custom */

.pmpro_form,
#loginform,
.pmpro_billing_wrap{
    max-width: 558px;
    margin: 0 auto;
}

.pmpro_form input,
#loginform input,
.pmpro_form textarea{
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 16px;
    color: #072630;
    font-size: 18px;
    width: 100%;
    outline-color: #59D0DB;
    max-width: 100%;
    transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 15px;
}

.pmpro_form select,
#loginform select {
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 16px;
    color: #072630;
    font-size: 18px;
    outline-color: #59D0DB;
    transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 15px;
}

.pmpro_form .pmpro_btn,
#loginform .button-primary {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 23px 0;
    border-radius: 8px;
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #072630 275.62deg, #59D0DB 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all .3s ease;
}

.pmpro_asterisk {
    display: none;
}

.login-remember label {
    display: flex !important;
    width: 100%;
    justify-content: flex-start;
}

.login-remember label input {
    width: 15px !important;
    margin: 0 10px 0 0 !important;
}

.pmpro_actions_nav {
    display: none;
}

#pmpro_account .pmpro_box h3 {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    padding: 30px 0;
}

.pmpro_table thead td,
.pmpro_table thead th {
    padding: 10px 15px;
    text-align: left;
}

.pmpro_table tbody td,
.pmpro_table tbody th {
    padding: 10px 15px;
    text-align: left;
}

.pmpro_actionlinks a,
#pmpro_account a,
.pmpro_billing_wrap a{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #A6B19B;
    font-weight: 700;
}

.pmpro_actionlinks a{
    margin-right: 15px;
    margin-left: 15px;
}

.pmpro_actionlinks a:last-child{
    margin-right: 0;
}

#pmpro_account .pmpro_box ul,
.pmpro_billing_wrap ul{
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

#pmpro_account .pmpro_box {
    border-top: 0;
}

.pmpro_submit hr,
.pmpro_login_wrap hr{
    display: none;
}

.account_review {
    width: 100%;
    padding: 30px;
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 40px;
    background: #F2F4F1;
    /*transition: all .3s ease;*/
}

/*.account_review:hover{*/
/*    transition: all .3s ease;*/
/*    transform: scale(1.01);*/
/*}*/

.account_authorName, .account_authorEmail, .account_dateCreated, .account_rating, .account_FormTitle{
    font-size: 12px;
    line-height: 16px;
}

.account_postContent{
    padding-top: 30px;
    font-size: 16px;
}

.accTestimonials .tab-nav{
    border-radius: 8px;
    overflow: hidden;
}
.accTestimonials .tab-nav div.tab.active{
    color: #fff;
    background: #59d0db;
}

#pmpro_levels_table .pmpro_btn{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #072630 275.62deg, #59D0DB 360deg);
    color: #072630;
    padding: 14px 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}

.pmpro_actionlinks a.hap-button-transparent, #pmpro_account a.hap-button-transparent, .pmpro_actionlinks a.pmpro_btn-submit{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #59D0DB;
    border-radius: 8px;
    color: #072630;
    padding: 12px 23px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:15px 0;
}

.pmpro_actionlinks a.pmpro_btn-submit{
    background: #fff;
}

.page-id-2544 .container > h2{
    display: none !important;
}

form.pmpro_form, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password]{
    display: block;
    min-height: 1.5rem;
    width: 100%;
    max-width: 558px;
}

form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password]{
    max-width: 100%;
}

.pmpro_billing_wrap form{
    width: 100% !important;
    margin:30px 0 0 0 !important;
}

header .head-nav li.testimonials_button a{
    margin-left: 5px;
}
header .head-nav li.testimonials_button a:hover{
    color:#000;
}

.account_notification{
    background: #e3f2fd;
    margin: 15px 0;
    padding: 15px;
    border-radius: 5px;
}

.account_authorName, .account_authorEmail, .account_dateCreated, .account_rating, .account_FormTitle {
    font-size: 14px;
    line-height: 20px;
}

.meet-hapigood{
    margin-top: 100px;
}
.meet-hapigood h2{
    text-align: center;
}

.meet-hapigood .custom-text p{
    font-size: 22px;
    line-height: 172%;
    margin-bottom: 0;
}

.meet-hapigood .custom-text ul{
    margin: 0;
    padding-left: 24px;
}

.p-subtitle p{
    font-weight: bold;
}

.meet-hapigood .custom-text ul li{
    font-size: 22px;
}

.meet-hapigood .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.meet-hapigood .items .item{
    background: #F2F4F1;
    border-radius: 8px;
    text-align: center;
    margin: 15px;
    padding: 45px 0 20px 0;
    width: 350px;
}

.meet-hapigood .items .item p {
    padding: 0 25px;
    font-size: 16px;
}

.h2-txt{
    font-weight: 900;
    font-size: 36px;
    line-height: 144%;
}

.bb_main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:120px 120px 180px 120px;
    box-sizing: border-box;
    background-image: url(https://hapigood.com/wp-content/themes/wp-bootstrap-starter/hap-style/img/b_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #eaeaea;
}

.bb_main .left{
    max-width: 820px;
}

.bb_main h1{
    font-weight: 900;
    font-size: 52px;
    text-transform: uppercase;
    margin: 0;
    line-height: initial;
}

.bb_main p{
    max-width: 630px;
    font-weight: 400;
    font-size: 22px;
    line-height: 156%;
    color: #072630;
    margin-top: 0;
}

.bb_main .bb_button{
    background: #59cfdb;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 26px;
    padding: 12px 67px;
    border-radius: 5px;
    transition: all .3s ease;
}

.bb_main .bb_button:hover{
    transition: all .3s ease;
    background: #59cfdbcf;
}

@media(min-width: 767px){
    #page{
        min-height: 100vh;
        position: relative;
    }

    .site-content{
        padding-bottom: 290px;
    }

    footer{
        position: absolute;
        width: 100%;
        bottom: 0;

    }
}

@media(max-width: 1500px){
    .bb_main .left {
        max-width: 430px;
    }
    .bb_main h1 {
        font-size: 26px;
    }
    .bb_main p {
        font-size: 16px;
    }
    .bb_main .bb_button {
        font-size: 18px;
    }
}

@media(max-width: 900px){
    .bb_main {
        flex-direction: column-reverse;
        padding: 50px 0;
    }
    .bb_main .left {
        max-width: 100%;
        padding: 0 12px;
    }
    .bb_main {
        background-position: right bottom;
    }
}

.main-hap-button.hap-button-bg{
    padding: 14px 45px;
}

.choose-plans-packets-grid{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    border: 1px solid #F2F4F1;
    border-radius: 8px;
    overflow: hidden;
    flex-wrap:wrap;
}

.choose-plans-packets-grid .select-plan{
    border: 1px solid #F2F4F1;
    box-sizing: border-box;
    width: 25%;
    position: relative;
    border-right:1px solid #F2F4F1;
}

.choose-plans-packets-grid .select-plan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choose-plans-packets-grid .select-plan .top{
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
}

.choose-plans-packets-grid .select-plan.popular{
    background: -webkit-radial-gradient(17.5% 209.21%, 134.66% 172.02%, #59D0DB 0%, #2A2A3E 100%);
    background: -o-radial-gradient(17.5% 209.21%, 134.66% 172.02%, #59D0DB 0%, #2A2A3E 100%);
    background: radial-gradient(134.66% 172.02% at 17.5% 209.21%, #59D0DB 0%, #2A2A3E 100%);
}

.choose-plans-packets-grid .select-plan.popular .top,
.choose-plans-packets-grid .select-plan.popular ul,
.choose-plans-packets-grid .select-plan.popular .notification{
    color: #fbfbfb;
}

.choose-plans-packets-grid .notifications_new{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #000;
}


.choose-plans-packets-grid .notifications_new a{
    font-weight: 900;
    color: #4ab1bc;
    text-decoration: underline;
    margin-top: 6px;
    display: block;
}

.choose-plans-packets-grid .select-plan.popular .notifications_new{
    color: #fbfbfb;
}


.choose-plans-packets-grid .select-plan.popular .popular-title{
    position: absolute;
    top: 0;
    right: 0;
    color: #242424;
    background: #59d0db;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.choose-plan_subtitle{
    max-width: 600px;
    margin: 0 auto;
}

.choose-plan_subtitle a{
    /*font-weight: 700;*/
    color: #4ab1bc;
    text-decoration: underline;
}

.choose-plans-packets-grid .select-plan:last-child{
    border-rigth: 1px solid #fff;
}

.choose-plans-packets-grid .select-plan .price {
    font-weight: 900;
    font-size: 22px;
    margin-top: 20px;
}

.choose-plans-packets-grid .select-plan .sub-price{
    font-weight: 300;
    line-height: initial;
    font-size: 16px;
}

.choose-plans-packets-grid .select-plan .plan-name{
    font-size: 28px;
    font-weight: 900;
}

.choose-plans-packets-grid .select-plan  .plan-description{
    font-weight: 300;
    line-height: initial;
    margin-top: 8px;
    font-size: 15px;
    height: 57px;
}

.choose-plans-packets-grid .select-plan  .hap-button-transparent,
.choose-plans-packets-grid .select-plan  .hap-button-bg{
    display: block;
}

.choose-plans-packets-grid .select-plan  .bottom{
    margin: 0 20px;
    box-sizing: border-box;
}

.choose-plans-packets-grid .select-plan .notification{
    font-size: 12px;
    padding: 10px 0 10px 0;
}

.choose-plans-packets-grid .select-plan ul{
    margin: 0;
    padding: 0;
    line-height: 110%;
    font-size: 14px;
    color:#000;
    list-style: none;
}

.choose-plans-packets-grid .select-plan .includes{
    padding: 20px 20px 0 20px;
}

.choose-plans-packets-grid .select-plan ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 140%;
    display: flex;
    justify-content: space-between;
}

.choose-plans-packets-grid .select-plan ul li:before{
    content: '';
    background: url(../img/check.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: contain;
}

.choose-plan{
    text-align: center;
}

.choose-plan p{
    margin-top: 0;
    margin-bottom: 0;
}

.choose-plan .items{
    margin-top: 10px;
}

.choose-plan .items .plan-column {
    width: 100%;
}

.choose-plan .items .plan{
    margin: 0 auto;
}

.select-plan .price,
.select-plan .sub-price{
    display:none;
}

.select-plan .price.active,
.select-plan .sub-price.active{
    display: block;
}

@media(max-width: 1200px){
    .choose-plans-packets-grid .select-plan{
        width: 50%;
    }
}

@media(max-width: 767px){
    .choose-plans-packets-grid .select-plan{
        width: 100%;
    }
}

/*Custom Membership (Checkout Page)*/
body.pmpro-checkout #pmpro_checkout_box-more-information,
body.pmpro-checkout .pmpro_level_name_text,
body.pmpro-checkout .pmpro_level_description_text,
body.pmpro-checkout .pmpro_checkout > h3:first-child,
body.pmpro-checkout .pmpro_checkout hr,
.pmpro_checkout_box-More > h3:first-child{
    display: none !important;
}

body.pmpro-checkout .hap_level_description div{
    margin: 0;
}

body.pmpro-checkout .hap_level_description .right{
    padding-left: 25px;
    margin-top: -3px;
}

body.pmpro-checkout .hap_level_name{
    font-weight: 900;
    font-size: 26px;
}

body.pmpro-checkout .hap_level_description {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: radial-gradient(134.66% 172.02% at 17.5% 209.21%, #ABD490 0%, #2A2A3E 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    align-items: flex-start;
}

body.pmpro-checkout .hap_level_description .hap_level_text{
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin-top: 10px;
}

body.pmpro-checkout .hap_level_description .hap_level_cost{
    font-weight: 900;
    font-size: 36px;
}

body.pmpro-checkout .hap_level_description .hap_level_period{
    font-weight: 700;
    color: #072630;
    background: #59D0DB;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

body.pmpro-checkout h3 span.pmpro_checkout-h3-name {
    display: block;
    margin: 0 0.5rem 1rem 0;
    font-size: 28px;
    font-weight: 700;
    color: #072630;
    margin-top: 30px;
    margin-bottom: 5px;
}

body.pmpro-checkout h3 span.pmpro_checkout-h3-msg {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    color: #101010;
    margin-bottom: 30px;
    font-style: normal;
    margin-bottom: 30px;
    display: block;
}

body.pmpro-checkout h3 span.pmpro_checkout-h3-msg a{
    color: #59d0db;
    font-weight: 700;
    border-bottom: 1px dashed;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry, .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV, .pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber, .pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry, .pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV{
    border: 2px solid #F2F4F1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 15px;
    color: #072630;
    font-size: 18px;
    max-width: 100%;
    transition: all .3s ease;
    margin-top: 5px;
    margin-bottom: 15px;
}

form.pmpro_form label, #loginform label {
    font-weight: 500;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #000;
}

@media(max-width:500px){
    body.pmpro-checkout .hap_level_description{flex-wrap:wrap;}
    body.pmpro-checkout .hap_level_description .right{padding-left: 0;margin-top: 20px;}
}

/* Confirmation */
body.pmpro-confirmation .site-content .container{
    max-width: 800px;
}

body.pmpro-confirmation .site-content p{
    font-weight: 300;
}

body.pmpro-confirmation .site-content ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
}

body.pmpro-confirmation .site-content hr{
    display:none;
}

body.pmpro-confirmation .pmpro_invoice_details {
    margin-top: 20px;
    border-top: 1px solid #e1e1e1ee;
    padding-top: 20px;
}

body.pmpro-confirmation .pmpro_price_part-total {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

body.pmpro-confirmation .pmpro_invoice-total{
    text-align: right;
}

@media(max-width: 1200px){
    body.pmpro-confirmation .how-work .question-item img {
        width: 34%;
    }
}
@media(max-width: 767px){
    body.pmpro-confirmation .how-work .question-item img {
        display: none;
    }
    body.pmpro-confirmation .pmpro_invoice-total{
        text-align: left;
    }

    body.pmpro-confirmation .how-work .w-1-2 {
        height: auto;
    }

    body.pmpro-confirmation .how-work .question-item .bottom{
        margin-top: 30px;
    }
    body.pmpro-confirmation .how-work .question-item .items {
        height:auto;
    }
}

@media(max-width:400px){
    body.pmpro-confirmation .how-work .question-item .bottom a{
        display: block;
        margin: 0 0 10px 0;
    }
    body.pmpro-confirmation .how-work .question-item {
        padding-bottom: 0px;
    }
}

/*Quiz Continue Account Settings*/
.continue_acc_settings .hap_level_description{
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background: radial-gradient(134.66% 172.02% at 17.5% 209.21%, #ABD490 0%, #2A2A3E 100%);
    color: #fff;
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
    align-items: flex-start;
}

.continue_acc_settings .hap_quiz_step{
    font-weight: 900; font-size: 46px;
}

.continue_acc_settings .hap_quiz_step_description{
    background: #59d0db;
    text-align: center;
    margin-top: 20px;
}

.continue_acc_settings .right{
    margin-left: 30px;
    margin-top: -5px;
}

.continue_acc_settings .hap_quiz_title{
    font-weight: 900;
    font-size: 32px;
}

.continue_acc_settings .hap_quiz_text{
    font-size: 18px;
    font-weight: 300;
    max-width: 730px;
    margin-top: 20px;
    margin-bottom: 30px;
}

body.update-profile-true .pmpro_checkout_box-user > .pmpro_member_profile_edit-fields,
body.update-profile-true .pmpro_checkout_box-More > h3{
    display:none !important;
}



body.pmpro-member-profile-edit .pmpro_form .pmpro_member_profile_edit-fields textarea{width: 100%; max-width: 100%;}
body.pmpro-member-profile-edit .pmpro_submit{
    display: flex;
    justify-content: space-between;
}

body.pmpro-member-profile-edit .pmpro_submit input{
    width: 49%;
}
.pmpro_submit input[type="submit"]{
    border: 0 !important;
}

.pmpro_form .pmpro_btn.pmpro_btn-cancel{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #59D0DB;
    border-radius: 8px;
    color: #072630;
    padding: 12px 23px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-decoration: none;
}

#member-profile-edit p{
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
}

.pmpro-member-profile-edit .pmpro_form input,
.pmpro-member-profile-edit #loginform input,
.pmpro-member-profile-edit .pmpro_form textarea{
    border: 2px solid #939393;
}

input[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

/*.pmpro_checkout-field-file > label{*/
/*    border: 1px solid #ccc;*/
/*    display: inline-block;*/
/*    padding: 6px 12px;*/
/*    cursor: pointer;*/
/*    border-radius: 8px;*/
/*}*/

/*.pmpro_checkout-field-file > label:before{*/
/*    content:'';*/
/*    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAB7ElEQVRoge2Yu04CQRSGP8TQaUFnTIBQWCuJnbEA9Ql8IBp9AAuEd9DwEFpDr0RCMFaCqAXEQLCYUSa4F3ZmYQHnSzY5y5zLf3aYhRmwWCyWdSUHNIBHaa8U+8ArMJbXG3AYqaIATItfqSbcxK9EE37il7qJHNBhIrIDVJX7qsP40izsLH/FHQBF5bOi/GzaL2tafMM0AXAOJKXdBU6BuoNfXY515X1SxhoRRgNVoAU8IATWPHxr0udRxlRNi2+aJkCIyQTwrwF7IdQFwpmBSJmlgQxQAdrAELEA+8BFiDouZc6xrNEGykDaNPEZ8IHz+/zTJ3b6LeRGTOZyqvEOnHgV8ZqBDHADbDmMDYArr8QBGMtcA4exbeAWSOkkrjB5Ek9AHkgEiJ91BqZJAAWgqcRfB4j/pa0kyGvE6zbwQ0GJb7k5eX2FdhT7XkOAKXeKvevm5NVAXLG/jOUER60Zd3P6F78DS41tIGpsA1FjG4iaeTbQd7EXhvq3Vocs4mixgf7m3VdDzCd4Fr954qthrdfASLGD7APCQq05cnPyauBFsY+M5QTnWLGfdRKUmSygJmJvuoiZSCDOjtQdWUknURqxqfY7rJ331UNzTwziqUfZRA+xtTQihZjCFpNzoXleQ1mrhMGTt1gslsXwDSil81Drg0FAAAAAAElFTkSuQmCC);*/
/*    background-repeat: no-repeat;*/
/*    width: 48px;*/
/*    height: 48px;*/
/*}*/


#agree-content{
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hap_quiz_button_group a{
    margin-right: 15px;
}

#hap-pp{
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 50px;
}

#hap-pp p{
    font-size: 16px;
}

.agree_button_group{
    display: flex;
    justify-content: flex-end;
}

.agree_button_group a{
    margin-left: 15px;
}

.agree_button_group a.hap-button-transparent{
    background: #eee;
    border-color: #eee;
}

.agree_button_group a.hap-button-transparent:hover{
    color: #072630 !important;
}

.float-box:before{
    content: '?';
    width: 16px;
    height: 16px;
    background-color: #07263091;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: all .15s ease-in-out;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 4px;
}

.float-box:hover::before{
    cursor: pointer;
    background-color: #072630;
}

.float-box::after{
    position: absolute;
    content: attr(data-text);
    left: -19px;
    transform: translateY(-50%);
    width: 220px;
    background-color: #072630;
    white-space: normal;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    box-shadow: 0 10px 45px 0 rgb(0 0 0 / 40%);
    z-index: 23;
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease-in-out;
    top: 50%;
}

.float-box:hover::after{
    visibility: visible;
    opacity: 1;
}


.pmpro-confirmation .how-work .question-item img{
    position: absolute;
    right: 0;left:auto;
    bottom: 0;top:auto;
    max-width: 40%;
}

.how-work .w-1-2{height:auto;}
.pmpro-confirmation .how-work .w-1-2{height: 264px;}




#loginform input[type=checkbox],
.pmpro_display-field input[type=checkbox]{
    width: 20px !important;
    height: 20px;
    color: #59d0db;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    flex-grow: 0;
    border-radius: 4px;
    transition: background .3s;
    cursor: pointer;
    border: 1px solid #59d0db;
    background: #f2f4f1;
    padding: 0;
    position: relative;
    top: 3px;
}


/* Pseudo element for check styling */

#loginform input[type=checkbox]::before,
.pmpro_display-field input[type=checkbox]::before{
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
}


/* Checked */

#loginform input[type=checkbox]:checked,
.pmpro_display-field input[type=checkbox]:checked{
    background-color: currentcolor;
}

#loginform input[type=checkbox]:checked::before,
.pmpro_display-field input[type=checkbox]:checked::before{
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/* Disabled */

#loginform input[type=checkbox]:disabled {
    background-color: #CCD3D8;
    opacity: 0.84;
    cursor: not-allowed;
    border-color: transparent;
}


/* IE */

#loginform input[type=checkbox]::-ms-check {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #CCD3D8;
}

#loginform input[type=checkbox]:checked::-ms-check {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


/*Checkbox labels*/
.login-remember label{
color: #a6b19b !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: flex-start !important;
}

#pmpro_account .pmpro_box h2{
    font-size: 32px;
    font-weight: 900;
    margin-top: 36px;
}

.pmpro_table{
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.pmpro_table thead {
    background: #F2F4F1;
    color: #072630;
    font-size: 14px;
    box-sizing: border-box;
}

.pmpro_table thead td, .pmpro_table thead th{
    text-align: center;
    border: 2px solid #F2F4F1;
}

.pmpro_table thead td, .pmpro_table thead th{
padding: 10px 15px 8px 15px;
}

.pmpro_table tbody td, .pmpro_table tbody th{
    border: 2px solid #F2F4F1;
    text-align: center;
    font-size: 16px;
    color: #072630;
    text-transform: capitalize;
}

.hap_table_button{
    background: #57cbd6;
    text-decoration: none !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 8px;
    border: 0 !important;
}

.pmpro_table_5 td{
    width: 20%;
}

.profile_info li{
margin-bottom: 10px;
}
.profile_info li strong{
    margin-right: 5px;
}

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

.account_navigation{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 2px solid #F2F4F1;
    border-radius: 8px;
    overflow: hidden;
}

.account_navigation li{
    width: 25%;
    border-right: 2px solid #F2F4F1;
}

.account_navigation li a{
    font-size: 16px !important;
    color: #072630 !important;
    text-align: center;
    display: block !important;
    padding: 14px 0;
}


.account_navigation li a.active{
    background: #57cdd7;
}

.profile_not_empty_header img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 50px;
}

.pmpro_checkout_gateway-stripe{
    max-width: 558px;
    margin: 0 auto;
}

.pmpro_checkout h2 span.pmpro_checkout-h2-msg{
    display: none;
}

#member-profile-edit .pmpro_checkout_box-form-fields h2,
.pmpro_checkout h2 span.pmpro_checkout-h2-name {
    font-size: 46px;
    text-align: center;
    display: block;
    font-weight: 900;
    margin-top: 50px;
}


form.pmpro_form .pmpro_member_profile_edit-fields > div{
    margin-bottom: 0;
}

form.pmpro_form .pmpro_member_profile_edit-fields > div.pmpro_checkout_description{
    margin-bottom: 50px;
    text-align: center;
}

#pmpro_payment_information_fields h2 span.pmpro_checkout-h2-name{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

#pmpro_payment_information_fields h2 span.pmpro_checkout-h2-msg{
    display: block;
    color: #A6B19B;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.pmpro_message.pmpro_alert{
    position: relative;
    padding: 24px;
    padding-left: 85px;
    font-size: 16px;
    color: #072630;
    border: 2px solid #FFDF57;
}

.pmpro_message.pmpro_alert::before{
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24%206V6C33.942%206%2042%2014.058%2042%2024V24C42%2033.942%2033.942%2042%2024%2042V42C14.058%2042%206%2033.942%206%2024V24C6%2014.058%2014.058%206%2024%206Z%22%20stroke%3D%22%23FFDF57%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M24%2025V15%22%20stroke%3D%22%23FFDF57%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M23.998%2032C23.722%2032%2023.498%2032.224%2023.5%2032.5C23.5%2032.776%2023.724%2033%2024%2033C24.276%2033%2024.5%2032.776%2024.5%2032.5C24.5%2032.224%2024.276%2032%2023.998%2032%22%20stroke%3D%22%23FFDF57%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 19px;
}

#member-profile-edit{
    max-width: 558px;
}

.pmpro_actions_nav a{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #a6b19b;
    font-weight: 700;
}

.acc_new_user{
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background: radial-gradient(134.66% 172.02% at 17.5% 209.21%, #ABD490 0%, #2A2A3E 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 50px;
}

.acc_new_user .acc_new_user_description{
    max-width: 480px;
}

.acc_new_user .hap_quiz_title{
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
}

.acc_new_user .hap_quiz_text{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#member-profile-edit .pmpro_checkout_box-user,
.pmpro_checkout_box-more-information-essentials > h2{
    display: none !important;
}



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

.invoice_flex_header h2{
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
    text-align: left;
}

.pmpro_invoice_wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pmpro_invoice_wrap ul li{
    margin-bottom: 10px;
}

.pmpro_price_part-total{
    border-top: 0;
}

.acc_new_user_text{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.acc_new_user_text a{
    color: #59D0DB;
}

.acc_new_user_text strong{
    margin-right: 10px;
}

.acc_new_user_text li{
    margin-bottom: 10px;
}

#colophon{
    background: #F2F4F1;
}

.repeater-form-group{
	background: #f2f4f1;
    border-radius: 6px;
    padding: 30px 30px 15px 30px;
    margin: 40px 0;
}

.repeater-form-group .repeater-form-group_flex{
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.repeater-form-group .repeater-form-group_flex > label{
	width: 48%;
}

.repeater-form-group .removeField{
	font-size: 14px;
    text-align: right;
    display: block;
    margin-left: auto;
    color: #636363;
    font-weight: 400;
}

.repeater-form-group #save,
.form_add_new_field{
	    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    border-radius: 8px;
    background: conic-gradient(from 268.29deg at 106.47% 109.82%, #59D0DB 0deg, #072630 275.62deg, #59D0DB 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all .3s ease;
    color: #072630;
}

.pmpro_checkout-field-username { 
    display: none; 
    }

.items.levels_container .select-plan:last-child,
#infofield_div > label{
	display: none !important;
}

#infofield_div .pmpro_display-field-textarea{
	height: 1px !important;
	opacity: 0 !important;
	display: none !important;
}

#pmpro_level-5 .pmpro_checkout-h2-name{
    display: none;
}

@media(max-width:1200px){
	.acc_new_user{
		display: block;
	}
	.acc_new_user_button_group a{
		margin-top:5px;
	}
	.acc_new_user .acc_new_user_description{
		margin-bottom:25px;	
	}
}

@media(max-width:767px){
	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input, .pmpro_login_wrap form#loginform input[type=text].input, .pmpro_login_wrap form#loginform input[type=password].input{
		        width: 100%;
	}
	.account_navigation{
		    border: 1px solid #F2F4F1;
		    flex-wrap: wrap;
	}
	.account_navigation li {
		width: 49%;
		border-right: 1px solid #F2F4F1;
		border-bottom: 1px solid #F2F4F1;
	}
	.profile_header_title_links{
		flex-wrap: wrap;
	}
	.pmpro_actionlinks a:first-child{
		margin-left:0;
	}
}

.pmpro_section.pmpro_checkout_gateway-stripe{
	    margin: 0 auto;
}

.pmpro_card_content + .pmpro_card_actions,
.pmpro_account_loggedin{
	font-size: 16px;
    font-weight: 500;
    color: #000;
}

.pmpro_card_content + .pmpro_card_actions a,
.pmpro_account_loggedin a{
	color: #0c3d54;
}

.pmpro_section.pmpro_checkout_gateway-stripe .pmpro_form_submit{
	display: block;
}

#member-profile-edit,
#change-password{
	margin: 0 auto;
}

#infofield{
	opacity: 0;
	height: 0px;
}

.pmpro-member-profile-edit .pmpro_form input[type="submit"], 
.pmpro-member-profile-edit #loginform input input[type="submit"]{
	border: 0;
	padding: 15px 0;
}

#member-profile-edit .pmpro_form_hint,
#member-profile-edit #pmpro_form_fieldset-more-information-essentials > .pmpro_form_legend,
#member-profile-edit #pmpro_form_fieldset-more-information-essentials > .pmpro_form_fields > .pmpro_form_fields-description{
	display: none !important;
}

.gt_selector{
	    margin-left: 32px;
    color: #072630;
    outline: none;
    width: 125px;
    font-size: 12px;
    border: 1px solid #59d0db;
    padding: 4px;
    border-radius: 6px;
    background: #ffffff;
}

@media(min-width:800px){
	.show_mobile{
		display:none;
	}
}