.new-features {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #EFEFF4;
    text-align: center;
}

.new-features .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.new-features .wrap .feature {
    width: 31%;
    padding: 2em 1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: white;
    text-align: center;
    position: relative;
    border-radius: 1.25em;
    box-shadow: 0px 22.708px 45.415px 0px rgba(0, 0, 0, 0.10);
}

.new-features .wrap .feature h3 {
    font-size: 28px;
    line-height: 32px;
    color: #32b4a6;
    font-weight: 400 !important;
}

.new-features .wrap .feature:hover .learn-more {
    background-color: #32b4a6;
    color: white;
}

.new-features .wrap .feature img {
    display: block;
    margin: 1.5em auto;
    height: auto;
}

.new-features .wrap .feature .learn-more {
    display: block;
    margin: 1.5em auto 0em auto;
    font-size: 24px;
    line-height: 18px;
    color: #32b4a6;
    width: max-content;
    border-radius: 9999px;
    border: 2px solid #32b4a6;
    font-weight: 500 !important;
    padding: 0.5em 1.5em 0.5em 1.6em;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

section.video {
    padding: 50px calc((100% - 850px)/ 2);
}

section.new-features h2,
section.age_group h2,
section.risk h2,
section.parents h2,
section.featured h2,
section.accessories h2,
section.features h2,
section.about h2,
section.video h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #32b4a6;
    line-height: 48px;
}

section.parents h2,
section.features h2 {
    color: white;
}

section.featured h2,
section.age_group h2,
section.risk h2 {
    color: #292929;
}

section.parents h2 {
    font-size: 36px;
}

section.age_group h2 {
    font-size: 25px;
}

section.age_group h2 br,
section.features h2 br {
    display: none;
}

section.new-features h2 em {
    font-style: normal;
    color: #F34023;
    font-weight: 600;
}

.video_wrap {
    margin-top: 20px;
}

.video_wrap .description {
    width: 550px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
}

.new-features p,
.video_wrap .description p {
    color: #292929;
    font-size: 17px;
    line-height: 26px;
}

body.es .new-features p {
    min-height: 210px;
}

.video_wrap .description .name {
    display: block;
    margin-top: 0.5em;
    font-size: 18px;
    line-height: 26px;
    color: #32b4a6;
}

iframe.wistia_embed {
    border-radius: 15px;
}

.video_wrap .slick-prev,
.video_wrap .slick-next {
    top: 31%;
}

.video_wrap .slick-next {
    right: -45px;
}

.video_wrap .slick-prev {
    left: -45px;
}

section.about {
    padding: 0;
}

section.about div.image {
    margin-top: 2em;
    background-image: url(/wp-content/themes/angelsense/images/home-page/boy2.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (1000/1920));
    min-height: 1000px;
}

body.es section.about div.image {
    background-image: url(/wp-content/themes/angelsense/images/home-page/TeenESDesktop.png);
}

section.features {
    background-color: #4f7081;
    color: white;
}

.features div.action {
    display: block;
    text-align: center;
    position: relative;
    top: -80px;
}

.features div.action p {
    display: none;
}

.features div.action a.action {
    border: 2px solid white;
}

.features .wrap {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.preview_wrapper {
    width: 50%;
    padding: 0em 2em;
    position: relative;
}

.preview_wrapper .preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.preview_wrapper .preview.active {
    opacity: 1;
    visibility: visible;
}

.preview_wrapper .preview p {
    font-size: 18px;
    line-height: 30px;
    min-height: 100px;
}

.preview_wrapper .preview .image {
    margin-top: 2em;
    width: 370px;
}

.preview_wrapper .preview .image img {
    width: 100%;
    height: auto;
}

#tab {
    width: 45%;
    display: flex;
    flex-direction: column;
}

#tab a {
    position: relative;
    display: block;
    font-weight: 500;
    color: white;
    padding: 1em;
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
}

#tab a span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
}

#tab a:last-of-type span {
    opacity: 0;
}

#tab a.active span {
    opacity: 0;
}

#tab a.active {
    font-weight: 500;
    color: white;
    background-color: #86A0AE;
    border-top: transparent;
    border-radius: 8px;
}

#tab a:after {
    content: "";
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    position: absolute;
}

#tab a.active:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/arrow-left-white.svg);
    width: 20px;
    height: 20px;
}

