body {
    background: linear-gradient(180deg, #DBECFF 0%, #FFFFFF 1500px);
}

body.home {
    background: linear-gradient(180deg, #DBECFF 0%, #FFFFFF 37%);
}

.d-header-main {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.5s;
    z-index: 999;
    /* background-color: #DBECFF; */
}

.d-header-main.active {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.d-header-gap {
    width: 100%;
    height: 64px;
}

.d-header-main .container .d-logo {
    width: 150px;
    height: auto;
    margin-top: 5px;
    z-index: 9999;
}

.d-header-main .container {
    width: 1496px;
    height: 64px;
    max-width: 100%;
    padding: 0px 52px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-header-main .container .d-menu-desk .d-menu {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .menu-item {
    position: relative;
    padding: 10px 24px;
    cursor: pointer;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .menu-item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .menu-item .main-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-menu-desk .d-menu .menu-item:hover .main-menu-item>a {
    font-weight: 700 !important;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .menu-item .main-menu-item .main-menu-item-icon {
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.d-menu-desk .d-menu .menu-item:hover .main-menu-item>svg {
    transform: rotateZ(180deg);
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu ul {
    list-style: none;
    padding: 5px 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 22px;
    overflow: hidden;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu ul.sub-menu-resources {
    padding-bottom: 0;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item {
    padding: 10px 20px;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item:hover {
    background-color: #f7f7f7;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item.d-support {
    background-color: #eeeeee;
}

.d-menu-desk .d-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 340px;
    height: 0;
    -webkit-transition: all .25s ease-in-out, top .7s ease-in-out;
    transition: all .25s ease-in-out, top .7s ease-in-out;
    overflow: hidden;
}

.d-menu-desk .d-menu .menu-item:hover .sub-menu {
    overflow: unset;
    height: 100px;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item .main-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 8px;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item .sub-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0px;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support .d-btn-support {
    width: 113px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-header-main .container .d-menu-desk .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support .d-btn-support:hover {
    opacity: 0.7;
}


.d-header-main .container .d-menu-desk .d-menu .btn-developer-center {
    height: 40px;
    width: 156px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.d-header-main .container .d-menu-desk .d-menu .btn-developer-center:hover {
    opacity: 0.7;
}




/* Start CSS d-menu-mobile */

.d-header-main .container .d-menu-mobile .d-menu {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item {
    position: relative;
    padding: 10px 24px;
    cursor: pointer;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item .main-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-menu-mobile .d-menu .menu-item:hover .main-menu-item>a {
    font-weight: 700 !important;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item .main-menu-item .main-menu-item-icon {
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu ul {
    list-style: none;
    padding: 5px 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 22px;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item {
    padding: 10px 20px;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item:hover {
    background-color: #dbdbdb;
    border-radius: 5px;
}

.d-menu-mobile .d-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 340px;
    height: 0;
    -webkit-transition: all .25s ease-in-out, top .7s ease-in-out;
    transition: all .25s ease-in-out, top .7s ease-in-out;
    overflow: hidden;
}



.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item .main-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 8px;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item .sub-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0px;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support .d-btn-support {
    width: 113px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu .sub-menu-item .d-support .d-btn-support:hover {
    opacity: 0.7;
}


.d-header-main .container .d-menu-mobile .d-menu .btn-developer-center {
    height: 40px;
    width: 156px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.d-header-main .container .d-menu-mobile .d-menu .btn-developer-center:hover {
    opacity: 0.7;
}

.d-menu-mobile .d-menu .sub-menu {
    position: unset;
    width: 100%;
    height: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.d-menu-mobile .d-menu .menu-item:hover .sub-menu {
    /* height: auto;
    overflow: unset; */
}

.d-menu-mobile .d-menu .menu-item:hover .main-menu-item>svg {
    /* transform: rotateZ(180deg); */
}

/* End CSS d-menu-mobile */

.d-icon-hamburger {
    display: none;
    z-index: 9999;
    cursor: pointer;
}

.d-menu-mobile {
    position: fixed;
    background-color: #F6F9FD;
    width: 0;
    height: 0;
    top: -100px;
    right: -3000px;
    z-index: 8888;
    padding: 66px 52px 0px 52px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.d-menu-mobile.active {
    right: 0px;
}

.d-header-main .container .d-menu-mobile .d-menu {
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 6px 0;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list {
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: flex-start;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item {
    padding: 10px 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.d-header-main .container .d-menu-mobile .d-nav__list .menu-item .main-menu-item {
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu ul {
    padding: 0;
    background-color: #efefef;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-top: 10px;
}



.d-header-main .container .d-menu-mobile .d-menu .btn-developer-center {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1280px) {
    .d-header-main .container .d-menu-desk .d-menu .d-nav__list .menu-item {
        padding: 10px 15px;
    }

    .d-header-main .container .d-menu-mobile .d-menu .d-nav__list .menu-item {}
}

@media (max-width: 1190px) {
    .d-header-main .container .d-menu-desk {
        display: none;
    }

    .d-icon-hamburger {
        display: block;
    }

    .d-header-main .container {
        flex-wrap: wrap;
    }

    .d-menu-mobile {
        width: 100%;
        height: 100%;
        top: 0;
        overflow: scroll;
        padding: 66px 8px 0px 8px;
    }

    .d-custom-logo {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px 52px;
        z-index: 10000;
    }

    .d-custom-logo.opened {
        background-color: #F6F9FD;
    }

    .d-header-main .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .d-custom-logo {
        padding: 0px 24px;
    }

    .d-menu-mobile .d-menu .sub-menu {
        padding: 0 21px;
    }

    .d-header-main .container .d-menu-mobile .d-menu .d-nav__list .sub-menu ul {
        background-color: rgba(237, 237, 238, 0.32) !important;
        border-radius: 6px;
    }
}

/* SEARCH FORM */
.d-search-blog {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.d-search-blog .d-search-blog-form {
    width: 645px;
    height: auto;
}

.d-search-blog .d-search-blog-form h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
}

.d-search-blog .d-search-blog-form h6 {
    font-family: SamsungOne-Normal;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
}

.d-search-blog .d-custom-search-form .d-search-input {
    width: 100%;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #757575;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 24px;
}

.d-search-blog .d-custom-search-form form {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 33px;
}

.d-custom-search-form .d-search-submit {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
}

.d-custom-search-form .d-search-submit:hover {
    background-color: transparent;
    opacity: 0.7;
}

.d-custom-search-form .d-search-submit:focus {
    outline: none;
    background-color: transparent;
}

.d-search-blog .d-search-form-line {
    width: 100%;
    height: 1px;
    background-color: #aaa;
    margin: 32px 0;
}

.d-search-blog .d-tag-section {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 24px;
}

.d-search-blog .d-tag-section h5 {
    min-width: 80px;
    width: 80px;
    font-family: SamsungOne-Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    margin-top: 6px;
}

.d-search-blog .d-tag-section a {
    font-family: SamsungOne-Normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.30);
}

.d-search-blog .d-tag-section a.active {
    border: 1px solid #008DF7;
    font-weight: 700;
}

.d-search-blog .d-tag-section a:hover {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
}

.d-search-blog .d-tag-section .d-tag-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.d-search-blog .d-search-blog-img {
    display: flex;
    width: 643px;
    height: auto;
    margin-top: 40px;
    align-items: flex-end;
}

.d-search-blog .d-search-blog-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1400px) {
    .d-search-blog .d-search-blog-form {
        width: 575px;
        height: auto;
    }

    .d-search-blog .d-search-blog-img {
        width: 575px;
        height: auto;
    }
}

@media (max-width: 1275px) {
    .d-search-blog .d-search-blog-form {
        width: 503px;
    }

    .d-search-blog .d-search-blog-img {
        width: 503px;
    }
}

@media (max-width: 1120px) {
    .d-search-blog .d-search-blog-form {
        padding-right: 15px;
    }

    .d-search-blog .d-search-blog-img {
        padding-left: 15px;
    }
}

.d-search-blog .d-search-blog-tags {
    display: none;
}

@media (max-width: 1024px) {
    .d-search-blog {
        flex-wrap: wrap;
    }

    .d-search-blog .d-search-blog-form {
        max-width: 648px;
        width: 100%;
        padding-right: 0px;
        margin: auto;
        text-align: center;
    }

    .d-search-blog .d-search-blog-form .d-search-form-line,
    .d-search-blog .d-search-blog-form .d-tag-section {
        display: none;
    }

    .d-search-blog .d-search-blog-tags {
        display: flex;
        width: 50%;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-top: 59px;
    }

    .d-search-blog .d-tag-section {
        margin-bottom: 0;
    }

    .d-search-blog .d-search-blog-img {
        width: 47.2%;
        padding-left: 0px;
        margin-top: 46px;

    }

}

@media (max-width: 767px) {
    .d-search-blog .d-search-blog-form h1 {
        font-size: 36px;
    }

    .d-search-blog .d-search-blog-form h6 {
        font-size: 14px;
    }

    .d-search-blog .d-search-blog-tags {
        width: 100%;
    }

    .d-search-blog .d-tag-section {
        margin-bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .d-search-blog .d-tag-section .d-tag-list {
        justify-content: center;
        max-width: 500px;
    }

    .d-search-blog .d-search-blog-img {
        max-width: 643px;
        width: 100%;
        padding-left: 0px;
        margin: auto;
        margin-top: 46px;
    }

    .d-search-blog .d-custom-search-form .d-search-input {
        font-size: 14px;
        padding: 8px 16px;
    }

    .d-search-blog .d-search-blog-tags {
        margin-top: 32px;
    }

    .d-search-blog .d-search-blog-img {
        margin-top: 38px;
    }

    .d-search-blog .d-tag-section h5 {
        width: 100%;
        text-align: center;
    }

    .d-custom-search-form .d-search-submit {
        right: 11px;
    }
}

/* END SEARCH FORM */


/* SMARTTHINGS BLOG CATEGORY */
.d-categories-list {
    display: flex;
    flex-direction: row;
}

.d-categories-list .d-categories-content {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cfe5ff;
}

.d-categories-list .d-categories-content.active {
    background-color: rgba(104, 174, 255, 0.4);
}

.d-categories-list .d-categories-content a {
    text-align: center;
    height: 100%;
    padding: 35px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.d-categories-list .d-categories-content a:hover {
    opacity: 0.7;
}

.d-categories-list .d-categories-content p {
    font-family: "SamsungSharpSans-Bold";
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    line-height: 133%;
    margin-top: 10px;
    margin-bottom: 0px;
}

.d-categories-dropdown {
    display: none;
}

@media (max-width: 1024px) {
    .d-categories-list .d-categories-content {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .d-categories-list {
        flex-direction: column;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .d-categories-list.opened {
        height: 280px;
        gap: 0px;
        padding: 0;
    }

    .d-categories-list .d-categories-content {
        width: 100%;
        height: 55px;
        transition: all 0.3s;
        opacity: 0;
        justify-content: flex-start;
    }

    .d-categories-list.opened .d-categories-content {
        opacity: 1;
        background-color: rgba(104, 174, 255, 0.16);
        border-radius: 0px;
        padding: 28px 24px;
    }

    .d-categories-list.opened .d-categories-content.active {
        background-color: rgba(104, 174, 255, 0.4);
    }

    .d-categories-list .d-categories-content a {
        flex-direction: row;
        padding: 0px;
        justify-content: start;
        width: 100%;
        height: auto;
    }

    .d-categories-list .d-categories-content img {
        width: 28px;
        height: 28px;
    }

    .d-categories-list .d-categories-content p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .d-categories-dropdown {
        width: 100%;
        height: 72px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 5px 24px;
        background-color: rgba(104, 174, 255, 0.16);
    }

    .d-categories-dropdown .d-categories-dropdown-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .d-categories-dropdown .d-categories-dropdown-text p {
        font-family: "SamsungSharpSans-Bold";
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        line-height: 133%;
        margin-bottom: 0;
        margin-left: 21px;
    }

    .d-categories-dropdown .d-categories-dropdown-icon {
        margin-bottom: 0;
        transition: all 0.5s ease;
        padding: 15px 0px 15px 15px;
    }

    .d-categories-dropdown .d-categories-dropdown-icon svg {
        transition: all 0.5s ease;
    }

    .d-categories-dropdown.opened .d-categories-dropdown-icon svg {
        transform: rotateZ(180deg);
    }

}

/* END SMARTTHINGS BLOG CATEGORY */


/* Featured Stories */
#feature-posts {
    width: 100%;
    height: auto;
}

#feature-posts .feature-posts-heading {
    width: 100%;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 5px;
}

#feature-posts .feature-posts-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
    gap: 30px;
}

#feature-posts .feature-posts-list .feature-posts-first,
#feature-posts .feature-posts-list .feature-posts-second {
    max-width: 644px;
    width: 50%;
    height: auto;
}

#feature-posts .feature-posts-list .feature-posts-first .feature-posts-image {
    max-width: 644px;
    width: 100%;
    height: 362px;
    margin-bottom: 24px;
	border-radius: 6px;
}

#feature-posts .feature-posts-list .feature-posts-first .feature-posts-image img {
    width: 100%;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-category {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: -1px;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-category-name {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-category-name:hover {
    opacity: 0.7;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-updated {
    font-family: "SamsungOne-Normal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    color: #000000;
    margin-left: 24px;
    position: relative;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-updated::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
    top: 7px;
    left: -12px;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-text .post-title {
    font-family: "SamsungOne-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 4px;
}

#feature-posts .feature-posts-list .feature-posts-item .feature-posts-text .post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "SamsungOne-Normal";
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    max-height: 96px;
    margin-bottom: 15px;
}

#feature-posts .feature-posts-list .feature-posts-item .post-read-more {
    font-family: "SamsungOne-Normal";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
    position: relative;
}

#feature-posts .feature-posts-list .feature-posts-item .post-read-more:hover::after {
    -webkit-animation: animation-read-more 0.2s both;
    animation: animation-read-more 0.2s both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#feature-posts .feature-posts-list .feature-posts-item .post-read-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0px;
    bottom: -2px;
}

@-webkit-keyframes animation-read-more {
    from {
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes animation-read-more {
    from {
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    to {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#feature-posts .feature-posts-list .feature-posts-item {
    padding-bottom: 45px;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-item {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 41px;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-item:last-child {
    border-bottom: 0px solid #aaaaaa;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-image {
    width: 240px;
    height: 135px;
	border-radius: 6px;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#feature-posts .feature-posts-list .feature-posts-second .feature-posts-content {
    width: 380px;
    height: auto;
}

#feature-posts .feature-posts-list .feature-posts-image {
    overflow: hidden;
}

#feature-posts .feature-posts-list .feature-posts-image img {
    transition: transform 0.5s ease-in-out;
}

#feature-posts .feature-posts-list .feature-posts-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#feature-posts .feature-posts-list .post-title:hover {
    opacity: 0.7;
}

#feature-posts .feature-posts-see-all {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
}

#feature-posts .feature-posts-see-all a {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    border-radius: 40px;
    background-color: #008DF7;
    padding: 13px 24px;
    color: #ffffff;
}

#feature-posts .feature-posts-see-all a:hover {
    background: #006BEA;
}

@media (max-width: 1024px) {
    #feature-posts .feature-posts-list {
        flex-wrap: wrap;
        gap: 0px;
    }

    #feature-posts .feature-posts-list .feature-posts-first,
    #feature-posts .feature-posts-list .feature-posts-second {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    #feature-posts .feature-posts-list .feature-posts-item {
        display: flex;
        flex-direction: row;
        gap: 24px;
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 50px;
        padding-bottom: 52px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-item {
        margin-bottom: 50px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-item:last-child {
        margin-bottom: 0px;
        padding-bottom: 57px;
    }

    #feature-posts .feature-posts-list .feature-posts-first .feature-posts-image {
        max-width: 240px;
        width: 100%;
        height: 135px;
        margin-bottom: 0px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-image {
        max-width: 240px;
        width: 100%;
        height: 135px;
        margin-bottom: 0px;
    }

    #feature-posts .feature-posts-list .feature-posts-content {
        max-width: 656px;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-content {
        max-width: 656px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    #feature-posts .feature-posts-heading {
        font-size: 30px;
    }

    #feature-posts .feature-posts-list .feature-posts-item {
        flex-direction: column;
        gap: 27px;
    }

    #feature-posts .feature-posts-list .feature-posts-first .feature-posts-image {
        max-width: 100%;
        width: 100%;
        height: 175px;
        margin-bottom: 0px;
    }

    #feature-posts .feature-posts-list .feature-posts-item .feature-posts-category-name {
        font-size: 12px;
    }

    #feature-posts .feature-posts-list .feature-posts-item .feature-posts-updated {
        font-size: 12px;
    }

    #feature-posts .feature-posts-list .feature-posts-item .feature-posts-updated::after {
        top: 5px;
    }

    #feature-posts .feature-posts-list .feature-posts-item .feature-posts-text .post-title {
        font-size: 18px;
    }

    #feature-posts .feature-posts-list .feature-posts-item .feature-posts-text .post-content {
        font-size: 14px;
        max-height: 76px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-item {
        flex-direction: column;
        gap: 27px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-image {
        max-width: 100%;
        width: 100%;
        height: 175px;
    }

    #feature-posts .feature-posts-list {
        margin-top: 36px;
    }

    #feature-posts .feature-posts-list .feature-posts-item {
        margin-bottom: 32px;
        padding-bottom: 38px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-item {
        margin-bottom: 32px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-item:last-child {
        padding-bottom: 32px;
    }

    #feature-posts .feature-posts-list .feature-posts-first .feature-posts-image img {
        border-radius: 6px;
    }

    #feature-posts .feature-posts-list .feature-posts-second .feature-posts-image img {
        border-radius: 6px;
    }
}

/* End Featured Stories */

/* CONNECTED SMART LIVING */
#conntected_smart .conntected_smart {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 11px;
}

#conntected_smart .conntected_smart a {
    font-family: "SamsungSharpSans-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
    margin-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#conntected_smart .conntected_smart a:hover {
    opacity: 0.7;
}

#conntected_smart .conntected_smart a span {
    margin-left: 8px;
}


#conntected_smart .do-the-smartthings {
    margin-top: 60px;
    margin-left: 23px;
    margin-bottom: 0px;
    padding-bottom: 52px;
}

#conntected_smart .do-the-smartthings a {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    justify-content: start;
    align-items: start;
    color: #000;
    position: relative;
}

#conntected_smart .do-the-smartthings a::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -21px;
    top: -12px;
    background-color: #68AEFF29;
    border-radius: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 6px 20px 0px;
    transition: all .3s ease
}

#conntected_smart .do-the-smartthings a:hover::after {
    width: 187.5px;
}

#conntected_smart .do-the-smartthings a span {
    margin-right: 8px;
}

@media (max-width: 767px) {
    #conntected_smart .conntected_smart {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    #conntected_smart .conntected_smart a {
        font-size: 12px;
    }

    #conntected_smart .do-the-smartthings {
        display: flex;
        justify-content: center;
        margin-top: 42px;
        padding-bottom: 25px;
    }
}

/* END CONNECTED SMART LIVING */


/* category Stories */
#category-posts {
    width: 100%;
    height: auto;
}

#category-posts .category-posts-heading {
    width: 100%;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 5px;
}

#category-posts .category-posts-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 48px;
    gap: 25px;
}

#category-posts .category-posts-list .category-posts-image {
    width: 100%;
    height: 243px;
    overflow: hidden;
    margin: 0;
}

#category-posts .category-posts-list .category-posts-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
	border-radius: 6px;
}

#category-posts .category-posts-list .category-posts-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#category-posts .category-posts-list .category-posts-item .category-posts-category {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 24px;
}

#category-posts .category-posts-list .category-posts-item .category-posts-category-name {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
}

#category-posts .category-posts-list .category-posts-item .category-posts-category-name:hover {
    opacity: 0.7;
}

