/********************gps************************/
body{
	background-color:#F5F5F5;
	letter-spacing: 0.05rem;
	animation: bodyfadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyfadeIn 2s ease 0s 1 normal;
	font-feature-settings: "palt";
}
@media (min-width: 768px) {
    body {
        min-width: 1280px;
    }
}

[data-geo]{
	display:none;
}
.gps__flex[data-geo]{
	display:block;
}
.gps__flex .gps__img{
	display:none;
}
.gps__flex.active-geo .gps__flex-inner{
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.gps__flex-inner section {
  width: 100%;
}

@media screen and (min-width: 736px){
	.gps__flex.active-geo .htb-seasonalevents {
	  border-radius: 1.5rem 1.5rem 0 0;
	  padding: 50px 0 100px;
	  margin-top: 40px;
	}
	.gps__flex.active-geo .htb-nextseasonalevents, .gps__flex.active-geo .htb-seasonalevents-under {
	  border-radius: 1.5rem 0 0;
	  padding: 70px 0 40px;
	  margin-top: 0px;
	}

	.gps__flex .htb-seasonalevents {
	  border-radius: 1.5rem 1.5rem 0 0;
	  padding: 50px 0 100px;
	  padding: 70px 0 40px;
	  margin-top: 40px;
	}
	.gps__flex .htb-nextseasonalevents {
	  border-radius: 0 0 1.5rem 1.5rem;
	  padding: 70px 0 40px;
	  padding: 10px 0 60px;
	  margin-top: 0px;
	}

}

@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/********************gps end ************************/