@media (min-width: 768px){
	.Cta .Cta__container.Cta__container--Dark .Cta__button.Cta__button--linkType--Button-With-Icon.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Dark .Cta__button.Cta__button--linkType--Button.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Dark .Cta__button.Cta__button--linkType--Text-With-Icon.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Dark .Cta__button.Cta__button--linkType--Text.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Light .Cta__button.Cta__button--linkType--Button-With-Icon.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Light .Cta__button.Cta__button--linkType--Button.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Light .Cta__button.Cta__button--linkType--Text-With-Icon.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon,
	.Cta .Cta__container.Cta__container--Light .Cta__button.Cta__button--linkType--Text.Cta__button--buttonStyle--CTA-Navi .Cta__button__icon__container .Cta__button__icon {
		opacity: 1;
	}
}

@media (min-width: 768px){
	.footerCtaBtn .SocialIconsContainerBlock {
		background-color: #e7e7e7;
	}
	.footerCtaBtn .SocialIconsContainerBlock__image{
		width: 50px !important;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__list-ul {
		border-bottom: 1px solid #e7e7e7;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__link {
		color: #101010;
		font-size: 1.4rem;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__link:hover {
		color: #101010;
		opacity: .7;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__link:hover .SocialIconsContainerBlock__image{
		filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
		-webkit-filter:brightness(110%);
		filter:brightness(110%);
		-webkit-transition:all .1s linear;
		transition:all .1s linear
	}
}

@media (max-width: 767px){
	.footerCtaBtn .SocialIconsContainerBlock {
		background-color: #e7e7e7;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__image{
		width: 35px !important;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__text{
		font-size: 1.2rem;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__list-ul{
		border-bottom: 1px solid #e7e7e7;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__box,
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__link{
		color: #101010;
	}
	.footerCtaBtn .SocialIconsContainerBlock .SocialIconsContainerBlock__list-ul>li{
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
}