/*Common Global Styles for resources page*/
.container.container-no-padding {
    max-width: 100%;
    padding: 0;
}
.container.container-no-padding .main-content, .container.container-no-padding .help-center {
    padding: 0;
}
body {
    background: #F5F5F5;
}
footer .footertop {
    margin-top: 0 !important;
}
/*Help center dashboard*/
.hc-flex {
    display: flex;
    width: 100%;
    gap: 24px;
    flex-wrap: wrap;
}
.h-horiz-flex {
    display: flex;
    flex-direction: column;
}
.bs-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.help-center .welcome-help {
    background: url('/Assets/helpcenter/welcome-banner.webp') no-repeat center center;
    background-size: cover;
    margin-bottom: 48px;
    background-color: #000;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-help-sub {
    margin: 0 auto;
    text-align: center;
}
.welcome-help h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'DINOT', sans-serif;
}
.welcome-help p {
    font-size: 24px;
    line-height: 26.4px !important;
    color: #fff;
    margin-bottom: 32px;
}
.welcome-help .h-search {
    background: #fff;
    padding: 4px;
    min-width: 1296px;
    border-radius: 12px;
}
.welcome-help .s-box {
    width: calc(100% - 212px);
    border: none;
    padding: 0;
    outline: none;
}
.welcome-help img {
    margin: 0 24px;
}
.welcome-help input {
    font-size: 20px;
    line-height: 22px;
    color: #444;
}
.welcome-help button {
    width: 156px;
    height: 56px;
    padding: 18px 0;
    border-radius: 8px;
    background: #488B91;
    color: #fff;
    border: none;
}
.h-resources {
    padding: 24px;
    background: #fff;
    margin-bottom: 48px;
}
.h-resources .h-main-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #12022F;
    margin-bottom: 24px;
}
.h-res-block {
    border: 1px solid #00000033;
    border-radius: 5px;
    padding: 35px 20px;
    width: 305px;
    flex: 1 1 calc(25% - 24px);
    max-width: calc(25% - 24px);
}
.h-res-block .h-res-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 36px;
    color: #000;
}
.h-res-block p {
    font-size: 20px;
    line-height: 25.76px !important;
    color: #00000080;
    margin-top: 26px;
}
.h-info-block .h-horiz-flex {
    gap: 24px;
}
.h-info-block .h-res-title {
    margin-bottom: 22px;
}
.h-info-block .hc-flex {
    gap: 28px;
}
.h-info-block .h-sub-info {
    font-size: 20px;
    line-height: 25.76px;
}
.h-info-block .h-sub-info a{
    color: #000;
}
@media (max-width: 1280px) {
    .h-res-block {
        flex: 1 1 calc(50% - 24px);
        max-width: calc(50% - 24px);
    }
}
@media screen and (max-width: 1296px) {
    .welcome-help .h-search {
        min-width: unset;
        max-width: 98%;
    }
}
@media (max-width: 540px) {
    .hc-flex.flex-col {
        flex-direction: column;
    }
    .help-center .welcome-help {
        padding: 40px 10px;
    }
    .welcome-help h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    .welcome-help p {
        font-size: 20px;
        line-height: 1.4 !important;
    }
    .welcome-help .s-box {
        width: calc(100% - 124px);
    }
    .welcome-help input {
        font-size: 14px;
    }
    .welcome-help img {
        margin: 0 10px;
    }
    .welcome-help button {
        width: 80px;
    }
    .h-res-block {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .welcome-help h1 {
        font-size: 30px;
        line-height: 1.3;
    }
}

/*Tutorials*/
@media (min-width: 1200px) {
    .h-tutorials.container {
        max-width: 1342px !important;
    }
}
.h-tutorials.container {
    padding: 14px 48px 30px !important;
}
.h-tutorials {
    background: #fff;
    margin-bottom: 48px;
}
.ht-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #DEDEDD;
    margin-bottom: 32px;
}
.ht-title {
    font-size: 40px;
    line-height: 40px;
    color: #12022F;
}
.ht-header-right {
    display: flex;
    gap: 12px;
}
.ht-header-inp .form-group {
    width: 350px;
    margin-bottom: 0;
}
.ht-header-inp .input-group-addon {
    padding: 24px 21px 24px 26px;
    border-width: 1px;
    border-color: #EFEFEF;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ht-header-inp input {
    padding: 24px 21px 24px 0;
    height: 71px;
    border-left: none;
}
.ht-header-inp input, .ht-header-inp select {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #333 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-color: #EFEFEF !important;
}
.ht-header-inp select {
    background-color: #EDEDED;
    height: 71px;
    width: 343px;
    background-image: url(/Assets/helpcenter/select-arrow.png);
    background-position: right 15px center;
    background-size: auto;
    padding-right: 35px;
    padding-left: 26px;
}
.ht-header-inp input:focus, .ht-header-inp input:hover,.ht-header-inp select:focus, .ht-header-inp select:hover {
    outline: none;
    border-color: #EFEFEF;
}
.ht-f-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -2.5px;
    margin-bottom: 32px;
    color: #000;
}
.ht-f-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}
.ht-f-rposts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ht-f-rel {
    position: relative;
}
.ht-f-post-content {
    position: absolute;
    bottom: 0;
    min-height: 302px;
    width: 566px;
    padding: 21px 16px 35px 52px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 52px 50px 0px #0000000D;
}
.ts-body-right .s-tut-tags, .ht-f-post-content .ht-f-tags, .ht-f-post-sec-content .ht-f-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.ht-f-post-content .ht-f-tags, .ht-f-post-sec-content .ht-f-tags {
    justify-content: flex-end;
}
.ht-f-tags span {
    font-size: 18px;
    line-height: 23.18px;
    letter-spacing: 0.04em;
    border-radius: 4px;
    background: #767581;
    text-transform: uppercase;
}
.ht-f-tags span:first-of-type {
    background: #000;
}
.ht-f-tags span a, .h-related-posts span {
    color: #fff !important;
    padding: 1px 15px;
}
.ht-f-post-title {
    font-size: 36px;
    line-height: 46.37px;
    color: #000;
    margin: 19px 0 17px;
}
.ht-f-post-time {
    display: flex;
    align-items: center;
    gap: 13px;
}
.ht-f-post-link {
    margin-top: 33px;
}
.ht-f-post-link a {
    color: #529094 !important;
    font-size: 24px;
    line-height: 30.91px;
    margin-right: 18px;
}
.img-fit {
    object-fit: cover;
}
.ht-f-post-sec-content .ht-f-tags, .h-related-posts .ht-f-tags {
    position: absolute;
    top: 15px;
    right: 24px;
    z-index: 1;
}
.ht-f-post-sec-content .ht-f-tags {
    left: 24px;
}
.ht-f-rposts .ht-f-rel:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 255px;
    background: linear-gradient(358.29deg, #000000 -1.84%, rgba(0, 0, 0, 0) 98.64%);
}
.ht-f-post-sec-content .ht-f-post-title {
    position: absolute;
    bottom: 88px;
    left: 39px;
    z-index: 1;
    font-size: 30px;
    line-height: 38.64px;
    color: #fff;
    max-width: 385px;
}
.ht-f-post-sec-content .ht-f-post-time {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
    left: 39px;
    bottom: 28px;
    width: calc(100% - 63px);
    color: #fff;
    z-index: 1;
}
.ht-sec-time {
    display: flex;
    align-items: baseline;
    gap: 13px;
}
.ht-sec-time span {
    font-size: 20px;
    line-height: 25.76px;
}
.ht-f-post-sec-content .ht-f-post-link a {
    padding: 8px 16px;
}
.ht-f-post-sec-content .ht-f-post-link a {
    color: #F3F3F3 !important;
    margin-right: 0;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 25.76px;
}

