* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

html,
body {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
  margin: 0 !important;
}

img {
  width: 100%;
}

button,
a {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:hover, button:visited, button:focus,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

p {
  font-family: inherit;
  font-weight: inherit;
}

.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#header {
  display: flex;
  max-width: 1130px;
  padding: 0 50px;
  margin: 55px auto 0;
  align-items: center;
  justify-content: space-between;
}
#header .leftWrapper {
  display: flex;
  align-items: center;
}
#header .logo {
  background-image: url("../../assets/img/mbank-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 58px;
}
#header .separator {
  height: 55px;
  width: 2px;
  background-color: #0000FF;
  margin: 0 33px;
}
#header .headerImage {
  background-image: url("../../assets/img/header-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 141px;
  height: 47px;
  margin-right: 20px;
}
#header .quiz {
  width: 206px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/btnQuiz.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header .quiz .content {
  max-width: 179px;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 30px;
  font-size: 18px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #0000FF;
  color: #ffffff;
  border-radius: 20px;
  margin: 15px;
}

@media (max-width: 750px) {
  #header {
    padding: 0 30px;
    margin-top: 40px;
  }
  #header .logo {
    width: 124px;
    height: 46.4px;
  }
  #header .separator {
    height: 44px;
    width: 2px;
    margin: 0 25px;
  }
  #header .headerImage {
    width: 112.8px;
    height: 34.6px;
    flex-shrink: 0;
  }
}
@media (max-width: 550px) {
  #header {
    padding: 0 20px;
    margin-top: 30px;
  }
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 20px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #header .quiz {
    max-width: 120px;
    background-image: unset;
    background-color: rgba(0, 0, 255, 0.5);
    border-radius: 28px;
    height: 53px;
  }
  #header .quiz .content {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 18px;
    max-width: 100px;
    margin: 10px;
  }
}
@media (max-width: 400px) {
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 5px 0 10px;
  }
}
@media (max-width: 370px) {
  #header .logo {
    width: 99.2px;
    height: 37.12px;
  }
  #header .headerImage {
    width: 90.24px;
    height: 27.68px;
    flex-shrink: 0;
  }
  #header .separator {
    height: 35.2px;
    width: 2px;
    margin: 0 2px 0 7px;
  }
  #header .quiz {
    width: unset;
    max-width: unset;
    height: 37px;
  }
  #header .quiz .content {
    padding: 4px 10px;
    font-size: 16px;
    border-radius: 18px;
    width: unset;
    max-width: unset;
    margin: 5px;
  }
}
#section1 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 55px auto 0;
  padding: 0 50px;
}
#section1 .mainImage {
  background-image: url("../../assets/img/kv.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1240px;
  padding-top: 474px;
  margin: 0 auto;
  border: 8px solid #FFFFFF;
  filter: drop-shadow(4px 4px 15px rgba(0, 0, 255, 0.1));
  border-radius: 20px;
  position: relative;
}
#section1 .mainImage .content {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#section1 .mainImage .absoluteFirst {
  top: 150px;
  left: -40px;
  position: absolute;
  background-color: #00FF00;
  color: #0014C2;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 76px;
}
#section1 .mainImage .absoluteFirst:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #00FF00;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteSecond {
  top: 217px;
  left: -40px;
  position: absolute;
  background-color: #FF0EB2;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 54px;
}
#section1 .mainImage .absoluteSecond:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #FF0EB2;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .absoluteThird {
  top: 283px;
  left: -40px;
  position: absolute;
  background-color: #0000FF;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 45px;
}
#section1 .mainImage .absoluteThird:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #0000FF;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
  width: 32px;
  height: 20px;
}
#section1 .mainImage .img1 {
  background-image: url("../../assets/img/section1-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 75px;
  position: absolute;
  left: 128px;
  bottom: 22px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.9;
}
@keyframes imgZoomSmall {
  0% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.95;
  }
}
@keyframes imgZoomBig {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
#section1 .mainImage .img2 {
  background-image: url("../../assets/img/section1-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 91px;
  position: absolute;
  left: 518px;
  top: 56px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  scale: 0.9;
}
#section1 .mainImage .img3 {
  background-image: url("../../assets/img/section1-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 157px;
  height: 142px;
  position: absolute;
  right: 26px;
  top: 35px;
  animation-duration: 6s;
  animation-name: imgZoomBig;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  scale: 0.9;
}
#section1 .mainImage .img4 {
  width: 931px;
  height: 489px;
  background-image: url("../../assets/img/kv-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 15px;
  animation-duration: 6s;
  animation-name: imgZoomSmall;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  scale: 0.95;
}

@media (max-width: 1300px) {
  #section1 .mainImage .img2 {
    left: 390px;
    top: 36px;
  }
  #section1 .mainImage .img4 {
    width: 837.9px;
    height: 440.1px;
    right: 18px;
    top: 50px;
  }
}
@media (max-width: 1150px) {
  #section1 .mainImage {
    padding-top: 350px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 109.2px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 52.1px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 156.1px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 27.3px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 203.7px;
    left: -30px;
    font-size: 38.5px;
    line-height: 42px;
    padding-left: 72.8px;
    padding-right: 35.7px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 22.4px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 55.2px;
    height: 60px;
    left: 110px;
    bottom: 22px;
  }
  #section1 .mainImage .img2 {
    width: 57.6px;
    height: 72.8px;
    left: 280px;
    top: 70px;
  }
  #section1 .mainImage .img3 {
    width: 125.6px;
    height: 113.6px;
    right: 26px;
    top: 20px;
  }
  #section1 .mainImage .img4 {
    width: 651.7px;
    height: 342.3px;
    right: 26px;
    top: 20px;
  }
}
@media (max-width: 960px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    right: -50px;
  }
}
@media (max-width: 850px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    width: 558.6px;
    height: 293.4px;
    top: 70px;
  }
}
@media (max-width: 750px) {
  #section1 {
    padding: 0 30px;
    margin-top: 30px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    border-width: 5px;
  }
  #section1 .mainImage .absoluteFirst {
    top: 87.36px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 37.68px;
  }
  #section1 .mainImage .absoluteFirst:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteSecond {
    top: 124.88px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 21.84px;
  }
  #section1 .mainImage .absoluteSecond:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .absoluteThird {
    top: 161.2px;
    left: -25px;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 28.56px;
  }
  #section1 .mainImage .absoluteThird:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 90px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 215px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
  #section1 .mainImage .img4 {
    width: 465.5px;
    height: 244.5px;
    top: 25px;
  }
}
@media (max-width: 550px) {
  #section1 {
    padding: 0 10px;
    margin-top: 20px;
  }
  #section1 .mainImage {
    padding-top: 260px;
    background-position: 80% center;
  }
  #section1 .mainImage .absoluteFirst {
    display: none;
  }
  #section1 .mainImage .absoluteSecond {
    display: none;
  }
  #section1 .mainImage .absoluteThird {
    display: none;
  }
  #section1 .mainImage .img1 {
    width: 38.64px;
    height: 42px;
    left: 10px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 40.32px;
    height: 50.96px;
    left: 100px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 87.92px;
    height: 79.52px;
    right: 10px;
    top: 10px;
  }
  #section1 .mainImage .img4 {
    right: calc(50% - 232.75px);
  }
}
@media (max-width: 450px) {
  #section1 .mainImage {
    padding-top: 220px;
    background-position: 85% center;
  }
  #section1 .mainImage .img2 {
    left: 70px;
  }
  #section1 .mainImage .img4 {
    width: 372.4px;
    height: 202.3px;
    right: calc(50% - 186.2px);
  }
}
@media (max-width: 400px) {
  #section1 .mainImage {
    padding-top: 200px;
    background-position: 85% center;
  }
  #section1 .mainImage .img1 {
    width: 30.9px;
    height: 33.6px;
    left: 20px;
    bottom: 10px;
  }
  #section1 .mainImage .img2 {
    width: 32.25px;
    height: 40.76px;
    left: 50px;
    top: 63px;
  }
  #section1 .mainImage .img3 {
    width: 70.33px;
    height: 63.61px;
    right: 10px;
    top: 10px;
  }
}
#section1Mobile {
  display: none;
}
#section1Mobile .absoluteFirst {
  font-size: 38.5px;
  line-height: 42px;
  padding-left: 50px;
  padding-right: 57.68px;
  position: relative;
  background-color: #00FF00;
  color: #0000FF;
  z-index: 2;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteFirst:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #00FF00;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}
#section1Mobile .absoluteSecond {
  font-size: 38.5px;
  line-height: 42px;
  left: 0;
  padding-left: 50px;
  padding-right: 21.84px;
  position: relative;
  background-color: #FF0EB2;
  margin-top: 6px;
  color: #ffffff;
  z-index: 1;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteSecond:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #FF0EB2;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}
#section1Mobile .absoluteThird {
  font-size: 38.5px;
  line-height: 42px;
  padding-left: 50px;
  padding-right: 28.56px;
  position: relative;
  background-color: #0000FF;
  margin-top: 6px;
  color: #ffffff;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
}
#section1Mobile .absoluteThird:after {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 32px;
  height: 20px;
  background-color: #0000FF;
  clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}