section.trackers {
    background-color: #f3f3f3;
    text-align: center;
    padding: 50px calc((100% - 1000px)/ 2);
}

section.trackers > h2 {
    margin-bottom: 1em;
    font-size: 38px;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 48px;
    position: relative;
    letter-spacing: -1px;
}

section.trackers div.wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

section.trackers div.wrap div.tracker {
    background-color: white;
    border-radius: 20px;
    width: 450px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    padding: 3em 2em;
    transition: all 0.5s;
    position: relative;
    min-height: 880px;
}

section.trackers div.wrap div.tracker.watch:before {
    content: "";
    background-image: url(/wp-content/themes/angelsense/images/home-page/New_Desktop.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -7px;
    top: -8px;
    display: none;
}

/*section.trackers div.wrap div.tracker:hover {
    flex-grow: 1;
}*/

/*section.trackers div.wrap div.tracker.watch:hover {
    margin-left: 35px;
}*/

/*section.trackers div.wrap div.tracker.gps:hover {
    margin-right: 35px;
}*/

section.trackers div.wrap div.tracker a > h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #5f5f5f;
    margin-bottom: 1em;
}

section.trackers div.wrap div.tracker a > h3 br {
    display: none;
}

section.trackers div.wrap div.tracker a > h3:after {
    content: "";
    display: block;
    margin: 0.5em 0em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% auto;
    width: 100%;
    height: 275px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

section.trackers div.wrap div.tracker.gps a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/gps4free.webp);
    position: relative;
    top: 0.5em;
}

