<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;display=swap');
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'), url('../fonts/OpenSansBold.woff2') format('woff2'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'), url('../fonts/OpenSansLight.woff2') format('woff2'), url('../fonts/OpenSansLight.woff') format('woff'), url('../fonts/OpenSansLight.ttf') format('truetype'), url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'), url('../fonts/OpenSansSemibold.woff2') format('woff2'), url('../fonts/OpenSansSemibold.woff') format('woff'), url('../fonts/OpenSansSemibold.ttf') format('truetype'), url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
}

.dbs-treatures a:focus, .dbs-treatures a:hover {
	color: #004AFF;
	text-decoration: underline;
}
h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    color: #333;
}

p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

.slick-dots li:only-child {
    display: none;
}
.dbs-treatures .row {
    margin-left: 15px;
    margin-right: 15px;
}

.trs-logo01 .dbs-trs-logo.logo-md {
    max-width: 156px;
}

.trs-logo02 .dbs-trs-logo.logo-md {
    max-width: 174px;
}

.trs-logo03 .dbs-trs-logo.logo-md {
    max-width: 96px;
}

.dbs-trs-logo.logo-mb {
    display: none;
}

.trs-logo-wrapper {
    margin: 0 auto;
    max-width: 830px;
    padding: 1.3em 0;
}

.dbs-trs-top-bar {
    height: 24px;
}

.dbs-trs-top-bar.gold {
    background: #AD8B5B;
}

.dbs-trs-top-bar.grey {
    background: #8E8E8E;
}

.dbs-trs-top-bar.dark {
    background: #484848;
}

.dbs-trs-banner-content {
    text-align: center;
    color: #fff;
	padding-top: 4em;
	max-width: 830px;
	margin: 0 auto;
}

.dbs-trs-banner-content h1 {
    font-weight: 300;
    font-size: 36px;
	line-height: 49px;
    margin: 0.5em auto;
	padding: 0 .5em;
	/*max-width: 500px;*/
}
.dbs-trs-banner-content h2 {
    margin-top: 0;font-size: 36px;margin-bottom: 15px;
}

.dbs-trs-banner-content .top-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 30px;
    width: max-content;
    padding: .5em 2em;
    margin: 0 auto;
}


/***********/

.dbs-gold-video {
    position: relative;
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera &lt; 12.1 */
    animation: fadein 3s;
    max-width: 831px;
    margin: 0 auto;
}

.dbs-gold-video .fluid-width-video-wrapper {
    padding-top: 55%!important;
}

.dbs-gold-video .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.dbs-gold-video .image img {
    width: 100%;
    /*height: auto;
    min-height: 555px;*/
}

.dbs-gold-video .image .play-button {
    position: absolute;
    background: url('../images/icon-play-btn.png')no-repeat left center;
    height: 187px;
    margin: 0 auto;
    width: 187px;
    background-size: contain;
}

.dbs-gold-video .image .play-button:hover {
    cursor: pointer;
}

.dbs-gold-video .image .play-text {
    position: absolute;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
	top: 5em;
}

.dbs-gold-video iframe {
    z-index: 10;
}


/***************/

.dbs-gold-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #fff;
    margin: 0 auto;
    max-width: 830px;
    padding-top: 4em;
	position: relative;
    z-index: 4;
}
.dbs-gold-btns-wrapper .gold-btn a,
.dbs-gold-btns-wrapper .gold-btn {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
	text-align: center;
	color: #fff;
}
.btn-break {
	display: none;
}
.dbs-gold-btns-wrapper .gold-btn a:hover,
.dbs-gold-btns-wrapper .gold-btn a:focus,
.dbs-gold-btns-wrapper .gold-btn a:visited {
	text-decoration: none;
}
.dbs-gold-btns-wrapper .gold-btn&gt;a img {
    margin-top: 13px;
    display: block;
}

.dbs-gold-btns-wrapper .gold-btn-line {
    height: 100%;
    transform: scaleY(4);
    margin: 0;
    padding: 0;
}

.dbs-gold-btns-wrapper .gold-btn img {
    max-width: 38px;
    display: block;
    margin: 0 auto;
}

