/* Footer Wrapper */
:root {
	--color-white: #FFFFFF;
	--link-color: #B0CAD5;
	--link-hover-color: #FFA800;
	--swiper-search-button-bg-color: #8BDCFE;
	--footer-bg-color: var(--bg-color-dark-blue, #082835);
}

#footer {
	margin-top: 30px;
	padding-top: 40px;
	background: #1C1C1B;
	height: auto;
	font-size: 14px;
	font-family: Inter;
}
#Home #footer {
	margin-top: 15px;
}
#footer .footer-flexbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
#footer .footer-flexbox > div {
	width: calc(40% + 15px);
}
#footer .footer-flexbox > div:first-child {
	width: 100%;
	text-align: center;
}
#footer .footer-flexbox > div:nth-child(2n) {
	width: calc(60% - 15px);
}
#footer .footer-flexbox > div:nth-child(n+2) {
	margin-bottom: 20px;
}
#footer .footer-flexbox > div:nth-child(n+4) {
	margin-bottom: 10px;
}
#footer .footer-flexbox > div ul {
	padding: 0 15px;
}
#footer h4 {
	text-align: left;
	font: 700 14px Unbounded, helvetica, sans-serif;
	letter-spacing: 0px;
	color: #FAF9F7;
	margin-top: 10px;
	margin-bottom: 22px;
}
#footer li {
	list-style: none;
}
#footer #sell-link a {
	color: #FFF;
    border: 1px solid #FFF;
	border-radius: 4px;
	width: auto;
	height: 40px;
	font: 700 16px Inter, helvetica, sans-serif;
    display: flex;
	align-items: center;
    justify-content: center;
}
#footer #sell-link a:hover {
	color: #FFA800;
	border-color: #FFA800;
}

#footer #footer_language_select a {
	color: #FFF;
    border: 2px solid #FFF;
	border-radius: 4px;
	width: auto;
	height: 40px;
	font-family: Inter, helvetica, sans-serif;
    display: flex;
	align-items: center;
    justify-content: center;
	padding-bottom: 2px;
	margin-top: 30px;
}
#footer #footer_language_select:hover a {
	color: #FFA800;
	border-color: #FFA800;
}
#footer #footer_language_select .footer_language_link {
	border: none;
}