#category-posts .category-posts-list .category-posts-item .category-posts-updated {
    font-family: "SamsungOne-Normal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    color: #000000;
    margin-left: 24px;
    position: relative;
}

#category-posts .category-posts-list .category-posts-item .category-posts-updated::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
    top: 7px;
    left: -12px;
}

#category-posts .category-posts-list .category-posts-item .category-posts-text .post-title {
    font-family: "SamsungOne-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 7px;
}

#category-posts .category-posts-list .category-posts-item .category-posts-text .post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "SamsungOne-Normal";
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    max-height: 96px;
    margin-bottom: 14px;
}

#category-posts .category-posts-list .category-posts-item .post-read-more {
    font-family: "SamsungOne-Normal";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    color: #000000;
    position: relative;
}

#category-posts .category-posts-list .category-posts-item .post-read-more:hover::after {
    -webkit-animation: animation-read-more 0.2s both;
    animation: animation-read-more 0.2s both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#category-posts .category-posts-list .category-posts-item .post-read-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0px;
    bottom: -2px;
}

#category-posts .category-posts-list .category-posts-item {
    width: 31%;
    height: auto;
}

#category-posts .category-posts-list .post-title:hover {
    opacity: 0.7;
}

#category-posts .category-posts-see-all {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

#category-posts .category-posts-see-all a {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    border-radius: 40px;
    background-color: #008DF7;
    padding: 13px 24px;
    color: #ffffff;
}

