<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#features-top {
    padding-top: 0em;
    background-image: url(/wp-content/themes/angelsense/images/watch/fixes02_Section.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vw * (692/1920));
    min-height: 692px;
    margin-top: 0;
    position: relative;
}

#features-top &gt; div {
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    margin-left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#features-top &gt; div h2 {
    text-align: left;
    text-transform: none;
    margin-bottom: 1.5em;
    font-size: 30px;
    line-height: 40px;
}

#features-top &gt; div h2 br {
    display: block;
}

.intro_gallery {
    display: flex;
    flex-direction: column;
}

.intro_gallery li {

    position: relative;
    padding-left: 50px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    top: -25px;
}

.intro_gallery li p {
    display: inline-block;
    color: #292929;
    font-size: 18px;
}

.intro_gallery li span.image {
    position: absolute;
    top: -5px;
    left: 0;
    width: 37px;
    height: 37px;
}

.intro_gallery li span.image.big {
    width: 46px;
    left: -3px;
}

.intro_gallery li span.image img {
    display: block;
}

section.video {
    padding: 50px calc((100% - 1200px)/ 2);
    padding-bottom: 100px;
    background-color: #32b4a6;
    text-align: center;
}

section.risk div.action p.promotion,
section.video + div.action p.promotion {
    color: white;
}

section.risk div.action p.promotion:before,
section.risk div.action p.promotion:after,
section.video + div.action p.promotion:after,
section.video + div.action p.promotion:before {
    display: none;
}

section.video div.wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4em;
}

section.video div.wrap div {
    width: 32%;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(132, 132, 132, 0.16);
}

section.video div.wrap:last-of-type div {
    border-bottom: none;
}

section.video div.wrap div a {
    display: inline-block;
    border-radius: 8px;
    position: relative;
}

section.video div.wrap div a img {
    border-radius: 8px;
}

section.video div.wrap div a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url("/wp-content/themes/angelsense/images/play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
}

section.video div.wrap div p {
    margin-top: 0.5em;
    font-weight: 400;
    color: white;
    padding: 0em 0.5em;
    font-size: 18px;
}

section.video div.wrap div span.name {
    display: block;
    margin-top: 0.5em;
    font-style: italic;
    font-weight: 300;
    color: #32b4a6;
    padding: 0em 0.5em;
}

section.features {
    padding: 50px calc((100% - 1200px)/ 2);
    padding-bottom: 100px;
}

section.features ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4em;
    position: relative;
}

section.features ul:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/watch/App-and-Watch_05.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 380px;
    height: 486px;
}

section.features ul li {
    margin-top: 2em;
    position: relative;
    padding-left: 80px;
    width: 35%;
}

section.features ul li.Monitoring {
    order: 1;
}

section.features ul li.Speakerphone {
    order: 3;
}

section.features ul li.Alarm {
    order: 5;
}

section.features ul li.SOS {
    order: 7;
}

section.features ul li.Saferide {
    order: 2;
}

section.features ul li.Playback {
    order: 4;
}

section.features ul li.Alerts {
    order: 6;
}

section.features ul li.Support {
    order: 8;
}

section.features ul li span.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
}

section.features ul li span.image img {
    display: block;
    width: 100%;
    height: auto;
}

section.features ul li h3 {
    font-size: 20px;
    color: #292929;
    font-weight: 700;
}

section.features ul li p {
    margin-top: 0.3em;
    font-size: 18px;
    color: #292929;
}

section.watch {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #f1f1f1;
}

section.watch ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 4em;
}

section.watch ul li {
    position: relative;
    background-color: white;
    margin-bottom: 2%;
    width: 282px;
    min-height: 282px;
    text-align: center;
}

section.watch ul li span.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
}

section.watch ul li span.image img {
    display: block;
    width: 100%;
    height: auto;
}

section.watch ul li h3 {
    color: #565656;
    font-size: 26px;
    position: relative;
    line-height: 30px;
}

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

section.specs ul {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    text-align: center;
}

section.specs ul li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

section.specs ul li h3 {
    display: block;
    font-weight: 700;
    color: #292929;
    font-size: 20px;
}

section.specs ul li p {
    display: inline-block;
    margin-top: 0.3em;
    font-size: 18px;
    color: #292929;
}

section.specs ul li p br {
    display: none;
}

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

section.featured_video .wrap {
    width: 80%;
    margin: 2em auto;
}

section.risk {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #32b4a6;
    text-align: center;
}

section.risk p {
    font-size: 30px;
    line-height: 34px;
    color: white;
}

section.risk p br {
    display: none;
}

section.risk p:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/wp-content/themes/angelsense/images/watch/Free_Shipping.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 287px;
    height: 150px;
    margin-bottom: 1em;
}

section.risk div.action {
    margin-top: 0;
}</pre></body></html>