* {
  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;
  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: 25px;
}
#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: 61px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  padding-left: 95px;
  padding-right: 25px;
}
#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: 25px;
}
#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: 750px;
    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 {
    width: 550px;
    right: -50px;
  }
}
@media (max-width: 850px) {
  #section1 .mainImage {
    padding-top: 350px;
    background-position: center;
  }
  #section1 .mainImage .img4 {
    width: 450px;
    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: 350px;
    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: 280px;
    height: 202.3px;
    right: calc(50% - 140px);
  }
}
@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: 24px;
  }
  #section1Mobile .absoluteSecond {
    padding-left: 30px;
    font-size: 24px;
  }
  #section1Mobile .absoluteThird {
    padding-left: 30px;
    font-size: 24px;
    line-height: 26px;
  }
}
#section5 {
  display: flex;
  width: 100%;
  padding: 0 50px;
  flex-flow: column;
  margin-top: 60px;
}
#section5 .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 .title.title1 {
  margin: 35px 0;
}
#section5 .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 .text.text1 {
  margin: 35px 0 0 0;
}
#section5 .titleContainer {
  display: flex;
  flex-direction: column;
  position: relative;
}
#section5 .titleContainer::before {
  content: "";
  width: 156px;
  height: 156px;
  background-image: url("../img/section5-2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 0;
}
#section5 .titleContainer.titleContainer1 {
  margin: 80px 0 35px 0;
}
#section5 .top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 35.79px 0;
}
#section5 .top .one {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#section5 .middle {
  max-width: 1113.108px;
  width: 100%;
  flex-direction: column;
  display: flex;
}
#section5 .btnCenterContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 62.48px;
}
#section5 .btnCenterContainer .containerWrapper {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .btnContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#section5 .btnContainer1 {
  margin: 35px 0 0 0;
}
#section5 .btnContainer2 {
  margin: 0px 0 0 0;
}
#section5 .btnContainer3 {
  margin: 60px 0 0 0;
}
#section5 .btnContainerCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section5 .btn {
  width: 100%;
  max-width: 1110px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#section5 .btn.btn1 {
  margin: 0 auto 60px auto;
}
#section5 .btn.btn2 {
  margin: 35px 0 0 0;
}
#section5 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 105px;
  border-radius: 20px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  padding: 5px 10px;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  flex-shrink: 0;
}
#section5 .button:active {
  display: flex;
}
#section5 .btnPink {
  background: #ff0eb2;
}
#section5 .btnPink:hover {
  background: #e40ea0;
}
#section5 .btnBlue {
  background: #0000ff;
  z-index: 1;
  font-size: 26px;
}
#section5 .btnBlue:hover {
  background: #0000dd;
}
#section5 .btnGreen {
  background: #00ff00;
  color: #0000ff !important;
  max-width: unset;
  font-size: 26px;
}
#section5 .btnGreen:hover {
  background: #00dd00;
}
#section5 .arrow {
  width: 48px;
  height: 48px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  user-select: none;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  transform: rotate(180deg);
  bottom: -34px;
  left: calc(50% - 24px);
}
#section5 .arrow.blue {
  background-image: url("../img/section5-1.svg");
}
#section5 .arrow.blueGreen {
  background-image: url("../img/section5-3.svg");
}
#section5 .arrow.green {
  background-image: url("../img/section5-4.svg");
}
#section5 .arrow.pink {
  background-image: url("../img/section5-5.svg");
}
#section5 .arrow.active {
  transform: rotate(0deg);
}
#section5 .arrow.beforeActive {
  bottom: -24px;
}
#section5 .noCursor {
  cursor: auto !important;
}
#section5 .btnSmall {
  max-width: 351.036px;
  height: fit-content;
}
#section5 .btnUltraSmall {
  max-width: 254px;
  height: fit-content;
}
#section5 .btnBig {
  max-width: 474px;
  height: fit-content;
}
#section5 .content {
  display: flex;
  flex-flow: column;
}
#section5 .itemWrapper {
  width: 100%;
  max-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin: -60px 0 0 0;
}
#section5 .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
#section5 .itemWrapper .item .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
#section5 .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 .itemWrapper .item.blue {
  border: 2px solid #0000ff;
}
#section5 .itemWrapper .item.pink {
  border: 2px solid #ff0eb2;
}
#section5 .itemWrapper .item.green {
  border: 2px solid #00ff00;
}
#section5 .itemWrapper .item0 {
  padding: 88.69px 18px 27px 25px;
  border-radius: 20px;
}
#section5 .itemWrapper .item1 {
  padding: 90px 29px 64px 42px;
  border-radius: 20px;
}
#section5 .itemWrapper .item2 {
  padding: 85px 24px 11px 43px;
  border-radius: 20px;
}
#section5 .itemWrapper .item3 {
  padding: 85px 24px 11px 43px;
  border-radius: 20px;
}
#section5 .itemWrapper .item3 .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#section5 .itemWrapper1 {
  transition: all 0.4s ease-in-out;
}
#section5 .itemWrapper2 {
  transition: all 0.5s ease-in-out;
}
#section5 .itemWrapper3 {
  transition: all 0.5s ease-in-out;
}
#section5 .mobile {
  display: none;
}
#section5 .marginBig {
  margin: 0 auto 65.79px;
}
#section5 .marginSmall {
  margin: 0 auto 34.85px;
}
#section5 .scrollHeight {
  max-height: 700px !important;
}
#section5 .slider {
  display: none;
  width: 100%;
  padding: 0 10px;
}
#section5 .slider .arrows {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
}
#section5 .slider .arrows .slideArrow {
  width: 37px;
  height: 38px;
  background-position: center;
  position: absolute;
  opacity: 1;
  transition: 0.3s all;
  cursor: pointer;
}
#section5 .slider .arrows .slideArrow:disabled {
  visibility: hidden;
  opacity: 0;
}
#section5 .slider .arrows .arrowRight {
  right: -10px;
  background-image: url("../../assets/img/section5-7.svg");
}
#section5 .slider .arrows .arrowRight:hover {
  transform: scale(1.2);
}
#section5 .slider .arrows .arrowLeft {
  left: -10px;
  background-image: url("../../assets/img/section5-6.svg");
}
#section5 .slider .arrows .arrowLeft:hover {
  transform: scale(1.2);
}
#section5 .slider2 {
  display: none;
  width: 100%;
  padding: 0 10px;
}
#section5 .slider2 .arrows {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
}
#section5 .slider2 .arrows .slideArrow {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 1;
  transition: 0.3s all;
  cursor: pointer;
}
#section5 .slider2 .arrows .slideArrow:disabled {
  visibility: hidden;
  opacity: 0;
}
#section5 .slider2 .arrows .arrowRight {
  right: -8px;
  background-image: url("../../assets/img/section5-9.svg");
}
#section5 .slider2 .arrows .arrowRight:hover {
  transform: scale(1.2);
}
#section5 .slider2 .arrows .arrowLeft {
  left: -8px;
  background-image: url("../../assets/img/section5-8.svg");
}
#section5 .slider2 .arrows .arrowLeft:hover {
  transform: scale(1.2);
}