@media (max-width: 1370px) {
    .ht-f-lposts, .ht-f-rposts {
        width: calc(50% - 20px);
    }
    .ht-f-lposts .img-fit, .ht-f-rposts .img-fit {
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .ht-f-lposts, .ht-f-rposts {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .h-tutorials.container {
        padding: 14px 24px 30px !important;
    }
    .ht-header {
        flex-direction: column;
        align-items: start;
    }
    .ht-header-right {
        margin-top: 15px;
    }
    .ht-header-right, .ht-header-inp .form-group, .ht-header-inp select {
        width: 100%;
    }
    .ht-head-select {
        width: 343px;
    }
}

@media (max-width: 480px) {
    .ht-header-right {
        flex-direction: column;
    }
    .ht-head-select {
        width: 100%;
    }
}

.ts-body {
    margin-top: 42px;
}
.ts-body .ts-category {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.ts-body .ts-options:not(:last-of-type) {
    padding-bottom: 31px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 24px;
}
.ts-single-option {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.ts-single-option .ts-input-check {
    margin-top: 0 !important;
    margin-right: 8px !important;
}
.ts-single-option label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400 !important;
    margin-bottom: 0;
}
.ts-body-filters {
    width: 100%;
    margin-top: 10px;
}
.ts-body-left .see-more {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #3E7A84;
    margin-top: 19px;
    cursor: pointer;
}
.ts-body-left .see-more img {
    margin-left: 3px;
}
.ts-body-right .sort-results {
    display: flex;
    gap: 32px;
    align-items: center;
}
.ts-body-right .ts-results {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #646466;
}
.ts-body-right .sort-results .sort-sect {
    display: flex;
    gap: 8px;
    align-items: center;
}
.ts-body-right .sort-results .sort-label {
    width: 100%;
    color: #646466;
    margin-bottom: 0;
}
.ts-body-right .sort-results select {
    min-width: 102px;
    height: 42px;
}
.ts-body-right .tutorials-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 17px;
}
.ts-body-right .single-tutorial {
    border: 1px solid #E5E5E5;
    flex: 1 1 calc(33.3% - 17px);
    max-width: 33%;
}
.ts-body-right .single-tutorial-content {
    padding: 20px;
}
.ts-body-right .single-tutorial-image {
    max-height: 172px;
    width: 100%;
    object-fit: fill;
}

.ts-body-right .s-tut-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 21.78px;
    color: #333;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.ts-body-right .s-tut-tags span {
    background: #84848433;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    color: #002025;
    border-radius: 3px;
}
.ts-body-right .s-tut-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
}
.ts-body-right .s-tut-meta .meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.ts-body-right .s-tut-meta .meta img {
    margin-right: 6px;
}
.h-tutorials-paging {
    margin-top: 36px;
}
.h-tutorials-paging .pagination {
    float: left;
}
.h-tutorials-paging .pagination > li > a {
    border: 1px solid #EAE9F2;
    color: #19191B;
    font-weight: 400;
    border-radius: 5px;
}
.h-tutorials-paging .pagination > li.active > a {
    background: #3E7A84;
    border-color: #3E7A84;
    color: #fff;
}
@media screen and (min-width: 601px) and (max-width: 1340px) {
    .ts-body-right .single-tutorial {
        flex: 1 1 calc(50% - 17px);
        max-width: calc(50% - 8.5px);
    }
}

