#loader-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	display: none !important;
	left: 0;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.95);
}
#loader-overlay #loader {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #444;
	width: 2.5rem;
	height: 2.5rem;
	animation: spin 1s linear infinite;
	margin-left: 0.625rem;
}

#loader-overlay .center {
	width: 5rem;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: calc(50% - 40px);
	color: #fff;
}

#loader-overlay #loader-content {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-left: -6px;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.cmp-subnav .subnav-fixed.sticky-top .cmp-subnav__navigation-wrapper .navbar-nav,
.cmp-subnav .navbar-nav {
	white-space: nowrap !important;
}

@media (min-width: 768px) {
	.subnav-container .navbar .menu-nav-item > a,
	.subnav-container .navbar-inverse .menu-nav-item > a,
	.subnav-container .navbar .open > a,
	.subnav-container .navbar-inverse .open > a {
		width: max-content;
	}
}
.cmp-subnav .subnav-fixed.sticky-top {
	position: fixed !important;
}
.cmp-subnav {
	margin-top: 70px !important;
}
.cmp-subnav .subnav-fixed.sticky {
	position: absolute !important;
}
.tooltip.fade.in {
	opacity: 0.9 !important;
}
.tooltip-inner {
	border-radius: 0px;
}
.tooltip-inner {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	border-radius: 4px;
	background-color: #f3f2f2;
	color: #000;
	border: 1px solid #000;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #000;
	border-width: 6px 10px 0;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-width: 0 10px 6px;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}
.font-family-open {
	font-family: "Open Sans", sans-serif;
}

.font-family-adelle {
	font-family: "adelle-sans", sans-serif;
}

.font-family-sabon {
	font-family: "linotype-sabon", sans-serif;
}
.fadesec {
	transition: opacity 500ms ease-in;
}
.fadeOut {
	opacity: 0;
}
.fadeIn {
	opacity: 1;
	transition: opacity 500ms ease-in;
}
.fadeStickMenu {
	transition: opacity 100ms ease-in;
}
.fadeStickIn {
	/* opacity: 1; */
	display: block;
}
@media (min-width: 991px) {
	#diclWrapper .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	#diclWrapper .col-1,
	#diclWrapper .col-10,
	#diclWrapper .col-11,
	#diclWrapper .col-12,
	#diclWrapper .col-2,
	#diclWrapper .col-3,
	#diclWrapper .col-4,
	#diclWrapper .col-5,
	#diclWrapper .col-6,
	#diclWrapper .col-7,
	#diclWrapper .col-8,
	#diclWrapper .col-9,
	#diclWrapper .col-lg-1,
	#diclWrapper .col-lg-10,
	#diclWrapper .col-lg-11,
	#diclWrapper .col-lg-12,
	#diclWrapper .col-lg-2,
	#diclWrapper .col-lg-3,
	#diclWrapper .col-lg-4,
	#diclWrapper .col-lg-5,
	#diclWrapper .col-lg-6,
	#diclWrapper .col-lg-7,
	#diclWrapper .col-lg-8,
	#diclWrapper .col-lg-9,
	#diclWrapper .col-md-1,
	#diclWrapper .col-md-10,
	#diclWrapper .col-md-11,
	#diclWrapper .col-md-12,
	#diclWrapper .col-md-2,
	#diclWrapper .col-md-3,
	#diclWrapper .col-md-4,
	#diclWrapper .col-md-5,
	#diclWrapper .col-md-6,
	#diclWrapper .col-md-7,
	#diclWrapper .col-md-8,
	#diclWrapper .col-md-9,
	#diclWrapper .col-sm-1,
	#diclWrapper .col-sm-10,
	#diclWrapper .col-sm-11,
	#diclWrapper .col-sm-12,
	#diclWrapper .col-sm-2,
	#diclWrapper .col-sm-3,
	#diclWrapper .col-sm-4,
	#diclWrapper .col-sm-5,
	#diclWrapper .col-sm-6,
	#diclWrapper .col-sm-7,
	#diclWrapper .col-sm-8,
	#diclWrapper .col-sm-9,
	#diclWrapper .col-xs-1,
	#diclWrapper .col-xs-10,
	#diclWrapper .col-xs-11,
	#diclWrapper .col-xs-12,
	#diclWrapper .col-xs-2,
	#diclWrapper .col-xs-3,
	#diclWrapper .col-xs-4,
	#diclWrapper .col-xs-5,
	#diclWrapper .col-xs-6,
	#diclWrapper .col-xs-7,
	#diclWrapper .col-xs-8,
	#diclWrapper .col-xs-9 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
#diclWrapper .animate__element {
	opacity: 0;
}
#diclWrapper .ml-20,
#diclWrapper .mx-20 {
	margin-left: 20px;
}
#diclWrapper .mr-20,
#diclWrapper .mx-20 {
	margin-right: 20px;
}
#diclWrapper .ml-10,
#diclWrapper .mx-10 {
	margin-left: 10px;
}
#diclWrapper .mr-10,
#diclWrapper .mx-10 {
	margin-right: 10px;
}

#diclWrapper .dicl-border-left {
	border-left: 1.1px solid #cccccc;
}
#diclWrapper .dicl-border-right {
	border-right: 1.1px solid #cccccc;
}
#diclWrapper .dicl-border-top {
	border-top: 1.1px solid #cccccc;
}
#diclWrapper .dicl-border-bottom {
	border-bottom: 1.1px solid #cccccc;
}
#diclWrapper .dicl-border-left-dark {
	border-left: 1.1px solid #707070;
	height: max-content;
}
#diclWrapper .dicl-border-right-dark {
	border-right: 1.1px solid #707070;
}
#diclWrapper .dicl-border-top-dark {
	border-top: 1.1px solid #707070;
}
#diclWrapper .dicl-border-bottom-dark {
	border-bottom: 1.1px solid #707070;
}
/* #diclWrapper .cover-image {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/assets/gmt-banner.png);
	height: 100vh;
	max-height: 1700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
} */
@media (min-width: 991px) {
	#diclWrapper .cover-page {
		min-height: 600px;
		/* height: 92vh; */
		max-height: 1920px;
	}
	/* #diclWrapper .inner-page {
        display: none;
    } */
}
#diclWrapper .cover-content {
	text-align: center;
}
#diclWrapper #explore {
	margin-top: 50px;
}
/* #diclWrapper .banner-img {
	position: absolute;
	height: 100%;
	width: calc(50vw - 5px);
	min-height: calc(700px - 55px);
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/gmt-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */
/* #diclWrapper .cover-content h1 {
	font-family: adelle-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 72px;
	line-height: 72px;
	color: #1f1f1f;
	margin-bottom: 10px;
	transition: all 0.3s linear;
} */
#diclWrapper .cover-content h3 {
	font-family: linotype-sabon, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #f8f8f8;
	/* margin-bottom: 0; */
}
#diclWrapper .cover-content a {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 28px;
	color: #000000;
	position: relative;
	display: inline-block;
	transition: all 300ms linear;
	width: fit-content;
}

#diclWrapper .cover-content a::after,
#diclWrapper .cover-content .scroll-btn {
	content: " ";
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/explore-right-arrow.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	top: 5px;
	transition: all 0.3s linear;
}
/* #diclWrapper .cover-content a:hover {
    color: #699f00;
} */
#diclWrapper .explore-scroll span {
	font-family: adelle-sans-condensed, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 21px;
	color: #fff;
	margin-right: 5px;
	transition: all 300ms linear;
}
#diclWrapper .explore-scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear 0s;
}

#diclWrapper .explore-scroll span:hover {
	color: #86bc25;
}
#diclWrapper .explore-scroll:hover span {
	color: #86bc25;
}
#diclWrapper .explore-scroll:hover .scroll-btn {
	transform: scale(1.2);
	transition: all 300ms linear;
	/* background-image: url("../assets/explore-right-arrow-green.svg");
    filter: brightness(100%); */
}

#diclWrapper .cover-gradient {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
#diclWrapper #cover-scroll {
	text-decoration: none;
}
@media (min-width: 991px) {
	#diclWrapper .banner-col::before {
		content: " ";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: -100%;
		z-index: 1;
		background: 0 0;
		overflow: hidden;
	}
}
@media screen and (min-width: 1300px) {
	#diclWrapper .cover-container {
		/* padding-top: 55px; */
		min-height: 700px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
	#diclWrapper .cover-container {
		/* padding-top: 55px; */
		min-height: 600px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
.videojs-player {
    height: 111vh;
   
}
}
@media screen and (min-width: 991px) {
	#diclWrapper .banner-img {
		background-repeat: no-repeat;
	}

	#diclWrapper .cover-content {
		min-height: calc(100vh - 125px);
		max-height: 1700px;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0;
		justify-content: center;
		max-width: 90%;
	}
	#diclWrapper #dicl-sticky-menu.is-sticky .dicl-sticky-menu-container .sticky-menu-button {
		top: 0;
	}
}
/* #diclWrapper .cover-image {
	background-image: url(../assets/gmt-banner.svg);
	height: 100vh;
	max-height: 1700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
} */
/* full width backgorund image cover */
/* #diclWrapper .cover-image .cover-content {
    text-align: center;
}
#diclWrapper .cover-image .cover-content h1 {
    font-family: "adelle-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 64px;
    text-align: center;
    color: #1f1f1f;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-bottom: 40px;
}
#diclWrapper .cover-image .cover-content h3 {
    font-family: "linotype-sabon", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 27px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: #1f1f1f;
    margin-top: 10px;
    margin-bottom: 40px;
}
#diclWrapper .cover-image .cover-content .btn-cover-scroll {
    display: inline-flex;
    cursor: pointer;
}
#diclWrapper .cover-image .cover-content .btn-cover-scroll img {
    transition: all 300ms linear;
}
#diclWrapper .cover-image .cover-content .btn-cover-scroll:hover img {
    transform: scale3d(1.25, 1.25, 1.25);
    transition: all 300ms linear;
} */