#category-posts .category-posts-see-all a:hover {
    background: #006BEA;
}

#home_partner_spotlight,
#home_smartThings_energy {
    border-bottom: 1px solid #aaaaaa;
}

@media (max-width: 1024px) {
    #category-posts .category-posts-list .category-posts-item {
        width: 29.89%;
        height: auto;
    }

    #category-posts .category-posts-list .category-posts-image {
        height: 154.5px;
    }
}

@media (max-width: 850px) {
    #category-posts .category-posts-list {
        gap: 0px;
    }

    #category-posts .category-posts-list .category-posts-item {
        width: 32%;
    }
}

@media (max-width: 767px) {
    #category-posts .category-posts-list .category-posts-item {
        width: 100%;
        border-bottom: 1px solid #aaa;
        padding-bottom: 38px;
    }

    #category-posts .category-posts-list .category-posts-item:last-child {
        border-bottom: 0px solid #aaa;
    }

    #category-posts .category-posts-list {
        flex-direction: column;
        gap: 32px;
    }

    #category-posts .category-posts-list .category-posts-image {
        height: 175px;
    }

    #category-posts .category-posts-heading {
        font-size: 30px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-category-name {
        font-size: 12px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-updated {
        font-size: 12px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-updated::after {
        top: 5px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-text .post-title {
        font-size: 18px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-text .post-content {
        font-size: 14px;
        max-height: 75px;
    }

    #category-posts .category-posts-see-all {
        margin-top: 0px;
    }

    #home_partner_spotlight,
    #home_smartThings_energy {
        border-bottom: 0px solid #aaaaaa;
    }

    #category-posts .category-posts-list {
        margin-top: 38px;
    }

    #category-posts .category-posts-list .category-posts-item .category-posts-category {
        margin-top: 27px;
    }

    #category-posts .category-posts-list .category-posts-image img {
        border-radius: 6px;
    }
}


