.ft-video-wrap {
    display: none;
}
.str-ml {
    margin-left: 44px;
}
.dn-block-wrap, .formatBlock p.dn-block-wrap {
    margin-bottom: 6px;
}
ul.dn-list, .dn-list {}
.formatBlock .dn-list li {}
.dnn-block, .dnp-block {
    display: block;
    margin-bottom: 8px;
}

/*** search keys widget ***/
.search_keys_list {
    position: relative;
    display: block;
    padding: 30px 10px;
    border: 1px solid #ACB3C1;
    border-radius: 6px;
    background: #ffffff;
    z-index: 4;
}
.skw-title-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
}
.skw-title-author {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.skw-title {
    display: block;
    font-weight: bold;
    font-family: 'Merriweather', serif;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #303030;
    margin: 0 auto 29px auto;
    max-width: 242px;
}
.skw-list {
    padding: 0 17px 0 17px;
}
.skw-list-bg {
    position: relative;
    display: block;
    margin: 0 auto 30px auto;
    height: 0;
    max-width: 85%;
    -webkit-box-shadow: 0px 2px 9px 6px rgb(223, 229, 240);
    -moz-box-shadow: 0px 2px 9px 6px rgb(223, 229, 240);
    box-shadow: 0px 2px 9px 6px rgb(223, 229, 240);
    z-index: 3;
}

.skw-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.skw-item:not(:last-child){
    margin-bottom: 1px;
    border-bottom: 1px dashed #ACB3C1;
}
.skw-image-wrap {
    min-width: 70px;
    height: 70px;
    margin-right: 10px;
}
.skw-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.skw-item-num {
    color: #ACB3C1;
    font-size: 28px;
    margin-right: 23px;
}
.skw-item:not(:last-child) .skw-item-title {
}
.skw-item-title {
    padding-top: 9px;
    padding-bottom: 11px;
    width: 100%;
}
a.skw-title-link {
    display:inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #303030;
    text-decoration: none;
}
a.skw-title-link:first-letter {
    text-transform: uppercase;
}
a.skw-title-link:hover {
    opacity: 0.7;
}
.skw-image-wrap:hover .skw-image {
    opacity: 0.7;
}
.skw-image-link, .skw-title-link, .skw-imagelo {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*** search keys widget END ***/

/*** wpmfc shortcodes ***/
.formatBlock .wpmfc_cab_b {
    position: relative;
    padding: 0;
    background: #e9ebf1;
    line-height: 1.5em;
    border: 0;
    border-radius: 0;
    margin-bottom: 26px;
    color: #303030;
    font-weight: bold;
}
.formatBlock .wpmfc_cab_b:before {
    bottom: -8px;
    content: " ";
    height: 53px;
    left: -8px;
    top: auto;
    position: absolute;
    width: 167px;
    z-index: -1;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    background-image: none;
}
.formatBlock .wpmfc_cab_b:after {
    content: " ";
    height: 53px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 53px;
    z-index: -1;
}
/*** team card ***/
.tm-card {}
.tm-card-image-wrap {}
img.tm-card-image {
    width: 100%;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tm-card:hover img.tm-card-image {
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    -webkit-filter: normal;
    filter: normal;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.formatBlock h2.tm-card-name,
.formatBlock .wpb_wrapper h2.tm-card-name,
h2.tm-card-name {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin: 25px 0 5px 0;
    display: block;
    font-weight: 700;
    text-align: center;
}
.tm-card-designation {
    padding-bottom: 0;
    font-size: 12px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tm-card-text {
    color: #777;
    line-height: 32px;
    font-size: 18px;
    margin: 20px 0 28px 0;
    text-align: center;
}
.tm-socials {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tm-social {}
.tm-social:not(:last-child){
    margin-right: 5px;
}
.formatBlock a.tm-social-link {
    color: rgb(12, 12, 12);
}
.formatBlock a.tm-social-link:hover {
    color: rgb(12, 12, 12);
    text-decoration: none;
}
.formatBlock .wpb_wrapper .tm-social i,
.tm-social i {
    font-size: 26px;
    font-style: normal!important;
    color: rgb(12, 12, 12);
}
.formatBlock .wpb_wrapper .ult-style-1 .ult-social-buttons a.ult-team.ult-social-icon i {
    font-style: normal;
}
@media screen and (max-width: 992px) {
    .tm-card {
        margin-bottom: 30px;
    }
}
.rll-youtube-player {
    width: 100%;
}
.sidebar>.widget.widget_text .wpsm_arrowlist ul li:not(:last-child) a {
    border-bottom: 1px solid #f1f1f1 !important;
}
.tss-header-container.mb40 {
    margin-bottom: 40px;
}
.tss-table-title {
    color: #000000;
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    width: 100%;
    max-width: 1195px;
    padding: 0;
    margin: 0 auto 30px auto;
}
@media screen and (max-width: 992px) {
    .tss-table-title {
        padding: 0 20px;
    }
}
.sm-p {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
p:empty {
    display:none;
}
.n2-section-smartslider {
    margin-top: 45px;
}

a.btn-compare {
    text-decoration: none;
}
a.btn-compare:hover {
    text-decoration: underline;
}
.btn-compare {
    padding: 16px 25px;
    display: inline-block;
}
.et_bloom .et_bloom_form_container div.etdl_bloom_form_title {
    font-size: 24px;
    padding: 0;
    font-weight: bold;
    line-height: 1.1em;
    color: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.et_bloom .et_bloom_form_container div.et_bloom_success_message {
    line-height: 1.4em;
    position: relative;
    font-size: 14px;
    display: none;
    opacity: 0;
    z-index: -1;
    text-align: center;
    color: #888;
    background: #fff;
    padding: 10px 10%;
    width: 80%;
    max-width: 300px;
    border-radius: 5px;
    margin: auto;
}

.formatBlock iframe, .wpb_wrapper iframe {
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: 450px;
}
@media screen and (max-width: 800px) {
    .formatBlock iframe, .wpb_wrapper iframe {
        min-height: auto;
    }
}
.formatBlock .product_cart_block_video, .wpb_wrapper .product_cart_block_video, .wwa-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.formatBlock .product_cart_block_video iframe, .wpb_wrapper .product_cart_block_video iframe,
.formatBlock .wwa-video iframe, .wpb_wrapper .wwa-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-height: initial;
    max-height: initial;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
    .formatBlock .product_cart_block_video iframe, .wpb_wrapper .product_cart_block_video iframe {
        min-height: initial;
        max-height: initial;
    }
}

.product_cart_block .product_cart_block_info span.btn_link {
    display: none;
}
span.fsh-link {
    color: #000000;
}

/*** Product review ***/
.lr-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 23px 0 0 0;
    margin: 0;
    background: #F6F9FC;
}
.lr-top {
    position: relative;
    display: block;
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 10px;
}
.lr-sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #9099AC;
    opacity: 0.4;
}
.lr-bottom {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 1176px;
    margin: 0 auto;
    padding: 27px 10px 27px 10px;
}
.lr-top-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 19px;
}
.lr-breadcrumb {
    width: 36%;
}
.lr-breadcrumb .breadcrumb {
    font-size: 15px;
    line-height: 1.3em;
    color: #5C667B;
}
.lr-breadcrumb .breadcrumb a {
    color: #5C667B;
}
.lr-meta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 64%;
}
.lr-meta.lr-meta-mob {
    display: none;
}
.lr-authors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.lr-author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0 14px 2px 0;
    border-right: 1px solid #9099AC;
    margin-right: 12px;
}
.lr-author:not(:last-child){

}
.lr-meta-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3em;
    color: #5C667B;
    margin-right: 6px;
}
.lr-meta-value {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3em;
    color: #103244;
}
.lr-author-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3em;
}
.lr-author .s-author-person {
    margin: 0;
    padding: 0;
}
.lr-author a.s-author-modal, .lr-author .s-author-name {
    color: #231f20;
}
.lr-author .s-author-name {
    background-image: -webkit-repeating-linear-gradient(left,#231f20 0,#231f20 50%,transparent 50%,transparent 100%);
    background-image: repeating-linear-gradient(to right,#231f20 0,#231f20 50%,transparent 50%,transparent 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    padding-bottom: 1px;
}
.lr-author a.s-author-modal:hover .s-author-name {
    background-image: -webkit-linear-gradient(left,#231f20 0,#231f20 100%);
    background-image: linear-gradient(to right,#231f20 0,#231f20 100%);
    background-size: 100% 2px;
}
.lr-author .s-author-profile-inner {
    z-index: 8;
}

.lr-title, h1.lr-title {
    font-weight: bold;
    font-family: 'Merriweather', serif;
    font-size: 40px;
    line-height: 1.2em;
    color: #231F20;
    margin-bottom: 11px;
}
.lr-wrap .disclaimer-info {
    color: #5C667B;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.lr-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 29px;
    margin-bottom: 30px;
}
.lr-col-54 {
    width: 54%;
}
.lr-col-46 {
    width: 46%;
}
.lr-subtitle {
    font-size: 16px;
    line-height: 1.38em;
    font-weight: bold;
    margin-bottom: 13px;
}
.lr-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #231f20;
    margin: 0 7px 4px 7px;
}
.lr-vitem {
    font-size: 15px;
    line-height: 1.5em;
}
.lr-vitem:not(:last-child) {
    margin-bottom: 13px;
}

.lrg-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
}
.lr-slider-nav.slick-slider {
    display: flex;
}
.lr-slick-arrow {
    position: absolute;
    width: 100%;
    max-width: 78px;
    height: 60px;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.lr-slick-arrow:hover {
    opacity: 0.7;
}
.lr-slick-prev.lr-slick-arrow {
    top: -14px;
    background-image: url("../../vab_plugin/public/images/arrow_up.svg");
}
.lr-slick-next.lr-slick-arrow {
    bottom: -9px;
    background-image: url("../../vab_plugin/public/images/arrow_up.svg");
    transform: rotate(180deg);
}

.lr-slider-nav {
    display: flex;
    align-items: center;
    height: 357px;
    width: 78px;
    min-width: 78px;
    margin-right: 14px;
}
.lr-slider {
    width: 85%;
    max-width: 502px;
}
.lr-slider-nav .lr-slider-nav-item {
    max-width: 72px;
    border: 2px solid #DFE5F0;
    border-radius: 6px;
    overflow: hidden;
}
.lr-slider-nav .slick-current .lr-slider-nav-item {
    border: 2px solid #000000;
}
.lr-slider .slick-prev, .lr-slider .slick-next {
    display: none !important;
}
.lr-slider-nav-item:not(:last-child){
    margin-bottom: 10px;
}
.lr-slider-nav-item-img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 72px;
    margin: 0 auto;
    height: 72px;
}
.lr-slider .slick-slide {
    min-width: 502px;
}
.lr-slider-item {
    max-width: 500px!important;
    border: 1px solid #DFE5F0;
    border-radius: 6px;
    overflow: hidden;
    height: 350px;
    background: #ffffff;
}
.lr-slider-item-image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
}

.lri-wrap {
    position: relative;
    display: block;
    margin-bottom: 26px;
}
.lr-label {
    display: flex;
    flex-direction: row;
    background: rgba(16, 50, 68, 0.4);
    border-radius: 6px;
}
.lr-label-value {
    background: #103244;
    color: #fff;
    border-radius: 6px;
    padding: 4px 11px;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
}
.lr-label-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 11px 4px 8px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2em;
}

