@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

	.dfg-width {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		padding: 10px 10px 0 10px;
	}
	.dfg-width .item-link {
		text-decoration: none;
	}
	.dfg-container {
  		display: grid;
 	 	grid-template-columns: repeat(4, 1fr);
  		grid-auto-rows: repeat(4, 1fr);
  		gap: 10px;
		}
		.square {
			border-radius: 0;
		}
		.rounded {
			border-radius: 1em;
		}	
		.content{
			height: 100%;
			width: 100%;
			position: relative;
			overflow: hidden;
		}
		.content-video,
		.content-slider  {
    		width: 100%;
    		position: relative;
   	 		overflow: hidden;
		}
		.content-icon {
			display: flex;
		    height: 56.25%;
		    align-items: flex-end;
		    justify-content: center;
			}
		.content-title {
			display: flex;
		    height: 43.75%;
		    align-items: flex-end;
		    justify-content: center;
			}
		.item-image {
			width: 100%;
			max-width: 100%;
			height: 100%;    
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
		}
		.item-slider,
		.item-video {
		}
		.item-link a,
		.item-link a {
			text-decoration: none;
		}
		.dfg-logo {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 4;
	  		grid-row: auto;
			}
			.item-logo-image {
				width: 100%;
				max-width: 748px;
				display: block;	
				}
				.item-logo-link {
				}
		.dfg-1col-1row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 1;
	  		grid-row: span 1;
			}
			.dfg-1col-1row:after {
	  			content: "";
	  			display: block;
				padding-bottom: 100%;
				}
		.dfg-1col-2row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 1;
	  		grid-row: span 2;
		}
		.dfg-1col-2row:after {
	  		content: "";
	  		display: block;
			padding-bottom: calc(200% + 10px);
			}
		.dfg-1col-3row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 1;
	  		grid-row: span 3;
		}
		.dfg-1col-3row:after {
	  		content: "";
	  		display: block;
			padding-bottom: calc(300% + 10px);;
			}
		.dfg-1col-4row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 1;
	  		grid-row: span 4;
		}
		.dfg-1col-4row:after {
	  		content: "";
	  		display: block;
			padding-bottom: calc(400% + 30px);
			}
		.dfg-2col-1row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 2;
	  		grid-row: span 1;
		}
		.dfg-2col-1row:after {
	  		content: "";
	  		display: block;
	  		padding-bottom: calc(50% - 5px);
			}
		.dfg-2col-2row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 2;
	  		grid-row: span 2;
			}
			.dfg-2col-2row:after {
	  			content: "";
	  			display: block;
	  			padding-bottom: 100%;
				}
		.dfg-2col-3row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 2;
	  		grid-row: span 3;
			}
			.dfg-2col-3row:after {
	  			content: "";
	  			display: block;
	  			padding-bottom: calc(150% + 5px);
				}
		.dfg-2col-4row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 2;
	  		grid-row: span 4;
			}
			.dfg-2row-4row:after {
	  			content: "";
	  			display: block;
	  			padding-bottom: calc(200% + 10px);
				}
		.dfg-3col-1row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 3;
	  		grid-row: span 1;
			}
			.dfg-3col-1row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(33.333333333% - 6.66px);
				}
		.dfg-3col-2row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 3;
	  		grid-row: span 2;
			}
			.dfg-3col-2row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(66.6666666666% - 3.33px);
				}
		.dfg-3col-3row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 3;
	  		grid-row: span 3;
			}
			.dfg-3col-3row:after {
	  			content: "";
	  			display: block;
				padding-bottom: 100%;
				}
		.dfg-3col-4row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 3;
	  		grid-row: span 4;
			}
			.dfg-3col-4row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(133.3333333333% + 3.34px);
				}
		.dfg-4col-1row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 4;
	  		grid-row: span 1;
			}
			.dfg-4col-1row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(25% - 7.5px);
				}
		.dfg-4col-2row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 4;
	  		grid-row: span 2;
			}
			.dfg-4col-2row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(50% - 5px);
				}
		.dfg-4col-3row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 4;
	  		grid-row: span 3;
			}
			.dfg-4col-3row:after {
	  			content: "";
	  			display: block;
				padding-bottom: calc(75% - 2.5px);
				}
		.dfg-4col-4row {
			height: 100%;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	  		grid-column: span 4;
	  		grid-row: span 3;
			}
			.dfg-4col-4row:after {
	  			content: "";
	  			display: block;
				padding-bottom: 100%;
				}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    } 
    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 320px) {
  .item-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
  	text-align: center;
    font-size: calc(0.875rem + ((1vw - 3.2px) * 1.7857));
    min-height: 0vw;
    z-index: 99;
	padding-bottom: 5px;
	text-decoration: none;
  }
}
@media (min-width: 768px) {
  .item-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
  	text-align: center;
    font-size: 22px;
    z-index: 99;
	padding-bottom: 5px;
	text-decoration: none;
  }
}
@media (min-width: 320px) {
  .item-icon {
	line-height: 0;
  	text-align: center; 
	font-size: calc(2.125rem + ((1vw - 3.2px) * 4.4643));
    min-height: 0vw;
    z-index: 99;
  }
}
@media (min-width: 768px) {
  .item-icon {
	line-height: 0;
  	text-align: center;
    font-size: 54px;
    z-index: 99;
  }
}