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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto;
  display: block;
  position: relative;
}

.block-logo {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.link-block {
  width: 164px;
  max-width: 100%;
}

.block-heading {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Alumni Sans, sans-serif;
  font-size: 64px;
  line-height: 68%;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Alumni Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  position: static;
}

.block-grid {
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

.grid {
  grid-template-rows: auto;
}

.link-block-2 {
  color: #000;
  cursor: pointer;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block-2:hover {
  transform: translate(0, -16px);
}

.link-block-2._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3.jpg');
  background-position: 0 0, 50% 100%;
}

.link-block-2._2:hover {
  transform: translate(0, -16px);
}

.link-block-2._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.jpg');
  background-position: 0 0, 50% 100%;
}

.block-sp {
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  background-color: #fff;
  padding: 8px 16px;
  font-family: Alumni Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.block-sp-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.block-sp-name._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: static;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  font-family: Alumni Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-5 {
  color: #aaa;
  font-family: Alumni Sans, sans-serif;
  font-size: 16px;
}

.block_footer {
  text-align: center;
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container_footer {
  max-width: 940px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  font-family: Alumni Sans, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.image {
  object-fit: cover;
  object-position: 50% 51%;
  width: 100%;
  height: 250px;
  position: static;
}

.black-tint {
  background-color: #00000080;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.black-tint._2 {
  justify-content: flex-end;
}

.link-block-3 {
  color: #000;
  flex-flow: column;
  height: 250px;
  text-decoration: none;
  transition: all .375s;
  display: block;
  position: relative;
}

.link-block-3:hover {
  transform: translate(0, -7px);
}

.block-sp-name-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.block-sp-name-2._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: static;
  inset: auto 0% 0%;
}

.logo-mb {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 40px;
}

.image-3 {
  width: 39px;
}

.logo-mers {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.image-4 {
  width: 200px;
}

.image-5 {
  width: 175px;
}

.image-6 {
  object-fit: cover;
  background-image: url('../images/main-ph.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
}

.block-logo2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-mersmob {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: none;
}

.logo-mers2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.logo-mers3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.block-main {
  background-image: url('../images/main-ph.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.link {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .link-block {
    width: 172px;
  }

  .image-3 {
    width: 46px;
  }

  .logo-mers {
    margin-top: 69px;
    margin-bottom: 69px;
  }
}

@media screen and (min-width: 1440px) {
  .link-block {
    width: 180px;
  }

  .heading {
    font-size: 72px;
  }

  .image-3 {
    width: 54px;
  }

  .logo-mers {
    margin-top: 81px;
    margin-bottom: 81px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    width: 200px;
    max-width: 100%;
  }

  .heading {
    font-size: 80px;
  }

  .image-3 {
    width: 72px;
  }

  .logo-mers {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .logo-mersmob, .logo-mers2, .logo-mers3 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    background-position: 50% 0;
  }

  .link-block {
    max-width: none;
  }

  .container_footer {
    max-width: 680px;
  }

  .image-6 {
    object-fit: cover;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    background-position: 50% 0;
    min-height: 100vh;
  }

  .link-block {
    max-width: none;
  }

  .container {
    margin: 0% 5%;
  }

  .heading {
    font-size: 48px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .container_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image, .link-block-3 {
    height: auto;
  }

  .image-6 {
    object-fit: cover;
    min-height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 50% 0;
    min-height: 100vh;
  }

  .block-logo {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    object-fit: fill;
    flex-flow: column;
    padding-top: 4%;
    display: none;
    position: static;
  }

  .link-block {
    width: 120px;
    max-width: none;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    margin-bottom: 0;
    font-size: 42px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .link-block-2:hover, .link-block-2._2:hover {
    transform: none;
  }

  .image, .link-block-3 {
    height: auto;
  }

  .logo-mers {
    margin-bottom: 12px;
    display: none;
  }

  .image-6 {
    object-fit: cover;
    min-height: 100vh;
    position: relative;
  }

  .block-logo2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    object-fit: fill;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .logo-mersmob {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }

  .logo-mers2, .logo-mers3 {
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
  }

  .image-7 {
    object-fit: cover;
    min-height: 100vh;
  }
}