.lri-title {}
.lri-items {}
.lri-item {}
.lr-item-bullet::before {
    content: "";
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    padding-right: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    max-width: 6px;
    margin-right: 11px;
    margin-bottom: 2px;
}

.lrf-wrap {
    position: relative;
    display: block;
}
.lrf-wrap {}
.lrf-items {}
.lrf-item {}

.lre-wrap {
    width: 33%;
    max-width: 381px;
    margin-right: 47px;
}
.lre-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 4px;
}
.lre-title {
    margin-bottom: 0;
    margin-right: 6px;
}
.rating-hint-wrap.lr-rating-wrap {
    width: auto;
    min-height: auto;
    margin: 0 16px 0 0;
}
.lr-rating-wrap .rating-hint {
    right: -200px;
}
.lr-items {
    display: flex;
    flex-direction: column;
}
.lr-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}
.lr-item-name {
    font-size: 16px;
    line-height: 1.25em;
    color: #5C667B;
}
.lr-item-value {
    font-size: 26px;
    line-height: 1.2em;
    color: #000000;
    font-weight: bold;
}


.lru-wrap {
    width: 33%;
    margin-right: 30px;
}
.lru-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 17px;
}
.lru-title {
    margin-bottom: 0;
    margin-right: 6px;
}

.lra-wrap {
    width: 30%;
    max-width: 336px;
    margin: 0 auto;
}
.lru-item-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.lru-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.lru-wrap .lr-dots {
    max-width: 80px;
}
.lr-star {
    width: 24px;
    height: 24px;
}
.lr-star.lr-star-half {
    width: 26px;
    height: 26px;
    margin-top: 2px;
}
.lr-star.lr-star-empty {
    width: 26px;
    height: 26px;
    margin-top: 2px;
}