@media (max-width: 1300px) {
  #section5 {
    padding: 0 40px;
  }
  #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: 1200px) {
  #section5 .middle .btnBig {
    max-width: calc(50% - 15px);
  }
  #section5 .middle .btnSmall {
    max-width: calc(33.3333333333% - 15px);
  }
  #section5 .middle .button1 {
    width: 100%;
  }
  #section5 .middle .button3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1150px) {
  #section5 .btnContainer3 {
    flex-wrap: wrap;
  }
  #section5 .btnUltraSmall {
    max-width: unset;
    width: calc(25% - 10px);
  }
  #section5 .middle .button1 {
    font-size: 22px;
  }
  #section5 .btnBlue {
    font-size: 22px;
  }
  #section5 .btnGreen {
    font-size: 22px;
  }
  #section5 .titleContainer::before {
    top: -100px;
  }
  #section5 .titleContainer.titleContainer1 {
    margin: 100px 0 40px 0;
  }
}
@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: 75px 15px 20px 15px;
  }
  #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 .btn3 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn3 .button {
    max-width: unset !important;
  }
  #section5 .middle .button3 {
    font-size: 24px;
    line-height: 32px;
  }
  #section5 .middle .btnSmall {
    max-width: unset;
    width: 100%;
    height: 100%;
  }
  #section5 .middle .itemWrapper2 {
    overflow: unset;
    height: 100%;
    max-height: unset;
  }
  #section5 .btnContainer2 {
    flex-wrap: wrap;
  }
  #section5 .btnUltraSmall {
    max-width: unset;
    width: 100%;
    height: 100%;
  }
  #section5 .marginBig {
    margin: 0 auto 50px;
  }
  #section5 .titleContainer.titleContainer1 {
    margin: 200px 0 45px;
  }
  #section5 .titleContainer::before {
    top: -150px;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translateX(-50%);
  }
  #section5 .titleContainer .title {
    font-size: 36px;
  }
  #section5 .titleContainer .text {
    font-size: 20px;
  }
  #section5 .slider {
    display: flex;
  }
  #section5 .slider2 {
    display: flex;
  }
  #section5 .btnDesktop {
    display: none;
  }
  #section5 .button1 {
    margin: 0 5px;
  }
}
@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;
  }
  #section5 .middle .button2 {
    font-size: 28px;
  }
  #section5 .middle .btnBig {
    max-width: 100%;
  }
  #section5 .middle .butBr {
    display: none;
  }
  #section5 .middle .btnSmall {
    max-width: 100%;
  }
  #section5 .scrollHeight {
    max-height: 1610px !important;
  }
}
@media (max-width: 600px) {
  #section5 .titleContainer .title {
    font-size: 28px;
  }
  #section5 .titleContainer .text {
    font-size: 18px;
  }
  #section5 .btnContainer3 {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 550px) {
  #section5 {
    padding: 0 20px;
  }
  #section5 .top {
    margin: 20px 0 30px 0;
  }
  #section5 .middle .itemWrapper1 {
    transition: 0.6s all ease-in-out;
  }
  #section5 .middle .itemWrapper2 {
    transition: 0.65s all ease-in-out;
  }
  #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 .btnContainer1 {
    flex-direction: column;
    align-items: center;
  }
  #section5 .middle .btnContainer1 .btn1 {
    max-width: 100%;
  }
  #section5 .middle .btnContainer1 .btn2 {
    max-width: 100%;
  }
  #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: 75px 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 .titleContainer.titleContainer1 {
    margin: 200px 0 30px 0;
  }
}
@media (max-width: 480px) {
  #section5 .middle .button3 {
    font-size: 20px;
    line-height: 28px;
  }
  #section5 .middle .arrow {
    bottom: -30px;
  }
  #section5 .middle .btnContainer2 {
    margin: 40px 0 0 0;
  }
}
@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;
  }
  #section5 .button3 {
    font-size: 18px;
    line-height: 26px;
  }
  #section5 .scrollHeight {
    max-height: 1700px !important;
  }
}
@media (max-width: 365px) {
  #section5 .scrollHeight {
    max-height: 2000px !important;
  }
}
.section15 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px 0 0 0;
  padding: 0 20px;
}
.section15 .content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section15 .content .img {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 47px 56px 47px 0;
  flex-shrink: 0;
}
.section15 .content .text {
  color: #00F;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.12px;
}
.section15.pink {
  background-color: #FF0EB2;
}
.section15.pink .content .text {
  color: #ffffff;
}
.section15.pink .content .img {
  background-image: url("../img/section15-2.svg");
}
.section15:not(.pink) {
  background-color: #00ff00;
}
.section15:not(.pink) .content .img {
  background-image: url("../img/section15-1.svg");
}

@media (max-width: 800px) {
  .section15 .content .img {
    width: 134.4px;
    height: 128.8px;
    margin: 30px 45px 25px 0;
  }
  .section15 .content .text {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .section15 .content .img {
    width: 100.8px;
    height: 96.6px;
  }
  .section15 .content .text {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .section15 {
    margin: 40px 0 0 0;
  }
  .section15 .content .text {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .section15 {
    margin: 30px 0 0 0;
  }
  .section15 .content .img {
    width: 67.2px;
    height: 64.4px;
    margin: 25px 25px 20px 0;
  }
  .section15 .content .text {
    font-size: 16px;
  }
}
#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 80px;
}
#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 {
  color: #201C17;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
#section11 .description strong {
  font-weight: 700;
}
#section11 .description a {
  color: #201C17;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}
#section11 .description a:hover {
  color: #0000ee;
}

@media (max-width: 1320px) {
  #section11 .wrapper {
    max-width: 900px;
    margin: 35px auto 50px;
  }
}
@media (max-width: 920px) {
  #section11 {
    padding: 0 30px;
  }
  #section11 .description {
    font-size: 18px;
  }
  #section11 .description a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #section11 {
    padding: 0 20px;
  }
  #section11 .description {
    font-size: 16px;
  }
  #section11 .description a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #section11 {
    padding: 0 20px;
  }
  #section11 .description {
    font-size: 14px;
    line-height: 24px;
  }
  #section11 .description a {
    font-size: 14px;
  }
}
#section12 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 79px 20px 80px 20px;
}
#section12 .titleContainer {
  max-width: 1147px;
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 0 100px 0;
}
#section12 .titleContainer .imgContainer {
  width: 37px;
  height: 47px;
  display: flex;
  position: absolute;
}
#section12 .titleContainer .imgContainer .img {
  width: 37px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
}
#section12 .titleContainer .imgContainer .img1 {
  background-image: url("../img/section6-1.svg");
}
#section12 .titleContainer .imgContainer .img2 {
  background-image: url("../img/section6-2.svg");
}
#section12 .titleContainer .imgContainer .bg {
  width: 35px;
  height: 25px;
  z-index: 5;
}
#section12 .titleContainer .imgContainer .bg1 {
  background-color: #0000ff;
}
#section12 .titleContainer .imgContainer .bg2 {
  background-color: #ff0eb2;
}
#section12 .titleContainer .leftPink {
  bottom: -47px;
  left: -2px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}
#section12 .titleContainer .title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  background-color: #ff0eb2;
  padding: 50px 20px 50px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0;
}
#section12 .btn {
  width: 48px;
  height: 48px;
  background-image: url("../img/section12-18.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%) rotate(180deg);
  transition: 0.3s all ease-in-out;
}
#section12 .listContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.5s all ease-in-out;
  padding: 0 115px;
}
#section12 .element {
  width: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#section12 .element .text {
  width: 100%;
  color: #00f;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  margin: 0;
  position: absolute;
  z-index: 15;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#section12 .element .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
}
#section12 .element .lineBlue {
  height: 300px;
  border-left: 5px dashed #0000ff;
  position: absolute;
  bottom: -260px;
  left: 38px;
  z-index: -5;
}
#section12 .element .lineBlueShort {
  height: 160px;
  border-left: 5px dashed #0000ff;
  position: absolute;
  bottom: -100px;
  left: 38px;
  z-index: -5;
}
#section12 .element .linePink {
  height: 300px;
  border-left: 5px dashed #ff0fb2;
  position: absolute;
  bottom: -260px;
  right: 38px;
  z-index: -5;
}
#section12 .element .linePinkShort {
  height: 50px;
  border-left: 5px dashed #ff0fb2;
  position: absolute;
  bottom: -10px;
  right: 38px;
  z-index: -5;
}
#section12 .element1 {
  padding: 0 0 0 45px;
  margin: 25px 120px 0 0;
}
#section12 .element1 .text {
  max-width: 745px;
  width: 73%;
  top: 20%;
  right: 90px;
}
#section12 .element1 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-8.svg");
  position: relative;
}
#section12 .element1 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-7.svg");
  position: absolute;
  top: 0;
  left: -35px;
}
#section12 .element1 .img2 .img3 {
  width: 45%;
  height: 112px;
  background-image: url("../img/section12-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 53px;
  left: 15%;
}
#section12 .element2 {
  padding: 0 45px 0 0;
  margin: 25px 0 0 120px;
}
#section12 .element2 .text {
  max-width: 725px;
  width: 69%;
  top: 60px;
  left: 13%;
}
#section12 .element2 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element2 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element2 .img2 .img3 {
  width: 45%;
  height: 109px;
  background-image: url("../img/section12-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 53px;
  left: 40%;
}
#section12 .element3 {
  padding: 0 0 0 45px;
  margin: 25px 120px 0 0;
}
#section12 .element3 .text {
  max-width: 715px;
  width: 70%;
  top: 60px;
  right: 120px;
}
#section12 .element3 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-8.svg");
  position: relative;
}
#section12 .element3 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-7.svg");
  position: absolute;
  top: 0;
  left: -35px;
}
#section12 .element3 .img2 .img3 {
  width: 45%;
  height: 123px;
  background-image: url("../img/section12-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 42px;
  left: 15%;
}
#section12 .element4 {
  padding: 0 45px 0 0;
  margin: 0 0 0 120px;
}
#section12 .element4 .text {
  max-width: 690px;
  width: 67%;
  top: 55px;
  left: 140px;
}
#section12 .element4 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element4 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element4 .img2 .img3 {
  width: 45%;
  height: 90px;
  background-image: url("../img/section12-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  top: 60px;
  left: 40%;
}
#section12 .element6 {
  padding: 0 45px 0 0;
  margin: 25px 0 0 120px;
}
#section12 .element6 .text {
  max-width: 670px;
  width: 67%;
  top: 55px;
  left: 140px;
}
#section12 .element6 .img1 {
  max-width: 1068px;
  width: 100%;
  height: 226px;
  background-image: url("../img/section12-11.svg");
  position: relative;
}
#section12 .element6 .img2 {
  width: 22%;
  height: 260px;
  background-image: url("../img/section12-12.svg");
  position: absolute;
  top: 0;
  right: -35px;
}
#section12 .element6 .img2 .img3 {
  background-image: url("../img/section12-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 1;
  position: absolute;
  left: 39%;
  width: 45%;
  height: 123px;
  top: 42px;
}