@media (max-width: 550px) {
  #section1Mobile {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  #section1Mobile .absoluteFirst {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 37.68px;
  }
  #section1Mobile .absoluteFirst:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1Mobile .absoluteSecond {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 21.84px;
    margin-top: 4px;
  }
  #section1Mobile .absoluteSecond:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
  #section1Mobile .absoluteThird {
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 50px;
    padding-right: 28.56px;
    margin-top: 4px;
  }
  #section1Mobile .absoluteThird:after {
    top: -14px;
    width: 21px;
    height: 14px;
  }
}
@media (max-width: 400px) {
  #section1Mobile .absoluteFirst {
    padding-left: 40px;
    font-size: 28px;
  }
  #section1Mobile .absoluteSecond {
    padding-left: 40px;
    font-size: 28px;
  }
  #section1Mobile .absoluteThird {
    padding-left: 40px;
    font-size: 28px;
    line-height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 350px) {
  #section1Mobile .absoluteFirst {
    padding-left: 30px;
    font-size: 26px;
  }
  #section1Mobile .absoluteSecond {
    padding-left: 30px;
    font-size: 26px;
  }
  #section1Mobile .absoluteThird {
    padding-left: 30px;
    font-size: 26px;
    line-height: 26px;
  }
}
#section4 {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 90px 40px 50px 40px;
}
#section4 .titleContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  margin: 12px 0 66.35px 0;
}
#section4 .titleContainer .title {
  max-width: 730px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
}
#section4 .top {
  display: flex;
  height: 427px;
  position: relative;
  margin: 0 auto;
}
#section4 .row {
  display: flex;
  width: 201px;
  flex-shrink: 0;
}
#section4 .row:first-child {
  width: 106px;
}
#section4 .row:first-child .boxBorder {
  border-left: unset;
  border-top: unset;
  border-top-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: 30px;
}
#section4 .row:nth-child(2) {
  width: 201px;
}
#section4 .row:nth-child(2) .boxBorder {
  border-bottom: unset;
}
#section4 .row:nth-child(3) {
  width: 201px;
}
#section4 .row:nth-child(3) .boxBorder {
  border-top: unset;
}
#section4 .row:nth-child(4) {
  width: 201px;
}
#section4 .row:nth-child(4) .boxBorder {
  border-bottom: unset;
}
#section4 .row:nth-child(5) {
  width: 201px;
}
#section4 .row:nth-child(5) .boxBorder {
  border-top: unset;
}
#section4 .row:nth-child(6) {
  width: 196px;
}
#section4 .row:nth-child(6) .boxBorder {
  border-bottom: unset;
}
#section4 .row:nth-child(7) {
  width: 98px;
}
#section4 .row:nth-child(7) .boxBorder {
  border-top: unset;
  border-right: unset;
  border-top-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: 30px;
}
#section4 .row .boxBorder {
  display: flex;
  width: 100%;
  height: 50%;
}
#section4 .row .boxBorder1 {
  border: 2px solid #0000FF;
  border-radius: 30px;
}
#section4 .row .boxBorder2 {
  border: 2px solid #00FF00;
  border-radius: 30px;
}
#section4 .row .boxBorder3 {
  border: 2px solid #FF0EB2;
  border-radius: 30px;
}
#section4 .row1 {
  align-items: flex-end;
}
#section4 .row2 {
  align-items: flex-start;
}
#section4 .mobile {
  display: none;
}
#section4 .circle {
  display: flex;
  position: absolute;
  width: 245.285px;
  height: 245.285px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}
#section4 .circle .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
#section4 .circle .text {
  font-family: "mBank", sans-serif;
  font-family: mBank;
  font-size: 34.426px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.311px;
  letter-spacing: -0.344px;
  margin: 0 0 10px;
}
#section4 .circle .arrow {
  width: 17px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-bottom: 15px;
}
#section4 .circle.active .arrow {
  transform: rotate(180deg);
}
#section4 .circlePink {
  border: 2px solid #FF0EB2;
  background-color: #FF0EB2;
}
#section4 .circlePink .text {
  color: #ffffff !important;
}
#section4 .circlePink .arrow {
  background-color: #ffffff;
}
#section4 .circleBlue {
  border: 2px solid #0000FF;
  background-color: #0000FF;
}
#section4 .circleBlue .text {
  color: #ffffff !important;
}
#section4 .circleBlue .arrow {
  background-color: #ffffff;
}
#section4 .circleGreen {
  border: 2px solid #00FF00;
  background-color: #00FF00;
}
#section4 .circleGreen .text {
  color: #0000FF !important;
}
#section4 .circleGreen .arrow {
  background-color: #0000FF;
}
#section4 .circle1 {
  top: 26px;
  left: -18px;
}
#section4 .circle1:hover {
  background-color: #ffffff;
}
#section4 .circle1:hover .img1 {
  background-image: url("../img/section4-13.svg");
}
#section4 .circle1:hover .text {
  color: #0000FF !important;
}
#section4 .circle1:hover .arrow {
  background-color: #0000FF;
}
#section4 .circle2 {
  bottom: 32px;
  left: 185px;
  z-index: 10;
}
#section4 .circle2:hover {
  background-color: #ffffff;
}
#section4 .circle3 {
  top: 26px;
  left: 385px;
}
#section4 .circle3:hover {
  background-color: #ffffff;
}
#section4 .circle3:hover .img3 {
  background-image: url("../img/section2-1.svg");
}
#section4 .circle3:hover .text {
  color: #FF0EB2 !important;
}
#section4 .circle3:hover .arrow {
  background-color: #FF0EB2;
}
#section4 .circle4 {
  bottom: 32px;
  left: 587px;
  z-index: 10;
}
#section4 .circle4:hover {
  background-color: #ffffff;
}
#section4 .circle4:hover .img4 {
  background-image: url("../img/section4-14.svg");
}
#section4 .circle4:hover .text {
  color: #0000FF !important;
}
#section4 .circle4:hover .arrow {
  background-color: #0000FF;
}
#section4 .circle5 {
  top: 26px;
  left: 786px;
}
#section4 .circle5:hover {
  background-color: #ffffff;
}
#section4 .circle6 {
  bottom: 32px;
  left: 985px;
}
#section4 .circle6:hover {
  background-color: #ffffff;
}
#section4 .circle6:hover .img6 {
  background-image: url("../img/section4-15.svg");
}
#section4 .circle6:hover .text {
  color: #FF0EB2 !important;
}
#section4 .circle6:hover .arrow {
  background-color: #FF0EB2;
}
#section4 .img1 {
  background-image: url("../../assets/img/section4-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 68.05px;
  height: 85.338px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
}
#section4 .img2 {
  background-image: url("../../assets/img/section4-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 89.357px;
  height: 103.326px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.4s;
}
#section4 .img3 {
  background-image: url("../../assets/img/section4-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 136.896px;
  height: 50.872px;
  margin-bottom: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
}
#section4 .img4 {
  background-image: url("../../assets/img/section4-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100.397px;
  height: 86.578px;
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0.5s;
}
#section4 .img5 {
  background-image: url("../../assets/img/section4-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 74.591px;
  height: 98.313px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -75%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.3s;
}
#section4 .img6 {
  background-image: url("../../assets/img/section4-6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 74.591px;
  height: 98.313px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  animation-duration: 3s;
  animation-name: img1Move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
}
@keyframes img1Move {
  25% {
    transform: translate(-55%, -80%);
  }
  50% {
    transform: translate(-55%, -75%);
  }
  75% {
    transform: translate(-45%, -70%);
  }
}
#section4 .spot {
  border-radius: 50%;
  position: absolute;
  z-index: 20;
}
#section4 .spotGrren15 {
  width: 15.492px;
  height: 15.492px;
  background: #00FF00;
  left: -39px;
  bottom: 93px;
}
#section4 .spotPink17 {
  width: 17.213px;
  height: 17.213px;
  background: #FF0EB2;
  top: 50px;
  right: -18px;
}
#section4 .spotGrren35 {
  width: 35.217px;
  height: 35.217px;
  background: #00FF00;
  top: 78px;
  left: -41px;
}
#section4 .spotPink20 {
  width: 20.644px;
  height: 20.644px;
  background: #FF0EB2;
  top: 50px;
  left: -20px;
}
#section4 .spotPink25 {
  width: 25.819px;
  height: 25.819px;
  background: #FF0EB2;
  top: 30px;
  right: -9px;
}
#section4 .spotBlue38 {
  width: 38.729px;
  height: 38.729px;
  background: #0000ff;
  top: 77px;
  right: -47px;
}
#section4 .spotPink40 {
  width: 40.36px;
  height: 40.36px;
  background: #FF0EB2;
  bottom: 35px;
  right: -30px;
}
#section4 .spotPink43 {
  width: 43.893px;
  height: 43.893px;
  background: #FF0EB2;
  bottom: 40px;
  left: -38px;
}
#section4 .spotBlue19 {
  width: 19.946px;
  height: 19.946px;
  background: #0000FF;
  bottom: 90px;
  right: -35px;
}
#section4 .spotBlue26 {
  width: 26.787px;
  height: 26.787px;
  background: #0000FF;
  top: 112px;
  right: -33px;
}
#section4 .bottom {
  display: flex;
  width: 100%;
}
#section4 .bottom .content {
  display: flex;
  flex-flow: column;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}
#section4 .bottom .itemWrapperSection4 {
  display: flex;
  transition: height 0.4s ease-in-out;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  flex-flow: column;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
}
#section4 .bottom .itemWrapperSection4 .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  padding: 0 91px 30px 91px;
}
#section4 .bottom .itemWrapperSection4 .item .itemTitle {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 70px 0 17.21px 0;
}
#section4 .bottom .itemWrapperSection4 .item .heading {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
#section4 .bottom .itemWrapperSection4 .item .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
#section4 .bottom .itemWrapperSection4 .item .color {
  color: #0066B1;
  margin: 30px 0;
}
#section4 .bottom .itemWrapperSection41 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection41 .item:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #0000FF;
  height: 100%;
  left: -2px;
  top: 150px;
  z-index: 11;
}
#section4 .bottom .itemWrapperSection41:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-7.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 111px;
  height: 138px;
  left: 25px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection41:after {
  content: "";
  border-bottom: 13px solid #0000FF;
}
#section4 .bottom .itemWrapperSection42 {
  max-width: 1080px;
  padding: 0 80px;
}
#section4 .bottom .itemWrapperSection42 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection42 .item:after {
  position: absolute;
  width: 2px;
  background-color: #FF0EB2;
  right: -2px;
  content: "";
  z-index: 11;
  height: 100%;
  top: 150px;
}
#section4 .bottom .itemWrapperSection42:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-8.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 134px;
  height: 155px;
  right: 0px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection42:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection43 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection43 .item:after {
  position: absolute;
  width: 2px;
  background-color: #00FF00;
  left: -2px;
  content: "";
  z-index: 11;
  height: 100%;
  top: 205px;
}
#section4 .bottom .itemWrapperSection43:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-9.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 62px;
  height: 166px;
  left: 36px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection43:after {
  content: "";
  border-bottom: 13px solid #00FF00;
}
#section4 .bottom .itemWrapperSection44 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection44 .item:after {
  position: absolute;
  width: 2px;
  background-color: #0000FF;
  right: -2px;
  content: "";
  z-index: 11;
  height: 100%;
  top: 150px;
}
#section4 .bottom .itemWrapperSection44:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-10.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 97px;
  height: 122px;
  right: 50px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection44:after {
  content: "";
  border-bottom: 13px solid #0000FF;
}
#section4 .bottom .itemWrapperSection45 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection45 .item:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FF0EB2;
  position: absolute;
  top: 150px;
  left: -2px;
  z-index: 11;
}
#section4 .bottom .itemWrapperSection45:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-11.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 95px;
  height: 125px;
  left: 30px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection45:after {
  content: "";
  border-bottom: 13px solid #FF0EB2;
}
#section4 .bottom .itemWrapperSection46 .item {
  position: relative;
}
#section4 .bottom .itemWrapperSection46 .item:after {
  position: absolute;
  width: 2px;
  background-color: #00FF00;
  right: -2px;
  content: "";
  z-index: 11;
  height: 100%;
  top: 150px;
}
#section4 .bottom .itemWrapperSection46:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/section4-12.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 45px;
  height: 150px;
  right: 48px;
  top: 52px;
  z-index: 12;
}
#section4 .bottom .itemWrapperSection46:after {
  content: "";
  border-bottom: 13px solid #00FF00;
}
#section4 .bottom .itemWrapperSection4:not(.active) .item {
  background: linear-gradient(90deg, #ffffff, #ffffff), linear-gradient(90deg, #ffffff, #ffffff);
}

