@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --bg-color: #f2f2f2;
  --accent-color: #27a96c;
  --text-color: #000000;
  --theme-black: #000;
  --pc-blue: #0197c9;
  --pc-green-v0: #56a856;
  --pc-green: #79ba43;
  --pc-dark-blue: #023577;
  --pink: #d81c62;
  --white: #fff;
  --primary-green: #7ab800;
  --light-green: #a8e063;
  --bg-gray: #e8e8e8;
  --tab-bg: #f0f0f0;
  --text-dark: #000;
  --text-darker: #222;
}

.entry-content {
  padding: 0 !important;
  margin: 0;
}

h1.wp-block-post-title {
  display: none;
  margin: 0;
  padding: 0;
}

.wp-block-group {
  padding: 15px !important;
  padding-top: 0px !important;
  margin: 0 !important;
}
.entry-content {
  padding: 0 !important;
  margin: 0;
}

h1.wp-block-post-title {
  display: none;
  margin: 0;
  padding: 0;
}

.wp-block-group {
  padding: 15px !important;
  padding-top: 0px !important;
  margin: 0 !important;
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0;
}

body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: var(--bg-color);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin: 0;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span,
body input {
  font-family: inherit;
}
body p {
  font-family: inherit;
  font-weight: 300;
  color: var(--text-color);
}
body b {
  font-weight: 600;
}
body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
body input[type="number"]::-webkit-inner-spin-button,
body input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
body .reveal {
  transform: translate3d(0, 80px, 0);
}
body .reveal_visible {
  transform: translate3d(0, 0, 0);
}
body .mw-100 {
  max-width: 100%;
}
body .w-100 {
  width: 100%;
}
body .p-20 {
  padding: 20px;
}
body .py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
body .d-flex {
  display: flex;
}
body .align-items-center {
  align-items: center;
}
body .justify-space-between {
  justify-content: space-between;
}
body .text-center {
  text-align: center;
}
body .visually-hidden {
  visibility: hidden;
}
body .position-relative {
  position: relative;
}
body .d-block {
  display: block;
}
body .d-md-block {
  display: block;
}
body .mb-6 {
  margin-bottom: 0.6rem;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body section {
  padding: 5.167vw 0 4.865vw;
  margin: 0;
  width: 100%;
  max-width: 100vw !important;
}
body section .container {
  max-width: 76.042vw;
  margin: 0 40px;
  margin-left: auto;
  margin-right: auto;
}
body section .container .heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
body section .container .heading h3 {
  font-size: 4.167vw;
  font-weight: bold;
}
body section .container .heading h3 span {
  font-size: 2.083vw;
  color: var(--pc-green);
}
body section .container .heading p {
  color: var(--theme-black);
  font-size: 1.302vw;
  font-weight: 300;
  letter-spacing: -0.7px;
  margin: auto;
  margin-top: 2rem;
  max-width: 66.5vw;
  line-height: 1.3;
}
body figcaption {
  height: 0;
  width: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
}
body #hero {
  padding: 80px 0;
}
body #hero .hero-container {
  padding: 0;
  max-width: 100vw;
  margin: auto;
}
body #hero .pc-slogan {
  margin-left: 6vw;
}
body #hero .pc-slogan img.logo-size {
  width: 21.719vw;
  height: auto;
}
body #hero .pc-slogan .slogan {
  font-size: 6.25vw;
  font-weight: 800;
  line-height: 1.5;
}
body #hero .pc-slogan h2 {
  font-size: 3.906vw;
  font-weight: 300;
  line-height: 1.1;
}
body #hero .pc-slogan h2 span {
  color: var(--pc-green);
  font-weight: 700;
  font-size: 3.906vw;
}
body #hero .pouchology-img {
  text-align: right;
  position: relative;
}
body #hero .pouchology-img img {
  width: 30vw;
  vertical-align: middle;
}
body #hero::after {
  background-image: url("https://www.nicselectpouchology.com/wp-content/themes/twentytwentyfive/assets/p-imgs/blob.svg?v=15");
  position: absolute;
  background-size: contain;
  height: 35.25vw;
  width: 30.25vw;
  background-repeat: no-repeat;
  background-position: right;
  bottom: -14.063vw;
  right: -4.063vw;
  display: block;
  z-index: -1;
}
body #hero .tab-container {
  display: flex;
  background: #dedede;
  border-radius: 0px;
  overflow: hidden;
  padding: 0px 15px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
