*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.26667vw; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

/* npx postcss-cli src/index.css -o src/style.css -w */

:root {
    --f-44: 5.86667vw;
    --f-38: 5.06667vw;
    --f-34: 4.53333vw;
    --f-32: 4.26667vw;
    --f-28: 3.73333vw;
    --f-24: 2.43333vw;
    --c-white: #fff;
    --c-gray: #674932;
    --c-gold: #d6c29e;
    --c-red: #fc773a;
    --c-black: #212223;
}

body {
    background: #eef7fb;
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #fff;
}

h3 {
    font-size: var(--f-44);
    line-height: 9.33333vw;
    text-align: center;
}

section:nth-child(1) {
    background: url(/src/images/m/1.png);
    padding-top: 12.53333vw;
    height: 158.13333vw;
    background-size: contain;
}
.logo {
    margin: 0 auto;
    background: url(/src/images/logo.png) no-repeat top center;
    background-size: 33.86667vw 43.46667vw;
    width: 33.86667vw;
    height: 27.2vw;
}
section:nth-child(1) ul {
    margin-top: 24vw;
}

section:nth-child(1) li {
    width: 84.8vw;
    padding: 4.53333vw 6.3333vw 5.06667vw 7.06667vw;
    /* margin: 0 4.26667vw 4.26667vw 10.93333vw; */
    margin-top: 4.26667vw;
    margin-left: 4vw;
    position: relative;
    border-radius: 1.06667vw 9.06667vw 1.06667vw 1.06667vw;
    background: linear-gradient(to bottom, #05c5e7, #62e7d6);
    font-size: var(--f-34);
}

section:nth-child(1) li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 13.06667vw;
    height: 13.06667vw;
    background: url(/src/images/1-1.png);
    background-size: 100%;
}

section:nth-child(1) li:nth-child(2):after {
    background: url(/src/images/1-2.png);
    background-size: 100%;
}

section:nth-child(1) li:nth-child(3):after {
    background: url(/src/images/1-3.png);
    background-size: 100%;
}
section:nth-child(2) {
    background: url(/src/images/m/2.png);
    background-size: 100%;
    height: 201.33333vw;
}

section:nth-child(2) ul:nth-child(1) {
    margin: 0 auto;
    width: 100%;
    padding: 12vw 4.26667vw 8.4vw;
    /* background: linear-gradient(180deg, #d6c29e 0%, rgba(118, 67, 26, 0) 100%); */
    background: linear-gradient(180deg, #d6bfa0 0%, #d6bfa0 11vw, rgba(118, 67, 26, 0) 100%);
    border-radius: 5.33333vw 5.33333vw 0px 0px;
    transform: translateY(-10.13333vw);
}

section:nth-child(2) ul:nth-child(1) li {
    position: relative;
    width: 100%;
    background: #d6c29e;
    padding: 4.93333vw 3.73333vw;
    border-radius: 1.06667vw;
    margin-top: 9.6vw;
    color: var(--c-gray);
    box-shadow: 0px -2px 10px 1px rgba(111,111,111,0.1);
}

section:nth-child(2) ul:nth-child(1) li:first-child {
    margin-top: 0;
}

section:nth-child(2) ul:nth-child(1) h4 {
    font-size: var(--f-28);
    line-height: 5.33333vw;
    color: var(--c-white);
    position: absolute;
    top: -5.33333vw;
    left: 0;
    width: 26.66667vw;
    height: 8.53333vw;
    background: url(/src/images/2-label.png);
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-left: 9.46667vw;
}

section:nth-child(2) h3 {
    color: var(--c-gold);
}

section:nth-child(2) b {
    color: var(--c-red);
}

section:nth-child(2) ul:nth-child(3) {
    margin-top: 15.2vw;
}

section:nth-child(2) ul:nth-child(3) li {
    width: 58.66667vw;
    height: 85.86667vw;
    padding-top: 4.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/src/images/2-4.png);
    text-align: center;
    position: relative;
}

section:nth-child(2) ul:nth-child(3) li:after {
    content: "";
    position: absolute;
    top: -9.2vw;
    left: 3.73333vw;
    width: 13.86667vw;
    height: 13.86667vw;
    background: url(/src/images/2-1.png);
    background-size: 100%;
}