@media screen and (max-width: 600px) {
    .ht-f-post-content {
        width: 100%;
        position: relative;
        padding-left: 21px;
    }
    .ht-f-post-sec-content .ht-f-post-title, .ht-f-post-sec-content .ht-f-post-time {
        left: 20px;
    }
    .ht-f-post-title, .ht-f-post-sec-content .ht-f-post-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .ht-f-tags span, .ht-sec-time span  {
        font-size: 14px;
        line-height: 1.4;
    }
    .ts-body-right .single-tutorial {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 450px) {
    .ts-body-right .sort-results {
        gap: 10px;
    }
}

/*Single Posts*/
.h-spost.container {
    padding: 30px 162px !important;
}
.h-spost-info ul, .h-spost-info li {
    padding: 0 !important;
}
.h-spost-info li a {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 400;
    background: #EBEBEB;
    padding: 2px 7px;
    border-radius: 4px;
}
.h-spost-info li:not(:last-child) {
    margin-right: 13px;
}
.h-spost-info h1 {
    font-size: 48px;
    line-height: 1;
    color: #000;
    margin: 7px 0;
    font-weight: 400;
    font-family: DINOT, sans-serif;
}
.h-spost-info .h-spost-meta {
    margin-top: 32px;
}
.h-spost-info .h-spost-meta ul {
    padding-left: 0;
}
.h-spost-info .h-spost-meta li {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.66px;
    color: #696871;
    margin: 0;
    padding: 0;
}
.h-spost-info .h-spost-meta .bullet-sep {
    margin: 0 10px;
}
.h-spost-thumbnail, .h-spost-image {
    margin: 32px auto;
}
.h-spost p {
    font-size: 21px !important;
    line-height: 39px !important;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: -.66px;
}
.h-spost h2, .h-spost h3 {
    font-size: 36px !important;
    line-height: 39px !important;
    letter-spacing: -0.65px !important;
    color: #000 !important;
    margin-top: 36px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
    font-family: 'DINOT', sans-serif !important;
}
.h-spost h3 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 12px !important;
}
.h-spost h4 {
    margin-top: 36px !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.65px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
#table-of-contents h3 {
    font-size: 21px !important;
    line-height: 30px !important;
}
#table-of-contents h3::before {
    content: "";
    border-color: transparent #2e7577;
    border-style: solid;
    border-width: .45em 0 .45em .75em;
    display: block;
    height: 0;
    width: 0;
    left: 0;
    top: 6px;
    position: absolute;
    background-color: transparent;
    transform: none;
}
#table-of-contents h3 a {
    text-decoration: none !important;
    top: 0;
}
.h-spost ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.h-spost ol li, .h-spost ul li {
    font-size: 21px;
    line-height: 39px;
    letter-spacing: -0.65px;
    color: #000;
}
.h-spost ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
}
.h-spost ul li {
    margin-bottom: 0px;
    list-style: disc;
}
.h-spost ul p, .h-spost ol p {
    color: #000;
    margin-bottom: 0;
}
.h-related-posts {
    max-width: 1138px !important;
    margin: 80px auto 94px;
}
.h-related-head {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.65px;
}
.h-related-posts .tutorials-list {
    margin-top: 52px;
    gap: 29px;
}
.h-related-posts .single-tutorial {
    flex: 1 1 calc(33.3% - 29px);
    border: none;
    position: relative;
}
.h-related-posts .single-tutorial-content {
    background: #fff;
    box-shadow: 0px 52px 50px 0px #0000000D;
}
.h-related-posts .s-tut-title {
    font-size: 28px;
    line-height: 36px;
}
.h-read-more-link {
    color: #868686 !important;
    margin-right: 0;
    border: 1px solid #868686;
    font-size: 20px;
    line-height: 25.76px;
    padding: 6px 11px;
}
.h-webpage-head.container {
    margin-bottom: -32px !important;
    padding-bottom: 0 !important;
}
.h-spost a:not(.cta1-btn):not(.gen-page-banner-button):not(.clean-link) {
    display: inline-block;
    position: relative;
    color: #2e7577 !important;
    overflow: hidden;
    top: 5px;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: -1px;
    text-decoration: 2px underline !important;
    font-weight: 500;
}
.h-spost iframe {
    margin: 30px auto !important;
    display: block;
}

