.Header-module__G8GICa__header{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#5cd0f3f5;width:100%;position:fixed;top:0;left:0}.Header-module__G8GICa__container{justify-content:space-between;align-items:center;gap:20px;max-width:1320px;margin:0 auto;padding:16px 24px;display:flex;position:relative}.Header-module__G8GICa__logo{color:#111827;letter-spacing:-1px;z-index:1001;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1;text-decoration:none}.Header-module__G8GICa__logo span{color:#000}.Header-module__G8GICa__navigation{flex:1;justify-content:center;display:flex}.Header-module__G8GICa__navList{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.Header-module__G8GICa__navLink{color:#1f2937;font-size:17px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.Header-module__G8GICa__navLink:after{content:"";background:#111827;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.Header-module__G8GICa__navLink:hover:after{width:100%}.Header-module__G8GICa__navLink:hover{color:#000}.Header-module__G8GICa__orderBtn{color:#3c3412;background:linear-gradient(135deg,#e2ca4c,#d5bc3d);border-radius:10px;justify-content:center;align-items:center;padding:15px 26px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .3s,opacity .3s;display:inline-flex}.Header-module__G8GICa__orderBtn:hover{opacity:.95;transform:translateY(-2px)}.Header-module__G8GICa__desktopBtn{display:flex}.Header-module__G8GICa__menuToggle{display:none}.Header-module__G8GICa__menuButton{cursor:pointer;z-index:1001;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;display:none}.Header-module__G8GICa__menuButton span{background:#111827;border-radius:20px;width:100%;height:3px;transition:all .3s}.Header-module__G8GICa__mobileBtnWrap{display:none}@media (max-width:992px){.Header-module__G8GICa__navList{gap:24px}.Header-module__G8GICa__navLink{font-size:16px}}@media (max-width:768px){.Header-module__G8GICa__container{padding:14px 18px}.Header-module__G8GICa__menuButton{display:flex}.Header-module__G8GICa__desktopBtn{display:none}.Header-module__G8GICa__navigation{opacity:0;visibility:hidden;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;max-height:0;transition:max-height .35s,opacity .35s,visibility .35s;position:absolute;top:100%;left:0;overflow:hidden}.Header-module__G8GICa__menuToggle:checked~.Header-module__G8GICa__navigation{opacity:1;visibility:visible;max-height:500px}.Header-module__G8GICa__navList{flex-direction:column;align-items:flex-start;gap:18px;padding:22px 20px}.Header-module__G8GICa__navLink{font-size:17px}.Header-module__G8GICa__mobileBtnWrap{width:100%;margin-top:8px;display:flex}.Header-module__G8GICa__mobileBtnWrap .Header-module__G8GICa__orderBtn{width:100%}.Header-module__G8GICa__menuToggle:checked+.Header-module__G8GICa__menuButton span:first-child{transform:rotate(45deg)translate(6px,6px)}.Header-module__G8GICa__menuToggle:checked+.Header-module__G8GICa__menuButton span:nth-child(2){opacity:0}.Header-module__G8GICa__menuToggle:checked+.Header-module__G8GICa__menuButton span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}}@media (max-width:480px){.Header-module__G8GICa__container{padding:12px 14px}.Header-module__G8GICa__logo{font-size:26px}.Header-module__G8GICa__navList{padding:18px 14px}.Header-module__G8GICa__navLink{font-size:16px}.Header-module__G8GICa__orderBtn{padding:14px 18px;font-size:14px}}
.Hero-module__rCOEZq__heroSection{background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:60px 0;overflow:hidden}.Hero-module__rCOEZq__container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1320px;margin:0 auto;padding:0 40px;display:grid}.Hero-module__rCOEZq__imageWrapper{justify-content:center;align-items:center;width:100%;height:620px;margin:0;display:flex;position:relative}.Hero-module__rCOEZq__productImg{object-fit:contain}.Hero-module__rCOEZq__contentWrapper{flex-direction:column;display:flex}.Hero-module__rCOEZq__header{width:100%}.Hero-module__rCOEZq__heading{letter-spacing:-1.5px;color:#111827;margin:0 0 24px;font-size:52px;font-weight:700;line-height:1.1}.Hero-module__rCOEZq__description{flex-direction:column;gap:22px;display:flex}.Hero-module__rCOEZq__description p{color:#374151;margin:0;font-size:18px;line-height:1.9}.Hero-module__rCOEZq__buttonGroup{flex-wrap:wrap;gap:16px;margin-top:36px;display:flex}.Hero-module__rCOEZq__primaryBtn,.Hero-module__rCOEZq__secondaryBtn{text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:58px;padding:0 30px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__rCOEZq__primaryBtn{color:#3d3512;background:#e3cb4d;box-shadow:0 10px 25px #e3cb4d4d}.Hero-module__rCOEZq__primaryBtn:hover{background:#d4bd42;transform:translateY(-2px)}.Hero-module__rCOEZq__secondaryBtn{color:#fff;background:#111827}.Hero-module__rCOEZq__secondaryBtn:hover{background:#000;transform:translateY(-2px)}@media (max-width:1200px){.Hero-module__rCOEZq__container{gap:40px}.Hero-module__rCOEZq__heading{font-size:44px}.Hero-module__rCOEZq__description p{font-size:17px}.Hero-module__rCOEZq__imageWrapper{height:540px}}@media (max-width:992px){.Hero-module__rCOEZq__container{grid-template-columns:1fr;gap:40px;padding:0 28px}.Hero-module__rCOEZq__contentWrapper{text-align:center;align-items:center}.Hero-module__rCOEZq__heading{max-width:800px;font-size:40px}.Hero-module__rCOEZq__description{max-width:760px}.Hero-module__rCOEZq__imageWrapper{order:-1;height:500px}.Hero-module__rCOEZq__buttonGroup{justify-content:center}}@media (max-width:768px){.Hero-module__rCOEZq__heroSection{padding:50px 0}.Hero-module__rCOEZq__container{gap:32px;padding:50px 20px 0}.Hero-module__rCOEZq__contentWrapper{text-align:left;align-items:flex-start}.Hero-module__rCOEZq__heading{letter-spacing:-.8px;font-size:32px;line-height:1.2}.Hero-module__rCOEZq__description{gap:18px}.Hero-module__rCOEZq__description p{font-size:16px;line-height:1.8}.Hero-module__rCOEZq__imageWrapper{height:380px}.Hero-module__rCOEZq__buttonGroup{flex-direction:column;width:100%}.Hero-module__rCOEZq__primaryBtn,.Hero-module__rCOEZq__secondaryBtn{width:100%}}@media (max-width:480px){.Hero-module__rCOEZq__heroSection{padding:42px 0}.Hero-module__rCOEZq__container{padding:42px 16px 0}.Hero-module__rCOEZq__contentWrapper{text-align:left;align-items:flex-start}.Hero-module__rCOEZq__heading{font-size:28px;line-height:1.25}.Hero-module__rCOEZq__description p{font-size:15px;line-height:1.75}.Hero-module__rCOEZq__imageWrapper{height:300px}.Hero-module__rCOEZq__buttonGroup{gap:14px;margin-top:28px}.Hero-module__rCOEZq__primaryBtn,.Hero-module__rCOEZq__secondaryBtn{min-height:54px;padding:0 20px;font-size:14px}}
.Hero2-module__neZcNa__detailSection{background:#fff;width:100%;overflow:hidden}.Hero2-module__neZcNa__container{max-width:1320px;margin:0 auto;padding:0 40px 60px}.Hero2-module__neZcNa__header1{text-align:center;background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:18px 20px}.Hero2-module__neZcNa__heading1{letter-spacing:-1px;color:#8c0303;margin:0;font-size:40px;font-weight:700;line-height:1.3}.Hero2-module__neZcNa__header{text-align:center;width:100%;margin-bottom:50px}.Hero2-module__neZcNa__heading{color:#fff;letter-spacing:-1px;background:#000;margin:0;padding:18px 20px;font-size:42px;font-weight:700;line-height:1.2}.Hero2-module__neZcNa__wrapper{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.Hero2-module__neZcNa__textContent{flex-direction:column;gap:24px;display:flex}.Hero2-module__neZcNa__textContent p{color:#374151;margin:0;font-size:18px;line-height:1.9}.Hero2-module__neZcNa__imageWrapper{justify-content:center;align-items:center;width:100%;display:flex}.Hero2-module__neZcNa__image{object-fit:contain;width:100%;max-width:500px;height:auto}@media (max-width:1200px){.Hero2-module__neZcNa__wrapper{gap:40px}.Hero2-module__neZcNa__heading1{font-size:34px}.Hero2-module__neZcNa__heading{font-size:38px}.Hero2-module__neZcNa__textContent p{font-size:17px}.Hero2-module__neZcNa__image{max-width:440px}}@media (max-width:992px){.Hero2-module__neZcNa__container{padding:0 28px 50px}.Hero2-module__neZcNa__wrapper{grid-template-columns:1fr;gap:40px}.Hero2-module__neZcNa__textContent{text-align:center}.Hero2-module__neZcNa__heading1{font-size:30px}.Hero2-module__neZcNa__heading{font-size:34px}.Hero2-module__neZcNa__imageWrapper{order:-1}.Hero2-module__neZcNa__image{max-width:380px}}@media (max-width:768px){.Hero2-module__neZcNa__container{padding:0 20px 45px}.Hero2-module__neZcNa__header1{padding:16px}.Hero2-module__neZcNa__heading1{font-size:24px;line-height:1.4}.Hero2-module__neZcNa__heading{padding:16px;font-size:30px}.Hero2-module__neZcNa__header{margin-bottom:36px}.Hero2-module__neZcNa__wrapper{gap:30px}.Hero2-module__neZcNa__textContent{text-align:left;gap:20px}.Hero2-module__neZcNa__textContent p{font-size:16px;line-height:1.8}.Hero2-module__neZcNa__image{max-width:300px}}@media (max-width:480px){.Hero2-module__neZcNa__container{padding:0 16px 40px}.Hero2-module__neZcNa__heading1{font-size:20px;line-height:1.5}.Hero2-module__neZcNa__heading{font-size:26px;line-height:1.3}.Hero2-module__neZcNa__textContent p{font-size:15px;line-height:1.75}.Hero2-module__neZcNa__image{max-width:240px}}
.Review-module__LlWgRa__reviewSection{background:#f9fafb;width:100%;padding:0 0 60px;scroll-margin-top:120px;overflow:hidden}.Review-module__LlWgRa__header{text-align:center;margin-bottom:45px;padding:0 20px}.Review-module__LlWgRa__heading{color:#fff;letter-spacing:-.5px;background:#000;width:100vw;max-width:100vw;margin:0 -50vw 24px;padding:18px 20px;scroll-margin-top:120px;font-size:clamp(28px,5vw,42px);font-weight:700;line-height:1.3;position:relative;left:50%;right:50%}.Review-module__LlWgRa__rating{color:#d97706;margin:0 auto;font-size:clamp(16px,3vw,22px);font-weight:700;line-height:1.5}.Review-module__LlWgRa__container{box-sizing:border-box;width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.Review-module__LlWgRa__reviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:28px;display:grid}.Review-module__LlWgRa__reviewCard{background:#fff;border-radius:22px;flex-direction:column;align-items:flex-start;height:100%;padding:32px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000f}.Review-module__LlWgRa__reviewCard:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.Review-module__LlWgRa__imageWrapper{margin:0 0 22px}.Review-module__LlWgRa__avatar{object-fit:cover;border:4px solid #f3f4f6;border-radius:50%;width:88px;height:88px}.Review-module__LlWgRa__content{flex-direction:column;gap:16px;width:100%;display:flex}.Review-module__LlWgRa__verified{color:#16a34a;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:700;display:flex}.Review-module__LlWgRa__check{font-size:16px}.Review-module__LlWgRa__reviewText{color:#374151;margin:0;font-size:17px;line-height:1.9}.Review-module__LlWgRa__author{color:#111827;margin:0;font-size:15px;font-weight:700;line-height:1.6}@media (max-width:1100px){.Review-module__LlWgRa__reviewGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.Review-module__LlWgRa__reviewCard{padding:28px 24px}}@media (max-width:768px){.Review-module__LlWgRa__reviewSection{padding:50px 0}.Review-module__LlWgRa__container{padding:0 18px}.Review-module__LlWgRa__header{margin-bottom:36px;padding:0 16px}.Review-module__LlWgRa__reviewGrid{grid-template-columns:1fr;gap:22px}.Review-module__LlWgRa__reviewCard{text-align:center;border-radius:18px;align-items:center;padding:24px 20px}.Review-module__LlWgRa__content{align-items:center}.Review-module__LlWgRa__verified{justify-content:center}.Review-module__LlWgRa__reviewText{font-size:16px;line-height:1.8}.Review-module__LlWgRa__avatar{width:82px;height:82px}}@media (max-width:480px){.Review-module__LlWgRa__reviewSection{padding:42px 0}.Review-module__LlWgRa__container{padding:0 14px}.Review-module__LlWgRa__header{margin-bottom:28px;padding:0 12px}.Review-module__LlWgRa__heading{padding:16px 14px;line-height:1.4}.Review-module__LlWgRa__reviewCard{padding:22px 16px}.Review-module__LlWgRa__reviewText{font-size:15px;line-height:1.8}.Review-module__LlWgRa__author,.Review-module__LlWgRa__verified{font-size:14px}.Review-module__LlWgRa__avatar{width:74px;height:74px}}
.PriceTemplate-module__WmGxQa__offerSection{background:#f8fafc;width:100%;padding:0 0 70px}.PriceTemplate-module__WmGxQa__container{max-width:1320px;margin:0 auto;padding:0 40px}.PriceTemplate-module__WmGxQa__header{text-align:center;margin-bottom:40px}.PriceTemplate-module__WmGxQa__heading{color:#fff;letter-spacing:-1px;text-align:center;background:#000;margin:0;padding:22px 20px;font-size:42px;font-weight:800;line-height:1.25}.PriceTemplate-module__WmGxQa__subheading{color:#4b5563;text-align:center;max-width:860px;margin:24px auto 0;padding:0 20px;font-size:22px;font-weight:500;line-height:1.7}.PriceTemplate-module__WmGxQa__offerCard{background:#fff;border-radius:24px;width:100%;text-decoration:none;transition:transform .35s,box-shadow .35s;display:block;overflow:hidden;box-shadow:0 10px 35px #0000001a,0 2px 10px #0000000d}.PriceTemplate-module__WmGxQa__offerCard:hover{transform:translateY(-5px);box-shadow:0 18px 45px #00000024,0 5px 16px #00000014}.PriceTemplate-module__WmGxQa__offerImage{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:1200px){.PriceTemplate-module__WmGxQa__container{padding:0 32px}.PriceTemplate-module__WmGxQa__heading{font-size:36px}.PriceTemplate-module__WmGxQa__subheading{font-size:20px}.PriceTemplate-module__WmGxQa__offerCard{border-radius:20px}}@media (max-width:992px){.PriceTemplate-module__WmGxQa__offerSection{padding:0 0 60px}.PriceTemplate-module__WmGxQa__container{padding:0 28px}.PriceTemplate-module__WmGxQa__header{margin-bottom:32px}.PriceTemplate-module__WmGxQa__heading{padding:20px 18px;font-size:32px;line-height:1.3}.PriceTemplate-module__WmGxQa__subheading{font-size:18px;line-height:1.7}.PriceTemplate-module__WmGxQa__offerCard{border-radius:18px}}@media (max-width:768px){.PriceTemplate-module__WmGxQa__offerSection{padding:0 0 50px}.PriceTemplate-module__WmGxQa__container{padding:0 20px}.PriceTemplate-module__WmGxQa__header{margin-bottom:26px}.PriceTemplate-module__WmGxQa__heading{letter-spacing:-.5px;padding:18px 14px;font-size:26px;line-height:1.4}.PriceTemplate-module__WmGxQa__subheading{margin-top:18px;padding:0 5px;font-size:16px;line-height:1.75}.PriceTemplate-module__WmGxQa__offerCard{border-radius:16px}}@media (max-width:480px){.PriceTemplate-module__WmGxQa__offerSection{padding:0 0 45px}.PriceTemplate-module__WmGxQa__container{padding:0 14px}.PriceTemplate-module__WmGxQa__heading{padding:16px 12px;font-size:22px;line-height:1.45}.PriceTemplate-module__WmGxQa__subheading{font-size:15px;line-height:1.7}.PriceTemplate-module__WmGxQa__offerCard{border-radius:14px}}@media (max-width:360px){.PriceTemplate-module__WmGxQa__heading{font-size:20px}.PriceTemplate-module__WmGxQa__subheading{font-size:14px}}
.ChooseProstavive-module__iDyP8W__whySection{background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:0 0 70px}.ChooseProstavive-module__iDyP8W__container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.ChooseProstavive-module__iDyP8W__header{text-align:center;width:100%;margin-bottom:45px}.ChooseProstavive-module__iDyP8W__heading{color:#fff;letter-spacing:-.5px;text-align:center;background:#000;width:100%;margin:0 0 28px;padding:18px 16px;font-size:clamp(26px,5vw,48px);font-weight:700;line-height:1.2}.ChooseProstavive-module__iDyP8W__subheading{color:#4b5563;width:100%;max-width:820px;margin:0 auto;font-size:clamp(16px,2vw,19px);line-height:1.8}.ChooseProstavive-module__iDyP8W__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:26px;display:grid}.ChooseProstavive-module__iDyP8W__card{text-align:center;background:#fff;border:1px solid #ececec;border-radius:22px;flex-direction:column;align-items:center;height:100%;padding:28px 22px;transition:all .3s;display:flex;box-shadow:0 6px 20px #0000000a}.ChooseProstavive-module__iDyP8W__card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #00000014}.ChooseProstavive-module__iDyP8W__imageWrapper{justify-content:center;align-items:center;width:100%;min-height:180px;margin-bottom:18px;display:flex}.ChooseProstavive-module__iDyP8W__image{object-fit:contain;width:100%;max-width:228px;height:auto;transition:transform .3s;display:block}.ChooseProstavive-module__iDyP8W__card:hover .ChooseProstavive-module__iDyP8W__image{transform:scale(1.04)}.ChooseProstavive-module__iDyP8W__content{flex-direction:column;flex:1;gap:14px;width:100%;display:flex}.ChooseProstavive-module__iDyP8W__cardTitle{color:#111827;margin:0;font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.3}.ChooseProstavive-module__iDyP8W__cardText{color:#4b5563;margin:0;font-size:clamp(15px,2vw,16px);line-height:1.8}@media (max-width:1200px){.ChooseProstavive-module__iDyP8W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ChooseProstavive-module__iDyP8W__whySection{padding:0 0 55px}.ChooseProstavive-module__iDyP8W__container{padding:0 18px}.ChooseProstavive-module__iDyP8W__header{margin-bottom:34px}.ChooseProstavive-module__iDyP8W__heading{margin-bottom:22px;padding:16px 14px}.ChooseProstavive-module__iDyP8W__grid{grid-template-columns:1fr;gap:22px}.ChooseProstavive-module__iDyP8W__card{border-radius:18px;padding:24px 18px}.ChooseProstavive-module__iDyP8W__imageWrapper{min-height:160px;margin-bottom:16px}.ChooseProstavive-module__iDyP8W__image{max-width:204px}.ChooseProstavive-module__iDyP8W__cardText{line-height:1.75}}@media (max-width:480px){.ChooseProstavive-module__iDyP8W__whySection{padding:0 0 48px}.ChooseProstavive-module__iDyP8W__container{padding:0 14px}.ChooseProstavive-module__iDyP8W__heading{line-height:1.3}.ChooseProstavive-module__iDyP8W__subheading{line-height:1.75}.ChooseProstavive-module__iDyP8W__card{padding:22px 16px}.ChooseProstavive-module__iDyP8W__imageWrapper{min-height:140px}.ChooseProstavive-module__iDyP8W__image{max-width:168px}.ChooseProstavive-module__iDyP8W__content{gap:12px}.ChooseProstavive-module__iDyP8W__cardText{line-height:1.7}}
.Bonus-module__j0Ws5W__bonusSection{background:#f3f4f6;width:100%;padding:70px 0}.Bonus-module__j0Ws5W__bonusContainer{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.Bonus-module__j0Ws5W__topLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:26px;display:flex}.Bonus-module__j0Ws5W__topLink{color:#1d4ed8;font-size:clamp(15px,2vw,18px);font-weight:700;text-decoration:none;transition:all .3s}.Bonus-module__j0Ws5W__topLink:hover{color:#0f172a}.Bonus-module__j0Ws5W__divider{color:#6b7280;font-size:16px;font-weight:700}.Bonus-module__j0Ws5W__bonusHeader{text-align:center;justify-content:center;width:100%;margin-bottom:42px;display:flex}.Bonus-module__j0Ws5W__bonusSubheading{color:#374151;width:100%;max-width:860px;font-size:clamp(16px,2vw,20px);line-height:1.8}.Bonus-module__j0Ws5W__bonusGrid{flex-direction:column;gap:28px;display:flex}.Bonus-module__j0Ws5W__bonusCard{background:#1f3347;border-radius:28px;align-items:center;gap:40px;padding:34px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001f}.Bonus-module__j0Ws5W__bonusCard:hover{transform:translateY(-5px);box-shadow:0 18px 42px #0000002e}.Bonus-module__j0Ws5W__bonusImageWrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Bonus-module__j0Ws5W__bonusImage{object-fit:contain;width:100%;max-width:220px;height:auto;transition:transform .3s;display:block}.Bonus-module__j0Ws5W__bonusCard:hover .Bonus-module__j0Ws5W__bonusImage{transform:scale(1.03)}.Bonus-module__j0Ws5W__bonusContent{flex:1;min-width:0}.Bonus-module__j0Ws5W__bonusTitle{color:#ffe24a;margin:0 0 16px;font-size:clamp(24px,3vw,36px);font-weight:800;line-height:1.3}.Bonus-module__j0Ws5W__bonusDescription{color:#fff;margin:0 0 20px;font-size:clamp(15px,2vw,18px);line-height:1.85}.Bonus-module__j0Ws5W__bonusPrice{color:#fff;margin:0;font-size:clamp(18px,2vw,24px);font-weight:800;line-height:1.5}.Bonus-module__j0Ws5W__bonusPrice span{color:#ffe24a}@media (max-width:992px){.Bonus-module__j0Ws5W__bonusCard{gap:28px;padding:28px}.Bonus-module__j0Ws5W__bonusImage{max-width:180px}}@media (max-width:768px){.Bonus-module__j0Ws5W__bonusSection{padding:55px 0}.Bonus-module__j0Ws5W__bonusContainer{padding:0 18px}.Bonus-module__j0Ws5W__bonusHeader{margin-bottom:34px}.Bonus-module__j0Ws5W__bonusCard{text-align:center;border-radius:22px;flex-direction:column;align-items:center;gap:24px;padding:28px 22px}.Bonus-module__j0Ws5W__bonusImage{max-width:170px}.Bonus-module__j0Ws5W__bonusDescription{line-height:1.75}}@media (max-width:480px){.Bonus-module__j0Ws5W__bonusSection{padding:48px 0}.Bonus-module__j0Ws5W__bonusContainer{padding:0 14px}.Bonus-module__j0Ws5W__topLinks{gap:8px}.Bonus-module__j0Ws5W__bonusCard{border-radius:18px;gap:20px;padding:24px 18px}.Bonus-module__j0Ws5W__bonusImage{max-width:145px}.Bonus-module__j0Ws5W__bonusTitle{line-height:1.35}.Bonus-module__j0Ws5W__bonusDescription{line-height:1.7}.Bonus-module__j0Ws5W__bonusPrice{line-height:1.4}}
.Info-module__j4XDFW__workSection,.Info-module__j4XDFW__ingredientsSection,.Info-module__j4XDFW__useSection,.Info-module__j4XDFW__benefitsSection{box-sizing:border-box;width:100%}.Info-module__j4XDFW__workSection,.Info-module__j4XDFW__ingredientsSection,.Info-module__j4XDFW__useSection{background:#fff;padding:0 0 70px}.Info-module__j4XDFW__benefitsSection{background:#f9fafb;padding:0 0 80px}.Info-module__j4XDFW__titleBar{text-align:center;box-sizing:border-box;background:#000;justify-content:center;align-items:center;width:100%;margin-bottom:50px;padding:18px 16px;display:flex}.Info-module__j4XDFW__titleBar h2{letter-spacing:-.5px;color:#fff;width:100%;max-width:1320px;margin:0;font-size:clamp(26px,5vw,48px);font-weight:700;line-height:1.2}.Info-module__j4XDFW__container{max-width:1320px;margin:0 auto;padding:0 40px 60px}.Info-module__j4XDFW__content{width:100%}.Info-module__j4XDFW__topText,.Info-module__j4XDFW__bottomText{color:#374151;margin-bottom:28px;font-size:clamp(16px,2vw,19px);line-height:1.9}.Info-module__j4XDFW__ingredientsList{margin:0;padding:0;list-style:none}.Info-module__j4XDFW__ingredientsList li{color:#374151;margin-bottom:18px;padding-left:34px;font-size:clamp(15px,2vw,18px);line-height:1.9;position:relative}.Info-module__j4XDFW__ingredientsList li:before{content:"";background:#16a34a;border-radius:50%;width:11px;height:11px;position:absolute;top:12px;left:0}.Info-module__j4XDFW__ingredientsList span{color:#111827;font-weight:700}.Info-module__j4XDFW__sectionHeader{text-align:center;max-width:850px;margin:0 auto 55px}.Info-module__j4XDFW__sectionSubtitle{color:#4b5563;font-size:clamp(16px,2vw,18px);line-height:1.9}.Info-module__j4XDFW__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.Info-module__j4XDFW__benefitCard{box-sizing:border-box;background:#fff;border:1px solid #edf0f2;border-radius:22px;height:100%;padding:34px 28px;transition:all .3s;box-shadow:0 8px 30px #0000000d}.Info-module__j4XDFW__benefitCard:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001a}.Info-module__j4XDFW__benefitIcon{background:#ecfdf3;border-radius:18px;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:22px;font-size:32px;display:flex}.Info-module__j4XDFW__benefitCard h3{color:#111827;margin:0 0 14px;font-size:clamp(20px,2vw,24px);font-weight:700;line-height:1.3}.Info-module__j4XDFW__benefitCard p{color:#4b5563;margin:0;font-size:clamp(15px,2vw,17px);line-height:1.8}@media (max-width:992px){.Info-module__j4XDFW__benefitsGrid{grid-template-columns:repeat(2,1fr)}.Info-module__j4XDFW__titleBar{margin-bottom:40px}.Info-module__j4XDFW__workSection,.Info-module__j4XDFW__ingredientsSection,.Info-module__j4XDFW__useSection,.Info-module__j4XDFW__benefitsSection{padding:0 0 65px}}@media (max-width:768px){.Info-module__j4XDFW__container{padding-left:18px;padding-right:18px}.Info-module__j4XDFW__benefitsGrid{grid-template-columns:1fr;gap:22px}.Info-module__j4XDFW__benefitCard{padding:28px 22px}.Info-module__j4XDFW__benefitIcon{width:62px;height:62px;font-size:28px}.Info-module__j4XDFW__titleBar{margin-bottom:32px;padding:16px 14px}.Info-module__j4XDFW__workSection,.Info-module__j4XDFW__ingredientsSection,.Info-module__j4XDFW__useSection,.Info-module__j4XDFW__benefitsSection{padding:0 0 55px}.Info-module__j4XDFW__topText,.Info-module__j4XDFW__bottomText,.Info-module__j4XDFW__ingredientsList li,.Info-module__j4XDFW__sectionSubtitle,.Info-module__j4XDFW__benefitCard p{line-height:1.8}}@media (max-width:480px){.Info-module__j4XDFW__container{padding-left:14px;padding-right:14px}.Info-module__j4XDFW__titleBar{padding:14px 12px}.Info-module__j4XDFW__titleBar h2{line-height:1.3}.Info-module__j4XDFW__benefitCard{border-radius:18px;padding:24px 18px}.Info-module__j4XDFW__benefitIcon{width:56px;height:56px;margin-bottom:18px;font-size:24px}.Info-module__j4XDFW__ingredientsList li{padding-left:28px}.Info-module__j4XDFW__ingredientsList li:before{width:9px;height:9px;top:11px}.Info-module__j4XDFW__workSection,.Info-module__j4XDFW__ingredientsSection,.Info-module__j4XDFW__useSection,.Info-module__j4XDFW__benefitsSection{padding:0 0 48px}}
.Claim-module__wX2Xjq__guarantee{background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:80px 0;overflow:hidden}.Claim-module__wX2Xjq__container{justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1240px;margin:0 auto;padding:0 24px;display:flex}.Claim-module__wX2Xjq__imageBox{flex:1;justify-content:center;align-items:center;display:flex}.Claim-module__wX2Xjq__image{object-fit:contain;filter:drop-shadow(0 12px 28px #0000001f);width:100%;max-width:320px;height:auto;transition:transform .3s,filter .3s;display:block}.Claim-module__wX2Xjq__image:hover{filter:drop-shadow(0 18px 36px #00000029);transform:scale(1.03)}.Claim-module__wX2Xjq__content{flex:1.2;min-width:0}.Claim-module__wX2Xjq__badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#0b7a2a,#16a34a);border-radius:999px;margin-bottom:18px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-block}.Claim-module__wX2Xjq__title{letter-spacing:-.5px;color:#111827;margin:0 0 22px;font-size:clamp(28px,5vw,50px);font-weight:800;line-height:1.2}.Claim-module__wX2Xjq__text{color:#4b5563;margin:0 0 18px;font-size:clamp(15px,2vw,18px);line-height:1.9}.Claim-module__wX2Xjq__features{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.Claim-module__wX2Xjq__feature{background:#fff;border:1px solid #edf0f2;border-radius:14px;align-items:center;gap:10px;padding:14px 18px;transition:all .25s;display:flex;box-shadow:0 6px 18px #0000000d}.Claim-module__wX2Xjq__feature:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.Claim-module__wX2Xjq__feature p{color:#1f2937;margin:0;font-size:15px;font-weight:600;line-height:1.4}.Claim-module__wX2Xjq__icon{color:#16a34a;flex-shrink:0;font-size:17px;font-weight:900}@media (max-width:992px){.Claim-module__wX2Xjq__container{text-align:center;flex-direction:column;gap:40px}.Claim-module__wX2Xjq__content{width:100%;max-width:760px}.Claim-module__wX2Xjq__features{justify-content:center}.Claim-module__wX2Xjq__image{max-width:280px}}@media (max-width:768px){.Claim-module__wX2Xjq__guarantee{padding:60px 0}.Claim-module__wX2Xjq__container{gap:34px;padding:0 18px}.Claim-module__wX2Xjq__badge{padding:9px 15px;font-size:12px}.Claim-module__wX2Xjq__title{line-height:1.25}.Claim-module__wX2Xjq__text{line-height:1.8}.Claim-module__wX2Xjq__features{flex-direction:column;gap:12px;margin-top:24px}.Claim-module__wX2Xjq__feature{text-align:center;justify-content:center;width:100%}.Claim-module__wX2Xjq__image{max-width:240px}}@media (max-width:480px){.Claim-module__wX2Xjq__guarantee{padding:50px 0}.Claim-module__wX2Xjq__container{padding:0 14px}.Claim-module__wX2Xjq__badge{padding:8px 14px;font-size:11px}.Claim-module__wX2Xjq__title{line-height:1.3}.Claim-module__wX2Xjq__text{line-height:1.75}.Claim-module__wX2Xjq__image{max-width:210px}.Claim-module__wX2Xjq__feature{border-radius:12px;padding:13px 14px}.Claim-module__wX2Xjq__feature p{font-size:14px}}
.Ordering-module__YI2W8a__container{background:linear-gradient(#f8fafc 0%,#fff 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:70px 0;display:flex}.Ordering-module__YI2W8a__ordTitle{text-align:center;letter-spacing:-1px;color:#111827;max-width:900px;margin:0 0 38px;padding:0 20px;font-size:42px;font-weight:800;line-height:1.25}.Ordering-module__YI2W8a__card{background:#fff;border-radius:24px;width:100%;max-width:1200px;margin:0 auto;text-decoration:none;transition:transform .35s,box-shadow .35s;display:block;overflow:hidden;box-shadow:0 10px 35px #0000001a,0 2px 10px #0000000a}.Ordering-module__YI2W8a__card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #00000024,0 5px 18px #00000014}.Ordering-module__YI2W8a__image{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:1200px){.Ordering-module__YI2W8a__container{padding:60px 24px}.Ordering-module__YI2W8a__ordTitle{font-size:36px}.Ordering-module__YI2W8a__card{border-radius:20px}}@media (max-width:992px){.Ordering-module__YI2W8a__container{padding:55px 20px}.Ordering-module__YI2W8a__ordTitle{margin-bottom:30px;font-size:32px}.Ordering-module__YI2W8a__card{border-radius:18px}}@media (max-width:768px){.Ordering-module__YI2W8a__container{padding:50px 16px}.Ordering-module__YI2W8a__ordTitle{letter-spacing:-.5px;margin-bottom:24px;padding:0 5px;font-size:28px;line-height:1.35}.Ordering-module__YI2W8a__card{border-radius:16px;width:100%}}@media (max-width:480px){.Ordering-module__YI2W8a__container{padding:45px 14px}.Ordering-module__YI2W8a__ordTitle{margin-bottom:20px;font-size:24px;line-height:1.4}.Ordering-module__YI2W8a__card{border-radius:14px}}@media (max-width:360px){.Ordering-module__YI2W8a__ordTitle{font-size:21px}.Ordering-module__YI2W8a__card{border-radius:12px}}
.Faq-module__H140ha__faqSection{background:#f9fafb;width:100%;padding:0 0 60px;overflow:hidden}.Faq-module__H140ha__faqTitle{text-align:center;background:#000;width:100%;margin-bottom:40px;padding:18px 16px;scroll-margin-top:90px}.Faq-module__H140ha__faqTitle h2{letter-spacing:-.5px;color:#fff;margin:0;font-size:clamp(28px,5vw,48px);font-weight:700;line-height:1.2}.Faq-module__H140ha__faqContainer{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.Faq-module__H140ha__faqItem{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:18px;transition:all .3s;overflow:hidden;box-shadow:0 8px 24px #0000000d}.Faq-module__H140ha__faqItem:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000014}.Faq-module__H140ha__faqQuestion{cursor:pointer;color:#111827;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:22px 24px;font-size:clamp(16px,2vw,20px);font-weight:700;line-height:1.5;list-style:none;display:flex}.Faq-module__H140ha__faqQuestion::-webkit-details-marker{display:none}.Faq-module__H140ha__faqQuestion span:first-child{flex:1;min-width:0}.Faq-module__H140ha__faqAnswer{color:#4b5563;margin:0;padding:0 24px 24px;font-size:clamp(15px,2vw,17px);line-height:1.8}.Faq-module__H140ha__faqIcon{color:#111827;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:24px;font-weight:700;line-height:1;transition:all .3s;display:flex}.Faq-module__H140ha__faqItem[open] .Faq-module__H140ha__faqIcon{color:#fff;background:#111827;transform:rotate(45deg)}@media (max-width:992px){.Faq-module__H140ha__faqSection{padding:0 0 55px}.Faq-module__H140ha__faqContainer{padding:0 20px}.Faq-module__H140ha__faqQuestion{padding:20px 22px}.Faq-module__H140ha__faqAnswer{padding:0 22px 22px}}@media (max-width:768px){.Faq-module__H140ha__faqSection{padding:0 0 50px}.Faq-module__H140ha__faqTitle{margin-bottom:30px;padding:16px 14px}.Faq-module__H140ha__faqContainer{padding:0 16px}.Faq-module__H140ha__faqItem{border-radius:16px;margin-bottom:16px}.Faq-module__H140ha__faqQuestion{align-items:center;gap:14px;padding:18px;font-size:16px}.Faq-module__H140ha__faqAnswer{padding:0 18px 20px;font-size:15px;line-height:1.7}.Faq-module__H140ha__faqIcon{width:32px;min-width:32px;height:32px;font-size:20px}}@media (max-width:480px){.Faq-module__H140ha__faqSection{padding:0 0 45px}.Faq-module__H140ha__faqContainer{padding:0 14px}.Faq-module__H140ha__faqTitle{margin-bottom:24px}.Faq-module__H140ha__faqQuestion{padding:16px;font-size:15px;line-height:1.5}.Faq-module__H140ha__faqAnswer{padding:0 16px 18px;font-size:14px}.Faq-module__H140ha__faqIcon{width:28px;min-width:28px;height:28px;font-size:18px}}
.Footer-module__r5L18a__footer{background:#111827;width:100%;padding:32px 0;overflow:hidden}.Footer-module__r5L18a__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1320px;margin:0 auto;padding:0 24px;display:flex}.Footer-module__r5L18a__footerText{color:#fff;text-align:center;margin:0;font-size:clamp(13px,2vw,15px);line-height:1.7}.Footer-module__r5L18a__footerLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;display:flex}.Footer-module__r5L18a__footerLinks a{color:#fff;font-size:clamp(13px,2vw,15px);font-weight:500;line-height:1.6;text-decoration:none;transition:color .3s,opacity .3s;position:relative}.Footer-module__r5L18a__footerLinks a:after{content:"";background:#22c55e;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Footer-module__r5L18a__footerLinks a:hover{color:#22c55e}.Footer-module__r5L18a__footerLinks a:hover:after{width:100%}@media (max-width:992px){.Footer-module__r5L18a__container{padding:0 20px}.Footer-module__r5L18a__footerLinks{gap:18px}}@media (max-width:768px){.Footer-module__r5L18a__footer{padding:28px 0}.Footer-module__r5L18a__container{text-align:center;flex-direction:column;justify-content:center;gap:18px;padding:0 18px}.Footer-module__r5L18a__footerLinks{gap:16px}.Footer-module__r5L18a__footerLinks a{padding:4px 0}}@media (max-width:480px){.Footer-module__r5L18a__footer{padding:24px 0}.Footer-module__r5L18a__container{gap:16px;padding:0 14px}.Footer-module__r5L18a__footerLinks{flex-direction:column;gap:12px}.Footer-module__r5L18a__footerLinks a{font-size:14px}.Footer-module__r5L18a__footerText{font-size:13px;line-height:1.6}}
.DiscountBottlePage-module__wUxUpq__ctaSection{text-align:center;background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:70px 0 90px}.DiscountBottlePage-module__wUxUpq__ctaTitleWrap{width:100%;margin-bottom:30px;padding:0 20px}.DiscountBottlePage-module__wUxUpq__ctaTitle{letter-spacing:-.5px;color:#111827;width:100%;max-width:980px;margin:0 auto;font-size:clamp(28px,5vw,52px);font-weight:800;line-height:1.2}.DiscountBottlePage-module__wUxUpq__ctaImageWrap{justify-content:center;align-items:center;width:100%;margin-bottom:30px;padding:0 20px;display:flex}.DiscountBottlePage-module__wUxUpq__ctaImage{object-fit:contain;filter:drop-shadow(0 12px 28px #0000001f);width:100%;max-width:520px;height:auto;display:block}.DiscountBottlePage-module__wUxUpq__ctaContent{width:100%;max-width:650px;margin:0 auto;padding:0 20px}.DiscountBottlePage-module__wUxUpq__countdownBox{background:#fff3cd;border:1px solid #ffe69c;border-radius:14px;margin-bottom:22px;padding:14px 18px}.DiscountBottlePage-module__wUxUpq__countdownText{color:#856404;margin:0;font-size:clamp(15px,2vw,18px);font-weight:700;line-height:1.5}.DiscountBottlePage-module__wUxUpq__ctaSub{color:#374151;margin-bottom:12px;font-size:clamp(16px,2vw,18px);line-height:1.7}.DiscountBottlePage-module__wUxUpq__ctaShipping{color:#00a650;margin-bottom:12px;font-size:clamp(18px,2vw,24px);font-weight:800;line-height:1.4}.DiscountBottlePage-module__wUxUpq__ctaPrice{color:#111827;margin-bottom:8px;font-size:clamp(18px,2vw,24px);line-height:1.5}.DiscountBottlePage-module__wUxUpq__ctaPrice strong{color:#d62828}.DiscountBottlePage-module__wUxUpq__ctaOldPrice{color:#6b7280;margin-bottom:24px;font-size:clamp(15px,2vw,18px);text-decoration:line-through}.DiscountBottlePage-module__wUxUpq__ctaBtn{color:#fff;background:linear-gradient(135deg,#ff3b30,#d92c22);border-radius:14px;justify-content:center;align-items:center;width:100%;max-width:420px;padding:18px 24px;font-size:clamp(16px,2vw,20px);font-weight:800;line-height:1.4;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #ff3b3040}.DiscountBottlePage-module__wUxUpq__ctaBtn:hover{transform:translateY(-3px);box-shadow:0 16px 36px #ff3b3059}.DiscountBottlePage-module__wUxUpq__trustText{color:#4b5563;margin-top:18px;font-size:clamp(13px,2vw,15px);line-height:1.7}.DiscountBottlePage-module__wUxUpq__stickyCta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#111827f5;width:100%;padding:12px 14px;display:none;position:fixed;bottom:0;left:0;box-shadow:0 -4px 18px #00000026}.DiscountBottlePage-module__wUxUpq__stickyBtn{color:#fff;background:linear-gradient(135deg,#ff3b30,#d92c22);border-radius:12px;justify-content:center;align-items:center;width:100%;padding:14px 18px;font-size:16px;font-weight:800;line-height:1.3;text-decoration:none;display:flex}@media (max-width:992px){.DiscountBottlePage-module__wUxUpq__ctaSection{padding:60px 0 90px}.DiscountBottlePage-module__wUxUpq__ctaImage{max-width:450px}}@media (max-width:768px){.DiscountBottlePage-module__wUxUpq__ctaSection{padding:55px 0 100px}.DiscountBottlePage-module__wUxUpq__ctaTitleWrap,.DiscountBottlePage-module__wUxUpq__ctaImageWrap{margin-bottom:24px}.DiscountBottlePage-module__wUxUpq__ctaContent{padding:0 18px}.DiscountBottlePage-module__wUxUpq__ctaBtn{padding:16px 20px}.DiscountBottlePage-module__wUxUpq__stickyCta{display:block}.DiscountBottlePage-module__wUxUpq__ctaImage{max-width:340px}}@media (max-width:480px){.DiscountBottlePage-module__wUxUpq__ctaSection{padding:48px 0 95px}.DiscountBottlePage-module__wUxUpq__ctaTitleWrap,.DiscountBottlePage-module__wUxUpq__ctaImageWrap,.DiscountBottlePage-module__wUxUpq__ctaContent{padding-left:14px;padding-right:14px}.DiscountBottlePage-module__wUxUpq__ctaBtn{border-radius:12px}.DiscountBottlePage-module__wUxUpq__countdownBox{padding:12px 14px}.DiscountBottlePage-module__wUxUpq__ctaImage{max-width:280px}.DiscountBottlePage-module__wUxUpq__trustText{line-height:1.6}}
.InfoRule-module__lcd5uW__lastSec{background:#f8fafc;width:100%;padding:70px 0}.InfoRule-module__lcd5uW__container{max-width:1100px;margin:0 auto;padding:0 40px}.InfoRule-module__lcd5uW__title{color:#111827;text-align:center;letter-spacing:-.5px;margin:0 0 35px;font-size:36px;font-weight:800;line-height:1.3}.InfoRule-module__lcd5uW__text{color:#4b5563;text-align:left;word-break:break-word;margin:0 0 22px;font-size:17px;line-height:1.9}.InfoRule-module__lcd5uW__note{color:#374151;word-break:break-word;background:#fff;border-left:5px solid #ef4444;border-radius:12px;margin-top:28px;padding:18px 20px;font-size:15px;line-height:1.8;box-shadow:0 6px 20px #0000000d}.InfoRule-module__lcd5uW__note strong{color:#111827}@media (max-width:1200px){.InfoRule-module__lcd5uW__container{padding:0 32px}.InfoRule-module__lcd5uW__title{font-size:32px}.InfoRule-module__lcd5uW__text{font-size:16px}}@media (max-width:992px){.InfoRule-module__lcd5uW__lastSec{padding:60px 0}.InfoRule-module__lcd5uW__container{padding:0 28px}.InfoRule-module__lcd5uW__title{margin-bottom:30px;font-size:30px}.InfoRule-module__lcd5uW__text{font-size:16px;line-height:1.85}.InfoRule-module__lcd5uW__note{font-size:15px}}@media (max-width:768px){.InfoRule-module__lcd5uW__lastSec{padding:50px 0}.InfoRule-module__lcd5uW__container{padding:0 20px}.InfoRule-module__lcd5uW__title{margin-bottom:26px;font-size:26px;line-height:1.35}.InfoRule-module__lcd5uW__text{text-align:left;margin-bottom:20px;font-size:15px;line-height:1.8}.InfoRule-module__lcd5uW__note{border-radius:10px;padding:16px;font-size:14px;line-height:1.75}}@media (max-width:480px){.InfoRule-module__lcd5uW__lastSec{padding:45px 0}.InfoRule-module__lcd5uW__container{padding:0 16px}.InfoRule-module__lcd5uW__title{margin-bottom:22px;font-size:22px}.InfoRule-module__lcd5uW__text{font-size:14px;line-height:1.75}.InfoRule-module__lcd5uW__note{padding:14px;font-size:13px}}@media (max-width:360px){.InfoRule-module__lcd5uW__title{font-size:20px}.InfoRule-module__lcd5uW__text{font-size:13px}.InfoRule-module__lcd5uW__note{font-size:12px}}
.Badge-module__TcC9aW__badgeSection{background:linear-gradient(135deg,#f8f8f8 0%,#f3f0e2 100%);width:100%;padding:40px 16px 0;scroll-margin-top:100px}.Badge-module__TcC9aW__badgeContainer{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1320px;margin:0 auto;display:flex}.Badge-module__TcC9aW__badgeImageWrap{justify-content:center;align-items:center;width:100%;margin-bottom:28px;display:flex}.Badge-module__TcC9aW__badgeImage{object-fit:contain;width:100%;max-width:1200px;height:auto;display:block}.Badge-module__TcC9aW__badgeTitle{letter-spacing:-.5px;color:#071c3d;width:100%;max-width:950px;margin:0 auto;font-size:clamp(26px,5vw,48px);font-weight:700;line-height:1.2}@media (max-width:992px){.Badge-module__TcC9aW__badgeSection{padding:36px 18px 0}.Badge-module__TcC9aW__badgeImageWrap{margin-bottom:24px}}@media (max-width:768px){.Badge-module__TcC9aW__badgeSection{padding:32px 14px 0}.Badge-module__TcC9aW__badgeTitle{line-height:1.25}.Badge-module__TcC9aW__badgeImageWrap{margin-bottom:20px}}@media (max-width:480px){.Badge-module__TcC9aW__badgeSection{padding:26px 12px 0}.Badge-module__TcC9aW__badgeTitle{letter-spacing:0;font-size:24px;line-height:1.3}.Badge-module__TcC9aW__badgeImageWrap{margin-bottom:18px}}