@media (max-width: 1300px) {
  #section4 .top {
    height: 320.25px;
  }
  #section4 .top .row:first-child {
    width: 84.8px;
  }
  #section4 .top .row:nth-child(2), #section4 .top .row:nth-child(3), #section4 .top .row:nth-child(4), #section4 .top .row:nth-child(5) {
    width: 160.8px;
  }
  #section4 .top .row:nth-child(6) {
    width: 156.8px;
  }
  #section4 .top .row:nth-child(7) {
    width: 78.4px;
  }
  #section4 .circle {
    scale: 0.78;
  }
  #section4 .circle .text {
    font-size: 32px;
    margin: 0 0 12px;
  }
  #section4 .circle .arrow {
    width: 17.6px;
    height: 14.4px;
    margin-bottom: 12px;
  }
  #section4 .circle1 {
    top: -12px;
    left: -39px;
  }
  #section4 .circle2 {
    bottom: -5px;
    left: 125px;
  }
  #section4 .circle3 {
    top: -12px;
    left: 283px;
  }
  #section4 .circle4 {
    bottom: -5px;
    left: 445px;
  }
  #section4 .circle5 {
    top: -12px;
    left: 604px;
  }
  #section4 .circle6 {
    bottom: -5px;
    left: 764px;
  }
  #section4 .bottom .itemWrapperSection4 {
    max-width: 848px;
    padding: 0 56px;
  }
  #section4 .bottom .itemWrapperSection4 .item {
    padding: 0 65px 30px 65px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 32px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 22px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 18px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 24px 0;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 88.8px;
    height: 110.4px;
  }
  #section4 .bottom .itemWrapperSection41:after {
    border-bottom-width: 13px;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    top: 120px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 107.2px;
    height: 124px;
  }
  #section4 .bottom .itemWrapperSection42:after {
    border-bottom-width: 13px;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    top: 164px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 49.6px;
    height: 132.8px;
    left: 25px;
  }
  #section4 .bottom .itemWrapperSection43:after {
    border-bottom-width: 13px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 77.6px;
    height: 97.6px;
    right: 36px;
  }
  #section4 .bottom .itemWrapperSection44:after {
    border-bottom-width: 13px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 76px;
    height: 100px;
    left: 23px;
  }
  #section4 .bottom .itemWrapperSection45:after {
    border-bottom-width: 13px;
  }
  #section4 .bottom .itemWrapperSection46:before {
    width: 36px;
    height: 120px;
    right: 37px;
  }
  #section4 .bottom .itemWrapperSection46:after {
    border-bottom-width: 13px;
  }
}
@media (max-width: 1050px) {
  #section4 .top {
    height: 277.55px;
  }
  #section4 .top .row:first-child {
    width: 68.9px;
  }
  #section4 .top .row:nth-child(2), #section4 .top .row:nth-child(3), #section4 .top .row:nth-child(4), #section4 .top .row:nth-child(5) {
    width: 130.65px;
  }
  #section4 .top .row:nth-child(6) {
    width: 127.4px;
  }
  #section4 .top .row:nth-child(7) {
    width: 63.7px;
  }
  #section4 .circle {
    scale: 0.68;
  }
  #section4 .circle .text {
    margin: 0 0 15px 5px;
  }
  #section4 .circle1 {
    top: -27px;
    left: -55px;
  }
  #section4 .circle2 {
    bottom: -27px;
    left: 83px;
  }
  #section4 .circle3 {
    top: -27px;
    left: 207px;
  }
  #section4 .circle4 {
    bottom: -27px;
    left: 344px;
  }
  #section4 .circle5 {
    top: -27px;
    left: 468px;
  }
  #section4 .circle6 {
    bottom: -27px;
    left: 603px;
  }
}
@media (max-width: 850px) {
  #section4 {
    padding: 70px 20px 40px 20px;
  }
  #section4 .top {
    padding: 0 30px;
    width: 100%;
    flex-wrap: wrap;
    height: 780px;
    max-width: 680px;
    margin: 0 auto;
    justify-content: center;
  }
  #section4 .top .row:first-child {
    width: 20%;
    margin-bottom: 20px;
    height: calc(50% - 20px);
  }
  #section4 .top .row:first-child .boxBorder {
    border-top-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-top-right-radius: 30px !important;
    border-top: 2px solid #0000FF;
    border-bottom: unset;
  }
  #section4 .top .row:nth-child(2) {
    width: 30%;
    margin-bottom: 25px;
    height: calc(50% - 20px);
  }
  #section4 .top .row:nth-child(2) .boxBorder {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom: 2px solid #00ff00;
    border-top: unset;
  }
  #section4 .top .row:nth-child(3) {
    width: 30%;
    margin-bottom: 20px;
    height: calc(50% - 20px);
  }
  #section4 .top .row:nth-child(3) .boxBorder {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-top: 2px solid #FF0EB2;
    border-bottom: unset;
  }
  #section4 .top .row:nth-child(4) {
    width: 20%;
    margin-bottom: 20px;
    height: calc(50% - 20px);
  }
  #section4 .top .row:nth-child(4) .boxBorder {
    border-top: unset;
    border-right: unset;
    border-bottom-right-radius: unset !important;
    border-bottom: 2px solid #0000FF;
  }
  #section4 .top .row:nth-child(5) {
    width: 20%;
    margin-top: 20px;
    height: calc(50% - 20px);
    align-items: flex-end !important;
  }
  #section4 .top .row:nth-child(5) .boxBorder {
    border-top-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-left: unset;
  }
  #section4 .top .row:nth-child(6) {
    width: 30%;
    margin-top: 20px;
    height: calc(50% - 20px);
    align-items: flex-start !important;
  }
  #section4 .top .row:nth-child(6) .boxBorder {
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
  }
  #section4 .top .row:nth-child(7) {
    width: 30%;
    margin-top: 20px;
    display: flex;
    height: calc(50% - 20px);
    align-items: flex-end !important;
  }
  #section4 .top .row:nth-child(7) .boxBorder {
    border-top-right-radius: unset !important;
    border-bottom: 2px solid #0000FF;
    border-left: 2px solid #0000FF;
    border-right: 2px solid #0000FF;
    border-bottom-right-radius: 30px !important;
  }
  #section4 .top .row:nth-child(8) {
    width: 20%;
    margin-top: 20px;
    display: flex;
    height: calc(50% - 20px);
    align-items: flex-start !important;
  }
  #section4 .top .row:nth-child(8) .boxBorder {
    border-top: 2px solid #00ff00;
    border-left: 2px solid #00ff00;
    border-top-right-radius: unset;
    border-bottom-left-radius: unset;
    border-bottom: unset;
    border-right: unset;
  }
  #section4 .row1 {
    align-items: flex-start;
    width: 25%;
  }
  #section4 .row2 {
    align-items: flex-end;
    width: 25%;
  }
  #section4 .mobile {
    display: flex;
  }
  #section4 .circle {
    scale: 0.9;
  }
  #section4 .circle .text {
    margin: 0 0 15px 0;
  }
  #section4 .circle1 {
    top: 10px;
    left: 33px;
  }
  #section4 .circle2 {
    top: 115px;
    left: 217px;
  }
  #section4 .circle3 {
    top: 10px;
    left: 404px;
  }
  #section4 .circle4 {
    bottom: 20px;
    left: 30px;
  }
  #section4 .circle5 {
    top: unset;
    bottom: 113px;
    left: 219px;
  }
  #section4 .circle6 {
    bottom: 20px;
    left: 403px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 28px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 19px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 16px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 22px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item1 {
    padding: 0 52px 30px 50px;
  }
  #section4 .bottom .itemWrapperSection4 .item2 {
    padding: 0 50px 30px 52px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 77.7px;
    height: 96.6px;
    left: 27px;
  }
  #section4 .bottom .itemWrapperSection41:after {
    border-bottom-width: 10px;
  }
  #section4 .bottom .itemWrapperSection42 .item:after {
    top: 120px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 93.8px;
    height: 108.5px;
    right: 7px;
  }
  #section4 .bottom .itemWrapperSection42:after {
    border-bottom-width: 10px;
  }
  #section4 .bottom .itemWrapperSection43 .item {
    position: relative;
  }
  #section4 .bottom .itemWrapperSection43 .item:after {
    top: 164px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 43.4px;
    height: 116.2px;
    left: 30px;
  }
  #section4 .bottom .itemWrapperSection43:after {
    border-bottom-width: 10px;
  }
  #section4 .bottom .itemWrapperSection44 .item:after {
    top: 125px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 67.9px;
    height: 85.4px;
    right: 43px;
  }
  #section4 .bottom .itemWrapperSection44:after {
    border-bottom-width: 10px;
  }
  #section4 .bottom .itemWrapperSection45 .item:after {
    top: 125px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 66.5px;
    height: 87.5px;
    left: 27px;
  }
  #section4 .bottom .itemWrapperSection45:after {
    border-bottom-width: 10px;
  }
  #section4 .bottom .itemWrapperSection46 .item:after {
    top: 135px;
  }
  #section4 .bottom .itemWrapperSection46:before {
    width: 31.5px;
    height: 105px;
    right: 39px;
  }
  #section4 .bottom .itemWrapperSection46:after {
    border-bottom-width: 10px;
  }
}
@media (max-width: 730px) {
  #section4 .titleContainer .title {
    font-size: 36px;
    line-height: 38px;
  }
  #section4 .top {
    max-width: 500px;
    padding: 0 20px;
    height: 580px;
  }
  #section4 .circle {
    scale: 0.68;
  }
  #section4 .circle1 {
    top: -25px;
    left: -9px;
  }
  #section4 .circle2 {
    top: 52px;
    left: 123px;
  }
  #section4 .circle3 {
    top: -25px;
    left: 267px;
  }
  #section4 .circle4 {
    bottom: -24px;
    left: -14px;
  }
  #section4 .circle5 {
    bottom: 47px;
    left: 128px;
  }
  #section4 .circle6 {
    bottom: -24px;
    left: 264px;
  }
}
@media (max-width: 680px) {
  #section4 {
    padding: 50px 15px 0px 15px;
  }
  #section4 .bottom .itemWrapperSection4 {
    padding: 0 40px;
  }
  #section4 .bottom .itemWrapperSection4 .item {
    padding: 0 40px 30px 40px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 26px;
    margin: 36px 0 30.4px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 17px;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 15px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 22px 0;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 55.5px;
    height: 69px;
    left: 20px;
    top: 80px;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 67px;
    height: 77.5px;
    right: 5px;
    top: 80px;
  }
  #section4 .bottom .itemWrapperSection43 .item::after {
    top: 145px;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 31px;
    height: 83px;
    top: 68px;
    left: 20px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 48.5px;
    height: 61px;
    right: 30px;
    top: 105px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 47.5px;
    height: 62.5px;
    left: 19px;
    top: 73px;
  }
  #section4 .bottom .itemWrapperSection46:before {
    width: 22.5px;
    height: 75px;
    right: 28px;
    top: 108px;
  }
}
@media (max-width: 550px) {
  #section4 {
    margin-top: 35px;
  }
  #section4 .titleContainer .title {
    font-size: 32px;
    line-height: 34px;
  }
  #section4 .top {
    justify-content: space-between;
    max-width: 450px;
    height: 960px;
  }
  #section4 .top .row {
    align-items: flex-end;
    min-width: 40px;
    margin: 0 !important;
  }
  #section4 .top .row:nth-child(1) {
    display: none;
  }
  #section4 .top .row:nth-child(2) {
    width: 35%;
    height: 73px;
    position: absolute;
    top: 159px;
    left: 112px;
  }
  #section4 .top .row:nth-child(2) .boxBorder {
    border-right: unset;
    border-bottom-right-radius: unset !important;
  }
  #section4 .top .row:nth-child(3) {
    width: 35%;
    height: 73px;
    position: absolute;
    top: 314px;
    left: unset;
    right: 111px;
  }
  #section4 .top .row:nth-child(3) .boxBorder {
    border-left: unset;
    border-top: unset;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: 30px !important;
    border-bottom: 2px solid #FF0EB2;
    border-right: 2px solid #FF0EB2;
  }
  #section4 .top .row:nth-child(4) {
    width: 35%;
    height: 73px;
    position: absolute;
    top: 469px;
    left: 112px;
  }
  #section4 .top .row:nth-child(4) .boxBorder {
    border-top: unset;
    border-top-left-radius: unset !important;
  }
  #section4 .top .row:nth-child(5) {
    width: 35%;
    height: 73px;
    position: absolute;
    top: 624px;
    left: unset;
    right: 111px;
  }
  #section4 .top .row:nth-child(5) .boxBorder {
    border-top: unset;
  }
  #section4 .top .row:nth-child(6) {
    align-items: flex-end !important;
    width: 35%;
    height: 73px;
    position: absolute;
    top: 779px;
    left: 105px;
  }
  #section4 .top .row:nth-child(6) .boxBorder {
    border-top: unset;
    border-right: unset;
    border-top-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-left: 2px solid #FF0EB2;
    border-bottom: 2px solid #FF0EB2;
    border-bottom-left-radius: 30px !important;
  }
  #section4 .top .row:nth-child(7) {
    display: none;
  }
  #section4 .top .row:nth-child(8) {
    display: none;
  }
  #section4 .circle {
    scale: 0.8;
  }
  #section4 .circle1 {
    top: -25px;
    left: -10px;
  }
  #section4 .circle2 {
    top: 130px;
    left: unset;
    right: -10px;
  }
  #section4 .circle3 {
    top: 285px;
    left: -10px;
  }
  #section4 .circle4 {
    top: 440px;
    left: unset;
    right: -10px;
  }
  #section4 .circle5 {
    top: 595px;
    left: -10px;
  }
  #section4 .circle6 {
    top: 750px;
    left: unset;
    right: -10px;
  }
}
@media (max-width: 420px) {
  #section4 .titleContainer .title {
    font-size: 28px;
    line-height: 30px;
  }
  #section4 .top .row {
    height: 80px;
    width: 30% !important;
    align-items: flex-end;
  }
  #section4 .top .row .boxBorder {
    height: 100%;
  }
  #section4 .top .row:nth-child(2) {
    left: unset;
    right: calc(22% + 70px);
  }
  #section4 .top .row:nth-child(3) {
    right: unset;
    left: calc(22% + 70px);
  }
  #section4 .top .row:nth-child(4) {
    left: unset;
    right: calc(22% + 70px);
  }
  #section4 .top .row:nth-child(5) {
    right: unset;
    left: calc(22% + 70px);
  }
  #section4 .top .row:nth-child(6) {
    left: unset;
    right: calc(22% + 70px);
  }
  #section4 .circle {
    scale: 0.7;
  }
  #section4 .bottom .itemWrapperSection4 {
    padding: 0 25px;
  }
  #section4 .bottom .itemWrapperSection4 .item {
    padding: 0 30px 30px 30px;
  }
  #section4 .bottom .itemWrapperSection4 .item .itemTitle {
    font-size: 24px;
    margin: 36px 0 32px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .heading {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  #section4 .bottom .itemWrapperSection4 .item .text {
    font-size: 14px;
    line-height: 1.2;
  }
  #section4 .bottom .itemWrapperSection4 .item .color {
    margin: 22px 0;
  }
  #section4 .bottom .itemWrapperSection41 .item::after {
    top: 130px;
  }
  #section4 .bottom .itemWrapperSection41:before {
    width: 49.95px;
    height: 62.1px;
    left: 0;
  }
  #section4 .bottom .itemWrapperSection42:before {
    width: 60.3px;
    height: 69.75px;
    right: 0;
  }
  #section4 .bottom .itemWrapperSection43:before {
    width: 27.9px;
    height: 74.7px;
    top: 70px;
    left: 7px;
  }
  #section4 .bottom .itemWrapperSection44:before {
    width: 43.65px;
    height: 54.9px;
    right: 15px;
  }
  #section4 .bottom .itemWrapperSection45:before {
    width: 47.25px;
    height: 56.25px;
    left: 5px;
  }
  #section4 .bottom .itemWrapperSection46:before {
    width: 20.25px;
    height: 67.5px;
    right: 14px;
  }
}
#section5 {
  display: flex;
  width: 100%;
  padding: 0 50px;
  flex-flow: column;
}
#section5 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 119.79px;
}
#section5 .top .one {
  display: flex;
  flex-flow: column;
  margin-left: 206px;
  justify-content: center;
}
#section5 .top .one .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 0 15px;
}
#section5 .top .one .text {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  margin: 0;
}
#section5 .top .two {
  background-image: url("../../assets/img/section5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 156px;
  height: 156px;
  margin-left: 50px;
  flex-shrink: 0;
}
#section5 .middle {
  max-width: 1113.108px;
  width: 100%;
  flex-direction: column;
  display: flex;
}
#section5 .middle .btnCenterContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 62.48px;
}
#section5 .middle .btnCenterContainer .containerWrapper {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .middle .btnContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 7.5px;
  row-gap: 24px;
}
#section5 .middle .btn {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .middle .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 104.362px;
  border-radius: 40px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
  padding: 5px 10px;
  z-index: 1;
}
#section5 .middle .button:active {
  display: flex;
}
#section5 .middle .button1 {
  width: 351.036px !important;
  height: 104.362px !important;
  background: #FF0EB2;
}
#section5 .middle .button2 {
  background: #0000FF;
}
#section5 .middle .button3 {
  background: #00FF00;
  color: #0000ff !important;
  max-width: unset;
}
#section5 .middle .noCursor {
  cursor: auto !important;
}
#section5 .middle .btnSmall {
  max-width: 351.036px;
}
#section5 .middle .btnBig {
  max-width: 730.036px;
}
#section5 .middle .content {
  display: flex;
  flex-flow: column;
}
#section5 .middle .itemWrapper {
  display: flex;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 0;
  flex-flow: column;
  margin-top: -60px;
}
#section5 .middle .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
}
#section5 .middle .itemWrapper .item .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 42px 0;
}
#section5 .middle .itemWrapper .item .btnMore {
  max-width: 221px;
  width: 100%;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 66px;
  background: #FF0EB2;
  user-select: none;
  cursor: pointer;
}
#section5 .middle .itemWrapper .item0 {
  padding: 85px 24px 38px 43px;
  border-radius: 31.625px;
  border: 4px solid #FF0EB2;
}
#section5 .middle .itemWrapper .item1 {
  padding: 85px 24px 38px 43px;
  border-radius: 31.625px;
  border: 4px solid #00F;
}
#section5 .middle .itemWrapper .item2 {
  padding: 85px 24px 11px 43px;
  border-radius: 31.625px;
  border: 4px solid #00ff00;
}
#section5 .middle .itemWrapper .item3 {
  padding: 85px 24px 11px 43px;
  border-radius: 31.625px;
  border: 4px solid #00ff00;
}
#section5 .middle .itemWrapper .item3 .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#section5 .middle .mobile {
  display: none;
}
#section5 .marginBig {
  margin: 0 auto 65.79px;
}
#section5 .marginSmall {
  margin: 0 auto 34.85px;
}