.dbs-trs-article-wrapper .minute {
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 2;
}

.dbs-trs-article-wrapper .minute img {
    max-width: 207px;
    margin: 0 auto;
    display: block;
}

.dbs-trs-banner-wrapper {
    background: url('../images/bg_S-REITs.jpg')no-repeat center center;
    background-size: cover;
    padding: 0 0 11.5em 0;
}

.dbs-trs-article-wrapper {
    position: relative;
}

.dbs-trs-article-wrapper:before {
    content: '';
    background: url('../images/dbs-top-content-bg.png')no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -160px;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.trs-article-btn a, .dbs-trs-product-ideas-wrapper .trs-article-btn a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #E81818;
    width: 100%;
    /*max-width: 270px;*/
	max-width: max-content;
    display: block;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    text-decoration: none;
}
.trs-article-btn a:hover,
.trs-article-btn a:focus,
.dbs-trs-product-ideas-wrapper .trs-article-btn a:hover,
.dbs-trs-product-ideas-wrapper .trs-article-btn a:focus {
	color: #fff;
	text-decoration: none;
}
.dbs-trs-product-ideas-wrapper .trs-article-btn a {
    margin: 0 auto;
    margin-bottom: 20px;
}
p.space {
    min-height: 42px;
}
.dbs-trs-product-ideas-wrapper .trs-idea-list .trs-article-btn a {
    font-size: 18px;
    padding: 10px;
}

.dbs-trs-article-wrapper span {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin: 10px 0 20px;
    display: block;
}

.dbs-trs-content-wrapper {
    position: relative;
	background: -webkit-gradient(linear, left top, right top, from(rgba(238,240,245,1)), color-stop(35%, rgba(239,241,245,1)), color-stop(70%, rgba(237,239,244,1)), to(rgba(231,234,241,1)));background: -o-linear-gradient(left, rgba(238,240,245,1) 0%, rgba(239,241,245,1) 35%, rgba(237,239,244,1) 70%, rgba(231,234,241,1) 100%);background: linear-gradient(90deg, rgba(238,240,245,1) 0%, rgba(239,241,245,1) 35%, rgba(237,239,244,1) 70%, rgba(231,234,241,1) 100%);
}

.dbs-trs-content-wrapper:after {
    content: '';
    background-image: url('../images/dbs-insights-bg.png');
    background-size: contain;
    position: absolute;
    background-position: 0 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    bottom: 0;
}

.dbs-trs-article-wrapper:after {
    content: '';
    background-image: url('../images/dbs-content-bg1.png');
    background-size: contain;
    position: absolute;
    background-position: 0 100%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    bottom: 35px;
}

.dbs-gold-video img {
    width: 100%;
}
.dbs-bottom-bar,
footer,
.dbs-trs-bottom,
.dbs-trs-insights-wrapper,
.dbs-trs-content-wrapper,
.dbs-trs-article-wrapper .trs-article-item,
.dbs-trs-product-ideas-wrapper {
    z-index: 3;
    position: relative;
}

.dbs-trs-product-ideas-wrapper h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 10px 0 25px;
}

.dbs-trs-product-ideas-wrapper a,
.dbs-trs-product-ideas-wrapper .idea-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;  
}
.dbs-trs-product-ideas-wrapper a {
	color: #004AFF;
    text-decoration: underline;
}
.dbs-trs-product-ideas-wrapper .idea-title {
	color: #333;
}
.dbs-trs-product-ideas-wrapper .more-info {
    font-weight: 600;
    text-align: center;
    margin: 0 0 2em;

}
.dbs-trs-product-ideas-wrapper .more-info h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}
.dbs-trs-product-ideas-wrapper .more-info p.red {
   font-size: 17px;
   color: #E81818;
}
.dbs-trs-product-ideas-wrapper .more-info {
    font-weight: 600;
    text-align: center;
    margin: 0 0 2em;
}

.dbs-trs-article-wrapper .trs-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#invest-gold .trs-article-text {
	/*width: 65%;*/
}
.dbs-trs-article-wrapper .trs-article-btn {
    margin: 3em 0;
}

.dbs-trs-article-wrapper .trs-article-text {
    width: 60%;
}