/*! CSS Used from: https://www.deloitte.com/content/dam/insights/us/USI-dev/2022/september/holiday-consumers-2022/styles/commonStyle_v52.min.css */
/* #diclWrapper .cover-content {
	height: 100vh;
	padding-right: 80px;
	padding-top: 205px;
	text-align: center;
}
#diclWrapper .cover-content {
	text-align: left;
}
#diclWrapper .banner-img {
	position: absolute;
	height: 100vh;
	width: calc(50vw - 5px);
	min-height: calc(700px - 55px);
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/gmt-banner.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#diclWrapper .cover-content h1 {
	font-family: adelle-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 70px;
	line-height: 89%;
	color: #1f1f1f;
	margin-bottom: 20px;
	transition: all 0.3s linear;
}
#diclWrapper .cover-content h3 {
	font-family: linotype-sabon, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
	line-height: 26.4px;
	letter-spacing: -0.01em;
	color: #1f1f1f;
}
#diclWrapper .cover-content h6 {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 350;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 0;
	margin-top: 26px;
	color: #000000;
	position: relative;
}

#diclWrapper .cover-content h6::after {
	content: " ";
	background-image: url("/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-arrow-dark.svg");
	background-position: center center;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	transition: all 300ms linear;
}
#diclWrapper .btn-cover-scroll:hover .cover-content h1 {
	text-decoration: none;
}
#diclWrapper .banner-col:hover .cover-content h1 {
	color: #86bc25;
}
#diclWrapper .banner-col:hover .cover-content h6::after {
	transform: scale(1.05);
}
#diclWrapper #cover-scroll {
	text-decoration: none;
}
@media (min-width: 991px) {
	#diclWrapper .banner-col::before {
		content: " ";
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: -100%;
		z-index: 1;
		background: 0 0;
		overflow: hidden;
	}
}
@media screen and (min-width: 1024px) {
	#diclWrapper .cover-container {
		padding-top: 55px;
		min-height: 700px;
	}
}
@media screen and (min-width: 991px) {
	#diclWrapper .banner-img {
		background-repeat: no-repeat;
	}
	#diclWrapper .cover-content {
		min-height: calc(100vh - 125px);
		max-height: 1700px;
	}
} */
#diclWrapper #dicl-nav {
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
}
#diclWrapper #dicl-nav .dicl-logo {
	outline: none;
}
#diclWrapper #dicl-nav .diclHeader {
	background: #ffffff;
	height: 60px;
	width: 100%;
	/* position: fixed;
    top: 55px;
    left: 0;
    z-index: 9; */
	transition: all 300ms ease-in-out;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#diclWrapper #dicl-nav .diclHeader-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
#diclWrapper #dicl-nav .nav-left {
	display: flex;
	align-items: center;
}
#diclWrapper #dicl-nav .nav-right {
	display: flex;
	height: 100%;
	align-items: center;
}
#diclWrapper #dicl-nav .nav-button {
	display: none;
}
#diclWrapper #dicl-nav .dicl-menu-name {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1f1f1f;
	cursor: pointer;
	transition: all 300ms linear;
	margin-bottom: 0;
	position: absolute;
	/* width: 100%; */
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#diclWrapper #dicl-nav .dicl-menu-name:hover {
	color: #26890d;
	text-decoration: none;
	transition: all 300ms linear;
}
#diclWrapper #dicl-nav .dicl-seperator {
	border-right: 1.1px solid #000;
	min-height: 35px;
}
#diclWrapper #dicl-nav .nav-link {
	display: flex;
	align-items: center;
	margin-right: 16px;
	height: 100%;
	color: #000;
	cursor: pointer;
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 14px;
	outline: none;
	letter-spacing: 0.01em;
	color: #000000;
	padding: 0;
	position: relative;
}
#diclWrapper #dicl-nav .nav-link.active,
#diclWrapper #dicl-nav .nav-link:hover {
	color: #86bc25;
	text-decoration: none;
}
#diclWrapper #dicl-nav .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2em;
	background-color: #86bc25;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
}
#diclWrapper #dicl-nav .nav-link.active::after,
#diclWrapper #dicl-nav .nav-link:hover::after {
	opacity: 1;
	transform: translate3d(0, 0.2em, 0);
}

/* Slide in */
#diclWrapper #dicl-nav .nav-link {
	overflow: hidden;
}

#diclWrapper #dicl-nav .nav-link::after {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

#diclWrapper #dicl-nav .nav-link.active::after,
#diclWrapper #dicl-nav .nav-link:hover::after,
#diclWrapper #dicl-nav .nav-link:focus::after {
	transform: translate3d(0, 0, 0);
}
#diclWrapper #dicl-nav .social-links {
	display: flex;
	align-items: center;
}
#diclWrapper #dicl-nav .social-links img {
	width: 32px;
	max-width: 100%;
}
#diclWrapper #dicl-nav .share-toggle {
	cursor: pointer;
	-webkit-appearance: unset;
}
#diclWrapper #dicl-nav .share-toggle.dropdown-toggle::after {
	display: none;
}
#diclWrapper #dicl-nav .share-dropdown-menu.show {
	min-width: auto;
	padding: 0;
	left: -12px !important;
}
#diclWrapper #dicl-nav .social-btn {
	display: block;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	background-color: transparent;
	border: 0;
}
#diclWrapper #dicl-nav .social-dropdown-menu .social-btn {
	margin-right: 20px;
}
#diclWrapper #dicl-nav .social-dropdown-menu {
	display: none;
}
#diclWrapper #dicl-nav .social-dropdown-menu.social-dropdown-open {
	display: flex;
}
#diclWrapper #dicl-nav .share-dropdown-menu.show .social-btn {
	margin: 10px;
}
#diclWrapper #dicl-nav .social-btn:hover {
	background-color: transparent;
}
#diclWrapper #dicl-nav .social-share {
	width: 20px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-share.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-share:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-facebook {
	width: 10px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-facebook.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-facebook:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-twitter {
	width: 25px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-twitter.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-twitter:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-linkedIn {
	width: 20px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-linkedin.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-linkedIn:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-subscribe {
	width: 20px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-subscribe.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-subscribe:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-download {
	/* width: 16px; */
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-download.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-download:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-bookmark {
	width: 16px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-bookmark.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-bookmark:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-subscribe {
	width: 22px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-subscribe.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .social-subscribe:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .bookmark-anchor.active .social-bookmark {
	width: 16px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-bookmark-active.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .bookmark-anchor.active .social-bookmark:hover {
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper #dicl-nav .nav-toggler {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#diclWrapper #dicl-nav .nav-toggler:hover {
	cursor: pointer;
}
#diclWrapper #dicl-nav .nav-toggler .line {
	width: 30px;
	height: 3px;
	background-color: #000;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#diclWrapper #dicl-nav .nav-toggler.is-active {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 7px;
}
#diclWrapper #dicl-nav .nav-toggler:before {
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 3px solid transparent;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#diclWrapper #dicl-nav .nav-toggler.is-active:before {
	border: 2px solid #000;
}
#diclWrapper #dicl-nav .nav-toggler.is-active .line {
	width: 25px;
	height: 2px;
}
#diclWrapper #dicl-nav .nav-toggler.is-active .line:nth-child(2) {
	opacity: 0;
}
#diclWrapper #dicl-nav .nav-toggler.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(7px);
}
#diclWrapper #dicl-nav .nav-toggler.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-7px) rotate(90deg);
}

@media screen and (max-width: 991px) {
	#diclWrapper #dicl-nav .nav-left-contatiner {
		display: flex;
		justify-content: space-between;
	}
	#diclWrapper .cover-container {
		padding-top: 55px;
		min-height: 375px;
	}
	#diclWrapper #dicl-nav .nav-left {
		flex-direction: column;
		align-items: flex-start;
		min-height: 64px;
		justify-content: center;
	}
	#diclWrapper #dicl-nav .nav-left .di-menu-logo {
		display: none;
	}
	#diclWrapper #dicl-nav .dicl-seperator {
		display: none;
	}

	#diclWrapper #dicl-nav .diclHeader {
		height: unset;
	}

	#diclWrapper #dicl-nav .diclHeader-container {
		flex-direction: column;
		align-items: unset;
	}
	#diclWrapper #dicl-nav .dimag-logo {
		width: 200px;
	}

	#diclWrapper #dicl-nav .nav-right {
		flex-direction: column;
		display: none;
		height: 100vh;
		max-height:1920px;
		margin-top: 45px;
		padding: 0 16px;
	}
	#diclWrapper #dicl-nav .nav-button {
		display: flex;
		/* margin-right: 16px; */
		align-items: center;
	}
	#diclWrapper #dicl-nav .nav-link {
		width: 100%;
		padding: 20px 0;
		margin-right: 0;
		align-items: flex-start;
		border-bottom: 1.1px solid #e5e5e5;
	}
	#diclWrapper #dicl-nav .nav-link:first-child {
		border-top: 1.1px solid #e5e5e5;
	}
	#diclWrapper #dicl-nav .social-links {
		/* margin-top: 50px; */
		justify-content: center;
	}
	#diclWrapper #dicl-nav .social-dropdown-menu.social-dropdown-open {
		flex-direction: column;
	}
	#diclWrapper #dicl-nav .social-dropdown-menu .social-btn {
		margin-bottom: 20px;
	}
}
#diclWrapper .dicl-menu-container {
	background: #e6ffff;
	padding-top: 57px;
	padding-bottom: 53px;
}