@media (max-width: 1300px) {
  #section5 {
    padding: 0 40px;
  }
  #section5 .top .one {
    margin-left: 164.8px;
  }
  #section5 .top .one .title {
    font-size: 32px;
    margin: 0 0 15px;
  }
  #section5 .top .one .text {
    font-size: 20px;
  }
  #section5 .top .two {
    width: 124.8px;
    height: 124.8px;
    margin-left: 40px;
  }
}
@media (max-width: 1000px) {
  #section5 .top .one {
    margin-left: unset;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 70px 15px 10px 25px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 70px 15px 10px 25px;
  }
  #section5 .middle .itemWrapper .item3 {
    padding: 70px 15px 10px 25px;
  }
}
@media (max-width: 900px) {
  #section5 .middle .btnContainer1 {
    flex-wrap: wrap;
  }
  #section5 .middle .btnContainer1 .btn1 {
    max-width: 49%;
  }
  #section5 .middle .btnContainer1 .btn1 .button {
    max-width: unset !important;
  }
  #section5 .middle .btnContainer1 .btn2 {
    max-width: 49%;
  }
  #section5 .middle .btnContainer1 .btn2 .button {
    max-width: unset !important;
  }
  #section5 .middle .btnContainer1 .btn3 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn3 .button {
    max-width: unset !important;
  }
  #section5 .marginBig {
    margin: 0 auto 50px;
  }
}
@media (max-width: 820px) {
  #section5 {
    padding: 0 30px;
    margin-top: 40px;
  }
  #section5 .top {
    flex-flow: column;
    align-items: center;
  }
  #section5 .top .one {
    order: 1;
    margin-left: unset;
  }
  #section5 .top .one .title {
    font-size: 28px;
    margin: 0 0 15px;
  }
  #section5 .top .one .text {
    font-size: 18px;
  }
  #section5 .top .two {
    width: 156px;
    height: 156px;
    order: 0;
    margin-left: unset;
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  #section5 {
    margin-top: 0;
    padding: 0 20px;
  }
  #section5 .top {
    margin-bottom: 60px;
  }
  #section5 .middle .button1 {
    height: 90px !important;
    max-width: unset;
    width: 100% !important;
  }
  #section5 .middle .btnCenterContainer {
    margin-bottom: 40px;
  }
  #section5 .middle .btnCenterContainer .containerWrapper {
    max-width: unset;
    width: 100%;
    min-height: 90px;
  }
  #section5 .middle .button {
    height: 90px;
  }
  #section5 .middle .btn {
    min-height: 90px;
  }
  #section5 .middle .btnSmall {
    max-width: unset;
  }
  #section5 .middle .btnContainer1 {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  #section5 .middle .btnContainer1 .btn1 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn2 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer2 {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  #section5 .middle .itemWrapper .item .text {
    font-size: 14px;
  }
  #section5 .middle .itemWrapper .item0 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item0 .text {
    margin: 0;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item2 .text {
    margin: 0;
  }
  #section5 .middle .itemWrapper .item3 {
    padding: 64px 25px 24px;
  }
  #section5 .middle .itemWrapper .item3 .text {
    margin: 0;
  }
  #section5 .marginBig {
    margin: 0 auto 40px;
  }
}
@media (max-width: 400px) {
  #section5 {
    padding: 0 15px;
  }
  #section5 .middle .itemWrapper .item0 {
    padding: 64px 15px 38.4px;
  }
  #section5 .middle .itemWrapper .item1 {
    padding: 64px 15px 38.4px;
  }
  #section5 .middle .itemWrapper .item2 {
    padding: 64px 15px 38.4px;
  }
}
#section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
#section2 .itemWrapperSection2 {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  overflow-y: hidden;
  overflow-x: hidden;
}
#section2 .titleContainer {
  width: 100%;
  margin: 50px 0 50px 0;
}
#section2 .titleContainer .title {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
}
#section2 .titleContainer .text {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0;
}
#section2 .contianer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section2 .content1 {
  width: 100%;
  max-width: 1072px;
  margin: 0 0 50px 0;
}
#section2 .content2 {
  width: 100%;
  max-width: 754px;
  margin: 0 0 50px 0;
}
#section2 .content3 {
  max-width: 1115px;
  margin: 0 0 50px 0;
}
#section2 .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section2 .row .column1 {
  display: flex;
  width: 40px;
  margin-right: 20px;
  flex-shrink: 0;
  align-self: center;
}
#section2 .row .column2 {
  display: flex;
  max-width: 698px;
  width: 100%;
}
#section2 .row .column3 {
  width: 267px;
  display: flex;
  justify-content: center;
}
#section2 .row .columnMarginRight {
  margin-right: 51px;
}
#section2 .row .columnMarginTop {
  margin-top: 69px;
}
#section2 .row .columnDirection {
  flex-direction: column;
}
#section2 .row .legendContainer {
  justify-content: space-between;
  row-gap: 25px;
}
#section2 .row .label1,
#section2 .row .label3 {
  color: #000;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  white-space: nowrap;
  margin: 25px 0 0 0;
}
#section2 .row .label2 {
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#section2 .row .labelSmall {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#section2 .row .labelMarginBottom {
  margin-bottom: 14px;
}
#section2 .row .number {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex-shrink: 0;
  position: relative;
}
#section2 .row .line {
  height: 105px;
  border-left: 1px dotted #000000;
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
}
#section2 .row .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86px;
  flex-shrink: 0;
}
#section2 .row .blueBox {
  background: #0000ff;
}
#section2 .row .blueBox .text {
  color: #0F0;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .row .blueBox .white {
  color: #ffffff;
  text-align: left;
}
#section2 .row .blueBox .big {
  font-size: 22px;
  line-height: 1.2;
}
#section2 .row .blueBox .small {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
#section2 .row .blueBox.column {
  flex-flow: column;
  height: unset;
  align-items: flex-start;
  padding: 20px;
}
#section2 .row .greenBox {
  background: #00ff00;
}
#section2 .row .greenBox .text {
  color: #0000ff;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .row .grayBox {
  background: #E9E9E9;
}
#section2 .row .grayBox .text {
  color: #26221E;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .row .pinkBox {
  background: #FF0EB2;
}
#section2 .row .pinkBox .text {
  color: #ffffff;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .row .pinkBox.column {
  flex-flow: column;
  height: unset;
  align-items: center;
  padding: 10px 20px;
}
#section2 .row .blueBoxSize {
  width: 62.9682997118%;
}
#section2 .row .greenBoxSize {
  width: 72.0461095101%;
}
#section2 .row .pinkBoxSize1 {
  width: 38.4726224784%;
}
#section2 .row .pinkBoxSize2 {
  width: 27.9538904899%;
}
#section2 .row .imgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section2 .row .imgCarBig {
  width: 128.912px;
  height: 47.872px;
  background-image: url("../img/section2-1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section2 .row .legend {
  display: flex;
  column-gap: 15px;
}
#section2 .row .legend .pinkSquare {
  width: 24px;
  height: 24px;
  background-color: #FF0EB2;
  flex-shrink: 0;
}
#section2 .row .legend .blueSquare {
  width: 24px;
  height: 24px;
  background-color: #0000ff;
  flex-shrink: 0;
}
#section2 .row .legend .greenSquare {
  width: 24px;
  height: 24px;
  background-color: #00ff00;
  flex-shrink: 0;
}
#section2 .row .legend1 {
  width: 210px;
}
#section2 .row .legend2 {
  width: 170px;
}
#section2 .row .legend3 {
  width: 170px;
}
#section2 .blank {
  height: 101px;
}
#section2 .imgTable {
  width: 1115px;
  height: 547px;
  background-image: url("../img/section2-2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  #section2 {
    padding: 0 30px;
  }
  #section2 .titleContainer {
    margin: 45px 0;
  }
  #section2 .row .column1 {
    margin-right: 18px;
  }
  #section2 .row .box {
    height: 80px;
  }
  #section2 .row .columnMarginRight {
    margin-right: 45px;
  }
  #section2 .row .label1,
  #section2 .row .label3 {
    font-size: 20px;
    line-height: 24px;
  }
  #section2 .row .label2 {
    font-size: 18px;
    line-height: 22px;
  }
  #section2 .row .blueBox .text {
    font-size: 20px;
    line-height: 24px;
  }
  #section2 .row .blueBox .big {
    font-size: 20px;
    line-height: 1.2;
  }
  #section2 .row .blueBox .small {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }
  #section2 .row .grayBox .text {
    font-size: 20px;
    line-height: 24px;
  }
  #section2 .row .greenBox .text {
    font-size: 20px;
    line-height: 24px;
  }
  #section2 .row .legendContainer {
    flex-wrap: wrap;
  }
  #section2 .row .columnMarginTop {
    margin-top: 45px;
  }
}
@media (max-width: 650px) {
  #section2 {
    padding: 0 25px;
  }
  #section2 .titleContainer {
    margin: 45px 0 40px;
  }
  #section2 .row .column1 {
    margin-right: 16px;
  }
  #section2 .row .column3 {
    width: 180px;
  }
  #section2 .row .box {
    height: 73px;
  }
  #section2 .row .columnMarginRight {
    margin-right: 30px;
  }
  #section2 .row .label1,
  #section2 .row .label3 {
    font-size: 18px;
    line-height: 20px;
  }
  #section2 .row .label2 {
    font-size: 16px;
    line-height: 18px;
  }
  #section2 .row .blueBox .text {
    font-size: 18px;
    line-height: 20px;
  }
  #section2 .row .grayBox .text {
    font-size: 18px;
    line-height: 20px;
  }
  #section2 .row .greenBox .text {
    font-size: 18px;
    line-height: 20px;
  }
  #section2 .row .pinkBox .text {
    font-size: 18px;
    line-height: 20px;
  }
  #section2 .row .line {
    height: 85px;
  }
  #section2 .row .columnMarginTop {
    margin-top: 40px;
  }
  #section2 .blank {
    height: 80px;
  }
}
@media (max-width: 580px) {
  #section2 {
    padding: 0 15px;
  }
  #section2 .titleContainer {
    margin: 40px 0 30px;
  }
  #section2 .titleContainer .title {
    font-size: 36px;
    line-height: 42px;
  }
  #section2 .titleContainer .text {
    font-size: 20px;
    line-height: 28px;
  }
  #section2 .row .column1 {
    margin-right: 12px;
    width: 35px;
  }
  #section2 .row .column13 {
    margin-bottom: 12px;
  }
  #section2 .row .box {
    height: 60px;
  }
  #section2 .row .line {
    height: 55px;
  }
  #section2 .row .columnMarginRight {
    margin-right: 25px;
  }
  #section2 .row .label1 {
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    text-align: center;
  }
  #section2 .row .label2 {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .label3 {
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0 0 0;
  }
  #section2 .row .labelMarginBottom {
    margin-bottom: 5px;
  }
  #section2 .row .legendContainer {
    flex-direction: column;
    row-gap: 10px;
  }
  #section2 .row .legend {
    align-items: center;
  }
  #section2 .row .labelSmall {
    font-size: 14px;
    line-height: 20px;
  }
  #section2 .row .blueBox .text {
    font-size: 16px;
    line-height: 18px;
  }
  #section2 .row .grayBox .text {
    font-size: 16px;
    line-height: 18px;
  }
  #section2 .row .greenBox .text {
    font-size: 16px;
    line-height: 18px;
  }
  #section2 .row .pinkBox .text {
    font-size: 16px;
    line-height: 18px;
  }
  #section2 .row .number {
    width: 35px;
    height: 35px;
  }
  #section2 .row .imgCarBig {
    width: 103.13px;
    height: 38.3px;
  }
  #section2 .row .columnMarginTop {
    margin-top: 35px;
  }
  #section2 .blank {
    height: 60px;
  }
}
@media (max-width: 400px) {
  #section2 .titleContainer {
    margin: 40px 0 20px;
  }
  #section2 .titleContainer .title {
    font-size: 28px;
    line-height: 34px;
  }
  #section2 .titleContainer .text {
    font-size: 18px;
    line-height: 24px;
  }
  #section2 .row .column1 {
    margin-right: 8px;
    width: 25px;
  }
  #section2 .row .box {
    height: 45px;
  }
  #section2 .row .line {
    height: 45px;
  }
  #section2 .row .columnMarginRight {
    margin-right: 10px;
  }
  #section2 .row .label1,
  #section2 .row .label3 {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .label2 {
    font-size: 12px;
    line-height: 14px;
  }
  #section2 .row .labelMarginBottom {
    margin-bottom: 0;
  }
  #section2 .row .blueBox .text {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .grayBox .text {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .greenBox .text {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .pinkBox .text {
    font-size: 14px;
    line-height: 16px;
  }
  #section2 .row .number {
    width: 25px;
    height: 25px;
  }
  #section2 .row .imgCarBig {
    width: 77.3472px;
    height: 28.7232px;
  }
  #section2 .row .columnMarginTop {
    margin-top: 25px;
  }
  #section2 .blank {
    height: 50px;
  }
}
#section3 {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
#section3 .top {
  max-width: 1115px;
  width: 100%;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