/* End category Stories */

#home_start_building .do-the-smartthings {
    margin-top: 14px;
    margin-left: 23px;
}

#home_start_building .do-the-smartthings a {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    justify-content: start;
    align-items: start;
    color: #000;
    position: relative;
}

#home_start_building .do-the-smartthings a::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -24px;
    top: -12px;
    background: #68AEFF29;
    border-radius: 40px;
    transition: all .3s ease
}

#home_start_building .do-the-smartthings a:hover::after {
    width: 147.5px;
}

#home_start_building .do-the-smartthings a span {
    margin-right: 8px;
}


@media (max-width: 1024px) {
    #home_start_building .do-the-smartthings {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #home_start_building .do-the-smartthings {
        display: flex;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 41px;
        padding-bottom: 10px;
    }
}

.d-icon-hamburger {
    width: 24px;
    height: 21px;
}

.d-icon-hamburger .icon-menu {
    transition-duration: 0.5s;
    height: 2.3px;
    width: 24px;
    background: #000;
}

.d-icon-hamburger .icon-menu2,
.d-icon-hamburger .icon-menu1 {
    margin-bottom: 6px;
}

.d-icon-hamburger.opened .icon-menu2 {
    transition-duration: 0.5s;
    background: transparent;
}

.d-icon-hamburger.opened .icon-menu1 {
    transform: rotateZ(-45deg) scaleX(1) translate(-6px, 6px);
}