#diclWrapper .dicl-btn-black {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 0;
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 14px 20px 12px 20px;
	/* margin: 0px 0px 0px 40px; */
	background: #000;
	/* width: 154px; */
	white-space: nowrap;
	transition: all 0.3s linear;
}
#diclWrapper .dicl-btn-white {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 0;
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 14px 20px 12px 20px;
	/* margin: 0px 0px 0px 40px; */
	background: #fff;
	/* width: 154px; */
	white-space: nowrap;
	transition: all 0.3s linear;
}
#diclWrapper .dicl-btn-black:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
#diclWrapper .dicl-btn-white:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#diclWrapper .dicl-menu-row .teaser-heading {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 42px;
	line-height: 44px;
	color: #1f1f1f;
	margin-bottom: 10px;
}
#diclWrapper .dicl-menu-row .teaser-text {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	max-width: 90%;
}
#diclWrapper .animate__element {
	opacity: 0;
}
#diclWrapper .dicl-menu-row .teaser-link,
#diclWrapper .dicl-menu-row .teaser-link a {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-top: 30px;
	transition: all 300ms linear;
}
#diclWrapper .dicl-menu-row .teaser-link a {
	color: #000000;
	text-decoration-line: underline;
}
#diclWrapper .dicl-menu-row .teaser-link:hover,
#diclWrapper .dicl-menu-row .teaser-link a:hover {
	color: #86bc25;
}
#diclWrapper .dicl-side-menu {
	padding-left: 15px;
}
#diclWrapper .menu-nav-item {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #1f1f1f;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	outline: 0;
	transition: all 0.3s linear;
}
#diclWrapper .menu-nav-item.menu-nav-item-dark {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	/* text-transform: uppercase; */
	padding-top: 8px;
	border-top: 1.1px solid #cccccc;
}
#diclWrapper .menu-nav-item:last-child {
	margin-bottom: 0px;
}
#diclWrapper .menu-nav-item:hover {
	transition: all 0.3s linear;
}
#diclWrapper .menu-nav-item.active {
	position: relative;
}
#diclWrapper .menu-nav-item.active::before {
	content: " ";
	width: 11px;
	height: 11px;
	background: #86bc25;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: -15px;
	transition: all 0.3s linear;
}
#diclWrapper .get.menu-nav-item.menu-nav-item-dark.active::before {
	top: 2px;
}
#diclWrapper .menu-nav-item.menu-nav-item-dark.active::before {
	top: 10px;
}
#diclWrapper #dicl-sticky-menu {
	position: relative;
	z-index: 2;
}
#diclWrapper .dicl-sticky-menu-container {
	overflow: hidden;
}
#diclWrapper #dicl-sticky-menu.is-sticky .dicl-sticky-menu-container .sticky-menu-button {
	top: 148px;
	position: fixed;
}
#diclWrapper #dicl-sticky-menu.is-sticky .dicl-sticky-menu-container .dicl-sticky-menu {
	position: fixed;
	top: 60px;
}
#diclWrapper .dicl-sticky-menu-container .sticky-menu-button {
	top: 87px;
	position: absolute;
	z-index: 11;
	overflow: hidden;
	width: 225px;
	height: 50px;
	right: 0;
	background-color: #000;
	border: 1px solid #000;
	cursor: pointer;
	color: #fff;
	transform: rotate(90deg) translateY(-88px);
	transform-origin: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#diclWrapper .dicl-sticky-menu-container .sticky-menu-button p {
	font-family: adelle-sans, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
#diclWrapper .green-dot {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #86bc25;
	margin-right: 16px;
}
#diclWrapper .dicl-sticky-side-menu {
	top: 0;
	position: absolute;
	z-index: 11;
	overflow: hidden;
	right: 0;
	background-color: #e6ffff;
	color: #1f1f1f;
	padding: 57px 66px 188px 40px;
	max-width: 450px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	display: none;
}
#diclWrapper .dicl-sticky-side-menu .sticky-menu-close {
	position: absolute;
	right: 30px;
	top: 30px;
	background: none;
	outline: none;
	transition: transform 300ms linear;
}
#diclWrapper .dicl-sticky-side-menu .sticky-menu-close:hover {
	transform: rotate(90deg);
}
#diclWrapper .dicl-sticky-side-menu .dicl-side-social-menu {
	display: flex;
	margin-top: 35px;
	margin-bottom: 35px;
}
#diclWrapper .dicl-sticky-side-menu .social-btn {
	display: block;
	height: 35px;
	width: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	outline: none;
	background-color: transparent;
	border: 0;
	margin-right: 17px;
}
#diclWrapper .dicl-sticky-side-menu .social-facebook {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-facebook-dark.svg);
}
#diclWrapper .dicl-sticky-side-menu .social-twitter {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-twitter-dark.svg);
}
#diclWrapper .dicl-sticky-side-menu .social-linkedIn {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-linkedin-dark.svg);
}
#diclWrapper .dicl-sticky-side-menu .social-subscribe {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-subscribe-dark.svg);
	float: left;
	margin-right: 10px;
}
#diclWrapper .dicl-sticky-side-menu .social-download {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/Icon-download-white.svg);
	/* float: left;
	margin-right: 10px; */
	filter: brightness(0);
}
#diclWrapper .dicl-sticky-side-menu .nav-subscribe {
	display: flex;
	align-items: center;
	width: max-content;
}
#diclWrapper .dicl-sticky-side-menu .social-subscribe-text {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	text-transform: uppercase;
	float: left;
}
#diclWrapper .article-bg-white {
	background-color: #fff;
}
#diclWrapper .article-bg-light {
	background-color: #f8f8f8;
}
/* #diclWrapper .article-margin-default {
	padding-top: 40px;
	padding-bottom: 40px;
} */
#diclWrapper .article-margin-large {
	padding-top: 80px;
	padding-bottom: 80px;
}
#diclWrapper .article-heading-row h2 {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 38px;
	display: flex;
	align-items: center;
	color: #1f1f1f;
	margin-bottom: 16px;
	margin-top: 40px;
}
#diclWrapper .article-heading-row h6 {
	font-family: "adelle-sans-condensed", sans-serif;

	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 26px;
	color: #1f1f1f;
	margin-bottom: 10px;
}
#diclWrapper .article-heading-row p {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 350;
	font-size: 22px;
	line-height: 26px;
	color: #707070;
	margin-bottom: 0;
	/* font-weight: 350;
	 font-size: 22px;
	 line-height: 26px;
	 color: #707070;
	 */
}

#diclWrapper .article-heading-row a:hover {
	color: #86bc25;
}
#diclWrapper .article-heading-row hr {
	border-top: 1px solid #707070;
	margin-top: 50px;
	margin-bottom: 20px;
}
#diclWrapper .article-key-insights .article-heading-row {
	margin-bottom: 40px;
}
#diclWrapper .article-without-subheading .article-heading-row p,
#diclWrapper .article-without-subheading .article-heading-row hr {
	display: none;
}
#diclWrapper .article-without-subheading .article-heading-row h2 {
	margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
	#diclWrapper .article-has-border .key-col:not(:last-child) {
		border-right: 1px solid #707070;
	}
	#diclWrapper .article-has-border.article-count-four .key-col:nth-child(2),
	#diclWrapper .article-has-border.article-count-five .key-col:nth-child(2) {
		border-right: 0;
	}
	#diclWrapper .article-count-four .key-col:nth-child(1),
	#diclWrapper .article-count-four .key-col:nth-child(2),
	#diclWrapper .article-count-five .key-col:nth-child(1),
	#diclWrapper .article-count-five .key-col:nth-child(2) {
		margin-bottom: 30px;
	}
}
#diclWrapper .key-text p {
	font-family: "linotype-sabon", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #1f1f1f;
	max-width: 90%;
}
#diclWrapper .key-text p a {
	font-family: "adelle-sans-condensed", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #1f1f1f;
	text-decoration: underline;
}
#diclWrapper .key-text p a:hover {
	color: #86bc25;
}
#diclWrapper .article-box img {
	margin-bottom: 10px;
	width: 100%;
}
#diclWrapper .article-box-tall img {
	margin-bottom: 20px;
	width: 100%;
}
#diclWrapper .article-box h3 {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
	color: #1f1f1f;
	transition: all 300ms ease-in-out;
	margin-bottom: 5px;
}