.dbs-trs-article-wrapper .trs-article-image {
    width: 35%;
}

.dbs-trs-article-wrapper .trs-article-text h5 {
    margin: 0;
    padding: 1em 0 .5em;
}

.dbs-trs-article-wrapper .trs-article-image img {
    /*max-width: 512px;*/
    max-width: 280px;
    width: 100%;
	padding-left: 10%;
}

#read-gold {
    margin-bottom: 10em;
	margin-top: 3em;
}

#invest-gold {
    margin-bottom: 10em;
}
.trs-idea-list-wrapper {
	width: 70%;
    margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    position: relative;
	padding: 0 10px;
}
.trs-idea-list {
	/*max-width: calc(96% / 2);*/
    max-width: calc(96% / 2);
    background: url("../images/product-bg.png")no-repeat #fff;
    background-size: 75%;
    background-position: 170% 90%;
    border-radius: 25px;
    padding: 0 15px 10px;
    -webkit-box-shadow: 5px 5px 15px 5px #ddd; 
    box-shadow: 5px 5px 15px 5px #ddd;
    margin:0 auto 4em;
	width: 100%;
}
.trs-idea-list-wrapper2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    position: relative;

}

.trs-idea-list2{
    /*max-width: calc(96% / 3);*/
    background: #fff;
    border-radius: 25px;
    padding: 28px 15px 10px;
    margin-bottom: 4em;
   
    margin-left: 1%;
    margin-right: 1%;
    -webkit-box-shadow: 5px 5px 15px 5px #ddd; 
    box-shadow: 5px 5px 15px 5px #ddd;
}
.trs-idea-list-2 {
     width: 31%;
}

.trs-idea-list:after {
    /*content: '';
    position: absolute;
    background: url('../images/icon-alert.png')no-repeat center center #CC0000;
    top: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    background-size: 50%;
    border-radius: 50%;
    right: -10px;
    top: -10px;*/
}

.trs-idea-list p {
    margin: 1.5em 0;
}

.dbs-trs-insights-wrapper {
    text-align: center;
    padding-top: 6em;
}
.dbs-trs-insights-wrapper span {
	display: block;
	padding: 1em 0;
}
.trs-insights-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5em;
    overflow: hidden;
}

.dbs-trs-insights-wrapper img {
    /*max-width: 260px;*/
    max-width: 100%;
	border-radius: 20px 20px 0 0;
}
.dbs-trs-insights-wrapper img:before {

}
.dbs-trs-insights-wrapper h5 {
    margin: 0;
}

