main {
	position: relative;
}

.home main {
	position: relative;
}

.cases {
	padding: 132px 0 52px;
}
@media (max-width: 625px) {

	.cases {
		padding: 72px 0 24px;
	}
}

.cases__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 52px;
	font-family: "GT America LCG Exp Bd";
}
@media (max-width: 1024px) {

	.cases__title {
		margin-bottom: 40px;
	}
}
@media (max-width: 625px) {

	.cases__title {
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.cases__cards {
	display: flex;
	column-gap: 45px;
	row-gap: 52px;
	flex-wrap: wrap;
}
@media (max-width: 1024px) {

	.cases__cards {
		column-gap: 40px;
		row-gap: 40px;
	}
}
@media (max-width: 625px) {

	.cases__cards {
		row-gap: 32px;
	}
}

.cases__card {
	width: calc(100%/3 - (104px/3));
	border: 1px solid #131313;
	box-shadow: 0 23px 46.7px -24px rgba(107, 107, 107, 0.15);
	transition: .35s;
	background: #020202;
}
@media (max-width: 1024px) {

	.cases__card {
		width: calc(50% - 20px);
	}
}
@media (max-width: 625px) {

	.cases__card {
		width: 100%;
	}
}

.cases__card:hover {
	box-shadow: 0 23px 46.7px -24px rgba(255, 65, 0, 0.5);
}

.cases__card--pic {
	height: 220px;
}
@media (max-width: 625px) {

	.cases__card--pic {
		height: 174px;
	}
}

.cases__card--pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cases__card--desc {
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 625px) {

	.cases__card--desc {
		padding: 44px 20px 24px;
	}
}

.cases__card--desc > div {
	margin-bottom: 20px;
}

.cases__card--desc > div h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	opacity: .85;
	margin-bottom: 6px;
	font-family: "GT America LCG Ext Md";
}

.cases__card--desc > div p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #a9a9a9;
	opacity: .85;
	margin: 0;
	font-family: "GT America LCG Ext Rg";
}

.cases__card--desc > span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #a9a9a9;
	opacity: .35;
	font-family: "GT America LCG Ext Rg";
}

.case {
	padding: 132px 0 52px;
}
@media (max-width: 625px) {

	.case {
		padding: 72px 0 24px;
	}
}

.case__title {
	margin-bottom: 32px;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	font-family: "GT America LCG Exp Bd";
	max-width: calc(100% - 412px);
	width: 100%;
}
@media (max-width: 1024px) {

	.case__title {
		max-width: calc(100% - 324px);
	}
}
@media (max-width: 720px) {

	.case__title {
		font-size: 24px;
		max-width: 100%;
		margin-bottom: 24px;
		line-height: normal;
	}
}

.case--inner {
	display: flex;
	column-gap: 52px;
}
@media (max-width: 1024px) {

	.case--inner {
		column-gap: 24px;
	}
}
@media (max-width: 720px) {

	.case--inner {
		flex-direction: column;
	}
}

.case__body {
	flex-grow: 1;
}
@media (max-width: 720px) {

	.case__body {
		max-width: 100%;
		width: 100%;
		order: 2;
	}
}

.case__banner {
	width: 100%;
	height: 416px;
}
@media (max-width: 720px) {

	.case__banner {
		height: initial;
		margin-bottom: 24px;
	}
}

.case__banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 720px) {

	.case__banner img {
		height: auto;
	}
}

.case__body--contant {
	display: none;
}
@media (max-width: 720px) {

	.case__body--contant {
		display: block;
	}
}

.case__body--contant a {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	text-align: center;
	border: var(--sds-size-stroke-border) solid #000;
	padding: 14px 12px;
	background: #030303;
	box-shadow: 0 23px 46.7px -22px rgba(107, 107, 107, 0.15);
	position: relative;
	transition: .35s;
}

.case__body--contant a:hover > p {
	color: #ff4100;
}

.case__body--contant a:hover svg path {
	fill: #ff4100;
}

.case__body--contant a:hover:before {
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	opacity: .8;
}

.case__body--contant a:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background: #030303;
	transition: .35s;
}

.case__body--contant a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	transition: .35s;
	opacity: 0.35;
}

.case__body--contant a p {
	font-family: "GT America LCG Ext Md";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #ffece6;
	position: relative;
	z-index: 2;
	transition: .35s;
	margin: 0;
}