#diclWrapper .article-key-insights .article-box h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
#diclWrapper .article-box span.article-key-no {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 64px;
	letter-spacing: -0.02em;
	color: #86bc25;
	display: inline-block;
	margin-bottom: 20px;
}
#diclWrapper .article-box p {
	font-family: "linotype-sabon", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #1f1f1f;
}
#diclWrapper .article-footer {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	justify-content: center;
	margin-bottom: 5px;
}
#diclWrapper .article-footer span {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #707070;
}
#diclWrapper .article-footer .black-dot {
	width: 3.5px;
	height: 3.5px;
	border-radius: 50%;
	background: #707070;
}
#diclWrapper .article-tags span {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #707070;
}
#diclWrapper .article-box:hover {
	text-decoration: none;
}
#diclWrapper .article-box:hover h3 {
	color: #86bc25;
}
#diclWrapper .article-insight-box,
#diclWrapper .article-short-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
#diclWrapper .article-short-box img {
	max-width: 50%;
}
#diclWrapper .article-short-box h2 {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 10px;
}
#diclWrapper .article-short-box p {
	display: none;
}
#diclWrapper .five-article .article-short-box {
	flex-direction: column;
	gap: 0px;
	margin-bottom: 50px;
}
#diclWrapper .five-article .article-short-box img {
	max-width: 100%;
}
#diclWrapper .article-insights h4 {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #1f1f1f;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#diclWrapper .article-insight-box .article-box h3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}
#diclWrapper .article-insight-box .article-box p {
	max-width: 85%;
}
#diclWrapper .article-insight-box:hover {
	text-decoration: none;
}
#diclWrapper .article-insight-box:hover h3 {
	color: #86bc25;
}
#diclWrapper .article-get-connected h2 {
	margin-bottom: 30px;
}
#diclWrapper .info-box p {
	font-family: "linotype-sabon", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #1f1f1f;
	max-width: 92%;
}
#diclWrapper .connected-link {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #1f1f1f;
}
#diclWrapper .connected-link:hover {
	color: #86bc25;
}
#diclWrapper .leader-box {
	border-left: 1.1px solid #707070;
	margin-bottom: 84px;
}
#diclWrapper .leader-box h6 {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #1f1f1f;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#diclWrapper .leader-block {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
#diclWrapper .leader-info p {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #1f1f1f;
	margin-bottom: 0;
	transition: all 300ms linear;
}
#diclWrapper .leader-info p:first-child {
	font-weight: 700;
	margin-bottom: 2px;
}
#diclWrapper .leader-block:hover {
	text-decoration: none;
}
/* #diclWrapper .leader-block:hover .leader-info p:first-child {
	color: #86bc25;
} */
@media screen and (max-width: 991px) {
	.article-bg-light {
		background: #ffffff;
	}
	#insights-report {
		background: #f8f8f8 !important;
	}
	.mb-56 {
		margin-bottom: 56px;
	}
	#diclWrapper .dicl-menu-container {
		background-color: #fff;
	}
	#diclWrapper .info-box p {
		max-width: 90%;
	}
	#diclWrapper .dicl-menu-container .dicl-side-menu {
		display: none;
	}
	#diclWrapper .dicl-menu-row {
		padding-top: 0;
	}
	#diclWrapper .dicl-menu-row .teaser-text {
		font-size: 21px;
		line-height: 30px;
		max-width: 100%;
		padding-bottom: 32px;
		border-bottom: 1px solid #707070;
	}
	#diclWrapper #dicl-nav {
		display: none !important;
	}
	#diclWrapper .dicl-sticky-menu-container .sticky-menu-button {
		top: 0;
		transform: none;
		width: 100%;
	}
	#diclWrapper .dicl-sticky-side-menu {
		top: 50px;
		position: fixed;
		padding: 60px 30px;
		max-width: unset;
		height: 100vh;
		max-height:1920px;
	}
	#diclWrapper .dicl-sticky-side-menu .sticky-menu-close {
		top: 15px;
		left: 18px;
		text-align: left;
	}
	#diclWrapper .dicl-sticky-side-menu .sticky-menu-close:hover {
		transform: none;
	}
	#diclWrapper .key-col {
		border-top: 1.1px solid #e5e5e5;
	}
	#diclWrapper .article-margin-default {
		padding-bottom: 0;
	}
	#diclWrapper .article-heading-row hr {
		margin-top: 0;
	}
	#diclWrapper .article-box {
		display: block;
		margin-bottom: 32px;
	}
	#diclWrapper .article-heading-row h2 {
		font-weight: 900;
		font-size: 24px;
		line-height: 26px;
		/* border-top: 1px solid #707070; */
		padding-top: 40px;
		margin-top: 0;
	}
	/* #diclWrapper .article-heading-row p {
		padding-bottom: 20px;
	} */
	#diclWrapper .article-insight-box .article-box p {
		display: none;
	}
}
.method-para {
	font-family: "adelle-sans-condensed", sans-serif !important;
	font-style: normal !important;
	font-weight: 350 !important;
	font-size: 22px !important;
	line-height: 26px !important;
	color: #707070 !important;
	max-width: 74%;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-61 {
	margin-bottom: 61px;
}
/* #methodology {
	padding-top: 40px;
	padding-bottom: 77px;
} */
.mt-40 {
	margin-top: 40px;
}
.mb-77 {
	margin-bottom: 77px;
}
.ml-0 {
	margin-left: 0;
}
#diclWrapper .article-heading-row a {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #707070;
	text-decoration-line: underline;
	transition: all 300ms linear;
	margin-top: 5px;
	display: block;
	width: fit-content;
	margin-top: 30px;
}
.get-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9px 17.5px;
	gap: 10px;
	/* width: 140px; */
	height: 33px;
	background: #1f1f1f;
	/* color: white; */
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #000;
	/* margin-top: 17px; */
}
/* .get-text {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 17px;
} */
#insights-report {
	background-color: #f8f8f8;
	padding-bottom: 58px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-58 {
	margin-top: 58px;
}
.insights-report-para {
	font-family: "adelle-sans-condensed", sans-serif !important;
	font-style: normal;
	font-weight: 350;
	font-size: 22px !important;
	line-height: 26px;
	color: #1f1f1f;
	max-width: 99%;
	margin-bottom: 36px;
}
.insights-report-heading {
	font-family: "adelle-sans-condensed", sans-serif !important;
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 44px;
	color: #1f1f1f;
	max-width: 86%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	background: white;
	background-image: none;
	border: 1px solid #1f1f1f;
}

.select {
	position: relative;
	display: block;
	width: 380px;
	height: 35px;
	line-height: 3;
	background: #ffffff;
	overflow: hidden;
	/* border-radius: 0.25em; */
	/* margin-bottom: 257px; */
}

select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	color: #1f1f1f;
	cursor: pointer;
	font-family: "adelle-sans-condensed", sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	display: flex;
}

select::-ms-expand {
	display: none;
}

.select::after {
	/* content: "\25BC"; */
	content: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/white-down-arrow.svg);
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	background: black;
	pointer-events: none;
	padding-top: 2px;
}

.select:hover::after {
	color: #ffffff;
	/* background-image: url(/assets/white-down-arrow.svg); */
}

<!-- For different browsers -- > .select::after {
	-webkit-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	transition: 0.25s all ease;
}
/* option {
	background-color: white;
} */
.border-none {
	border: none !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.font-16 {
	font-size: 16px !important;
}
.lh {
	line-height: 21px !important;
}
.font-adella {
	font-family: "adelle-sans-condensed", sans-serif !important;
}
@media screen and (max-width: 991px) {
	.insights-report-heading {
		max-width: 100%;
		font-family: adelle-sans-condensed, sans-serif;
		font-style: normal;
		font-weight: 900;
		font-size: 24px;
		line-height: 26px;
		color: #1f1f1f;
		margin-bottom: 16px;
	}
	#diclWrapper #insights-report {
		margin-top: 0 !important;
		/* padding-top: 30px; */
		padding-bottom: 40px;
	}
	#diclWrapper #get-connected {
		background-color: #f8f8f8 !important;
	}
	.insights-report-para {
		max-width: 98%;
		margin-bottom: 56px;
	}
	.select {
		margin-bottom: 0;
	}
	.method-para {
		max-width: 97%;
		color: #1f1f1f !important;
	}
	.mb-77 {
		margin-bottom: 0;
	}
	#diclWrapper .connected-link {
		margin-bottom: 20px;
	}
	#diclWrapper .banner-image-container {
		padding: 0 !important;
	}
	#diclWrapper .banner-col {
		order: 2;
	}
	#diclWrapper .banner-img {
		width: 100%;
		min-height: 70vh;
		position: relative;
	}
	#diclWrapper .dicl-menu-container {
		margin-bottom: 0;
	}
	#diclWrapper #introduction .article-heading-row h2 {
		font-family: adelle-sans-condensed, sans-serif;
		font-style: normal;
		font-weight: 900;
		font-size: 36px;
		line-height: 44px;
		color: #1f1f1f;
	}
	.mt-140 {
		margin-top: 75px;
	}
	#diclWrapper .dicl-menu-row .teaser-heading {
		font-size: 30px !important;
		line-height: 32px !important;
		padding-bottom: 30px;
		border-bottom: 1px solid #707070 !important;
	}
	/* .banner-col {
		display: none;
	} */
	.d-none {
		display: block;
	}
	#diclWrapper .dicl-sticky-menu-container .sticky-menu-button {
		position: fixed;
	}
}
.container:before,
.container:after {
	content: none;
}

