.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.image {
  width: 200px;
  margin: 12px auto;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  padding-left: 0px;
  background-color: #fff;
}

.button {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

.button.nav-link {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #333;
}

.button.nav-link:hover {
  border-color: #777;
}

.nav-link {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  background-color: #fff;
  color: #777;
}

.nav-link-selected {
  border-bottom: 2px solid #ffa553;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body {
  color: #585858;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 78px;
  padding-left: 78px;
}

.text-block {
  position: relative;
  min-height: 70px;
  padding-top: 40px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.section {
  margin-top: 40px;
  margin-bottom: 0px;
}

.btnjoin {
  position: relative;
  z-index: 2;
  display: block;
  width: 0px;
  min-width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border: 2px solid #333;
  border-radius: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.btnjoin.btn_background {
  position: static;
  overflow: visible;
  min-width: 220px;
  margin-top: -42px;
  margin-left: 464px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-width: 0px;
  background-color: #ffa553;
}

.button-2-copy {
  display: block;
  width: 0px;
  min-width: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border: 2px solid #333;
  border-radius: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.button-2-copy.btn_background {
  position: static;
  overflow: visible;
  min-width: 220px;
  margin-top: -42px;
  margin-left: 464px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-width: 0px;
  background-color: #fff;
}

.button-2-copy.btn_background:hover {
  background-color: #ffa553;
}

.heroes {
  position: relative;
  top: -10px;
  min-height: 500px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/TopHeroes-1.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btnjoinbackground {
  position: relative;
  left: 13px;
  top: -45px;
  z-index: 1;
  display: block;
  width: 0px;
  min-width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 20px;
  border: 0px solid #333;
  border-radius: 30px;
  background-color: #ffa553;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.btnjoinbackground.btn_background {
  position: static;
  overflow: visible;
  min-width: 220px;
  margin-top: -42px;
  margin-left: 464px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-width: 0px;
  background-color: #ffa553;
}

.div-block {
  margin-top: 25px;
}

.section-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.title {
  position: relative;
  overflow: visible;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-3 {
  text-align: center;
}

.bodycopy {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.video {
  border-radius: 0px;
}

.youtube {
  z-index: 2;
  margin-top: 30px;
  border: 5px solid #000;
  border-radius: 13px;
  background-color: #000;
}

.div-block-2 {
  position: absolute;
  top: 246px;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-color: #ffa553;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}

.section-3 {
  position: relative;
  margin-top: 30px;
}

.section-4 {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.ipabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/IPAAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 0px solid #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px none #000;
  background-image: url('../images/IPSAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.agamabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px none #000;
  background-image: url('../images/AgamaAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-5 {
  margin-top: 60px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/DGAnimateWhite.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.animasibox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/AnimasisAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rplbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/RPL_new-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.multimediabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/MultimediaAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tatabogabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/TataBogaAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tatabusanabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  min-width: 250px;
  border: 0px solid #000;
  background-image: url('../images/TataBusanaAnimate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-6 {
  margin-top: 60px;
}

.prodistiklogo {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 100px;
  min-width: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/logo-Prodistik.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prodistikoutline {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  min-height: 250px;
  border-style: solid;
  border-width: 3px 3px 3px 0px;
  border-color: #000;
  background-color: transparent;
}

.prodistikbg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: #ffa553;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-8 {
  padding-right: 0px;
}

.prodistikcopy {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: justify;
  text-indent: 40px;
}

.div-block-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-10 {
  position: relative;
  top: -231px;
  height: 20px;
  padding-right: 20px;
}

.div-block-11 {
  padding-right: 86px;
  padding-left: 86px;
  line-height: 25px;
}

.section-7 {
  margin-top: 60px;
}

.div-block-12 {
  min-height: 100px;
  background-image: url('../images/Prestasi1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prestasi1 {
  min-height: 100px;
  min-width: 200px;
  background-image: url('../images/prestasi-sekolah-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.prestasi2 {
  min-height: 100px;
  min-width: 200px;
  background-image: url('../images/Prestasi2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prestasi3 {
  min-height: 100px;
  min-width: 200px;
  background-image: url('../images/Prestasi3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prestasi4 {
  min-height: 100px;
  min-width: 200px;
  background-image: url('../images/Prestasi4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-8 {
  margin-top: 60px;
}

.kerjasama6 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama7.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.kerjasama1 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama2 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama3 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama4 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama5 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasamamore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  min-width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  font-weight: 500;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kerjasama7 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Kerjasama6.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-9 {
  min-height: 250px;
  margin-top: 60px;
  border-bottom: 4px none #ffa553;
  background-color: #000;
}

.div-block-14 {
  background-image: url('../images/iconFB.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.linkfb {
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/iconFB.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkig {
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/iconIG.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkemail {
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/iconEmail.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkyt {
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/iconYT.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkfb-copy {
  min-height: 50px;
  min-width: 50px;
  background-image: url('../images/iconFB.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  min-height: 50px;
  min-width: 50px;
}

.link-block {
  min-height: 50px;
  min-width: 50px;
}

.linkwa {
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/iconWA.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 49px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerlink {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #ffa553;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.additionalfooterlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  position: relative;
  margin-top: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d42e4d;
  text-align: center;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  min-height: 70px;
  min-width: 70px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-image: url('../images/FABWA-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama8 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/PTPANBROTHER.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama9 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/vista.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama10 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/PTPANBROTHER.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama11 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/PTPANBROTHER.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kerjasama12 {
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/PTPANBROTHER.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }
  .nav-link-selected {
    text-align: center;
  }
  .div-block-2 {
    height: 400px;
  }
  .section-4 {
    margin-top: 125px;
  }
  .div-block-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .prodistiklogo {
    min-width: 300px;
  }
  .div-block-7 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .div-block-17 {
    margin-top: 30px;
  }
  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-menu {
    background-color: #fff;
  }
  .menu-button {
    background-color: #fff;
    color: #333;
  }
  .div-block-21 {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .heroes {
    margin-top: -31px;
  }
  .div-block-2 {
    top: 212px;
    height: 300px;
  }
  .section-3 {
    margin-top: -150px;
  }
  .section-4 {
    margin-top: 90px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-7 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }
  .text-block-2 {
    font-size: 15px;
  }
  .section {
    margin-top: -27px;
  }
  .bodycopy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    top: 310px;
    height: 150px;
  }
  .section-3 {
    margin-top: -250px;
  }
  .prodistiklogo {
    min-width: 250px;
  }
  .prestasi1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prestasi2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prestasi3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prestasi4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-20 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .div-block-21 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-7 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .link-block-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 20px;
  }
}