body #hero .tab-item {
  position: relative;
  flex: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
  display: flex;
  height: auto;
  margin: 0.9vw 0px;
  justify-content: center;
  padding: 1vw 1.15vw 0;
  align-items: center;
}
body #hero .tab-item:last-child {
  border-right: none;
}
body #hero .tab-item h3 {
  font-size: 1.302vw;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1;
  margin: 0;
  z-index: 1;
}
body #hero .tab-item h3 span {
  color: var(--pc-green);
  font-weight: 700;
}
body #hero .tab-item::after {
  content: "";
  height: 90%;
  position: absolute;
  bottom: 0;
  width: 1px;
  right: 0;
  z-index: 4;
  background: #ffffff;
}
body #hero .tab-item:last-child::after {
  content: unset;
}
body #hero .tab-item:hover::after,
body #hero .tab-item.active::after {
  content: "";
  content: "";
  background: var(--bg-color);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -1px;
  bottom: -1.02vw;
  height: calc(100% + 1.2vw);
  width: calc(100% + 1px);
  z-index: 0;
  border-radius: 36px 36px 0px 0px;
}
body #hero .tab-item.active h3 {
  color: var(--theme-black);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #whatIsPouchology {
  background-color: var(--bg-color);
}
body #whatIsPouchology .d-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body #whatIsPouchology .d-flex .box {
  min-height: 11.25vw;
}
body #whatIsPouchology .d-flex .box .count {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
body #whatIsPouchology .d-flex .box .name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
body #whatIsPouchology .d-flex .box .feature {
  font-size: 1.146vw;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--theme-black);
}
body #whatIsPouchology .d-flex .box .c1 {
  color: var(--pc-blue);
  font-size: 2.083vw;
  font-weight: 600;
}
body #whatIsPouchology .d-flex .box .c2 {
  color: var(--accent-color);
  font-size: 2.083vw;
  font-weight: 600;
}
body #whatIsPouchology .d-flex .box .c3 {
  color: var(--pc-dark-blue);
  font-size: 2.083vw;
  font-weight: 600;
}
body #whatIsPouchology .d-flex .box .c4 {
  color: var(--pc-green);
  font-size: 2.083vw;
  font-weight: 600;
}
body #whatIsPouchology .d-flex .box p {
  font-size: 1.042vw;
  font-weight: 400;
  letter-spacing: -0.069vw;
}
body #whatIsPouchology .my-4 {
  margin: 4.583vw 0rem 2.083vw;
}
body #whatIsPouchology .what-left {
  text-align: right;
  max-width: 23.021vw;
  margin-left: auto;
}
body #whatIsPouchology .what-center {
  text-align: center;
}
body #whatIsPouchology .what-center img {
  padding: 0 1.25vw;
  max-width: 25vw;
}
body #whatIsPouchology .what-right {
  text-align: left;
  max-width: 23.021vw;
  margin-right: auto;
}
body #ourNicotine .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
body #ourNicotine .d-flex figure img {
  max-width: 31.25vw;
  height: 26.042vw;
}
body #ourNicotine .d-flex .content {
  max-width: 35vw;
}
body #ourNicotine .d-flex .content p {
  font-size: 1.302vw;
  font-weight: 400;
  letter-spacing: -0.052vw;
  margin-bottom: 0.5rem;
}
body #nxp .heading {
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
}
body #nxp .subtitle {
  color: var(--pc-green);
  font-size: 2.025vw;
  margin-bottom: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}
body #nxp .subtitle-2 {
  font-size: 2.083vw;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