.lru-stars-hint {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 28px;
    cursor: pointer;
}
img.lru-stars-hint-icon:hover {
    opacity: 0.7;
}

.lru-tooltip {
    display: none;
    position: absolute;
    top: 22px;
    left: -157px;
    width: 336px;
    height: 269px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(39 30 7 / 20%);
    border-radius: 6px;
    z-index: 8;
}
.lru-tooltip-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding: 19px 0 10px 0;
    border-bottom: 1px solid #DFE5F0;
}
.lru-tooltip-content {
    padding: 20px 24px;
}
.lru-stars-hint:hover .lru-tooltip {
    display: block;
}
.lru-tooltip-average {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.lru-tooltip-average-value {
    color: #000000;
    font-weight: bold;
}
.lru-tooltip-average-text {
    margin: 0 6px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #000000;
}

.lru-tooltip-values {
    margin-top: 18px;
}
.lru-tooltip-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: normal;
    margin-bottom: 7px;
}
lru-tooltip-value:not(:last-child){
    margin-bottom: 8px;
}
.ltv-label {
    font-size: 16px;
    line-height: 1.2em;
    margin-right: 8px;
}
.ltv-line {
    display: flex;
    margin-right: 8px;
    width: 186px;
    height: 16px;
    border-radius: 4px;
    background: #EFF1F6;
    overflow: hidden;
}
.ltv-line-inner {
    border-radius: 4px;
}
.ltv-percent {
    font-size: 16px;
    line-height: 1.2em;
}