section:nth-child(2) h3:nth-child(2) {
    margin: 0 19.46667vw;
}
section:nth-child(2) ul:nth-child(3) {
    width: 91.46667vw;
    height: 46vw;
    margin: 7.46667vw auto 0;
    background: url(/src/images/m/2-1.png);
    background-size: 100%;
}
section:nth-child(2) ul:nth-child(3) li {
    display: none;
}
section:nth-child(3) {
    background: url(/src/images/m/3.png);
    padding-top: 9.6vw;
    height: 218.33333vw;
    background-size: cover;
}

section:nth-child(3) h3 {
    color: var(--c-black);
}

section:nth-child(3) > div:nth-child(1) {
    width: 91.46667vw;
    margin: 0 auto;
    background: url(/src/images/3-1.png) no-repeat center center;
    background-size: 100%;
}

section:nth-child(3) > div:nth-child(1) p {
    margin-top: 56.26667vw;
    width: 100%;
    color: var(--c-black);
    line-height: 4.8vw;
}

section:nth-child(3) > div:nth-child(2) {
    margin-top: 17.06667vw;
}

section:nth-child(3) > div:nth-child(2) > div {
    position: relative;
    margin: 8.4vw 4.26667vw 4.13333vw;
}

section:nth-child(3) > div:nth-child(2) span {
    position: absolute;
    bottom: -4.26667vw;
    left: 0;
    width: 68.93333vw;
    height: 9.6vw;
    background: url(/src/images/3-3.png);
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-left: 6.4vw;
}

section:nth-child(3) > div:nth-child(2) > div:last-child {
    width: 91.46667vw;
    padding: 3.06667vw 3.73333vw;
    margin: 0;
    background: #d6c29e;
    border-radius: 1.06667vw;
    color: var(--c-gray);
}
section:nth-child(4) {
    background: url(/src/images/m/4.png);
    background-size: 100%;
    height: 106.66667vw;
    padding-top: 77.6vw;
}

section:nth-child(4) h3 {
    color: var(--c-white);
}

section:nth-child(4) b {
    color: var(--c-red);
}

section:nth-child(4) div {
    margin: 3.46667vw 4.26667vw 0;
    width: 91.86667vw;
    height: 10.66667vw;
    display: flex;
    align-items: center;
    padding: 2.66667vw 2.66667vw 2.66667vw 6.66667vw;
    background: url(/src/images/4-1.png) no-repeat center center;
    background-size: 100% 100%;

    font-size: var(--f-28);
    line-height: 5.86667vw;
}

section:nth-child(5) {
    background: url(/src/images/m/5.png);
    background-size: 100%;
    height: 239.46667vw;
    padding-top: 7.6vw;
}

section:nth-child(5) h3 + img {
    margin: 6.4vw auto 6.13333vw;
    width: 83.46667vw;
}

section:nth-child(5) img + p {
    color: var(--c-gold);
    width: 91.46667vw;
    margin: 0 auto;
}

section:nth-child(5) ul {
    margin-bottom: 14.4vw;
    flex-wrap: wrap;
}