body #nxp .subtitle-2 span {
  color: var(--pink);
}
body #nxp .mb-0 {
  margin-bottom: 10px;
}
body #nxp p {
  font-size: 1.302vw;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 5rem;
}
body #nxp p span {
  font-weight: 600;
}
body #nxp .last-p {
  margin-bottom: 10px;
}
body #nxp .nxp-1 {
  justify-content: center;
}
body #nxp .nxp-1 .nxp-img img {
  scale: 1.11;
  width: 28.729vw;
  position: relative;
  left: 3.438vw;
}
body #nxp .processes p {
  font-weight: 300;
  font-size: 1.302vw;
  color: var(--text-color);
  letter-spacing: -0.052vw;
  align-content: center;
  min-height: 105px;
}
body #nxp .processes .process-img {
  max-width: 80%;
  text-align: center;
}
body #nxp .processes .process-img figure {
  margin: auto;
}
body #nxp .processes .process-img figure img {
  max-width: 14.74vw;
}
body #nxp .processes .process-is {
  font-size: 150px;
  font-weight: 600;
  margin-top: 35px;
}
body #nxp .videobox {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
body #nxp .videobox svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body #nxp .videobox {
  position: relative;
  display: inline-block;
}
body #nxp .videobox video {
  width: 100%;
  display: block;
}
body #nxp .videobox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 10.417vw;
}
body #nxp .play-btn {
  display: block;
}
body #nxp .pause-btn {
  display: none;
}
body #nxp .videobox.playing:hover .pause-btn {
  display: block;
}
body #nxp .videobox.playing:hover .play-btn {
  display: none;
}
body #nxp .product-delivers {
  margin-left: 0px;
}
body #nxp .product-delivers li {
  list-style-type: none;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 3.6;
  letter-spacing: -0.87px;
}
body #nxp .product-delivers li::before {
  content: "";
  display: inline-block;
  width: 3.229vw;
  height: 3.229vw;
  background-size: contain !important;
  margin-right: 1.1vw;
  vertical-align: middle;
}
body #nxp .product-delivers li:nth-child(1) {
  color: #0490af;
}
body #nxp .product-delivers li:nth-child(1)::before {
  background: url("https://www.nicselectpouchology.com/wp-content/uploads/2025/11/delivers-img-1.png")
    no-repeat;
}
body #nxp .product-delivers li:nth-child(2) {
  color: #f4881f;
}
body #nxp .product-delivers li:nth-child(2)::before {
  background: url("https://www.nicselectpouchology.com/wp-content/uploads/2025/11/delivers-img-2.png")
    no-repeat;
}
body #nxp .product-delivers li:nth-child(3) {
  
  color: #68933c;
}
body #nxp .product-delivers li:nth-child(3)::before {
  background: url("https://www.nicselectpouchology.com/wp-content/uploads/2025/11/delivers-img-4.png")
    no-repeat;
}
body #nxp .product-delivers li:nth-child(4) {
  color: #d81c63;
}
body #nxp .product-delivers li:nth-child(4)::before {
  background: url("https://www.nicselectpouchology.com/wp-content/uploads/2025/11/delivers-img-3.png")
    no-repeat;
}
body #nxp .product-delivers li:nth-child(5) {
  color: #f7bf0a;
}
body #nxp .product-delivers li:nth-child(5)::before {
  background: url("https://www.nicselectpouchology.com/wp-content/uploads/2025/11/delivers-img-5.png")
    no-repeat;
}
body #nxp .zoomed-img {
  position: absolute;
  top: -15vw;
  right: 0px;
  z-index: -1;
  max-width: 66.083vw;
  height: 44vw;
}
body #nxp .Research-center-block h3 {
  text-align: center;
  font-size: 2.083vw;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body #nxp .Research-center-block h3 span {
  color: var(--pink);
}
body #nxp .Research-center-block .Research-center {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
body #nxp .Research-center-block .Research-center h2:first-child {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--pc-green);
  line-height: 1;
}
body #nxp .Research-center-block .Research-center h2:last-child {
  font-size: 2.18rem;
  font-weight: 300;
  color: var(--theme-black);
  letter-spacing: -0.5px;
  line-height: 1;
}
body #greatPouch p {
  font-size: 1.302vw;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: -0.052vw;
  margin-bottom: 20px;
}
body #greatPouch p b {
  font-weight: 700;
}
body #features .d-flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
body #features .d-flex ul {
  padding: 0;
  list-style-type: none;
}
body #features .d-flex li {
  width: 20%;
  text-align: center;
  list-style-type: none;
  margin: 32px 0;
}
body #features .d-flex li img {
  margin-bottom: 20px;
}
body #features .d-flex li p {
  font-size: 1.302vw;
  font-weight: 600;
  letter-spacing: -1px;
}
body #formulation .heading h3 {
  line-height: 3.177vw;
}
body #formulation .d-flex {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body #formulation .d-flex figure {
  width: 100%;
  text-align: center;
}
body #formulation .d-flex figure img {
  transition: transform 0.31s ease-out;
  width: 100%;
  max-width: 8.073vw;
  margin-bottom: 18px;
}
body #formulation .d-flex figure p {
  font-weight: 300;
  /* font-size: 1.302vw; */
  font-size: 18px;
  color: var(--text-color);
  max-width: 200px;
  padding: 0 11px;
  margin: auto;
  display: inline-block;
  letter-spacing: -0.052vw;
  max-width: 12.583vw;
}
body #formulation .d-flex figure:hover img {
  transform: scale(1.2);
}
body #ownLabel .d-flex {
  display: flex;
  align-items: center;
}
body #ownLabel .d-flex .heading {
  margin-bottom: 2rem;
  text-align: left;
}
body #ownLabel .d-flex .bg-blob {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: -0.146vw;
  transform: rotate(214deg) scale(1.25);
  left: -8.729vw;
}
body #ownLabel .d-flex .label-img {
  width: 50%;
}
body #ownLabel .d-flex .label-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin-left: -3vw;
}
body #ownLabel .d-flex .label-ul {
  width: 60.5%;
}
body #ownLabel .d-flex .label-ul p {
  font-size: 1.302vw;
  font-weight: 400;
  letter-spacing: -0.052vw;
  margin-bottom: 2rem;
}
body #ownLabel .d-flex .label-ul ul {
  padding-left: 26px;
  list-style-type: none;
}
body #ownLabel .d-flex .label-ul ul li {
  font-size: 1.302vw;
  font-weight: 400;
  letter-spacing: -0.052vw;
  margin-bottom: 8px;
  position: relative;
}
body #ownLabel .d-flex .label-ul ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  top: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--pc-green);
}
body #contact .form-side {
  background-color: var(--accent-color);
  background: linear-gradient(158deg, #79ba43, #b9de65);
  padding: 44px 34px;
  border-radius: 34px;
  width: 43%;
  max-width: 526px;
}
body #contact .form-side h2 {
  color: var(--white);
  color: var(--white);
  font-size: 3.125vw;
  font-weight: 600;
}
body #contact .form-side p {
  color: var(--white);
  margin-bottom: 1.2rem;
  font-size: 1.302vw;
  letter-spacing: -0.052vw;
  font-weight: 200;
}
body #contact .form-side input,
body #contact .form-side select,
body #contact .form-side textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
  letter-spacing: -0.5px;
  border: 0;
  min-width: 340px;
  outline: none;
}
body #contact .form-side input::-moz-placeholder,
body #contact .form-side select::-moz-placeholder,
body #contact .form-side textarea::-moz-placeholder {
  color: var(--theme-black);
}
body #contact .form-side input::placeholder,
body #contact .form-side select::placeholder,
body #contact .form-side textarea::placeholder {
  color: var(--theme-black);
}
body #contact .form-side textarea {
  resize: vertical;
}
body #contact .form-side button {
  background-color: var(--text-color);
  color: var(--white);
  font-size: 1.1rem;
  padding: 12px;
  width: 120px;
  border: 0;
  cursor: pointer;
}
body #contact .d-flex{
  justify-content: center;
}
body #contact .map {
  width: 50%;
  margin-left: 54px;
}
body #contact .map h2 {
  font-size: 3.125vw;
  color: var(--theme-black);
  margin-bottom: 1.2rem;
  line-height: 3.177vw;
  font-weight: 800;
  max-width: 650px;
}
body #contact .map h2 span {
  color: var(--pc-green);
}
body #contact .map p {
  max-width: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 0.833vw;
  font-weight: 400;
}
body .slide-to-top {
  display: block;
  border: 0;
  transition: box-shadow 0.2s ease-out;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 50%;
}
body .slide-to-top:hover {
  box-shadow: 0px 0px 0px 6px rgba(121, 186, 67, 0.7803921569),
    0px 0px 0px 12px rgba(121, 186, 67, 0.4784313725);
}

