#coverMainMob {
  display: block;
}

#coverMainDes {
  display: none;
}

.home-cover {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #f3f3f3;
  width: 100%;
  height: 200px;
  z-index: 10000;
}
.home-cover .overlay-right {
  position: absolute;
  top: 0;
  right: 0;
  background: #f3f3f3;
  width: 75px;
  height: 100vh;
  z-index: 1000;
}
.home-cover .cover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-cover {
  /* This creates the white backgr,ound and cuts out the text */
}
.home-cover .cover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  z-index: 100000;
}
.home-cover .cover-mask rect {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home-cover .cover-mask g {
  width: 100%;
  height: 100%;
  transform: translate(-10px, -120px);
}
.home-cover .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 10000000;
}
.home-cover .content .text {
  width: 100%;
  height: 170px;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: auto;
  border-bottom: 1px solid rgba(211, 211, 211, 0.466);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-inline: 20px;
}
.home-cover .content .text img {
  width: 95px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.home-cover .content .text img.right-img {
  left: unset;
  bottom: 0;
  right: 20px;
}
.home-cover .content .text {
  /* visually hidden h1 (keeps semantics/SEO) */
}
.home-cover .content .text .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.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(-41px);
  padding-inline: 20px;
}
.cover .content .text .cover-partner img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cover .content .text .cover-partner img.sparebank {
  width: 130px;
  transform: translateX(-8pxw);
}
.cover .content .text h1 {
  text-transform: uppercase;
  max-width: 100%;
  font-weight: 600;
  color: white;
  transform: translateY(-20px);
  line-height: 1;
  font-size: clamp(26px, 8.5vw, 100px);
  font-family: "Stampa", "Roboto", sans-serif;
  padding-inline: 16px;
}
.cover .content .text h1.home-h1 {
  white-space: nowrap;
}

.blog {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0;
  margin-block: 10px;
}
.blog.active .content .left img {
  transform: scale(1);
}
.blog.active .content .left .imgoverlay {
  top: -100%;
  opacity: 1;
}
.blog.mobile-flex .content .left {
  order: 2;
}
.blog.mobile-flex .content .right {
  order: 1;
}
.blog .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding-inline: 0;
}
.blog .content .left {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.blog .content .left img {
  width: 100%;
  height: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s;
  transform: scale(1.1);
  z-index: 10;
}
.blog .content .left img.laStampaShop {
  max-height: 770px;
}
.blog .content .left .imgoverlay {
  width: 100%;
  min-height: 100%;
  opacity: 1;
  pointer-events: none;
  transition: 0.5s;
  background: #141a3a;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
}
.blog .content .right {
  width: 100%;
  position: relative;
  height: auto;
  padding-block: 25px;
}
.blog .content .right .text {
  text-align: left;
  padding-inline: 20px;
}
.blog .content .right .text .contact-table-wrap {
  margin-top: 25px;
  width: 100%;
  overflow-x: auto;
  border-radius: 6px;
}
.blog .content .right .text .contact-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: rgba(246, 246, 246, 0.35);
}
.blog .content .right .text .contact-table thead {
  background: rgba(27, 44, 101, 0.1);
}
.blog .content .right .text .contact-table th, .blog .content .right .text .contact-table td {
  text-align: left;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(27, 44, 101, 0.18);
  color: #141a3a;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  vertical-align: top;
}
.blog .content .right .text .contact-table th {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.blog .content .right .text .contact-table td:first-child {
  font-weight: 700;
  white-space: nowrap;
}
.blog .content .right .text .contact-table a {
  color: #141a3a;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 44, 101, 0.25);
  transition: 0.2s;
}
.blog .content .right .text .contact-table a:hover {
  border-bottom-color: rgba(27, 44, 101, 0.85);
}
.blog .content .right .text .contact-table .sep {
  margin: 0 8px;
  opacity: 0.7;
  font-weight: 600;
  white-space: nowrap;
}
.blog .content .right .text h2 {
  color: #141a3a;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: unset;
  cursor: pointer;
  font-family: "Stampa", "Roboto", sans-serif;
}
.blog .content .right .text .headingp {
  font-size: 30px;
  color: #141a3a;
  font-family: "LingkawiSouth", "Roboto", sans-serif;
  margin-bottom: 5px;
}
.blog .content .right .text p {
  color: #141a3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}
.blog .content .right .text .clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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: #141a3a;
  border-radius: 4px;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  cursor: pointer;
  text-align: left;
}
.blog .content .right .text button i {
  color: #141a3a;
  transform: translateX(15px) translateY(1px);
}

.bottom {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0;
}
.bottom.team .content {
  flex-direction: row;
  flex-wrap: wrap;
}
.bottom.team .content .left, .bottom.team .content .right {
  min-width: 50%;
  max-width: 50%;
  gap: 0;
}
.bottom .content {
  display: flex;
  flex-direction: column;
}
.bottom .content .left, .bottom .content .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  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: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  border-radius: 2px;
}
.bottom .content .left .text, .bottom .content .right .text {
  width: 100%;
  padding-block: 25px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}
.bottom .content .left .text h2, .bottom .content .right .text h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #141a3a;
  font-family: "Stampa", "Roboto", sans-serif;
}
.bottom .content .left .text p, .bottom .content .right .text p {
  font-size: 16px;
  text-transform: uppercase;
  color: #141a3a;
  font-family: "Stampa", "Roboto", sans-serif;
}

