.LPBirthday h1, .LPBirthday h2 {
  font-family: "Oswald", sans-serif;
  color: #002E5E;
}
.LPBirthday h1 {
  font-weight: 600;
}
.LPBirthday h2 {
  font-family: Oswald;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .LPBirthday h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.LPBirthday p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #002E5E;
}
.LPBirthday a {
  text-decoration: none;
  cursor: pointer;
}
.LPBirthday b {
  font-weight: 600;
}
.LPBirthday-button {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  background-color: #002E5E;
  text-transform: uppercase;
}
.LPBirthday-title {
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-size: 34px;
  text-align: center;
  padding: 50px 0;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-title {
    font-size: 25px;
    line-height: 24px;
    padding: 20px 0;
  }
}
.LPBirthday-video {
  width: 100%;
  max-height: 380px;
  margin-bottom: 50px;
  position: relative;
  height: 380px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-video {
    height: auto;
    margin-bottom: 20px;
  }
}
.LPBirthday-video video {
  max-height: 380px;
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-video video {
    position: static;
    transform: none;
  }
}
.LPBirthday-videobands {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 102px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-videobands {
    display: none;
  }
}
.LPBirthday-videobands span {
  width: 100%;
  height: 10px;
  background-color: #002E5E;
  display: block;
}
.LPBirthday-videobands span:not(last-child) {
  margin-bottom: 13px;
}
.LPBirthday-intro {
  display: block;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 874px;
  margin: auto !important;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-intro {
    margin-bottom: 50px;
  }
}
.LPBirthday-tiles {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-tiles {
    margin-bottom: 50px;
  }
}
.LPBirthday-tilestitle {
  margin-bottom: 26px;
}
.LPBirthday-tiles > p {
  max-width: 985px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-tiles > p {
    margin-bottom: 20px;
  }
}
.LPBirthday-tilesproducts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}
.LPBirthday-tilesproduct {
  flex: 0 0 32%;
}
.LPBirthday-tilesproduct img {
  width: auto;
  margin-bottom: 20px;
}
.LPBirthday-tilesproduct h3 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-tilesproduct h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.LPBirthday-tilesproduct p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-tilesproduct p {
    font-size: 12px;
  }
}
.LPBirthday-tileslink {
  margin: auto;
}
.LPBirthday-values {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-values {
    margin-bottom: 50px;
  }
}
.LPBirthday-valuesitems {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
}
.LPBirthday-valuesitem {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-valuesitem {
    flex-direction: column;
    text-align: center;
    margin-right: 35px;
  }
}
.LPBirthday-valuesitem svg {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-valuesitem svg {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.LPBirthday-values a {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-values a {
    margin: 0;
  }
}
.LPBirthday-game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-game {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .LPBirthday-game a {
    margin: auto;
  }
}
.LPBirthday-game > div {
  flex: 0 0 45.14%;
}
.LPBirthday-gametext {
  max-width: 543px;
}
.LPBirthday-gametext p {
  margin-bottom: 20px;
}
.LPBirthday-gametext div {
  margin-bottom: 30px;
}
.LPBirthday-game img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-game img {
    margin-bottom: 20px;
  }
}
.LPBirthday-bag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-bag {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .LPBirthday-bag a {
    margin: auto;
  }
}
.LPBirthday-bag > div {
  flex: 0 0 45.14%;
}
.LPBirthday-bagtext {
  max-width: 543px;
}
.LPBirthday-bagtext div {
  margin-bottom: 30px;
}
.LPBirthday-bag img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-bag img {
    margin-bottom: 20px;
  }
}
.LPBirthday-live {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-live {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.LPBirthday-live > div {
  flex: 0 1 auto;
}
.LPBirthday-livevideo {
  position: relative;
  background-color: #002E5E;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-livevideo {
    width: 100%;
    text-align: center;
  }
  .LPBirthday-livevideo video {
    max-width: 100%;
  }
}
.LPBirthday-livevideo button {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .LPBirthday-livevideo button {
    right: 10px;
    bottom: 10px;
    left: unset;
    top: unset;
    transform: none;
    filter: invert(1);
  }
}
.LPBirthday-livetext {
  max-width: 818px;
  margin: auto;
  padding: 20px;
}
.LPBirthday-livedate {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-livedate {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.LPBirthday-liveactions {
  display: flex;
}
.LPBirthday-liveactions a {
  margin-right: 10px;
}
.LPBirthday-liveactions button {
  border: none;
  border-radius: 0;
  background-color: #FECE00;
  padding: 10px 15px;
  cursor: pointer;
}
.LPBirthday-live p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .LPBirthday-live p {
    margin-bottom: 20px;
  }
}
.LPBirthday-insta {
  margin-bottom: 80px;
}
.LPBirthday-insta div {
  display: flex;
  justify-content: space-between;
}
.LPBirthday-insta span {
  flex: 0 0 32%;
}
.LPBirthday-insta span img {
  width: 100%;
}/*# sourceMappingURL=130ans.css.map */