.trs-insights-item {
    max-width: calc(98% / 4);
    /*max-width: 346px;*/
    position: relative;
    padding-bottom: 7em;
	text-align: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

.trs-insights-item p,
.trs-insights-item a {
    
    line-height: 23px;
    margin: 0;
    position: relative;
}
.trs-insights-item a {
	font-size: 16px;
	text-decoration: none;
	color: #333;
	display: block;
	min-height: 70px;
}
.trs-insights-item a:focus,
.trs-insights-item a:hover {
	text-decoration: none;
}
.trs-insights-item p {
    margin-bottom: 1em;
	font-size: 16px;
}
.trs-insights-item p.small-text {
	font-size: 12px;
    color: #AD8B5B;
    font-weight: bold;
}
.trs-insights-item-wrapper .trs-insights-video {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera &lt; 12.1 */
    animation: fadein 3s;
	
}

.dbs-icon-item {
    position: absolute;
    width: 77px;
    height: 77px;
    cursor: pointer;
}

.dbs-icon-item.play-btn {
    background: url('../images/icon-play.png')no-repeat center center;
    background-size: 75%;
    position: absolute;
}

.dbs-icon-item.voice-btn {
    background: url('../images/icon-voice.png')no-repeat center center;
    background-size: 75%;
    position: absolute;
}

.dbs-icon-item.eye-btn {
    background: url('../images/icon-eye.png')no-repeat center center;
    background-size: 75%;
    position: absolute;
}

.trs-insights-item .trs-insights-text {
    padding: 2em 1em;
    /*width: 61%;*/
	width: 100%;
	background: #fff;
    margin: 0 auto;
	border-radius: 0 0 20px 20px;
	-webkit-box-flex: 1;-ms-flex: 1;flex: 1;
}

.trs-insights-item .trs-insights-text:before {
    /*content: '';
    position: absolute;
    background: url('../images/dbs-insights-bg.png')no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    left: 0;
    z-index: 1000px;
    top: 5em;
    opacity: .5;*/
}

.b-line {
    width: 100%;
}

.trs-insights-item .overlay-img {
    position: absolute;
    top: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-video {
    width: 85%;
}

.trs-insights-item-wrapper .trs-insights-video iframe {
    /*position: absolute;
    width: 85%;
	height: 100%;
	left: 50%;
    transform: translate(-50%, 0);
	top: 0;*/
    width: 85%;
    min-height: 169px;
}

.overlay-video:before {
    /*content: '';
    display: block;
    padding-bottom: 48%;
    position: absolute;
    width: 85%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);*/
}
.slick-track
{
    display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;
}

.slick-slide
{
    height: inherit !important;
    outline: none;
}

ul.slick-dots {
    /*position: absolute;*/
    /*bottom: 20px;*/
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

ul.slick-dots li {
    display: inline-block;
    padding-right: 10px;
}

ul.slick-dots li button {
    border-radius: 50%;
    border: 0;
    font-size: 0;
    width: 11px;
    height: 11px;
    background: #999;
    outline: none;
}

ul.slick-dots li button:focus {
    outline: none;
}

ul.slick-dots li.slick-active button {
    background: #CC0000;
}

footer a,
.dbs-trs-bottom a {
    color: #004AFF;
}

.dbs-trs-bottom {
    text-align: center;
    background: #999;
    padding: 3em 0;
}

.dbs-trs-bottom p,
.dbs-trs-bottom a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.dbs-trs-bottom p {
    color: #fff;
}

footer {
    text-align: center;
    padding: 1.3em 0;
}

footer p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

footer span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #505050;
}
.more-info .trs-idea-list {
    padding: 15px;
}
.more-info .trs-idea-list:after {
    display: none;
}
.dbs-bottom-bar {
    height: 15px;
    background: #999;
}
/* feedback section */
.dbs-trs-banner-wrapper .container {
	position: relative;
}
.dbs-trs-top-feedback {
	position: absolute;
	top: 3em;
	right: 10px;
	border: 1px solid #CC9954;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 25px 15px;
	width: 220px;
	text-align: left;
}
.dbs-trs-top-feedback:before {
	content: '';
	background: url('../images/icon-feedback.png')no-repeat right top;
	background-size: cover;
    width: 70px;
    height: 70px;
	position: absolute;
	top: -3em;
	right: -1em;
	display: block;
}
.dbs-trs-top-feedback a {
	color: #004AFF;
    text-decoration: underline;
}
.feedback-arrow:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	background: url('../images/icon-box-arrow.png')no-repeat;
	width: 52px;
    height: 34px;
    background-size: cover;
	display: block;
}
/* start bottom feedback ************************/
.bottom-feedback a {
    color: #004AFF;
    text-decoration: underline;
}

.bottom-feedback .break-line {
    display: none;
}

.bottom-feedback {
    padding: 7em 0 5em;
    z-index: 3;
    position: relative;
}

.bottom-feedback:before {
    content: '';
    background: url('../images/footer-bg-circle.png'), linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 40%;
    background-size: cover;
    background-repeat: no-repeat;
	display: block;
}

.bottom-feedback .feedback-img {
    max-width: 465px;
    width: 100%;
}

.bottom-feedback .bottom-feedback-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.bottom-feedback .bottom-feedback-wrapper p {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-align: left;
}
/* bottom banner section */
.dbs-trs-bottom-banner {
	position: relative;
    z-index: 3;
	background: url('../images/bottom-banner-md.png')no-repeat 70% center;
	background-size: cover;
	margin-top: -4.6em;
}

.bottom-banner-wrapper {
	padding: 12em 0 8em;
}
.bottom-banner-wrapper h5 {
	font-family: 'OpenSansBold';
	font-weight: 700;  
	color: #fff;
}
.bottom-banner-wrapper p {
	font-size: 22px;
    line-height: 26px;
    font-weight: 400;
	color: #fff;
}
.bottom-banner-wrapper a {
	color: #004AFF;
	text-decoration: underline;
}
.bottom-banner-text {
	max-width: 75%;
}
@media only screen and (min-width: 1200px) {
    .dbs-treatures .container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        /*width: 100%;*/
    }
    .dbs-treatures .row {
        margin-left: 0;
        margin-right: 0;
    }
	.dbs-trs-banner-wrapper .container {
		width: 1200px;
	}
}