.h-spost .tiktok-embed, .h-spost .instagram-media, .h-spost .instagram-media-registered {
    margin: 30px auto !important;
    display: block;
    width: auto !important;
}

.h-spost blockquote.tiktok-embed, .h-spost blockquote.instagram-media, .h-spost blockquote.instagram-media-registered {
    border: none !important;
}

@media screen and (min-width: 481px) and (max-width: 1340px) {
    .h-related-posts .single-tutorial {
        max-width: calc(50% - 14.5px);
    }
}
@media screen and (max-width: 1024px) {
    .h-spost.container {
        padding: 30px !important;
    }
    .h-webpage-head.container {
        margin-bottom: -62px !important;
    }
    .h-spost-info h1 {
        font-size: 36px;
    }
    .h-spost h2 {
        font-size: 30px !important;
        line-height: 1.3 !important;
    }
    .h-spost h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
}
@media screen and (max-width: 768px) {
    .h-related-posts .single-tutorial {
        flex: 1 1 calc(50% - 29px);
    }
    .h-read-more-link {
        font-size: 14px;
        line-height: 19.76px;
    }
    .h-spost ol li, .h-spost ul li {
        font-size: 18px;
        line-height: 1.4;
        text-align: left;
        margin-top: 10px;
    }
}
@media screen and (max-width: 540px) {
    .h-webpage-head .h-spost-info li {
        margin-bottom: 0;
        line-height: 1.3;
    }
    .h-webpage-head .h-spost-info li a, .h-spost-info .h-spost-meta li {
        font-size: 15px;
    }
    .h-webpage-head .h-spost-info li a {
        margin-top: 5px;
    }
    .h-spost-info h1 {
        font-size: 30px;
    }
    .h-spost h3 {
        font-size: 21px !important;
    }
    .h-spost h2 {
        font-size: 26px !important;
    }
    .h-spost p {
        font-size: 18px !important;
        line-height: 32px !important;
    }
    .h-spost a {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .h-related-posts .single-tutorial {
        flex: 1 1 calc(100% - 29px);
    }
}

/*Fix follow us content youtube widget in resource center pages*/
.helpcenter-video-widget .owl-tuts {
    border: none;
}

/*Single video page*/
.h-video-post iframe {
    width: 100%;
    min-height: 60vh;
}
@media screen and (max-width: 540px) {
    .h-video-post iframe {
        min-height: auto;
    }
}

/*Protip section styles*/
.pro-tips {
    background-color: #f1f2f3;
    padding: 16px;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: #0000001a 0px 4px 15px -9px, #0000002b 0px 10px 20px -2px;
    color: #333;
}
.pro-tips img {
    text-align: center;
    padding-bottom: 0;
    display: block;
    margin: 0 auto 15px;
}
.pro-tips p {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3 !important;
}

/*Helpcenter table styles*/
.h-spost table {
    width: 100%;
    margin: 10px 0;
}
.h-spost table tr:nth-child(odd) td {
    background-color: #488B911A  !important;
}
.h-spost table th, .h-spost tbody tr:first-of-type td {
    font-weight: 500;
    background-color: #488B91 !important;
    color: #fff !important;
}
.h-spost table tr:nth-child(even) td {
    background-color: #488b9163  !important;
}
.h-spost table th p, .h-spost tbody tr:first-of-type td p {
    color: #fff !important;
}
.h-spost table th, .h-spost table td {
    padding: 5px 10px;
    vertical-align: top;
}
.h-spost table tr:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.h-spost table td:not(:last-child) {
    border: 1px solid #fff;
}
.h-spost tbody tr:first-child td {
    border-top: none;
}
.h-spost tbody tr:last-child td {
    border-bottom: none;
}
.h-spost table th p, .h-spost table td p {
    margin: 0;
}
.h-spost table th, .h-spost table th p, .h-spost table td, .h-spost table td p {
    font-size: 18px;
    text-align: left;
    line-height: 1.3 !important;
}

@media screen and (max-width: 767px) {
    .h-spost table th, .h-spost table th p, .h-spost table td, .h-spost table td p {
        font-size: 15px;
    }
    .h-spost table tr {
        display: table-row !important;
    }
    .h-spost table td {
        display: table-cell !important;
    }
}

/*Table of Contents*/
.h-table-contents {
    position: relative;
    display: none;
}
.h-table-float {
    position: fixed;
    top: 30%;
    z-index: 10;
    left: 0;
}
.h-table-float:hover {
    cursor: pointer;
}
.h-table-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #333;
}
.h-table-desc {
    padding: 20px;
    background: #fff;
    border: 1px solid #8BD2D9;
    box-shadow: 0px 3.13px 35.16px 0px #00000014;
    width: 430px;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 10;
    display: none;
}
.h-table-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 39px;
}
#toc-container {
    max-height: 480px;
    overflow-y: auto;
    margin-left: -18px;
    margin-bottom: 0;
}
.h-table-desc li {
    margin-bottom: 10px;
}
.h-table-desc li a {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #58585a;
}
.h-table-desc li.active a {
    font-weight: 700;
    color: #2E7577;
    position: relative;
}
.h-table-desc li::marker {
    color: #2E7577;
    font-weight: 700;
    font-size: 17px;
}
.h-table-close {
    position: relative;
}
#h-table-image-close {
    position: absolute;
    top: -21px;
    right: -77px;
    z-index: 11;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .h-table-desc {
        width: 83vw;
        padding: 15px;
    }
    .h-table-float, .h-table-desc {
        top: 15%;
    }
    #h-table-image-close {
        top: -17px;
        right: -72px;
    }
    .h-table-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .h-table-desc li a, .h-table-desc li::marker {
        font-size: 15px;
    }
}
.cta-block1 {
    padding: 20px;
    background: #488B911A;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.cta1-head {
    font-size: 26px;
    line-height: 1.4;
    color: #000;
    letter-spacing: -.66px;
    font-weight: 500;
}
.cta1-btn {
    font-size: 20px;
    line-height: 1.4;
    display: block;
    letter-spacing: -1px;
    font-weight: 500;
    border: 1px solid #ccc;
    max-width: 390px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #333;
    color: #fff !important;
    text-align: center;
}
.blog-author {
    padding: 20px 10px;
    border: 1px solid #DEDEDD;
    margin-top: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.author-name {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    font-family: 'DINOT', sans-serif;
}
.author-intro {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    margin: 10px 0;
}
.author-img {
    border-radius: 50%;
}
.author-link {
    background: transparent !important;
    text-decoration: none !important;
}
.normal-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    border-radius: 10px;
}
.float-right-img, .float-left-img {
    border-radius: 5px;
    max-width: 100%;
}
.float-right-img {
    margin-left: 10px;
    float: right;
}
.float-left-img {
    margin-right: 10px;
    float: left;
}
@media screen and (max-width: 767px) {
    .author-name {
        margin-top: 20px;
    }
    .float-right-img, .float-left-img {
        margin: 10px;
    }
}
@media screen and (max-width: 600px) {
    .cta1-head {
        font-size: 21px;
    }
}
.author-social ul {
    margin-bottom: 0;
}
.gen-cta-style3 {
    background: linear-gradient(135deg, #0D1B1C 0%, #54A7B0 100%);
    padding: 24px;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
}
.gen-cta-style3 .primary-line {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 12px;
}
.gen-cta-style3 .secondary-line {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
.gen-cta-style3 .cta-btn {
    margin-top: 24px;
}
.gen-cta-style3 .cta-btn a {
    color: #488B91;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 250px;
    display: inline-block;
    text-decoration: none !important;
    letter-spacing: unset !important;
}
@media (max-width: 600px) {
    .gen-cta-style3 .cta-btn a {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 14px;
    }
}
.ai-summary-card-wrapper {
    position: relative;
    width: 100%;
    padding-top: 16px;
}

.ai-summary-card {
    width: 100%;
    border-radius: 12px;
    box-shadow: 3px 5px 6px 0px rgba(149,149,149,0.28);
    border: 1px solid #f1f5f9;
    padding: 24px;
    padding-top: 32px;
    background: #f7f7f7;
}

.ai-summary-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
}

.ai-summary-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.65px;
    color: #000;
    margin: 0;
}