#trends {
	height: 100vh;
	max-height:1920px;
	/* max-width: 1302px; */
	margin: 0 auto;
	background-color: #000;
	position: relative;
}
#trend1 {
	/* width: 100%; */
	height: 100vh;
	max-height: 1920px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/GMT23_Trend1-Interactive.png);
	background-size: cover;
	/* background-position-y: -45px; */
}
#trend2 {
	/* width: 100%; */
	height: 100vh;
	max-height:1920px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/GMT23_Trend2-Interactive.png);
	background-size: cover;
}
#trend3 {
	/* width: 100%; */
	height: 100vh;
	max-height:1920px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/GMT23_Trend3-Interactive.png);
	background-size: cover;
}
#trend4 {
	/* width: 100%; */
	height: 100vh;
	max-height:1920px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/GMT23_Trend4-Interactive.png);
	background-size: cover;
}
#diclWrapper .trendsContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	max-width: 1302px;
	width: 100%;
	/* pointer-events: none; */
	height: 100vh;
	max-height:1920px;
}
.article {
	position: relative;
	top: 0px;
	width: 50vw;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.article-right {
	width: 50vw;
}
.article h2 {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 91%;
	/* identical to box height, or 64px */

	letter-spacing: -0.02em;
	text-align: left;
	color: #7fc342;
}
.article h3 {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 99%;
	/* or 30px */

	letter-spacing: -0.01em;
	text-align: start;
	/* White */
	max-width: 89%;
	color: #ffffff;
}
.article p {
	font-family: "linotype-sabon", sans-serif;

	font-style: normal;

	font-weight: 400;

	font-size: 17px;

	line-height: 20px;

	/* or 118% */

	letter-spacing: -0.01em;

	/* White */

	text-align: start;

	color: #ffffff;
	margin-bottom: 30px;
	max-width: 75%;
}
.article a {
	font-family: "adelle-sans", sans-serif;

	font-style: normal;

	font-weight: 700;
	font-size: 14px;
	line-height: 16px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px;
	/* gap: 10px; */
	width: 140px;
	height: 40px;

	text-transform: uppercase;

	/* Soft Black */

	color: #1f1f1f !important;
	background: #ffffff;
}
/* Swiper js */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination {
	/* left: 470px !important; 
	*/
	left: calc(100vw-1305);
	width: 20px;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
	background: var(--swiper-pagination-bullet-inactive-color, transparent) !important;
	border: 1px solid #70bf48;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #86bc25 !important;
	opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
}
/* Swiper js */

.overlay {
	position: absolute;
	width: 45vw;
	height: 100vh;
	max-height:1920px;
	left: 0;
	background: #1f1f1f;
	/* mix-blend-mode: multiply; */
	opacity: 0.6;
	/* z-index: 1; */
}
.trendsDot {
    /* height: 200px !important; */
    /* width: 200px !important; */
    /* background-color: #6eec47 !important; */
    background: transparent;
    /* border-radius: 50%; */
    position: absolute;
    padding: 50vh 25vw;
    left: 45vw;
    top: 0;
    z-index: 2;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    /* cursor: pointer; */
}
.trendDefault,.trendHover{
	cursor: pointer;
}
.arcGroup {
	position: absolute;
	left: 60vw;
	top: 30vh;
	height: 700px;
	width: 700px;
	z-index: 2;
	display: none;
}

.arc1 {
	position: relative;
	left: 0px;
	/* top: 25vh; */
	width: 500px;
	height: 500px;
}

.btnGroup {
	position: absolute;
	top: -80px;
	right: 135px;
	width: 23.3px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	/* position: relative;
		top: -234px;
		left: -428px;
		width: 23.3px; */
}

.arc-details {
	/* display: none; */
	position: absolute;
	z-index: 2;
	top: -100px;
	left: -127px;
	width: 299px;
	opacity: 0;
}
.arc-details h3 {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 48px !important;
	line-height: 24px;
	/* or 50% */

	color: #ffffff;
}
.arc-details p {
	font-family: "linotype-sabon", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	max-width: 58%;
}
.arc-details a {
	font-family: "adelle-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	/* or 124% */

	text-decoration-line: underline !important;

	/* White */

	color: #ffffff !important;
}

#green-circle {
	opacity: 0;
}
@media (min-width: 991px) {
	.container {
		width: 1302px;
	}
	.mobile-trend-img {
		display: none !important;
	}
	.banner-mobile {
		display: none;
	}
	.mobile-swiper-pagination {
		display: none;
	}
	.article-text-2 {
		top: 10px;
	}
	.article-text-3 {
		top: -20px;
	}
	.article-text-4 {
		top: -13px;
	}
}

#diclWrapper {
	overflow-x: hidden;
}
/* #diclWrapper .cover-container {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/GMT23_Hero.jpg);
	max-height: 1700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms linear;
	padding: 0;
	margin-top: 55px;
} */
#diclWrapper .cover-content {
	max-width: 100%;
	align-items: center;
}

#diclWrapper .cover-content h1 {
	font-family: adelle-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 72px;
	line-height: 95%;
	color: #f8f8f8;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	max-width: 50%;
}
#diclWrapper .row {
	display: flex;

	flex-wrap: wrap;
	padding: 0;
}
#trends .social-download {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/Icon-download-white.svg);
	width: 20px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	/* filter: brightness(0); */
}
#trends .social-download:hover {
	background-color: transparent !important;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-download-green.svg);
}
.social-share {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/Icon-share-white.svg);
	width: 21.54px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}
.social-share:hover {
	background-color: transparent !important;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-share.svg);
}