@media (max-width: 1350px) {
  #section12 .listContainer {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1250px) {
  #section12 .listContainer {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1200px) {
  #section12 .element .text {
    font-size: 1.9vw;
  }
  #section12 .element5 .text {
    top: 50px;
  }
}
@media (max-width: 1100px) {
  #section12 .element1 .text {
    top: 55px;
  }
  #section12 .element1 .img2 {
    top: -2px;
  }
  #section12 .element2 .text {
    top: 70px;
  }
  #section12 .element2 .img2 {
    top: -2px;
  }
  #section12 .element3 .text {
    top: 55px;
    right: 110px;
  }
  #section12 .element3 .img2 {
    top: -2px;
  }
  #section12 .element4 .text {
    left: 120px;
    top: 70px;
  }
  #section12 .element4 .img2 {
    top: -2px;
  }
  #section12 .element5 .text {
    top: 60px;
    right: 160px;
  }
  #section12 .element5 .img2 {
    top: -2px;
  }
  #section12 .element6 .text {
    left: 120px;
  }
  #section12 .element6 .img2 {
    top: -2px;
  }
}
@media (max-width: 1000px) {
  #section12 .titleContainer {
    margin: 0 0 80px 0;
  }
  #section12 .titleContainer .title {
    font-size: 36px;
  }
  #section12 .listContainer {
    padding: 0;
  }
  #section12 .element .lineBlue {
    bottom: -240px;
    left: 30px;
  }
  #section12 .element .lineBlueShort {
    bottom: -80px;
    left: 30px;
  }
  #section12 .element .linePink {
    bottom: -240px;
    right: 30px;
  }
  #section12 .element .linePinkShort {
    height: 80px;
    bottom: -15px;
    right: 30px;
  }
  #section12 .element1 {
    margin: 0 100px 0 0;
  }
  #section12 .element1 .text {
    top: 60px;
    right: 80px;
  }
  #section12 .element1 .img1 {
    width: 736px;
  }
  #section12 .element1 .img2 {
    top: -4px;
  }
  #section12 .element2 {
    margin: 0 0 0 100px;
  }
  #section12 .element2 .text {
    top: 65px;
  }
  #section12 .element2 .img1 {
    width: 736px;
  }
  #section12 .element2 .img2 {
    top: -4px;
  }
  #section12 .element3 {
    margin: 0 100px 0 0;
  }
  #section12 .element3 .text {
    top: 65px;
    right: 90px;
  }
  #section12 .element3 .img1 {
    width: 736px;
  }
  #section12 .element3 .img2 {
    top: -4px;
  }
  #section12 .element4 {
    margin: 0 0 0 100px;
  }
  #section12 .element4 .img1 {
    width: 736px;
  }
  #section12 .element4 .img2 {
    top: -4px;
  }
  #section12 .element5 {
    margin: 0 100px 0 0;
  }
  #section12 .element5 .text {
    top: 65px;
    right: 140px;
  }
  #section12 .element5 .img1 {
    width: 736px;
  }
  #section12 .element5 .img2 {
    top: -4px;
  }
  #section12 .element6 {
    margin: 0 0 0 100px;
  }
  #section12 .element6 .text {
    left: 110px;
  }
  #section12 .element6 .img1 {
    width: 736px;
  }
  #section12 .element6 .img2 {
    top: -4px;
  }
}
@media (max-width: 900px) {
  #section12 .element .lineBlue {
    left: 25px;
  }
  #section12 .element .lineBlueShort {
    left: 25px;
  }
  #section12 .element .linePink {
    right: 25px;
  }
  #section12 .element .linePinkShort {
    right: 25px;
  }
  #section12 .element1 {
    margin: 0 80px 0 0;
  }
  #section12 .element1 .text {
    top: 65px;
    right: 60px;
  }
  #section12 .element1 .img2 {
    top: -5px;
  }
  #section12 .element2 {
    margin: 0 0 0 80px;
  }
  #section12 .element2 .text {
    top: 80px;
    left: 13%;
  }
  #section12 .element2 .img2 {
    top: -5px;
  }
  #section12 .element3 {
    margin: 0 80px 0 0;
  }
  #section12 .element3 .text {
    top: 70px;
    right: 85px;
  }
  #section12 .element3 .img2 {
    top: -5px;
  }
  #section12 .element4 {
    margin: 0 0 0 80px;
  }
  #section12 .element4 .text {
    top: 80px;
    left: 100px;
  }
  #section12 .element4 .img2 {
    top: -5px;
  }
  #section12 .element5 {
    margin: 0 80px 0 0;
  }
  #section12 .element5 .text {
    top: 70px;
    right: 130px;
  }
  #section12 .element5 .img2 {
    top: -5px;
  }
  #section12 .element6 {
    margin: 0 0 0 80px;
  }
  #section12 .element6 .text {
    top: 60px;
    left: 100px;
  }
  #section12 .element6 .img2 {
    top: -5px;
  }
}
@media (max-width: 800px) {
  #section12 .titleContainer .title {
    font-size: 30px;
    line-height: 42px;
  }
  #section12 .element {
    width: 100%;
  }
  #section12 .element .text {
    font-size: 2.2vw;
  }
  #section12 .element1 {
    margin: 45px 0 0 0;
  }
  #section12 .element1 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element1 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element1 .img2 .img3 {
    height: 71px;
    top: 40px;
  }
  #section12 .element1 .text {
    top: 25px;
    right: 70px;
  }
  #section12 .element2 {
    margin: 45px 0 0 0;
  }
  #section12 .element2 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element2 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element2 .img2 .img3 {
    height: 75px;
    top: 40px;
  }
  #section12 .element2 .text {
    top: 40px;
  }
  #section12 .element3 {
    margin: 45px 0 0 0;
  }
  #section12 .element3 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element3 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element3 .img2 .img3 {
    height: 85px;
    top: 25px;
  }
  #section12 .element3 .text {
    top: 35px;
  }
  #section12 .element4 {
    margin: 0;
  }
  #section12 .element4 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element4 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element4 .img2 .img3 {
    height: 75px;
    top: 40px;
  }
  #section12 .element4 .text {
    top: 40px;
  }
  #section12 .element5 {
    margin: 45px 0 50px 0;
  }
  #section12 .element5 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element5 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element5 .img2 .img3 {
    height: 100px;
    top: 25px;
  }
  #section12 .element5 .text {
    top: 30px;
  }
  #section12 .element6 {
    margin: 45px 0 0 0;
  }
  #section12 .element6 .img1 {
    width: 715px;
    height: 151px;
  }
  #section12 .element6 .img2 {
    height: 186px;
    top: -6px;
  }
  #section12 .element6 .img2 .img3 {
    height: 47px;
    top: 55px;
  }
  #section12 .element6 .text {
    top: 25px;
  }
}
@media (max-width: 700px) {
  #section12 .element1 {
    margin: 15px 0 0 0;
  }
  #section12 .element1 .text {
    top: 30px;
    right: 60px;
  }
  #section12 .element1 .img2 {
    top: -8px;
  }
  #section12 .element2 {
    margin: 15px 0 0 0;
  }
  #section12 .element2 .img2 {
    top: -8px;
  }
  #section12 .element3 {
    margin: 15px 0 0 0;
  }
  #section12 .element3 .img2 {
    top: -8px;
  }
  #section12 .element3 .text {
    top: 38px;
    right: 75px;
  }
  #section12 .element4 {
    margin: 0;
  }
  #section12 .element4 .img2 {
    top: -8px;
  }
  #section12 .element5 {
    margin: 15px 0 50px 0;
  }
  #section12 .element5 .img2 {
    top: -8px;
  }
  #section12 .element5 .text {
    top: 35px;
    right: 110px;
  }
  #section12 .element6 {
    margin: 15px 0 0 0;
  }
  #section12 .element6 .img2 {
    top: -8px;
  }
  #section12 .element6 .text {
    top: 30px;
  }
}
@media (max-width: 600px) {
  #section12 {
    padding: 50px 5px 60px 10px;
  }
  #section12 .content .table {
    transition: 0.7s all ease-in-out;
  }
  #section12 .titleContainer {
    padding: 0 15px;
    margin: 0 0 70px 0;
  }
  #section12 .titleContainer .title {
    font-size: 24px;
    line-height: 28px;
    padding: 40px 20px;
  }
  #section12 .titleContainer .leftPink {
    left: 13px;
  }
  #section12 .element .text {
    font-size: 13px;
  }
  #section12 .element .lineBlue {
    height: 300px;
    bottom: -260px;
    border-width: 3px;
    left: 28px;
  }
  #section12 .element .lineBlueShort {
    height: 240px;
    bottom: -202px;
    border-width: 3px;
    left: 28px;
  }
  #section12 .element .linePink {
    height: 300px;
    bottom: -260px;
    border-width: 3px;
    right: 28px;
  }
  #section12 .element .linePinkShort {
    border-width: 3px;
    right: 28px;
  }
  #section12 .element1 {
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
  }
  #section12 .element1 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element1 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element1 .img2 .img3 {
    width: 55%;
    top: 47px;
    left: 10px;
  }
  #section12 .element1 .text {
    max-width: 250px;
    width: 70%;
    top: 20px;
    right: 35px;
  }
  #section12 .element2 {
    padding: 0 15px 0 0;
    margin: 15px 0 0 0;
  }
  #section12 .element2 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element2 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element2 .img2 .img3 {
    width: 55%;
    top: 45px;
    left: 33px;
  }
  #section12 .element2 .text {
    max-width: 250px;
    width: 70%;
    top: 40px;
    left: 45px;
  }
  #section12 .element3 {
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
  }
  #section12 .element3 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element3 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element3 .img2 .img3 {
    width: 55%;
    top: 35px;
    left: 10px;
  }
  #section12 .element3 .text {
    max-width: 250px;
    width: 70%;
    top: 30px;
    right: 35px;
  }
  #section12 .element4 {
    padding: 0 15px 0 0;
    margin: 0;
  }
  #section12 .element4 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element4 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element4 .img2 .img3 {
    width: 45%;
    top: 40px;
    left: 40px;
  }
  #section12 .element4 .text {
    max-width: 250px;
    width: 70%;
    top: 35px;
    left: 50px;
  }
  #section12 .element4 .text br {
    display: none;
  }
  #section12 .element5 {
    padding: 0 0 0 15px;
    margin: 15px 0 40px 0;
  }
  #section12 .element5 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-9.png");
  }
  #section12 .element5 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-10.png");
    top: 0;
  }
  #section12 .element5 .img2 .img3 {
    width: 44%;
    top: 30px;
    left: 14px;
  }
  #section12 .element5 .text {
    max-width: 250px;
    width: 70%;
    top: 30px;
    right: 35px;
  }
  #section12 .element6 {
    padding: 0 15px 0 0;
    margin: 15px 0 0 0;
  }
  #section12 .element6 .img1 {
    width: 350px;
    height: 171px;
    background-image: url("../img/section12-14.png");
  }
  #section12 .element6 .img2 {
    width: 28%;
    height: 196px;
    background-image: url("../img/section12-13.png");
    top: 0;
  }
  #section12 .element6 .img2 .img3 {
    width: 55%;
    top: 55px;
    left: 31px;
  }
  #section12 .element6 .text {
    max-width: 250px;
    width: 70%;
    top: 18px;
    left: 45px;
  }
  #section12 .element6 .text br {
    display: none;
  }
}
@media (max-width: 450px) {
  #section12 {
    padding: 30px 0 40px 0;
  }
  #section12 .titleContainer {
    margin: 0 0 60px 0;
  }
  #section12 .titleContainer .title {
    font-size: 20px;
    padding: 30px 15px;
  }
  #section12 .element .text {
    font-size: 13px;
  }
  #section12 .element .lineBlueShort {
    bottom: -190px;
  }
  #section12 .element .linePinkShort {
    bottom: -10px;
  }
  #section12 .element1 {
    padding: 0 0 0 36px;
  }
  #section12 .element1 .text {
    width: 71%;
    top: 15px;
    right: 40px;
  }
  #section12 .element2 {
    padding: 0 36px 0 0;
  }
  #section12 .element2 .text {
    left: 40px;
  }
  #section12 .element3 {
    padding: 0 0 0 36px;
  }
  #section12 .element4 {
    padding: 0 36px 0 0;
    margin: 10px 0 0 0;
  }
  #section12 .element5 {
    padding: 0 0 0 36px;
    margin: 10px 0 35px 0;
  }
  #section12 .element6 {
    padding: 0 36px 0 0;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 350px) {
  #section12 .titleContainer {
    margin: 0 0 50px 0;
  }
  #section12 .titleContainer .title {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 10px;
  }
  #section12 .element .text {
    font-size: 12px;
  }
  #section12 .element .lineBlueShort {
    height: 220px;
    bottom: -180px;
  }
  #section12 .element .linePinkShort {
    height: 40px;
    bottom: -5px;
  }
  #section12 .element1 {
    margin: 5px 0 0 0;
  }
  #section12 .element1 .text {
    max-width: 220px;
    width: 72%;
    top: 15px;
    right: 40px;
  }
  #section12 .element2 {
    margin: 5px 0 0 0;
  }
  #section12 .element2 .text {
    max-width: 220px;
  }
  #section12 .element3 {
    margin: 5px 0 0 0;
  }
  #section12 .element3 .text {
    top: 35px;
  }
  #section12 .element4 {
    margin: 5px 0 0 0;
  }
  #section12 .element5 {
    margin: 5px 0 35px 0;
  }
  #section12 .element5 .text {
    top: 35px;
  }
  #section12 .element6 {
    margin: 5px 0 0 0;
  }
  #section12 .element6 .text {
    top: 20px;
  }
}
.section13 {
  display: flex;
  background-color: rgba(38, 34, 30, 0.05);
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
.section13 .title {
  max-width: 950px;
  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 0 10px 0;
}
.section13 .subTitle {
  max-width: 675px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
.section13 .wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px auto;
  max-width: 1280px;
}
.section13 .imgWrapper {
  max-width: 729px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.section13 .imageVideo {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 47.11%;
  position: relative;
}
.section13 .imageVideo .play {
  width: 11.77%;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/img/section13-play.svg");
}
.section13 .imageVideo1 {
  background-image: url("../../assets/img/section13-1.jpg");
}
.section13 .imageVideo2 {
  background-image: url("../../assets/img/section13-2.jpg");
}
.section13 .imageVideo3 {
  background-image: url("../../assets/img/section13-3.jpg");
}
.section13 .bar {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../../assets/img/section13-bar.svg");
  height: 2px;
}
.section13 .text {
  background-color: #ffffff;
  text-align: center;
  color: #000;
  font-family: mBank;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 15px;
  margin: 0;
}
.section13 .middle {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.section13 .middle .btnCenterContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 62.48px;
}
.section13 .middle .btnCenterContainer .containerWrapper {
  width: 100%;
  max-width: 351.036px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section13 .middle .btnContainer {
  display: flex;
  justify-content: space-between;
}
.section13 .middle .btnContainer1 {
  margin: 35px 0 0 0;
}
.section13 .middle .btn {
  width: 100%;
  max-width: 1110px;
  min-height: 104.362px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.section13 .middle .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 104.362px;
  border-radius: 20px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  padding: 5px 10px;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  position: relative;
  flex-shrink: 0;
}
.section13 .middle .button:active {
  display: flex;
}
.section13 .middle .button2 {
  background: #0000ff;
  z-index: 1;
}
.section13 .middle .button2:hover {
  background: #0000dd;
}
.section13 .middle .arrow {
  width: 48px;
  height: 48px;
  background-image: url("../img/section13-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  user-select: none;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  transform: rotate(180deg);
  top: 80px;
  left: calc(50% - 24px);
}
.section13 .middle .arrow.active {
  transform: rotate(0deg);
}
.section13 .middle .arrow.beforeActive {
  bottom: -24px;
}
.section13 .middle .noCursor {
  cursor: auto !important;
}
.section13 .middle .itemWrapper {
  width: 100%;
  max-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: -60px;
}
.section13 .middle .itemWrapper .item {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 93.85px 0 0;
}
.section13 .middle .itemWrapper .item .wrapperContainer {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.section13 .middle .itemWrapper .item .wrapperContainer .container {
  display: flex;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.section13 .middle .itemWrapper .item .wrapperContainer .containerTitle {
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding: 29px 30px;
  width: 100%;
  margin: unset;
}
.section13 .middle .itemWrapper .item .wrapperContainer .content {
  display: flex;
  width: 100%;
  padding: 50px 30px;
  align-items: center;
}
.section13 .middle .itemWrapper .item .wrapperContainer .content .list {
  list-style-type: none;
  padding: unset;
  margin: unset;
}
.section13 .middle .itemWrapper .item .wrapperContainer .content .list li {
  display: flex;
  align-items: center;
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0;
}
.section13 .middle .itemWrapper .item .wrapperContainer .content .list li .counter {
  width: 33px;
  height: 33px;
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01em;
  background-color: #FF0EB2;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 31px;
  flex-shrink: 0;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 {
  margin-top: 20px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .container {
  border: 2px solid #00F;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .containerTitle {
  background-color: #00F;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
  background-image: url("../img/section13-modal2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 413px;
  height: 489px;
  flex-shrink: 0;
  margin-left: 50px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .list li .counter {
  background-color: #00F;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 {
  margin-top: 65px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .container {
  border: 2px solid #FF0EB2;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .containerTitle {
  background-color: #FF0EB2;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
  background-image: url("../img/section13-modal1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 436px;
  height: 427px;
  flex-shrink: 0;
  margin-right: 50px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 {
  margin-top: 65px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .container {
  border: 2px solid #00F;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .contentWrapper {
  display: flex;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  padding: 20px 40px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .left {
  color: #201C17;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer3 .right {
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 51px;
}
.section13 .middle .itemWrapper .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 54px;
  flex-shrink: 0;
  color: #FF0EB2;
  text-align: center;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 34px;
  border: 2px solid #FF0EB2;
  transition: 0.3s;
  margin-top: 60px;
}
.section13 .middle .itemWrapper .item .link:hover {
  background-color: #FF0EB2;
  color: #ffffff;
}
.section13 .middle .itemWrapper1 {
  transition: all 0.4s ease-in-out;
}
.section13 .scrollHeight {
  max-height: 5000px !important;
}

@media (max-width: 1300px) {
  .section13 {
    padding: 50px 40px;
  }
}
@media (max-width: 1100px) {
  .section13 .middle .itemWrapper .item .wrapperContainer .containerTitle {
    font-size: 28px;
  }
  .section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer1 .content .image {
    width: 330px;
    height: 391px;
  }
  .section13 .middle .itemWrapper .item .wrapperContainer.wrapperContainer2 .content .image {
    width: 348px;
    height: 341px;
  }
}
@media (max-width: 900px) {
  .section13 .title {
    font-size: 32px;
    line-height: 36px;
  }
  .section13 .text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .section13 {
    padding: 45px 30px 50px 30px;
  }
  .section13 .title {
    font-size: 28px;
    line-height: 32px;
  }
  .section13 .text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .section13 {
    padding: 30px 20px 30px;
  }
  .section13 .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 450px) {
  .section13 .title {
    font-size: 22px;
    line-height: 28px;
  }
  .section13 .text {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .section13 .title {
    font-size: 20px;
  }
  .section13 .text {
    font-size: 14px;
  }
}
#section8 {
  margin: 80px 0 0 0;
}
#section8 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section8 .container .mainTitle {
  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: 1000px;
  margin: 0 auto;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}
#section8 .container .middle .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 285px;
  height: 285px;
  padding: 80px 0 0 0;
  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: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  z-index: 15;
  margin: auto 0;
}
#section8 .container .middle .circle .text.big {
  font-weight: 700;
  margin: 0 0 10px 0;
}
#section8 .container .middle .circle .number {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 20;
}
#section8 .container .middle .circle .arrowBlue {
  width: 29px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/section8-13.svg");
  bottom: 0;
  left: 50%;
  z-index: 20;
}
#section8 .container .middle .circle .arrowWhite {
  width: 29px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/section8-14.svg");
  bottom: 0;
  left: 50%;
  z-index: 20;
}
#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: 0px;
  left: 5px;
}
#section8 .container .middle .circle1 .number {
  width: 58px;
  height: 97px;
  background-image: url("../../assets/img/section8-1.svg");
  transform: rotate(-8.659deg);
  top: 35px;
  left: 0;
}
#section8 .container .middle .circle2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#section8 .container .middle .circle2 .number {
  width: 88px;
  height: 98px;
  background-image: url("../../assets/img/section8-2.svg");
  transform: rotate(-8.659deg);
  bottom: -64px;
  left: 4px;
}
#section8 .container .middle .circle3 {
  top: 0px;
  right: 5px;
}
#section8 .container .middle .circle3 .number {
  width: 87px;
  height: 97px;
  background-image: url("../../assets/img/section8-3.svg");
  transform: rotate(10.734deg);
  top: 15px;
  left: 0;
}
#section8 .containerBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
#section8 .containerBottom .element {
  max-width: 1150px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section8 .containerBottom .element .titleContainer {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 0 50px 0;
}
#section8 .containerBottom .element .titleContainer .imgContainer {
  width: 37px;
  height: 47px;
  display: flex;
  position: absolute;
  z-index: 1;
}
#section8 .containerBottom .element .titleContainer .imgContainer .img {
  width: 37px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
}
#section8 .containerBottom .element .titleContainer .imgContainer .img1 {
  background-image: url("../img/section6-1.svg");
}
#section8 .containerBottom .element .titleContainer .imgContainer .bg {
  width: 35px;
  height: 25px;
  z-index: 5;
}
#section8 .containerBottom .element .titleContainer .title {
  width: 100%;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  padding: 17px 20px 17px 20px;
  margin: 0;
}
#section8 .containerBottom .element .titleContainer .title span {
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section8 .containerBottom .element .titleContainer.pink .title {
  color: #fff;
  background-color: #ff0eb2;
}
#section8 .containerBottom .element .titleContainer.pink .imgContainer .bg {
  background-color: #ff0eb2;
}
#section8 .containerBottom .element .titleContainer.blue .title {
  color: #fff;
  background-color: #0000ff;
}
#section8 .containerBottom .element .titleContainer.blue .imgContainer .bg {
  background-color: #0000ff;
}
#section8 .containerBottom .element .titleContainer.green .title {
  color: #00F;
  background-color: #00ff00;
}
#section8 .containerBottom .element .titleContainer.green .imgContainer .bg {
  background-color: #00ff00;
}
#section8 .containerBottom .element .titleContainer:not(.green).left .imgContainer {
  bottom: -47px;
  left: -2px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}