.case__body--contant a svg {
	position: relative;
	z-index: 2;
}

.case__body--contant a svg * {
	transition: .35s;
}

.case__divisions {
	padding: 32px;
	border: 1px solid #131313;
	border-top: none;
	border-radius: 0 0 6px 6px;
}
@media (max-width: 720px) {

	.case__divisions {
		padding: 24px;
	}
}

.case__divisions > *:not(:last-child) {
	margin-bottom: 32px;
}
@media (max-width: 720px) {

	.case__divisions > *:not(:last-child) {
		margin-bottom: 20px;
	}
}

.case__divisions--date {
	color: rgba(255, 255, 255, 0.85);
	font-family: "GT America LCG Ext Rg";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: .35;
}

.case__division h5 {
	margin-bottom: 6px;
	color: #fff;
	font-family: "GT America LCG Exp Bd";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
}
@media (max-width: 720px) {

	.case__division h5 {
		font-size: 18px;
		line-height: normal;
	}
}

.case__division p {
	color: rgba(255, 255, 255, 0.85);
	font-family: "GT America LCG Ext Rg";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 12px;
}
@media (max-width: 720px) {

	.case__division p {
		font-size: 14px;
		line-height: normal;
	}
}

.case__division img {
	width: 100%;
	height: auto;
}

.case__body--social {
	display: none;
	padding: 24px 0 0;
}
@media (max-width: 720px) {

	.case__body--social {
		display: block;
	}
}

.case__body--social > h5 {
	color: #fff;
	font-family: "GT America LCG";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 12px;
	opacity: .25;
}

.case__body--social > div {
	display: flex;
	column-gap: 12px;
	flex-wrap: wrap;
	row-gap: 8px;
}

.case__body--social > div a {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #131313;
	transition: .35s;
}

.case__body--social > div a:hover {
	border: 2px solid #ff4100;
}

.case__body--social > div a:hover svg path {
	fill: #ff4100;
}

.case__body--social > div a svg * {
	transition: .35s;
}

.case__sticky {
	height: max-content;
	width: 360px;
	flex-shrink: 0;
	position: sticky;
	top: 95px;
}
@media (max-width: 1024px) {

	.case__sticky {
		width: 300px;
	}
}
@media (max-width: 720px) {

	.case__sticky {
		max-width: 100%;
		width: 100%;
		position: relative;
		margin-bottom: 24px;
		top: 0;
	}
}

.case__sticky--title {
	color: #fff;
	font-family: "GT America LCG Ext Md";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	opacity: .25;
}
@media (max-width: 720px) {

	.case__sticky--title {
		font-size: 14px;
	}
}

.case__sticky--links {
	margin-bottom: 32px;
	list-style: none;
	padding-left: 0;
}
@media (max-width: 720px) {

	.case__sticky--links {
		margin-bottom: 0;
	}
}

.case__sticky--links li {
	position: relative;
	opacity: 0.85;
	cursor: pointer;
	border-bottom: 1px solid #131313;
	transition: .35s;
	list-style: none;
}

.case__sticky--links li a {
	color: #fff;
	font-family: "GT America LCG Ext Md";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	padding: 20px 0 20px 14px;
	transition: .35s;
}
@media (max-width: 720px) {

	.case__sticky--links li a {
		font-size: 14px;
		padding: 17px 0 17px 14px;
	}
}

.case__sticky--links li:hover a {
	color: #ff4100;
}

.case__sticky--links li:hover:after {
	border-left: 5px solid #ff4100;
}

.case__sticky--links li:after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	transforms: translateY(-50%);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 5px solid #535353;
	transition: all 0.3s ease-in;
	transition: .35s;
}

.case__sticky--btn {
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: center;
	text-align: center;
	border: var(--sds-size-stroke-border) solid #000;
	padding: 24px 12px;
	background: #030303;
	box-shadow: 0 23px 46.7px -22px rgba(107, 107, 107, 0.15);
	position: relative;
	transition: .35s;
}
@media (max-width: 720px) {

	.case__sticky--btn {
		display: none;
	}
}

.case__sticky--btn:hover > p {
	color: #ff4100;
}

.case__sticky--btn:hover svg path {
	fill: #ff4100;
}