.ai-summary-subtitle {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background-color: #2e7577;
    border-radius: 20px;
    padding: 4px 14px;
    white-space: nowrap;
    z-index: 1;
    line-height: 2;
}

.ai-summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.ai-summary-item:last-child {
    margin-bottom: 0;
}

.ai-item-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    display: flex;
    gap: 6px;
}

.ai-item-label {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    width: 150px;
    flex-shrink: 0;
}

.ai-item-desc li {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    text-align: initial;
    margin-top: 5px;
}

@media screen and (max-width: 600px) {
    .ai-summary-title {
        font-size: 24px;
        line-height: 30px;
    }

    .ai-item-label {
        width: 100%;
    }

    .ai-item-desc {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .pro-tips .d-flex {
        flex-direction: column;
    }
}
/*Case study*/
.h-case-study.container {
    padding: 30px 60px !important;
    margin-top: 48px;
}
.gen-page-banner-sec {
    background-size: cover !important;
    padding: 45px 65px;
    margin-bottom: 48px;
    background-color: #000;
    border-radius: 10px;
}
.gen-page-banner-h {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
.gen-page-banner-desc {
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
.gen-page-banner-button {
    border: 3px solid #07BAD080;
    margin-top: 25px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.98px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    padding: 16px 0;
    display: inline-block;
}
.gen-snippet-head {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}
.gen-snippet-desc {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.hs-overview {
    background-color: #07BAD0;
    padding: 9px 18px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    max-width: fit-content;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #000;
    margin-top: 50px;
    font-weight: 500;
}
.h-case-study h1 {
    font-size: 44px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    font-family: DINOT, sans-serif;
    margin: 20px 0;
}
.snippet {
    padding: 60px;
    box-shadow: 14px -4px 43px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    border-bottom: 3px solid #07BAD0;
    margin: 30px 0;
}
.gen-gap {
    margin: 30px 0;
}
.owl-testimonials {
    text-align: center;
    margin-top: 30px;
    font-family: Inter, sans-serif;
}
.testimonial-title {
    font-size: 24px;
    line-height: 120%;
    color: #000;
    margin: 20px 0;
    font-weight: 500;
}
.testimonial-desc {
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}
.testimonial-author {
    margin-top: 20px;
    color: #206066;
    line-height: 1.4;
}
.testimonial-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.owl-carousel img {
    width: auto !important;
}
.owl-cs-clients .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.owl-cs-clients .owl-item img {
    object-fit: contain;
    max-height: 100px;
}
@media screen and (max-width: 1024px) {
    .h-case-study .gen-page-banner-sec {
        padding: 30px 15px;
    }
    .gen-page-banner-h {
        font-size: 24px;
    }
    .gen-page-banner-desc {
        font-size: 17px;
    }
    .gen-page-banner-button {
        width: 240px;
    }
    .snippet {
        padding: 30px;
    }
    .gen-snippet-head {
        font-size: 26px;
    }
    .gen-snippet-desc {
        font-size: 18px;
    }
    .h-case-study h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 576px) {
    .h-case-study.container {
        padding: 20px !important;
    }
    .testimonial-title {
        font-size: 20px;
    }
    .testimonial-desc {
        font-size: 15px;
    }
}