#section8 .containerBottom .element .titleContainer:not(.green).left .imgContainer .img {
  background-image: url("../img/section6-2.svg");
}
#section8 .containerBottom .element .titleContainer:not(.green).left .title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#section8 .containerBottom .element .titleContainer:not(.blue).left .imgContainer {
  bottom: -47px;
  left: -2px;
  transform: rotate(180deg);
  flex-direction: column-reverse;
}
#section8 .containerBottom .element .titleContainer:not(.blue).left .imgContainer .img {
  background-image: url("../img/section8-10.svg");
}
#section8 .containerBottom .element .titleContainer:not(.blue).left .title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#section8 .containerBottom .element .titleContainer.right .imgContainer {
  transform: rotate(180deg);
  bottom: -47px;
  right: 0px;
  flex-direction: column-reverse;
}
#section8 .containerBottom .element .titleContainer.right .imgContainer .img {
  background-image: url("../img/section6-1.svg");
}
#section8 .containerBottom .element .titleContainer.right .title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#section8 .containerBottom .element .elementContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section8 .containerBottom .element .elementContent .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#section8 .containerBottom .element .elementContent .content .title {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section8 .containerBottom .element .elementContent .content .text {
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0;
}
#section8 .containerBottom .element .elementContent .content .text.center {
  text-align: center;
}
#section8 .containerBottom .element .elementContent .content .row {
  display: flex;
}
#section8 .containerBottom .element .elementContent .content .row.sb {
  width: 100%;
  justify-content: space-between;
}
#section8 .containerBottom .element .elementContent .content .column {
  display: flex;
  flex-direction: column;
}
#section8 .containerBottom .element .elementContent .content .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
#section8 .containerBottom .element .elementContent .content1 {
  padding: 0 20px;
}
#section8 .containerBottom .element .elementContent .content1 .padding {
  padding: 0 40px;
}
#section8 .containerBottom .element .elementContent .content1 .column1 {
  max-width: 500px;
  margin: 0 20px 0 0;
}
#section8 .containerBottom .element .elementContent .content1 .column2 {
  max-width: 460px;
}
#section8 .containerBottom .element .elementContent .content1 .title {
  margin: 50px 0 75px 0;
  text-transform: uppercase;
}
#section8 .containerBottom .element .elementContent .content1 .text span {
  color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content1 .text.white {
  color: #ffffff;
}
#section8 .containerBottom .element .elementContent .content1 .text.text1 {
  max-width: 520px;
}
#section8 .containerBottom .element .elementContent .content1 .text.text2 {
  margin: 20px 0 75px 0;
}
#section8 .containerBottom .element .elementContent .content1 .text.text3 {
  margin: 0;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz {
  max-width: 315px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D1D3D4;
  border-radius: 20px;
  padding: 35px 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz .text {
  color: #26221E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz .img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -22px;
  right: -22px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active1 {
  border-color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active1 .img {
  opacity: 1;
  background-image: url("../img/section8-8.svg");
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active2 {
  border-color: #00FF00;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active2 .img {
  opacity: 1;
  background-image: url("../img/section8-7.svg");
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active3 {
  border-color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content1 .elementQuiz.active.active3 .img {
  opacity: 1;
  background-image: url("../img/section8-8.svg");
}
#section8 .containerBottom .element .elementContent .content1 .img1 {
  width: 54px;
  height: 53px;
  background-image: url("../img/section8-4.svg");
  margin: 15px 15px 0 0;
}
#section8 .containerBottom .element .elementContent .content1 .img2 {
  width: 53px;
  height: 53px;
  background-image: url("../img/section8-5.svg");
  margin: 5px 15px 0 0;
}
#section8 .containerBottom .element .elementContent .content1 .img3 {
  width: 54px;
  height: 53px;
  background-image: url("../img/section8-6.svg");
  margin: 15px 15px 0 0;
}
#section8 .containerBottom .element .elementContent .content1 .btnBlue {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 34px;
  background: #0000ff;
  border: 1px solid #0000FF;
  padding: 10px 15px;
  color: #ffffff;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  user-select: none;
}
#section8 .containerBottom .element .elementContent .content1 .btnBlue:hover {
  background-color: #ffffff;
  color: #0000ff;
}
#section8 .containerBottom .element .elementContent .content1 .btnBlue.margin1 {
  margin: 50px 0 75px;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox {
  width: 100%;
  max-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox.blue {
  background-color: #0000FF;
  border-radius: 20px;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .text {
  padding: 0 19px 0 72px;
  margin: 0 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .text.top {
  margin: 32px 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 437px;
  width: calc(100% - 8px);
  border-radius: 20px;
  margin: 4px auto;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/section8-15.png");
  z-index: 5;
  position: relative;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  animation-name: upDown;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(-2px);
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
  bottom: 168px;
  left: 155px;
  animation-duration: 2.9s;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
  bottom: 233px;
  left: 370px;
  animation-duration: 3s;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
  bottom: 212px;
  left: 543px;
  animation-duration: 3.1s;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
  bottom: 343px;
  left: 728px;
  animation-duration: 2.8s;
}
@keyframes upDown {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
#section8 .containerBottom .element .elementContent .content1 .elementBox.active {
  max-height: 1200px;
}
#section8 .containerBottom .element .elementContent .content1 .elementBox.margin {
  margin: 50px 0 0 0;
}
#section8 .containerBottom .element .elementContent .content2 {
  padding: 0 20px;
}
#section8 .containerBottom .element .elementContent .content2 .padding {
  padding: 0 40px;
}
#section8 .containerBottom .element .elementContent .content2 .text span {
  color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content2 .text.white {
  color: #ffffff;
}
#section8 .containerBottom .element .elementContent .content2 .text.text1 {
  max-width: 520px;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz {
  max-width: 315px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D1D3D4;
  border-radius: 20px;
  padding: 35px 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz .text {
  color: #26221E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz .img {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -22px;
  right: -22px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active1 {
  border-color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active1 .img {
  opacity: 1;
  background-image: url("../img/section8-8.svg");
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active2 {
  border-color: #00FF00;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active2 .img {
  opacity: 1;
  background-image: url("../img/section8-7.svg");
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active3 {
  border-color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content2 .elementQuiz.active.active3 .img {
  opacity: 1;
  background-image: url("../img/section8-8.svg");
}
#section8 .containerBottom .element .elementContent .content2 .img1 {
  width: 54px;
  height: 53px;
  background-image: url("../img/section8-4.svg");
}
#section8 .containerBottom .element .elementContent .content2 .img2 {
  width: 53px;
  height: 53px;
  background-image: url("../img/section8-5.svg");
}
#section8 .containerBottom .element .elementContent .content2 .img3 {
  width: 54px;
  height: 53px;
  background-image: url("../img/section8-6.svg");
}
#section8 .containerBottom .element .elementContent .content2 .btnBlue {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 34px;
  background: #0000ff;
  border: 1px solid #0000FF;
  padding: 10px 15px;
  color: #ffffff;
  font-family: mBank;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  user-select: none;
}
#section8 .containerBottom .element .elementContent .content2 .btnBlue:hover {
  background-color: #ffffff;
  color: #0000ff;
}
#section8 .containerBottom .element .elementContent .content2 .btnBlue.margin1 {
  margin: 45px 0 50px;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox.green {
  background-color: #00ff00;
  border-radius: 20px;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .text {
  padding: 0 19px 0 72px;
  margin: 0 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .text.top {
  margin: 32px 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 612px;
  width: calc(100% - 8px);
  margin: 4px auto;
  border-radius: 20px;
  position: relative;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
  width: 1100px;
  height: 100%;
  background-image: url("../img/section8-20.png");
}
@keyframes leftToRight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine.active {
  animation-name: leftToRight;
}
#section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
  width: 100%;
  height: 100%;
  background-image: url("../img/section8-19.png");
  z-index: 5;
  position: relative;
}
#section8 .containerBottom .element .elementContent .content3 {
  padding: 0 20px;
}
#section8 .containerBottom .element .elementContent .content3 .padding {
  padding: 0 40px;
}
#section8 .containerBottom .element .elementContent .content3 .text span {
  color: #0000FF;
}
#section8 .containerBottom .element .elementContent .content3 .text.white {
  color: #ffffff;
}
#section8 .containerBottom .element .elementContent .content3 .text.text1 {
  margin: 0 0 50px 0;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox.blue {
  background-color: #0000FF;
  border-radius: 20px;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .text {
  padding: 0 19px 0 72px;
  margin: 0 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .text.top {
  margin: 32px 0 20px 0;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 510px;
  width: calc(100% - 8px);
  border-radius: 20px;
  margin: 4px auto;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
  width: 100%;
  height: 100%;
  background-image: url("../img/section8-16.png");
  z-index: 5;
  position: relative;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  padding: 5px;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  animation-name: upDown;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translateY(-2px);
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
  bottom: 275px;
  left: 70px;
  animation-duration: 2.8s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
  bottom: 290px;
  left: 334px;
  animation-duration: 2.95s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
  bottom: 360px;
  left: 412px;
  animation-duration: 3.1s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
  bottom: 272px;
  left: 477px;
  animation-duration: 3.05s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
  bottom: 137px;
  left: 592px;
  animation-duration: 3.2s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
  bottom: 111px;
  left: 691px;
  animation-duration: 2.85s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
  bottom: 411px;
  left: 790px;
  animation-duration: 3s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
  bottom: 165px;
  left: 870px;
  animation-duration: 2.9s;
}
#section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
  bottom: 215px;
  left: 1004px;
  animation-duration: 3.15s;
}
@keyframes upDown {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
#section8 .containerBottom .element:nth-child(2) {
  margin: 80px 0;
}

@media (max-width: 1150px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 1000px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 138px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 332px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 490px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    bottom: 339px;
    left: 658px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 1000px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 1000px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 1000px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 1000px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: 59px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 297px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 370px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 428px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    bottom: 140px;
    left: 533px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    bottom: 115px;
    left: 622px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    bottom: 401px;
    left: 712px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 784px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 908px;
  }
}
@media (max-width: 1050px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 370px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 800px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
    scale: 0.8;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 100px;
    bottom: 135px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 256px;
    bottom: 186px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 382px;
    bottom: 171px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    bottom: 271px;
    left: 518px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 455px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 800px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 800px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 800px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 380px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 800px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.8;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: 39px;
    bottom: 198px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 229px;
    bottom: 206px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 287px;
    bottom: 265px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 333px;
    bottom: 194px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 416px;
    bottom: 90px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 489px;
    bottom: 70px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 562px;
    bottom: 297px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 618px;
    bottom: 112px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 718px;
    bottom: 156px;
  }
}
@media (max-width: 1000px) {
  #section8 .container .mainTitle {
    font-size: 38px;
    line-height: 42px;
  }
  #section8 .containerBottom .element .elementContent .content .text {
    font-size: 18px;
  }
  #section8 .containerBottom .element .elementContent .content1 .padding {
    padding: 0 20px;
  }
  #section8 .containerBottom .element .elementContent .content1 .row.row2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz {
    width: 330px;
    margin: 0 5px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz:nth-child(n+3) {
    margin: 25px 5px 0 5px;
  }
  #section8 .containerBottom .element .elementContent .content2 .padding {
    padding: 0 20px;
  }
  #section8 .containerBottom .element .elementContent .content3 .padding {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  #section8 .container .middle {
    height: 650px;
  }
  #section8 .container .middle .circle {
    scale: 0.9;
  }
  #section8 .container .middle .circle1 {
    left: 20px;
  }
  #section8 .container .middle .circle2 {
    left: unset;
    transform: translateX(0);
    right: 20px;
  }
  #section8 .container .middle .circle3 {
    top: unset;
    bottom: 50px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #section8 .containerBottom .element .titleContainer .title {
    font-size: 38px;
  }
  #section8 .containerBottom .element .titleContainer .title span {
    font-size: 20px;
  }
  #section8 .containerBottom .elementContent .content1 .row.row1 {
    width: 100%;
    flex-direction: column;
  }
  #section8 .containerBottom .elementContent .content1 .column1 {
    max-width: unset;
  }
  #section8 .containerBottom .elementContent .content1 .column2 {
    max-width: unset;
  }
  #section8 .containerBottom .elementContent .content1 .text.text1 {
    max-width: unset;
  }
  #section8 .containerBottom .elementContent .content1 .text.text2 {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 850px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 255px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 600px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
    scale: 0.6;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 64px;
    bottom: 80px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 181px;
    bottom: 115px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 276px;
    bottom: 106px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    bottom: 177px;
    left: 377px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 350px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 600px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 600px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 600px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 280px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 600px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.6;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: 18px;
    bottom: 132px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 161px;
    bottom: 141px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 205px;
    bottom: 183px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 239px;
    bottom: 134px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 302px;
    bottom: 55px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 356px;
    bottom: 45px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 410px;
    bottom: 207px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 453px;
    bottom: 74px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 527px;
    bottom: 99px;
  }
}
@media (max-width: 800px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .text {
    padding: 0 25px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .text {
    padding: 0 25px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .text {
    padding: 0 25px;
  }
}
@media (max-width: 700px) {
  #section8 .container .mainTitle {
    font-size: 34px;
  }
  #section8 .containerBottom .element .elementContent .content1 .title {
    margin: 40px 0 50px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz {
    max-width: unset;
    width: 350px;
    margin: 0 10px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz:nth-child(n+2) {
    margin: 25px 10px 0 10px;
  }
}
@media (max-width: 650px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 220px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 500px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 46px;
    bottom: 60px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 144px;
    bottom: 93px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 222px;
    bottom: 87px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    bottom: 145px;
    left: 306px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 290px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 500px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 500px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 500px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 245px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 500px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.6;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: 8px;
    bottom: 115px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 127px;
    bottom: 112px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 163px;
    bottom: 156px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 192px;
    bottom: 103px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 241px;
    bottom: 43px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 295px;
    bottom: 32px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 334px;
    bottom: 170px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 371px;
    bottom: 57px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 430px;
    bottom: 81px;
  }
}
@media (max-width: 600px) {
  #section8 {
    margin: 60px 0 0 0;
  }
  #section8 .container .mainTitle {
    font-size: 32px;
    line-height: 38px;
  }
  #section8 .container .middle {
    height: 1025px;
  }
  #section8 .container .middle .circle {
    scale: 1;
  }
  #section8 .container .middle .circle1 {
    left: 50%;
    transform: translateX(-50%);
  }
  #section8 .container .middle .circle2 {
    top: calc(50% - 50px);
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section8 .container .middle .circle3 {
    top: unset;
    bottom: 50px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #section8 .containerBottom .element .titleContainer .title {
    font-size: 36px;
    line-height: 20px;
  }
  #section8 .containerBottom .element .titleContainer .title span {
    font-size: 18px;
    line-height: 20px;
  }
  #section8 .containerBottom .element .elementContent .content .text {
    font-size: 16px;
  }
  #section8 .containerBottom .element .elementContent .content1 .padding {
    padding: 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .text.text2 {
    margin: 10px 0 30px 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 230px;
  }
  #section8 .containerBottom .element .elementContent .content2 .padding {
    padding: 0;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 315px;
  }
  #section8 .containerBottom .element .elementContent .content3 .padding {
    padding: 0;
  }
  #section8 .containerBottom .element .elementContent .content3 .text.text1 {
    margin: 0 0 30px 0;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 260px;
  }
  #section8 .containerBottom .element:nth-child(2) {
    margin: 50px 0;
  }
}
@media (max-width: 550px) {
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 170px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 350px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
    scale: 0.5;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 20px;
    bottom: 40px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 88px;
    bottom: 60px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 143px;
    bottom: 55px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    left: 201px;
    bottom: 100px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 200px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 350px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 350px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 350px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 180px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 350px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.45;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: -6px;
    bottom: 74px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 76px;
    bottom: 68px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 101px;
    bottom: 101px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 121px;
    bottom: 63px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 154px;
    bottom: 20px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 194px;
    bottom: 16px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 220px;
    bottom: 114px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 246px;
    bottom: 28px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 287px;
    bottom: 44px;
  }
}
@media (max-width: 450px) {
  #section8 {
    margin: 40px 0 0 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .text {
    font-size: 14px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .text.top {
    margin: 25px 0 20px 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 170px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .text {
    font-size: 14px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .text.top {
    margin: 25px 0 20px 0;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .text {
    font-size: 14px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .text.top {
    margin: 25px 0 20px 0;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 185px;
  }
}
@media (max-width: 400px) {
  #section8 .container .mainTitle {
    font-size: 22px;
    line-height: 34px;
  }
  #section8 .containerBottom .element .elementContent .content1 .title {
    margin: 40px 0 50px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz {
    width: 100%;
    margin: 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz .text {
    font-size: 18px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementQuiz:nth-child(n+2) {
    margin: 25px 0 0 0;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 145px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 300px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
    scale: 0.4;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 10px;
    bottom: 30px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 69px;
    bottom: 50px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 116px;
    bottom: 43px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    left: 166px;
    bottom: 81px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 175px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 300px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 300px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 300px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 140px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 300px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.35;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: -12px;
    bottom: 46px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 58px;
    bottom: 48px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 80px;
    bottom: 72px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 98px;
    bottom: 43px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 127px;
    bottom: 3px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 158px;
    bottom: -3px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 183px;
    bottom: 78px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 204px;
    bottom: 12px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 241px;
    bottom: 28px;
  }
}
@media (max-width: 350px) {
  #section8 .containerBottom .element .titleContainer .title {
    font-size: 34px;
    line-height: 18px;
  }
  #section8 .containerBottom .element .titleContainer .title span {
    font-size: 16px;
    line-height: 18px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 {
    height: 130px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .img {
    width: 270px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud {
    scale: 0.35;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud1 {
    left: 5px;
    bottom: 24px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud2 {
    left: 58px;
    bottom: 39px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud3 {
    left: 100px;
    bottom: 34px;
  }
  #section8 .containerBottom .element .elementContent .content1 .elementBox .imgBox1 .cloud.cloud4 {
    left: 146px;
    bottom: 66px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 {
    height: 155px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .imgBg {
    width: 265px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine {
    max-width: 265px;
  }
  #section8 .containerBottom .element .elementContent .content2 .elementBox .imgBox1 .containerLine .imgLine {
    width: 265px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 {
    height: 120px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .img {
    width: 250px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud {
    scale: 0.3;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud1 {
    left: -18px;
    bottom: 34px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud2 {
    left: 41px;
    bottom: 30px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud3 {
    left: 59px;
    bottom: 54px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud4 {
    left: 74px;
    bottom: 29px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud5 {
    left: 98px;
    bottom: -3px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud6 {
    left: 125px;
    bottom: -7px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud7 {
    left: 145px;
    bottom: 61px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud8 {
    left: 163px;
    bottom: 3px;
  }
  #section8 .containerBottom .element .elementContent .content3 .elementBox .imgBox1 .cloud.cloud9 {
    left: 194px;
    bottom: 18px;
  }
}
#section9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
}
#section9 .mainTitle {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}
#section9 .content {
  max-width: 1190px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
#section9 .content .element {
  width: 48%;
  display: flex;
}
#section9 .content .element:nth-child(n+3) {
  margin: 50px 0 0 0;
}
#section9 .content .element .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
#section9 .content .element .column {
  display: flex;
  flex-direction: column;
}
#section9 .content .element .containerNumber {
  width: 70px;
  height: 102px;
  padding: 62px 30px 0 0;
  cursor: pointer;
}
#section9 .content .element .number {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: mBank;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  padding: 10px;
  border: 4px solid #FF0EB2;
  border-radius: 50%;
  flex-shrink: 0;
}
#section9 .content .element .title {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 115px;
  color: #000;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.1px;
  cursor: pointer;
  padding: 43px 0 0 0;
  margin: 0;
  position: relative;
}
#section9 .content .element .title .subTitle {
  color: #FF0EB2;
  font-size: 14px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#section9 .content .element .title .arrowPink {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 29px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/section8-21.svg");
  z-index: 20;
  transition: transform 0.3s ease;
  transform: translateX(-50%) rotate(0deg);
}
#section9 .content .element .text {
  max-height: 0;
  height: auto;
  color: #000;
  font-family: mBank;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.07px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
#section9 .content .element .text a {
  font-weight: 500;
  color: #FF0EB2;
  transition: 0.3s all ease-in-out;
}
#section9 .content .element .text a:hover {
  color: #b3037b;
}
#section9 .content .element .text.active {
  max-height: 350px;
}
#section9 .content .element .imgContainer {
  width: 210px;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 40px 0 0;
  flex-shrink: 0;
  cursor: pointer;
}
#section9 .content .element .img1 {
  width: 142px;
  height: 142px;
  background-image: url("../img/section9-1.svg");
}
#section9 .content .element .img2 {
  width: 157px;
  height: 173px;
  background-image: url("../img/section9-2.svg");
}
#section9 .content .element .img3 {
  width: 162px;
  height: 151px;
  background-image: url("../img/section9-3.svg");
}
#section9 .content .element .img4 {
  width: 154px;
  height: 177px;
  background-image: url("../img/section9-4.svg");
}

@media (max-width: 1150px) {
  #section9 {
    margin: 100px 0;
  }
  #section9 .mainTitle {
    font-size: 38px;
    margin: 0 0 35px 0;
  }
  #section9 .content .element .title {
    height: 116px;
    font-size: 18px;
    padding: 16px 0 0 0;
  }
  #section9 .content .element .containerNumber {
    padding: 48px 25px 0 0;
  }
  #section9 .content .element .imgContainer {
    width: 170px;
    padding: 0 30px 0 0;
  }
  #section9 .content .element .img1 {
    width: 114px;
    height: 114px;
  }
  #section9 .content .element .img2 {
    width: 126px;
    height: 139px;
  }
  #section9 .content .element .img3 {
    width: 130px;
    height: 121px;
  }
  #section9 .content .element .img4 {
    width: 123px;
    height: 142px;
  }
}
@media (max-width: 1000px) {
  #section9 .mainTitle {
    font-size: 36px;
  }
  #section9 .content .element {
    flex-direction: column;
  }
  #section9 .content .element .containerNumber {
    height: auto;
    width: 100%;
    padding: 0;
  }
  #section9 .content .element .title {
    height: 75px;
    align-items: flex-start;
  }
  #section9 .content .element .imgContainer {
    width: auto;
    height: 145px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 550px) {
  #section9 {
    margin: 80px 0;
  }
  #section9 .mainTitle {
    font-size: 28px;
  }
  #section9 .content .element {
    width: 100%;
  }
  #section9 .content .element .number {
    margin: 0;
  }
  #section9 .content .element .title {
    height: auto;
  }
  #section9 .content .element .imgContainer {
    height: auto;
  }
}
@media (max-width: 450px) {
  #section9 .mainTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
#section14 {
  display: flex;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
#section14 .wrapper {
  display: flex;
  max-width: 1014px;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
#section14 .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 60px;
  margin-top: 60px;
}
#section14 .mainWrapper {
  display: flex;
  justify-content: space-between;
}
#section14 .mainWrapper .docWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 25px) / 2);
}
#section14 .mainWrapper .docWrapper .element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}
#section14 .mainWrapper .docWrapper .element .img {
  width: 16px;
  height: 21px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section14 .mainWrapper .docWrapper .element .text {
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1000px) {
  #section14 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #section14 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #section14 .mainWrapper {
    flex-flow: column;
  }
  #section14 .mainWrapper .docWrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-right: unset;
  }
  #section14 .mainWrapper .docWrapper .element .img {
    width: 19.2px;
    height: 25.2px;
  }
  #section14 .mainWrapper .docWrapper:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #section14 .mainWrapper .docWrapper .element .img {
    width: 22.4px;
    height: 29.4px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    min-height: 35px;
  }
}
@media screen and (max-width: 550px) {
  #section14 {
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
  }
  #section14 .mainWrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  #section14 .mainWrapper .docWrapper .element {
    margin-bottom: 12px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #section14 .title {
    font-size: 21px;
    line-height: 28px;
  }
  #section14 .mainWrapper .docWrapper .element .img {
    width: 25px;
    height: 33px;
  }
  #section14 .mainWrapper .docWrapper .element .text {
    min-height: 40px;
  }
}/*# sourceMappingURL=main.css.map */