#section3 .top .img {
  width: 49.511px;
  height: 51px;
  background-image: url("../../assets/img/section3-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 13.49px;
  flex-shrink: 0;
}
#section3 .top .text {
  color: #FF0EB2;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  text-decoration-line: underline;
}
#section3 .tableContainer {
  max-width: 1113.108px;
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
#section3 .table {
  display: grid;
  max-width: 1111px;
  width: 100%;
  border: 3px solid #FF0EB2;
  margin: 88px 0 145px 0;
  border-radius: 31.625px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
#section3 .table .title {
  color: #fff;
  font-family: mBank;
  background-color: #FF0EB2;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 63px;
  display: flex;
  align-items: center;
}
#section3 .table .title:first-child {
  border-right: 1px solid #ffffff;
}
#section3 .table .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
  padding: 30px 63px;
}
#section3 .table .text:nth-child(3) {
  border-right: 1px solid #FF0EB2;
  border-bottom: 1px solid #FF0EB2;
}
#section3 .table .text:nth-child(4) {
  border-bottom: 1px solid #FF0EB2;
}
#section3 .table .text:nth-child(5) {
  border-right: 1px solid #FF0EB2;
}

@media (max-width: 900px) {
  #section3 .top .text {
    text-align: center;
  }
  #section3 .table .title {
    font-size: 32px;
    padding: 20px 40px;
  }
  #section3 .table .text {
    font-size: 16px;
    padding: 30px 40px;
  }
}
@media (max-width: 650px) {
  #section3 .top .text {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  #section3 .table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #section3 .table .title {
    font-size: 25px;
    padding: 10px 20px;
  }
  #section3 .table .text {
    font-size: 14px;
    padding: 20px 20px;
  }
}
@media (max-width: 500px) {
  #section3 {
    padding: 0 15px;
  }
  #section3 .top .text {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 450px) {
  #section3 .table .title {
    font-size: 20px;
    padding: 10px 20px;
  }
  #section3 .table .text {
    font-size: 13px;
    padding: 20px 20px;
  }
}
@media (max-width: 380px) {
  #section3 .table .title {
    font-size: 16px;
    padding: 10px 15px;
  }
  #section3 .table .text {
    font-size: 12px;
    padding: 15px 15px;
  }
}
@media (max-width: 350px) {
  #section3 .top .text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}
#section6 {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
#section6 .titleContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px 0 94.79px 0;
}
#section6 .titleContainer .text {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
}
#section6 .middle {
  max-width: 1113.108px;
  width: 100%;
  flex-direction: column;
  display: flex;
  margin: 0 auto 61.85px;
}
#section6 .middle .btnContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
#section6 .middle .btnContainer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 351.036px;
  height: 104.362px;
  border-width: 2px;
  border-style: solid;
  border-radius: 40px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  padding: 5px 15px;
}
#section6 .middle .btnContainer .btn .text {
  text-align: center;
  font-family: mBank;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.475px;
  text-transform: uppercase;
}
#section6 .middle .btnContainer .btn:active {
  display: flex;
}
#section6 .middle .btnContainer .btnBlue {
  border-color: #0000ff;
}
#section6 .middle .btnContainer .btnBlue .text {
  color: #0000ff;
}
#section6 .middle .btnContainer .btnBlue.active {
  background-color: #0000ff;
}
#section6 .middle .btnContainer .btnBlue.active .text {
  color: #00ff00;
}
#section6 .middle .btnContainer .btnPink {
  border-color: #FF0EB2;
}
#section6 .middle .btnContainer .btnPink .text {
  color: #FF0EB2;
}
#section6 .middle .btnContainer .btnPink.active {
  background-color: #FF0EB2;
}
#section6 .middle .btnContainer .btnPink.active .text {
  color: #ffffff;
}
#section6 .middle .btnContainer .btnGreen {
  border-color: #00ff00;
}
#section6 .middle .btnContainer .btnGreen .text {
  color: #00ff00;
}
#section6 .middle .btnContainer .btnGreen.active {
  background-color: #00ff00;
}
#section6 .middle .btnContainer .btnGreen.active .text {
  color: #0000ff;
}
#section6 .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 118.03px 0;
  height: 940px;
}
#section6 .bottom .content {
  width: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section6 .bottom .content .arrow {
  width: 30px;
  height: 50px;
  background-image: url("../../assets/img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#section6 .bottom .content .arrowLeft {
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}
#section6 .bottom .content .arrowLeft:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.2);
}
#section6 .bottom .content .arrowRight {
  transform: translateY(-50%);
  right: -80px;
}
#section6 .bottom .content .arrowRight:hover {
  transform: translateY(-50%) scale(1.2);
}
#section6 .bottom .content .img {
  width: 920px;
  height: 940px;
  background-image: url("../../assets/img/section6-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section6 .bottom .content .textContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s all ease-in-out;
  opacity: 1;
}
#section6 .bottom .content .textContainer .titleWrapper {
  width: 278px;
  display: flex;
}
#section6 .bottom .content .textContainer .titleWrapper .number2 {
  width: 55px;
  text-align: center;
  font-family: mBank;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}