@media only screen and (min-width: 1600px) {
    .dbs-trs-article-wrapper:before {
        top: -200px;
    }
    .dbs-trs-banner-wrapper {
        padding: 4em 0 13em 0;
    }
	.dbs-trs-bottom-banner {
		background-position: top center;
		margin-top: -3%;
	}
	.trs-insights-item {
		padding-bottom: 14%;
	}
}

@media only screen and (min-width: 1800px) {
	.dbs-trs-article-wrapper:after {
		bottom: -40px;
	}
}
@media only screen and (min-width: 1900px) {
    .dbs-trs-article-wrapper:after,
    .dbs-trs-content-wrapper:after {
        background-size: cover;
    }
}

@media only screen and (max-width : 1800px) and (min-width:1600px) {
	.dbs-trs-article-wrapper:after {
		bottom: 0px;
	}
	
}
@media only screen and (max-width : 1600px) and (min-width:1350px) {
	.dbs-trs-article-wrapper:after {
		bottom: 60px;
	}
	
}
@media only screen and (max-width : 1350px) and (min-width:1200px) {
	.dbs-trs-article-wrapper:after {
		bottom: 100px;
	}
	
}
@media only screen and (max-width : 1201px) and (min-width:768px) {
	.dbs-trs-article-wrapper:after {
		bottom: 155px;
	}
	
}
@media only screen and (max-width : 992px) and (min-width:768px) {
	#read-gold {
    margin-bottom: 7em;
}
.dbs-gold-video .image .play-text {
	top: 2em;
}
.dbs-trs-banner-content h1 {
	/*max-width: 450px;*/
}
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {}

@media screen and (min-width: 320px) and (max-width: 660px) and (orientation: landscape) {}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {}

@media only screen and (max-width: 1024px){
.dbs-trs-banner-content h1 {
    max-width: 500px;
}
}

@media only screen and (max-width: 991px) {
    .dbs-gold-btns-wrapper,
    .dbs-gold-video {
        width: 83%;
    }
	.btn-break {
		display: block;
	}
	.bottom-feedback .feedback-img {
        max-width: 350px;
    }
    .bottom-feedback .bottom-feedback-wrapper p {
        font-size: 18px;
    }
	.dbs-trs-banner-content h1 {
		max-width: 450px;
	}
}