.d-icon-hamburger.opened .icon-menu3 {
    transform: rotateZ(45deg) scaleX(1) translate(-5px, -6px);
}

#home_bg_top_smart .home_bg_top_smart_1 .elementor-widget-container,
#home_bg_top_smart .home_bg_top_smart_2 .elementor-widget-container {
    display: flex;
}

#home_bg_top_smart {
    margin-bottom: -0.5px;
}

.d-menu-mobile {
    display: none;
}

@media(max-width: 1190px) {
    .d-menu-mobile {
        display: block;
    }
}


.d-back-home {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.d-back-home-button {
    font-family: "SamsungOne-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    border-radius: 40px;
    background-color: #008DF7;
    padding: 13px 24px;
    color: #ffffff;
}

.d-back-home-button:hover {
    background: #006BEA;
    color: #ffffff;
}

.d-learn-more {
    background-color: #000000 !important;
    font-size: 14px;
    font-weight: 700;
    font-family: SamsungOne-Normal;
    padding: 13px 25px;
    color: white !important;
    border-radius: 40px;
    border: 0px solid #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.d-learn-more svg {
    margin-left: 7px;
}

#before_footer_exclude_post .before_footer_icon_container {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

#before_footer_exclude_post .before_footer_icon_container #custom_d_learn_more {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: -60px;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, visibility cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s, bottom cubic-bezier(0.4, 0, 0.2, 1) 0.3s 0.1s;
}

