.twae-wrapper .twae-year {
	display: flex;
	align-items: center;
	padding: 0;
	background: 0 0 !important;
}

.twae-wrapper .twae-year-text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	width: var(--tw-ybx-size);
	height: calc(var(--tw-ybx-size) * ( ( 60 + var(--tw-ibx-radius) / 1.25 ) / 100 ));
	font-size: var(--tw-ybx-text-size);
	font-weight: var(--tw-ybx-text-weight);
	color: var(--tw-ybx-text-color);
	background-color: var(--tw-ybx-bg);
	border-width: var(--tw-ybx-bd-width);
	border-style: var(--tw-ybx-bd-style);
	border-color: var(--tw-ybx-bd-color);
	border-radius: calc(var(--tw-ibx-radius) * 1%);
	-webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-o-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.twae-wrapper .twae-year-text:after, .twae-wrapper .twae-year-text:before {
	content: "";
	position: absolute;
	background: var(--tw-line-bg);
	opacity: var(--tw-line-bd-width);
}

.twae-wrapper .twae-labels {
	display: flex;
	flex-flow: var(--tw-lbl-position);
	gap: var(--tw-lbl-gap);
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
}

.twae-wrapper .twae-label-big {
	line-height: 1em;
	font-size: var(--tw-lbl-big-size);
	font-weight: var(--tw-lbl-big-weight);
	color: var(--tw-lbl-big-color);
	white-space: nowrap;
	max-width: 100%;
}

.twae-wrapper .twae-label-small {
	line-height: 1em;
	font-size: var(--tw-lbl-small-size);
	font-weight: var(--tw-lbl-small-weight);
	color: var(--tw-lbl-small-color);
	white-space: nowrap;
	max-width: 100%;
}

.twae-wrapper .twae-icon img {
	border-radius: calc(var(--tw-ibx-radius) * 1%);
	height: -webkit-fill-available;
	width: -webkit-fill-available;
}

.twae-wrapper .twae-icon .twae_icon_text, .twae-wrapper .twae-icon i {
	color: var(--tw-ibx-color);
	font-size: var(--tw-ibx-text-size);
	line-height: 1em;
}

.twae-wrapper .twae-icon img {
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	border-radius: calc(var(--tw-ibx-radius) * 1%);
}