.case__sticky--btn:hover:before {
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	opacity: .8;
}

.case__sticky--btn:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background: #030303;
	transition: .35s;
}

.case__sticky--btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	transition: .35s;
	opacity: 0.35;
}

.case__sticky--btn p {
	font-family: "GT America LCG Ext Md";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #ffece6;
	position: relative;
	z-index: 2;
	transition: .35s;
}

.case__sticky--btn svg {
	position: relative;
	z-index: 2;
}

.case__sticky--btn svg * {
	transition: .35s;
}

.case__sticky--social {
	padding: 32px 0 0;
}
@media (max-width: 720px) {

	.case__sticky--social {
		display: none;
	}
}

.case__sticky--social > h5 {
	color: #fff;
	font-family: "GT America LCG Ext Md";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 12px;
	opacity: .25;
}

.case__sticky--social > div {
	display: flex;
	column-gap: 12px;
	flex-wrap: wrap;
	row-gap: 8px;
}

.case__sticky--social > div a {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #131313;
	transition: .35s;
}

.case__sticky--social > div a:hover {
	border: 2px solid #ff4100;
}

.case__sticky--social > div a:hover svg path {
	fill: #ff4100;
}

.case__sticky--social > div a svg * {
	transition: .35s;
}

.hidden-default {
	overflow: initial;
}

.meetPopup {
	padding: 80px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	visibility: hidden;
	z-index: -999;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 720px) {

	.meetPopup {
		padding: 40px 32px;
	}
}

.meetPopup.show {
	visibility: visible;
	z-index: 1002;
	opacity: 1;
	pointer-events: initial;
}

.meetPopup.show .meetPopup__modal {
	transform: translateY(0);
	opacity: 1;
}

.meetPopup__modal {
	max-width: 770px;
	width: 100%;
	transform: translateY(-20px);
	opacity: 0;
	transition: 1s;
}

.meetPopup__content {
	box-shadow: 0 12px 52.114px -28px rgba(255, 65, 0, 0.5);
	position: relative;
}
@media (max-width: 720px) {

	.meetPopup__content {
		border-radius: 6px;
	}
}

