* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.main-title {
  font-size: 26px;
  text-align: center;
  color: #000;
}

@media (min-width: 996px) {
  .main-title {
    font-size: 32px;
    text-align: left;
  }
}

.subtitle {
  font-size: 24px;
  text-align: center;
  color: #000;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 28px;
    text-align: left;
  }
}

.main-text {
  color: #000;
  padding: 10px 0;
}

.note {
  color: var(--color-gray-300);
  text-align: center;
}

@-webkit-keyframes floatUp-01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes floatUp-01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes floatUp-02 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floatUp-02 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes floatUp-03 {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floatUp-03 {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes shine-effect {
  0% {
    top: -120%;
    left: -120%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}

@keyframes shine-effect {
  0% {
    top: -120%;
    left: -120%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}

@-webkit-keyframes ribbon-effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ribbon-effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.dec-combo {
  position: absolute;
  bottom: 0;
  right: -20%;
  width: 100%;
  z-index: 0;
}

.dec-light {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  z-index: 0;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #243763;
  background-image: url(https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container {
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.project .kv {
  width: 100%;
  position: relative;
}

.project .kv #kv-pc {
  display: none;
}

@media (min-width: 996px) {
  .project .kv #kv-pc {
    display: block;
  }
}

.project .kv #kv-xs {
  display: block;
}

@media (min-width: 996px) {
  .project .kv #kv-xs {
    display: none;
  }
}

.project .kv__intel {
  display: none;
}

@media (min-width: 996px) {
  .project .kv__intel {
    display: block;
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 24px;
    text-align: right;
    z-index: 20;
    color: #454543;
    z-index: 100;
  }
}

.project .kv__intel img {
  width: 75px;
  margin-left: auto;
  display: block;
}

.project .kv__intel-textbox {
  font-size: 12px;
  color: #fff;
  margin-top: 18px;
}

@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
  }
}

.project .kv__ribbon01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv__ribbon01-light1 {
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv__ribbon01-light2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ribbon-effect .5s infinite alternate;
          animation: ribbon-effect .5s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 100%;
}

.project .kv__ribbon01-light3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ribbon-effect .5s infinite alternate;
          animation: ribbon-effect .5s infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 100%;
}

.project .kv__ribbon02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv__ribbon02 img {
  width: 100%;
}

.project .kv__nb {
  position: relative;
  z-index: 50;
  width: 100%;
}

.project .kv__nb img {
  width: 100%;
}

.project .kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv__title img {
  width: 100%;
}

.project .kv__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project .kv__dot img {
  width: 100%;
}