section:nth-child(5) ul img {
    width: 8.53333vw;
}
section:nth-child(5) li {
    margin: 0 1.86667vw;
    flex: 0 0 44.53333vw;
    height: 34.13333vw;
    margin-bottom: 2.4vw;
    background: #d6c29e;
    border-radius: 2.13333vw;
    color: var(--c-gray);
    font-size: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section:nth-child(5) li p,h4 {
    text-align: center;
}

section:nth-child(5) h4 {
    font-size: var(--f-32);
    color: var(--c-gray);
    line-height: 5.86667vw;
    margin: 4.13333vw auto 0.53333vw;
}
section:nth-child(6) {
    background: url(/src/images/m/6.png);
    background-size: 100%;
    height: 95.73333vw;
    padding-top: 12.8vw;
}

section:nth-child(6) h3 {
    color: var(--c-black);
}

section:nth-child(7) {
    background: url(/src/images/m/7.png);
    background-size: 100%;
    height: 95.73333vw;
    padding-top: 13.06667vw;
}
section:nth-child(8) {
    height: 107.6vw;
    background: rgba(238, 247, 251, 1);
    padding-top: 11.33333vw;
}

section:nth-child(8) h3 {
    margin-bottom: 9.06667vw;
    color: var(--c-black);
}

section:nth-child(8) div {
    position: relative;
}

section:nth-child(8) img {
    width: 91.46667vw;
}

section:nth-child(8) span {
    position: absolute;
    top: 45.86667vw;
    left: 0;
    width: 91.46667vw;
    height: 16vw;
    padding: 3.6vw 0 0 6.13333vw;
    background: url(/src/images/7-2.png) no-repeat center center;
    background-size: 100%;
}

section:nth-child(9) {
    height: 122vw;
    padding-top: 9.6vw;
    background: url(/src/images/m/8.png);
    background-size: 100%;
}

section:nth-child(9) > div {
    width: 77.86667vw;
    margin: 0 auto;
    text-align: center;
}

section:nth-child(9) h3 {
    color: var(--c-black);
}

section:nth-child(9) p {
    color: var(--c-black);
    margin: 2.26667vw 0 10.8vw;
}

section:nth-child(9) a {
    width: 49.33333vw;
    height: 9.86667vw;
    background: url(/src/images/butn.png);
    background-size: 100%;
}
footer {
    background: #f6f6f6;
}

footer > div {
    width: 100%;
    margin: 0 auto;
    color: var(--c-black);
}

footer > div:nth-child(1) {
    padding: 4.8vw 7.86667vw 5.2vw;
}
footer > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 5.6vw;
}
footer > div:nth-child(1) > div:nth-child(2) {
    margin: 0 auto;
    width: auto;
}

footer > div:nth-child(1) .item {
}

footer > div:nth-child(1) p {
    font-size: 4.26667vw;
    line-height: 6.4vw;
}

footer p + p {
    margin-left: 1.33333vw;
}

footer .img {
    width: 140;
}

footer .img:nth-child(1) {
    margin-right: 6.4vw;
}

footer img {
    width: 22.4vw;
    height: 22.4vw;
    -o-object-fit: contain;
       object-fit: contain;
}

footer img + p {
    margin-top: 1.6vw;
}