.twae-wrapper .twae-icondot {
	position: absolute;
	width: calc(var(--tw-ibx-size) / 2);
	height: calc(var(--tw-ibx-size) / 2);
	background-color: var(--tw-ibx-bg);
	border-width: var(--tw-ibx-bd-width);
	border-style: var(--tw-ibx-bd-style);
	border-color: var(--tw-ibx-bd-color);
	border-radius: calc(var(--tw-ibx-radius) * 1%);
	-webkit-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-moz-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-ms-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-o-border-radius: calc(var(--tw-ibx-radius) * 1%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.twae-wrapper .twae-arrow-line {
	position: absolute;
	background: var(--tw-arw-line-background);
	border-style: var(--tw-line-bd-style);
	border-color: var(--tw-arw-line-border-color);
	z-index: 2;
}

.twae-wrapper .twae-arrow-line:after, .twae-wrapper .twae-arrow-line:before {
	content: "";
	position: absolute;
	background: var(--tw-arw-line-background);
	border-style: var(--tw-line-bd-style);
	border-color: var(--tw-arw-line-border-color);
	opacity: var(--tw-line-bd-width);
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-2) .twae-content {
	background: var(--tw-cbx-bg2, var(--tw-cbx-bg));
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n-1) .twae-content {
	background: var(--tw-cbx-bg3, var(--tw-cbx-bg));
}

.twae-wrapper.twae-bg-multicolor .twae-story:nth-child(4n) .twae-content {
	background: var(--tw-cbx-bg4, var(--tw-cbx-bg));
}

.twae-wrapper .twae-title {
	background: var(--tw-cbx-title-bg);
	color: var(--tw-cbx-title-color);
	margin: var(--tw-cbx-title-margin);
	padding: var(--tw-cbx-title-padding);
	font-size: var(--tw-cbx-title-font-size);
	font-weight: var(--tw-cbx-title-font-weight);
	line-height: var(--tw-cbx-title-line-height);
	order: 1;
	display: flex;
	align-items: center;
	justify-content: var(--tw-cbx-text-align);
	text-align: var(--tw-cbx-text-align);
}

.twae-wrapper .twae-title a, .twae-wrapper .twae-title a:hover {
	text-decoration: none !important;
	color: var(--tw-cbx-title-color);
}

.twae-wrapper .twae-media {
	display: flex;
	align-items: center;
	justify-content: var(--tw-cbx-img-align, var(--tw-cbx-text-align));
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	order: var(--tw-cbx-img-order);
}

.twae-wrapper .twae-media iframe, .twae-wrapper .twae-media img {
	width: calc(var(--tw-cbx-img-width) - ( var(--tw-cbx-img-margin-left) + var(--tw-cbx-img-margin-right) ));
	max-width: 100%;
	height: var(--tw-cbx-img-height);
	object-fit: cover;
	object-position: top;
	padding: var(--tw-cbx-img-padding) !important;
	margin: var(--tw-cbx-img-margin) !important;
	border-width: var(--tw-cbx-img-border-width);
	border-color: var(--tw-cbx-img-border-color);
	border-style: var(--tw-cbx-img-border-style);
	box-shadow: var(--tw-cbx-img-shadow);
	border-radius: var(--tw-cbx-img-radius);
	-webkit-border-radius: var(--tw-cbx-img-radius);
	-moz-border-radius: var(--tw-cbx-img-radius);
	-ms-border-radius: var(--tw-cbx-img-radius);
	-o-border-radius: var(--tw-cbx-img-radius);
}

.twae-wrapper .twae-media.medium img, .twae-wrapper .twae-media.thumbnail img {
	width: auto;
}

.twae-wrapper .twae-media iframe {
	min-height: 200px;
}

.twae-wrapper .twae-media .swiper-slide {
	text-align: center;
}

.twae-wrapper .twae-button {
	display: flex;
	justify-content: var(--tw-cbx-btn-align, var(--tw-cbx-text-align));
}

.twae-wrapper .twae-button a.elementor-button {
	width: var(--tw-cbx-btn-width);
	height: var(--tw-cbx-btn-height);
	margin: var(--tw-cbx-btn-margin);
	padding: var(--tw-cbx-btn-padding);
	color: var(--tw-cbx-btn-color);
	background-color: var(--tw-cbx-btn-bgcolor);
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	display: flex;
}

.twae-wrapper .twae-button a.elementor-button:hover {
	opacity: .8;
	color: var(--tw-cbx-btn-color);
	height: var(--tw-cbx-btn-height);
	margin: var(--tw-cbx-btn-margin);
	padding: var(--tw-cbx-btn-padding);
}

.twae-wrapper .twae-button button.elementor-button {
	color: var(--tw-cbx-btn-color);
	background-color: var(--tw-cbx-btn-bgcolor);
}

.twae-wrapper .twae-story.twae-bg-hover:hover .twae-content {
	background: linear-gradient(to right, var(--tw-cbx-bg-hover), var(--tw-cbx-bg-hover)) !important;
}

.twae-wrapper .twae-icon-left-open, .twae-wrapper .twae-icon-right-open {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
}

.twae-wrapper .twae-icon-right-open {
	right: 10px;
}

.twae-wrapper .twae-icon-left-open {
	left: 10px;
}

.twae-popup {
	--tw-cbx-title-color: var(--e-global-color-primary, #222);
	--tw-cbx-title-font-size: 24px;
	--tw-cbx-title-font-weight: bold;
	--tw-cbx-title-line-height: 1.25em;
	--tw-cbx-title-padding: 0px 0px 0px 0px;
	--tw-cbx-title-margin: 0px 0px 5px 0px;
	--tw-cbx-des-color: var(--e-global-color-text, #444);
	--tw-cbx-des-padding: 0px 0px 0px 0px;
	--tw-cbx-des-margin: 0px 0px 10px 0px;
	--tw-cbx-bg: #fff;
	opacity: 1;
	width: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.twae-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .8;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.twae-popup .twae-popup-content {
	z-index: 99999;
	position: relative;
	border: 1px solid #888;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	width: 500px;
	border-radius: 10px;
	height: auto;
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
	margin: 10px;
	max-height: calc(100% - 20px);
	background-color: #fff;
	background-image: linear-gradient(to right, var(--tw-cbx-bg), var(--tw-cbx-bg));
}

.twae-popup .twae-popup-content::-webkit-scrollbar {
	width: 8px;
	border-radius: 10px;
}

.twae-popup .twae-popup-content::-webkit-scrollbar-track {
	background: #999;
	border-radius: 10px;
}

.twae-popup .twae-popup-content::-webkit-scrollbar-thumb {
	background: #f1f1f1;
	border-radius: 10px;
}

.twae-popup .twae-popup-content::-webkit-scrollbar-thumb:hover {
	background: #666;
}

.twae-popup .story_content {
	padding: 10px;
}

.twae-popup .twae-popup-labels {
	position: relative;
	height: auto;
	text-align: left;
	padding: 10px 10px 0 10px;
}

.twae-popup .twae-popup-labels span {
	text-transform: capitalize;
	font-size: 16px;
}

.twae-popup span.twae-label {
	font-size: 25px;
	font-weight: 700;
}

.twae-popup span.twae-sublabel {
	margin-left: 5px;
}

.twae-popup .twae-popup-labels span.twae-title {
	font-size: 20px;
	display: block;
	font-weight: 700;
}

.twae-popup .twae-img img {
	width: 100%;
	padding-bottom: 5px;
}

.twae-popup .twae-img.medium img, .twae-popup .twae-img.thumbnail img, img.attachment-medium.size-medium.wp-post-image, img.attachment-thumbnail.size-thumbnail.wp-post-image {
	width: auto;
	padding-bottom: 10px;
}

.twae-popup img.attachment-medium.size-medium.wp-post-image, .twae-popup img.attachment-thumbnail.size-thumbnail.wp-post-image {
	float: left;
}

.twae-popup .twae-img.medium, .twae-popup .twae-img.thumbnail {
	width: auto;
	width: auto;
	padding-right: 10px;
	margin: 0;
	float: left;
	padding: 0 5px;
	height: auto;
	display: flex;
}

.twae-popup .twae-img-desc {
	padding: 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
	max-height: 70vh;
	overflow-y: auto;
}

.twae-popup .twae-description {
	display: block;
	width: auto;
}

.twae-popup-footer {
	height: 35px;
	position: relative;
}

.twae-popup span.twae_close_button {
	float: right;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	line-height: 28px;
	background: #e8e8e8;
	text-align: center;
	right: 10px;
}

.twae-popup span.twae_close_button:hover {
	opacity: .7;
}

@media (max-width:767px) {
	.twae-popup .twae-popup-content {
		width: 80%;
	}
	
	.twae-popup .twae-img-desc {
		max-height: 400px;
		overflow: auto;
	}
}

@media (min-width:768px) {
	.twae-popup .twae-img-desc {
		max-height: 70vh;
		overflow-y: auto;
	}
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text {
	position: relative;
	overflow: visible;
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
	content: "";
	position: absolute;
	height: var(--tw-line-width);
	width: calc(var(--tw-ibx-size) + var(--tw-line-bd-width) * 1px);
	background-color: var(--tw-line-bg);
	opacity: 1;
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
	width: var(--tw-ybx-bd-width);
	height: var(--tw-line-width);
}

.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after, .twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
	top: calc(50% - var(--tw-line-width) / 2) !important;
	border-width: calc(var(--tw-line-bd-width) * 1px) 0 calc(var(--tw-line-bd-width) * 1px) 0;
	border-style: var(--tw-line-bd-style);
	border-color: var(--tw-line-bd-color);
}

@media screen and (min-width:768px) {
	.twae-vertical-right.twae-wrapper .twae-year {
		padding-left: 0 !important;
	}
	
	.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text {
		left: calc(33.33% - var(--tw-ibx-size) - var(--tw-ybx-size) - var(--tw-line-width) / 2);
	}
	
	.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
		right: auto;
		left: calc(100% + var(--tw-ybx-bd-width)) !important;
	}
	
	.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
		right: auto;
		left: 100%;
	}
}

@media screen and (max-width:767px) {
	.twae-vertical-right.twae-wrapper .twae-year .twae-year-text {
		margin-left: 0 !important;
		left: calc(var(--tw-ibx-size) * 1.5);
		right: auto;
	}
	
	.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::before {
		left: auto;
		right: calc(100% + var(--tw-ybx-bd-width)) !important;
	}
	
	.twae-vertical-right.twae-wrapper .twae-year-label.twae-year-text::after {
		left: auto;
		right: 100%;
	}
}