.project .kv__content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media (min-width: 996px) {
  .project .kv__content {
    bottom: initial;
    top: 70%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1930px) {
  .project .kv__content {
    top: 65%;
    left: 60%;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content {
    top: 55%;
    left: 59%;
  }
}

.project .kv__content h5 span {
  font-size: 15px;
  font-family: var(--font);
  text-transform: uppercase;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b48f2f), color-stop(#e3d472), color-stop(#d5b34e), color-stop(#d4ad48), to(#ebc764));
  background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
  background-clip: text;
  -webkit-background-clip: text;
}

@media (min-width: 768px) {
  .project .kv__content h5 span {
    font-size: 22px;
  }
}

@media (min-width: 996px) {
  .project .kv__content h5 span {
    font-size: 2vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content h5 span {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content h5 span {
    font-size: 1.1vw;
  }
}

.project .kv__content h5 sup {
  font-size: 10px;
  font-family: var(--font);
  color: #b48f2f;
  vertical-align: top;
}

@media (min-width: 996px) {
  .project .kv__content h5 sup {
    font-size: 1vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content h5 sup {
    font-size: 0.7vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content h5 sup {
    font-size: 0.6vw;
  }
}

.project .kv__content-title {
  line-height: 1.1;
  margin: 5px 0;
  font-family: var(--font);
}

@media (min-width: 768px) {
  .project .kv__content-title {
    margin: 15px 0 25px;
  }
}

.project .kv__content-title h2 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .project .kv__content-title h2 {
    font-size: 50px;
  }
}

@media (min-width: 996px) {
  .project .kv__content-title h2 {
    font-size: 5.2vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content-title h2 {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content-title h2 {
    font-size: 3vw;
  }
}

.project .kv__content-title h3 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .project .kv__content-title h3 {
    font-size: 30px;
  }
}

@media (min-width: 996px) {
  .project .kv__content-title h3 {
    font-size: 3.6vw;
  }
}

@media (min-width: 1930px) {
  .project .kv__content-title h3 {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content-title h3 {
    font-size: 2.2vw;
  }
}

.project .kv__content h4 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  padding: 0 5px;
  background: -webkit-gradient(linear, left top, right top, from(#b48f2f), color-stop(#e3d472), color-stop(#d5b34e), color-stop(#d4ad48), to(#ebc764));
  background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
  overflow: hidden;
  z-index: 50;
}

@media (min-width: 768px) {
  .project .kv__content h4 {
    font-size: 24px;
  }
}

@media (min-width: 996px) {
  .project .kv__content h4 {
    font-size: 2vw;
    padding: 0 30px;
  }
}

@media (min-width: 1930px) {
  .project .kv__content h4 {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 3200px) {
  .project .kv__content h4 {
    font-size: 1.2vw;
  }
}

.project .kv__content h4:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 300%;
  width: 300%;
  top: -120%;
  left: -120%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.6)), to(transparent));
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.6) 60%, transparent 100%);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: shine-effect 2s infinite forwards;
          animation: shine-effect 2s infinite forwards;
}

.project .intro {
  position: relative;
  z-index: 50;
}

@media (min-width: 996px) {
  .project .intro {
    padding: 5% 0;
    margin-top: -12%;
  }
}

.project .intro__wrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/intro-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 25px;
  z-index: 0;
}

@media (min-width: 996px) {
  .project .intro__wrapper {
    width: 100%;
    background-image: none;
    padding: 20px;
  }
}

.project .intro__wrapper-bg {
  display: none;
}

@media (min-width: 996px) {
  .project .intro__wrapper-bg {
    display: block;
    position: relative;
  }
}

@media (min-width: 996px) {
  .project .intro__wrapper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .intro__wrapper-content .imgBox {
  width: 70%;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .project .intro__wrapper-content .imgBox {
    width: 60%;
    margin: 0 auto;
  }
}

@media (min-width: 996px) {
  .project .intro__wrapper-content .imgBox {
    padding: 20px;
    width: 45%;
    margin: 0;
  }
}

@media (min-width: 996px) {
  .project .intro__wrapper-content .txtBox {
    width: 50%;
    padding: 20px;
  }
}

@media (min-width: 1300px) {
  .project .intro__wrapper-content .txtBox {
    width: 40%;
  }
}

.project .intro__wrapper-content .txtBox h2 {
  text-transform: uppercase;
}

.project .intro__wrapper-dec01 {
  position: absolute;
  top: 0;
  left: -15%;
  width: 40%;
}

@media (min-width: 1300px) {
  .project .intro__wrapper-dec01 {
    display: block;
    top: 10%;
    left: -30%;
    width: 100%;
  }
}

.project .buyNow {
  position: relative;
}

.project .buyNow__dec02 {
  position: absolute;
}

@media (min-width: 1300px) {
  .project .buyNow__dec02 {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.project .buyNow__dec02 img {
  width: 100%;
}

.project .buyNow .sec3 {
  position: relative;
}

.project .buyNow .sec3__balls-img04 {
  position: absolute;
  top: 0%;
  left: -12%;
  width: 20%;
}

.project .buyNow .sec3__balls-img05 {
  position: absolute;
  top: 40%;
  right: -30%;
  width: 38%;
}

.project .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 996px) {
  .project .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px;
  }
}

.project .selectarea__filter-item {
  color: #fff;
  padding: 10px 10px;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  width: 46%;
  background: #0d3f87;
  border: 2px solid #b48f2f;
}

@media (min-width: 996px) {
  .project .selectarea__filter-item {
    width: calc( 100% / 7);
    margin: 10px 5px;
  }
}

.project .selectarea__filter-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px #b48f2f;
          box-shadow: 0px 0px 10px #b48f2f;
  text-shadow: 0px 0px 10px #b48f2f;
  -webkit-filter: drop-shadow(0px 0px 10px #b48f2f);
          filter: drop-shadow(0px 0px 10px #b48f2f);
}

.project .selectarea__filter-item--active {
  -webkit-box-shadow: 0px 0px 10px #b48f2f;
          box-shadow: 0px 0px 10px #b48f2f;
  text-shadow: 0px 0px 10px #b48f2f;
  -webkit-filter: drop-shadow(0px 0px 10px #b48f2f);
          filter: drop-shadow(0px 0px 10px #b48f2f);
}

.project .btns {
  position: relative;
  padding: 0 0 5%;
}

.project .btns .note {
  padding-bottom: 30px;
}

@media (min-width: 996px) {
  .project .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .btns__wrapper-item {
  width: 90%;
  background: #0d3f87;
  border-radius: 5px;
  border: 2px solid #b48f2f;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--mainTxt);
  padding: 10px 20px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin: 10px;
  padding: 2px 35px;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .btns__wrapper-item {
    font-size: 23px;
    padding: 10px 15px;
  }
}

.project .btns__wrapper-item:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  cursor: pointer;
}

.project .redeem-step {
  background: #283b66;
}

@media (min-width: 996px) {
  .project .redeem-step__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .redeem-step__wrapper-item {
  width: 100%;
}

@media (min-width: 996px) {
  .project .redeem-step__wrapper-item {
    width: 40%;
    margin: 0 20px;
  }
}

.project .redeem-step__wrapper-item figure {
  width: 50%;
  margin: 0 auto;
}

.project .redeem-step__wrapper-item .redeem-title {
  text-align: center;
  margin: 20px;
}

.project .redeem-step__wrapper-item .redeem-title span {
  font-size: 24px;
  font-style: italic;
  display: inline-block;
  background: #ad8a38;
  padding: 2px 15px;
}

.project .redeem-step__wrapper-item p a {
  color: #b48f2f;
}

.project .redeem-step__wrapper-arrow {
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #ad8a38;
  font-size: 50px;
}

@media (min-width: 996px) {
  .project .redeem-step__wrapper-arrow {
    padding-top: 50px;
    -webkit-transform: initial;
            transform: initial;
  }
}

.project .redeem-step .note {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

.project .hatch__slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

@media (min-width: 996px) {
  .project .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.project .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box {
    position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/holiday-sale-laptop/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--content {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/holiday-sale-laptop/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--business {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/holiday-sale-laptop/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .hatch__flexBoxPic {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic {
    display: block;
    width: 40%;
    padding: 10px;
  }
}

.project .hatch__flexBoxPic-toplogo {
  position: absolute;
  left: 10%;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}

.project .hatch__flexBoxPic-toplogo img {
  margin: 0 5px;
  width: 35px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo img {
    margin: 0 5px;
  }
}

.project .hatch__flexBoxPic-product {
  max-width: 150px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxPic-product {
    max-width: 250px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-product {
    max-width: 100%;
  }
}

.project .hatch__flexBoxPic-bottomlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.project .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

.project .hatch__flexBoxTxt {
  width: 100%;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt {
    width: 60%;
    padding-left: 39px;
  }
}

.project .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}

.project .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 18px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxTxt-title {
    font-size: 23px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }
}

.project .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 10px 0;
}

.project .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 20px;
    margin-right: 10px;
  }
}

.project .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 40px;
  }
}

.project .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}

.project .hatch__buyNowBtn-buynow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff;
}

.project .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

.project .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.project .hatch__icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.541176);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*# sourceMappingURL=main.css.map */