@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

@-webkit-keyframes kvFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes kvFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@-webkit-keyframes contBgScalePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes contBgScalePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.project {
  overflow: hidden;
  font-family: "neue-haas-grotesk-display", sans-serif;
  background-color: #ffffff;
  letter-spacing: 1px;
  background: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/wtb-bg.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.project img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.project a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .commonTitle {
  text-align: center;
  padding: 5% 0;
}
.project .commonTitle h2 {
  font-size: clamp(30px, 2vw, 50px);
  color: #222b48;
}
.project .commonTitle .colorDark {
  color: #fff !important;
}
.project .contBg {
  position: relative;
  overflow: hidden;
}
.project .kv {
  position: relative;
  padding: 5% 0 8%;
  background: #fff;
}
.project .kv__pdBox {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin: auto;
}
.project .kv__pdBox-mask {
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/kv-img.png);
  mask-image: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/kv-img.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project .kv__pdBox-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 30%;
  height: 100%;
  -webkit-animation: 2s kvLight linear;
  animation: 2s kvLight linear;
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.project .kv__pdBox.kv__pdBox--shine .kv__pdBox-mask::before {
  opacity: 1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.project .kv__txtWrap {
  width: 80%;
  margin: auto;
}
.project .kv__txt {
  text-align: center;
}
.project .kv__txt h1 {
  font-size: 13vw;
  line-height: 1;
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 2px #004aff;
  text-stroke: 2px #004aff;
  --kvFill: 100%;
}
.project .kv__txt h1::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #004aff), to(#000000));
  background: linear-gradient(to bottom, #004aff 20%, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0 transparent;
  clip-path: inset(var(--kvFill) 0 0 0);
}
.project .kv__txt h2 {
  font-size: 13vw;
  position: relative;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #222b48;
  text-stroke: 2px #222b48;
  --kvFill: 100%;
}
.project .kv__txt h2::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #222b48), to(#000000));
  background: linear-gradient(to bottom, #222b48 20%, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0 transparent;
  clip-path: inset(var(--kvFill) 0 0 0);
}
.project .kv__txt p {
  color: #000000;
  font-size: 3.45vw;
  font-weight: normal;
}
.project .kv__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin: 5% 5% 5% -5%;
}
.project .kv__icon-txt {
  width: 50%;
}
.project .kv__icon-img {
  position: relative;
  z-index: 1;
  width: 45%;
  margin-right: -5%;
  margin-top: 1%;
}
.project .kv__icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  position: relative;
  padding: 1%;
  margin: auto;
}
.project .kv__icon-flex::after {
  content: "";
  position: absolute;
  border: 2px solid;
  border-radius: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 64.5%;
  width: 52vw;
  height: 100%;
}
.project .kv__icon-txt p {
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.project .kv__icon p:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #a3b3d2), to(#354372));
  background: linear-gradient(to bottom, #a3b3d2 80%, #354372);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 2.6vw;
  font-weight: 600;
}
.project .kv__icon p:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a3b3d2), to(#222b48));
  background: linear-gradient(to bottom, #a3b3d2 30%, #222b48);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 4vw;
  margin: -2% 0 -6%;
  font-weight: bold;
}
.project .kv__icon p:nth-of-type(3) {
  color: #222b48;
  font-size: 7vw;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .kv__pdBox {
    width: 100%;
    margin: auto;
  }
  .project .kv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .project .kv__txtWrap {
    margin: 0;
    margin-left: -5%;
    width: 100%;
  }
  .project .kv__txt {
    text-align: right;
  }
  .project .kv__txt h1 {
    font-size: 32px;
    line-height: 1;
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 2px #004aff;
    text-stroke: 2px #004aff;
    --kvFill: 100%;
  }
  .project .kv__txt h1::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #004aff), to(#000000));
    background: linear-gradient(to bottom, #004aff 20%, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0 transparent;
    clip-path: inset(var(--kvFill) 0 0 0);
  }
  .project .kv__txt h2 {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #222b48;
    text-stroke: 2px #222b48;
    --kvFill: 100%;
  }
  .project .kv__txt h2::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #222b48), to(#000000));
    background: linear-gradient(to bottom, #222b48 20%, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0 transparent;
    clip-path: inset(var(--kvFill) 0 0 0);
  }
  .project .kv__txt p {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
  }
  .project .kv__pdBox {
    width: 35%;
    margin-right: -56%;
    margin-top: 22%;
    margin: 10% -56% -10% 0;
    position: relative;
    z-index: 1;
    margin: 9% -63% -8% 0;
    margin: 9% -61% -8% 0;
  }
  .project .kv__txtWrap {
    width: 100%;
    text-align: right;
  }
  .project .kv__txt h1 {
    font-size: 11.3vw;
  }
  .project .kv__txt h2 {
    font-size: 11.3vw;
    margin: -2.5% 0 -1.5%;
  }
  .project .kv__txt p {
    font-size: 2.4vw;
  }
  .project .kv__icon {
    margin: 4% 0 0;
  }
  .project .kv__icon-flex {
    width: 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
  .project .kv__icon-flex::after {
    width: 26vw;
  }
  .project .kv__icon-img {
    width: 40%;
    margin-right: -3%;
  }
  .project .kv__icon-txt {
    width: auto;
  }
  .project .kv__icon p:nth-of-type(1) {
    font-size: 1.6vw;
  }
  .project .kv__icon p:nth-of-type(2) {
    font-size: 2.55vw;
  }
  .project .kv__icon p:nth-of-type(3) {
    font-size: 4.7vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__flex {
    width: 60%;
  }
  .project .kv__pdBox {
    margin: 9% -42% -8% 0;
    width: 40%;
  }
  .project .kv__txtWrap {
    margin: 0;
  }
  .project .kv__txt h1 {
    font-size: 10.3vw;
  }
  .project .kv__txt h2 {
    font-size: 10.3vw;
    margin: -2.5% 0 -1.5%;
  }
  .project .kv__txt p {
    font-size: 2.1vw;
  }
  .project .kv__icon-img {
    width: 50%;
    margin-right: -5%;
  }
  .project .kv__icon-flex {
    width: 40vw;
  }
  .project .kv__icon-flex::after {
    content: "";
    position: absolute;
    border: 2px solid;
    border-radius: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 26vw;
    height: 100%;
  }
  .project .kv__icon p:nth-of-type(1) {
    font-size: 1.3vw;
  }
  .project .kv__icon p:nth-of-type(2) {
    font-size: 2.05vw;
  }
  .project .kv__icon p:nth-of-type(3) {
    font-size: 3.85vw;
  }
}
.project .intro {
  background: transparent;
  padding: 1% 0 5%;
  position: relative;
  overflow: hidden;
  --sectionFill: 100%;
}
.project .intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #222b48;
  clip-path: inset(var(--sectionFill) 0 0 0);
  z-index: 0;
}
.project .intro > * {
  position: relative;
  z-index: 1;
}
.project .intro__dateBox {
  text-align: center;
}
.project .intro__dateBox-txt {
  font-size: clamp(17px, 1vw, 24px);
  color: #fff;
}
.project .intro__dateBox-date {
  font-size: clamp(22px, 1.4vw, 36px);
  color: #004aff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 233, 234)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(235, 233, 234) 0%, rgb(255, 255, 255) 100%);
  border-radius: 20px;
  padding: 10px 30px;
  display: inline-block;
  margin: 1% auto;
  font-weight: 700;
  font-style: italic;
}
.project .intro__txtBox {
  text-align: center;
  margin-top: 4%;
}
.project .intro__txtBox-txt {
  font-size: clamp(22px, 1.3vw, 30px);
  color: #fff;
  font-weight: 600;
}
.project .intro__txtBox-note {
  color: #fff;
  font-weight: normal;
  margin-top: 2%;
  line-height: 1.5;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.project .intro__txtBox-note p {
  font-size: clamp(17px, 1vw, 24px);
}
.project .intro__txtBox-note span {
  font-size: clamp(14px, 0.8vw, 20px);
}
.project .model {
  padding: 2% 0 4%;
}
.project .model__flexBox {
  width: 100%;
}
.project .model__slickBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(16px, 3vw, 40px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .model__slickBox-imgSlider {
  width: min(480px, 46%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(480px, 46%);
          flex: 0 0 min(480px, 46%);
  min-width: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 80%;
}
.project .model__slickBox-imgSlider .swiper-slide {
  width: 100%;
}
.project .model__slickBox-imgSlider .swiper-slide:not(.swiper-slide-active) .model__slickBox-img {
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.project .model__slickBox-imgSlider .swiper-slide-active .model__slickBox-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.project .model__slickBox-imgSlider .swiper-slide:not(.swiper-slide-active) .model__slickBox-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 20px;
}
.project .model__slickBox-imgSlider .swiper-pagination {
  bottom: -34px !important;
}
.project .model__slickBox-imgSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(34, 43, 72, 0.22);
  opacity: 1;
}
.project .model__slickBox-imgSlider .swiper-pagination-bullet-active {
  background: #004aff;
}
.project .model__slickBox-imgSlider .swiper-button-prev, .project .model__slickBox-imgSlider .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.project .model__slickBox-imgSlider .swiper-button-prev::after, .project .model__slickBox-imgSlider .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #5b5b5b;
  border-bottom: 3px solid #5b5b5b;
  position: absolute;
  top: 50%;
  left: 50%;
}
.project .model__slickBox-imgSlider .swiper-button-next {
  right: 12px;
}
.project .model__slickBox-imgSlider .swiper-button-next::after {
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}
.project .model__slickBox-imgSlider .swiper-button-prev {
  left: 12px;
}
.project .model__slickBox-imgSlider .swiper-button-prev::after {
  -webkit-transform: translate(-40%, -50%) rotate(135deg);
          transform: translate(-40%, -50%) rotate(135deg);
}
.project .model__slickBox-imgSlider .swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (min-width: 768px) {
  .project .model__slickBox-imgSlider {
    padding-right: 0;
  }
  .project .model__slickBox-imgSlider .swiper-button-prev {
    left: -70px;
  }
  .project .model__slickBox-imgSlider .swiper-button-next {
    right: 30px;
  }
}
.project .model__slickBox-img {
  border-radius: 32px;
  padding: clamp(18px, 2.2vw, 28px);
  position: relative;
  background: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/slider-active-bg.png) no-repeat bottom;
  background-size: cover;
  width: 100%;
}
.project .model__slickBox-img img {
  width: 100%;
  height: auto;
}
.project .model__slickBox-img p {
  margin-top: 12px;
  text-align: center;
  color: #222b48;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 700;
}
.project .model__slickBox-txtSlider {
  width: min(720px, 54%);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 min(720px, 54%);
          flex: 1 1 min(720px, 54%);
  min-width: 0;
  position: relative;
  z-index: 5;
  margin: 15% auto;
  width: 100%;
}
.project .model__txtBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 2.6vw, 36px);
  width: 100%;
  margin-top: 0;
  min-width: 0;
}
.project .model__txtBox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  min-width: 160px;
}
.project .model__txtBox-nav-item {
  padding: 12px 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background: linear-gradient(to bottom, #ffffff, #f1f1f1);
  color: #222b48;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/slider-btn-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 55px;
  width: auto;
  min-width: 160px;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.project .model__txtBox-nav-item.active, .project .model__txtBox-nav-item:hover {
  background: url(https://storage-asset.msi.com/event/2026/us/evse-shout-out/images/slider-active-btn-bg.png) no-repeat;
  background-size: 100% 100%;
}
.project .model__txtBox-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 100%;
}
.project .model__txtBox-txt-item {
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .model__txtBox-txt-item.active {
  display: block;
}
.project .model__txtBox-txt-item ul {
  padding: 0;
  margin: 0;
}
.project .model__txtBox-txt-item li {
  list-style: none;
  padding: 6px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .model__txtBox-txt-item a {
  color: #8a8a8a;
  font-size: 3.2vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .model__txtBox-txt-item li a:hover {
  color: #004aff;
  font-weight: 800;
}
@media (min-width: 768px) {
  .project .model__slickBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project .model__slickBox-imgSlider {
    width: 92%;
    margin: 0 auto;
  }
  .project .model__slickBox-txtSlider {
    width: 92%;
    margin: 0 auto;
  }
  .project .model__txtBox {
    margin-top: 16%;
  }
  .project .model__flexBox {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 996px) {
  .project .model__txtBox {
    margin: 0;
  }
  .project .model__txtBox-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project .model__txtBox-nav-item {
    max-width: none;
    width: auto;
    padding: 10px 18px;
  }
  .project .model__txtBox-txt-item a {
    font-size: 1.2vw;
  }
  .project .model__slickBox-img {
    width: 80%;
  }
  .project .model__slickBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .project .model__flexBox {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1930px) {
  .project .model__txtBox-txt-item a {
    font-size: 0.7vw;
  }
}
.project .wtb {
  padding: 5% 0;
}
.project .wtb img {
  width: auto;
  margin: auto;
}
.project .wtb img .wtbitem {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .wtb .wtbw_selectors label {
  color: #000;
}
.project .wheretopost {
  background: transparent;
  padding: 1% 0 2%;
  position: relative;
  overflow: hidden;
  --sectionFill: 100%;
}
.project .wheretopost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #222b48;
  clip-path: inset(var(--sectionFill) 0 0 0);
  z-index: 0;
}
.project .wheretopost > * {
  position: relative;
  z-index: 1;
}
.project .wheretopost ul {
  margin: auto;
}
.project .wheretopost li {
  font-size: clamp(17px, 1vw, 24px);
  color: #fff;
  font-weight: normal;
  text-align: center;
  list-style: none;
  padding: 5px 0;
}
.project .wheretopost .etailerBox {
  position: relative;
  margin: 4% auto;
}
.project .wheretopost .etailerBox .dropdown {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .wheretopost .etailerBox .dropdown {
    width: 50%;
  }
}
.project .wheretopost .etailerBox .dropdown-label {
  display: block;
  padding: 10px;
  background-color: #327cff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: var(--text-lg);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em black);
  filter: drop-shadow(0 0 2em black);
  position: relative;
  z-index: 20;
  color: #fff;
}
.project .wheretopost .etailerBox .dropdown-label::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .wheretopost .etailerBox .selector {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #327cff;
  display: none;
  padding: 0 10px;
  z-index: 10;
  border-radius: 0 0 2em 2em;
}
.project .wheretopost .etailerBox .selector li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: var(--text-md);
  list-style: none;
}
.project .wheretopost .etailerBox .selector li:hover {
  background: #1c62df !important;
  border-radius: 5em;
}
.project .wheretopost .etailerBox .selector li:first-child {
  margin-top: 2.5em;
}
.project .wheretopost .etailerBox .selector li:last-child {
  margin-bottom: 1.2em;
}
.project .wheretopost .etailerBox .output {
  margin-top: 20px;
  font-size: 18px;
}
.project .wheretopost .etailerBox .output a {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: var(--text-lg);
  margin: 5px auto 0 auto;
  text-align: center;
  background: rgba(204, 204, 204, 0.192);
  padding: 10px 0;
  display: block;
  position: relative;
}
.project .wheretopost .etailerBox .output a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ffffff;
  display: block;
  color: #ccc;
  top: 0;
  font-size: 40px;
  left: 0;
  overflow: hidden;
}
.project .wheretopost .etailerBox .output a:hover {
  text-decoration: underline;
}
@media (min-width: 996px) {
  .project .wheretopost .etailerBox .output a {
    width: 50%;
  }
}
.project .wheretopost .hidden {
  display: none !important;
}
.project .wheretopost .visible {
  display: block !important;
}
.project .redeem {
  padding: 2% 0 4%;
}
.project .redeem__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .redeem__itemBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.project .redeem__itemBox-img {
  width: 30%;
  margin: auto;
  margin-bottom: 6%;
}
.project .redeem__itemBox-img p {
  color: #004aff;
  font-weight: bold;
  font-style: italic;
}
.project .redeem__itemBox-txt {
  color: #222b48;
}
.project .redeem__itemBox-txt h4 {
  margin-bottom: 4%;
}
.project .redeem__itemBox ul {
  padding-left: 35px;
}
.project .redeem__itemBox li {
  list-style-type: decimal;
  text-align: left;
  width: 85%;
  padding: 5px 0;
}
.project .redeem-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #004aff;
  margin: 5% auto;
}
.project .redeem__contBox {
  background: #004aff;
  padding: 5%;
  margin: 3% auto;
  border-radius: 20px;
  color: #fff;
}
.project .redeem__contBox-title {
  margin: 2% 0;
}
.project .redeem__contBox-title h5 {
  font-size: clamp(20px, 1.1vw, 40px);
  margin-bottom: 10px;
  color: #bbff00;
}
.project .redeem__contBox-title ul {
  padding-left: 25px;
}
.project .redeem__contBox-title li {
  font-size: clamp(18px, 0.9vw, 30px);
  list-style: disc;
  padding: 3px 0;
  line-height: 1.4;
}
.project .redeem__btnBox a {
  display: block;
  margin: 10px auto;
  text-align: center;
  background: #bbff00;
  border-radius: 30px;
  padding: 10px 30px;
  color: #004aff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  width: 90%;
}
.project .redeem__btnBox a:hover {
  -webkit-box-shadow: 0 0 10px #bbff00, 0 0 10px #bbff00;
          box-shadow: 0 0 10px #bbff00, 0 0 10px #bbff00;
}
@media (min-width: 768px) {
  .project .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project .redeem__btnBox a {
    margin: 0 5px;
    width: auto;
  }
}
@media (min-width: 996px) {
  .project .redeem__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project .redeem__itemBox {
    width: calc(33.3333333333% - 10px);
  }
  .project .redeem-arrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #004aff;
    display: inline-block;
    margin: 4% 0 0;
  }
}
@media (min-width: 1930px) {
  .project .redeem__contBox {
    background: #004aff;
    padding: 5%;
    margin: 3% auto;
    border-radius: 20px;
    color: #fff;
  }
  .project .redeem__contBox-title h5 {
    font-size: 22px;
  }
  .project .redeem__contBox-title li {
    font-size: 17px;
  }
}/*# sourceMappingURL=main.css.map */