html {
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbank-light.woff) format("woff"), url(../fonts/mbank-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbank-regular.woff) format("woff"), url(../fonts/mbank-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbank-semibold.woff) format("woff"), url(../fonts/mbank-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbank-bold.woff) format("woff"), url(../fonts/mbank-bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbanklite-light.woff) format("woff"), url(../fonts/mbanklite-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbanklite-regular.woff) format("woff"), url(../fonts/mbanklite-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbanklite-semibold.woff) format("woff"), url(../fonts/mbanklite-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbanklite-bold.woff) format("woff"), url(../fonts/mbanklite-bold.woff2) format("woff2");
}
body, html {
  overflow-x: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

[hidden] {
  display: none;
}

.wrapper {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
  image-rendering: -webkit-optimize-contrast;
  line-height: 24px;
  text-rendering: optimizeLegibility;
}

body, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "mbank", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.15;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 1146px;
  padding: 0 30px;
}

@media screen and (min-width: 1492px) {
  .container-1 {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.header-box {
  background: #F0F0F0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header-box .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-box .description .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.header-box .header-logo {
  margin-bottom: 35px;
}
.header-box figure {
  width: 50%;
  position: relative;
  z-index: 2;
}
.header-box figure img {
  width: 100%;
  display: block;
}
.header-box .title-0 {
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 26px;
}
.header-box .txt-0 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 43px;
}
.header-box .txt-box {
  width: 50%;
  padding-right: 40px;
}

.btn-1 {
  background-color: #ae0000;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 50px;
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.btn-1:hover {
  background-color: #900000;
  text-decoration: none;
}

.margin-bottom-1 {
  margin-bottom: 70px;
}

.padding-bottom-1 {
  padding-bottom: 70px;
}

.margin-top-1 {
  margin-top: 70px;
}

.padding-top-1 {
  padding-top: 70px;
}

html {
  scroll-behavior: smooth;
}

.title {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 35px;
}
.title h2 {
  margin: 0;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.btn-1-small {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  min-width: 160px;
}

.content-box-1 .boxes-1 .row-box {
  display: flex;
  justify-content: center;
  gap: 0 77px;
}
.content-box-1 .boxes-1 .row-box .box-1 {
  border: 2px solid #008F20;
  border-radius: 16px;
  width: 298px;
  padding: 36px 20px;
  text-align: center;
}
.content-box-1 .boxes-1 .row-box .box-1 figure {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box-1 .boxes-1 .row-box .box-1 .txt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 29px 0 28px 0;
}

.frame-box {
  border: 2px solid #008F20;
  border-radius: 16px;
  padding: 43px 70px;
  margin: 0 -112px;
}

.content-box-2 .content-box-2-1 {
  display: flex;
  gap: 0 35px;
  align-items: center;
}
.content-box-2 .content-box-2-1 figure {
  flex-shrink: 0;
  width: 443px;
  flex-shrink: 0;
}
.content-box-2 .content-box-2-1 p {
  margin-bottom: 20px;
}
.content-box-2 .content-box-2-1 strong {
  font-weight: 600;
}

.color-green {
  color: #008F20;
}

.ul-1 li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.ul-1 li:last-child {
  margin-bottom: 0;
}
.ul-1 li:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #008F20;
  content: "";
}

.margin-bottom-2 {
  margin-bottom: 50px;
}

.content-box-2-2 .boxes-2 .row-box {
  display: flex;
  gap: 0 44px;
}
.content-box-2-2 .boxes-2 .col-box {
  width: 33.3333%;
}
.content-box-2-2 .boxes-2 .col-box .box-2 {
  border: 2px solid #008F20;
  border-radius: 16px;
  height: 100%;
  text-align: center;
  padding: 28px 10px;
}
.content-box-2-2 .boxes-2 .col-box .box-2 figure {
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: center;
}
.content-box-2-2 .boxes-2 .col-box .box-2 .txt {
  min-height: 96px;
  display: flex;
  align-items: center;
}
.content-box-2-2 .boxes-2 .col-box .box-2 .txt strong {
  font-weight: 600;
}

.title h2 span {
  font-weight: normal;
}

.content-box-2-3 .boxes-3 .row-box {
  display: flex;
  gap: 0 45px;
}
.content-box-2-3 .boxes-3 .row-box .col-box {
  width: 50%;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 {
  text-align: center;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 .txt-1 {
  font-weight: 600;
  margin-bottom: 19px;
  min-height: 48px;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 figure {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 .txt-2 {
  text-align: left;
  font-size: 14px;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 .txt-2 ul li {
  margin: 0;
  padding-left: 20px;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 .txt-2 ul li:after {
  top: 6px;
}
.content-box-2-3 .boxes-3 .row-box .col-box .box-3 .txt-2 .icon-info {
  margin-top: -2px;
}

.icon-info {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 2px;
}

.content-box-2-4 .txt {
  font-size: 18px;
  text-align: center;
}
.content-box-2-4 .txt p {
  margin-bottom: 20px;
}
.content-box-2-4 .txt p:last-child {
  margin-bottom: 0;
}
.content-box-2-4 .z-button-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.content-box-3 .wrapper-1 {
  width: 1010px;
  max-width: 100%;
}

.boxes-4 {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.boxes-4 .box-4 {
  background: #F6F6F6;
  border-radius: 16px;
}
.boxes-4 .box-4 a {
  text-decoration: underline;
}
.boxes-4 .box-4 a:hover {
  text-decoration: none;
}
.boxes-4 .box-4 .description {
  padding: 0 100px 30px 100px;
}
.boxes-4 .box-4 .description ul li {
  position: relative;
  padding-left: 30px;
}
.boxes-4 .box-4 .description ul li:after {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  top: 10px;
  left: 12px;
  position: absolute;
}
.boxes-4 .box-4 .name {
  padding: 20px;
  background: url("../images/12.svg") calc(100% - 20px) 40px no-repeat;
  gap: 0 30px;
  cursor: pointer;
  align-items: center;
  display: flex;
  padding-right: 90px;
}
.boxes-4 .box-4 .name .number {
  border: 3px solid #0266B2;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 11px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
}
.boxes-4 .box-4 .name .name-txt {
  font-weight: 600;
}

footer {
  background: #F6F6F6;
  font-size: 16px;
  line-height: 24px;
}
footer .f-boxes .row-box {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
footer .f-boxes .row-box .col-box {
  padding: 0 20px;
  width: 50%;
}
footer .f-boxes .row-box .col-box .f-box {
  padding-left: 65px;
  min-height: 52px;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background: url("../images/pdf.svg") left center no-repeat;
}
footer .f-boxes .row-box .col-box .f-box:last-child {
  margin-bottom: 0;
}
footer .f-boxes .row-box .col-box .no-icon {
  background: none;
}
footer .txt strong {
  font-weight: bold;
}

.content-box-3 .wrapper-1 {
  margin: 0 auto;
}

.title-txt {
  text-align: center;
  margin-bottom: 45px;
  margin-top: -8px;
  font-size: 18px;
}
.title-txt a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.title-txt a:hover {
  text-decoration: none;
}

.wrapper-2 {
  margin-left: -112px;
  margin-right: -112px;
}

.title-txt-1 {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 45px;
}

.font-12 {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/info.svg") left top no-repeat;
}

.content-box-4 {
  background: #F6F6F6;
  text-align: center;
}
.content-box-4 .title-txt-1 {
  margin-top: -20px;
}
.content-box-4 .txt {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.content-box-4 .txt .icon-info {
  margin-right: 3px;
  margin-top: -3px;
}

.boxes-5 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 100px;
  margin-bottom: 50px;
}
.boxes-5 .box-5 {
  padding: 19px 22px 25px 22px;
  background: #fff;
  width: 370px;
  border-radius: 12px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.boxes-5 .box-5 figure {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.boxes-5 .box-5 .txt-1 {
  font-weight: 600;
  font-size: 20px;
}
.boxes-5 .box-5 .txt-2 {
  padding: 14px 0;
  font-size: 18px;
}
.boxes-5 .box-5 .txt-3 {
  text-align: left;
}
.boxes-5 .box-5 .txt-3 ul li {
  padding-left: 25px;
  font-size: 16px;
}
.boxes-5 .box-5 .txt-3 ul li:after {
  top: 7px;
}
.boxes-5 .box-5 .txt-3 ul li .icon-info {
  margin-top: -1px;
}

@media screen and (max-width: 1350px) {
  .frame-box, .wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-txt-1 {
    font-size: 24px;
  }
  .title-txt br {
    display: none;
  }
  .content-box-2 .content-box-2-1 figure {
    width: 350px;
  }
  .content-box-2 .content-box-2-1 figure img {
    max-width: 100%;
  }
  .header-box .txt-0 {
    font-size: 22px;
  }
  .header-box .title-0 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .header-box .txt-0 {
    margin-bottom: 30px;
  }
  .header-box .header-logo {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .boxes-5 {
    gap: 0 50px;
  }
  .title-txt {
    font-size: 16px;
  }
  .title-txt-1 {
    font-size: 20px;
  }
  .header-box .header-logo img {
    width: 140px;
  }
  .header-box .title-0 {
    font-size: 28px;
  }
  .header-box .txt-0 {
    font-size: 18px;
  }
  .title h2 {
    font-size: 29px;
  }
  .content-box-2 .content-box-2-1 figure {
    width: 300px;
  }
  body {
    font-size: 16px;
  }
  .ul-1 li:after {
    top: 7px;
  }
  .content-box-1 .boxes-1 .row-box {
    gap: 0 30px;
  }
  .content-box-2-2 .boxes-2 .row-box {
    gap: 0 30px;
  }
  .frame-box {
    padding: 43px 43px;
  }
}
@media screen and (max-width: 992px) {
  .pusty.slick-slide {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .title-txt-1 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .title-txt {
    font-size: 16px;
    margin-bottom: 39px;
  }
  .header-box figure {
    overflow: hidden;
  }
  .header-box figure img {
    margin-left: -50px;
    width: calc(100% + 100px);
    max-width: none;
  }
  .header-box .txt-box {
    padding-right: 20px;
  }
  .header-box .title-0 {
    font-size: 24px;
  }
  .title h2 {
    font-size: 23px;
  }
  .frame-box {
    padding: 43px 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-box-2 .content-box-2-1 {
    gap: 0 0;
  }
  .content-box-2-4 .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .content-box-2-2 .boxes-2 .col-box .box-2 .txt {
    min-height: 1px;
  }
  .margin-bottom-2 {
    margin-bottom: 40px;
  }
  .boxes-5 {
    flex-direction: column;
    gap: 20px 0;
  }
  .boxes-5 .box-5 {
    width: 100%;
  }
  .boxes-5 .box-5 .txt-2 {
    font-size: 16px;
  }
  .title-txt-1 {
    margin-top: -10px;
  }
  footer .f-boxes .row-box .col-box .f-box {
    padding-left: 55px;
  }
  .header-box figure {
    width: 100%;
    padding-top: 92px;
  }
  .header-box .description {
    position: static;
  }
  .header-box {
    display: block;
    position: relative;
  }
  .header-box .header-logo {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
  }
  .header-box .header-logo img {
    max-width: 100%;
  }
  .header-box .txt-box {
    padding-right: 0;
    width: 100%;
  }
  .header-box .txt-box {
    padding: 38px 0 50px 0;
  }
  .content-box-1 .boxes-1 .row-box {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
  }
  .content-box-1 .boxes-1 .row-box .col-box {
    width: 100%;
  }
  .title h2 {
    font-size: 22px;
  }
  .content-box-2 .content-box-2-1 {
    flex-direction: column;
  }
  .content-box-2 .content-box-2-1 figure {
    width: 100%;
    margin-bottom: 15px;
    margin-top: -10px;
  }
  .ul-1 li {
    padding-left: 25px;
  }
  .icon-info {
    margin-top: -4px;
  }
  .content-box-2-2 .boxes-2 .row-box {
    gap: 20px 0;
    flex-direction: column;
  }
  .content-box-2-2 .boxes-2 .row-box .col-box {
    width: 100%;
  }
  .content-box-2-3 .boxes-3 .row-box {
    gap: 20px 0;
    flex-direction: column;
  }
  .content-box-2-3 .boxes-3 .row-box .col-box {
    width: 100%;
  }
  .content-box-1 .boxes-1 .row-box .box-1 {
    max-width: 100%;
    width: 100%;
  }
  .header-box .title-0 br, .header-box .txt-0 br {
    display: none;
  }
  .margin-bottom-1 {
    margin-bottom: 50px;
  }
  .btn-1 {
    font-size: 16px;
  }
  .content-box-2-last .content-box-2-1 figure {
    margin-top: -30px;
  }
  .boxes-4 .box-4 .name .number {
    width: 40px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-bottom: 0;
  }
  footer .f-boxes .row-box {
    flex-direction: column;
  }
  footer .f-boxes .row-box .col-box {
    width: 100%;
  }
  .padding-top-1 {
    padding-top: 50px;
  }
  .padding-bottom-1 {
    padding-bottom: 50px;
  }
  .boxes-4 .box-4 .name {
    gap: 0 15px;
  }
  .boxes-4 .box-4 .name {
    background: url(../images/12.svg) calc(100% - 20px) center no-repeat;
  }
  .boxes-4 .box-4 .name {
    padding-right: 60px;
  }
  .boxes-4 .box-4 .description {
    padding: 0 20px 20px 20px;
  }
}/*# sourceMappingURL=main.bundle.css.map */