/*section.trackers div.wrap div.tracker.gps:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/device-new2.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker.watch a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/watchfree.webp);
    transform: translateY(20px) scale(1.05);
    position: relative;
    top: -8px;
}

/*section.trackers div.wrap div.tracker.watch:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/watch-pricing.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: -1.5em;
}

section.trackers div.wrap div.tracker ul li {
    color: #5f5f5f;
    padding: 0.3em 0em;
    position: relative;
    font-size: 18px;
    padding: 1em 1em;
    border-bottom: 1px solid #e6e6e6;
}

section.trackers div.wrap div.tracker ul li a {
    text-decoration: underline;
}

#actions {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2em;
}

#actions a {
    margin: 0.5em 0em;
    font-size: 20px;
    border: 1px solid white;
    transition: all 0.3s;
    text-align: center;
    display: block;
    padding: 0.5em 1.8em;
}

#actions a:hover {
    background-color: #FC654D;
}

#actions a.learn {
    color: #f34023;
    background-color: white;
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: -0.5em;
}

section.trackers div.wrap div.tracker ul li:last-of-type {
    border-bottom: none;
}

.trackers .quiz h3 {
    font-weight: 600;
    color: #5F5F5F;
    font-size: 24px;
    margin-bottom: 0.8em;
}

.accessories {
    padding: 50px calc((100% - 1000px)/ 2);
    padding-bottom: 0;
}

.accessories div.action {
    display: block;
    margin-top: 100px;
}

.trackers a.action.learn,
.accessories a.action.learn {
    display: inline-block;
    margin-top: 0em;
    padding: 0.5em 2em 0.5em 2em;
    white-space: nowrap;
    background-color: transparent;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-size: 1.5em;
    color: #32B4A6;
    border: 2px solid #32B4A6;
    transition: all 0.3s;
}

.trackers a.action.learn:hover,
.accessories a.action.learn:hover {
    background-color: #32B4A6;
    color: white;
}

.accessories .wrap {
    margin-top: 100px;
    margin-bottom: 80px !important;
    margin-bottom: 85px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.accessories .wrap .image {
    text-align: center;
    opacity: 1;
    transform: scale(1);
    transition-delay: 3s;
    transition: all 1.5s;
    width: 25%;
    margin: 2em 0em;
}

.accessories .wrap .image img {
    display: block;
    margin: 0 auto;
}

.accessories .wrap .image.animated {
    transform: scale(1);
    opacity: 1;
}

.accessories .wrap .image h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 1em;
    color: #292929;

}

.accessories .wrap .image p {
    width: 85%;
    margin: 1em auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #507081;
}


section.parents {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #32b4a6;
    text-align: center;
    color: white;
}

section.parents > p {
    margin: 1.5em auto;
    width: 600px;
    font-size: 18px;
    line-height: 30px;
}

section.parents p em {
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.parents_gallery {
    margin: 150px auto;
    margin-bottom: 0;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}

.parents_gallery .image {
    width: 20%;
    position: relative;
    opacity: 0.2;
    transform: scale(0.85);
    transition: all 0.3s;
}

.parents_gallery .image.animated {
    transform: scale(1);
    opacity: 1;
}

.image.jeannie {
    transition: all 1.3s;
    top: 10px;
    position: relative;
}

.image.jeannie.animated {
    transform: translate(15px, 15px);
}

.image.aimee {
    transition: all 1.6s;
}

.image.aimee.animated {
    transform: translate(5px, -35px);
}

.image.sarah {
    align-self: end;
    transition: all 0.9s;
}

.image.sarah.animated {
    transform: translate(5px, -45px);
}

.image.tamara {
    transition: all 0.8s;
}

.image.tamara.animated {
    transform: translate(5px, -55px);
}

.image.amber {
    transition: all 1.2s;
}

.image.amber.animated {
    transform: translate(5px, -45px);
}

.image.sandra {
    align-self: end;
    top: -25px;
    transition: all 0.5s;
}

.image.sandra.animated {
    transform: translate(5px, -45px);
}

.image.christine {
    transition: all 0.7s;
    position: relative;
    left: -73px;
}

.image.christine.animated {
    transform: translate(15px, -45px);
}

.image.erin {
    transition: all 0.9s;
    left: -95px;
}

.image.erin.animated {
    opacity: 1;
    transform: translate(5px, -65px);
}

.image.debra {
    transition: all 0.8s;
    left: -45px;
}

.image.debra.animated {
    opacity: 1;
    transform: translate(15px, -35px);
}

section.customers {
    padding: 0px calc((100% - 1000px)/ 2);
    padding-bottom: 150px;
}

.customers ul.slick-dots {
    bottom: -100px !important;
}

.customers .slick-prev, .customers .slick-next {
    top: 65%;
}

.customer {
    text-align: center;
}

.customer .description {
    margin: 0 auto;
    margin-bottom: 35px;
    width: 600px;
    /* min-height: 245px; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translate(-130px, 0px);
}

.slick-current .customer .description {
    opacity: 1;
    visibility: visible;
}

.customer .description p {
    color: #292929;
    font-size: 20px;
    line-height: 26px;
}

.customer .description .name {
    display: block;
    margin-top: 0.5em;
    font-size: 18px;
    line-height: 26px;
    color: #32b4a6;
}

.customer .image {
    text-align: center;
}

.customer .image img {
    display: block;
    height: auto;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.5s;
}

.slick-current .customer .image img {
    filter: grayscale(0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.age_group {
    background-color: #DAF0ED;
    position: relative;
}

section.age_group #menu-additional-mobile-menu-1,
section.age_group #menu-additional-mobile-menu {
    margin-top: 1em;
    justify-content: center;
}

section.age_group #menu-additional-mobile-menu-1 li,
section.age_group #menu-additional-mobile-menu li {
    padding: 4px 32px;
    width: 130px;
    background-color: #32B4A6;
    transition: all 0.3s;
}

section.age_group #menu-additional-mobile-menu-1 li.teens,
section.age_group #menu-additional-mobile-menu li.teens {
    margin: 0 1.5em;
}

section.age_group #menu-additional-mobile-menu-1 li:hover,
section.age_group #menu-additional-mobile-menu li:hover {
    background-color: white;
}

section.age_group #menu-additional-mobile-menu-1 li a,
section.age_group #menu-additional-mobile-menu li a {
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}

section.age_group #menu-additional-mobile-menu-1 li:hover a,
section.age_group #menu-additional-mobile-menu li:hover a {
    color: #32B4A6;
}

section.featured {
    padding: 50px calc((100% - 1390px)/ 2);
    background-color: white;
    text-align: center;
}

section.featured h2 {
    margin-bottom: 1em;
}

section.risk {
    text-align: center;
}

section.risk h2 br {
    display: none;
}

section.risk h2:after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/angelsense/images/home-page/Guarantee_Badge.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
    margin: 1em auto;
}

section.risk > p {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
}

section.risk div.action {
    margin-top: 2.7em;
}

section.risk div.action p {
    display: block;
}