.icon-close {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-close-dark.svg) !important;
	width: 15px;
	height: 15px;
	background-size: contain;
	position: absolute;
	top: 12px;
	left: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.btnClose:hover .icon-close {
	background-color: transparent;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-close-green.svg) !important;
}
.btnClose {
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	left: -10px;
	position: relative;
	border: #ffffff;
}
/* .btnClose:hover {
	transform: rotate(90deg) !important;
} */
/* .cross-dark img:hover {
	transform: rotate(45deg) !important;
	background: black;
	transition: transform 0.7s ease-in-out;
} */
/* .cross-dark {
	top: 10px;
	background-color: black;
	width: 40px;
	height: 40px;
	position: relative;
	left: -5px;
} */
@media screen and (max-width: 991px) {
	#diclWrapper .cover-container {
		background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/mobile-gmt-banner2.png);
	}
	#diclWrapper .leader-box h6 {
		margin-top: 46px;
	}
	#diclWrapper .article-get-connected h2 {
		margin-bottom: 16px;
	}
	/* .swiper-slide img {
		width: 92%;
	} */
	.mr-0 {
		margin-right: 0 !important;
	}
	.mt-40 {
		margin-top: 40px;
	}
	.bor-bottom {
		border-bottom: 1px solid #cccccc !important;
		padding-bottom: 8px;
	}
	.mb-30 {
		margin-bottom: 30px;
	}
	.mt-30 {
		margin-top: 30px;
	}
	/* #explore {
		display: none;
	} */
	.select {
		width: 365px;
	}
	.mobile-article {
		min-height: 497px;
		text-align: left;
		padding-left: 15px;
	}
	#diclWrapper .dicl-menu-container {
		padding-bottom: 0;
		display: none;
	}
	.desktop-swiper-pagination {
		display: none !important;
	}
	#diclWrapper .leader-block {
		display: block;
	}
	#diclWrapper .leader-box {
		border-left: none;
	}
	#diclWrapper.info-box {
		margin-bottom: 10px;
	}
	
	.swiper-pagination-bullet {
		border: 1px solid #699f00 !important;
		opacity: 1;
		margin-right: 15px !important;
	}
	/* .arc-details {
		top: -120px !important;
	} */
	.article {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.article-right {
		width: 100%;
	}
	#diclWrapper .trendsContainer {
		display: block;
	}
	.overlay {
		/* display: none; */
		/* top:547px; */
		height: 100%;
	}
	.article h3 {
		font-weight: 900;
		font-size: 30px;
		line-height: 99%;
		max-width: 90%;
		/* color: #000000; */
	}
	.article p {
		font-weight: 400;
		font-size: 17px;
		line-height: 20px;
		max-width: 89%;
		/* color: #000000; */
		/* max-width: 83%; */
	}
	.article a {
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
		/* width: 160px; */
		padding: 0;
		/* color: #000000 !important; */
	}
	/* .trendsDot {
		height: 18px !important;
		width: 18px !important;
		left: -1vw !important;
    	top: 70vh !important;
		padding: 32vh 50vw !important;
	} */
	.close-icon {
		position: absolute;
		top: 0px;
		/* right: -72px !important; */
	}
	/* .btnGroup {
		left: 280px;
		top: -122px;
	} */
	.swiper-pagination-vertical.swiper-pagination-bullets,
	.swiper-vertical > .swiper-pagination-bullets {
		top: 50% !important;
	}
	#trends {
		/* height: 100% !important; */
		height: 130vh !important;
		min-height: 1000px;
		/* margin-top: 74px; */
	}
	/* .icon-close {
		width: 40px !important;
		height: 40px !important;
	} */
	.social-download {
		width: 20px !important;
		height: 18.57px !important;
	}
	.social-share {
		width: 16px !important;
		height: 20px !important;
	}
	.dicl-side-menu-buttons .social-download {
		width: 35px !important;
		height: 35px !important;
	}
	#green-circle {
		width: 220px !important;
		left: 25px !important;
		top: -12px !important;
	}
	/* .arc1 {
		height: 350px;
		width: 350px;
		bottom: -14px;
    left: -30px;
	} */

	/* .arc-details {
		top: 10px;
		left: -36px;
    width: 200px;
	} */
	.arc-details h3 {
		font-weight: 700 !important;
		font-size: 40px !important;
		line-height: 24px;
		/* margin: 0; */
	}
	.arc-details p {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		/* margin: 0; */
		max-width: 75%;
		padding-top: 7px;
	}
	.arc-details a {
		font-weight: 400;
		font-size: 13px;
		line-height: 21px;
	}
	/* .arcGroup {
		position: absolute;
		left: 50px !important;
		top: 92vh !important;
		height: 50px;
		/* width: 40px; 
		z-index: 2;
	} */
	/* .mobile-trend {
		max-height: 700px;
		margin-top: 38px;
	} */
	.mobile-trend-img {
		/* margin-top: 38px; */
		min-height: 497px;
	}
	#diclWrapper .cover-content h1 {
		font-size: 30px;
		line-height: 32px;
		color: #1f1f1f;
		max-width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	#diclWrapper .cover-content h3 {
		font-family: linotype-sabon, sans-serif !important;
		font-style: italic;
		font-weight: 400;
		font-size: 22px;
		line-height: 120%;
		/* or 26px */

		letter-spacing: -0.01em;

		/* Soft Black */

		color: #1f1f1f;
		max-width: 90%;
	}
	#diclWrapper .explore-scroll span {
		font-weight: 400;
		font-size: 22px;
		line-height: 21px;
		text-decoration-line: underline;
		color: #1f1f1f;
		text-align: left;
		transition: all 300ms linear;
	}
	#diclWrapper .cover-content .scroll-btn {
		content: " ";
		background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/explore-right-arrow-dark.svg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 16px;
		height: 14px;
		top: 5px;
		transition: all 0.3s linear;
	}
	.banner-desktop {
		display: none;
	}
	#diclWrapper #explore {
		margin-top: 0;
	}
	#diclWrapper .cover-content {
		text-align: left;
	}
	#diclWrapper .cover-content a {
		margin-top: 25px;
	}
	#trend1,
	#trend2,
	#trend3,
	#trend4 {
		background-image: none;
	}

	.d-none {
		display: none;
	}
	.di-overflow-hidden {
		overflow: hidden !important;
	}
	#diclWrapper {
		overflow-x: hidden;
	}

	.begin-transition1 {
		animation: dotAnimation1 1s ease forwards;
	}
	.begin-transition2 {
		animation: dotAnimation2 1s ease forwards;
	}
	.begin-transition3 {
		animation: dotAnimation3 1s ease forwards;
	}
	.begin-transition4 {
		animation: dotAnimation4 1s ease forwards;
	}
	@keyframes dotAnimation1 {
		to {
			left: 75vw;
			top: 40vh;
		}
	}
	@keyframes dotAnimation2 {
		to {
			left: 85vw;
			top: 60vh;
		}
	}
	@keyframes dotAnimation3 {
		to {
			left: 65vw;
			top: 30vh;
		}
	}
	@keyframes dotAnimation4 {
		to {
			left: 58vw;
			top: 40vh;
		}
	}

	#trends .social-download {
		background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/Icon-download-white.svg);
		width: 20px;
		height: 25px;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: transparent;
	}

	.social-share {
		background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/Icon-share-white.svg);
		width: 21.54px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	.icon-close {
		background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-close-dark.svg) !important;
		width: 15px;
		height: 15px;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#trends .social-download:hover,
	#trends .social-share:hover,
	#trends .icon-close:hover {
		background-color: transparent;
	}
	#green-circle {
		position: absolute;
		left: 65px;
		top: 62px;
		width: 369px;
	}
	.trendsDot {
		cursor: pointer;
	}
	.mobile-article {
		text-align: left;
		/* position: absolute;
	top: -230px; */
	}
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.article {
		max-width: 100%;
	}
	/* .swiper-slide img {
		width: 96%;
	} */
	.mobile-article {
		min-height: 400px;
		padding-left: 20px;
	}
	/* .swiper-pagination {
		left: 280px !important;
		top: -770px !important;
	} */
	.trendsDot {
		top: 63vh !important;
	}
	/* .arc1 {
		left: 170px;
		bottom: 200px;
	} */
	#green-circle {
		left: 210px !important;
		top: -160px !important;
	}
	.btnGroup {
		top: -280px;
		left: 490px;
	}
	/* .arc-details {
		top: -265px !important;
		left: 50px !important;
	} */
	.arcGroup {
		/* top: 92vh !important; */
	}
	#diclWrapper .cover-container {
		height: 100vh !important;
		max-height:1920px;
	}
	#diclWrapper #insights-report {
		margin-top: 50px !important;
	}
}
#diclWrapper .social-bookmark {
	width: 16px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-bookmark.svg);
	filter: brightness(0);
	transition: filter 300ms linear;
	-webkit-transition: filter 30;
}
/* .method-para {
	color: #1f1f1f !important;
} */
/* @media only screen and (min-width: 375px) and (max-width: 667px) {
	#trends {
		height: 160vh;
	}
	.trendsDot {
		/* top: 110vh; 
		width: 100vw !important;
		top: 64vh !important;
		padding: 29vh 44vw !important;
		left: 0 !important;
	}
	.arcGroup {
		left: 52px !important;
		top: 82vh !important;
	}
	#green-circle {
		left: 40px;
	}
	.select {
		max-width: 100%;
	}
} */
/* @media only screen and (min-width: 414px) and (max-width: 896px) {
	.trendsDot {
		top: 58vh !important;
	}
	.arc1 {
		height: 350px;
		width: 350px;
		bottom: 30px;
		left: -30px;
	}
	.btnGroup {
		left: 331px;
		top: -178px;
	}
	/* .arc-details {
		top: -164px !important;
	} 
	#green-circle {
		left: 40px !important;
	}
	.arcGroup {
		left: 70px;
		top: 83vh;
	}
	#trends {
		height: 120vh !important;
	}
} */
/* @media only screen and (min-width: 360px) and (max-width: 390px) {
	.arc1 {
		height: 350px;
		width: 350px;
		bottom: 15px;
		left: -43px;
	}
	.arc-details {
		top: -145px !important;
	}
}
@media only screen and (min-width: 375px) and (max-width: 390px) {
	.arc1 {
		height: 350px;
		width: 350px;
		bottom: -28px;
		left: -43px;
	}
	.btnGroup {
		left: 280px;
		top: -105px;
	}
	.arc-details {
		top: -103px !important;
	}
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	.container {
		max-width: 100% !important;
	}
	.swiper-pagination {
		left: 350px !important;
	}
	.trendsDot {
		top: 53vh !important;
	}
	#green-circle {
		left: 225px !important;
		top: -162px !important;
	}
	.arc1 {
		left: 170px;
		bottom: 270px;
	}
	.arc-details {
		/* top: -200px !important;
		left: 260px !important; 
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.container {
		margin: 0 !important;
	}
	.swiper-pagination {
		left: 350px !important;
	}
	.trendsDot {
		top: 36vh !important;
    left: 0 !important;
	padding: 49vh 50vw !important;
	}
	#green-circle {
		left: 210px !important;
		top: -162px !important;
	}
	.rm {
		margin: 0 !important;
	}
} */

/* .article a:hover {
	color: #86bc25 !important;
} */

.article a {
	cursor: pointer;
}
.arc-details a:hover {
	color: #86bc25 !important;
}
#diclWrapper .cover-container {
	height: 93vh;
	max-height:1920px;
}

#diclWrapper #explore {
	margin-top: 0px;
}
.get-button:hover {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
	#diclWrapper .cover-container {
		height: 400px;
		margin-top: 20px !important;
	}
	.article {
		background-color: #1f1f1f;
		color: #ffffff !important;
	}
	.mobile-article {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#diclWrapper .banner-mobile {
		margin-bottom: 0px;
	}
	#diclWrapper .dicl-overlay {
		display: none;
	}
	.article-para {
		/* bottom: -20px; */
		position: absolute;
	}
	#diclWrapper .leader-box h6 {
		border-top: 1px solid #707070;
	}
	/* #diclWrapper .trendsContainer {
		pointer-events: auto;
	} */
	.dim-border-left1 {
		border: none !important;
	}
}
.article-para {
	font-family: linotype-sabon, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 32px !important;
	color: #ffffff !important;
	margin-top: 30px;
}
#diclWrapper .dicl-overlay {
	min-height: 600px;

	height: 100vh;

	width: 100%;

	max-height: 1920px;

	background-color: #1f1f1f;

	opacity: 0.6;

	z-index: 0;

	position: absolute;
}
.banner-desktop {
	height: 100%;
}
.begin-transition1 {
	animation: dotAnimation1 1s ease forwards;
}
.begin-transition2 {
	animation: dotAnimation2 1s ease forwards;
}
.begin-transition3 {
	animation: dotAnimation3 1s ease forwards;
}
.begin-transition4 {
	animation: dotAnimation4 1s ease forwards;
}
@keyframes dotAnimation1 {
	to {
		left: 75vw;
		top: 40vh;
	}
}
@keyframes dotAnimation2 {
	to {
		left: 85vw;
		top: 60vh;
	}
}
@keyframes dotAnimation3 {
	to {
		left: 65vw;
		top: 30vh;
	}
}
@keyframes dotAnimation4 {
	to {
		left: 58vw;
		top: 40vh;
	}
}