#section6 .bottom .content .textContainer .titleWrapper .title2 {
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin-left: 5px;
}
#section6 .bottom .content .textContainer p {
  width: 278px;
  position: absolute;
  margin: 0;
}
#section6 .bottom .content .textContainer p .number {
  text-align: center;
  font-family: mBank;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.475px;
  text-transform: capitalize;
}
#section6 .bottom .content .textContainer p .title {
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.475px;
}
#section6 .bottom .content .textContainer p .text {
  display: flex;
  width: 100%;
  font-family: mBank;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 5px 0 0 0;
}
#section6 .bottom .content .textContainer .numberMargin {
  margin-left: 55px;
}
#section6 .bottom .content .textContainer .blue {
  color: #0000ff;
}
#section6 .bottom .content .textContainer .white {
  color: #ffffff;
}
#section6 .bottom .content .textContainer .text11 {
  top: 129px;
  right: 110px;
}
#section6 .bottom .content .textContainer .text21 {
  bottom: 325px;
  right: 10px;
}
#section6 .bottom .content .textContainer .text31 {
  bottom: 126px;
  left: 355px;
}
#section6 .bottom .content .textContainer .text41 {
  bottom: 274px;
  left: 55px;
}
#section6 .bottom .content .textContainer .text51 {
  position: absolute;
  top: 135px;
  left: 162px;
}
#section6 .bottom .content .textContainer .text12 {
  top: 129px;
  right: 110px;
}
#section6 .bottom .content .textContainer .text22 {
  bottom: 346px;
  right: 20px;
}
#section6 .bottom .content .textContainer .text32 {
  bottom: 30px;
  left: 373px;
}
#section6 .bottom .content .textContainer .text42 {
  bottom: 274px;
  left: 55px;
}
#section6 .bottom .content .textContainer .text52 {
  position: absolute;
  top: 138px;
  left: 147px;
}
#section6 .bottom .content .textContainer .text13 {
  top: 129px;
  right: 110px;
}
#section6 .bottom .content .textContainer .text23 {
  bottom: 325px;
  right: 10px;
}
#section6 .bottom .content .textContainer .text33 {
  bottom: 126px;
  left: 355px;
}
#section6 .bottom .content .textContainer .text43 {
  bottom: 274px;
  left: 55px;
}
#section6 .bottom .content .textContainer .text53 {
  position: absolute;
  top: 85px;
  left: 150px;
}
#section6 .bottom .content .hidden {
  opacity: 0;
}