@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;
  }
  #coverMainMob {
    display: none;
  }
  #coverMainDes {
    display: block;
  }
  .home-cover {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .home-cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 120px;
    z-index: 10000;
  }
  .home-cover .overlay-right {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 75px;
    height: 100vh;
    z-index: 1000;
  }
  .home-cover .cover-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(40%);
  }
  .home-cover {
    /* This creates the white backgr,ound and cuts out the text */
  }
  .home-cover .cover-mask {
    position: absolute;
    bottom: -120px;
    left: -75px;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.05);
    z-index: 100000;
  }
  .home-cover .cover-mask rect {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .home-cover .cover-mask g {
    width: 100%;
    height: 100%;
    transform: translate(-10px, -120px);
  }
  .home-cover .content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10000000;
  }
  .home-cover .content .text {
    width: 100%;
    height: 170px;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-inline: 50px;
    border: none;
  }
  .home-cover .content .text img {
    width: 160px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: auto;
    position: absolute;
    bottom: 0px;
    left: 40px;
  }
  .home-cover .content .text img.right-img {
    left: unset;
    right: 80px;
    width: 125px;
  }
  .home-cover .content .text {
    /* visually hidden h1 (keeps semantics/SEO) */
  }
  .home-cover .content .text .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .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;
    margin-block: 0;
  }
  .blog.active .content .left img {
    transform: scale(1);
  }
  .blog.active .content .left .imgoverlay {
    top: -100%;
    opacity: 1;
  }
  .blog.mobile-flex .content .left {
    order: unset;
  }
  .blog.mobile-flex .content .right {
    order: unset;
  }
  .blog .content {
    width: 100%;
    display: flex;
    flex-direction: row;
    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%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.7s;
    transform: scale(1.1);
    z-index: 10;
  }
  .blog .content .left img.laStampaShop {
    max-height: 770px;
  }
  .blog .content .left .imgoverlay {
    width: 100%;
    min-height: 100%;
    opacity: 1;
    pointer-events: none;
    transition: 0.5s;
    background: #141a3a;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
  }
  .blog .content .right {
    width: 50%;
    position: relative;
    height: auto;
    padding-block: 80px;
  }
  .blog .content .right .text {
    text-align: left;
    padding-inline: 50px;
  }
  .blog .content .right .text .contact-table-wrap {
    margin-top: 25px;
    width: 100%;
    overflow-x: auto;
    border-radius: 6px;
  }
  .blog .content .right .text .contact-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: rgba(246, 246, 246, 0.35);
  }
  .blog .content .right .text .contact-table thead {
    background: rgba(27, 44, 101, 0.1);
  }
  .blog .content .right .text .contact-table th, .blog .content .right .text .contact-table td {
    text-align: left;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(27, 44, 101, 0.18);
    color: #141a3a;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    vertical-align: top;
  }
  .blog .content .right .text .contact-table th {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
  }
  .blog .content .right .text .contact-table td:first-child {
    font-weight: 700;
    white-space: nowrap;
  }
  .blog .content .right .text .contact-table a {
    color: #141a3a;
    text-decoration: none;
    border-bottom: 1px solid rgba(27, 44, 101, 0.25);
    transition: 0.2s;
  }
  .blog .content .right .text .contact-table a:hover {
    border-bottom-color: rgba(27, 44, 101, 0.85);
  }
  .blog .content .right .text .contact-table .sep {
    margin: 0 8px;
    opacity: 0.7;
    font-weight: 600;
    white-space: nowrap;
  }
  .blog .content .right .text h2 {
    color: #141a3a;
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 58px;
    cursor: pointer;
    font-family: "Stampa", "Roboto", sans-serif;
    margin-bottom: 25px;
  }
  .blog .content .right .text .headingp {
    font-size: 46px;
    color: #141a3a;
    font-family: "LingkawiSouth", "Roboto", sans-serif;
    margin-bottom: 5px;
  }
  .blog .content .right .text p {
    color: #1F1F1F;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Inter", sans-serif;
  }
  .blog .content .right .text .clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .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: #141a3a;
    border-radius: 4px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 18px;
    width: auto;
    cursor: pointer;
  }
  .blog .content .right .text button i {
    color: #141a3a;
    transform: translateX(15px) translateY(1px);
  }
  .bottom {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .bottom.team .content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bottom.team .content .left, .bottom.team .content .right {
    min-width: 50%;
    max-width: 50%;
    gap: 0;
  }
  .bottom.team .content .left .player-sponsor, .bottom.team .content .right .player-sponsor {
    margin-top: 10px;
  }
  .bottom.team .content .left .player-sponsor .sponsor-logo, .bottom.team .content .right .player-sponsor .sponsor-logo {
    max-height: 40px !important;
    width: -moz-max-content;
    width: max-content;
    -o-object-fit: contain;
       object-fit: contain;
    filter: brightness(0) saturate(100%);
  }
  .bottom .content {
    display: flex;
    flex-direction: row;
  }
  .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 {
    min-width: 50%;
    max-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: #141a3a;
    font-family: "Stampa", "Roboto", sans-serif;
  }
  .bottom .content .left .text p, .bottom .content .right .text p {
    font-size: 24px;
    text-transform: uppercase;
    color: #141a3a;
    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: #141a3a;
  }
  .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 */