.u-section-1 .u-sheet-1 {min-height: 462px}
.u-section-1 .u-image-1 {width: 570px; height: 306px; margin: 146px auto 10px} 

@media (max-width: 1199px){ .u-section-1 .u-sheet-1 {min-height: 502px}
.u-section-1 .u-image-1 {margin-bottom: 50px} }

@media (max-width: 767px){ .u-section-1 .u-sheet-1 {min-height: 486px}
.u-section-1 .u-image-1 {width: 540px; height: 290px} }

@media (max-width: 575px){ .u-section-1 .u-sheet-1 {min-height: 379px}
.u-section-1 .u-image-1 {width: 340px; height: 183px} }.u-section-2 {margin-top: 0; margin-bottom: 0}
.u-section-2 .u-sheet-1 {min-height: 2641px}
.u-section-2 .u-text-1 {font-size: 1.125rem; margin: 83px auto 0 111px}
.u-section-2 .u-text-2 {font-size: 1.25rem; background-image: none; margin: 60px 111px 48px} 

@media (max-width: 1199px){ .u-section-2 .u-sheet-1 {min-height: 2695px}
.u-section-2 .u-text-1 {width: auto; margin-top: 60px; margin-left: 60px}
.u-section-2 .u-text-2 {margin-bottom: 60px; margin-left: 60px; margin-right: 60px} }

@media (max-width: 991px){ .u-section-2 .u-sheet-1 {min-height: 2791px}
.u-section-2 .u-text-1 {margin-left: 0}
.u-section-2 .u-text-2 {margin-left: 0; margin-right: 0} }

@media (max-width: 767px){ .u-section-2 .u-sheet-1 {min-height: 3143px} }

@media (max-width: 575px){ .u-section-2 .u-sheet-1 {min-height: 3587px}
.u-section-2 .u-text-2 {font-size: 1.125rem; width: 340px} }.u-section-3 {margin-top: 0; margin-bottom: 0}
.u-section-3 .u-sheet-1 {min-height: 112px}
.u-section-3 .u-image-1 {width: 1015px; height: 112px; margin: 0 auto} 

@media (max-width: 1199px){ .u-section-3 .u-sheet-1 {min-height: 104px}
.u-section-3 .u-image-1 {width: 940px; height: 104px; margin-left: 0; margin-right: 0} }

@media (max-width: 991px){ .u-section-3 .u-sheet-1 {min-height: 80px}
.u-section-3 .u-image-1 {width: 720px; height: 80px} }

@media (max-width: 767px){ .u-section-3 .u-sheet-1 {min-height: 60px}
.u-section-3 .u-image-1 {width: 540px; height: 60px} }

@media (max-width: 575px){ .u-section-3 .u-sheet-1 {min-height: 38px}
.u-section-3 .u-image-1 {width: 340px; height: 38px} }.buttonText {
    color: #ffffff;
    font-family: Georgia;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
 }
.buttonText:hover {
	background-color:#ffffffa6;
	transition: 0.3s;
}
.buttonText:active {
	color:#ffffff;
	background-color:#666666
    transition: 0.3s;
}
.badge {
  transition: all 0.2s ease 0s;
}
.badge:hover {
	filter:brightness(150%);
	filter:contrast(75%);
	transition: all 0.2s ease 0s;
}
.badge:active {
	filter:brightness(50%);
	filter:contrast(50%);
	transition: all 0.2s ease 0s;
}
.buttonIcon {
  transition: all 0.2s ease 0s;
}
.buttonIcon:hover {
	opacity: 0.75;
	transition: all 0.2s ease 0s;
}
.buttonIcon:active {
	opacity: 0.45;
	transition: all 0.2s ease 0s;
} 
.buttonText {
}