#footer .footer_language_link .dropdown-menu{
	color: #FFF;
    border: none;
	width: 220px;
	height: 15px;
	font: normal 12px Inter, helvetica, sans-serif;
    display: flex;
	align-items: left;
    justify-content: left;
}
#footer a, #footer a:visited {
	color: #CECDC3;
	text-decoration: none;
}
#footer a:hover {
	color: var(--color-white);
	text-decoration: none;
}
#footer #social-links {
	text-align: center;
	display: flex;
	width: 170px;
	margin: auto;
	float: none;
}
#footer #social-links a {
	color: var(--link-color);
	flex: 1;
}
#footer #social-links a {
	color: var(--link-color);
	flex: 1;
	max-height: 33px;
}
#footer #social-links img {
	height: 33px;
	width: 33px;
}
#footer #copyright {
	padding-top: 14px;
	padding-bottom: 50px;
	text-align: center;
	color: #CECDC3;
	font: 500 14px Inter, helvetica, sans-serif;
}
#footer .icon-logo-ts {
	width: 200px;
	display: none;
}
#footer #social-links .icon-social {
	width: 33px;
	height: 33px;
}
#footer .logo-desc {
	color: #CECDC3;
	margin: 10px 0 25px;
	font: 400 12px Unbounded, helvetica, sans-serif;
}
#footer>.row {
	max-width: 100%;
	margin: auto;
	padding: 0 15px;
}
#footer a {
	display: inline-block;
	margin: 8px 0;
	font: 500 14px Inter, helvetica, sans-serif;
	min-width: 45px;
}
#footer>.row:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer>.row:first-child>.col-md-3 {
	margin: 0;
	text-align: center;
	float: none;
}
#footer>.row:first-child>.col-md-9>.row {
	margin: 0;
}
.icon-social .icon-social-fill {
	fill: var(--link-color);
}
.icon-social .icon-social-fill-none {
	fill: none;
}
.icon-social .icon-social-stroke-none {
	stroke: none;
}
#footer a:hover .icon-social .icon-social-fill {
	fill: var(--color-white);
}
#footer .sell-your-models {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
#footer .sell-your-models span {
	display: flex;
	width: 25px;
	height: 27px;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 0;
	transition: left 0.3s;
}
#footer .sell-your-models span::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 1px;
	border: solid var(--swiper-search-button-bg-color);
	border-width: 0 0 1px 0;
	position: relative;
	left: 10px;
}
#footer .sell-your-models span::after {
	content: " ";
	display: inline-block;
	width: 9px;
	height: 9px;
	border: solid var(--swiper-search-button-bg-color);
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}
#footer .sell-your-models:hover span {
	left: 6px;
}
#footer #resource-link > a {
	margin-bottom: 0;
}
#footer #footer_language_select .header{
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: bold;
}
#footer #footer_language_select .h-divider {
	width: 100%;
	height: 0px;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	opacity: 1;
	margin: 14px 0px 10px;
	transform: scaleY(0.5);
}
#footer_language_select .ts-label .arrow{
	margin-left: 4px;
	margin-top: 5px;
}
#footer #footer_language_select:hover .ts-label .arrow{
	transform: rotate(-45deg);
	margin-top: 7px;
}
#footer #footer_language_select .ts-label .arrow-right {
	border-color: #F7F7F7;
}
#footer #footer_language_select .popover{
	background: #02171F 0% 0% no-repeat padding-box;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	border-radius: 6px;
	padding: 10px 16px 18px;
	min-width: 160px;
}
#footer #footer_language_select .popover{
	background: #02171F 0% 0% no-repeat padding-box;
	box-shadow: 10px 10px 30px #00000029;
	border: 1px solid #283D45;
	border-radius: 6px;
	padding: 10px 16px 18px;
	min-width: 186px;
}
#footer #footer_language_select .popover.right .arrow::after {
	border-right-color: #02171F;
}
#footer #footer_language_select .popover.right .arrow {
	border-right-color: #283D45;
}
#footer #footer_language_select .popover a{
	color: var(--color-white);
	text-shadow: unset;
	height: 18px;
	margin: 4px 0;
	padding: 3px 0;
}
#footer #footer_language_select .popover li:hover a,
#footer #footer_language_select .popover li.current a{
	color: #FFA800;
	text-decoration: none;
}
#footer #footer_language_select .popover li a:hover,
#footer #footer_language_select .popover li a:focus{
	background-color: unset;
}
#footer #footer_language_select .popover li:hover i{
	display: inline-block;
}
#footer #footer_language_select .popover li.current i{
	display: inline-block;
}
#footer #footer_language_select.mobile .popover{
	top: -170px !important;
}
#footer #footer_language_select.mobile .popover .arrow{
	display: none;
}
#footer .popover a .fa-check {
	line-height: 1.42857;
	position: absolute;
	right: 20px;
	font-size: 12px;
	display: none;
}
#social-linked-in {
	position:relative;
	top:-3px;
	font-style: normal;
}
#social-links i {
	font-size: 34px;
	font-weight: bold;
    color: #888580;
}
.fa.fa-twitter::before{
	content:"𝕏";
}
@media (min-width: 576px) {
	#footer .footer-flexbox > div:nth-child(n+2) ul {
		padding: revert;
	}
}
@media (min-width: 992px) {
	#footer {
		padding: 40px 0 0;
	}
	#footer .footer-flexbox {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#footer .footer-flexbox > div {
		width: auto;
	}
	#footer .footer-flexbox > div:first-child {
		width: auto;
		text-align: left;
	}
	#footer .footer-flexbox > div:nth-child(2n) {
		width: auto;
		margin: 0;
	}
	#footer .footer-flexbox > div:nth-child(n+2) {
		margin-bottom: 0;
	}
	#footer .icon-logo-ts {
		display: inline;
	}
	#footer>.row:first-child {
		display: block;
	}
	#footer>.row:first-child>.col-md-3 {
		margin: inherit;
		text-align: left;
		float: left;
	}
	#footer>.row:first-child>.col-md-9>.row {
		margin: 0 -15px;
	}
	#footer>.row {
		max-width: var(--max-content-width, 100%);
		padding: 0 15px;
	}
}
@media (min-width: 1280px) {
	:root {
		--max-content-width: calc(100vw - (138px * 2));
	}
	#footer .footer-flexbox > div ul {
		padding: 0 15px 0 0;
	}
}
@media (min-width: 1920px) {
	:root {
		--max-content-width: 1640px;
	}
}
@media (hover: none) {
	#footer .sell-your-models {
		color: var(--color-white)!important;
	}
	#footer .sell-your-models span,
	#footer .sell-your-models:hover span {
		left: 0;
	}
}