#diclWrapper .btnGroup .social-facebook {
	width: 20px;
	height: 20px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-facebook1.svg);
	/* filter: brightness(0%);/ */
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
	background-repeat: no-repeat;
	/* display: flex; */
	background-position: center;
	background-color: transparent;
}
#diclWrapper .btnGroup .social-facebook:hover {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-facebook.svg);
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper .btnGroup .social-twitter {
	width: 20px;
	height: 20px;
	/* width: 25px; */
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-twitter1.svg);
	/* filter: brightness(0%); */
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
	background-repeat: no-repeat;
	/* display: flex; */
	background-position: center;
	background-color: transparent;
}
#diclWrapper .btnGroup .social-twitter:hover {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-twitter.svg);
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
#diclWrapper .btnGroup .social-linkedIn {
	width: 20px;
	height: 20px;
	width: 20px;
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-linkedin1.svg);
	/* filter: brightness(0%); */
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
	background-repeat: no-repeat;
	/* display: flex; */
	background-position: center;
	background-color: transparent;
}
#diclWrapper .btnGroup .social-linkedIn:hover {
	background-image: url(/content/dam/assets-insights/custom/2023/march/gmt-2023/assets/icon-linkedin.svg);
	filter: brightness(100%);
	transition: filter 300ms linear;
	-webkit-transition: filter 300ms linear;
}
.btnGroup .social-dropdown-menu {
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	/* display: none; */
}

.container {
	width: 100%;
}

.scrollsec {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;

	touch-action: none;
	/* flex-direction: column; */
}
.scrollsec-item {
	height: 100vh;
	max-height:1920px;
	width: calc(0vw);
	/* transition: all 500ms ; */
	/* animation: slideAnimation 1s ease-in forwards; */
	/* opacity: 0.2; */
}
.scrollsec-item:nth-child(1) {
	grid-column: 1;
}
.scrollsec-item:nth-child(2) {
	grid-column: 2;
}
.scrollsec-item:nth-child(3) {
	grid-column: 3;
}
.scrollsec-item:nth-child(4) {
	grid-column: 4;
}
.scrollsec-item{
	/* animation: slideAnimationOut 2s ease-out forwards; */
	
}
.scrollsec-item.is-active {
	/* background: blue; */
	width: calc(100vw);
	height: 100vh;
	max-height:1920px;
	color: #ffffff;
	font-size: 42px;
	background-color: #1f1f1f;
	/* opacity: 1; */

	/* transition: opacity 5000ms ease-in; */
	/* animation: slideAnimation 3s ease-in ;
	animation-delay: 1s; */
}

.scrollsec-item.noAnimation {
	animation: none;
}
.fadeOutAnimation {
	animation: slideAnimationOut 2s ease-out forwards;
}
@keyframes slideAnimation {
	from {
		visibility: hidden;
		/* opacity: 0.5; */
	}
	to {
		visibility: visible;
		/* opacity: 1; */
	}
}
@keyframes slideAnimationOut {
	from {
		opacity: 1;
		visibility: visible;
	}
	to {
		opacity: 0.5;
		visibility: hidden;
	}
}
#second {
	background: black;
}
#third {
	background: pink;
}
#fourth {
	background: gray;
}

.green-pagination {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    gap: 10px;
	top: 188.653px;
    left: 177.333px;
    z-index: 10;
}

.pagination-dots {
	height: 12px;
	width: 12px;
	border-radius: 10px;
	border: 1px solid #70bf48;
	cursor: pointer;
}
.pagination-dots.active {
	background-color: #70bf48;
}

.trends-mobile {
	display: none;
	height: 132vh;
}
.read-the-trend {
	pointer-events: auto;
	cursor: pointer;
}
.read-the-trend:hover {
	color: #70bf48 !important;
	width: 148px;
	height: 40px;
}

/* @media only screen and (min-width: 820px) and (max-width: 1200px) {
	.btnGroup {
		position: absolute;
		top: -80px;
		right: 280px;
		width: 23.3px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.arc1 {
		position: relative;
		left: -33px;
		top: 0vh;
		width: 400px;
		height: 400px;
	}
} */

/* @media only screen and (min-width: 820px) and (max-width: 1024px) {
	.arc-details {
		top: -90px !important;
		left: -92px !important;
	}
	.btnGroup {
		position: absolute;
		top: -97px;
		right: 348px;
		width: 23.3px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		left: unset;
	}
	.arc1 {
		position: relative;
		left: -50px;
		top: 0vh;
		width: 400px;
		height: 400px;
	}
}

@media only screen and (min-width: 820px) and (max-width: 834px) {
	.arcGroup {
		position: absolute;
		left: 32vw !important;
		top: 78vh !important;
		height: 50px;
		/* width: 40px; 
		z-index: 2;
	}
}
@media only screen and (min-width: 834px) and (max-width: 1024px) {
	.arcGroup {
		position: absolute;
		left: 60vw !important;
		top: 30vh !important;
		height: 50px;
		/* width: 40px; 
		z-index: 2;
	}
} */

.overlay-group {
	position: relative;
	height: fit-content;
	width: 100vw;
}
#get-connected img {
	width: 70px;
	height: 70px;
}

.dim-border-left1 {
	border-left: 1px solid #cccccc;
}

#diclWrapper .cover-image {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#diclWrapper .banner-text {
	height: 100vh;
	max-height:1920px;
	width: 50vw;
}
#diclWrapper .banner-image {
	height: 100vh;
	max-height:1920px;
	width: 50vw;
}
#diclWrapper .gmt-cover-image {
	display: none;
	height: 100% !important;
	max-height:1920px;
	width: calc(50vw - 5px);
}
#diclWrapper .cover-content {
	/* margin-left: 132px; */
	align-items: flex-start;
}
#diclWrapper .cover-content h1 {
	font-family: adelle-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 72px;
	line-height: 95%;
	/* or 68px */
	width: 562px;
	text-align: left;
	max-width: unset;
	/* Soft Black */

	color: #1f1f1f;
}
#diclWrapper .cover-content .banner-para {
	font-family: linotype-sabon, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	/* or 26px */

	letter-spacing: -0.01em;

	/* Soft Black */
	margin-bottom: 30px;
	color: #1f1f1f;
}
#diclWrapper .cover-content .explore-gmt {
	font-family: adelle-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 21px;
	/* identical to box height, or 95% */
	margin-top: 0;

	/* Soft Black */
	transition: all 300ms linear;
	color: #1f1f1f;
}
#diclWrapper .cover-content .gmt-explore-heading {
	cursor: pointer;
}
#diclWrapper .cover-content a {
	margin-top: 0;
}
.arrow-right {
	background-image: url(https://www.deloitte.com/content/dam/insights/us/USI-dev/2022/september/tmt-predictions-2023/assets/arrow-right.svg);
	width: 16px !important;
	height: 14px;
	transition: all 0.3s linear;
}
#diclWrapper .cover-content .gmt-explore-heading:hover .explore-gmt {
	color: #86bc25;
}
#diclWrapper .gmt-explore-heading:hover .arrow-right {
	background-image: url("https://www.deloitte.com/content/dam/insights/us/USI-dev/2022/september/tmt-predictions-2023/assets/arrow-right-green.svg");
	transform: scale(1.2);
	transition: all 300ms linear;
	/* background-image: url("../assets/explore-right-arrow-green.svg");
    filter: brightness(100%); */
}
.gmt-explore-heading {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	transition: all 0.3s linear 0s;
}

#diclWrapper .gmt-cover-image {
	position: absolute;
	left: 50vw;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	#diclWrapper .cover-content h1 {
		font-size: 30px;
		line-height: 32px;
		color: #1f1f1f;
		max-width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.banner-mobile-image,
	.mobile-para {
		display: block;
	}
	.banner-mobile-image {
		display: block !important;
		width: 100vw;
	}
	.mobile-para {
		padding: 32px 15px;

		display: block !important;
		font-family: adelle-sans-condensed, sans-serif;
		font-style: normal;
		font-weight: 350;
		font-size: 22px !important;
		line-height: 24px;
		/* or 109% */
		margin-bottom: 0;

		/* Soft Black */

		color: #1f1f1f;
		background-color: #e6ffff;
	}
	#dim-dp-container .bs-new-frag-header .bs-frag-close {
		top: 40px;
		right: 10px;
	}
	.print-icon,
	.deloitte-logo {
		display: none;
	}
}

.banner-mobile-image,
.mobile-para {
	display: none;
}

#diclWrapper .leader-block img {
	border-radius: 50%;
}

/* @media only screen and (min-width: 1200px) and (max-width: 1350px) {
	.arc1 {
		position: relative;
		left: -65px;
		/* top: 25vh; 
		width: 500px;
		height: 500px;
	}
	.btnGroup {
		position: absolute;
		top: -80px;
		right: 250px;
		width: 23.3px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
} */

.close-icon {
    position: relative;
    top: -93px;
    right: -111px;
	cursor: pointer;
}
.select-items:hover{
	color: #699f00;
}
.trend-detail {
	font-family: "adele-sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #fff;
	width: max-content;
}
.di-overflow-hidden {
	overflow: hidden !important;
}

#dim-dp-container,
#dim-article-container {
	width: 100%;
	height: 100vh;
	max-height:1920px;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1501;
	background-color: #ffffff;
}

#dim-dp-container .bs-new-frag-header .bs-frag-close,
#dim-article-container .bs-new-frag-header .bs-frag-close {
	background-color: transparent;
	/* position: absolute; */
	/* top: 140px; */
	/* right: 25px; */
	border: 0;
	cursor: pointer;
	outline: 0;
	z-index: 2;
	transition: all 300ms linear;
	background-color: #1f1f1f;
}

#dim-dp-container .bs-new-frag-header .bs-frag-close:hover,
#dim-article-container .bs-new-frag-header .bs-frag-close:hover p {
    color: #699f00;
}

#dim-article-container iframe {
	width: 100%;
	height: 100vh;
	max-height:1920px;
}