@media (max-width: 1130px) {
  #section6 .bottom .content .arrowLeft {
    left: -33px;
  }
  #section6 .bottom .content .arrowRight {
    right: -33px;
  }
}
@media (max-width: 1000px) {
  #section6 {
    padding: 0 40px;
  }
  #section6 .middle .btnContainer {
    column-gap: 35px;
  }
  #section6 .middle .btnContainer .btn {
    height: 90px;
  }
  #section6 .middle .btnContainer .btn .text {
    font-size: 24px;
    line-height: 30px;
  }
  #section6 .bottom {
    height: 799px;
  }
  #section6 .bottom .content {
    scale: 0.85;
  }
  #section6 .bottom .content .arrow {
    width: 24px;
    height: 40px;
  }
}
@media (max-width: 850px) {
  #section6 {
    padding: 0 20px;
  }
  #section6 .titleContainer .text {
    font-size: 32px;
    line-height: 42px;
  }
  #section6 .middle .btnContainer {
    column-gap: 30px;
  }
  #section6 .middle .btnContainer .btn {
    height: 85px;
  }
  #section6 .middle .btnContainer .btn .text {
    font-size: 18px;
    line-height: 24px;
  }
  #section6 .bottom {
    height: 705px;
  }
  #section6 .bottom .content {
    scale: 0.75;
  }
}
@media (max-width: 750px) {
  #section6 .bottom {
    height: 611px;
    margin-top: 50px;
  }
  #section6 .bottom .content {
    scale: 0.65;
  }
}
@media (max-width: 650px) {
  #section6 .titleContainer {
    margin: 60px 0 40px 0;
  }
  #section6 .titleContainer .text {
    font-size: 24px;
    line-height: 32px;
  }
  #section6 .middle .btnContainer {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
  }
  #section6 .middle .btnContainer .btn {
    width: 49%;
  }
  #section6 .bottom {
    height: 498px;
    margin: 40px 0 100px 0;
  }
  #section6 .bottom .content {
    scale: 0.53;
  }
}
@media (max-width: 550px) {
  #section6 .bottom {
    height: 394px;
    margin: 40px 0 60px 0;
  }
  #section6 .bottom .content {
    scale: 0.42;
  }
}
@media (max-width: 450px) {
  #section6 {
    padding: 0 15px;
  }
  #section6 .middle .btnContainer {
    column-gap: 20px;
  }
  #section6 .middle .btnContainer .btn {
    width: 100%;
    max-width: unset;
    height: 80px;
  }
  #section6 .bottom {
    height: 310px;
    margin: 15px 0 60px 0;
  }
  #section6 .bottom .content {
    scale: 0.33;
  }
}
@media (max-width: 350px) {
  #section6 .bottom {
    height: 280px;
  }
  #section6 .bottom .content {
    scale: 0.32;
  }
}
#section7 .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#section7 .container .text {
  width: 1340px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: mBank;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 210px 0 210px;
  margin: 145px 0;
}
#section7 .container .img1 {
  width: 108px;
  height: 261px;
  background-image: url("../../assets/img/section7-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  left: 111px;
}
#section7 .container .img2 {
  width: 117px;
  height: 115px;
  background-image: url("../../assets/img/section7-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 36.36px;
  right: 156.61px;
}
#section7 .containerBg {
  background: #FF0EB2;
}

@media (max-width: 1200px) {
  #section7 .container .text {
    font-size: 28px;
    margin: 100px 0;
  }
  #section7 .container .img1 {
    left: 55px;
  }
  #section7 .container .img2 {
    right: 75px;
  }
}
@media (max-width: 1000px) {
  #section7 .container .text {
    font-size: 26px;
    padding: 0 175px;
    margin: 80px 0;
  }
}
@media (max-width: 800px) {
  #section7 .container .text {
    font-size: 24px;
    padding: 0 75px;
    margin: 80px 0;
  }
  #section7 .container .img1 {
    width: 50px;
    height: 130.5px;
    bottom: unset;
    top: 20px;
    left: 20px;
  }
  #section7 .container .img2 {
    right: 0px;
  }
}
@media (max-width: 600px) {
  #section7 .container .text {
    font-size: 22px;
    margin: 70px 0;
    padding: 0 60px 0 55px;
  }
  #section7 .container .img1 {
    width: 37.8px;
    height: 91.35px;
    top: 10px;
    left: 10px;
  }
  #section7 .container .img2 {
    right: 0px;
    width: 81.9px;
    height: 80.5px;
  }
}
@media (max-width: 500px) {
  #section7 .container .text {
    font-size: 18px;
    margin: 60px 0;
  }
}
#section8 {
  margin-top: 80px;
}
#section8 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section8 .container .title {
  max-width: 1111px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 18px auto 53px;
  padding: 0 20px;
}
#section8 .container .middle {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  height: 665px;
  display: flex;
  position: relative;
}
#section8 .container .middle .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 285px;
  height: 285px;
  cursor: pointer;
  z-index: 10;
}
#section8 .container .middle .circle .bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
#section8 .container .middle .circle .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
#section8 .container .middle .circle .text {
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.24px;
  z-index: 15;
}
#section8 .container .middle .circle .text .big {
  font-weight: 600;
}
#section8 .container .middle .circle .number,
#section8 .container .middle .circle .arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
#section8 .container .middle .circle .number {
  z-index: 20;
}
#section8 .container .middle .circle .arrow {
  z-index: 5;
}
#section8 .container .middle .circlePink .bg {
  border: 2px solid #FF0EB2;
  background-color: #FF0EB2;
}
#section8 .container .middle .circlePink .text {
  color: #ffffff !important;
}
#section8 .container .middle .circleBlue .bg {
  border: 2px solid #0000FF;
  background-color: #0000FF;
}
#section8 .container .middle .circleBlue .text {
  color: #ffffff !important;
}
#section8 .container .middle .circleGreen .bg {
  border: 2px solid #00FF00;
  background-color: #00FF00;
}
#section8 .container .middle .circleGreen .text {
  color: #0000FF !important;
}
#section8 .container .middle .circle1 {
  top: 95px;
  left: 5px;
}
#section8 .container .middle .circle1 .number {
  width: 58px;
  height: 97px;
  background-image: url("../../assets/img/section8-1.svg");
  transform: rotate(-8.659deg);
  top: 0;
  left: 0;
}
#section8 .container .middle .circle1 .arrow {
  width: 290px;
  height: 203px;
  background-image: url("../../assets/img/section8-6.svg");
  top: -8px;
  left: 153px;
  transform: translateY(-25%);
}
#section8 .container .middle .circle2 {
  bottom: 142px;
  left: 238px;
  z-index: 10;
}
#section8 .container .middle .circle2 .number {
  width: 88px;
  height: 98px;
  background-image: url("../../assets/img/section8-2.svg");
  transform: rotate(-8.659deg);
  bottom: -38px;
  left: 11px;
}
#section8 .container .middle .circle2 .arrow {
  width: 290px;
  height: 242px;
  background-image: url("../../assets/img/section8-7.svg");
  bottom: -37px;
  right: -169px;
  transform: translateY(25%);
}
#section8 .container .middle .circle3 {
  top: 95px;
  left: 479px;
}
#section8 .container .middle .circle3 .number {
  width: 87px;
  height: 97px;
  background-image: url("../../assets/img/section8-3.svg");
  transform: rotate(10.734deg);
  top: 0;
  left: 0;
}
#section8 .container .middle .circle3 .arrow {
  width: 290px;
  height: 238px;
  background-image: url("../../assets/img/section8-8.svg");
  top: -35px;
  left: 155px;
  transform: translateY(-25%);
}
#section8 .container .middle .circle4 {
  bottom: 142px;
  left: 705px;
  z-index: 10;
}
#section8 .container .middle .circle4 .number {
  width: 92px;
  height: 97px;
  background-image: url("../../assets/img/section8-4.svg");
  transform: rotate(11.372deg);
  bottom: -35px;
  left: 0;
}
#section8 .container .middle .circle4 .arrow {
  width: 290px;
  height: 219px;
  background-image: url("../../assets/img/section8-9.svg");
  bottom: -20px;
  right: -160px;
  transform: translateY(25%);
}
#section8 .container .middle .circle5 {
  top: 95px;
  left: 933px;
}
#section8 .container .middle .circle5 .number {
  width: 87px;
  height: 97px;
  background-image: url("../../assets/img/section8-5.svg");
  top: -40px;
  left: 50%;
  transform: rotate(-3.265deg) translateX(-50%);
}
#section8 .container .middle .spot {
  border-radius: 50%;
  position: absolute;
  z-index: 20;
}
#section8 .container .middle .spotGrren18 {
  width: 18px;
  height: 18px;
  background: #00FF00;
  left: -38px;
  bottom: 106px;
}
#section8 .container .middle .spotGrren20 {
  width: 20px;
  height: 20px;
  background: #00FF00;
  top: 59px;
  right: -20px;
}
#section8 .container .middle .spotGrren40 {
  width: 40.92px;
  height: 40.92px;
  background: #00FF00;
  top: 86px;
  left: -43px;
}
#section8 .container .middle .spotPink23 {
  width: 23.986px;
  height: 23.986px;
  background: #FF0EB2;
  top: 50px;
  left: -20px;
}
#section8 .container .middle .spotPink30 {
  width: 30px;
  height: 30px;
  background: #FF0EB2;
  top: 40px;
  right: -10px;
}
#section8 .container .middle .spotPink45 {
  width: 45px;
  height: 45px;
  background: #FF0EB2;
  top: 87px;
  right: -55px;
}
#section8 .container .middle .spotPink46 {
  width: 46.895px;
  height: 46.895px;
  background: #FF0EB2;
  bottom: 35px;
  right: -30px;
}
#section8 .container .middle .spotPink51 {
  width: 51px;
  height: 51px;
  background: #FF0EB2;
  bottom: 40px;
  left: -38px;
}
#section8 .container .middle .spotBlue23 {
  width: 23.175px;
  height: 23.175px;
  background: #0000FF;
  bottom: 113px;
  right: -40px;
}
#section8 .container .middle .spotBlue31 {
  width: 31.124px;
  height: 31.124px;
  background: #0000FF;
  top: 132px;
  right: -40px;
}
#section8 .container .bottom {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-flow: column;
  margin: 0 auto 120px;
}
#section8 .container .bottom .btn {
  max-width: 360px;
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #00F;
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}
#section8 .container .bottom .itemWrapper {
  display: flex;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 0;
  flex-flow: column;
  margin-top: -60px;
}
#section8 .container .bottom .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  padding: 85px 24px 38px 43px;
  border-radius: 31.625px;
  border: 4px solid #00F;
}
#section8 .container .bottom .itemWrapper .item .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 0px 0;
}