hr {
  width: 80%;
  max-width: 74vw !important;
  margin: auto;
  border-bottom: 0px solid #090909;
}

.nxp-floating-text h2 {
  color: var(--pink);
  font-weight: 600;
}

@media (min-width: 1360px) {
  body #hero .d-flex .pouchology-img {
    max-width: 35%;
    width: 100%;
  }
  body #formulation .d-flex figure p {
    min-width: 12.583vw;
    min-width: 10.583vw;
        font-size: 1vw;
        max-width: 100%;
  }
  .nxp-3 {
    margin-left: -7vw;
  }
  .nxp-floating-text {
    position: absolute;
    max-width: 18.146vw;
    right: -8.95vw;
    top: -5.3vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  .nxp-floating-text h2 {
    font-size: 1.302vw;
  }
}
@media (max-width: 1560px) {
  body section .container {
    max-width: 100vw;
    margin-left: unset;
    margin-right: unset;
    margin: 0 2.083vw;
  }
  .nxp-floating-text {
    right: 1.25vw;
    top: -6vw;
  }
  .nxp-3 {
    margin-left: 2vw;
  }
  body #nxp .zoomed-img {
    right: 1.8vw;
  }
}
@media (min-width: 1560px) {
  body #nxp .zoomed-img {
    position: absolute;
    top: -12.5vw;
    right: -6vw;
    z-index: -1;
    max-width: 58.083vw;
    height: 40vw;
    width: 100%;
    scale: 1.095;
  }
  .processes {
    margin: 0 -50px;
  }
}