@media only screen and (max-width: 768px) {
    .b-line {
        margin-bottom: 20px;
    }
    .dbs-trs-insights-wrapper {
        padding-top: 0;
    }
    .dbs-trs-insights-wrapper .container {
        padding-top: 2em;
    }
   
    .dbs-trs-logo.logo-md {
        display: none;
    }
    .dbs-trs-logo.logo-mb {
        display: block;
        max-width: 130px;
    }
    .dbs-trs-top-bar {
        height: 11px;
    }
    .trs-logo-wrapper {
        padding: 30px 0 15px;
    }
    .dbs-trs-banner-wrapper {
        padding: 3.5em 0 3em 0;
    }
	.trs-idea-list-wrapper {
		width: 100%;
	}
    .trs-idea-list-wrapper .slick-list {
        padding-top: 11px!important;
    }
    .dbs-trs-article-wrapper .minute {
        top: -10px;
    }
    #read-gold {
        padding-top: 5em;
		margin-bottom: 14em;
    }
	#invest-gold .trs-article-text,
    .dbs-trs-article-wrapper .trs-article-text,
    .dbs-trs-article-wrapper .trs-article-image {
        width: 100%;
    }
    .dbs-trs-article-wrapper .trs-article-text h5 {
        padding: 0 0 .5em;
    }
    .dbs-trs-article-wrapper span {
        margin: 15px 0 20px;
    }
    .dbs-trs-product-ideas-wrapper {
        padding-top: 2em;
    }
    .dbs-trs-product-ideas-wrapper ul.slick-dots {
        bottom: 4em;
    }
    .dbs-trs-product-ideas-wrapper h6 {
        padding: 10px 0 2em;
    }
    .dbs-gold-video .image .play-button {
        /*transform: scale(0.64);*/
        width: 30%;
    }
    .dbs-trs-insights-wrapper .row,
    .dbs-trs-product-ideas-wrapper .row {
        margin: 0;
    }
	.trs-insights-item-wrapper.slick-initialized .slick-slide {
		display: -webkit-box;display: -ms-flexbox;display: flex;
	}
    .dbs-trs-article-wrapper .trs-article-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .trs-article-btn a {
        margin: 0 auto;
    }
    .dbs-trs-article-wrapper .trs-article-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .trs-idea-list {
        margin: 0 10px 9em;
        opacity: .25;
        max-width: 100%;
    }
    .trs-idea-list.slick-active {
        opacity: 1;
    }
    .dbs-gold-btns-wrapper .gold-btn img {
        max-width: 25px;
    }
    .trs-article-btn a {
        max-width: 266px;
    }
    .dbs-trs-insights-wrapper ul.slick-dots {
        bottom: 25px;
		position: absolute;
		z-index: 100;
    }
    .trs-insights-item {
        padding-bottom: 8em;
        margin: 0 24px;
        max-width: 100%;
    }
    .trs-insights-item .trs-insights-text {
        /*width: 100%;*/
    }
    .dbs-trs-bottom {
        padding: 2.5em 15px;
    }
    .dbs-trs-article-wrapper:before {
        content: '';
        background: url(../images/dbs-top-content-bg-mb.png)no-repeat center center;
        background-size: cover;
        position: absolute;
        top: -97px;
        background-position: 90% 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .dbs-trs-article-wrapper:after {
        content: '';
        background-image: url(../images/dbs-insights-bg-top-mb.png);
        background-size: cover;
        position: absolute;
        background-position: 0 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-repeat: no-repeat;
        top: 45em;
    }
    .dbs-trs-banner-wrapper {
        /*background: url('../images/dbs-top-banner-bg-mb.jpg')no-repeat center center;
        background-size: cover;*/
        padding: 4em 0 6em 0;
    }
    footer {
        padding: 2em 15px;
    }
    .dbs-trs-content-wrapper:after {
        content: '';
        background-image: url(../images/dbs-insights-bg-bottom-mb.jpg);
        background-size: contain;
        position: absolute;
        background-position: 0 100%;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-repeat: no-repeat;
        bottom: 0;
    }
	.dbs-trs-product-ideas-wrapper:before {
		/*content: '';
		background: linear-gradient(90deg, rgba(223,225,230,1) 0%, rgba(220,222,226,1) 50%, rgba(219,220,224,1) 100%);
		width: 100%;
        height: 100%;
        z-index: 2;*/
	}
    .dbs-trs-article-wrapper .trs-article-image img {
        width: 95%;
        max-width: 300px;
		padding: 0 0 20px 0;
    }
	.trs-idea-list-wrapper {
		width: 100%;
	}
    .dbs-trs-insights-wrapper img {
        /*max-width: 100%;*/
    }
    .dbs-icon-item {
        width: 30%;
    }
	.dbs-trs-product-ideas-wrapper p,
    .dbs-trs-insights-wrapper h5,
    .dbs-trs-product-ideas-wrapper .more-info {
        padding: 0 15px;
    }
	.dbs-trs-article-wrapper .minute img {
		max-width: 120px;
	}
	.dbs-gold-video .image .play-text {
		margin-top: 0;
		top: 1.5em;
		font-size: 16px;
	}
     .dbs-trs-insights-wrapper h5 {
        font-size: 19px;
        line-height: 23px;
     }
     .trs-insights-item-wrapper {
        padding-top: 2em;
     }
	 .dbs-icon-item.voice-btn,
	.dbs-icon-item.play-btn,
	 .dbs-icon-item.eye-btn { 
		background-size: contain;
	 }
	.dbs-trs-top-feedback {
		position: relative;
		top: 0;
		margin-left: auto;
	}
	.dbs-trs-banner-content {
		/*margin-top: 5em;*/
	}
	.bottom-feedback .bottom-feedback-wrapper {
        display: block;
    }
    .bottom-feedback .bottom-feedback-wrapper p {
        text-align: center;
    }
    .bottom-feedback .trs-footer-right {
        margin-bottom: 5em;
    }
    .bottom-feedback {
        padding: 7em 0;
    }
    .bottom-feedback .feedback-img {
        margin: 0 auto;
        display: block;
    }
    .bottom-feedback:before {
        content: '';
        background: url('../images/footer-bg-circle-mb.png'), linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 100%);
        opacity: 0.9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 0 40%;
        background-size: cover;
        background-repeat: no-repeat;
		display: block;
    }
	.dbs-trs-top-feedback {
		position: absolute;
		top: -6em;
		max-width: 180px;
		width: 100%;
		padding: 15px 15px 7px;
	}
	.dbs-trs-top-feedback:before {
		width: 50px;
		height: 50px;
		top: -2em;
	}
	.dbs-trs-banner-content {
		margin-top: 7em;
		padding-top: 0;
	}
	.dbs-trs-bottom-banner {
		position: relative;
		z-index: 3;
		
		background: url('../images/bottom-banner-mb.png')no-repeat 80% center;
		background-size: cover;
		margin-top: -4.5em;
	}
	.bottom-banner-wrapper {
		padding: 8em 0 4em;
	}
	
	.dbs-trs-banner-content h1 {
		max-width: 100%;
		width: 83%;
	}
}
@media only screen and (max-width: 712px) {
.dbs-trs-content-wrapper {
	background: none;
}
}
@media only screen and (max-width: 640px) {
    .trs-logo01 .dbs-trs-logo.logo-mb,
	.trs-logo02 .dbs-trs-logo.logo-mb {
		max-width: 115px;
	}
	.trs-logo03 .dbs-trs-logo.logo-mb {
		max-width: 106px;
	}
	.trs-logo-wrapper {
		padding: 15px 0;
	}
	.dbs-trs-banner-content .top-text {
        font-size: 11px;
        line-height: 13px;
        max-width: 150px;
    }
    .dbs-trs-banner-content h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .dbs-trs-banner-content h2 {
        font-size: 24px;
        line-height: 1;
    }
    .dbs-gold-video .image .play-text {
        font-size: 10px;
        line-height: 12px;
    }
	.dbs-gold-btns-wrapper {
		width: 90%;
	}
	.dbs-gold-btns-wrapper .gold-btn a,
    .dbs-gold-btns-wrapper .gold-btn {
        font-size: 12px;
        line-height: 16px;
    }
    .dbs-trs-article-wrapper .trs-article-text h5 {
        font-size: 19px;
        line-height: 23px;
    }
    p {
        font-size: 13px;
        line-height: 16px;
    }
    .dbs-trs-product-ideas-wrapper .more-info h5 {
        font-size: 14px;
        line-height: 17px;
    }
    .trs-article-btn a {
        font-size: 13px;
        line-height: 16px;
        /*max-width: 156px;*/
    }
    .dbs-trs-article-wrapper span {
        font-size: 8px;
        line-height: 12px;
    }
    footer p,
    .dbs-trs-bottom p,
    .dbs-trs-bottom a,
    .dbs-trs-product-ideas-wrapper h6 {
        /*font-size: 10px;
    line-height: 12px;*/
        font-size: 13px;
        line-height: 16px;
    }
    .dbs-trs-product-ideas-wrapper a,
    .dbs-trs-product-ideas-wrapper .idea-title {
        /*font-size: 9px;
    line-height: 12px;*/
        font-size: 13px;
        line-height: 16px;
    }
    footer span {
        font-size: 7px;
    }
	.dbs-trs-article-wrapper:after {
		top: 42em;
	}
	.bottom-feedback .break-line {
        display: block;
    }
    .bottom-feedback .feedback-img {
        max-width: 316px;
    }
	.dbs-trs-top-feedback {
		max-width: 160px;
	}
	.dbs-trs-content-wrapper {
		padding-bottom: 3em;
	}
	.bottom-banner-wrapper h5 {
		font-size: 19px;
		line-height: 23px;
	}
	.bottom-banner-wrapper p {
		font-size: 15px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 590px) {
 .trs-idea-list, .trs-idea-list2 {
    width: 47%;
    margin-bottom: 15px;
}
.trs-bottom-content {
	z-index: 3;
    position: relative;
	background-image: url(../images/dbs-insights-bg-bottom-mb.jpg);
    background-size: cover;
	background-position: 0 0;
}
.trs-bottom-content:before {
	content: '';
	background: -webkit-gradient(linear, left top, right top, from(rgba(238,240,245,1)), color-stop(35%, rgba(239,241,245,1)), color-stop(70%, rgba(237,239,244,1)), to(rgba(231,234,241,1)));background: -o-linear-gradient(left, rgba(238,240,245,1) 0%, rgba(239,241,245,1) 35%, rgba(237,239,244,1) 70%, rgba(231,234,241,1) 100%);background: linear-gradient(90deg, rgba(238,240,245,1) 0%, rgba(239,241,245,1) 35%, rgba(237,239,244,1) 70%, rgba(231,234,241,1) 100%);
	width: 100%;
    height: 10px;
    -webkit-filter: blur(10px);filter: blur(10px);
    top: 0;
    position: absolute;
}
}
@media only screen and (max-width: 560px) {
	.dbs-trs-article-wrapper:after {
		background-size: contain;
	}
}
@media only screen and (max-width: 480px) {
    .trs-insights-item {
        margin: 0 15px;
    }
	#read-gold {
    margin-bottom: 6em;
	padding-top: 0;
}
.dbs-trs-article-wrapper:after {
    top: 41em;
}
#invest-gold {
    margin-bottom: 2em;
}
.dbs-trs-insights-wrapper .container {
	padding-top: 0;
}
.dbs-trs-content-wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F5F9), color-stop(20.71%, #E2E5EC), color-stop(145%, #CCCCCC));
    background: -o-linear-gradient(bottom, #F4F5F9 0%, #E2E5EC 20.71%, #CCCCCC 145%);
    background: linear-gradient(0deg, #F4F5F9 0%, #E2E5EC 20.71%, #CCCCCC 145%);
}
.trs-bottom-content {
	background: none;
}
.dbs-trs-insights-wrapper:before, .dbs-trs-insights-wrapper:after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(#E6DCCE), color-stop(99.69%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #E6DCCE 0%, rgba(255, 255, 255, 0) 99.69%);
    background: linear-gradient(0deg, #E6DCCE 0%, rgba(255, 255, 255, 0) 99.69%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: -1;
}
.dbs-trs-content-wrapper {
    padding-bottom: 1em;
}
}
@media only screen and (max-width: 427px) {

}
@media only screen and (max-width: 414px) {
    .dbs-trs-article-wrapper:after {
		/*top: 46em;*/
	}
	.dbs-trs-banner-content h1 {
		font-size: 26px;
	}
    .dbs-trs-banner-content h2 {
        font-size: 22px;
        line-height: 1;
    }
}

@media only screen and (max-width: 376px) {
	.dbs-gold-btns-wrapper .gold-btn a,
    .dbs-gold-btns-wrapper .gold-btn {
        font-size: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .dbs-trs-article-wrapper:after {
		top: 44em;
	}
	.dbs-trs-banner-content h1 {
		font-size: 22px;
	}
    .dbs-trs-banner-content h2 {
        font-size: 18px;
        line-height: 1;
    }
	.dbs-gold-video .image .play-text {
		top: 1em;
	}
}

/* Safari 10.1+ (which is the latest version of Safari at this time) */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .dbs-trs-banner-wrapper:after,
        .dbs-trs-content-wrapper:after {
            display: block;
        }
    }
}</pre></body></html>