@media (max-width: 1300px) {
  #section8 .container .middle {
    max-width: 976px;
    height: 532px;
  }
  #section8 .container .middle .circle {
    scale: 0.8;
  }
  #section8 .container .middle .circle1 {
    top: 49px;
    left: -26px;
  }
  #section8 .container .middle .circle2 {
    bottom: 83px;
    left: 160.4px;
  }
  #section8 .container .middle .circle3 {
    top: 49px;
    left: 353.2px;
  }
  #section8 .container .middle .circle4 {
    bottom: 83px;
    left: 534px;
  }
  #section8 .container .middle .circle5 {
    top: 49px;
    left: 716.4px;
  }
}
@media (max-width: 1000px) {
  #section8 .container .middle {
    max-width: 732px;
    height: 399px;
  }
  #section8 .container .middle .circle {
    scale: 0.6;
  }
  #section8 .container .middle .circle1 {
    top: 0px;
    left: -53px;
  }
  #section8 .container .middle .circle2 {
    bottom: 28px;
    left: 86px;
  }
  #section8 .container .middle .circle3 {
    top: 0px;
    left: 226px;
  }
  #section8 .container .middle .circle4 {
    bottom: 28px;
    left: 367px;
  }
  #section8 .container .middle .circle5 {
    top: 0px;
    left: 503px;
  }
}
@media (max-width: 800px) {
  #section8 .container .middle {
    max-width: 616px;
    height: 900px;
  }
  #section8 .container .middle .circle {
    scale: 0.8;
  }
  #section8 .container .middle .circle1 {
    left: -26px;
  }
  #section8 .container .middle .circle2 {
    bottom: unset;
    left: 160.4px;
    top: 115px;
  }
  #section8 .container .middle .circle3 {
    left: 353.2px;
  }
  #section8 .container .middle .circle3 .arrow {
    display: none;
  }
  #section8 .container .middle .circle4 {
    bottom: unset;
    top: 465px;
    left: 20px;
  }
  #section8 .container .middle .circle4 .arrow {
    transform: rotate(35deg);
    bottom: -150px;
    right: -190px;
  }
  #section8 .container .middle .circle5 {
    bottom: unset;
    top: 465px;
    left: unset;
    right: 20px;
  }
}
@media (max-width: 730px) {
  #section8 {
    margin-top: 50px;
  }
  #section8 .container .title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 660px) {
  #section8 .container .middle {
    max-width: 510px;
    height: 700px;
  }
  #section8 .container .middle .circle {
    scale: 0.6;
  }
  #section8 .container .middle .circle1 {
    left: -26px;
  }
  #section8 .container .middle .circle2 {
    left: 112.4px;
    top: 87px;
  }
  #section8 .container .middle .circle3 {
    left: 255.2px;
  }
  #section8 .container .middle .circle4 {
    top: 345px;
    left: 5px;
  }
  #section8 .container .middle .circle5 {
    top: 345px;
    right: 5px;
  }
}
@media (max-width: 550px) {
  #section8 .container .bottom {
    max-width: unset;
    padding: 0 20px;
  }
  #section8 .container .bottom .btn {
    max-width: unset;
  }
}
@media (max-width: 520px) {
  #section8 .container {
    overflow: hidden;
  }
  #section8 .container .middle {
    height: 1300px;
    max-width: 370px;
    margin: 0 auto;
  }
  #section8 .container .middle .circle {
    scale: 0.8;
  }
  #section8 .container .middle .circle1 {
    left: -10px;
  }
  #section8 .container .middle .circle1 .arrow {
    top: 75px;
    left: 169px;
    transform: rotate(18deg) scale(0.9);
  }
  #section8 .container .middle .circle1 .spotGrren20 {
    top: 0px;
    right: 21px;
  }
  #section8 .container .middle .circle1 .spotPink45 {
    top: 19px;
    right: -38px;
  }
  #section8 .container .middle .circle2 {
    top: 220px;
  }
  #section8 .container .middle .circle2 .number {
    left: 38px;
  }
  #section8 .container .middle .circle2 .arrow {
    top: 110px;
    left: -155px;
    transform: rotate(161deg) scale(0.9);
  }
  #section8 .container .middle .circle2 .spotGrren18 {
    left: -18px;
    bottom: 52px;
  }
  #section8 .container .middle .circle2 .spotBlue31 {
    top: 60px;
    right: unset;
    left: -33px;
  }
  #section8 .container .middle .circle2 .spotPink51 {
    bottom: -35px;
    left: unset;
    right: 29px;
  }
  #section8 .container .middle .circle3 {
    left: 0;
    top: 500px;
  }
  #section8 .container .middle .circle3 .number {
    top: 12px;
    left: -28px;
  }
  #section8 .container .middle .circle3 .arrow {
    display: flex;
    top: 65px;
    left: 169px;
    transform: rotate(18deg) scale(0.9);
  }
  #section8 .container .middle .circle3 .spotPink30 {
    top: 25px;
    right: -10px;
  }
  #section8 .container .middle .circle4 {
    top: 735px;
    left: 112.4px;
  }
  #section8 .container .middle .circle4 .number {
    left: 48px;
  }
  #section8 .container .middle .circle4 .arrow {
    top: 110px;
    left: -155px;
    transform: rotate(161deg) scale(0.9);
  }
  #section8 .container .middle .circle4 .spotBlue23 {
    left: 0;
    bottom: unset;
    top: 25px;
  }
  #section8 .container .middle .circle4 .spotPink46 {
    bottom: -50px;
    right: 33px;
  }
  #section8 .container .middle .circle5 {
    left: 0;
    right: unset;
    top: 1000px;
  }
  #section8 .container .middle .circle5 .number {
    top: -4px;
    left: 5%;
  }
  #section8 .container .middle .circle5 .spotPink23 {
    top: 99px;
    left: -31px;
  }
  #section8 .container .middle .circle5 .spotGrren40 {
    right: -27px;
    left: unset;
    top: 21px;
  }
}
@media (max-width: 420px) {
  #section8 .container .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #section8 .container .middle {
    height: 1020px;
    max-width: 330px;
  }
  #section8 .container .middle .circle {
    scale: 0.6;
  }
  #section8 .container .middle .circle1 {
    left: -30px;
  }
  #section8 .container .middle .circle2 {
    top: 170px;
    left: 77.4px;
  }
  #section8 .container .middle .circle3 {
    left: -20px;
    top: 383px;
  }
  #section8 .container .middle .circle4 {
    left: 77.4px;
    top: 565px;
  }
  #section8 .container .middle .circle5 {
    left: -20px;
    top: 766px;
  }
  #section8 .container .bottom .itemWrapper .item {
    padding: 64px 15px 38.4px;
  }
}
#section9 .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ff00;
  position: relative;
}
#section9 .container .content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 32px 90px 61px 0;
  padding: 0 50px;
}
#section9 .container .content .text {
  color: #00F;
  font-family: mBank;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#section9 .container .content .img {
  width: 212.956px;
  height: 112.706px;
  background-image: url("../../assets/img/section9-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -81.62px;
  bottom: -30.18px;
}

@media (max-width: 800px) {
  #section9 .container .content {
    padding: 0 0 0 40px;
  }
  #section9 .container .content .text {
    font-size: 24px;
  }
  #section9 .container .content .img {
    width: 170.4px;
    height: 90.15px;
    bottom: -40px;
  }
}
@media (max-width: 600px) {
  #section9 .container .content {
    margin: 32px 50px 61px 0;
    padding: 0 0 0 20px;
  }
  #section9 .container .content .text {
    font-size: 20px;
  }
  #section9 .container .content .img {
    width: 170.4px;
    height: 90.15px;
    bottom: -60px;
    right: -45px;
  }
}
@media (max-width: 400px) {
  #section9 .container .content {
    padding: 0 0 0 15px;
    margin: 32px 20px 60px 0;
  }
  #section9 .container .content .text {
    font-size: 18px;
  }
  #section9 .container .content .img {
    width: 106.5px;
    height: 56.353px;
    bottom: -40px;
    right: 8px;
  }
}
#section10 .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px;
}
#section10 .container .bg {
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: var(--zeus-black-ui, #26221E);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section10 .container .content {
  max-width: 920px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 42px 0;
  z-index: 2;
}
#section10 .container .content .titleContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
#section10 .container .content .titleContainer .text {
  color: #25221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.4px;
}
#section10 .container .content .titleContainer .textBold {
  color: #25221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 65.5px;
  letter-spacing: -0.4px;
}
#section10 .container .content .titleContainer .link {
  color: #00F;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 65.5px;
  letter-spacing: -0.4px;
  user-select: none;
  cursor: pointer;
}
#section10 .container .content .titleContainer .img {
  width: 225.797px;
  height: 107.413px;
  background-image: url("../../assets/img/section10-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -95px;
  top: 16px;
}
#section10 .container .content .middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section10 .container .content .middle .img {
  width: 312px;
  height: 312px;
  background-image: url("../../assets/img/section10-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 43px 0 42px 0;
}
#section10 .container .content .middle .text {
  color: #25221E;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.4px;
}

@media (max-width: 1150px) {
  #section10 .container {
    padding: 0 30px;
  }
  #section10 .container .content .titleContainer .img {
    right: 5px;
    top: 50px;
  }
}
@media (max-width: 800px) {
  #section10 .container {
    padding: 0 20px;
  }
  #section10 .container .content .titleContainer .text {
    font-size: 32px;
    line-height: 34px;
  }
  #section10 .container .content .titleContainer .textBold {
    font-size: 32px;
    line-height: 36px;
  }
  #section10 .container .content .titleContainer .img {
    width: 180px;
    height: 85.6px;
  }
  #section10 .container .content .middle .text {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  #section10 .container {
    padding: 0 15px;
  }
  #section10 .container .content .titleContainer .text {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }
  #section10 .container .content .titleContainer .textBold {
    font-size: 26px;
    line-height: 34px;
  }
  #section10 .container .content .titleContainer .link {
    font-size: 32px;
    line-height: 42px;
  }
  #section10 .container .content .titleContainer .img {
    display: none;
  }
  #section10 .container .content .middle .text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  #section10 .container .content .middle .text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 350px) {
  #section10 .container .content .middle .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#section11 {
  display: flex;
  flex-flow: column;
  padding: 50px;
}
#section11 .element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#section11 .element .img {
  width: 17px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section11 .element .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 5px;
}
#section11 .wrapper {
  max-width: 1110px;
  margin: 45px auto 60px;
}
#section11 .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 20px;
}
#section11 .description {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
#section11 .description a {
  color: #000000;
  word-break: break-word;
}

@media (max-width: 1320px) {
  #section11 .wrapper {
    max-width: 900px;
    margin: 35px auto 50px;
  }
}
@media (max-width: 920px) {
  #section11 {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  #section11 {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=main.css.map */
