<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 980px) {
    .phoneArticle {
        margin-top: -300px;
    }

}
@media (max-width: 580px) {
    .phoneArticle {
        margin-top: -600px;
    }

}
@media (max-width: 480px) {
    .phoneArticle {
        margin-top: -470px;
    }
}
@media (max-width: 374px) {
    .phoneArticle {
        margin-top: -250px !important;
    }
}

@media (min-width: 581px) {
    .phoneArticle {
        margin-top: -550px;
    }
}
@media (min-width: 768px) {
    .phoneArticle {
        margin-top: -550px;
    }
}
@media (min-width: 980px) {
    .phoneArticle {
        margin-top: 0px;
    }
}

.color-black {
    color:black !important;
}

.line-height-35 {
    line-height:35px !important;
}
.margin-top-15vh {
    margin-top: 15vh !important;
}
.border-radius-30 {
    border-radius:30px;
}

.secondList li:before {
    position: absolute;
    left: 40px;
}
.number-color {
    color: #5d6cfa !important;
}

.phoneContent {
    position: relative;
    top: 20px;
    left: 145px;
    display: flex;
    flex-wrap: wrap;
    width: 340px;
    justify-content: center;
}

.phoneImg {}

.phoneText {
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}

.phoneRating {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 25px;
}

.singleStar {
    width: 50px;
    height: 50px;
    background-image: url('/img/assets/common/star.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.phoneRatingDescription {
    color: #a9a9a9 !important;
    margin-top: 10px;
}

.phoneButton {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

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

.first-post{
    margin-top:10%;
}

.margin-top-5vh{
    margin-top:5vh;
}

@media only screen and (max-width: 1200px) {
    .first-post figure {
        margin-left: 235px;
    }
}
@media only screen and (max-width: 1200px) {
    .phoneContent {
        left: 70px;
        top: 70px;
    }
    .phoneImage {
        top: 10px !important;
    }
}

@media only screen and (max-width: 990px) {
    .phoneContent {
        left: 165px;
        top: 750px;
    }
    .phoneImage {
        height: 70%;
        width:70%;
    }
    .benefits-container {
        margin-top: -100px;
    }
    .benefits-second-post {
        padding-bottom:0px;
        margin-bottom:-40px !important;
    }
    .benefits-phone-image {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .phoneContent {
        left: 65px;
        top: 570px;
    }
}
@media only screen and (max-width: 580px) {
    .phoneContent {
        width: 50%;
        left: 25.5%;
        top: 570px;
    }
}
@media only screen and (max-width: 530px) {
    .phoneButton a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    .phoneContent {
        width: 50%;
        left: 28%;
        top: 480px;
    }

    .phoneButton {
        margin-top: 25px;

    }



    .phoneRating {
        margin-top: 5px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .singleStar {
        width: 30px;
        height: 30px;
        background-image: url('/img/assets/common/star.png');
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }
    .benefits-phone-image {
        padding-right: 25px !important;
    }
}
@media only screen and (max-width: 450px) {
    .phoneContent {
        top: 380px;
        left: 18%;
        width: 65%;
    }

    .phoneButton a {
        padding: 10px 15px !important;
        font-size: 12px;

    }

    .phoneText {
        font-size: 10px;

    }
    .benefits-second-image {
        margin-bottom: -10px !important;
    }
}
@media only screen and (max-width: 373px) {
    .phoneContent {
        top: 220px;
        left: 18%;
    }
    .phoneImg {
        display: none;
    }

    .phoneButton a {
        padding: 10px !important;
        font-size: 10px;
        min-width: 100px;

    }
    .phoneRating, .phoneRatingDescription {
        display:none;

    }
}
@media only screen and (min-width: 990px) {

    .phoneImage {
        position:absolute;
        top:-90px;
        z-index:-1;
        width:90% !important;
    }

    .first-post{
        min-height:800px !important;
    }
}

.margin-t-m20 {
  margin-top: -20px;
}
.benefits-info-title {
  text-align:center;
  font-weight:bold;
  margin-bottom: 15px;
}
.benefits-investor-name {
  text-align:right;
  font-weight:bold;
  margin-top:15px;
}


.cloud-div {
    width: 535px;
    position: absolute;
    top: 71px;
    right: 0px;
    z-index: 999;
    background-color: #3c50fa;
    height: 569px;
}
@media(min-width: 1820px) {
    .tags_5_b_container {
        right:0px;
        left:34vw;
    }
}
.tags_5_b_container {
    position:relative;
    top:110px;
    width:400px;
    height:356px;
    left: 50px;
}
.tags_5_container {
    height:100%;
    font-size:10px;
}
.tags_5_content {
    font-size: 19px !important;
    font-weight: 200;
    padding:30px !important;
    line-height: 32px !important;
    color:white;
    text-align: left;
}</pre></body></html>