#before_footer_exclude_post .before_footer_icon_container:hover #custom_d_learn_more {
    bottom: 35px;
}

@media (max-width: 767px) {
    #before_footer_exclude_post .before_footer_icon_container {
        padding-bottom: 16px;
    }

    #before_footer_exclude_post .before_footer_icon_container #custom_d_learn_more {
        display: none;
    }
}

.d-page-content .d-subscribe .form-group .form-item .d-submit {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .d-page-content .d-subscribe .form-group .form-item .d-submit {
        font-size: 16px;
        line-height: 1;
    }
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: center;
}

.d-subscribe {
    display: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #bdbdbd;
    border-radius: 10px;
}

.pum-container.pum-responsive.pum-responsive-xlarge {
    max-width: 1888px !important;
    width: calc(100% - 10px) !important;
    background-color: transparent !important;
    padding: 0 60px !important;
}

.pum-responsive-xlarge .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 36px !important;
    width: 36px !important;
    right: 16px !important;
    top: -38px !important;
    padding: 0px !important;
    color: #ffffff !important;
    font-family: 'SamsungOne-Normal' !important;
    font-weight: lighter !important;
    font-size: 36px !important;
    line-height: 24px !important;
    border: none !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
    background-color: transparent !important;
}

.pum-responsive-xlarge .pum-title, .pum-theme-lightbox .pum-title {
    display: none !important;
}