footer > div:nth-child(2) {
    padding: 2.4vw 3.46667vw;
    margin: 0 7.06667vw;
    border-top: 1px solid #d1dadf;
    font-size: var(--f-28);
    color: #7b7c7e;
    line-height: 5.33333vw;
    text-align: center;
    width: auto;
}
@media (min-width: 1024px) {
    :root {
        --f-44: 44px;
        --f-38: 38px;
        --f-34: 34px;
        --f-32: 32px;
        --f-28: 28px;
    }
    body {
        font-size: 24px;
        line-height: 36px;
    }

    h3 {
        font-size: var(--f-44);
        line-height: 70px;
    }
    .logo {
        width: 254px;
        height: 200px;
        background: url(/src/images/logo.png) no-repeat top center;
        background-size: 254px 326px;
    }

    section:nth-child(1) {
        background: url(/src/images/1.png);
        background-size: cover;
        padding-top: 85px;
        height: 980px;
    }

    section:nth-child(1) ul {
        margin-top: 98px;
    }

    section:nth-child(1) li {
        width: 390px;
        height: 128px;
        margin: 0;
        padding: 31px 58px 0 68px;
        border-radius: 8px 68px 8px 8px;
        font-size: var(--f-28);
    }

    section:nth-child(1) li:after {
        width: 98px;
        height: 98px;
    }

    section:nth-child(1) li:nth-child(2) {
        margin: 0 100px;
    }

    section:nth-child(1) li:nth-child(2):after {
        background: url(/src/images/1-2.png);
    }

    section:nth-child(1) li:nth-child(3):after {
        background: url(/src/images/1-3.png);
    }

    section:nth-child(2) {
        background: url(/src/images/2.png) no-repeat center center;
        height: 1564px;
        background-size: cover;
    }

    section:nth-child(2) ul:nth-child(1) {
        margin: 0 auto;
        width: 1420px;
        padding: 105px 88px 63px;
        background: linear-gradient(
            180deg,
            #d6c29e 0%,
            rgba(118, 67, 26, 0) 100%
        );
        border-radius: 40px 40px 0px 0px;
        transform: translateY(-76px);
    }

    section:nth-child(2) ul:nth-child(1) li {
        position: relative;
        width: 100%;
        background: #d6c29e;
        padding: 37px 28px;
        border-radius: 8px;
        margin-top: 80px;
        color: var(--c-gray);
    }

    section:nth-child(2) ul:nth-child(1) li:first-child {
        margin-top: 0;
    }

    section:nth-child(2) ul:nth-child(1) h4 {
        font-size: var(--f-28);
        line-height: 40px;
        color: var(--c-white);
        position: absolute;
        top: -40px;
        left: 0;
        width: 200px;
        height: 64px;
        background: url(/src/images/2-label.png);
        display: flex;
        align-items: center;
        padding-left: 71px;
    }

    section:nth-child(2) h3 {
        color: var(--c-gold);
    }

    section:nth-child(2) b {
        color: var(--c-red);
    }

    section:nth-child(2) ul:nth-child(3) {
        background: none;
        margin-top: 114px;
    }

    section:nth-child(2) ul:nth-child(3) li {
        width: 440px;
        height: 644px;
        padding-top: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(/src/images/2-4.png);
        text-align: center;
        position: relative;
    }

    section:nth-child(2) ul:nth-child(3) li:after {
        content: "";
        position: absolute;
        top: -69px;
        left: 28px;
        width: 104px;
        height: 104px;
        background: url(/src/images/2-1.png);
    }

    section:nth-child(2) ul:nth-child(3) li:nth-child(2) {
        margin: 0 42px;
        background: url(/src/images/2-5.png);
    }

    section:nth-child(2) ul:nth-child(3) li:nth-child(2)::after {
        background: url(/src/images/2-2.png);
    }

    section:nth-child(2) ul:nth-child(3) li:nth-child(3) {
        background: url(/src/images/2-6.png);
    }

    section:nth-child(2) ul:nth-child(3) li:nth-child(3)::after {
        background: url(/src/images/2-3.png);
    }

    section:nth-child(2) h5 {
        color: var(--c-white);
        width: 300px;
        height: 66px;
    }

    section:nth-child(2) ul:nth-child(3) h4 {
        margin-top: 422px;
        width: 240px;
        height: 40px;
        font-weight: 600;
        font-size: var(--f-28);
        color: #ffffff;
        line-height: 40px;
    }

    section:nth-child(2) ul:nth-child(3) p {
        font-weight: 600;
        margin-top: 29px;
        color: #ffffff;
    }

    section:nth-child(3) {
        background: url(/src/images/3.png) no-repeat center center;
        background-size: cover;
        padding-top: 91px;
        height: 1845px;
    }

    section:nth-child(3) h3 {
        color: var(--c-black);
    }

    section:nth-child(3) > div:nth-child(1) {
        margin: 0 auto;
        width: 1122px;
        height: 585px;
        background: url(/src/images/3-1.png);
    }

    section:nth-child(3) > div:nth-child(1) p {
        margin-top: 459px;
        width: 906px;
        color: var(--c-black);
        line-height: 36px;
    }

    section:nth-child(3) > div:nth-child(2) {
        margin-top: 128px;
    }

    section:nth-child(3) > div:nth-child(2) > div {
        position: relative;
        margin: 63px 0 31px;
    }

    section:nth-child(3) > div:nth-child(2) span {
        position: absolute;
        bottom: -32px;
        left: 0;
        width: 517px;
        height: 72px;
        background: url(/src/images/3-3.png);
        display: flex;
        align-items: center;
        padding-left: 48px;
    }

    section:nth-child(3) > div:nth-child(2) > div:last-child {
        width: 1244px;
        padding: 23px 28px;
        margin: 0;
        background: #d6c29e;
        border-radius: 8px;
        color: var(--c-gray);
    }

    section:nth-child(4) {
        background: url(/src/images/4.png) no-repeat center center;
        background-size: cover;
        height: 1100px;
        padding-top: 835px;
    }

    section:nth-child(4) h3 {
        color: var(--c-white);
    }

    section:nth-child(4) b {
        color: var(--c-red);
    }

    section:nth-child(4) div {
        margin: 26px auto 0;
        width: 771px;
        height: 72px;
        display: flex;
        align-items: center;
        padding-left: 50px;
        background: url(/src/images/4-1.png) no-repeat center center;
        font-size: var(--f-28);
        line-height: 44px;
        position: relative;
        z-index: 2;
    }

    section:nth-child(5) {
        background: url(/src/images/5.png) no-repeat center center;
        background-size: cover;
        height: 1375px;
        padding-top: 0;
        box-shadow: 0 -200px 150px rgba(105, 84, 64, 1);
    }

    section:nth-child(5) h3 + img {
        margin: 48px auto 46px;
        width: 780px;
    }

    section:nth-child(5) img + p {
        color: var(--c-gold);
        width: 1188px;
        margin: 0 auto;
    }

    section:nth-child(5) ul {
        margin-bottom: 108px;
    }

    section:nth-child(5) li {
        margin: 0 14px;
        flex: 0 0 334px;
        height: 256px;
        background: #d6c29e;
        border-radius: 16px;
        color: var(--c-gray);
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section:nth-child(5) li img {
        width: 65px;
    }

    section:nth-child(5) h4 {
        font-size: var(--f-32);
        color: var(--c-gray);
        line-height: 44px;
        margin: 31px auto 4px;
    }

    section:nth-child(6) {
        background: url(/src/images/6.png) no-repeat center center;
        background-size: cover;
        height: 1015px;
        padding-top: 155px;
    }

    section:nth-child(6) h3 {
        color: var(--c-black);
    }

    section:nth-child(7) {
        background: url(/src/images/7.png) no-repeat center center;
        background-size: cover;
        height: 1015px;
        padding-top: 155px;
    }

    section:nth-child(8) {
        height: 934px;
        background: rgba(238, 247, 251, 1);
        padding-top: 90px;
    }
    section:nth-child(8) img {
        width: 1180px;
    }

    section:nth-child(8) h3 {
        margin-bottom: 57px;
        color: var(--c-black);
    }

    section:nth-child(8) div {
        position: relative;
    }

    section:nth-child(8) span {
        position: absolute;
        top: 500px;
        left: 171px;
        width: 853px;
        height: 120px;
        padding: 27px 0 0 46px;
        background: url(/src/images/7-2.png);
    }

    section:nth-child(9) {
        height: 1095px;
        padding-top: 175px;
        background: url(/src/images/8.png) no-repeat center center;
        background-size: cover;
    }

    section:nth-child(9) > div {
        width: 1420px;
        margin: 0 auto;
        text-align: left;
    }

    section:nth-child(9) h3 {
        color: var(--c-black);
    }

    section:nth-child(9) p {
        color: var(--c-black);
        width: 584px;
        margin: 17px 0 81px;
    }

    section:nth-child(9) a {
        width: 370px;
        height: 74px;
        background: url(/src/images/butn.png);
    }

    body > section {
        background-position: top center;
    }

    footer {
        background: #f6f6f6;
    }

    footer > div {
        width: 1420px;
        margin: 0 auto;
        color: var(--c-black);
    }

    footer > div:nth-child(1) {
        padding: 46px 0 39px;
    }

    footer > div:nth-child(1) .item {
        flex: 0 0 277px;
    }

    footer > div:nth-child(1) p {
        font-size: 20px;
        line-height: 28px;
    }
    footer > div:nth-child(1) p:nth-child(1) {
        font-size: 20px;
        line-height: 28px;
    }

    footer p + p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin-left: 0;
    }

    footer .img {
    }

    footer .img:nth-child(1) {
        margin-right: 48px;
    }

    footer img {
        width: 140px;
        height: 140px;
        -o-object-fit: contain;
           object-fit: contain;
    }

    footer img + p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }

    footer > div:nth-child(1) > div:nth-child(1) {
        flex: 2;
        margin: 0;
    }
    footer > div:nth-child(1) > div:nth-child(2) {
        flex: 1;
    }
    footer > div:nth-child(2) {
        padding: 18px;
        border-top: 1px solid #d1dadf;
        font-size: 14px;
        color: #7b7c7e;
        line-height: 20px;
        text-align: center;
    }
    .lg\:flex-row {
    flex-direction: row;
  }
    .lg\:flex-col {
    flex-direction: column;
  }
    .lg\:items-start {
    align-items: flex-start;
  }
    .lg\:items-center {
    align-items: center;
  }
    .lg\:justify-center {
    justify-content: center;
  }
}
