<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero{
  background-image: url("/wp-content/themes/eemo/img/rules_hero.png");
}

h3{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

.rules__cards{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:space-between;

  margin-top:20px;
  margin-bottom:20px;
}

.rules__card{
	width:50%;
	height:auto;
	position:relative;
	margin-top:30px;
}

.rules__card-img-wrapper{
	display:inline-block;
	vertical-align:top;
	width:120px;
	height:120px;
}

.rules__card-img{
	width:100%;
	height:100%;
}

.rules__card-body{
	width:70%;
	margin-left:20px;
	display:inline-block;
	vertical-align:top;
}

.rules__card-header-wrapper{
    margin-top:10px;
}

.rules__card-header{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #007ecb;
}

.rules__card-text-wrapper{
	margin-top:20px;
}

.rules__card-text{
  font-size: 16px;
  /*font-weight: 500;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
}

.rules__section3-hr{
	margin-top:80px;
	margin-bottom:40px;
}

.rules__section3-lead-text-wrapper{
  margin-top:20px;
}

.rules__section3-lead-text{
  /*font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: left;
  color: #333333;*/
}


.rules__table{
  border: solid 1px #e2e2e2;
  margin:auto;

  margin-top:40px;
  margin-bottom:80px;
}

.rules__table th{
  background-color: #f8f8f8;
  border: solid 1px #e2e2e2;
  vertical-align:middle;
  text-align:left;
  padding-left:30.5px;
}

.rules__table td{
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  vertical-align:middle;
  padding:20px 29.5px 20px 29.5px;

  font-size: 16px;
  /*font-weight: 500;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.rules__table-col1{
	width:300px;
	height:70px;
}

.rules__table-col2{
	width:840px;
	height:70px;
}

.rules__table-header-bold{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5a6f7f;
}

.rules__table-text-bold{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #333333;
}

.rules__hr{
	margin-top:72px;
	margin-bottom:22px;
}

.rules__section3-1-lead-text-wrapper{
    margin-top:20px;
  }

.rules__section3-1-box-heading{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #0c76bc;
  }
    
.rules__section3-1-lead-text{
    /*font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #333333;*/
    text-align: left;
  }

.rules__section3-1-box-img-wrapper{
	margin:20px;
  text-align: center;
}

.rules__section3-1-box-img{
	width:50%;
}

.content-last{
	margin-bottom: 60px;
}


.emergency__bgBlue{
  margin-top:90px;
  padding-top:60px;
  padding-bottom:80px;
  background-color: #0c76bc;
}

.emergency__heading{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.emergency__telephone-area{
  margin-top:40px;
  padding-top:30px;
  padding-bottom:30px;
}

.emergency__center{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

.emergency__phone-number{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #0c76bc;

  margin-top:20px;
  margin-bottom:20px;
}

.emergency__phone-icon{
  width:25.8px;
  height:33.7px;
  vertical-align:middle;
}

.emergency__reception{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5a6f7f;
}

.emergency__following-text{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

  margin-top:32px;
}


@media screen and (max-width: 560px) {
	h3 {
		font-size:16px;

	}

  .rules__hr{
    margin-top:45px;
    margin-bottom:18px;
  }

	.rules__cards{
	  margin-top:20px;
	  margin-bottom:20px;
	}

	.rules__card{
		width:100%;
		height:auto;
		position:relative;
		margin-top:30px;
	}

	.rules__card-body{
		width:75%;
	}

	.rules__card-img-wrapper{
		width:15%;
		height:auto;
	}

	.rules__card-header-wrapper{
		margin-top:0px;
	}

	.rules__card-text-wrapper{
		margin-top:10px;
	}

	.rules__card-header{
	  font-size: 14px;
	}

	.rules__card-text{
	  font-size: 14px;
	}

	.rules__section3-hr{
		margin-top:80px;
		margin-bottom:40px;
	}


	.rules__table{
	}

	.rules__table th{
	  padding-left:15px;
	}

	.rules__table td{
	  padding:10px 14px 10px 14px;

	  font-size: 14px;
	}

	.rules__table-col1{
		width:36%;
		height:70px;
	}

	.rules__table-col2{
		width:64%;
		height:70px;
	}

	.rules__table-header-bold{
	  font-size: 14px;
	}

	.rules__table-text-bold{
	  font-size: 14px;
	}
  .rules__section3-lead-text-wrapper{
    margin-top:30px;
  }
  .rules__table {
    border: solid 1px #e2e2e2;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
.rules__section3-1-box-img{
	width:80%;
}
.rules__section3-1-box-heading{
    font-size: 14px;
	
}

.content-last{
	margin-bottom: 0px;
}

	.emergency__bgBlue{
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
	}

  .emergency__heading {
    font-size: 16px;
  }

  .emergency__center {
    font-size: 14px;
  }
  .emergency__phone-number {
    font-size: 20px;
  }
  .emergency__telephone-area{
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
  }
  
}
</pre></body></html>