:root{--primary-color:#c19f5f;--primary-color-hover:#ae8d4e;--bg-btn:linear-gradient(180deg,#c19f5f,#ae8d4e);--bg-btn-hover:linear-gradient(180deg,#ae8d4e,#c19f5f);--bg-color:#f8f5f2;--overlay-color:hsla(0,0%,100%,.4);--overlay-color-2:rgba(0,0,0,.45);--white-color:#fff;--black-color:#2c2c2c;--grey-color:#f7f7f7;--shadow-img:0px 0px 20px 0px rgba(0,0,0,.1);--shadow-img-2:0px 0px 15px 0px rgba(0,0,0,.1);--main-font-size:16px}body::-webkit-scrollbar{width:12px;background-color:#dbdbdb}body::-webkit-scrollbar-thumb{background-color:#adadad;border-radius:20px}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}html{scroll-behavior:smooth;width:100vw}body,html{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;font-weight:400;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top;width:100%;height:auto}iframe{border:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}body{color:var(--black-color);background:var(--white-color);scroll-behavior:smooth;display:flex;flex-direction:column}main{flex:1 1}.st0{fill:none;stroke:#231f20;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.bg-1{background:var(--black-color) url(/img/bg-1.png) no-repeat center/cover}.bg-2{background:var(--white-color) url(/img/bg-2.png) no-repeat center center/cover}.bg-3{background:var(--grey-color) url(/img/bg-3.png) no-repeat center/cover}.bg-4{background:var(--white-color) url(/img/bg-4.png) no-repeat center/cover}.p-70{padding:70px 0}@media screen and (max-width:768px){.p-70{padding:50px 0}}@media screen and (max-width:576px){.p-70{padding:40px 0}}.text-primary{color:var(--primary-color);font-weight:700}.important-note{display:flex;gap:16px;padding:18px 22px;margin:30px 0 0;background:#fcfaf5;border:1px solid rgba(193,159,95,.35);border-left:5px solid var(--primary-color);border-radius:12px}@media screen and (min-width:576px){.important-note.animation{opacity:0;transform:translate3d(0,150px,0);transition:all .6s ease}.important-note.animation.in-view{opacity:1;transform:translateZ(0)}}.important-note svg{color:var(--primary-color);width:22px;height:27px;flex-shrink:0}.important-note strong{font-size:18px;font-weight:700}.important-note p{margin:0;color:#3f3f3f;line-height:1.5;font-size:15px}@media screen and (max-width:475px){.important-note{gap:12px;padding:16px}}