

/* ==== GRID SYSTEM ==== */

.val_19 .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

 .val_19 .row {
  position: relative;
  width: 100%;
  float: left;
}

 .val_19 .row [class^="col"] {
  float: left;
  margin: 0;
  min-height: 0.125rem;
 box-sizing: border-box;
padding: 22px;
}

.val_19 .row::after {
	content: "";
	display: table;
	clear: both;
}

.val_19 .col-1 {
  width: 8.333%;
}

.val_19 .col-2 {
  width: 16.66%;
}

.val_19 .col-3 {
  width: 25%;
}

.val_19 .col-4 {
  width: 33.33%;
	position: relative;
}

.val_19 .col-5 {
   width: 41.66%;
}

.val_19 .col-6 {
   width: 50%;
}

.val_19 .col-7 {
  width: 58.33%;
}

.val_19 .col-8 {
  width: 66.66%;
	position: relative;
}

.val_19 .col-9 {
 width: 75%; 
}

.val_19 .col-10{
  width: 83.33%; 
}

.val_19 .col-11 {
 	width: 91.66%;  
}

.val_19 .col-12 {
  width: 100%;
	position: relative;
}

.val_19 .col-1-sm {
  width: 8.333%;
}

.val_19 .col-2-sm {
  width: 16.66%;
}

.val_19 .col-3-sm {
  width: 25%;
}

.val_19 .col-4-sm {
  width: 33.33%;
}

.val_19 .col-5-sm {
   width: 41.66%;
}

.val_19 .col-6-sm {
   width: 50%; 
}

.val_19 .col-7-sm {
  width: 58.33%;
}

.val_19 .col-8-sm {
  width: 66.66%;
}

.val_19 .col-9-sm {
 width: 75%; 
}

.val_19 .col-10-sm {
  width: 83.33%; 
}

.val_19 .col-11-sm {
 	width: 91.66%;  
}

.val_19 .col-12-sm {
  width: 100%; 
}



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


.val_19 .col-1,
.val_19 .col-2,
.val_19 .col-3,
.val_19 .col-4,
.val_19 .col-5,
.val_19 .col-6,
.val_19 .col-7,
.val_19 .col-8,
.val_19 .col-9,
.val_19 .col-10,
.val_19 .col-11,
 .val_19 .col-12 {
  width: 100%;
}
}
/* ==== GRID SYSTEM ==== */