.bs-frag-close {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px !important;
	/* position: absolute ; */
	/* left: 0 !important; */
	/* top: 0px !important; */
	color: #fff !important;
	background-color: unset;
	/* width: 100vw; */
}
.bs-frag-close img {
	width: 16px !important;
	height: 14px !important;
	margin-right: 10px;
}
.bs-frag-close p {
	font-family: "adelle-sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	margin-bottom: 0;
}

.deloitte-logo {
	width: 66px;
	height: 30px;
	background-color: #1f1f1f;
	outline: none;
}
.bs-new-frag-header {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #1f1f1f;
}
body {
	overflow-x: hidden !important;
}

/* .trendHover,.close-icon,.trend-detail{
	display: none;
} */

.dropbtn {
	color: white;

	padding: 16px;

	font-size: 16px;

	border: none;

	cursor: pointer;
}

.dropdown {
	position: relative;

	display: inline-block;
}

.dropdown-content {
	display: none;

	min-width: 160px;

	overflow: auto;
}

.dropdown-content a {
	color: #1f1f1f;

	padding: 12px 16px;

	text-decoration: none;

	display: block;

	font-family: "adelle-sans-condensed", sans-serif !important;

	font-style: normal;

	font-weight: 400;

	font-size: 17px;

	line-height: 21px;
}

.show {
	display: block;
}

.dropbtn {
	color: #1f1f1f !important;

	border: 1px solid #1f1f1f;

	width: 380px;

	height: 35px;

	background: #ffffff;

	display: flex;

	align-items: center;

	text-align: center;

	font-family: "adelle-sans-condensed", sans-serif !important;

	font-style: normal;

	font-weight: 400;

	font-size: 17px;

	line-height: 21px;
}

.dropdown button:hover {
	background-color: transparent !important;
}

#dropdown-black-box:hover {
	background: #1f1f1f !important;
}

#dropdown-black-box {
	background: #1f1f1f;

	position: absolute;

	width: 30px;

	height: 33px;

	top: 1px;

	right: 1px;
}

#dropdown-black-box img {
	top: 12px;

	left: 9px;

	position: absolute;
}
#myDropdown {
	position: absolute;
	background-color: #fff;
	z-index: 2;
	width: 380px;
}

@media screen and (max-width: 991px) {
	.dropbtn {
		width: 350px;
	}
}

#diclWrapper .gmt-cover-image {
	object-fit: cover;
}

.itl {
	font-family: inherit;

	/* font-style: normal; */

	font-weight: inherit;

	font-size: inherit;

	line-height: inherit;

	font-style: italic;
}


#diclWrapper .leader-block {

    pointer-events: none;

}

.btnClose:hover .icon-close {

    transform: rotate(90deg);

    transition: transform 300ms linear;

}

#diclWrapper .image-dropdown {

    width: fit-content;

}

.green-pagination a{
	height: 12px;
	width: 12px;
	border-radius: 10px;
	border: 1px solid #70bf48;
	background: none;
	padding: unset;
}

/* .article-text-1,.article-text-2,.article-text-3,.article-text-4{
	min-height: 444px;
}

.article-text-4{
	 min-height: 462px;
}
.article-text-1{

	min-height: 438px;
}

.cmp-header{
	min-height: 70px;
} */

section{
	z-index: 1;
}
.scrollsec-item.is-active .trend-video video {
	position: absolute;
right: 0;
bottom: 0;
top: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
#insights-report{
	position: relative;
	z-index: 1;
}

.close-icon{
	height: 25px;
	width: 25px;
}


.videojs-player{
	position: absolute;
    top: 70px;
    bottom: 0px;
    min-width: 50vw;
    min-height: 107vh;
    height: 100vh;
    width: 50vw;
    right: 0;
    z-index: -1;
    background-color: #000000;
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
	.videojs-player {
		height: 111vh;
	   
	}
	}
@media only screen and (min-height: 968px){
	.videojs-player{
		top: -5px;
	}
}
@media only screen and (min-height: 1000px){
	.videojs-player{
		top: -30px;
	}
}

.scrollsec-item.is-active .trend-video .bc-player-default_default { z-index:0 !important;}

/* @media screen and (max-width: 991px){
.mobile-trend-img {
min-height: 100vH;
}
}
@media screen and (max-width: 991px){
.arc1 {
bottom: -65px;
}
}
@media screen and (max-width: 991px){
#trends {
 height: 140vH !important;
 min-height: auto;
}
} */
 @media screen and (max-width: 991px){
	
	
	#dim-article-container, #dim-dp-container {
	 height: 150vh;
	}

	.cmp-header{
		height: 70px !important;
	}
	.swiper-slide {
		 z-index: 0;
	 }
	 .swiper-slide.swiper-slide-active {
	 z-index: 1;
	 }
	/* .mobile-swiper-pagination{
		display: block;
	} */
}	
@media only screen and (max-width:991px) {
	#trend1,#trend2,#trend3,#trend4{
		min-height: 1000px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		background-color: #1f1f1f;
	}
	#trends{
		height: 1100px !important;
    	min-height: 1000px;
	}
	.trends-article{
		min-height: 500px;
		padding-left: 20px;
		padding-top: 50px;
	}
	.trends-insights{
		min-height: 600px;
		position: relative;
	}
	.trends-article h2 {
		font-family: adelle-sans-condensed,sans-serif;
		font-style: normal;
		font-weight: 900;
		font-size: 70px;
		line-height: 91%;
		letter-spacing: -.02em;
		text-align: left;
		color: #7fc342;
	}
	
	.trends-article h3 {
		font-family: adelle-sans,sans-serif;
		font-style: normal;
		font-weight: 900;
		font-size: 30px;
		line-height: 99%;
		letter-spacing: -.01em;
		text-align: start;
		max-width: 90%;
		color: #fff;
	}
	.trends-article p {
		font-family: linotype-sabon,sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 20px;
		letter-spacing: -.01em;
		text-align: start;
		color: #fff;
		margin-bottom: 30px;
		max-width: 89%;
	}
	
	.trends-article a {
		font-family: adelle-sans,sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0;
		width: 140px;
		height: 40px;
		text-transform: uppercase;
		color: #1f1f1f!important;
		background: #fff;
	}
	.article-para {
		font-family: linotype-sabon,sans-serif!important;
		font-style: italic!important;
		font-weight: 400!important;
		font-size: 16px!important;
		line-height: 32px!important;
		color: #fff!important;
		margin-top: 30px;
	}
	.swiper-pagination{
		bottom: 1070px !important;
		left: 0 !important;
	}
	.arcGroup{
		display: flex;
    align-items: center;
    flex-direction: column;
	gap: 10px;
	position: relative;
    z-index: 2;
	height: unset;
	width: unset;
	top: unset;
	left: unset;
	height: 600px;
	}
	.chart-detail-container{
		display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
	margin-top: 30px;
	}
		
	.arc-details{
		width: 200px;
		text-align: left;
		position: unset;
		top: unset;
		left: unset;
	}
	.arc-details h3 {
		font-family: adelle-sans-condensed,sans-serif;
		font-style: normal;
		font-weight: 700!important;
		font-size: 40px!important;
		line-height: 24px;
		color: #fff;
	}
	
	
	.arc-details p {
		font-family: linotype-sabon,sans-serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		padding-top: 7px;
		margin-top: 12px;
		border-top: 1px solid #fff;
		color: #fff;
		max-width: 75%;
	}
	.btnGroup{
		display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
	position: unset;
	top: unset;
	right: unset;
	}
	.trends-insights{
		width: 100%;
	}
	.trendsDot{
		padding: 64% 45%;
		left: 0;
		top: 0;
	}
}
@media only screen and (min-width:577px) and (max-width:991px) {

	.trends-article {
		min-height: 400px;
		padding-left: 20px;
		padding-top: 50px;
	}
	.trends-insights {
		min-height: 700px;
		position: relative;
	}
	.trendsDot {
		padding: 40% 46%;
		left: 0;
		top: 0 !important;
	}
	.chart-detail-container {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-around;
		width: 100%;
		margin-top: 40px;
	}
}

@media only screen and (max-width:321px) {
	#trend1, #trend2, #trend3, #trend4 {
		min-height: 1100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		background-color: #1f1f1f;
	}
	.trends-insights {
		min-height: 600px;
		position: relative;
	}
	.arc1 {
		position: relative;
		left: 0px;
		/* top: 25vh; */
		bottom: 45px;
		width: 400px;
		height: 400px;
	}
	.trends-article {
		min-height: 600px;
		padding-left: 20px;
		padding-top: 50px;
	}
	.chart-detail-container {
		margin-top: 20px;
	}
	.dropbtn {
		width: 298px;
	}
}


#diclWrapper .dicl-sticky-menu-container .sticky-menu-button{
	top:130px !important;
}
#diclWrapper #dicl-sticky-menu.is-sticky .dicl-sticky-menu-container .sticky-menu-button {
	top:190px !important;

}
#diclWrapper .dicl-sticky-side-menu .sticky-menu-close{
	border:0 !important;
}
#diclWrapper #dicl-sticky-menu.is-sticky .dicl-sticky-menu-container .dicl-sticky-menu {
	top:105px !important;
}
#diclWrapper .dicl-sticky-side-menu {
	top:45px !important
}
.icon-close{
	border:0 !important;
}
#trends .social-download{
	border:0 !important;
}
@media screen and (max-width: 991px){
	#diclWrapper .dicl-sticky-menu-container .sticky-menu-button {
		top:0 !important;
	}
}