.lru-wrap .lr-item:first-child {
    margin-bottom: 20px;
}
.lru-rating {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.lru-set-rating {
    margin-left: 11px;
    display: flex;
    justify-content: flex-start;
}
.lr-star-btn {
    width: 24px;
    height: 24px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.lr-star-btn:hover, .lr-star-btn:focus, .lr-star-btn:active {
    opacity: 0.5;
}

.lra-links a {
    position: relative;
    display: block;
    width: 100%;
    height: 53px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 53px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #ffffff;
}
.lra-links a:hover {
    opacity: 0.7;
}

.lra-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lra-button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}
.lra-icon-wrap {
    position: absolute;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
}
.lra-button-wrap img.lra-icon {
    margin-bottom: 0;
    width: 100%;
    max-width: 44px;
    height: auto;
}

.lr-intro {
    margin-bottom: 8px;
}
.lr-specs {
    margin-bottom: 34px;
}
.lr-specs h2, .formatBlock .lr-specs h2 {}
.lr-specs-inner {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 0 70px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 70px rgba(0,0,0,.15);
    box-shadow: 0 0 70px rgb(0 0 0 / 15%);
}
.lr-spec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.lr-spec-cell {
    min-height: 30px;
    padding: 8px 8px;
}
.lr-spec-name {
    font-weight: bold;
    width: 32%;
    background: #ffffff;
    border-right: 1px solid #f1f1f1;
}
.lr-spec-value {
    width: 68%;
}
.lr-specs-bg {
    background: #f1f1f1;
}
.lr-specs-inner .lr-spec:nth-child(2n-1){
    background: #f1f1f1;
}
.lr-specs-inner .lr-spec.lr-spec-header .lr-spec-name {
    background: #ef5323;
    border-right: none;
}
.lr-spec:hover .lr-spec-name {
    background: #f1f1f1;
}

.lr-slider .slick-dots {
    display: none !important;
}
.lr-slider .slick-dots li button {
    border: none;
    border-radius: 50%;
    background: #ACB3C1;
    width: 8px;
    height: 8px;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    padding: 4px;
}
.lr-slider .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    padding: 6px;
}
.lr-slider .slick-dots li:not(:last-child){
    margin-right: 12px;
}
.lr-circle {
    display: flex;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.lr-circle img {
    width: 9px;
    height: auto;
}
.lr-updated {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
img.lr-updated-icon {
    display: none;
    width: 21px;
    height: 19px;
    margin-right: 4px;
}
.lr-bottom .lr-sep {
    display: none;
}
.lrfx-wrap {
    display: none;
    width: 100%;
    position: fixed;
    height: auto;
    bottom: 0;
    z-index: 130;
    background: #fff;
    padding: 10px 0 4px 0;
}
.lrfx-wrap .lra-links {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: 500px;
}
.wps-review_2 .ft_single_page .disclaimer-info {
    display: none;
}
.review2_actions {
    display: none;
    /*height: 0!important;*/
}
.review2_actions .lra-button-wrap {
    margin-bottom: 0;
}
.review2_actions .lra-button-wrap:not(:last-child) {
    margin-bottom: 7px;
}
.review2_actions.review2_active {
    display: block;
}
.lr-disclaimer-mob {
    display: none;
}
.lr-disclaimer-top {
    display: block;
}
.lr-disclaimer-mob {
    display: none;
}

@media screen and (max-width: 1200px) {
    .lr-slider {
        max-width: 402px;
    }
    .lr-slider .slick-slide {
        min-width: 402px;
    }
    .lr-slider-item {
        max-width: 400px!important;
    }
    .lr-slider-item-image {
        max-width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .lr-disclaimer-top {
        display: none;
    }
    .lr-disclaimer-mob {
        display: block;
    }
    .lr-disclaimer-mob {
        display: block;
    }
    .lr-disclaimer-mt {
        margin-top: 14px;
    }
    .lrfx-wrap.lrfx-wrap-active {
        display: block;
    }
    .lr-slider {
        max-width: 502px;
    }
    .lr-slider .slick-slide {
        min-width: 502px;
    }
    .lr-slider-item {
        max-width: 500px!important;
    }
    .lr-slider-item-image {
        max-width: 500px;
    }
    .lr-title {
        text-align: center;
    }
    .lr-title, h1.lr-title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .lr-top-header {
        margin-bottom: 0;
    }
    img.lr-updated-icon {
        display: block;
    }
    .lr-wrap {
        padding: 13px 0 0 0;
    }
    .lr-meta {
        display: none;
    }
    .lr-meta.lr-meta-mob {
        display: flex;
        margin-top: 12px;
    }
    .lr-meta-text {
        font-size: 13px;
    }
    .lr-meta-value {
        font-size: 13px;
    }
    .lr-author .s-author-name, .lr-author .s-author-position {
        font-size: 13px;
    }
    .lr-breadcrumb {
        width: 100%;
        text-align: center;
    }
    .lr-breadcrumb .breadcrumb {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .lr-top {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .lr-updated {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .lr-meta {
        width: 100%;
        justify-content: flex-start;
    }
    .lr-authors {
        margin-bottom: 6px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .lr-author {
        border: none;
        padding: 0 0 2px 0;
    }
    .lr-content {
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 19px;
    }
    .lr-col-54, .lr-col-46 {
        width: 100%;
    }
    .lr-col-46 {
        margin: 20px auto 0 auto;
    }
    .lrg-wrap {
        justify-content: center;
    }
    .lr-slider-nav.slick-slider {
        display: none;
    }
    .lr-slider {
        width: 100%;
    }
    .lr-slider .slick-list {
        height: 350px;
    }
    .lr-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 4px;
    }

    .lr-label {
        margin-left: auto;
    }

    .lr-bottom {
        max-width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 13px 0 22px 0;
    }
    .lr-bottom .lr-sep {
        display: block;
    }
    .lre-wrap {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin: 0 auto 20px auto;
    }
    .lru-wrap {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin: 13px auto 17px auto;
    }
    .lru-wrap .lr-dots {
        max-width: initial;
    }
    .lra-wrap {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin: 20px auto 0 auto;
    }
    .lra-button-wrap {
        margin-bottom: 7px;
    }
    .lru-tooltip {
        left: -320px;
    }
    .rating-hint-wrap.lr-rating-wrap {
        position: relative;
        top: auto;
        right: auto;
    }
    .lr-rating-wrap .rating-hint-btn {
        padding: 0;
    }
    .lri-wrap {
        margin-bottom: 24px;
    }

    .lr-vitem:not(:last-child) {
        margin-bottom: 8px;
    }
    .lr-item {
        margin-bottom: -3px;
    }


    .lr-spec-header {
        display: none;
    }
    .lr-spec {
        flex-wrap: wrap;
    }
    .lr-spec-name {
        width: 100%;
        text-align: center;
    }
    .lr-spec-value {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 540px) {
    .lr-slider {
        max-width: 400px;
    }
    .lr-slider .slick-list {
        height: 280px;
    }
    .lr-slider .slick-slide {
        min-width: initial;
    }
    .lr-slider-item {
        max-width: 400px !important;
        border: none;
        height: 280px;
    }
    .lr-slider-item-image {
        max-width: 400px;
    }
    .lr-meta .s-author-profile-inner {
        left: -17px;
    }
}
@media screen and (max-width: 400px) {
    .lr-meta .s-author-profile-inner {
        left: -17px;
    }
}

span.lra-btn {
    display: none;
}
.disclaimer-info.dempty {
    background: transparent;
    min-height: 56px;
}
.hauto {
    height: auto!important;
}

/* related block */
.related-wrap {
    position: relative;
    display: block;
    margin-top: 26px;
    margin-bottom: 0;
}
.related-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
a.related-item, .formatBlock a.related-item {
    font-weight: normal;
}
a.related-item:hover, .formatBlock a.related-item:hover {}

/*** Hub pages widget ***/
.hp-wrap {
    display: flex;
    margin: 12px 9px 12px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 23px 20px 12px 32px;
}
.hp-header {
    min-width: 307px;
    max-width: 307px;
    margin-right: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hp-title, h1.hp-title, h2.hp-title, h3.hp-title, p.hp-title,
.formatBlock h1.hp-title, .formatBlock h2.hp-title, .formatBlock h3.hp-title, .formatBlock p.hp-title,
.formatBlock .wpb_wrapper h1.hp-title, .formatBlock .wpb_wrapper h2.hp-title,
.formatBlock .wpb_wrapper h3.hp-title, .formatBlock .wpb_wrapper p.hp-title {
    font-family: 'Merriweather', serif;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.36em;
    letter-spacing: initial;
    color: #231F20;
    margin: 0;
    margin-bottom: 86px;
}
.hp-header-actions {
    width: 100%;
    margin-left: -15px;
    margin-bottom: 15px;
    align-self: flex-end;
}
.hp-more, .formatBlock .hp-more {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: none;
    background: #F6F8FC;
    border-radius: 4px;
    color: #231F20;
    padding: 14px 12px 16px 15px;
}
.hp-more.hp-more-active, .formatBlock .hp-more.hp-more-active {
    display: flex;
}
.hp-more-icon, .formatBlock svg.hp-more-icon {
    width: 12px;
    height: 8px;
    margin-left: 20px;
}

.hp-more:hover, .hp-more:active, .hp-more:focus,
.formatBlock .hp-more:hover, .formatBlock .hp-more:active, .formatBlock .hp-more:focus {
    text-decoration: none;
    opacity: 0.7;
}
.hp-content {
    margin-top: 5px;
}
.hp-header, .hp-content {
    flex:1;
}
.hp-item {
    line-height: 1em;
    margin-bottom: 12px;
}
.hp-item.hp-d-none {
    display: none;
}
a.hp-link, .formatBlock a.hp-link {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: capitalize;
    color: #103244;
}
a.hp-link:hover, .formatBlock a.hp-link:hover {
    opacity: 0.7;
    text-decoration: underline;
    color: #103244;
}
.hp-footer-actions {
    display: none;
    margin: 20px 0 0 0;
}
.hp-more.hp-more-footer {
    display: none;
}
@media screen and (max-width: 768px) {
    .hp-wrap {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        margin-right: 0;
    }
    .hp-title, h1.hp-title, h2.hp-title, h3.hp-title, p.hp-title,
    .formatBlock h1.hp-title, .formatBlock h2.hp-title, .formatBlock h3.hp-title, .formatBlock p.hp-title,
    .formatBlock .wpb_wrapper h1.hp-title, .formatBlock .wpb_wrapper h2.hp-title,
    .formatBlock .wpb_wrapper h3.hp-title, .formatBlock .wpb_wrapper p.hp-title {
        margin-bottom: 12px;
    }
    .hp-header {
        min-width: 100%;
        max-width: 100%;
    }
    .hp-header-actions {
        display: none;
    }
    .hp-more.hp-more-header {
        display: none;
    }
    .hp-footer-actions {
        display: flex;
    }
    .hp-more.hp-more-footer {
        display: block;
    }
}
.trl-wrap {
    position: relative;
    display: inline-block;
}
.trl-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.trl-link, .formatBlock a.trl-link, .formatBlock .wpb_wrapper a.trl-link {}
.trl-link:hover, .formatBlock a.trl-link:hover, .formatBlock .wpb_wrapper a.trl-link:hover {
    text-decoration: none;
}
.trl-link-wrap {}
.trl-link:hover .trl-link-wrap {
    text-decoration: underline;
}
.trl-position {
    font-size: 10px;
    align-self: flex-start;
    margin-left: 3px;
    text-decoration: none;
    margin-top: -6px;
    max-height: 8px;
}

.trl-link svg {
    align-self: flex-start;
    width: 6px;
    height: 5px;
    padding-top: 7px;
    margin-left: 3px;
}

.trl-tooltip {
    visibility: hidden;
    width: 336px;
    color: #231F20;
    padding: 20px 25px 25px 25px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgba(39, 30, 7, 0.2);
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.trl-tooltip.trl-tooltip-disabled {
    display: none;
}
.trl-wrap:hover .trl-tooltip {
    visibility: visible;
    z-index: 22;
}

.trl-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 18px;
}
.trl-header-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    border-radius: 50%;
    overflow: hidden;
}
.trl-header-icon svg {
    position: relative;
    z-index: 4;
}
.trl-title {
    display: block;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.36em;
    margin-bottom: 10px;
}
.trl-content {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.trl-domain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: -1px;
}
.trl-domain .trl-domain-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.trl-domain-link svg {
    width: 11px;
    height: 11px;
    margin-left: 8px;
}
.formatBlock a.trl-domain-link, .formatBlock .wpb_wrapper a.trl-domain-link {
    font-weight: normal;
}

.trl-header-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 3;
}

/* references */
.ref-wrap {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.ref-title, .formatBlock .ref-title, .formatBlock .wpb_wrapper .ref-title {
}
.ref-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.ref-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}
.ref-item-position {
    display: flex;
    flex-direction: row;
    width: auto;
    word-break: keep-all!important;
    word-wrap: normal !important;
    margin-right: 8px;
    font-weight: bold;
}
.ref-item-content {}
.ref-item-title {
    margin-bottom: 8px;
    font-weight: bold;
}
.ref-item-description {
    margin-bottom: 8px;
}
.ref-item-links {}
.ref-item-link {}