    /* .ir-banner {
	display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(20, 20, 20);
    background: url(/static/assets/img/ir.jpg) no-repeat 50% 50%/cover;
    text-align: center;
    padding: 0 5%;
	} */
	.ir-title:before{
	content: '';
    display: block;
    width: 1.7em;
    height: 2px;
    background: rgb(36, 36, 36);
    margin: 1em auto;
	}
	.ir-title{
	font-size: 2.7rem;
	}
	.ir-title{
	font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
	}
	.ir-link-dinfo{
	background-color: #f5135e;
	}
	[class*=ir-link-]{
	padding: 7.5%;
    color: #fff !important;
    font-size: 1.15rem;
    background-repeat: no-repeat;
    background-position: right 15% bottom 15%;
    background-size: 3.25rem auto;
	height:200%;
	}
	.ir-link-sinfo{
	background-color: #fff;
    color: #000 !important;
	}
	.ir-link-data{
	background-color: #363636;
	}
	.ir-link-ance{
	background-color: #414141;
	}
	.press>.row, .ir>.row{
	/* padding-top: 6.3%;
    padding-bottom: 6.3%; */
	}
	#ct>*:not(.modal):not(.wp-block-contact-form-7-contact-form-selector){
	animation: fadeIn 1.25s both;
	}
	.press, .ir{
	/* background: #f8f8f8; */
    padding: 0 4.1vw;
	}
	.container-fluid{
	width: auto;
    /* margin-left: -4.1vw;
    margin-right: -4.1vw; */
    padding-left:5%;
	padding-right:5%;
	height:100%;
	}
	*, ::after, ::before{
	box-sizing: border-box;
	}
	.container{
	position: relative;
    width: 100%;
    max-width: 1580px;
    padding: 0;
	}
	.ir-title{
	font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
	}
	.row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;	
	}
	.ir-banner:before{
	content: '';
    display: block;
    width: 1px;
    padding-bottom: 80%;
    margin-left: -1px;
	}