@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.body-en {
  padding-top: 40px
}
@media screen and (max-width:767px) {
  .body-en {
    padding-top: 6.1rem
  }
}
.globalHeader-en {
  height: fit-content
}
.globalHeader-en .logo img {
  height: 40px
}
@media screen and (max-width:767px) {
  .globalHeader-en .logo img {
    height: 3.7rem
  }
}
.heading1-en {
  margin-bottom: 55px
}
.globalFooter-secondary-en {
  border-top: none;
  padding-top: 0
}
@media screen and (min-width:768px) {
  .globalFooter-secondary-en {
    margin-top: 0
  }
}
@media screen and (max-width:767px) {
  .globalFooter-utility-en {
    display: block
  }
  .globalFooter-utility-en > li:first-child {
    margin-top: 0
  }
  .globalFooter-utility-en > li {
    display: block
  }
}