

.prc_inner {
	    width: 100%;
	    height: 100%;
	    position: relative;
	    overflow: hidden;
	}

	.prc_inner .prc_bg
	{
		background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    width: 100%;
	    min-height: 704px;
	    position: relative;
	    border-radius: 0 0 20px 20px;
	}
	.prc_inner .prc_bg .mobile_banner {
	    position: relative;
	    display: none;
	    width: 100%;
	}
	.prc_inner .prc_bg .mobile_banner img {
		display: inline-flex;
	    width: 100%;
	    height: 100vh;
	    object-fit: cover;
	    min-height: 450px;
	}
	.prc_inner .banner_text {
	    position: absolute;
	    bottom: 88px;
	    left: 140px;
	    z-index: 10;
	}
	.prc_inner .banner_text .prc_sub {
		width: 100%;
	}
	.prc_inner .banner_text .prc_sub h1 {
		color: var(--white);
	    font-weight: 800;
	    font-size: 68px;
	    font-family: 'InterstateCondensedLight';
	}
	.prc_inner .banner_text .prc_sub h1 span {
		font-weight: 200;
		display: block;

	}
	.prc_sec
	{
		width: 100%;

	}
	.prc_sec.colored {
		background-color: #EFEFEF;
		padding:1px 0px;
	}
	.prc_sec .cr_wrap {
		margin: 97px 0 103px;
	}
	.prc_sec.colored .cr_wrap {
		margin: 60px 0 60px;
	}
	.prc_sec .cr_wrap .container
	{
		max-width: 1294px;
	}
	.cr_wrap .crp_wrap {
		max-width: 1200px;
   		margin: 0 0 0 0px;
	}
	.crp_wrap .btn_container {
		display: flex;
	}
	.crp_wrap .btn_container .btn {
		position: relative;
	    z-index: 2;
	    display: flex;
	    font-family: 'InterstateCondensedBold';
	    font-size: 20px;
	    letter-spacing: 0.1em;
	    text-transform: uppercase;
	    min-width: calc(50% - 30px);

	    justify-content: center;
	    align-items: center;
	    border: 2px solid;
	    border-color: var(--primary-color);
	    padding: 20px 30px;
	    border-radius: 35px;
	    cursor: pointer;

	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: var(--transition-300);
	}
	.crp_wrap .btn_container .btn:first-child {
		margin-right: 30px;
	}
	.crp_wrap .btn_container .btn.active,
	.crp_wrap .btn_container .btn:hover  {
		color:#FFF;
		background-color:var(--primary-color);
	}
	.crp_wrap .btn_container .btn span {
		padding: 0;
	}