@media (min-width: 1400px) {
  .span-b {
    display: block;
  }

  body #hero {
    padding-bottom: 0;
  }
}
@media (max-width: 1480px) {
  .nxp-3 {
    margin-left: 3vw;
  }
}
@media (max-width: 1380px) {
  body section .container {
    max-width: 100vw;
    padding: 0 16px;
  }
  body .d-flex .pouchology-img {
    right: 0;
    max-width: 510px;
  }
  body #hero {
    background-position: right -27% center;
    padding: 40px 0;
    padding-bottom: 0;
  }
  body #hero::after {
    bottom: -5.063vw;
  }
  body #hero .d-flex {
    flex-direction: row;
  }
  body #whatIsPouchology .d-flex {
    flex-direction: row;
  }
  body #nxp .processes p {
    font-weight: 300;
    font-size: 1.302vw;
    color: var(--text-color);
    letter-spacing: -0.052vw;
  }
  body #nxp .processes .process-img {
    max-width: 100%;
    text-align: center;
  }
  body #nxp .processes .process-img figure {
    margin: auto;
  }
  body #nxp .processes .process-img figure img {
    max-width: 14.74vw;
  }
  body #nxp .processes .process-is {
    font-size: 130px;
    font-weight: 600;
    margin-top: 0;
  }
  body #nxp .nxp-3 {
    margin-left: 0;
  }
  body #nxp .nxp-floating-text {
    right: -0.75vw;
    top: -5.5vw;
  }
  body #ourNicotine .d-flex {
    flex-direction: row;
  }
  body #features .d-flex {
    flex-direction: row;
  }
  body #formulation .d-flex {
    flex-direction: row;
  }
  body #ownLabel .d-flex {
    flex-direction: row;
  }
  body #contact .d-flex {
    flex-direction: row;
  }
}
@media (max-width: 1359px) {
  body #nxp .zoomed-img {
    position: unset;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  body #nxp .zoomed-img {
    position: unset;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  body #nxp p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  body {
    margin: 0 0px;
    padding: 0;
  }
  body .d-sm-inline {
    display: inline;
  }
  body .d-md-block {
    display: none;
  }
  body section .container {
    padding: 0 40px;
    margin: 0;
  }
  body section .container .heading p {
    max-width: 100%;
    font-size: 22px;
  }
  body section .container .heading h3 {
    font-size: 10vw;
    line-height: 1;
  }
  body section .container .heading h3 span {
    font-size: 5.5vw;
  }
  body section .single-img {
    height: auto !important;
  }
  body #whatIsPouchology .d-flex {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item2 item2" "item1 item3";
    gap: 20px;
  }
  body #whatIsPouchology .d-flex .box {
    min-height: 27.25vw;
  }
  body #whatIsPouchology .d-flex .what-left {
    grid-area: item1;
    max-width: 44vw;
  }
  body #whatIsPouchology .d-flex .what-left p {
    font-size: 2.15vw;
  }
  body #whatIsPouchology .d-flex .what-center {
    grid-area: item2;
  }
  body #whatIsPouchology .d-flex .what-center img {
    max-width: 55vw;
  }
  body #whatIsPouchology .d-flex .what-right {
    grid-area: item3;
    max-width: 44vw;
  }
  body #whatIsPouchology .d-flex .what-right p {
    font-size: 2.15vw;
  }
  body #nxp .subtitle-2,
  body #nxp .subtitle {
    font-size: 40px;
  }

  body #nxp .line-break {
    display: none;
  }
  body #nxp .nxp-1 {
    flex-direction: column-reverse;
  }
  body #nxp .nxp-1 figure {
    display: block;
    text-align: center;
  }
  body #nxp .nxp-1 figure img {
    max-width: 80%;
    width: 80% !important;
    position: unset !important;
    scale: 1 !important;
  }
  body #nxp .nxp-2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  body #nxp .processes p {
    font-size: 1rem;
    white-space: normal !important;
  }
  body #nxp .processes p .line-break {
    display: none;
  }
  body #nxp .processes .process-img {
    max-width: 166px;
  }
  body #nxp .processes .process-img figure img {
    max-width: 120px;
  }
  body #nxp .processes .process-is {
    font-size: 90px;
    margin-top: 0;
  }
  body #nxp .product-delivers {
    margin-left: 0;
  }

  body #nxp .product-delivers li {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  body #nxp .product-delivers li::before {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  body #nxp .videobox {
    border-radius: 20px;
  }
  body #nxp .videobox svg {
    height: 60px;
  }
  body #nxp .Research-center-block h3 {
    font-size: 27px;
  }
  body #nxp .Research-center-block .Research-center img {
    height: 70px;
    width: 70px;
  }
  body #nxp .Research-center-block .Research-center h2:first-child {
    font-size: 1.8rem;
  }
  body #nxp .Research-center-block .Research-center h2:last-child {
    font-size: 1.35rem;
  }
  body #ourNicotine .d-flex {
    gap: 40px;
    flex-direction: column;
  }
  body #ourNicotine .d-flex .content {
    max-width: 100%;
  }
  body #ourNicotine .d-flex .content p {
    font-size: 1.45rem;
  }
  body #ourNicotine .d-flex figure img {
    max-width: 584px;
    height: auto;
  }
  body #greatPouch p {
    font-size: 24px;
  }
  body #features .d-flex li {
    width: 25%;
  }
  body #features .d-flex li p {
    font-size: 20px;
  }
  body #formulation {
    padding-bottom: 2vw;
  }
  body #formulation .heading h3 {
    line-height: 1;
  }
  body #formulation .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #formulation .d-flex figure {
    width: 50%;
  }
  body #formulation .d-flex figure img {
    height: 156px;
    max-width: 156px;
    width: 100%;
  }
  body #formulation .d-flex figure p {
    display: block;
    margin-bottom: 1rem;
    font-size: 20px;
    max-width: 184px;
  }
  body #ownLabel .d-flex {
    flex-direction: row;
  }
  body #ownLabel .d-flex .label-ul p {
    font-size: 23px;
  }
  body #ownLabel .d-flex .label-ul ul li {
    font-size: 23px;
  }
  body #contact .d-flex {
    flex-direction: column;
  }
  body #contact .d-flex .map {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
  body #contact .d-flex .map h2 {
    font-size: 54px;
    line-height: 1;
  }
  body #contact .d-flex .form-side {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  body #contact .d-flex .form-side h2 {
    font-size: 53px;
  }
  body #contact .d-flex .form-side p {
    font-size: 20px;
  }
  body .visually-hidden {
    display: none;
  }
  .nxp-floating-text {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .tab-container {
    flex-wrap: wrap;
  }
  .tab-item {
    flex: 1 1 45%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .tab-item:nth-child(2n) {
    border-right: none;
  }
  .tab-item:last-child,
  .tab-item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media (max-width: 840px) {
  body #whatIsPouchology .d-flex .box {
    min-height: 24.25vw;
    margin-bottom: 0px;
  }
  body #whatIsPouchology .d-flex .box .c1,
  body #whatIsPouchology .d-flex .box .c2,
  body #whatIsPouchology .d-flex .box .c3,
  body #whatIsPouchology .d-flex .box .c4 {
    font-size: 1.9rem;
  }
  body #whatIsPouchology .d-flex .box .feature {
    font-size: 1.12rem;
    margin-bottom: 0.2rem;
  }
  body #hero::after {
    bottom: unset;
    top: 130px;
    right: 0;
  }
  body #hero .pouchology-img {
    animation: none;
  }
}
@media (max-width: 600px) {
  body #hero::after {
    content: unset;
  }
  body #hero .tab-item.active::after {
    border-radius: 16px 16px 0px 0px;
  }
  body .is-desktop-view {
    display: none;
  }
  body .is-mobile-view {
    display: block;
    margin-right: -6vw;
  }
  body #hero .line-break {
    display: none;
  }
  body #hero .d-flex {
    flex-direction: column;
  }
  body #hero .pc-slogan img.logo-size {
    width: 55vw;
  }
  body #hero .pc-slogan .slogan {
    font-size: 14.5vw;
  }
  body #hero .pc-slogan h2 {
    font-size: 8vw;
  }
  body #hero .pc-slogan h2 span {
    font-size: 9vw;
  }
  body #hero .pouchology-img {
    right: 0;
    max-width: 100%;
    transform: scale(1);
  }
  body #hero .pouchology-img img {
    width: 100%;
    height: 100%;
  }
  body #hero .tab-container::after {
    background: none;
  }
  body #hero .tab-item {
    flex: unset;
    width: 50%;
  }
  body #hero .tab-item h3 {
    font-size: 18px;
  }
  body #hero .tab-item::after {
    content: unset;
  }
  .tab-item {
    flex: 1 1 100%;
  }
  .tab-item h3 {
    font-size: 14px;
  }
  body #whatIsPouchology .d-flex .what-left,body #whatIsPouchology .d-flex .what-right{
            max-width: 100%;
  }
  body #nxp .subtitle-2 {
    font-size: 34px;
  }
  body #nxp .processes p {
    font-size: 0.785rem;
  }
  body #nxp .processes .process-is {
    font-size: 80px;
  }
  body #nxp .processes .process-img {
    max-width: 140px;
  }
  body #nxp .processes .process-img figure img {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .d-xs-block {
    display: block;
  }
  body section {
    padding: 24px 0 24px;
  }
  body section .container {
    padding: 0 16px;
  }
  body section .container .heading {
    margin-bottom: 2rem;
  }
  body section .container .heading h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  body section .container .heading p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  body #hero .our-motto {
    font-size: 2.75rem;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  body #hero .our-motto span {
    font-size: 2.75rem;
  }
  body #whatIsPouchology .d-flex {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "item2" "item1" "item3";
    gap: 0;
  }
  body #whatIsPouchology .d-flex .box {
    margin-bottom: 16px;
  }
  body #whatIsPouchology .d-flex .box .c1,
  body #whatIsPouchology .d-flex .box .c2,
  body #whatIsPouchology .d-flex .box .c3,
  body #whatIsPouchology .d-flex .box .c4 {
    line-height: 1.1;
  }
  body #whatIsPouchology .d-flex .box p {
    font-size: 1.12rem;
  }
  body #whatIsPouchology .what-left {
    text-align: left;
  }
  body #whatIsPouchology .what-center img {
    max-width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  body #whatIsPouchology .my-4 {
    margin: 3.5rem 0rem 0.5rem;
  }
  body #ourNicotine .d-flex {
    gap: 10px;
    flex-direction: column;
  }
  body #ourNicotine .d-flex .content p {
    font-size: 1.12rem;
  }
  body #ourNicotine .d-flex figure img {
    width: 100%;
  }
  body #greatPouch p {
    font-size: 1.15rem;
  }
  body #features .d-flex li {
    width: 50%;
    margin: 16px 0;
  }
  body #features .d-flex li p {
    padding: 0 8px;
  }
  body #formulation .heading h3 {
    line-height: 42px;
  }
  body #formulation .d-flex {
    flex-direction: row;
  }
  body #formulation .d-flex figure {
    width: 50%;
  }
  body #formulation .d-flex figure p {
    max-width: 100%;
    padding: 0 6px;
    font-size: 1.2rem;
  }
  body #ownLabel .d-flex {
    flex-direction: column;
  }
  body #ownLabel .d-flex .bg-blob {
    top: -18px;
  }
  body #ownLabel .d-flex .label-img {
    width: 100%;
  }
  body #ownLabel .d-flex .label-ul {
    width: 100%;
  }
  body #ownLabel .d-flex .label-ul ul li,
  body #ownLabel .d-flex .label-ul p {
    font-size: 1.12rem;
    margin-bottom: 16px;
  }
  body #ownLabel .d-flex .label-ul ul li {
    margin-bottom: 6px;
  }
  body #contact .d-flex {
    flex-direction: column;
  }
  body #contact .d-flex .map {
    order: 1;
    width: 100%;
  }
  body #contact .d-flex .map h2 {
    font-size: 2.4rem;
    line-height: 1.1;
  }
  body #contact .d-flex .form-side {
    padding: 24px 16px;
  }
  body #contact .d-flex .form-side input,
  body #contact .d-flex .form-side select,
  body #contact .d-flex .form-side textarea {
    min-width: 100%;
  }
}
@media (max-width: 400px) {
  body section {
    padding: 24px 0 24px;
  }
  body section .container {
    padding: 0 10px;
  }
  body section .container .heading {
    margin-bottom: 2rem;
  }
  body section .container .heading h3 {
    font-size: 2.083vw;
    line-height: 1.1;
  }
  body section .container .heading h3 span {
    font-size: 2rem;
  }
  body section .container .heading p {
    font-size: 1rem;
  }
  body #hero {
    padding: 20px 0;
  }
  body #hero .our-motto {
    margin-top: 2rem;
    padding: 0px 10px;
    margin-bottom: 0rem;
    font-size: 2.083vw;
  }
  body #hero .our-motto span {
    font-size: 2.083vw;
  }
  body #formulation .heading h3 {
    line-height: 38px;
  }
}
::-moz-selection {
  background: #9ac973;
  color: #000;
}
::selection {
  background: #9ac973;
  color: #000;
}

img,
svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
} /*# sourceMappingURL=style.css.map */
