/*#rec336658547 {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
#play-pause-button{
    width:60px;
    height:60px;
    line-height:48px;
    text-align:center;
    display:inline-block;
    border:6px solid #731a82;
    box-sizing:border-box;
    border-radius:50%;
    transition:0.4s;
    font-size:16px;
}
#play-pause-button:hover{
    background:#731a82;
    color:#fff;
}
@media (max-width:640px){
    #play-pause-button{
            width:40px;
            height:40px;
            line-height:28px;  
            font-size:14px; 
    }
}
.t585__title strong{
    background:#fff;
    display:inline-block;
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    border-radius:50%;
    margin-right:20px;
    box-shadow: 0 0 10px rgb(14 63 96 / 10%);
}
*/
.t905__wrapper{
    border-radius:5px;
    box-shadow: 0 0 10px rgb(14 63 96 / 10%);
    overflow:hidden;
}
.t585__title strong{
    display:inline-block;
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    border-radius:50%;
    margin-right:20px;
    position:absolute;
    color:#f35150;
    font-size:56px;
    margin-top:-10px;
    left:0;
    margin:0;
}
.t585__title{
    padding-left:72px;
    font-size:18px !important;
    height:50px;
}
.t905__image{
    position:relative;
}
.t905__image:before{
    content:'';
    width:45px;
    height:45px;
    display:inline-block;
    background:#000;
    position:absolute;
    bottom:30px;
    right:30px;
    background:url(https://static.tildacdn.com/tild3866-3463-4662-a638-663438613863/check.svg);
    background-size:cover;
    background-repeat:no-repeat;
}
.t795__title{
    font-size:30px !important;
}
.pricetable{
    list-style-type:none;
    font-family: 'Montserrat',Arial,sans-serif;
    padding-left:0 !important;
}
.pricetable li{
    display:block;
    font-size:20px;
    border-bottom:1px solid #009cd5;
    padding:20px 0 !important;
}
.pricetable li strong{
    font-weight:500 !important;
    display:inline-block !important;
    color:#0d3f60;
}
.pricetable li span{
    float:right;
    width:400px;
    color:#009cd5;
    font-weight:bold;
    text-align:right;
}
.pricetable li:first-child strong{
    font-weight:400 !important;
    color:#0d3f60; 
    font-size:14px !important;
}
.pricetable li:first-child span{
    color:#0d3f60;
    font-weight:400 !important;
     font-size:14px !important;
}
.t668__accordion .pricetable{
    padding:0 20px 0 30px !important;
}
@media (max-width:640px) {
    .t-rec_pt_90{
        padding-top:45px !important;
    }
    .t-rec_pb_90{
        padding-bottom:45px !important;
    }
    .t795__title{
        font-size:24px !important;
        margin-bottom:0 !important;
    }
    .t686__img{
        float:left;
        height:48px !important;
    }
    .t686__title{
        font-size:18px !important;
    }
    .t686__textwrapper__content{
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
    .t686__button-wrapper{
        margin-top:20px !important;
    }
    .pricetable li{
        font-size:9px !important;
        height:auto !important;
        padding:15px 0 !important;
    }
    .pricetable li strong{
        width:70% !important;
    }
    .pricetable li span{
        width:30% !important;
        
    }
    .t585__title strong{
        display:none !important;
    }
    .t585__title{
        padding-left:0 ;
        height:auto !important;
    }
    .t726__text{
        text-align:left;
        font-size:16px !important;
    }
    .t-slds__bullet_wrapper{
        display:none !important;
    }
    .t668__title {
        font-size: 16px !important;
        word-break: break-word !important;
    }
}

.popular-links {-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;}

.popular-links a {color: #000; text-decoration:underline;}
.popular-links a:hover {text-decoration:none;}

@media screen and (max-width: 640px) {
  .popular-links {-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
  }