:root {
  --yellow-green: #c4d334;
  --light-blue: #a2d6e8;
  --light-grey: #ccc;
  --sky-blue: #54bed6;
  --orange: #ff8a3b;
  --white: #fff;
  --black: #333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 10;
  background-color: #ddd0;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--yellow-green);
  text-align: justify;
  font-size: 23px;
  line-height: 32px;
}

.hm-banner {
  z-index: 10;
  height: 1740px;
  margin-top: 150px;
  position: relative;
}

.image {
  z-index: 10;
  max-width: 620px;
  margin-top: 40px;
  display: block;
  position: relative;
}

._1055 {
  max-width: 1095px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 0;
}

._1055.pt-50 {
  padding-top: 100px;
}

.hm-islands {
  background-image: url('../images/hm-island-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  position: absolute;
  inset: 0% 0% auto;
}

.hor-mid-even {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.obj-char {
  max-width: 208px;
  margin-top: -75px;
}

._70w {
  width: 70%;
}

._70w._w-bg {
  background-color: #fff;
  border-radius: 50px;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 60px;
  box-shadow: 11px 11px #0003;
}

.paragraph {
  background-image: url('../images/icon-light.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto 22px;
  margin-bottom: 40px;
  padding-left: 30px;
}

.paragraph._2 {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.obj-img {
  z-index: 10;
  background-image: url('../images/objectives.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  max-width: 390px;
  height: 100%;
  max-height: 370px;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.g-green-bg {
  z-index: 5;
  background-image: url('../images/g-green-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: -100px;
  position: relative;
}

.g-green-bg._2 {
  background-image: url('../images/g-green-bg2.svg');
  margin-top: -400px;
}

.air-con-system {
  background-color: #f4efa5;
  margin-top: -400px;
  padding-top: 280px;
  position: relative;
}

.system-pic {
  background-image: url('../images/system-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 90px 100px 100px 90px;
  display: none;
}

.timeline-img {
  padding-top: 220px;
}

.timeline {
  margin-bottom: 300px;
}

.competition-catag {
  z-index: 10;
  background-image: url('../images/b-top-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 940px;
  margin-top: -200px;
  padding-top: 252px;
  position: relative;
}

.heading {
  text-align: left;
  background-image: url('../images/icon-light.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto 22px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  display: inline-block;
}

.comp-img {
  z-index: 10;
  background-image: url('../images/competition.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  max-width: 390px;
  height: 100%;
  max-height: 440px;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.comp-char {
  transform-origin: 50% 100%;
  max-width: 210px;
  margin-top: -15px;
  margin-left: -30px;
}

.heading-w {
  color: #fff;
  background-color: #ff6c6f;
  border-radius: 50px;
  padding: 15px 60px;
  display: inline-block;
  position: relative;
  top: -50px;
}

.heading-w.draw {
  background-color: #f39953;
  margin-bottom: 0;
  padding: 10px 25px;
  font-size: 20px;
  top: -45px;
}

.heading-w.colour {
  background-color: #55bed6;
  padding: 10px 25px;
  font-size: 20px;
  top: -45px;
}

.submit-w-bg {
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 11px 11px #0003;
}

.submission-method {
  background-color: var(--light-blue);
  margin-top: -1px;
  padding-top: 40px;
}

.submit-button {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/submit-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40%;
  height: 100%;
  min-height: 128px;
  margin-left: 20px;
}

.submit-button:hover {
  mix-blend-mode: luminosity;
}

.online-submit-blk {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.download-button {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/download-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 44%;
  height: 100%;
  min-height: 136px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.download-button:hover {
  mix-blend-mode: lighten;
}

.hor-even {
  justify-content: space-between;
  display: flex;
  position: relative;
}

._49w-w-bg {
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  width: 49%;
  margin-top: 60px;
  margin-bottom: 140px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
  line-height: 20px;
  box-shadow: 7px 7px #0003;
}

.awards-prize {
  background-color: var(--light-blue);
  background-image: url('../images/b-btm-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.text-block {
  text-align: left;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}

.text-block._1 {
  flex: none;
  width: 205px;
  line-height: 24px;
}

.div-block {
  background-color: var(--light-grey);
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.hor-even-btm-line {
  border-bottom: 1px solid var(--light-grey);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.remarks-text {
  text-align: left;
  margin-top: 20px;
  font-size: 13px;
  line-height: 17px;
}

._46w {
  width: 46%;
}

.ft-text-block {
  color: #fff;
  background-color: #4577ba;
  border-radius: 50px;
  padding: 10px 30px 10px 50px;
  display: inline-block;
  position: absolute;
  left: 50px;
  box-shadow: 6px 6px #0003;
}

.icon-blk {
  z-index: 20;
  background-image: url('../images/icon-email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  box-shadow: 6px 5px #0003;
}

.icon-blk.phone {
  background-image: url('../images/icon-phone.svg');
}

.icon-blk.web {
  cursor: pointer;
  background-image: url('../images/icon-web.svg');
}

.icon-blk.web:hover {
  mix-blend-mode: luminosity;
}

.icon-blk.ut {
  cursor: pointer;
  background-image: url('../images/icon-ut.svg');
}

.icon-blk.ut:hover {
  mix-blend-mode: luminosity;
}

.icon-blk.fb {
  cursor: pointer;
  background-image: url('../images/icon-fb.svg');
}

.icon-blk.fb:hover {
  mix-blend-mode: luminosity;
}

.icon-blk.ig {
  cursor: pointer;
  background-image: url('../images/icon-ig.svg');
}

.icon-blk.ig:hover {
  mix-blend-mode: luminosity;
}

.hor-mid-l {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.hor-mid-l:hover {
  mix-blend-mode: luminosity;
}

.footer {
  color: #fff;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.ft-heading {
  text-align: left;
  margin-bottom: 20px;
  line-height: 42px;
}

._100w {
  width: 100%;
}

.title-blk {
  z-index: 10;
  width: 100%;
  max-width: 1095px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hm-rd {
  background-image: url('../images/hm-island-rd.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hm-banner-char {
  transform-origin: 50% 100%;
  max-width: 265px;
  position: absolute;
  top: 14%;
  bottom: 0%;
  right: -2%;
}

.hm-banner-robot {
  max-width: 190px;
  position: absolute;
  top: 24%;
  left: 31px;
}

._1055px-w {
  width: 100%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1055px;
  position: relative;
}

.menu-button {
  z-index: 5;
  border: 5px solid var(--sky-blue);
  background-color: var(--orange);
  background-image: url('../images/header-menu-open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 50%;
  order: 9999;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-right: 50px;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  z-index: 10;
  border-color: var(--white);
  background-color: var(--orange);
  background-image: url('../images/header-menu-close.svg');
}

.brand {
  cursor: pointer;
  width: 215px;
}

.hm-kd {
  cursor: pointer;
  max-width: 248px;
  display: block;
  position: absolute;
  inset: 24% 0% auto 38%;
}

.hm-kd:hover {
  filter: brightness(115%);
}

.hm-sports {
  cursor: pointer;
  max-width: 456px;
  display: block;
  position: absolute;
  inset: 38% 0% auto 0;
}

.hm-sports:hover {
  filter: brightness(115%);
}

.hm-hospital {
  cursor: pointer;
  max-width: 464px;
  display: block;
  position: absolute;
  inset: 36% 0% auto 54%;
}

.hm-hospital:hover {
  filter: brightness(115%);
}

.hm-school-b {
  cursor: pointer;
  max-width: 378px;
  display: none;
  position: absolute;
  inset: 23% 0% auto 49%;
}

.hm-school-b:hover {
  filter: none;
}

.timeline-robot {
  width: 15%;
  max-width: 157px;
  position: absolute;
  inset: 39% 26% 0% auto;
}

.timeline-img-blk {
  position: relative;
}

.awards-robot {
  transform-origin: 50% 90%;
  width: 17%;
  max-width: 176px;
  position: absolute;
  inset: 34% 23% auto auto;
}

.awards-img-blk {
  padding-top: 220px;
  position: relative;
}

.timeline-ver {
  margin-bottom: 300px;
  display: none;
}

.nav-menu {
  z-index: 5;
  background-color: #20bba6e6;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.header {
  z-index: 50;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.hm-school-a {
  cursor: pointer;
  max-width: 378px;
  display: none;
  position: absolute;
  inset: 23% 0% auto 49%;
}

.hm-school-a:hover {
  filter: none;
}

.hm-school {
  cursor: pointer;
  max-width: 378px;
  display: block;
  position: absolute;
  inset: 23% 0% auto 49%;
}

.hm-school:hover {
  filter: brightness(115%);
}

.nav-link {
  cursor: pointer;
  background-image: url('../images/icon-hm.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 115px;
  padding-top: 80px;
  padding-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
}

.nav-link:hover {
  transform: scale(1.05);
}

.nav-link._4 {
  background-image: url('../images/icon-photo.svg');
}

.nav-link._5 {
  background-image: url('../images/icon-contact.svg');
}

.nav-link._2 {
  background-image: url('../images/icon-comp.svg');
}

.nav-link._3 {
  background-image: url('../images/icon-exhi.svg');
}

.bk-line {
  background-color: #333;
  width: 85%;
  height: 1.5px;
  margin-left: auto;
  margin-right: auto;
}

._1620 {
  max-width: 1660px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 0;
}

.rules-section {
  z-index: 10;
  background-image: url('../images/69a65035c740bbfd00b60974_comp-bg-01.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.title-img {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.comp-image {
  max-width: 1020px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-nor {
  margin-bottom: 0;
}

.comp-heading {
  color: #fff;
  text-align: center;
  background-color: #55bed6;
  border-radius: 50px 50px 0 0;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 25px 60px;
  display: inline-block;
  box-shadow: 11px 11px #0003;
}

.comp-heading._2 {
  background-color: #f39953;
}

.submit-w-bg-copy {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  margin-bottom: 40px;
  padding: 50px 60px;
  position: relative;
  box-shadow: 11px 11px #0003;
}

.list {
  margin-bottom: 20px;
  list-style-type: lower-alpha;
}

.blue-heading {
  color: #4577ba;
  margin-top: 40px;
  margin-bottom: 30px;
}

.num-list {
  text-align: justify;
  margin-bottom: 100px;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 30px;
}

.asse-section {
  z-index: 0;
  background-color: #f4efa5;
  background-image: url('../images/69a65035c740bbfd00b6097e_asse-bg-01.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: -248px;
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
}

.aees-image {
  max-width: 1020px;
  margin: 60px auto;
  display: block;
  position: relative;
}

.text-span-27px {
  font-size: 27px;
}

.nunmer-text {
  flex: none;
  width: 3%;
}

.hor-top-l {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-2 {
  margin-bottom: 30px;
  padding-left: 30px;
  list-style-type: lower-alpha;
}

.paragraph-2 {
  width: 96.5%;
  margin-bottom: 0;
}

.o-g-bg {
  position: absolute;
  inset: auto 0% -10%;
}

.judge-sec {
  background-image: url('../images/69a65035c740bbfd00b6097b_judg-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: -100px;
  padding-top: 200px;
  position: relative;
}

.tba-image {
  max-width: 1014px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.judg-image {
  max-width: 1020px;
  margin: -70px auto 100px;
  display: block;
}

.exhi-section {
  background-image: url('../images/69a65035c740bbfd00b60982_exhi-bg-03.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.exhi-image {
  max-width: 1020px;
  margin: 30px auto 150px;
  display: block;
}

.exhi-tba-image {
  max-width: 1014px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-image {
  width: 68%;
  max-width: 500px;
  margin: 0 auto 100px;
  display: block;
  position: relative;
}

.contact-section {
  background-image: url('../images/contact-bg-05.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.lightbox-link {
  z-index: 20;
  background-image: url('../images/system-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 90px 100px 100px 90px;
  display: block;
  position: relative;
}

.system-image {
  display: block;
  position: static;
  inset: 0%;
}

.photo-image {
  width: 97%;
  max-width: 1020px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-section {
  background-image: url('../images/69a65035c740bbfd00b6098a_photo-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px;
  padding-top: 200px;
}

.photo-tba-image {
  max-width: 1014px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rules-rob {
  max-width: 110px;
  display: block;
  position: absolute;
  inset: 5% 0% auto 12%;
}

.asse-bear {
  transform-origin: 50% 100%;
  max-width: 257px;
  position: absolute;
  inset: 17% 16% auto auto;
}

.judg-rob {
  max-width: 184px;
  position: absolute;
  inset: 3% 17% auto auto;
}

.judg-tba-rob {
  width: 24%;
  max-width: 250px;
  position: absolute;
  inset: 57% auto auto 10%;
}

.asse-img-blk, .judg-img-blk {
  position: relative;
}

.image-3 {
  transform-origin: 50% 100%;
}

.exhi-tba-rob {
  width: 24%;
  max-width: 250px;
  position: absolute;
  inset: 10% auto auto 10%;
}

.exhi-tba-blk, .photo-tba-blk {
  position: relative;
}

.photo-tba-bear {
  width: 42.4637%;
  max-width: 448px;
  position: absolute;
  inset: -25% 4% 0% auto;
}

.menu-btn-blk {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 33px;
  display: flex;
  position: relative;
}

.dd-link {
  background-image: url('../images/dd-obj.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 125px;
  height: 45px;
  margin-top: 10px;
}

.dd-link:hover {
  opacity: .7;
}

.dd-link._2 {
  background-image: url('../images/dd-time.svg');
}

.dd-link._3 {
  background-image: url('../images/dd-cate.svg');
}

.dd-link._4 {
  background-image: url('../images/dd-awards.svg');
}

.dd-link._5 {
  background-image: url('../images/dd-rules.svg');
}

.dd-link._6 {
  background-image: url('../images/dd-asse.svg');
}

.dd-link._7 {
  background-image: url('../images/dd-judg.svg');
}

.dd-blk {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
  box-shadow: 2px 2px 0 1px #0003;
}

.dd-link-blk {
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: auto;
  margin-left: 10px;
  display: flex;
}

.dd-link-blk.mb-show {
  display: none;
}

.head-logo {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: -9999;
  align-items: center;
  padding-top: 30px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.head-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.head-image {
  width: 100%;
}

.brand-2 {
  cursor: pointer;
  width: 100px;
}

.head-logo-wrapper {
  position: absolute;
  inset: 0% auto auto 0%;
}

.head-logo-bg {
  z-index: 1;
  width: 560px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.menu-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  text-shadow: 4px 4px 1px #0003;
  flex-flow: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  color: #f4d037;
}

.menu-sub-block {
  z-index: 6;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 15px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.menu-sub-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.menu-social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #548ad6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.menu-social-icon {
  z-index: 20;
  background-image: url('../images/icon-email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: 6px 5px #0003;
}

.menu-social-icon.phone {
  background-image: url('../images/icon-phone.svg');
}

.menu-social-icon.web {
  cursor: pointer;
  background-image: url('../images/icon-web.svg');
}

.menu-social-icon.web:hover {
  mix-blend-mode: luminosity;
}

.menu-social-icon.ut {
  cursor: pointer;
  background-image: url('../images/icon-ut.svg');
}

.menu-social-icon.ut:hover {
  mix-blend-mode: luminosity;
}

.menu-social-icon.fb {
  cursor: pointer;
  background-image: url('../images/icon-fb.svg');
}

.menu-social-icon.fb:hover {
  mix-blend-mode: luminosity;
}

.menu-social-icon.ig {
  cursor: pointer;
  background-image: url('../images/icon-ig.svg');
}

.menu-social-icon.ig:hover {
  mix-blend-mode: luminosity;
}

.menu-right-bg-block {
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-right-bg-overflow {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.menu-right-bg-item {
  border-top-left-radius: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.menu-right-bg-item.contact {
  z-index: 2;
  display: none;
}

.menu-right-bg-item.contact.show {
  display: flex;
}

.menu-right-bg-item.details {
  z-index: 2;
  display: none;
}

.menu-right-bg-item.details.show {
  display: flex;
}

.menu-right-bg-item.exhi {
  z-index: 2;
  display: none;
}

.menu-right-bg-item.exhi.show {
  display: flex;
}

.menu-right-bg-item.gallery {
  z-index: 2;
  display: none;
}

.menu-right-bg-item.gallery.show {
  display: flex;
}

.menu-right-bg-item.target {
  z-index: 2;
  display: none;
}

.menu-right-bg-item.target.show {
  display: flex;
}

.menu-right-bg-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-right-bg-img.auto {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  max-width: 70%;
  height: auto;
  padding-bottom: 50px;
  padding-right: 50px;
}

.menu-right-bg-color-layout {
  z-index: 2;
  background-color: #f4efa580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-right-bg-color-layout-fill {
  z-index: 1;
  background-color: #f4efa580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-bg-graphic-block {
  z-index: 6;
  width: 35%;
  height: 500px;
  position: absolute;
  top: 15%;
  left: 45%;
}

.menu-bg-graphic-1 {
  width: 320px;
  position: absolute;
  left: 150px;
}

.menu-bg-graphic-2 {
  width: 220px;
  position: absolute;
  top: 170px;
  left: 0;
}

.menu-drop {
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.menu-drop-tri {
  padding: 0;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: wrap;
  margin-top: 15px;
  padding: 5px 15px;
  display: flex;
}

.menu-drop-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-3 {
  font-size: 14px;
  line-height: 14px;
}

.menu-link-tx-tc {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.menu-link-tx-en {
  text-align: left;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.menu-sub-list {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-sub-link-tx-tc {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.menu-sub-link-tx-en {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.menu-bot-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-sub-link {
  color: var(--white);
  text-shadow: 4px 4px 1px #0003;
  text-decoration: none;
}

.menu-sub-link:hover {
  color: #f4d037;
}

.menu-bot-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  background-color: #548ad6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.menu-bot-link:hover, .menu-bot-link.web:hover {
  background-color: var(--orange);
}

.menu-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.menu-icon.objectives {
  background-image: url('../images/menu-icon-target.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-icon.details {
  background-image: url('../images/menu-icon-details.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-icon.exhi {
  background-image: url('../images/menu-icon-exhi.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-icon.gallery {
  background-image: url('../images/menu-icon-gallery.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-icon.contact {
  background-image: url('../images/menu-icon-contact.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-tx-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.obj-sec {
  z-index: 10;
  margin-top: 200px;
  position: relative;
}

.hm-rd-2 {
  background-image: linear-gradient(#c4d334, #fff0), url('../images/hm-island-rd.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-link-item {
  width: 100%;
  display: flex;
}

.com_title_img {
  z-index: 10;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
}

.contact-img-block {
  position: relative;
}

.image-4 {
  width: 31%;
  position: absolute;
  inset: auto 0% -11% 16%;
}

html.w-mod-js [data-ix="l-to-r-600"] {
  opacity: 0;
  transform: translate(-300px);
}

html.w-mod-js [data-ix="r-to-l-800"] {
  opacity: 0;
  transform: translate(200px);
}

html.w-mod-js [data-ix="op-1200"] {
  opacity: 0;
}

html.w-mod-js [data-ix="op-600"] {
  opacity: .6;
}

html.w-mod-js [data-ix="b-to-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="top-to-b"] {
  opacity: 0;
  transform: translate(0, -200px);
}

html.w-mod-js [data-ix="hover"] {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 20px;
    line-height: 30px;
  }

  .hm-banner {
    height: 1250px;
  }

  .image {
    max-width: 450px;
    margin-top: 20px;
  }

  ._1055 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1055.objectives {
    bottom: 7%;
  }

  .obj-char {
    max-width: 163px;
    margin-top: 0;
    position: absolute;
    top: -74px;
    bottom: auto;
    right: 45%;
  }

  ._70w._w-bg {
    width: 73%;
    padding-top: 50px;
    padding-left: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    background-size: auto 20px;
  }

  .paragraph._2 {
    font-size: 20px;
    line-height: 30px;
  }

  .obj-img {
    width: 262px;
    max-width: none;
    max-height: 279px;
    inset: auto 0% 0%;
  }

  .system-pic {
    padding: 9% 10% 10% 9%;
  }

  .timeline-img {
    padding-top: 0;
  }

  .competition-catag {
    padding-top: 200px;
  }

  .heading {
    font-size: 27px;
    line-height: 30px;
  }

  .comp-img {
    width: 36%;
    max-height: 300px;
    top: 23%;
  }

  .comp-char {
    max-width: 160px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: -28px;
    bottom: auto;
    right: auto;
  }

  .heading-w {
    font-size: 28px;
  }

  .online-submit-blk {
    align-items: center;
  }

  ._49w-w-bg {
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 16px;
  }

  .awards-prize {
    background-position: 50% 100%;
    background-size: 1600px;
  }

  .text-block._1 {
    width: 100px;
    line-height: 17px;
  }

  .ft-text-block {
    padding: 5px 20px 5px 60px;
    font-size: 16px;
    left: 0;
  }

  .icon-blk {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .ft-heading {
    text-shadow: 1px 0 7px #0003;
    font-size: 26px;
    line-height: 32px;
  }

  .hm-rd {
    background-size: cover;
  }

  .hm-banner-char {
    max-width: 220px;
    top: 3%;
    right: 1%;
  }

  .hm-banner-robot {
    max-width: 150px;
    top: 22%;
    left: 5%;
  }

  ._1055px-w {
    max-width: 800px;
  }

  .container {
    border-bottom: 1px solid #f7f7f7;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .brand {
    width: 150px;
  }

  .hm-kd {
    max-width: 153px;
    top: 24%;
  }

  .hm-sports {
    max-width: 350px;
    left: 5px;
  }

  .hm-hospital {
    max-width: 350px;
    top: 35%;
    right: 5px;
  }

  .hm-school-b {
    max-width: 278px;
  }

  .timeline-robot {
    top: 31%;
  }

  .timeline-img-blk {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .awards-robot {
    max-width: 140px;
    right: 23%;
  }

  .awards-img-blk {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
  }

  .nav-menu {
    padding-top: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .hm-school-a, .hm-school {
    max-width: 278px;
  }

  .nav-link {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bk-line {
    width: 50%;
  }

  ._1620 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rules-section {
    padding-top: 180px;
  }

  .comp-image {
    max-width: 760px;
    margin-top: 40px;
  }

  .paragraph-nor {
    background-size: auto 20px;
  }

  .comp-heading {
    font-size: 28px;
  }

  .blue-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .asse-section {
    padding-top: 150px;
    padding-bottom: 140px;
  }

  .aees-image {
    max-width: 760px;
  }

  .text-span-27px {
    font-size: 20px;
    line-height: 25px;
  }

  .o-g-bg {
    bottom: -8%;
  }

  .judge-sec {
    background-position: 50% 0;
    background-size: 1920px;
    padding-top: 150px;
  }

  .tba-image {
    max-width: 760px;
    margin-bottom: 100px;
  }

  .judg-image {
    max-width: 760px;
    margin-top: 0;
  }

  .exhi-section {
    background-size: cover;
    padding-top: 180px;
  }

  .exhi-image {
    max-width: 700px;
  }

  .contact-image {
    padding-left: 10%;
  }

  .contact-section {
    background-size: cover;
    height: auto;
    padding-top: 180px;
  }

  .photo-image {
    max-width: 700px;
  }

  .photo-section {
    background-size: 150%;
    padding-top: 180px;
  }

  .rules-rob {
    width: 14%;
    top: -14%;
    left: 8%;
  }

  .asse-bear {
    width: 32%;
    max-width: 220px;
    top: 3%;
    right: 13%;
  }

  .judg-rob {
    width: 20%;
    max-width: 150px;
    top: 0%;
    right: 13%;
  }

  .judg-tba-rob {
    width: 22%;
    max-width: 170px;
    inset: auto 0% 13% 8%;
  }

  .rules-img-blk, .asse-img-blk {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .judg-img-blk {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .exhi-tba-rob {
    width: 22%;
    max-width: 200px;
    inset: 15% auto 0% 11%;
  }

  .exhi-tba-blk, .photo-tba-blk {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-btn-blk {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .dd-link-blk.mb-show {
    display: block;
  }

  .dd-link-blk.desktop-show {
    display: none;
  }

  .head-logo {
    padding-top: 15px;
    padding-left: 30px;
  }

  .head-logo-bg {
    width: 420px;
  }

  .menu-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-link {
    font-size: 42px;
    line-height: 50px;
  }

  .menu-sub-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 70%;
    padding-top: 30px;
  }

  .menu-sub-item {
    font-size: 24px;
  }

  .menu-bg-graphic-block {
    top: 5%;
  }

  .menu-link-tx-tc {
    font-size: 36px;
    line-height: 40px;
  }

  .menu-sub-link-tx-tc {
    font-size: 18px;
  }

  .menu-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }

  .obj-sec {
    margin-top: 180px;
  }

  .hm-rd-2 {
    background-size: cover;
  }

  .com_title_img {
    max-width: 450px;
  }

  .image-4 {
    width: 40%;
    bottom: -12%;
    left: 11%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
    line-height: 24px;
  }

  .hm-banner {
    z-index: 20;
    height: 550px;
  }

  .image {
    max-width: 330px;
  }

  ._1055.objectives {
    z-index: 20;
    background-image: url('../images/hm-banner-bg.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hm-islands {
    background-position: 50% 0;
    background-size: 1000px;
  }

  .hor-mid-even.obj {
    margin-top: 200px;
  }

  .obj-char {
    max-width: 122px;
    top: -35px;
    right: 48%;
  }

  ._70w._w-bg {
    border-radius: 25px;
    width: 100%;
    padding: 40px 30px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph {
    background-position: 0 0;
    margin-bottom: 20px;
  }

  .paragraph._2 {
    font-size: 16px;
    line-height: 24px;
  }

  .obj-img {
    max-height: 248px;
    inset: -210px auto auto 20%;
  }

  .g-green-bg {
    height: 150px;
    margin-top: -100px;
  }

  .g-green-bg._2 {
    margin-top: -288px;
  }

  .air-con-system {
    margin-top: 0;
    padding-top: 50px;
  }

  .timeline {
    margin-bottom: 250px;
  }

  .competition-catag {
    background-position: 50% 0;
    min-height: 700px;
    margin-top: -100px;
    padding-top: 300px;
  }

  .heading {
    background-position: 0 0;
    font-size: 20px;
    line-height: 25px;
  }

  .comp-img {
    width: 257px;
    inset: -67% auto auto 0%;
  }

  .comp-char {
    max-width: 130px;
    margin-top: -44px;
    top: 33px;
    left: -1px;
  }

  .heading-w {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-w.draw, .heading-w.colour {
    padding-left: 60px;
    padding-right: 60px;
  }

  .submit-w-bg {
    border-radius: 25px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .submission-method {
    padding-top: 0;
  }

  .submit-button {
    width: 90%;
    min-height: 70px;
    margin-bottom: 30px;
  }

  .online-submit-blk {
    flex-direction: column;
  }

  .download-button {
    width: 80%;
    min-height: 70px;
  }

  .hor-even.comp {
    flex-direction: column;
  }

  ._49w-w-bg {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .awards-prize {
    background-position: 50% 100%;
    background-size: 1600px;
  }

  .text-block._1 {
    width: 125px;
  }

  ._46w {
    width: 100%;
  }

  .icon-blk.web {
    cursor: pointer;
  }

  .icon-blk.web:hover {
    mix-blend-mode: luminosity;
  }

  .icon-blk.ut {
    cursor: pointer;
  }

  .icon-blk.ut:hover {
    mix-blend-mode: luminosity;
  }

  .icon-blk.fb {
    cursor: pointer;
  }

  .icon-blk.fb:hover {
    mix-blend-mode: luminosity;
  }

  .icon-blk.ig {
    cursor: pointer;
  }

  .icon-blk.ig:hover {
    mix-blend-mode: luminosity;
  }

  .hor-mid-l {
    cursor: pointer;
    width: 343px;
    margin-left: auto;
    margin-right: auto;
  }

  .hor-mid-l:hover {
    mix-blend-mode: luminosity;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .ft-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .hm-rd {
    background-position: 50% 0;
    background-size: 1000px;
    height: 1000px;
  }

  .hm-banner-char {
    max-width: 150px;
    top: 4%;
    right: 0%;
  }

  .hm-banner-robot {
    max-width: 110px;
    top: 35%;
    left: 2%;
  }

  ._1055px-w {
    max-width: 500px;
  }

  .menu-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 30px;
  }

  .brand {
    width: 130px;
  }

  .hm-kd {
    max-width: 110px;
    top: 40%;
  }

  .hm-sports {
    max-width: 250px;
    top: 62%;
    left: -25px;
  }

  .hm-hospital {
    max-width: 224px;
    top: 61%;
  }

  .hm-school-b {
    max-width: 198px;
    top: 35%;
  }

  .timeline-robot {
    width: 18%;
    max-width: 120px;
    margin-top: 60px;
    top: 16%;
  }

  .awards-robot {
    max-width: 115px;
    top: 27%;
  }

  .timeline-ver {
    margin-bottom: 250px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .hm-school-a, .hm-school {
    max-width: 198px;
    top: 35%;
  }

  .nav-link {
    height: 90px;
  }

  .rules-section {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .title-img {
    width: 66%;
    max-width: 450px;
  }

  .comp-image {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .paragraph-nor {
    background-position: 0 0;
    margin-bottom: 20px;
  }

  .comp-heading {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .submit-w-bg-copy {
    border-radius: 0 0 25px 25px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blue-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .num-list {
    padding-left: 25px;
  }

  .list-item {
    margin-bottom: 20px;
  }

  .asse-section {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .aees-image {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .text-span-27px {
    font-size: 18px;
    line-height: 23px;
  }

  .judge-sec {
    background-size: cover;
    margin-top: -50px;
    padding-top: 100px;
  }

  .tba-image {
    margin-bottom: 50px;
  }

  .judg-image {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .exhi-section {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .exhi-image {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .exhi-tba-image, .contact-image {
    margin-bottom: 50px;
  }

  .contact-section {
    padding-top: 150px;
  }

  .lightbox-link {
    padding: 9% 10% 10% 9%;
  }

  .photo-image {
    margin-bottom: 50px;
  }

  .photo-section {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .photo-tba-image {
    margin-bottom: 50px;
  }

  .rules-rob {
    width: 12%;
    max-width: 85px;
    top: 0%;
  }

  .asse-bear {
    width: 25%;
    max-width: 150px;
    top: auto;
    bottom: 12%;
    right: 14%;
  }

  .judg-rob {
    width: 22%;
  }

  .judg-tba-rob {
    width: 25%;
  }

  .asse-img-blk {
    max-width: 600px;
  }

  .exhi-tba-rob {
    width: 25%;
    top: 11%;
    left: 9%;
  }

  .menu-btn-blk {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .head-logo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brand-2 {
    width: 90px;
  }

  .head-logo-bg {
    width: 380px;
  }

  .menu-list {
    z-index: 5;
    grid-row-gap: 15px;
  }

  .menu-link {
    font-size: 30px;
    line-height: 40px;
  }

  .menu-sub-block {
    width: 100%;
  }

  .menu-social-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }

  .menu-social-icon.web {
    cursor: pointer;
  }

  .menu-social-icon.web:hover {
    mix-blend-mode: luminosity;
  }

  .menu-social-icon.ut {
    cursor: pointer;
  }

  .menu-social-icon.ut:hover {
    mix-blend-mode: luminosity;
  }

  .menu-social-icon.fb {
    cursor: pointer;
  }

  .menu-social-icon.fb:hover {
    mix-blend-mode: luminosity;
  }

  .menu-social-icon.ig {
    cursor: pointer;
  }

  .menu-social-icon.ig:hover {
    mix-blend-mode: luminosity;
  }

  .menu-right-bg-block {
    width: 85%;
    max-width: 400px;
  }

  .menu-bg-graphic-block {
    height: 300px;
    top: auto;
    bottom: 0;
    left: 0%;
  }

  .menu-bg-graphic-1 {
    width: 150px;
    left: 100px;
  }

  .menu-bg-graphic-2 {
    width: 130px;
    top: 100px;
  }

  .menu-link-tx-tc {
    font-size: 30px;
  }

  .menu-link-tx-en {
    font-size: 14px;
  }

  .obj-sec {
    z-index: 20;
    margin-top: 150px;
  }

  .menu-link-item {
    width: 46%;
  }

  .com_title_img {
    max-width: 330px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    text-align: left;
  }

  .hm-banner {
    height: 1000px;
  }

  .image {
    max-width: 260px;
    display: block;
  }

  ._1055 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hm-islands {
    background-size: 820px;
    margin-top: -1px;
  }

  .hor-mid-even {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .hor-mid-even.obj {
    margin-top: 0;
  }

  .obj-char {
    max-width: 110px;
    top: -20px;
    right: 50%;
  }

  ._70w._w-bg {
    width: 100%;
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .obj-img {
    width: 260px;
    max-width: none;
    height: 240px;
    max-height: none;
    position: relative;
    top: 0;
    left: auto;
  }

  .g-green-bg {
    margin-top: -190px;
    display: none;
  }

  .air-con-system {
    padding-top: 50px;
  }

  .timeline {
    margin-bottom: 220px;
    display: none;
  }

  .competition-catag {
    min-height: auto;
    padding-top: 120px;
  }

  .comp-img {
    height: 300px;
    position: relative;
  }

  .comp-char {
    left: -10px;
  }

  .heading-w {
    margin-top: 0;
    font-size: 18px;
    top: -25px;
  }

  .heading-w.draw, .heading-w.colour {
    font-size: 18px;
    top: -25px;
  }

  .submit-w-bg {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .submission-method {
    padding-top: 20px;
  }

  ._49w-w-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-prize {
    background-position: 0 100%;
    background-size: 1600px;
  }

  .text-block._1 {
    width: 110px;
  }

  .ft-text-block {
    padding-left: 50px;
    padding-right: 20px;
  }

  .icon-blk {
    width: 40px;
    height: 40px;
  }

  .footer {
    text-align: left;
  }

  .ft-heading {
    font-size: 20px;
    line-height: 25px;
  }

  ._100w {
    text-align: center;
  }

  .hm-rd {
    background-size: 820px;
  }

  .hm-banner-char {
    width: 33%;
    top: 2%;
    right: -16px;
  }

  .hm-banner-robot {
    max-width: 80px;
    top: 16%;
  }

  ._1055px-w {
    max-width: 390px;
  }

  .brand {
    width: 110px;
  }

  .hm-kd {
    max-width: 95px;
    top: 18%;
    left: 38%;
  }

  .hm-sports {
    max-width: 182px;
    top: 29%;
    left: 0;
  }

  .hm-hospital {
    max-width: 188px;
    top: 28%;
    left: 50%;
  }

  .hm-school-b {
    max-width: 163px;
    top: 37%;
  }

  .timeline-robot {
    width: 20%;
    max-width: 85px;
    top: 13%;
    right: 22%;
  }

  .timeline-img-blk {
    padding-top: 0;
  }

  .awards-robot {
    max-width: 90px;
    top: 36%;
  }

  .timeline-ver {
    margin-top: 40px;
    margin-bottom: 100px;
    display: block;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .hm-school-a {
    max-width: 163px;
    top: 37%;
  }

  .hm-school {
    max-width: 163px;
    top: 16%;
  }

  ._1620 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rules-section {
    padding-top: 120px;
  }

  .comp-image {
    margin-bottom: 15px;
  }

  .paragraph-nor {
    margin-bottom: 0;
  }

  .comp-heading {
    font-size: 18px;
    line-height: 20px;
    top: -25px;
  }

  .submit-w-bg-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .num-list {
    text-align: left;
  }

  .asse-section {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .o-g-bg {
    display: block;
    bottom: -1%;
  }

  .judge-sec {
    background-position: 50% 0;
    background-size: cover;
    margin-top: -50px;
    padding-top: 50px;
  }

  .tba-image, .judg-image {
    margin-bottom: 15px;
  }

  .exhi-section {
    padding-top: 120px;
  }

  .exhi-image {
    margin-bottom: 30px;
  }

  .exhi-tba-image {
    margin-bottom: 0;
  }

  .contact-image {
    margin-bottom: 30px;
  }

  .contact-section {
    padding-top: 120px;
  }

  .photo-image {
    margin-bottom: 50px;
  }

  .photo-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .photo-tba-image {
    margin-bottom: 30px;
  }

  .rules-rob {
    top: -11%;
  }

  .menu-btn-blk {
    flex-direction: column;
    padding-top: 10px;
  }

  .head-logo {
    padding-left: 15px;
  }

  .brand-2 {
    width: 70px;
  }

  .head-logo-bg {
    width: 300px;
  }

  .menu-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu-sub-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
    padding-top: 10px;
  }

  .menu-sub-item {
    width: 46%;
  }

  .menu-social-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu-social-icon {
    width: 40px;
    height: 40px;
  }

  .menu-bg-graphic-block {
    width: 100%;
    height: 400px;
  }

  .menu-bg-graphic-1 {
    top: 0;
    left: auto;
    right: 0;
  }

  .menu-bg-graphic-2 {
    top: 100px;
  }

  .menu-link-tx-tc {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-sub-link-tx-tc {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-sub-link-tx-en {
    font-size: 12px;
    line-height: 14px;
  }

  .menu-bot-block, .menu-bot-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .obj-sec {
    margin-top: 120px;
  }

  .menu-link-item {
    width: 100%;
  }

  .com_title_img {
    max-width: 260px;
    padding-bottom: 0;
  }
}


