@media only screen and (min-device-width: 1140px) {
  #startOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(246, 246, 246);
    width: 100%;
    height: 100vh;
    z-index: 100000000;
    opacity: 1;
    pointer-events: none;
    transition: 1.2s;
    overflow: hidden;
  }
  #startOverlay.active {
    top: -1000px;
    opacity: 1;
  }
  .cover {
    height: 100vh;
    width: 100%;
    position: relative;
    background: transparent;
    overflow: hidden;
  }
  .cover.active img {
    transform: scale(1);
  }
  .cover .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
    transition: 1.4s;
    transform: scale(1.1);
    filter: brightness(88%);
  }
  .cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(182, 162, 101, 0.3882352941), rgba(20, 32, 72, 0.7725490196));
    z-index: 11;
  }
  .cover .content {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .cover .content .text {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 100;
  }
  .cover .content .text .cover-partner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateY(60px);
  }
  .cover .content .text .cover-partner img {
    width: 280px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cover .content .text h1 {
    text-transform: uppercase;
    max-width: 100%;
    font-weight: 600;
    color: white;
    font-size: 9vw;
    transform: translateY(-10px);
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .blog {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0;
  }
  .blog.active .content .left img {
    transform: scale(1);
  }
  .blog.active .content .left .imgoverlay {
    top: -100%;
    opacity: 1;
  }
  .blog .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 0;
  }
  .blog .content .left {
    width: 50%;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .blog .content .left img {
    width: 100%;
    height: 100%;
    max-height: 820px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.7s;
    transform: scale(1.1);
    z-index: 10;
  }
  .blog .content .left .imgoverlay {
    width: 100%;
    min-height: 100%;
    opacity: 1;
    pointer-events: none;
    transition: 0.5s;
    background: #1b2c65;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
  }
  .blog .content .right {
    width: 50%;
    position: relative;
    height: auto;
  }
  .blog .content .right .text {
    text-align: left;
    padding-top: 80px;
    padding-inline: 50px;
  }
  .blog .content .right .text h2 {
    color: #1b2c65;
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 75px;
    cursor: pointer;
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .blog .content .right .text p {
    color: #1b2c65;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .blog .content .right .text .headinp {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "LingkawiSouth", "Roboto", sans-serif;
    margin-bottom: 25px;
  }
  .blog .content .right .text .headinp.normal {
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .blog .content .right .text button {
    margin-top: 45px;
    background: none;
    color: #1b2c65;
    border-radius: 4px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 18px;
    width: auto;
    cursor: pointer;
  }
  .blog .content .right .text button i {
    color: #1b2c65;
    transform: translateX(15px) translateY(1px);
  }
  .bottom {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .bottom .content {
    display: flex;
  }
  .bottom .content .left, .bottom .content .right {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 25px;
    cursor: pointer;
    overflow: hidden;
  }
  .bottom .content .left:hover img, .bottom .content .right:hover img {
    transform: scale(1.03);
  }
  .bottom .content .left img, .bottom .content .right img {
    width: 50%;
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.4s;
    border-radius: 2px;
  }
  .bottom .content .left .text, .bottom .content .right .text {
    width: 50%;
    padding-block: 35px;
    padding-inline: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bottom .content .left .text h2, .bottom .content .right .text h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #1b2c65;
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .bottom .content .left .text p, .bottom .content .right .text p {
    font-size: 24px;
    text-transform: uppercase;
    color: #1b2c65;
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .images {
    position: relative;
    width: 100%;
    height: auto;
  }
  .images .content {
    display: flex;
    flex-direction: row;
  }
  .images .content .image {
    position: relative;
    width: 50%;
    cursor: pointer;
    overflow: hidden;
  }
  .images .content .image:hover img {
    transform: scale(1.06);
  }
  .images .content .image:hover a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    color: #1b2c65;
  }
  .images .content .image a {
    position: absolute;
    font-family: "Stampa", "Roboto", sans-serif;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    padding: 16px 22px;
    border-radius: 4px;
    transition: 1s;
  }
  .images .content .image img {
    transition: 1.5s;
    width: 100%;
    height: 620px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    filter: brightness(92%);
  }
}/*# sourceMappingURL=base.css.map */