.pum-responsive-xlarge .pum-container, .pum-theme-lightbox .pum-container {
    top: 54px !important;
    padding: 0 !important;
    border-radius: 0;
    border: none !important;
    box-shadow: unset !important;
    background-color: #f7f7f7 !important;
    margin-bottom: 0 !important;
}

.dn-custom-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1768px;
    width: 100%;
    max-height: 994px;
    height: 994px;
    background: url("../images/hero-bg.png");
    background-size: 1768px 994px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0C35A6;
    border-radius: 20px;
    overflow: hidden;
}

.dn-custom-popup h2 {
    font-family: 'SamsungSharpSans-Bold';
    font-size: 104px;
    font-weight: 700;
    line-height: 124px;
    text-align: center;
    color: #FFFFFF;
    max-width: 1038px;
}

.dn-custom-popup p {
    font-family: 'SamsungSharpSans-Bold';
    font-size: 38px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    max-width: 704px;
    margin-bottom: 30px;
}

.dn-custom-popup p:last-child {
    margin-bottom: 0px;
}

.dn-custom-popup a {
    font-family: 'SamsungOne-Normal';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-color: #008DF7;
    padding: 15px 24px;
    border-radius: 80px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.dn-custom-popup a:hover {
    background: #006BEA;
}

@media (max-width: 1820px) {
    .pum-container.pum-responsive.pum-responsive-xlarge {
        max-width: 1520px !important;
    }

    .dn-custom-popup {
        max-width: 1400px;
        width: 100%;
        max-height: 787px;
        height: 787px;
        background-size: 1400px 787px;
    }
    
    .dn-custom-popup h2 {
        font-size: 82px;
        line-height: 100px;
        max-width: 1038px;
    }
    
    .dn-custom-popup p {
        font-size: 30px;
        line-height: 36px;
        max-width: 610px;
    }
}

@media (max-width: 1440px) {
    .pum-container.pum-responsive.pum-responsive-xlarge {
        max-width: 1365px !important;
    }

    .dn-custom-popup {
        max-width: 1245px;
        width: 100%;
        max-height: 700px;
        height: 700px;
        background-size: 1245px 700px;
    }
    
    .dn-custom-popup h2 {
        font-size: 76px;
        line-height: 90px;
        max-width: 1030px;
    }
    
    .dn-custom-popup p {
        font-size: 28px;
        line-height: 34px;
        max-width: 575px;
    }
}

@media (max-width: 1200px) {
    .pum-container.pum-responsive.pum-responsive-xlarge {
        max-width: 1147px !important;
        width: calc(100% - 10px) !important;
        padding: 0 40px !important;
    }

    .dn-custom-popup {
        max-width: 1067px;
        width: 100%;
        max-height: 600px;
        height: 600px;
        background-size: 1067px 600px;
    }
    
    .dn-custom-popup h2 {
        font-size: 64px;
        line-height: 78px;
        max-width: 640px;
    }
    
    .dn-custom-popup p {
        font-size: 28px;
        line-height: 34px;
        max-width: 515px;
    }
}

@media (max-width: 767px) {
    .pum-container.pum-responsive.pum-responsive-xlarge {
        width: calc(100% - 10px) !important;
        padding: 0px !important;
    }

    .dn-custom-popup {
        max-width: 360px;
        max-height: 360px;
        height: 360px;
        background: url("../images/hero-bg_mb.png");
        background-size: 360px auto;
        margin: 0 auto;
    }
    
    .dn-custom-popup h2 {
        font-size: 30px;
        line-height: 38px;
        max-width: 300px;
    }
    
    .dn-custom-popup p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .dn-custom-popup a {
        padding: 14px 18px;
    }

    .pum-responsive-xlarge .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
        right: 10px !important;
        top: -45px !important;
    }

    .pum-responsive-xlarge .pum-container, .pum-theme-lightbox .pum-container {
        top: 160px !important;
    }
}