.meetPopup__content:after {
	position: absolute;
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(110deg, #000 30%, #ff4100 70%);
	opacity: .3;
}
@media (max-width: 720px) {

	.meetPopup__content:after {
		border-radius: 6px;
		opacity: .5;
		background: linear-gradient(140deg, #000 20%, #ff4100 60%);
	}
}

.meetPopup__content--title {
	padding: 36px 20px;
	background: #020202;
	position: relative;
	z-index: 2;
}
@media (max-width: 720px) {

	.meetPopup__content--title {
		padding: 24px;
		border-radius: 6px 6px 0 0;
	}
}

.meetPopup__content--title p {
	color: #fff;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "GT America LCG Exp Bd";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
@media (max-width: 720px) {

	.meetPopup__content--title p {
		font-size: 16px;
	}
}

.meetPopup__content--banner {
	position: relative;
	padding: 68px 20px;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.meetPopup__content--banner > img {
	position: relative;
	z-index: 3;
}
@media (max-width: 720px) {

	.meetPopup__content--banner > img {
		max-width: 236px;
		width: 100%;
		height: auto;
	}
}

.meetPopup__content--banner > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.meetPopup__content--banner > div img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.meetPopup__content--info {
	padding: 42px 20px;
	display: flex;
	column-gap: 55px;
	align-items: center;
	justify-content: center;
	background: #020202;
	position: relative;
	z-index: 2;
}
@media (max-width: 720px) {

	.meetPopup__content--info {
		padding: 16px 32px 32px;
		flex-direction: column;
		row-gap: 18px;
		border-radius: 0 0 6px 6px;
	}
}

.meetPopup__content--info > div {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

.meetPopup__content--info > div:nth-of-type(1),
.meetPopup__content--info > div:nth-of-type(3) {
	max-width: 142px;
	width: 100%;
}
@media (max-width: 720px) {

	.meetPopup__content--info > div:nth-of-type(1),
	.meetPopup__content--info > div:nth-of-type(3) {
		max-width: 100%;
	}
}

.meetPopup__content--info > div:nth-of-type(2) {
	max-width: 222px;
	width: 100%;
}
@media (max-width: 720px) {

	.meetPopup__content--info > div:nth-of-type(2) {
		max-width: 100%;
	}
}

.meetPopup__content--info > div p {
	color: #fff;
	font-family: "GT America LCG Ext Md";
	font-size: 14.211px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	opacity: .85;
	margin: 0;
}
@media (max-width: 720px) {

	.meetPopup__content--info > div p {
		font-size: 11px;
	}
}
@media (max-width: 720px) {

	.meetPopup__content--info > div img {
		max-width: 16px;
		width: 100%;
		max-height: 16px;
		height: auto;
	}
}

.meetPopup--btns {
	padding: 24px 0 0;
	display: flex;
	column-gap: 24px;
}
@media (max-width: 720px) {

	.meetPopup--btns {
		padding: 12px 0 0;
		column-gap: 12px;
	}
}

.meetPopup--btns a {
	width: calc(50% - 12px);
	display: flex;
	position: relative;
	justify-content: center;
	column-gap: 8px;
	align-items: center;
	padding: 24px 12px;
	box-shadow: 0 23px 46.7px -22px rgba(107, 107, 107, 0.15);
	transition: .35s;
}
@media (max-width: 720px) {

	.meetPopup--btns a {
		width: calc(50% - 6px);
		padding: 14px 12px;
		border-radius: 4px;
	}
}

.meetPopup--btns a p {
	text-align: center;
	font-family: "GT America LCG Ext Md";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	z-index: 2;
	transition: .35s;
	margin: 0;
}
@media (max-width: 720px) {

	.meetPopup--btns a p {
		font-size: 11px;
	}
}

.meetPopup--btns a svg {
	position: relative;
	z-index: 2;
}
@media (max-width: 720px) {

	.meetPopup--btns a svg {
		display: none;
	}
}

.meetPopup--btns a svg * {
	transition: .35s;
}

.meetPopup--btns a:after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background: #030303;
	transition: .35s;
}
@media (max-width: 720px) {

	.meetPopup--btns a:after {
		border-radius: 4px;
	}
}

.meetPopup--btns a:nth-of-type(1) {
	background: #242424;
}

.meetPopup--btns a:nth-of-type(1):hover p {
	color: #767676;
}

.meetPopup--btns a:nth-of-type(1) p {
	color: #565656;
}

.meetPopup--btns a:nth-of-type(2):hover > p {
	color: #ff4100;
}

.meetPopup--btns a:nth-of-type(2):hover svg path {
	fill: #ff4100;
}

.meetPopup--btns a:nth-of-type(2):hover:before {
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	opacity: .8;
}
@media (max-width: 720px) {

	.meetPopup--btns a:nth-of-type(2):hover:before {
		opacity: .9;
	}
}

.meetPopup--btns a:nth-of-type(2):after {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background: #030303;
	transition: .35s;
}
@media (max-width: 720px) {

	.meetPopup--btns a:nth-of-type(2):after {
		border-radius: 4px;
	}
}

.meetPopup--btns a:nth-of-type(2):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(200deg, #000 0%, #ff4100 70%);
	transition: .35s;
	opacity: 0.35;
}
@media (max-width: 720px) {

	.meetPopup--btns a:nth-of-type(2):before {
		border-radius: 4px;
		opacity: 0.5;
	}
}

.meetPopup--btns a:nth-of-type(2) p {
	color: #ffece6;
}

.awards__title {
	color: #fff;
	font-family: "GT America LCG Exp Bd";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	max-width: 700px;
	width: 100%;
}
@media (max-width: 1024px) {

	.awards__title {
		font-size: 32px;
	}
}
@media (max-width: 625px) {

	.awards__title {
		font-size: 24px;
	}
}

.awards__items.swiper {
	padding-top: 100px;
	margin: auto;
	width: 100%;
}
@media (max-width: 1024px) {

	.awards__items.swiper {
		padding-top: 70px;
	}
}
@media (max-width: 768px) {

	.awards__items.swiper {
		padding: 55px 32px 0;
	}
}

.awards__items.swiper:after {
	content: "";
	position: absolute;
	height: 100%;
	right: -1px;
	top: 0;
	width: 200px;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 4.52%, rgba(0, 0, 0, 0) 100%);
	z-index: 3;
	pointer-events: none;
}
@media (max-width: 1024px) {

	.awards__items.swiper:after {
		width: 120px;
	}
}
@media (max-width: 625px) {

	.awards__items.swiper:after {
		width: 60px;
	}
}

.awards__item.swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
}

.awards__item.swiper-slide .awards__item--text {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 117px;
	margin-bottom: 25px;
	border-radius: 60px 60px 81px 62px;
	border: 0.983px solid #131313;
	background: #050505;
	box-shadow: 0 26.548px 56px -32px rgba(43, 43, 43, 0.25);
	padding: 0 80px;
}
@media (max-width: 768px) {

	.awards__item.swiper-slide .awards__item--text {
		margin-bottom: 16px;
		min-height: 88px;
		padding: 0 63px;
	}
}

.awards__item.swiper-slide .awards__item--text img {
	width: auto;
	height: 135px;
	position: absolute;
	top: 0;
}

.awards__item.swiper-slide .awards__item--text img:nth-of-type(1) {
	left: -15px;
}
@media (max-width: 768px) {

	.awards__item.swiper-slide .awards__item--text img:nth-of-type(1) {
		left: -13px;
	}
}

.awards__item.swiper-slide .awards__item--text img:nth-of-type(2) {
	right: -15px;
}
@media (max-width: 768px) {

	.awards__item.swiper-slide .awards__item--text img:nth-of-type(2) {
		right: -13px;
	}
}
@media (max-width: 768px) {

	.awards__item.swiper-slide .awards__item--text img {
		height: 104px;
	}
}

.awards__item.swiper-slide .awards__item--text p {
	color: #f2f2f2;
	text-align: center;
	text-shadow: 0 0 2px #ff4100;
	font-family: "GT America LCG Ext Md";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width: 768px) {

	.awards__item.swiper-slide .awards__item--text p {
		color: #f2f2f2;
		text-shadow: 0 0 1.419px #ff4100;
		font-size: 12.774px;
		font-style: normal;
		font-weight: 500;
		letter-spacing: -0.255px;
	}
}

.awards__item.swiper-slide > img {
	max-width: 100%;
	width: 258px;
	height: 96px;
	margin-bottom: 49px;
}
@media (max-width: 768px) {

	.awards__item.swiper-slide > img {
		width: 183.095px;
		height: 68.128px;
		margin-bottom: 30px;
	}
}

.awards__item.swiper-slide > a {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.awards__item.swiper-slide > a:hover > p {
	color: #ff4100;
}

.awards__item.swiper-slide > a:hover svg path {
	fill: #ff4100;
	fill-opacity: 1;
}

.awards__item.swiper-slide > a p {
	color: rgba(255, 255, 255, 0.25);
	text-align: center;
	font-family: "GT America LCG Ext Rg";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	margin: 0;
	transition: .35s;
}
@media (max-width: 1024px) {

	.awards__item.swiper-slide > a p {
		font-size: 16px;
	}
}
@media (max-width: 625px) {

	.awards__item.swiper-slide > a p {
		font-size: 13px;
	}
}

.awards__item.swiper-slide > a svg * {
	transition: .35s;
}

.partners__slider.swiper {
	padding: 24px 20px 40px;
	display: none;
}
@media (max-width: 768px) {

	.partners__slider.swiper {
		display: block;
		padding: 16px 20px 32px;
	}
}

.partners__slide.swiper-slide {
	display: flex;
	flex-direction: column;
}

.partners__slide.swiper-slide .partners__slide--pic {
	height: 154px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #0d0d0d;
	border-right: 1px solid #0d0d0d;
	border-bottom: 1px solid #0d0d0d;
}

.partners__slide.swiper-slide .partners__slide--pic img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.partners__slide.swiper-slide .partners__slide--pic:nth-of-type(1) {
	border-top: 1px solid #0d0d0d;
}

.partners__slider--nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 0;
}

.partners__slider--nav .partners__slider--prev,
.partners__slider--nav .partners__slider--next {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #0d0d0d;
	transition: .35s;
}

.partners__slider--nav .partners__slider--counter {
	display: flex;
	align-items: center;
	column-gap: 2px;
}

.partners__slider--nav .partners__slider--counter,
.partners__slider--nav .partners__slider--counter * {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: "GT America LCG Ext Rg";
	font-size: 12.774px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.255px;
	text-transform: uppercase;
}