@media only screen and (max-width: 1200px) {
		.prc_sec.colored .cr_wrap
		{
      width: 100%;
    	overflow-x: scroll;
		}
		.prc_sec.colored .cr_wrap .container
		{
        width: 1200px;

		}
}
	@media only screen and (max-width: 768px) {


		.crp_wrap .btn_container {
			    flex-direction: column;
		}
		.crp_wrap .btn_container .btn {
			width: 100%;
			margin-right:0px;
			text-align: center;
			margin-bottom: 20px;
		}
	}





	.table-cell-light {font-size:16px;}
	.crp_container {
		display: none;
		opacity: 0;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: var(--transition-300);
	}
	.crp_container.active{
		display: block;
		opacity: 1;
	}

	.crpc_select { 
		min-height: 90px;
		margin-bottom:0px;
		width: 100%;
	}





	.acl-table {}
	.acl-table thead {
		background: #FFF;
	    text-align: center;
	    font-weight: 300;
	    font-size: 15px;

	}
	.acl-table.acl-table-extended {
		width:100%;
		text-align:left; 
		border-collapse: collapse;
	}
	.acl-head {}
	.acl-cell-title {
		padding: 10px 0px;
	}
	.acl-cell {}
	.acl-cell.darker {}


	.acl-cell.rotate {

    min-height: 70px;
    height: 90px;
    font-size: 14px;
    width: 40px;
	}
	.acl-cell svg {
			max-width: none;
	}

	.svrotate { 
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg); 
		-ms-transform: rotate(-90deg); 
		-o-transform: rotate(-90deg); 
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 45px;
    font-family: "InterstateRegular";
    font-weight: 500;
    fill: #FFF;
	}
  .acl-cell.dark {
		width: 45px;
		background-color: #1b1c1d;
		color: #FFF;
	}
  .set_s-l {
		width: 100px;
	}
	.acl-cell .rotate {

    min-height: 70px;
    height: 90px;
    font-size: 14px;
    width: 40px;


	}
	.acl-cell.rotate span
	{
		transform: rotate(-90deg);


	  /* Legacy vendor prefixes that you probably don't need... */

	  /* Safari */
	  -webkit-transform: rotate(-90deg);

	  /* Firefox */
	  -moz-transform: rotate(-90deg);

	  /* IE */
	  -ms-transform: rotate(-90deg);

	  /* Opera */
	  -o-transform: rotate(-90deg);

	  /* Internet Explorer */
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    width: 100px;
	}


	.acl-cell.rotate div {
		overflow: hidden;
    height: 100px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
	}
	.acl-filter-item {
		height: 30px;
    	background: #FFF;
	}
	.acl-filter-item th {
	    padding: 10px;
	    font-size: 14px;
	}
	.acl-company-item {
		height: 50px;
    	color: #FFF;
    	background: var(--primary-color);
	}
	.acl-company-item th {
	    padding: 10px;
	    font-size: 17px;
	}
	.acl-company-item.acl-filter-item {

	}
	.acl-filter-item {
		-webkit-transition: all .1s ease;
	    -moz-transition: all .1s ease;
	    -ms-transition: all .1s ease;
	    -o-transition: all .1s ease;
	    transition: all ease 100ms;
	}
	.acl-filter-item:nth-child(even) {
  		background-color: #f4f4f4;
	}
	/** acl_hide **/
	.acl-table-wrapper {
		margin: 0px 2px;
	}
	.acl-table-info {
	    text-align: right;
	    display: flex;
	    font-size: 14px;
	    margin-top: 20px;
	    margin-bottom: 10px;
	    justify-content: flex-end;
	    align-items: center;
	    align-content: center;
	    flex-direction: row;
	}
	.acl-table-info span:nth-child(1) {
		font-size: 21px;height: 20px;display: flex;margin-right: 2px;align-content: center;align-items: center;
	}
	.acl-table-info span:nth-child(2) {
		height: 20px;display: flex;font-size: 12px;align-items: center;align-content: center;
	}
	.acl_ci-head {
		display: flex;
	}
	.crp_container[data-id="crp1"] .acl-filter-item th {
		width:700px;
	}


	.crp_container[data-id="crp1"] .acl-filter-item td {
		text-align: center;
		border-right: 1px solid rgba(0,0,0,0.2);
	}


	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(10) {
		border-right: none;

	}
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(2) { 
		border-left: 1px solid rgba(0,0,0,0.2);
		width:215px; 
	}
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(3),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(4),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(5),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(6),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(7),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(8),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(9),
	.crp_container[data-id="crp1"] .acl-filter-item td:nth-child(10)
	 { 
	 	 width:49px; 
	 }

	.acl-cell-title.darker
	{
		color: #FFF !important;
		background: var(--primary-color) !important;
	}


	.acl-filter-item:hover {
		color: var(--primary-color);
	}

	.acl-filter-item:hover a {
		background: var(--primary-color);
		color:#FFF;
	}


	.acl-filter-item a {
	    background-size: contain;
	    background-repeat: no-repeat;
	    display: flex;
	    background-position: center;
	    height: 36px;
	    justify-content: center;
	    align-items: center;
	}

	.acl_haslink.is_nto a {
		
	}
	.acl_hide {
		display: none;
	}


	.acl-filter-item a:hover {
		
	}
	.crp_container[data-id="crp2"] .acl-cell-title {
		font-size: 14px;
	}

	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(1) {	font-size: 13px; width: 170px; }
	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(2) {	font-size: 13px; padding:4px; width:50px; }
	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(3) {	font-size: 13px; padding:4px;width: 80px; }
	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(4) {	font-size: 13px; padding:4px;width: 80px;  }
	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(5) {	font-size: 13px; width: 100px; }
	.crp_container[data-id="crp2"] .acl-cell-title:nth-child(6) {	font-size: 13px; width: 100px; }


.crp_container[data-id="crp2"] .acl-filter-item td {
	    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);

}
.crp_container[data-id="crp2"] .acl-filter-item td:nth-child(19) {
    border-right: none;
    width:47px;
}
.crp_container[data-id="crp2"] .acl-filter-item td.product-m {
	width:47.4px;
}

	/** ANIMATION
tbody th {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

tbody td {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

**/




label {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}
.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
select {
  z-index: 3;
  float: left;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  width: 33%;
  z-index: 1;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}
.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 25px;
  font-weight: 100;
  color: var(--body-text);
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.custom-select-trigger:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}
.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #c7d1d6;
  border-right: 1px solid #c7d1d6;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;

  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */

  background: #fff;
  transition: all 0.2s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);

  -webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body-text);
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option:hover,
.custom-option.selection {
  color: #fff;
  background-color: var(--primary-color);
}


