:root{--white: #fff;--primal: #00b9ff;--black: #0f0f0f;--success: #8fd459;--warning: #f2ce50;--danger: #ea5151;--body-color: #1c1e22;--body-muted-color: #b5b5b5;--secondary: #ff792e;--blue-50: #e5f8ff;--blue-100: #ccf1ff;--blue-200: #99e3ff;--blue-300: #66d5ff;--blue-400: #33c7ff;--blue-500: #00b9ff;--blue-600: #0094cc;--blue-700: #006f99;--blue-800: #004a66;--blue-900: #002533;--blue-950: #00131a;--orange-50: #fff2ea;--orange-100: #ffe4d5;--orange-200: #ffc9ab;--orange-300: #ffaf82;--orange-400: #ff9458;--orange-500: #ff792e;--orange-600: #cc6125;--orange-700: #99491c;--orange-800: #663012;--orange-900: #331809;--orange-950: #1a0c05;--gray-100: #f1f2f3;--gray-200: #e0e2e6;--gray-300: #d2d5da;--gray-400: #c1c5cc;--gray-500: #a0a5b1;--gray-600: #7e8695;--gray-700: #636a79;--gray-800: #494f5a;--gray-900: #32363e;--gray-1000: #1C1E22;--sidebar-width: 50px;--header-height: 145px;--overlay-index: 20;--modal-index: 21}@media (min-width: 1024px){:root{--header-height: 181px}}:root{--number-size: 36px;--dot-size: 8px}.about-card{display:flex;flex-direction:column;padding:12px 24px;border-radius:20px;background-color:#fff;box-shadow:0 8px 24px #959da533}@media (min-width: 1024px){.about-card{justify-content:space-between;padding:24px 40px}}.about-card__wrapper{display:flex;flex-direction:column;margin-bottom:24px;gap:12px}@media (min-width: 1024px){.about-card__wrapper{margin-bottom:32px;gap:16px}}.about-card__icon{display:flex;flex-shrink:0;width:56px;height:56px}.about-card__icon img{display:block;width:100%;height:auto}.about-card__title{color:var(--body-color);font-weight:700;font-size:27px;line-height:1.3}.about-card__list,.unordered-list{display:flex;flex-direction:column;color:var(--gray-600);font-weight:500;font-size:13px;line-height:1.5;gap:12px}@media (min-width: 1024px){.about-card__list,.unordered-list{font-size:18px}}.unordered-list{gap:8px}@media (min-width: 1024px){.unordered-list{color:var(--body-color);gap:10px}}.about-card__list,.ordered-list{counter-reset:count}.about-card__list li,.ordered-list li{display:flex;align-items:center;justify-content:flex-start}.about-card__list>li:not(:has(ul)),.ordered-list>li:not(:has(ul)){position:relative;padding-left:calc(var(--number-size) + 12px);min-height:var(--number-size);counter-increment:count}.about-card__list>li:not(:has(ul)):before,.ordered-list>li:not(:has(ul)):before{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:var(--number-size);height:var(--number-size);border:2px solid var(--gray-600);border-radius:10px;color:var(--gray-600);content:counter(count,decimal);text-align:center;font-weight:700;font-size:21px;line-height:1}.about-card__list ul{display:flex;flex-direction:column;padding-left:calc(var(--number-size) - 6px);gap:12px}.about-card__list ul li{position:relative;padding-left:calc(var(--dot-size) + 8px)}.about-card__list ul li:before{position:absolute;top:6px;left:0;width:var(--dot-size);height:var(--dot-size);border-radius:50%;background-color:var(--gray-600);content:""}@media (min-width: 1024px){.about-card__list ul{padding-left:calc(var(--number-size) + 16px)}.about-card__list ul li:before{top:11px}}.unordered-list{display:flex;flex-direction:column;gap:12px}.unordered-list li{position:relative;padding-left:calc(var(--dot-size) + 8px)}.unordered-list li:before{position:absolute;top:6px;left:0;width:var(--dot-size);height:var(--dot-size);border-radius:50%;background-color:var(--gray-600);content:""}@media (min-width: 1024px){.unordered-list li:before{top:9px}}.unordered-list.orange{color:var(--body-color);gap:12px}.unordered-list.orange li:before{background-color:var(--secondary)}@media (min-width: 1024px){.unordered-list.orange{gap:8px}}.ordered-list{display:flex;flex-direction:column;color:var(--gray-600);font-size:13px;line-height:1.5;--number-size: 36px;gap:12px}.ordered-list li:before,.ordered-list>li:not(:has(ul)):before{top:0;left:0;transform:unset}@media (min-width: 1024px){.ordered-list{font-size:18px;gap:16px}}.geography{display:flex;flex-direction:column;background-color:#fff;gap:24px}@media (min-width: 1024px){.geography{display:grid;overflow:hidden;flex-direction:row;justify-content:space-between;border-radius:25px;box-shadow:0 8px 24px #959da533;gap:32px;grid-template-columns:38% minmax(0,auto)}}@media (min-width: 1280px){.geography{grid-template-columns:46% minmax(0,auto);gap:48px}}@media (min-width: 1536px){.geography{gap:77px}}.geography__img{display:flex;overflow:hidden;border-radius:25px;box-shadow:0 6px 24px #0000000d}.geography__img img{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1024px){.geography__img{position:relative;border-radius:0;box-shadow:unset}.geography__img img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;aspect-ratio:unset}}.geography__content{display:flex;flex-direction:column;padding:24px;border-radius:25px;background-color:var(--white);box-shadow:0 8px 24px #959da533}@media (min-width: 1024px){.geography__content{padding:52px 20px;border-radius:0;box-shadow:unset}}.geography__title{margin-bottom:24px;color:var(--body-color);text-align:left;font-weight:700;font-size:21px;line-height:1.5}@media (min-width: 1024px){.geography__title{font-size:36px;line-height:1.2}}.geography__subtitle{margin-bottom:24px;text-align:left;font-weight:700;font-size:16px;line-height:1.3}@media (min-width: 1024px){.geography__subtitle{font-size:21px;line-height:1.4}}.geography__col{margin-top:24px}.geography__col .geography__subtitle{text-align:center}.geography__col .unordered-list{color:var(--gray-600)}@media (min-width: 1024px){.geography__col{margin-top:36px}.geography__col .geography__subtitle{text-align:left}.instructions__content{border-bottom-right-radius:17px;border-bottom-left-radius:17px;box-shadow:0 8px 24px #959da533}}.instructions__img{width:76px;padding:10px;border-radius:20px}.instructions__list .unordered-list li:first-child:before{display:none}.instructions__list .unordered-list li{align-items:flex-start;align-self:start;padding-left:calc(var(--dot-size) + 8px);color:var(--gray-600)}.instructions__list .unordered-list{display:grid;grid-template-columns:minmax(0,auto);gap:16px}@media (min-width: 1024px){.instructions__list .unordered-list{grid-template-columns:repeat(2,minmax(0,auto));gap:16px 40px}}@media (min-width: 1280px){.instructions__list .unordered-list{gap:16px 80px}}.china-info{display:grid;overflow:hidden;border-radius:15px;background-color:var(--white);box-shadow:0 -3px 24px #959da538;grid-template-columns:minmax(0,auto)}@media (min-width: 1024px){.china-info{border-radius:25px;box-shadow:0 8px 24px #959da533;grid-template-columns:repeat(2,minmax(0,auto));gap:48px}}@media (min-width: 1536px){.china-info{gap:96px}}.china-info__content{display:flex;align-items:center;justify-content:center;padding:26px 24px}@media (min-width: 1024px){.china-info__content{padding:32px}}.china-info__text{color:var(--gray-600);text-align:center;font-weight:700;font-size:12px;line-height:1.5}@media (min-width: 1024px){.china-info__text{font-size:21px}}.china-info__img{display:flex;overflow:hidden;max-height:240px;border-radius:15px}.china-info__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1024px){.china-info__img{max-height:100%;border-radius:25px}}
