@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,400;

1,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap);* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0px auto;
  font-family: "Rubik";
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.overlaydiv {
  display: none;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 50;
  position: fixed;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.trydemobtn .form form .form-data:last-child button {
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  width: 12em;
  height: 3.5em;
  border: 0;
}

.success-demo .successdemo .image button {
  text-align: center;
  margin: 1em 0em;
  border-radius: 5px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #5845b1;
  border: 0;
  color: white;
  font-size: 1em;
  padding: 0.5em 0.8em;
  align-self: center;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:after {
  display: none;
}

@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik-Light.ttf");
}

@font-face {
  font-family: "W14Art";
  src: local("W14Art-House.TTF"), url("/fonts/W14Art-House.TTF") format("truetype");
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
  font-weight: normal;
  font-style: normal;
}

input,
select {
  font-size: 100%;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/

/* Fix Input Zoom on devices older than iPhone 5: */

@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  h3 {
    font-size: 2em !important;
  }

  p {
    font-size: 20px !important;
  }
}

.trydemobtn {
  font-family: "Poppins";
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 80;
}

.trydemobtn .image {
  text-align: center;
  padding: 2em 5em;
  width: 100%;
}

.trydemobtn .image img {
  width: 15em;
  height: 8.5em;
}

.trydemobtn .image span {
  float: right;
  margin-top: 3em;
  cursor: pointer;
}

.trydemobtn .image span img {
  width: auto;
  height: auto;
}

.trydemobtn .image h3 {
  color: #0d0d0d;
  margin: -1em 0em 1em 0em;
  font-size: 23px;
  font-weight: bold;
}

.trydemobtn .image p {
  color: #6236ff;
  font-weight: bold;
  font-size: 14px;
}

.trydemobtn .form {
  padding: 0em 15em;
}

.trydemobtn .form form {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.trydemobtn .form form .form-data {
  flex: 1;
  flex-basis: 50%;
  margin-bottom: 1em;
}

.trydemobtn .form form .form-data label {
  color: #666;
  font-size: 13px;
}

.trydemobtn .form form .form-data label span {
  color: #d54747;
}

.trydemobtn .form form .form-data input {
  margin-top: 0.5em;
  border-radius: 2px;
  border: solid 1px #aaa;
  width: 90%;
  height: 2.3em;
  padding: 1em;
}

.trydemobtn .form form .form-data input:focus {
  border: 1px solid #6236ff;
  outline: none;
}

.trydemobtn .form form .form-data:nth-last-of-type(even) label,
.trydemobtn .form form .form-data:nth-last-of-type(even) input {
  margin-left: 5em;
}

.trydemobtn .form form .form-data:last-child {
  text-align: center;
}

.trydemobtn .form form .form-data:last-child button {
  margin-top: 2em;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .trydemobtn {
    overflow: auto;
    height: 100vh;
  }

  .trydemobtn .image {
    padding: 0;
    width: 100%;
  }

  .trydemobtn .image div {
    width: 100vw;
    padding: 0em 1em;
  }

  .trydemobtn .image div span {
    margin-top: 3.5em;
  }

  .trydemobtn .image div span img {
    width: 1em;
  }

  .trydemobtn .image div h3 {
    font-size: 23px;
  }

  .trydemobtn .image div p {
    font-size: 20px;
  }

  .trydemobtn .form {
    padding: 0em;
    height: 150vh;
    width: 100%;
  }

  .trydemobtn .form form {
    flex-direction: column;
    width: 100vw;
    margin-top: 2em;
    padding: 0em 1em;
  }

  .trydemobtn .form form .form-data {
    width: 100%;
  }

  .trydemobtn .form form .form-data label {
    font-size: 15px;
  }

  .trydemobtn .form form .form-data input {
    width: 100%;
    height: 4em;
    padding: 0em 1em;
  }

  .trydemobtn .form form .form-data:nth-last-of-type(even) label,
  .trydemobtn .form form .form-data:nth-last-of-type(even) input {
    margin-left: 0em;
  }

  .trydemobtn .form form .form-data button {
    margin-left: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .trydemobtn .form form .form-data {
    padding: 0em 7em;
    width: 40em !important;
  }

  .trydemobtn .form form .form-data input {
    width: 40em !important;
  }

  .trydemobtn .form form .form-data button {
    margin-left: 9em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .trydemobtn {
    overflow: auto;
  }

  .trydemobtn .form {
    padding: 0em 12em;
  }

  .trydemobtn .form form .form-data {
    padding: 0em 0em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .trydemobtn {
    overflow: auto;
  }

  .trydemobtn .form {
    padding: 0em 7em;
  }
}

.success-demo {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #9a9a9a;
  z-index: 80;
  font-family: "Poppins";
}

.success-demo .successdemo {
  width: 40%;
  height: 65%;
  padding: 3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(116, 116, 116, 0.5);
  background-color: #ffffff;
}

.success-demo .successdemo .image {
  text-align: center;
  margin-top: 2em;
}

.success-demo .successdemo .image img {
  width: 2em;
}

.success-demo .successdemo .image h3 {
  color: #3e3e3e;
  font-size: 17px;
  margin: 2em 0em;
}

.success-demo .successdemo .image p {
  color: #373232;
  font-size: 14px;
  margin-bottom: 2em;
}

.success-demo .successdemo .image .mmfont {
  font-family: "Pyidaungsu";
}

@media screen and (min-width: 320px) and (max-width: 1280px) {
  .success-demo .successdemo {
    width: 80%;
    height: 50%;
    padding: 0em;
  }

  .success-demo .successdemo .image {
    margin-top: 1em;
  }

  .success-demo .successdemo .image h3 {
    font-size: 15px;
    margin: 2em 0em;
  }

  .success-demo .successdemo .image p {
    font-size: 12px;
    margin-bottom: 2em;
    padding: 0em 1em;
  }
}

.landing-section {
  position: relative;
  height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  font-family: "Poppins";
  /**
  * iPad Pro Portrait
  */
  /**
  * iPad landscape
  */
}

.landing-section .slide-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.landing-section .slide-wrapper .slide {
  position: relative;
  height: 100%;
}

.landing-section .slide-wrapper .slide .bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat, no-repeat;
  transition: all 2s;
}

.landing-section .slide-wrapper .slide .bg.bg-left {
  background-position: left;
  transform: translateX(-100%);
}

.landing-section .slide-wrapper .slide .bg.bg-right {
  background-position: right;
  transform: translateX(100%);
}

.landing-section .slide-wrapper .slide .text {
  position: absolute;
  left: 10em;
  top: 15em;
  z-index: 1;
}

.landing-section .slide-wrapper .slide .text .title {
  font-size: 3em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.landing-section .slide-wrapper .slide .text .title.title_mm {
  font-size: 2em;
}

.landing-section .slide-wrapper .slide .text .sub_title {
  font-size: 0.95em;
  margin-top: 1em;
  line-height: 1.5em;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.landing-section .slide-wrapper .slide .text .sub_title_responsive {
  display: none;
}

.landing-section .slide-wrapper .slide .text .demo-link {
  position: relative;
  display: none;
  width: 18rem;
  border: 0;
  margin-top: 1.5rem;
  border-radius: 30px;
  font-weight: bold;
  color: white;
  padding: 0.9em 1.7em;
  font-size: 1em;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-color: #5845b1;
  font-family: "Poppins";
  text-align: center;
}

.landing-section .slide-wrapper .slide .text .title,
.landing-section .slide-wrapper .slide .text .sub_title {
  font-family: "Poppins";
  opacity: 0;
  transition: all 1s;
  display: none;
}

.landing-section .slide-wrapper .slide .text.in .title,
.landing-section .slide-wrapper .slide .text.in .sub_title,
.landing-section .slide-wrapper .slide .text.out .title,
.landing-section .slide-wrapper .slide .text.out .sub_title {
  display: block;
}

.landing-section .slide-wrapper .slide .text.in .demo-link,
.landing-section .slide-wrapper .slide .text.out .demo-link {
  display: inline-block;
}

.landing-section .slide-wrapper .slide .text.in .sub_title_responsive,
.landing-section .slide-wrapper .slide .text.out .sub_title_responsive {
  display: none;
}

.landing-section .slide-wrapper .slide .text.in .title {
  opacity: 1;
  -webkit-animation: textTitleFdeInAnimation ease 3s;
          animation: textTitleFdeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .text.in .sub_title {
  opacity: 1;
  -webkit-animation: textSubTitleFdeInAnimation ease 3s;
          animation: textSubTitleFdeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .text.in .demo-link {
  opacity: 1;
  -webkit-animation: textSubTitleFdeInAnimation ease 3s;
          animation: textSubTitleFdeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .text.out .title,
.landing-section .slide-wrapper .slide .text.out .sub_title,
.landing-section .slide-wrapper .slide .text.out .demo-link {
  opacity: 0;
  -webkit-animation: textFadeOutAnimation ease 1s;
          animation: textFadeOutAnimation ease 1s;
}

.landing-section .slide-wrapper .slide .graphics {
  position: absolute;
  right: 14em;
  top: 15em;
  transform: translateY(-2em);
}

.landing-section .slide-wrapper .slide .graphics .graphic {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  transition: all 1s;
  display: none;
  width: 7em;
}

.landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
  width: 8em;
}

.landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic1 {
  width: 8.5em;
}

.landing-section .slide-wrapper .slide .graphics .graphic.graphic3 {
  width: 4em;
  position: absolute;
  bottom: 0.5em;
  right: -3.5em;
}

.landing-section .slide-wrapper .slide .graphics .graphic.graphic_live_sale {
  width: 10em;
}

.landing-section .slide-wrapper .slide .graphics .graphic.slide4.graphic_live_sale {
  width: 12em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 {
  position: absolute;
  bottom: 0;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group {
  width: 25em;
  height: 15em;
  display: flex;
  position: relative;
  transform: translateY(16em);
  align-items: center;
  justify-content: center;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people {
  position: absolute;
  font-size: 14px;
  width: 10em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people .info {
  text-align: left;
  align-self: flex-start;
  word-wrap: break-word;
  font-weight: normal;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_1 {
  top: 0;
  left: 0;
  width: 8em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_1 img {
  width: 2.5em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_1 .info {
  position: relative;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_1 .info::after {
  width: 2em;
  height: 2em;
  content: "";
  background-color: #F8DA36;
  border-radius: 50px;
  top: 0;
  left: -0.5em;
  position: absolute;
  z-index: -1;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_2 {
  top: 0;
  right: 0;
  width: 8em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_2 img {
  width: 3em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_2 .info {
  color: white;
  position: relative;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_2 .info::after {
  width: 2em;
  height: 2em;
  content: "";
  background-color: #F8DA36;
  border-radius: 50px;
  top: 0;
  left: -0.5em;
  position: absolute;
  z-index: -1;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_3 {
  bottom: 0;
  left: 0;
  width: 8em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_3 img {
  width: 4em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_3 .info {
  position: relative;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_3 .info::after {
  width: 2em;
  height: 2em;
  content: "";
  background-color: #F8DA36;
  border-radius: 50px;
  top: 0;
  left: -0.5em;
  position: absolute;
  z-index: -1;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_4 {
  bottom: 0;
  right: 0;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_people.graphic_people_4 img {
  width: 3.5em;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle {
  position: relative;
  width: auto;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .outer_circle {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #5845b1;
  position: relative;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #F5D735;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle .info {
  font-size: 12px !important;
  z-index: 1;
  text-align: center;
  line-height: 2;
  font-family: "W14Art";
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle .info .upper-text {
  font-weight: bold;
  font-size: 1.2em;
  font-family: "W14Art";
}

.landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle .info .lower-text {
  font-size: 1em;
  font-weight: normal;
  font-family: "W14Art";
}

.landing-section .slide-wrapper .slide .graphics.single {
  right: 13em;
  transform: translateY(0);
}

.landing-section .slide-wrapper .slide .graphics.single .graphic {
  width: 15em;
}

.landing-section .slide-wrapper .slide .graphics.single.in .graphic.graphic1 {
  opacity: 1;
  -webkit-animation: graphicFadeInAnimation ease 2s;
          animation: graphicFadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic,
.landing-section .slide-wrapper .slide .graphics.out .graphic {
  display: inline-block;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic {
  opacity: 1;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic1 {
  -webkit-animation: graphic1FadeInAnimation ease 2s;
          animation: graphic1FadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic2 {
  -webkit-animation: graphic2FadeInAnimation ease 2s;
          animation: graphic2FadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic3 {
  -webkit-animation: graphic3FadeInAnimation ease 2s;
          animation: graphic3FadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_live_sale {
  -webkit-animation: graphic4LiveSaleFadeInAnimation ease 2s;
          animation: graphic4LiveSaleFadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_people_1 {
  -webkit-animation: graphic4People1FadeInAnimation ease 3s;
          animation: graphic4People1FadeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_people_2 {
  -webkit-animation: graphic4People2FadeInAnimation ease 3s;
          animation: graphic4People2FadeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_people_3 {
  -webkit-animation: graphic4People3FadeInAnimation ease 3s;
          animation: graphic4People3FadeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_people_4 {
  -webkit-animation: graphic4People4FadeInAnimation ease 3s;
          animation: graphic4People4FadeInAnimation ease 3s;
}

.landing-section .slide-wrapper .slide .graphics.in .graphic.graphic_circle {
  -webkit-animation: graphic4CircleFadeInAnimation ease 2s;
          animation: graphic4CircleFadeInAnimation ease 2s;
}

.landing-section .slide-wrapper .slide .graphics.out .graphic {
  opacity: 0;
  -webkit-animation: graphicFadeOutAnimation ease 1s;
          animation: graphicFadeOutAnimation ease 1s;
}

.landing-section .slide-wrapper .slide .graphics.out .graphic.graphic_people_1 {
  transform: scale(0) translate(15em, 10em);
  animation: graphic4People1FadeInAnimation ease 3s reverse;
}

.landing-section .slide-wrapper .slide .graphics.out .graphic.graphic_people_2 {
  transform: scale(0) translate(-15em, 10em);
  animation: graphic4People2FadeInAnimation ease 3s reverse;
}

.landing-section .slide-wrapper .slide .graphics.out .graphic.graphic_people_3 {
  transform: scale(0) translate(15em, -10em);
  animation: graphic4People3FadeInAnimation ease 3s reverse;
}

.landing-section .slide-wrapper .slide .graphics.out .graphic.graphic_people_4 {
  transform: scale(0) translate(-15em, -10em);
  animation: graphic4People4FadeInAnimation ease 3s reverse;
}

.landing-section .slide-wrapper .slide.active .bg {
  transform: translate(0);
}

.landing-section .slide-wrapper .slide.slide4 .text .title b {
  display: inline-block;
  background-color: #5945B0;
  padding: 0.2rem 1rem;
  color: white;
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title {
  color: #5945B0;
  width: 60%;
  font-weight: 600;
  font-family: "Poppins";
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title .setup_fee {
  background-color: white;
  padding: 1.5rem 1rem;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  background-color: #F6F4FF;
  align-items: center;
  font-size: 1.5em;
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title .setup_fee .free {
  font-size: 1.5rem;
  font-weight: bold;
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title .setup_fee .percent_off {
  text-decoration: line-through;
  font-size: 0.8rem;
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title .annual_fee {
  background-color: white;
  padding: 1.5rem 1rem;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  background-color: #F6F4FF;
  align-items: center;
  font-size: 1.5em;
}

.landing-section .slide-wrapper .slide.slide4 .text .sub_title .annual_fee b {
  font-size: 1.5rem;
}

.landing-section .slide-wrapper .slide.slide4 .graphics {
  width: 25em;
}

.landing-section .indicators {
  position: absolute;
  bottom: 3em;
  display: inline-flex;
  left: 10em;
}

.landing-section .indicators .indicator {
  width: 1.5em;
  height: 0.25em;
  border-radius: 0.25em;
  background-color: #978ad2;
  margin-left: 0.25em;
  cursor: pointer;
  transition: all 1s;
}

.landing-section .indicators .indicator:first-of-type {
  margin-left: 0;
}

.landing-section .indicators .indicator.active {
  background-color: #5845b1;
  width: 3em;
}

.landing-section .demo-link {
  position: absolute;
  display: none;
  bottom: 0;
  border: 0;
  border-radius: 30px;
  font-weight: bold;
  color: white;
  padding: 0.9em 1.7em;
  font-size: 1em;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-color: #5845b1;
  font-family: "Poppins";
}

.landing-section .right-white-circle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: 10em;
  right: 5em;
}

.landing-section .right-yellow-circle {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #F5D735;
  position: absolute;
  top: 30em;
  right: 3em;
}

.landing-section .right-blue-circle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #5845b1;
  position: absolute;
  bottom: 5em;
  right: 18em;
}

.landing-section .left-yellow-circle {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 33em;
  left: 30em;
  border-radius: 100%;
  background-color: #F5D735;
}

@-webkit-keyframes textTitleFdeInAnimation {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes textTitleFdeInAnimation {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes textSubTitleFdeInAnimation {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0%;
  }

  100% {
    opacity: 1;
  }
}

@keyframes textSubTitleFdeInAnimation {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0%;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes textFadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes textFadeOutAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes graphicFadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes graphicFadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes graphic1FadeInAnimation {
  0% {
    opacity: 0;
    transform: translateX(12em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes graphic1FadeInAnimation {
  0% {
    opacity: 0;
    transform: translateX(12em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes graphic2FadeInAnimation {
  0% {
    opacity: 0;
    transform: translateX(12em);
  }

  20% {
    opacity: 0;
    transform: translateX(12em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes graphic2FadeInAnimation {
  0% {
    opacity: 0;
    transform: translateX(12em);
  }

  20% {
    opacity: 0;
    transform: translateX(12em);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes graphic3FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes graphic3FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes graphic4LiveSaleFadeInAnimation {
  0% {
    opacity: 0;
    transform: translate(50vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes graphic4LiveSaleFadeInAnimation {
  0% {
    opacity: 0;
    transform: translate(50vw, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes graphic4People1FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(15em, 10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@keyframes graphic4People1FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(15em, 10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes graphic4People2FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(-15em, 10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@keyframes graphic4People2FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(-15em, 10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes graphic4People3FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(15em, -10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@keyframes graphic4People3FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(15em, -10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes graphic4People4FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(-15em, -10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@keyframes graphic4People4FadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0) translate(-15em, -10em);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes graphic4CircleFadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes graphic4CircleFadeInAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes graphicFadeOutAnimation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes graphicFadeOutAnimation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@media screen and (max-height: 800px) {
  .landing-section {
    height: 800px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section {
    height: 800px;
  }

  .landing-section .right-white-circle,
  .landing-section .right-yellow-circle,
  .landing-section .right-blue-circle,
  .landing-section .left-yellow-circle {
    display: none;
  }

  .landing-section .slide-wrapper .slide .bg.bg-left {
    background-size: 100% auto;
    background-position: left top;
  }

  .landing-section .slide-wrapper .slide .text {
    left: 0;
    top: 6em;
    margin-right: 0;
    padding: 1rem;
    width: 100%;
  }

  .landing-section .slide-wrapper .slide .text.in .demo-link,
  .landing-section .slide-wrapper .slide .text.out .demo-link {
    display: none;
  }

  .landing-section .slide-wrapper .slide .text .title {
    font-size: 1em;
  }

  .landing-section .slide-wrapper .slide .text .title.title_mm {
    font-size: 0.9em;
  }

  .landing-section .slide-wrapper .slide .text .sub_title {
    font-size: 0.8em;
  }

  .landing-section .slide-wrapper .slide .text.in .sub_title,
  .landing-section .slide-wrapper .slide .text.out .sub_title {
    display: none;
  }

  .landing-section .slide-wrapper .slide .text.in .sub_title_responsive,
  .landing-section .slide-wrapper .slide .text.out .sub_title_responsive {
    display: block;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 1em;
    bottom: 11em;
    display: flex;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic {
    margin-top: auto;
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic2 {
    width: 4.5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic3 {
    width: 2em;
    right: -1.2em;
    bottom: 0;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic1 {
    width: 6.5em;
  }

  .landing-section .slide-wrapper .slide .graphics.single {
    right: 1em;
    transform: translate(1em, 0);
  }

  .landing-section .slide-wrapper .slide .graphics.single .graphic {
    width: 10em;
  }

  .landing-section .slide-wrapper .slide#slide2 .graphics {
    right: 3em;
  }

  .landing-section .slide-wrapper .slide.slide4 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
  }

  .landing-section .slide-wrapper .slide.slide4 .bg {
    top: 19em;
    height: 20em;
  }

  .landing-section .slide-wrapper .slide.slide4 .bg-right {
    display: block;
  }

  .landing-section .slide-wrapper .slide.slide4 .bg.bg-left {
    top: 0;
  }

  .landing-section .slide-wrapper .slide.slide4 .text {
    position: relative;
    height: 17em;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title {
    width: 100%;
    font-size: 0.6rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title.sub_title_desktop {
    display: none;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block {
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee {
    padding: 0.8rem 0.5rem;
    margin: 0 0.5rem 0 0;
    width: 50%;
    font-size: 0.8rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee .free {
    font-size: 0.7rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee .percent_off {
    font-size: 0.6rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .annual_fee {
    padding: 0.8rem 0.5rem;
    width: 50%;
    font-size: 0.8rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .annual_fee b {
    font-size: 0.8rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    top: 4em;
    right: -1em;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 320px) {
  .landing-section .slide-wrapper .slide.slide4 .graphics {
    right: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic {
    margin: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide4.graphic_live_sale {
    width: 5em;
    height: 4em;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 {
    left: none;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group {
    width: 18em;
    height: 11em;
    transform: translateY(11em);
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group .graphic_people {
    width: 7em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group .graphic_people .info {
    font-size: 0.7em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .outer_circle {
    width: 2.3em;
    height: 2.3em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle {
    width: 1.8em;
    height: 1.8em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group .graphic_circle .inner_circle .info {
    font-size: 8px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .slide-wrapper .slide.slide4 .bg.bg-right {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .slide-wrapper .slide .bg.bg-right {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .indicators {
    left: 1em;
    bottom: 5.5em;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .landing-section .demo-link {
    display: inline-block;
    bottom: 9em;
    left: 1em;
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .landing-section .slide-wrapper .slide .text {
    left: 8em;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 10em;
  }

  .landing-section .indicators {
    left: 8em;
  }

@-webkit-keyframes graphic1FadeInAnimation {
    0% {
      opacity: 0;
      transform: translateX(10em);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes graphic1FadeInAnimation {
    0% {
      opacity: 0;
      transform: translateX(10em);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
}

@-webkit-keyframes graphic2FadeInAnimation {
    0% {
      opacity: 0;
      transform: translateX(10em);
    }

    20% {
      opacity: 0;
      transform: translateX(10em);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes graphic2FadeInAnimation {
    0% {
      opacity: 0;
      transform: translateX(10em);
    }

    20% {
      opacity: 0;
      transform: translateX(10em);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .landing-section {
    height: 65em;
  }

  .landing-section .slide-wrapper .slide .text {
    font-size: 1.1em;
    top: 6em;
    left: 1em;
  }

  .landing-section .slide-wrapper .slide#slide2 .graphics {
    right: 10em;
    transform: translateY(20em);
  }

  .landing-section .slide-wrapper .slide.active .bg.bg-right {
    display: none;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 7em;
    transform: translateY(20em);
  }

  .landing-section .slide-wrapper .slide .graphics.single {
    transform: translateY(20em);
    right: 7em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
    width: 7em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic2 {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title {
    font-size: 1rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee {
    font-size: 1rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee .free {
    font-size: 1.5rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .setup_fee .percent_off {
    font-size: 1.2rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .annual_fee {
    font-size: 1rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .text .sub_title .two-block .annual_fee b {
    font-size: 1rem;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics {
    top: 7em;
    right: 1em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide2.graphic1 {
    width: 7.5em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide2.graphic2 {
    width: 7em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide3.graphic1 {
    width: 7.5em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide3.graphic2 {
    width: 7em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.graphic3 {
    width: 3em;
    bottom: 0.5em;
    right: -2em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics.single .graphic {
    width: 15em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 {
    justify-content: flex-end;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group {
    transform: translateY(14em);
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide4.graphic_live_sale {
    width: 12em;
    height: auto;
  }

  .landing-section .slide-wrapper .slide.slide4 .bg.bg-right {
    top: 27em;
    height: 35em;
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .landing-section {
    height: 50vh;
  }

  .landing-section .slide-wrapper .slide .text {
    left: 3em;
    top: 10em;
  }

  .landing-section .slide-wrapper .slide#slide2 .graphics {
    right: 5em;
    transform: translateY(-5em);
  }

  .landing-section .slide-wrapper .slide#slide2 .graphics .graphic.slide2.graphic3 {
    right: -3em;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 5em;
    top: 15em;
    transform: translateY(-5em);
  }

  .landing-section .slide-wrapper .slide .graphics .graphic {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
    width: 4.5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic3 {
    width: 4em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic1 {
    width: 7em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic2 {
    width: 4em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.graphic3 {
    width: 2em;
    bottom: 0.5em;
    right: -1.5em;
  }

  .landing-section .slide-wrapper .slide .graphics.single {
    right: 0;
    transform: translateY(-5em);
  }

  .landing-section .slide-wrapper .slide .graphics.single .graphic {
    width: 12em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics {
    width: 14em;
    right: 12em;
    top: 14em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic.slide4.graphic_live_sale {
    width: 12em;
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics .graphic_wrapper_4 .graphic_group {
    height: 14em;
    transform: translateY(12em);
  }

  .landing-section .slide-wrapper .slide.slide4 .bg.bg-right {
    top: 0;
    height: 45em;
  }

  .landing-section .indicators {
    left: 4em;
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .landing-section .right-blue-circle {
    display: none;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 10em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic_wrapper_4 .graphic_group {
    transform: translateY(13em);
  }

  .landing-section .slide-wrapper .slide.slide4 .graphics {
    top: 10em;
    right: 14em;
  }

  .landing-section .slide-wrapper .slide.slide4 .text {
    top: 12em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
  .landing-section .slide-wrapper .slide .text {
    left: 4em;
    top: 10em;
  }

  .landing-section .slide-wrapper .slide .graphics {
    right: 17em;
    top: 10em;
    transform: translateY(10em);
  }

  .landing-section .slide-wrapper .slide .graphics .graphic {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
    width: 5.5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic1 {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide2.graphic3 {
    width: 2em;
    bottom: 0.5em;
    right: -1.5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic1 {
    width: 5.5em;
  }

  .landing-section .slide-wrapper .slide .graphics .graphic.slide3.graphic2 {
    width: 5em;
  }

  .landing-section .slide-wrapper .slide .graphics.single {
    right: 11em;
    transform: translateY(7em);
  }

  .landing-section .slide-wrapper .slide .graphics.single .graphic {
    width: 15em;
  }

  .landing-section .indicators {
    left: 4em;
  }
}

.header-nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: transparent;
  position: relative;
  width: 100%;
  z-index: 100;
}

.header-nav .nav-top-bg {
  background-color: transparent;
}

.header-nav .nav-bottom-bg {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-nav .nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1em 0em;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-nav .nav .header-logo {
  flex: 2;
  display: flex;
  margin-left: 10em;
}

.header-nav .nav .header-logo img {
  width: 8em;
}

.header-nav .nav .header-logo .default,
.header-nav .nav .header-logo .fixed-logo {
  display: none;
  width: 8em;
  height: auto;
  padding-left: 1.5em;
}

.header-nav .nav .menu-bar {
  display: none;
}

.header-nav .nav .menu-bar .closenavBar {
  display: none;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-right: -1em;
  margin-top: 0px;
  margin-left: 5px;
}

.header-nav .nav .menu-bar .closenavBar::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(45deg);
  top: 10px;
}

.header-nav .nav .menu-bar .closenavBar::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
}

.header-nav .nav .menu-bar a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-color: #5845b1;
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

.header-nav .nav .menu-bar img {
  width: 2em;
  height: 2em;
  margin-left: 1em;
  margin-top: 5px;
  cursor: pointer;
}

.header-nav .nav .menu-bar .fixed-logo {
  display: none;
}

.header-nav .nav .middle-nav {
  flex: 0.5;
  display: flex;
}

.header-nav .nav .middle-nav ul {
  display: flex;
}

.header-nav .nav .middle-nav ul .active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.header-nav .nav .middle-nav ul .active .bar a {
  flex-grow: 1;
  width: 0;
}

.header-nav .nav .middle-nav ul .active .bar {
  margin-top: 2px;
  background-color: #5845b1;
  height: 0.2em;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.header-nav .nav .middle-nav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0px;
  padding-right: 0px;
}

.header-nav .nav .middle-nav ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #707070;
  margin: 0em 1em 0em 1em;
  font-size: 13px;
}

.header-nav .nav .right-nav {
  display: flex;
  position: relative;
  margin-right: 10em;
}

.header-nav .nav .right-nav ul {
  display: flex;
}

.header-nav .nav .right-nav ul li {
  padding: 0em 1.5em 0em 0em;
  display: flex;
  align-items: center;
}

.header-nav .nav .right-nav ul li a {
  display: flex;
}

.header-nav .nav .right-nav ul li a img {
  width: 2em;
  margin-right: 0.5em;
}

.header-nav .nav .right-nav ul li a .myanheight {
  height: 1.5em;
}

.header-nav .nav .right-nav ul li a span {
  cursor: pointer;
  color: #707070;
  font-size: 12px;
  margin-top: 8px;
}

.header-nav .nav .right-nav ul li p {
  color: #707070;
  font-size: 13px;
}

.header-nav .nav .right-nav ul li form select#languageform option[value=en] {
  background-image: url("/images/uk.png");
}

.header-nav .nav .right-nav ul .demolink a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .header-nav {
    z-index: 55;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .header-nav .nav {
    padding: 1em 0em;
  }

  .header-nav .nav .header-logo {
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .ft-logo {
    display: none;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .default {
    display: block;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .fixed-logo {
    display: none;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .menu-bar {
    display: flex;
    margin-right: 2em;
    margin-top: 0.5em;
  }

  .header-nav .nav .menu-bar button {
    display: none;
  }

  .header-nav .nav .menu-bar a {
    font-size: 12px;
  }

  .header-nav .nav .menu-bar .shownavBar {
    width: 2em;
    height: 2em;
  }

  .header-nav .nav .menu-bar .try-it {
    display: none;
  }

  .header-nav .nav .middle-nav,
  .header-nav .nav .right-nav {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .header-nav .nav {
    height: 4em !important;
  }

  .header-nav .nav .header-logo {
    margin-left: 0em;
    flex: 1;
  }

  .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 3em;
  }

  .header-nav .nav .header-logo .ft-logo {
    display: none;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .default {
    display: block;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .middle-nav {
    flex: 1;
    margin-right: 2em;
    justify-content: flex-end;
  }

  .header-nav .nav .right-nav {
    flex: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .header-nav .nav {
    height: 4em !important;
  }

  .header-nav .nav .header-logo {
    margin-left: 0em;
    flex: 1;
  }

  .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 3em;
  }

  .header-nav .nav .header-logo .ft-logo {
    display: none;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .default {
    display: block;
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
    margin-left: 0em;
  }

  .header-nav .nav .middle-nav {
    flex: 1;
    margin-right: 2em;
    justify-content: flex-end;
  }

  .header-nav .nav .right-nav {
    flex: 1.5;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .header-nav .nav .middle-nav ul li a {
    font-size: 17px;
  }

  .header-nav .nav .right-nav ul li p {
    font-size: 17px;
  }

  .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .header-nav .nav .middle-nav ul li a {
    font-size: 19px;
  }

  .header-nav .nav .right-nav {
    margin-left: 2em;
  }

  .header-nav .nav .right-nav ul li {
    padding: 0em 2em 0em 0em;
  }

  .header-nav .nav .right-nav ul li p {
    font-size: 19px;
  }

  .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 19px;
  }
}

@media screen and (min-width: 1900px) {
  .header-nav .nav .right-nav {
    margin-left: 0em;
  }
}

/**
* iPad Pro Portrait
*/

@media screen and (min-height: 1366px) and (max-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .header-nav .nav .header-logo {
    margin-left: 2em;
  }

  .header-nav .nav .right-nav {
    flex: none;
    margin-right: 4em;
  }
}

/**
* iPad landscape
*/

@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
  .header-nav .nav .header-logo {
    margin-left: 2em;
  }

  .header-nav .nav .right-nav {
    flex: none;
    margin-right: 4em;
  }
}

.second-section {
  display: flex;
  width: 100%;
  font-family: "Poppins";
  margin-top: 3em;
  margin-bottom: 0;
}

.second-section .about-team {
  width: 100%;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  grid-template-areas: "lg tt tt tt tt tt tt tt tt " "imgw imgw txtw txtw txtw txtw txtw txtw txtw";
}

.second-section .about-team .logo {
  grid-area: lg;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1em;
}

.second-section .about-team .logo img {
  width: 65px;
}

.second-section .about-team .title {
  grid-area: tt;
  display: grid;
}

.second-section .about-team .title h2 {
  align-self: center;
}

.second-section .about-team .image-wrapper {
  grid-area: imgw;
  position: relative;
  margin: 1.5em 0em 1.5em 0em;
}

.second-section .about-team .image-wrapper .main-img {
  width: 250px;
  align-self: center;
}

.second-section .about-team .image-wrapper .curled-line-top {
  position: absolute;
  height: 10%;
  left: 10em;
  top: -2em;
  z-index: -100;
}

.second-section .about-team .image-wrapper .curled-line-bottom {
  width: 40%;
}

.second-section .about-team .image-wrapper .blue-circle-top {
  background-color: #5845b1;
  position: absolute;
  top: -1em;
  left: 1em;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.second-section .about-team .image-wrapper .blue-circle-bottom {
  background-color: #5845b1;
  position: absolute;
  top: 10.6em;
  left: 13.3em;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.second-section .about-team .image-wrapper .background-div {
  position: absolute;
  border-radius: 10px;
  background-color: #5845b1;
  width: 200px;
  height: 160px;
  left: 3.7em;
  top: -0.5em;
  z-index: -100;
}

.second-section .about-team .text-wrapper {
  grid-area: txtw;
  font-family: "Poppins";
  display: grid;
  height: auto;
  text-align: start;
}

.second-section .about-team .text-wrapper span {
  color: #5845b1;
  font-weight: normal;
  margin-left: 2px;
  margin-right: 2px;
}

.second-section .about-team .text-wrapper a {
  color: #5845b1;
  font-weight: normal;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "Poppins";
}

.second-section .about-team .text-wrapper p {
  border-left: 5px solid #5845b1;
  padding-left: 1em;
  margin-left: 3em;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5%;
}

.second-section .text {
  padding: 2em 0em;
  flex: 2;
}

.second-section .text h3 {
  color: #5845b1;
  font-size: 2em;
  padding-right: 6em;
}

.second-section .text p {
  color: #707070;
  padding: 2em 1em 2em 0em;
  font-size: 1em;
  line-height: 2em;
}

.second-section .text .mmfont {
  font-family: "Pyidaungsu";
}

.second-section .text button {
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  width: 12em;
  height: 3.5em;
  border: 0;
}

.second-section .image {
  flex: 1;
  margin-top: 2em;
  position: relative;
}

.second-section .image .circle-image img {
  width: 14em;
  float: right;
  margin-top: 5em;
}

.second-section .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/images/Subtraction 2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .second-section {
    padding: 0;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-top: -1em;
  }

  .second-section .about-team {
    grid-template-columns: auto;
    place-items: center;
    grid-template-areas: "lg" "tt" "txtw" "imgw";
  }

  .second-section .about-team .image-wrapper {
    margin: 0em;
  }

  .second-section .about-team .text-wrapper {
    margin: 1em 1em 4em 1em;
  }

  .second-section .about-team .text-wrapper p {
    margin: 0;
  }

  .second-section .text {
    text-align: center;
  }

  .second-section .text h3 {
    font-size: 20px;
    padding-right: 0;
  }

  .second-section .text p {
    font-size: 12px;
    padding: 2em 2em;
  }
}

@media screen and (min-width: 500px) and (max-width: 750px) {
  .second-section .image {
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .second-section {
    flex-direction: row;
    width: 100%;
    padding: 0em 1em 0em 1em;
    overflow: hidden;
  }

  .second-section .text {
    text-align: left;
  }

  .second-section .text h3 {
    font-size: 20px;
  }

  .second-section .text p {
    padding: 2em 8em 2em 0em;
    font-size: 14px;
  }

  .second-section .image {
    position: relative;
  }

  .second-section .image::before {
    content: "";
    width: 140%;
    height: 140%;
    right: -2em;
    top: -2em;
  }

  .second-section .image .circle-image {
    margin-top: 6em;
  }

  .second-section .image .circle-image img {
    width: 10em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .second-section .text h3 {
    font-size: 1.7em;
  }

  .second-section .text p {
    padding: 2em 6em 2em 0em;
  }

  .second-section .image {
    margin-top: 4em;
  }

  .second-section .image::before {
    content: "";
    width: 90%;
    height: 90%;
    right: -2em;
    top: -2em;
  }

  .second-section .image .circle-image {
    margin-top: 0em;
    padding-right: 2em;
  }

  .second-section .image .circle-image img {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .second-section {
    padding: 4em 8em 0em 8em;
  }

  .second-section .image {
    position: relative;
  }

  .second-section .image::before {
    content: "";
    width: 100%;
    height: 100%;
    right: -4em;
    top: -2em;
  }

  .second-section .image .circle-image {
    padding-right: 0em;
  }

  .second-section .image .circle-image img {
    width: 12em;
  }

  .second-section .text h3 {
    font-size: 1.7em;
  }

  .second-section .text p {
    padding: 2em 2em 2em 0em;
    font-size: 14px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .second-section {
    padding: 5em 11em 0em 11em;
  }

  .second-section .image {
    margin-top: 5em;
  }

  .second-section .image .circle-image img {
    width: 13em;
  }

  .second-section .text p {
    padding: 2em 7em 2em 0em;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .second-section {
    padding: 0em 11em 0em 11em;
  }

  .second-section .text p {
    font-size: 20px !important;
    padding: 2em 6em 2em 0em;
  }

  .second-section .image .circle-image img {
    margin-top: 8em;
    margin-right: 0em;
  }
}

@media screen and (min-width: 1900px) {
  .second-section .text p {
    font-size: 22px !important;
  }

  .second-section .image .circle-image img {
    margin-top: 8em;
    margin-right: 7em;
  }
}

.facing-facts {
  font-family: "Poppins";
  display: flex;
  flex-direction: column;
  padding-left: 7em;
  padding-right: 7em;
  padding-top: 0em;
}

.facing-facts h1 {
  text-align: center;
  color: #2b2b2b;
  padding: 0em 0em 1em 0em;
}

.facing-facts .face-one {
  display: grid;
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}

.facing-facts .face-one .right {
  position: relative;
  margin-right: 5px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #7666c3;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 2em;
}

.facing-facts .face-one .right .products div {
  /* padding-left: 1em; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.3em 1.5em;
  background-color: #524a7d;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.facing-facts .face-one .right .products div h3 {
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: normal;
  display: flex;
  opacity: 1;
  color: white;
  box-sizing: border-box;
}

.facing-facts .face-one .right .products div h3.mmtitle {
  font-size: 1.1em;
}

.facing-facts .face-one .right .text {
  display: flex;
  color: white;
}

.facing-facts .face-one .right .text .myanmar-text {
  display: block;
  font-size: 14px;
  padding: 3em 17em 0em 2em;
  line-height: 1.5em;
}

.facing-facts .face-one .right .text .mmfont {
  font-family: "Pyidaungsu";
}

.facing-facts .face-one .right .image img {
  position: absolute;
  width: 12em;
  right: 2em;
}

.facing-facts .face-one .right:nth-child(1) {
  height: 16em;
  grid-area: 1/1/2/4;
  margin-bottom: 1em;
}

.facing-facts .face-one .right:nth-child(1) .image {
  width: 12em;
}

.facing-facts .face-one .right:nth-child(1) .image img {
  width: 28%;
  bottom: 2em;
}

.facing-facts .face-one .right:nth-child(2) {
  height: 16em;
  grid-area: 1/4/2/7;
  margin-bottom: 1em;
  padding-bottom: 4.5em;
}

.facing-facts .face-one .right:nth-child(2) .image {
  width: 12em;
}

.facing-facts .face-one .right:nth-child(2) .image img {
  width: 28%;
  bottom: 2em;
}

.facing-facts .face-one .right:nth-child(3) {
  grid-area: span 1/span 4;
  height: 16em;
  margin-bottom: 1em;
}

.facing-facts .face-one .right:nth-child(3) .products div {
  padding: 0.5em 1em;
}

.facing-facts .face-one .right:nth-child(3) .text {
  padding-right: 5em;
}

.facing-facts .face-one .right:nth-child(3) .image {
  width: 12em;
}

.facing-facts .face-one .right:nth-child(3) .image img {
  width: 28%;
  bottom: 2em;
}

.facing-facts .face-one .right:nth-child(4) {
  height: 33em;
  grid-area: 2/5/4/7;
  display: grid;
  grid-template-areas: "photo" "title" "text";
}

.facing-facts .face-one .right:nth-child(4) .products {
  margin: 0 auto;
  margin-top: 3em;
}

.facing-facts .face-one .right:nth-child(4) .products div {
  grid-area: title;
  margin: 0em;
  padding: 0.5em 1em;
}

.facing-facts .face-one .right:nth-child(4) .text {
  display: flex;
  flex-direction: column-reverse;
}

.facing-facts .face-one .right:nth-child(4) .text .myanmar-text {
  display: block;
  font-size: 14px;
  padding: 1em;
  grid-area: text;
  text-align: center;
}

.facing-facts .face-one .right:nth-child(4) .image {
  margin-bottom: 14em;
  margin-top: 1em;
  width: 15em;
  grid-area: photo;
}

.facing-facts .face-one .right:nth-child(4) .image img {
  width: 75%;
}

.facing-facts .face-one .right:nth-child(5) {
  grid-area: span 1/span 4;
  height: 16em;
}

.facing-facts .face-one .right:nth-child(5) .products {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.facing-facts .face-one .right:nth-child(5) .text {
  padding-right: 4em;
}

.facing-facts .face-one .right:nth-child(5) .image {
  width: 30em;
}

.facing-facts .face-one .right:nth-child(5) .image img {
  width: 23%;
  right: 5em;
  bottom: 1em;
}

.facing-facts .factor-faction-responsive {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .facing-facts {
    padding: 0;
    margin-top: 2em;
  }

  .facing-facts .factor-faction-responsive {
    display: flex;
    width: inherit;
  }

  .facing-facts .factor-faction-responsive .resposive-facing {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .facing-facts .factor-faction-responsive .resposive-facing .category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 1em;
    margin-right: 1em;
    background-color: #524a7d;
    border-radius: 0.5em;
    text-align: center;
    color: white;
    padding: 0.5em 1em 0.5em 1em;
  }

  .facing-facts h1 {
    font-size: 20px;
    padding: 0em 1em 1em 1em;
  }

  .facing-facts .face-one {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .facing-facts {
    padding: 0em 1em;
  }

  .facing-facts h1 {
    font-size: 20px;
  }

  .facing-facts .face-one .right {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .facing-facts .face-one .right .products div h3 {
    font-size: 1em;
  }

  .facing-facts .face-one .right .products div h3.mmtitle {
    font-size: 0.9em;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    font-size: 12px;
    padding: 2.5em 11em 0em 2em;
    line-height: 1.5em;
  }

  .facing-facts .face-one .right .text img {
    width: 8em;
    right: 1em;
  }

  .facing-facts .face-one .right:nth-child(1) {
    height: 20em;
  }

  .facing-facts .face-one .right:nth-child(1) .text .myanmar-text {
    padding: 2.5em 12em 0em 2em;
  }

  .facing-facts .face-one .right:nth-child(1) .image img {
    width: 33%;
    bottom: 4em;
  }

  .facing-facts .face-one .right:nth-child(2) {
    height: 20em;
  }

  .facing-facts .face-one .right:nth-child(2) .text .myanmar-text {
    padding: 2.5em 14em 0em 2em;
  }

  .facing-facts .face-one .right:nth-child(2) .image img {
    bottom: 4em;
  }

  .facing-facts .face-one .right:nth-child(3) .text .myanmar-text {
    padding: 2.5em 11em 0em 2em;
  }

  .facing-facts .face-one .right:nth-child(3) .image img {
    width: 33%;
  }

  .facing-facts .face-one .right:nth-child(3) .products div h3.mmtitle {
    width: 16em;
    height: 2em;
  }

  .facing-facts .face-one .right:nth-child(4) {
    height: 33em;
  }

  .facing-facts .face-one .right:nth-child(4) .products div {
    padding: 0.5em 1em;
  }

  .facing-facts .face-one .right:nth-child(4) .text .myanmar-text {
    font-size: 12px !important;
  }

  .facing-facts .face-one .right:nth-child(4) .image {
    margin-top: 2em;
  }

  .facing-facts .face-one .right:nth-child(5) .image img {
    width: 31%;
    right: 2em;
    bottom: 3em;
  }

  .facing-facts .face-one .left {
    height: auto;
  }

  .facing-facts .face-one .left .buyers div {
    border-radius: 20px;
    width: 10em;
    height: 2em;
    font-size: 1.3em;
    margin: 1.2em 0em 0em 1.2em;
  }

  .facing-facts .face-one .left .text .myanmar-text {
    font-size: 12px;
    padding: 3em 14em 0em 2em;
  }

  .facing-facts .face-one .left .text img {
    width: 7em;
    right: 1em;
    bottom: 4em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .facing-facts {
    padding: 0em 8em 1em 8em;
  }

  .facing-facts .face-one .right .products div h3 {
    font-size: 1.1em;
  }

  .facing-facts .face-one .right .products div h3.mmtitle {
    font-size: 0.9em;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    font-size: 12px;
    padding: 2.5em 12em 0em 2em;
  }

  .facing-facts .face-one .right:nth-child(3) .image img {
    width: 33%;
    bottom: 4em;
  }

  .facing-facts .face-one .right:nth-child(4) .products div {
    padding: 0.5em 1em;
  }

  .facing-facts .face-one .right:nth-child(4) .text .myanmar-text {
    font-size: 12px;
  }

  .facing-facts .face-one .right:nth-child(4) .image {
    margin-top: 3em;
    margin-bottom: 10em;
  }

  .facing-facts .face-one .right:nth-child(5) .image img {
    width: 31%;
    right: 3em;
    bottom: 3em;
  }

  .facing-facts .face-one .left .text .myanmar-text {
    font-size: 12px;
    padding: 3em 15em 0em 2em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1299px) {
  .facing-facts h1 {
    padding: 0em 0em 1em 0em;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    font-size: 13px;
    padding: 2.5em 17em 0em 2em;
  }

  .facing-facts .face-one .left .text .myanmar-text {
    font-size: 13px;
    padding: 3em 18em 0em 2em;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1439px) {
  .facing-facts {
    padding: 4em 7em 0em 7em;
  }

  .facing-facts .face-one .right .products div h3 {
    font-size: 1.5em;
  }

  .facing-facts .face-one .right .text {
    display: flex;
    color: white;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    display: block;
    font-size: 13px;
    padding: 3em 16em 0em 2em;
  }

  .facing-facts .face-one .right:nth-child(4) .text .myanmar-text {
    font-size: 13px;
  }

  .facing-facts .face-one .left .buyers div {
    font-size: 1.5em;
  }

  .facing-facts .face-one .left .text .myanmar-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .facing-facts {
    margin-top: 4em;
  }

  .facing-facts h1 {
    padding: 0em 0em 1em 0em;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1900px) {
  .facing-facts .face-one .right .products div h3 {
    font-size: 1.8em;
  }

  .facing-facts .face-one .right .text .myanmar-text {
    font-size: 20px !important;
  }

  .facing-facts .face-one .left .buyers div {
    font-size: 1.8em;
  }

  .facing-facts .face-one .left .text .myanmar-text {
    font-size: 20px !important;
  }
}

.factor-faction-responsive {
  width: 100%;
  flex-wrap: wrap;
  padding: 0em 0.5em;
}

.factor-faction-responsive .resposive-facing {
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #7666c3;
  margin-bottom: 1em;
}

.factor-faction-responsive .resposive-facing .image {
  padding: 2em 0em;
  text-align: center;
}

.factor-faction-responsive .resposive-facing .image img {
  width: 10em;
}

.factor-faction-responsive .resposive-facing .category {
  display: flex;
  justify-content: center;
}

.factor-faction-responsive .resposive-facing .category div {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
  color: #7666c3;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 1em;
  margin: 0 auto;
  font-size: 1em;
}

.factor-faction-responsive .resposive-facing .category div h3 {
  font-weight: normal;
}

.factor-faction-responsive .resposive-facing .text p {
  text-align: center;
  font-size: 12px;
  padding: 2em 2em;
  color: white;
}

.factor-faction-responsive .resposive-facing .text .mmfont {
  font-family: "Pyidaungsu";
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .factor-faction-responsive .resposive-facing .category div {
    text-align: center;
  }
}

.face-two {
  display: grid;
  grid-template-areas: "maintain brand" "feedback brand";
  margin-top: 1em;
  grid-template-columns: 2fr 1fr;
}

.face-two .maintain-customer {
  grid-area: maintain;
  position: relative;
  margin: 0 5px 10px 0px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #7666c3;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 3em;
}

.face-two .maintain-customer .maintain div {
  border-radius: 10px;
  background-color: #ffffff;
  width: 10em;
  align-items: center;
  justify-content: center;
  height: 3em;
  font-size: 1.3em;
  display: flex;
  color: #7666c3;
  margin: 1.2em 0em 0em 1.2em;
  padding-left: 0.5em;
}

.face-two .maintain-customer .text {
  display: flex;
  color: white;
}

.face-two .maintain-customer .text .english-text {
  display: none;
  font-size: 1.2em;
  padding: 3em 18em 0em 1.2em;
}

.face-two .maintain-customer .text .myanmar-text {
  display: block;
  font-size: 14px;
  padding: 3em 23em 0em 2em;
}

.face-two .maintain-customer .text .mmfont {
  font-family: "Pyidaungsu";
}

.face-two .maintain-customer .text img {
  position: absolute;
  width: 18em;
  right: 2em;
  bottom: 3em;
}

.face-two .feedback {
  grid-area: feedback;
  position: relative;
  margin: 10px 5px 0px 0px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #7666c3;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 3em;
}

.face-two .feedback .feed-back div {
  border-radius: 10px;
  background-color: #ffffff;
  width: 11em;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  font-size: 1.3em;
  display: flex;
  color: #7666c3;
  margin: 1.2em 0em 0em 1.2em;
}

.face-two .feedback .text {
  display: flex;
  color: white;
}

.face-two .feedback .text .english-text {
  display: none;
  font-size: 1.2em;
  padding: 3em 21em 0em 1.2em;
}

.face-two .feedback .text .myanmar-text {
  display: block;
  font-size: 14px;
  padding: 3em 23em 0em 2em;
}

.face-two .feedback .text .mmfont {
  font-family: "Pyidaungsu";
}

.face-two .feedback .text img {
  position: absolute;
  width: 15em;
  right: 5em;
}

.face-two .brand {
  grid-area: brand;
  background: #7666c3;
  border-radius: 15px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.face-two .brand .image {
  width: 15em;
}

.face-two .brand .image img {
  width: 100%;
}

.face-two .brand .text div {
  border-radius: 10px;
  background-color: #ffffff;
  width: 11em;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  font-size: 1.3em;
  display: flex;
  color: #7666c3;
  margin-top: 2em;
}

.face-two .brand .english-text {
  color: white;
  display: none;
  font-size: 1.2em;
  padding: 3em 3em 0em 3em;
  margin-top: 1em;
}

.face-two .brand .myanmar-text {
  display: block;
  color: white;
  font-size: 14px;
  padding: 3em 2em 0em 2em;
}

.face-two .brand .mmfont {
  font-family: "Pyidaungsu";
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .face-two {
    display: none;
    flex-direction: column;
    margin-top: 0.5em;
  }

  .face-two .maintain-customer {
    height: 20em;
    display: grid;
    grid-template-areas: "img" "title" "txt";
    margin: 0 5px;
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  .face-two .maintain-customer .maintain {
    grid-area: title;
    margin-bottom: 2em;
    width: 100vw;
    padding: 0em 3.5em;
  }

  .face-two .maintain-customer .maintain div {
    height: 2.8em;
    border-radius: 20px;
    font-size: 15px;
    width: 100%;
    margin: -2em 0em 0em 0em;
  }

  .face-two .maintain-customer .text {
    text-align: center;
    margin-top: 9em;
  }

  .face-two .maintain-customer .text p {
    grid-area: txt;
    position: absolute;
  }

  .face-two .maintain-customer .text .english-text {
    position: absolute;
    bottom: 3em;
    padding: 0 1em;
    font-size: 15px;
  }

  .face-two .maintain-customer .text .myanmar-text {
    display: block;
    font-size: 10px;
    bottom: 1em;
    position: absolute;
    padding: 0 2em 1em 2em;
  }

  .face-two .maintain-customer .text img {
    grid-area: img;
    position: absolute;
    width: 11em;
    margin-top: 2em;
    transform: translate(-50%, 0%);
    left: 50%;
  }

  .face-two .feedback {
    height: 23em;
    display: grid;
    grid-template-areas: "img" "title" "txt";
    margin: 0 5px;
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  .face-two .feedback .feed-back {
    grid-area: title;
    margin-bottom: 2em;
    width: 100vw;
    padding: 0em 3.5em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .face-two .feedback .feed-back div {
    height: 2.8em;
    border-radius: 20px;
    font-size: 15px;
    width: 100%;
    margin: 5em 0em 0em 0em;
  }

  .face-two .feedback .text {
    text-align: center;
    margin-top: 0em;
  }

  .face-two .feedback .text p {
    grid-area: txt;
    position: absolute;
  }

  .face-two .feedback .text .english-text {
    position: absolute;
    bottom: 3em;
    padding: 0 1em;
    font-size: 15px;
  }

  .face-two .feedback .text .myanmar-text {
    display: block;
    font-size: 10px;
    bottom: 1em;
    position: absolute;
    padding: 0 2em 1em 2em;
  }

  .face-two .feedback .text img {
    grid-area: img;
    position: absolute;
    width: 8em;
    margin-top: 2em;
    transform: translate(-50%, 0%);
    left: 50%;
  }

  .face-two .brand {
    height: 23em;
    margin-right: 5px;
  }

  .face-two .brand .image {
    width: 8em;
    margin-top: 2em;
  }

  .face-two .brand .text {
    margin-bottom: 2em;
  }

  .face-two .brand .text div {
    height: 2.8em;
    border-radius: 20px;
    font-size: 15px;
    width: 14em;
  }

  .face-two .brand p {
    text-align: center;
  }

  .face-two .brand .english-text {
    bottom: 3em;
    padding: 0 1em;
    font-size: 15px;
  }

  .face-two .brand .myanmar-text {
    display: block;
    font-size: 11px;
    bottom: 3em;
    padding: 1em 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .face-two .maintain-customer {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 1em;
    width: auto;
  }

  .face-two .maintain-customer .maintain div {
    border-radius: 20px;
    font-size: 1.3em;
  }

  .face-two .maintain-customer .text .myanmar-text {
    display: block;
    font-size: 12px;
    padding: 3em 23em 0em 2em;
  }

  .face-two .maintain-customer .text img {
    width: 10em;
  }

  .face-two .feedback {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 1em;
    width: auto;
  }

  .face-two .feedback .feed-back div {
    border-radius: 20px;
    width: 10em;
    height: 2em;
    font-size: 1.3em;
  }

  .face-two .feedback .text .myanmar-text {
    font-size: 12px;
    padding: 2.5em 15em 0em 2em;
  }

  .face-two .feedback .text img {
    width: 10em;
    right: 2em;
    bottom: 1em;
  }

  .face-two .brand .image {
    width: 10em;
    margin-top: 2em;
  }

  .face-two .brand .text div {
    border-radius: 20px;
    width: 10em;
    height: 2em;
    font-size: 1.3em;
    margin-top: 1em;
  }

  .face-two .brand .myanmar-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .face-two .feedback {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .face-two .maintain-customer .maintain div {
    font-size: 1.5em;
  }

  .face-two .maintain-customer .text .myanmar-text {
    font-size: 16px;
  }

  .face-two .feedback {
    height: 21em;
    padding-bottom: 1em;
  }

  .face-two .feedback .feed-back div {
    font-size: 1.5em;
  }

  .face-two .feedback .text .myanmar-text {
    font-size: 16px;
    padding: 3em 17em 0em 2em;
  }

  .face-two .brand .text div {
    font-size: 1.5em;
  }

  .face-two .brand .myanmar-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .face-two .maintain-customer .maintain div {
    font-size: 1.8em;
  }

  .face-two .maintain-customer .text .myanmar-text {
    font-size: 20px !important;
  }

  .face-two .feedback .feed-back div {
    font-size: 1.8em;
  }

  .face-two .feedback .text .myanmar-text {
    font-size: 20px !important;
    padding: 2em 17em 0em 2em;
  }

  .face-two .feedback .text img {
    bottom: 2em;
  }

  .face-two .brand .text div {
    font-size: 1.8em;
  }

  .face-two .brand .myanmar-text {
    font-size: 20px !important;
  }
}

.digi-zaay {
  font-family: "Poppins";
}

.digi-zaay h1 {
  text-align: center;
  color: #5845b1;
  padding: 3em 0em 0em 0em;
  font-family: "Poppins";
  margin-bottom: 2em;
}

.digi-zaay h1 span {
  border-bottom: 5px solid #f2d11c;
}

.digi-zaay .carousel {
  display: none;
}

.digi-zaay .right-here {
  display: flex;
  flex-wrap: wrap;
}

.digi-zaay .right-here .content {
  width: 100%;
  display: flex;
  justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 2em;
}

.digi-zaay .right-here .content h3 {
  padding-top: 0.5em;
}

.digi-zaay .right-here .content .right {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.16);
  padding: 2em;
  text-align: left;
}

.digi-zaay .right-here .content .right h3 {
  color: #ffffff;
  font-size: 1.3em;
  margin-bottom: 0.2em;
}

.digi-zaay .right-here .content .right p {
  font-size: 14px;
  color: white;
  line-height: 2em;
}

.digi-zaay .right-here .content .right .mmfont {
  font-family: "Pyidaungsu";
  font-size: 14px;
}

.digi-zaay .right-here .content .image {
  flex: 1;
  text-align: center;
}

.digi-zaay .right-here .content .image img {
  width: 20em;
  padding: 1.5em;
}

.digi-zaay .right-here .content:nth-child(odd) {
  flex-direction: row;
}

.digi-zaay .right-here .content:nth-child(odd) .right {
  background: #5845b1;
  border-top-right-radius: 15em;
  border-bottom-right-radius: 15em;
  padding-right: 4em;
}

.digi-zaay .right-here .content:nth-child(even) {
  flex-direction: row-reverse;
}

.digi-zaay .right-here .content:nth-child(even) .right {
  background: #5845b1;
  border-top-left-radius: 15em;
  border-bottom-left-radius: 15em;
  flex: 1.3;
  padding-left: 3em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .digi-zaay {
    margin-bottom: 3em;
    /* external css: flickity.css */
    /* hide disabled button */
    /* big previous & next buttons */
  }

  .digi-zaay h1 {
    font-size: 20px;
  }

  .digi-zaay .right-here {
    flex-wrap: wrap;
    margin-top: 1em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 50%;
    display: none;
  }

  .digi-zaay .right-here .content {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #bdaefc;
    flex-direction: column !important;
    margin-bottom: 3em;
    padding-top: 2em;
    padding-bottom: 10em;
  }

  .digi-zaay .right-here .content .right {
    box-shadow: none;
    padding-bottom: 5em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .digi-zaay .right-here .content .right h3 {
    padding-left: 0em;
    text-align: center;
    font-size: 1.3em;
  }

  .digi-zaay .right-here .content .right p {
    padding: 1em 3em 0em 2em;
    text-align: center;
    font-size: 12px;
  }

  .digi-zaay .right-here .content .odd {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
  }

  .digi-zaay .right-here .content .image img {
    width: 17em;
  }

  .digi-zaay .right-here .content:last-child h3 {
    padding: 0 5px;
  }

  .digi-zaay .right-here .content:nth-child(even) .right h3 {
    padding-left: 0em;
  }

  .digi-zaay .right-here .reverse {
    flex-flow: column-reverse;
  }

  .digi-zaay * {
    box-sizing: border-box;
  }

  .digi-zaay .carousel {
    display: block;
    padding: 1em;
    text-align: center;
    color: white;
    /* cell number */
  }

  .digi-zaay .carousel .carousel-cell {
    width: 100%;
    height: 30em;
    margin-right: 10px;
    background-color: #5845b1;
    border-radius: 5px;
    counter-increment: gallery-cell;
    padding: 2em 1em 1em 1em;
  }

  .digi-zaay .carousel .carousel-cell img {
    width: 80%;
    height: auto;
  }

  .digi-zaay .carousel .carousel-cell p {
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .digi-zaay .carousel .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

  .digi-zaay .flickity-prev-next-button {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .digi-zaay h1 {
    font-size: 20px;
  }

  .digi-zaay .right-here {
    margin-top: 1em;
  }

  .digi-zaay .right-here .content {
    height: auto;
    align-items: center;
  }

  .digi-zaay .right-here .content .right {
    height: auto;
  }

  .digi-zaay .right-here .content .right h3 {
    padding-left: 2em;
    font-size: 1.3em;
    padding-top: 1em;
  }

  .digi-zaay .right-here .content .right p {
    font-size: 12px;
    padding: 1em 3em;
  }

  .digi-zaay .right-here .content .even h3 {
    padding-left: 3.2em;
  }

  .digi-zaay .right-here .content .even p {
    padding: 1em 5.2em;
  }

  .digi-zaay .right-here .content .image img {
    width: 15em;
  }

  .digi-zaay .right-here .content:last-child h3 {
    padding-right: 3em;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1900px) {
  .digi-zaay .right-here .content .right h3 {
    font-size: 1.5em;
    padding-left: 2em;
  }

  .digi-zaay .right-here .content .right p {
    font-size: 16px;
    padding: 1em 5em 0em 3em;
  }
}

@media screen and (min-width: 1900px) {
  .digi-zaay .right-here .content .right {
    height: 17em;
  }

  .digi-zaay .right-here .content .right h3 {
    font-size: 2em !important;
  }

  .digi-zaay .right-here .content .right p {
    font-size: 20px !important;
  }
}

.ecommerce {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: "Poppins";
}

.ecommerce .e-commerce {
  background-color: #432f9a;
  position: flex;
  flex-direction: column;
  padding: 2.5em;
  padding-bottom: 3em;
}

.ecommerce .e-commerce .open-quote-wrapper {
  position: relative;
}

.ecommerce .e-commerce .open-quote-wrapper .open-quote-text {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  font-family: "Space Grotesk";
  font-size: 60px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f2d11c;
  background-color: #ffffff;
  border-radius: 100%;
}

.ecommerce .e-commerce .header-text h2 {
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 1em;
  font-size: 13pt;
  line-height: 2em;
}

.ecommerce .e-commerce .header-text h2 span {
  color: white;
  border-bottom: 2px solid #f2d11c;
}

.ecommerce .handle-concern {
  display: grid;
  padding: 0em 0em 0em 10em;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.ecommerce .handle-concern .handle-concern-wrapper {
  align-self: center;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "tt image-btn" "first-item image-btn" "it image-btn";
  cursor: pointer;
}

.ecommerce .handle-concern .handle-concern-wrapper .check {
  color: #432f9a;
  margin-right: 1em;
}

.ecommerce .handle-concern .handle-concern-wrapper .underlined {
  text-decoration: underline;
  -webkit-text-decoration-color: #5845b1;
          text-decoration-color: #5845b1;
  text-align: start;
}

.ecommerce .handle-concern .handle-concern-wrapper .title {
  grid-area: tt;
  padding: 1em;
  font-weight: 300;
  font-size: 20px;
  color: #432f9a;
}

.ecommerce .handle-concern .handle-concern-wrapper .title span {
  border-bottom: 8px solid #f2d11c;
}

.ecommerce .handle-concern .handle-concern-wrapper .items-wrapper {
  grid-area: it;
  padding: 0em 1em 1em 1em;
}

.ecommerce .handle-concern .handle-concern-wrapper .items-wrapper .list-item-wrapper {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  margin: 1em 0em 0em 0em;
}

.ecommerce .handle-concern .handle-concern-wrapper .items-wrapper .list-item-wrapper i {
  align-self: flex-start;
  margin-top: 0.2em;
}

.ecommerce .handle-concern .handle-concern-wrapper .first-item {
  grid-area: first-item;
}

.ecommerce .handle-concern .handle-concern-wrapper .first-item .gurantee-list-item .list-item-wrapper {
  padding: 0em 1em 0em 1em;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  margin: 1em 0em 1em 0em;
}

.ecommerce .handle-concern .handle-concern-wrapper .first-item .gurantee-list-item .list-item-wrapper i {
  align-self: flex-start;
  margin-top: 0.2em;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper {
  grid-area: image-btn;
  height: 100%;
  margin-left: 2em;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .hidden-image {
  display: none;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .showed-image {
  display: block;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper img {
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .demo-btn {
  width: 100%;
  height: 20%;
  background-color: #f2d11c;
  padding: 2em;
  position: relative;
  text-align: center;
}

.ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .demo-btn a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #171717;
  font-weight: bold;
  font-size: 15pt;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-top: auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .ecommerce {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .ecommerce .half-color {
    display: none;
  }

  .ecommerce .circle-two {
    width: 3em;
    height: 3em;
    bottom: 5em;
    right: 1.5em;
  }

  .ecommerce .right-color {
    display: none;
  }

  .ecommerce .e-commerce .layer {
    background: none;
  }

  .ecommerce .e-commerce h1 {
    padding: 2em 1em 0em 1em;
    font-size: 20px;
  }

  .ecommerce .handle-concern {
    width: 100%;
    padding: 1em;
  }

  .ecommerce .handle-concern .handle-concern-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 100%;
    grid-template-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-template-rows: minmax(min-content, max-content);
    grid-template-areas: "tt" "first-item" "image-btn" "it";
  }

  .ecommerce .handle-concern .handle-concern-wrapper .title {
    font-weight: 100;
    font-size: 12px;
    text-align: start;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .first-item {
    grid-area: first-item;
    width: 100%;
    margin: 1em 1em 1em 0em;
    padding: 1em 1em 1em 1em;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .items-wrapper {
    width: 100%;
    padding: 0em;
    height: auto;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .items-wrapper .list-item-wrapper {
    margin: 1em 1em 1em 0em;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper {
    margin: 0em;
    height: auto;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .demo-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -2em;
    border-radius: 3em;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
  }

  .ecommerce .handle-concern .handle-concern-wrapper .image-btn-wrapper .demo-btn a {
    text-align: top;
    align-self: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ecommerce .handle-concern {
    display: grid;
    padding: 0em 0em 0em 1em;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  }

  .ecommerce .handle-concern .handle-concern-wrapper {
    align-self: center;
    display: grid;
    grid-template-columns: 2fr 1.2fr;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1900px) {
  .ecommerce .handle-concern .content {
    text-align: center;
  }

  .ecommerce .handle-concern .content h3 {
    font-size: 1.5em;
  }

  .ecommerce .handle-concern .content p {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1900px) {
  .ecommerce .handle-concern .content p {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1900px) {
  .ecommerce .handle-concern {
    height: 31em;
    padding: 4em;
  }

  .ecommerce .handle-concern .content button {
    width: 11em;
    height: 2.5em;
    font-size: 20px !important;
  }

  .ecommerce .handle-concern .content p {
    font-size: 20px !important;
  }
}

.use-digizaay {
  font-family: "Poppins";
  margin-top: 5em;
}

.use-digizaay .title {
  text-align: center;
  background-color: #ffffff;
  padding: 1em 1em;
  position: relative;
}

.use-digizaay .title .header-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
}

.use-digizaay .title .header-wrapper img {
  margin-right: 2em;
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
}

.use-digizaay .title .header-wrapper h1 {
  color: #432f9a;
  text-align: center;
}

.use-digizaay .use-content {
  display: flex;
  flex-direction: column;
  padding: 2em 0;
  /**
  Store Specific
  */
}

.use-digizaay .use-content .content {
  background-size: auto;
  display: flex;
  width: 100%;
  padding: 1em;
}

.use-digizaay .use-content .content .text {
  display: grid;
  z-index: 2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 1em;
  grid-template-areas: "logo name-and-link  name-and-link name-and-link name-and-link" "logo info info info info";
  align-items: flex-start;
  grid-column-gap: 1em;
}

.use-digizaay .use-content .content .text .logo {
  grid-area: logo;
}

.use-digizaay .use-content .content .text .logo .logo-image {
  width: 6em;
  height: auto;
  border-radius: 5px;
}

.use-digizaay .use-content .content .text .name-and-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: name-and-link;
}

.use-digizaay .use-content .content .text .name-and-link .name {
  font-size: 1.5em;
  font-family: "Poppins", "Pyidaungsu";
  font-weight: bold;
}

.use-digizaay .use-content .content .text .name-and-link a {
  color: #7768b5;
  font-size: 1em;
}

.use-digizaay .use-content .content .text .info {
  grid-area: info;
}

.use-digizaay .use-content .content .text .info p {
  color: #313131;
  font-size: 1em;
  line-height: 1.75em;
  text-align: left;
  font-family: "Poppins", "Pyidaungsu";
}

.use-digizaay .use-content .content .text .info .app-links {
  display: flex;
  margin-top: 1em;
}

.use-digizaay .use-content .content .text .info .app-links a {
  margin-right: 1em;
  cursor: pointer;
  text-decoration: none;
}

.use-digizaay .use-content .content .text .info .app-links a img {
  height: 2em;
}

.use-digizaay .use-content .content .text .mmfont {
  font-family: "Poppins", "Pyidaungsu";
}

@media screen and (max-width: 767px) {
  .use-digizaay .use-content .content {
    background-image: none;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
  }

  .use-digizaay .use-content .content .hero-image-640 {
    display: block;
    width: 90vw !important;
  }

  .use-digizaay .use-content .content .hero-image-1280 {
    display: none;
  }

  .use-digizaay .use-content .content .text {
    grid-template-areas: "logo name-and-link  name-and-link name-and-link name-and-link" "info info info info info";
    align-items: flex-start;
    grid-column-gap: 1em;
  }

  .use-digizaay .use-content .content .text .logo {
    padding: 0;
    width: 2em;
  }

  .use-digizaay .use-content .content .text .logo .logo-image {
    width: 4em;
  }

  .use-digizaay .use-content .content .text .name-and-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .use-digizaay .use-content .content .text .name-and-link a {
    font-size: 12px;
  }

  .use-digizaay .use-content .content .text .info p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content .content {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 1em !important;
  }

  .use-digizaay .use-content .content .hero-image {
    width: 95vw;
  }

  .use-digizaay .use-content .content .hero-image-640 {
    display: none;
  }

  .use-digizaay .use-content .content .hero-image-1280 {
    display: block;
  }

  .use-digizaay .use-content .content .text {
    width: 90vw !important;
    position: initial;
    margin: auto;
  }

  .use-digizaay .use-content .content .text .name-and-link a {
    font-size: 14px;
  }

  .use-digizaay .use-content .content .text .info {
    margin-top: 1em;
  }

  .use-digizaay .use-content .content .text .info p {
    font-size: 14px;
  }

  .use-digizaay .use-content .content.left .hero-image-1280 {
    margin-top: -4.5em;
  }

  .use-digizaay .use-content .content.right .hero-image-1280 {
    margin-left: 1em !important;
  }
}

@media screen and (min-width: 1300px) {
  .use-digizaay .use-content .content .hero-image {
    margin-top: -3em;
  }

  .use-digizaay .use-content .content .text {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1600px) {
  .use-digizaay .use-content .content .text {
    width: 40vw;
  }

  .use-digizaay .use-content .content.right .text {
    right: 10vw;
  }

  .use-digizaay .use-content .content.left .text {
    left: 10vw;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1900px) {
  .use-digizaay .use-content .content .text .name-and-link a {
    font-size: 16px;
  }

  .use-digizaay .use-content .content .text .info p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .use-digizaay .use-content .content .text .name-and-link a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .use-digizaay .use-content #s-50.content {
    background-image: none;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-50.content {
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: -4em -4em, bottom right;
  }

  .use-digizaay .use-content #s-50.content .hero-image {
    margin-top: -3em;
    width: 95vw !important;
  }

  .use-digizaay .use-content #s-50.content .text {
    grid-template-areas: "logo name-and-link name-and-link name-and-link name-and-link" "info info info info info";
  }

  .use-digizaay .use-content #s-50.content .text .name-and-link .name {
    display: none;
  }

  .use-digizaay .use-content #s-50.content .text .name-and-link a {
    margin-left: auto;
  }

  .use-digizaay .use-content #s-50.content .text .logo .logo-image {
    transform: scale(1.2) translateY(-0.8em);
  }

  .use-digizaay .use-content #s-50.content .text .info {
    margin-top: -1em;
  }

  .use-digizaay .use-content #s-50.content .text .info .app-links {
    justify-content: center;
    margin-left: 15em;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-50.content,
  .use-digizaay .use-content #s-82.content {
    justify-content: center;
    padding-top: 12em;
  }

  .use-digizaay .use-content #s-50.content .text,
  .use-digizaay .use-content #s-82.content .text {
    top: 1em;
  }

  .use-digizaay .use-content #s-50.content .hero-image,
  .use-digizaay .use-content #s-82.content .hero-image {
    width: 95vw;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-82.content {
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: -5em -12em, 106% 10em;
  }

  .use-digizaay .use-content #s-82.content .hero-image-1280 {
    margin-top: -3em;
  }

  .use-digizaay .use-content #s-82.content .text .info .app-links {
    justify-content: center;
    margin-left: 8em;
  }
}

@media screen and (max-width: 767px) {
  .use-digizaay .use-content #s-50.content .text .name-and-link .name {
    display: none;
  }

  .use-digizaay .use-content #s-50.content .name-and-link {
    flex-direction: row;
  }

  .use-digizaay .use-content #s-50.content .name-and-link a {
    margin-left: auto;
  }
}

.use-digizaay .use-content #s-79.content .hero-image,
.use-digizaay .use-content #s-80.content .hero-image,
.use-digizaay .use-content #s-92.content .hero-image {
  width: 95vw;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-79.content,
  .use-digizaay .use-content #s-80.content,
  .use-digizaay .use-content #s-92.content {
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: -10% 0%, 100% -30%;
    background-size: 30% 100%, 40% 43%;
  }

  .use-digizaay .use-content #s-79.content .text,
  .use-digizaay .use-content #s-80.content .text,
  .use-digizaay .use-content #s-92.content .text {
    padding-top: 3em;
    top: 1em;
    width: 70vw;
  }

  .use-digizaay .use-content #s-79.content .hero-image,
  .use-digizaay .use-content #s-80.content .hero-image,
  .use-digizaay .use-content #s-92.content .hero-image {
    width: 96vw !important;
  }
}

@media screen and (min-width: 1024px) {
  .use-digizaay .use-content #s-79.content .text,
  .use-digizaay .use-content #s-80.content .text,
  .use-digizaay .use-content #s-92.content .text {
    top: 5em;
  }
}

@media screen and (min-width: 1600px) {
  .use-digizaay .use-content #s-79.content.left .text,
  .use-digizaay .use-content #s-80.content.left .text,
  .use-digizaay .use-content #s-92.content.left .text {
    width: 60vw;
    left: auto;
    right: 30vw;
    transform: translateY(4em);
  }
}

.use-digizaay .use-content #s-79.content {
  background-position: -4% -2em, right 5em;
  background-size: 36% 90%, 30% 100%;
}

.use-digizaay .use-content #s-79.content .text {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-83.content {
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 17% 35%, 15% 25%;
  }

  .use-digizaay .use-content #s-83.content .hero-image {
    margin-top: -3.5em;
  }

  .use-digizaay .use-content #s-83.content .info .mmfont {
    max-width: 90%;
  }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
  .use-digizaay .use-content #s-83.content .text .name-and-link {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-83.content,
  .use-digizaay .use-content #s-89.content {
    justify-content: center;
    padding: 1em;
  }

  .use-digizaay .use-content #s-83.content .hero-image,
  .use-digizaay .use-content #s-89.content .hero-image {
    width: 90vw !important;
    margin-left: 1em !important;
    margin-top: -3.5em;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-89.content {
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 17% 35%, 15% 50%;
  }

  .use-digizaay .use-content #s-89.content .info .mmfont {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .use-digizaay .use-content #s-91.content {
    background-image: none;
  }

  .use-digizaay .use-content #s-91.content .text .logo .logo-image {
    width: 4.5em;
  }

  .use-digizaay .use-content #s-91.content .text .name-and-link {
    margin-top: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .use-digizaay .use-content #s-91.content {
    justify-content: center;
    padding: 1em;
    background-image: var(--background-image-left), var(--background-image-right);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 30% 70%, 25% 50%;
  }

  .use-digizaay .use-content #s-91.content .hero-image {
    width: 96vw;
    margin-top: -2.5em !important;
    margin-left: 1em;
  }

  .use-digizaay .use-content #s-91.content .text {
    grid-template-areas: "logo name-and-link name-and-link name-and-link name-and-link" "logo info info info info";
  }

  .use-digizaay .use-content #s-91.content .text .info {
    margin-top: 0 !important;
  }

  .use-digizaay .use-content #s-91.content .text .info .app-links {
    justify-content: center !important;
    margin-left: 8em !important;
  }
}

.use-digizaay .use-content #s-92.content {
  background-position: bottom left, top right;
  background-size: contain, auto 40%;
}

.use-digizaay .use-content #s-92.content .text {
  padding-top: 0.5rem;
  row-gap: 0.5rem;
  grid-template-areas: "logo name-and-link name-and-link name-and-link name-and-link" "info info info info info";
}

.use-digizaay .use-content #s-92.content .text .info {
  margin-top: 0;
}

.use-digizaay .use-content #s-92.content .text .info .app-links {
  margin-left: 13rem;
}

.use-digizaay .use-content #s-92.content .text .name-and-link .name {
  display: none;
}

.use-digizaay .use-content #s-92.content .text .name-and-link a {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .use-digizaay .use-content #s-92.content {
    background-position: bottom left, top right;
    background-size: contain, auto 40%;
  }
}

@media screen and (max-width: 768px) {
  .use-digizaay .use-content #s-92.content .hero-image {
    margin: auto;
  }

  .use-digizaay .use-content #s-92.content .text {
    padding-top: 0;
  }

  .use-digizaay .use-content #s-92.content .text .info .app-links {
    margin-left: 0;
  }
}

@media screen and (min-width: 1300px) {
  .use-digizaay .use-content #s-83.content {
    background-position: top left, bottom right;
    background-size: 12% 25%, 10% 20%;
  }

  .use-digizaay .use-content #s-79.content {
    background-position: -4% -2em, right 10em;
    background-size: 30% 80%, 20% 100%;
  }

  .use-digizaay .use-content #s-50.content {
    background-position: -7em -7em, 100% 25em;
  }

  .use-digizaay .use-content #s-82.content {
    background-position: -5em -15em, 105% 13em;
  }

  .use-digizaay .use-content #s-82.content .hero-image {
    margin-top: -2em !important;
  }

  .use-digizaay .use-content #s-89.content {
    background-position: top left, bottom right;
    background-size: 12% 30%, 10% 40%;
  }

  .use-digizaay .use-content #s-80.content {
    background-position: -10% 0%, 100% -30%;
    background-size: 25% 100%, 36% 37%;
  }

  .use-digizaay .use-content #s-91.content {
    background-position: top left, bottom right;
    background-size: 30% 80%, 20% 100%;
  }

  .use-digizaay .use-content #s-91.content .info p {
    margin-top: 0.75em;
  }
}

@media screen and (min-width: 1600px) {
  .use-digizaay .use-content #s-83.content {
    background-position: top left, bottom right;
    background-size: 8% 20%, 8% 15%;
  }

  .use-digizaay .use-content #s-83.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-83.content .text {
    width: 85vw !important;
  }

  .use-digizaay .use-content #s-79.content {
    background-position: -4% -2em, right 15em;
    background-size: 20% 70%, 20% 100%;
  }

  .use-digizaay .use-content #s-79.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-79.content .text {
    transform: none !important;
  }

  .use-digizaay .use-content #s-50.content {
    background-position: -10em -10em, 100% 35em;
  }

  .use-digizaay .use-content #s-50.content .hero-image-1280 {
    width: 80vw !important;
    margin-left: 8em !important;
  }

  .use-digizaay .use-content #s-50.content .text {
    width: 80vw !important;
  }

  .use-digizaay .use-content #s-82.content {
    background-position: -58m -20em, 105% 20em;
  }

  .use-digizaay .use-content #s-82.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-82.content .text {
    width: 85vw !important;
  }

  .use-digizaay .use-content #s-89.content {
    background-position: top left, bottom right;
    background-size: 8% 20%, 10% 30%;
  }

  .use-digizaay .use-content #s-89.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-89.content .text {
    width: 85vw !important;
  }

  .use-digizaay .use-content #s-80.content {
    background-position: -10% 0%, 100% -30%;
    background-size: 20% 100%, 30% 30%;
  }

  .use-digizaay .use-content #s-80.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-80.content .text {
    transform: none !important;
  }

  .use-digizaay .use-content #s-91.content {
    background-position: top left, bottom right;
    background-size: 20% 50%, 15% 40%;
  }

  .use-digizaay .use-content #s-91.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-91.content .text {
    transform: none !important;
  }

  .use-digizaay .use-content #s-91.content .info p {
    max-width: 90%;
    margin-top: 0 !important;
  }

  .use-digizaay .use-content #s-92.content .hero-image-1280 {
    width: 85vw !important;
    margin-left: 4em !important;
  }

  .use-digizaay .use-content #s-92.content .text {
    transform: none !important;
  }
}

@media screen and (min-width: 1900px) {
  .use-digizaay .use-content .content .text .info {
    margin-top: 0 !important;
  }

  .use-digizaay .use-content #s-83.content {
    background-position: top left, bottom right;
    background-size: 4% 10%, 4% 8%;
  }

  .use-digizaay .use-content #s-83.content .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-83.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-79.content {
    background-position: -4% -2em, right 30em;
    background-size: 15% 60%, 15% 50%;
  }

  .use-digizaay .use-content #s-79.content .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-79.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-50.content {
    background-position: -14em -14em, 100% 45em;
  }

  .use-digizaay .use-content #s-50.content .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-50.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-82.content {
    background-position: -10em -25em, 105% 26em;
  }

  .use-digizaay .use-content #s-82.content .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-82.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-89.content {
    background-position: top left, bottom right;
    background-size: 4% 10%, 5% 20%;
  }

  .use-digizaay .use-content #s-89.content .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-89.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-80.content {
    background-position: -10% 0%, 100% -30%;
    background-size: 15% 100%, 25% 30%;
  }

  .use-digizaay .use-content #s-80.content .hero-image .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-80.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-91.content {
    background-position: top left, bottom right;
    background-size: 10% 30%, 10% 30%;
  }

  .use-digizaay .use-content #s-91.content .hero-image .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-91.content .text {
    width: 75vw !important;
  }

  .use-digizaay .use-content #s-92.content .hero-image .hero-image-1280 {
    width: 75vw !important;
    margin-left: 12em !important;
  }

  .use-digizaay .use-content #s-92.content .text {
    width: 75vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .use-digizaay .use-content #s-50.content .text .info .app-links {
    margin-left: 17em !important;
  }

  .use-digizaay .use-content #s-50.content .hero-image-1280 {
    margin-left: 0.5em !important;
  }

  .use-digizaay .use-content #s-91.content .hero-image-1280 {
    margin-left: 0 !important;
  }

  .use-digizaay .use-content #s-91.content .text .info .app-links {
    margin-left: 10em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .use-digizaay .use-content #s-91.content .hero-image-1280 {
    margin-left: 0 !important;
  }
}

.process-plan {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins";
  margin-top: 2em;
}

.process-plan .title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 55%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #dee4e8 2%, #dee4e8 2%);
  padding: 0.8em;
}

.process-plan .title h2 {
  color: #423f9a;
  font-size: 25px;
  font-weight: 600;
}

.process-plan .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2em;
  font-family: "Poppins";
  display: flex;
  flex-flow: column;
}

.process-plan .content .process-plans-wrapper {
  display: grid;
  margin-bottom: 3em;
}

.process-plan .content .process-plans-wrapper .card {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
  align-content: center;
}

.process-plan .content .process-plans-wrapper .card .number {
  width: 25%;
  text-align: right;
  position: relative;
}

.process-plan .content .process-plans-wrapper .card .number .normal {
  color: #a8a8a8;
  font-weight: 600;
  font-size: 50px;
}

.process-plan .content .process-plans-wrapper .card .number .selected {
  color: #5845b1;
  font-weight: 600;
  font-size: 53px;
  border-bottom: 4px solid #f2d11c;
}

.process-plan .content .process-plans-wrapper .card .number h1 {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
}

.process-plan .content .process-plans-wrapper .card .photo {
  width: 15%;
  position: relative;
  margin-right: 1.5em;
}

.process-plan .content .process-plans-wrapper .card .photo img {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.process-plan .content .process-plans-wrapper .card .text {
  width: 40%;
  padding-left: 0;
  position: relative;
  align-items: center;
}

.process-plan .content .process-plans-wrapper .card .text .text-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  margin-right: 0;
  display: flex;
  flex-direction: column;
}

.process-plan .content .process-plans-wrapper .card .text .text-wrapper img {
  width: 20%;
}

.process-plan .content .process-plans-wrapper .card .text .text-wrapper p {
  text-align: start;
}

.process-plan .content .process-plans-wrapper .card .text .text-wrapper .hidden-underline {
  display: none;
}

.process-plan .content .process-plans-wrapper .card .text .text-wrapper .showed-underline {
  display: block;
}

.process-plan .content a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-color: #5845b1;
  color: white;
  padding: 0.5em 1em;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .process-plan {
    margin: 0em 1em 0em 1em;
    overflow: hidden;
    padding: 0em;
  }

  .process-plan .title {
    width: 100%;
  }

  .process-plan .title h2 {
    font-size: 20px;
  }

  .process-plan .content {
    display: grid;
    align-items: center;
  }

  .process-plan .content .process-plans-wrapper .card {
    display: grid;
    align-items: center;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-areas: "num" "photo" "text";
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
  }

  .process-plan .content .process-plans-wrapper .card .number {
    grid-area: num;
    width: 100%;
  }

  .process-plan .content .process-plans-wrapper .card .number .selected {
    border: none;
  }

  .process-plan .content .process-plans-wrapper .card .photo {
    grid-area: photo;
    width: 100%;
    padding-left: auto;
    margin-bottom: 2em;
    display: grid;
    align-items: center;
  }

  .process-plan .content .process-plans-wrapper .card .photo img {
    margin: auto;
  }

  .process-plan .content .process-plans-wrapper .card .text {
    grid-area: text;
    width: 100%;
    display: grid;
    align-items: center;
  }

  .process-plan .content .process-plans-wrapper .card .text .text-wrapper p {
    text-align: center;
  }

  .process-plan .content .process-plans-wrapper .card .text img {
    margin: auto;
  }

  .process-plan .content .process-plans-wrapper .card > div {
    width: 100%;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .process-plan .title h2 {
    font-size: 2em;
  }

  .process-plan .content {
    padding: 0em 2em 0em 3em;
  }

  .process-plan .content .num-one::after {
    height: 2.2em;
  }

  .process-plan .content .num-two::before,
  .process-plan .content .num-two::after {
    height: 4.5em;
  }

  .process-plan .content .circle1 {
    top: 5.5em;
    left: 5em;
  }

  .process-plan .content .circle3 {
    top: 14.5em;
  }

  .process-plan .content .circle4 {
    left: -2em;
  }

  .process-plan .content .circle5 {
    width: 3em;
    height: 3em;
    left: 17em;
  }

  .process-plan .content .list0 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 1em;
    width: 18em;
  }

  .process-plan .content .list0 .image img {
    width: 6em;
  }

  .process-plan .content .list0 p {
    font-size: 12px;
    padding: 2.5em 0em 0em 0.5em;
  }

  .process-plan .content .list1 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 1em;
  }

  .process-plan .content .list1 .image img {
    width: 6em;
  }

  .process-plan .content .list1 p {
    font-size: 12px;
  }

  .process-plan .content .list2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .process-plan .content .list2 .image img {
    width: 6em;
  }

  .process-plan .content .list2 h4 {
    font-size: 15px;
  }

  .process-plan .content .list2 p {
    margin: 1em 2em;
    line-height: 1.5em;
    font-size: 12px;
  }

  .process-plan .content .demo button {
    border-radius: 20px;
  }
}

.agreements {
  margin-top: 3em;
  font-family: "Poppins";
}

.agreements .title {
  text-align: center;
  padding: 1em 0em;
}

.agreements .title h1 {
  text-align: center;
  color: #2b2b2b;
}

.agreements .content {
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  grid-template-areas: "dti di" "dt di" "dni di" "dni dnti" "dni dnt";
}

.agreements .content .do-title {
  grid-area: dti;
  grid-column-start: 1;
  grid-column-end: 4;
  background-color: #5845b1;
  color: white;
  padding: 2em 3em 0em 6em;
  display: flex;
  flex-flow: column;
  grid-row-start: 1;
  grid-row-end: 1;
  height: 4em;
}

.agreements .content .do-title .do-header-wrapper {
  display: flex;
  flex-direction: row;
}

.agreements .content .do-title .do-header-wrapper .yellow-bar {
  width: 2em;
  height: 3px;
  margin-top: 1em;
  margin-left: 0.5em;
  background-color: #f2d11c;
}

.agreements .content .do-text {
  grid-area: dt;
  grid-column-start: 1;
  padding: 1em 2em 0em 6em;
  grid-column-end: 4;
  background-color: #5845b1;
  color: white;
  height: 13em;
}

.agreements .content .do-text p {
  font-size: 14px;
}

.agreements .content .do-image {
  grid-area: di;
  display: grid;
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 4;
  padding: 0em;
}

.agreements .content .do-image .background {
  grid-column-start: 1;
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 18em;
}

.agreements .content .do-image .background .first {
  background-color: #5845b1;
  padding-right: 10em;
  height: 8em;
}

.agreements .content .do-image .background .second {
  background-color: #5845b1;
  padding-right: 10em;
  height: 9em;
}

.agreements .content .do-image .background .third {
  background-color: #fff2f2;
  padding-right: 10em;
  flex: 0.5;
}

.agreements .content .do-image img {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 15em;
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 7em;
}

.agreements .content .dont-title {
  grid-area: dnti;
  padding-top: 3em;
  background-color: #fff2f2;
  grid-row-start: 3;
  grid-row-end: 5;
  position: relative;
  grid-column-start: 2;
  z-index: -100;
  grid-column-end: 8;
  padding-bottom: 1em;
  color: black;
}

.agreements .content .dont-text {
  grid-area: dnt;
  background-color: #fff2f2;
  grid-column-end: 8;
  grid-column-start: 2;
  grid-row-start: 5;
  grid-row-end: 7;
  padding-top: 0em;
  padding-bottom: 3em;
  padding-right: 11em;
  font-size: 14px;
}

.agreements .content .dont-image {
  grid-area: dni;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #fff2f2;
  grid-row-start: 3;
  grid-row-end: 7;
  display: grid;
  align-items: center;
}

.agreements .content .dont-image img {
  width: 13em;
  height: auto;
  margin-left: 5em;
}

.agreements .content > div {
  padding: 1em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .agreements .title {
    width: 100%;
  }

  .agreements .title h1 {
    font-size: 20px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    width: 100%;
  }

  .agreements .content {
    display: inline;
    align-items: center;
  }

  .agreements .content .do-title {
    padding: 2.2em 2em 1em 2em;
  }

  .agreements .content .do-text {
    padding: 0em 2em 1em 2em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 2em;
  }

  .agreements .content .do-image {
    margin: 0;
    position: relative;
    background-color: #5845b1;
    padding: 2em;
  }

  .agreements .content .do-image .background {
    display: none;
  }

  .agreements .content .do-image img {
    margin: auto;
    position: relative;
    width: 100%;
    height: 20em;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .agreements .content .dont-title {
    text-align: start;
    padding: 2.2em 2em 1em 2em;
  }

  .agreements .content .dont-image {
    display: grid;
    align-items: center;
    padding: 1em 2em 2em 2em;
  }

  .agreements .content .dont-image img {
    height: 10em;
    width: 100%;
    margin: 0em;
    padding: 0em;
  }

  .agreements .content .dont-text {
    padding: 1em 2em 2em 2em;
  }
}

@media screen and (min-width: 500px) and (max-width: 750px) {
  .agreements .content .do .container {
    height: 20em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .agreements .title h1 {
    font-size: 20px;
  }

  .agreements .content {
    padding: 0em 0em;
  }

  .agreements .content .circle-one {
    left: 24em;
    top: 7em;
  }

  .agreements .content .circle-two {
    display: none;
  }

  .agreements .content .do-image img {
    margin-right: 2em;
  }

  .agreements .content .do-image .second {
    height: 12em !important;
  }

  .agreements .content .do-text {
    height: 14em;
    padding: 0em 0em 0em 2em;
  }

  .agreements .content .do-text p {
    font-size: 12px;
  }

  .agreements .content .dont-image {
    margin-left: 0.5em !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .agreements .content .do .container,
  .agreements .content .dont .container {
    height: 25em;
    width: 23em;
  }

  .agreements .content .do .container h3,
  .agreements .content .dont .container h3 {
    font-size: 1.3em;
  }

  .agreements .content .do .container p,
  .agreements .content .dont .container p {
    padding: 0em 2em;
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .agreements .content {
    padding: 0em 0em;
  }

  .agreements .content .do .container,
  .agreements .content .dont .container {
    height: 25em;
    width: 24em;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .agreements .content {
    padding: 0em 0em;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .agreements {
    margin-top: 5em;
  }

  .agreements .content .circle-one {
    left: 36em;
    top: 2em;
  }

  .agreements .content .circle-two {
    left: 47em;
    top: 13em;
  }

  .agreements .content .do .container,
  .agreements .content .dont .container {
    width: 30em;
    height: 30em;
  }

  .agreements .content .do .container p,
  .agreements .content .dont .container p {
    font-size: 16px;
    padding: 0em 2em;
  }
}

@media screen and (min-width: 1900px) {
  .agreements .content .do .container,
  .agreements .content .dont .container {
    height: 35em;
    width: 40em;
  }

  .agreements .content .do .container p,
  .agreements .content .dont .container p {
    font-size: 20px !important;
    padding: 0em 2em;
  }
}

.digizaay-service-wrapper {
  margin-top: 5em;
  font-family: "Poppins";
}

.digizaay-service-wrapper h1 {
  text-align: center;
}

.digizaay-service-wrapper .digizaay-service {
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 0em 15em;
  margin-top: 2em;
}

.digizaay-service-wrapper .digizaay-service .image {
  flex: 1;
  text-align: center;
}

.digizaay-service-wrapper .digizaay-service .image img {
  width: 22em;
}

.digizaay-service-wrapper .digizaay-service .text {
  flex: 1;
  color: #6c6c6c;
  font-size: 13px;
}

.digizaay-service-wrapper .digizaay-service .text p {
  padding: 0em 2em;
  line-height: 2em;
  font-size: 14px;
}

.digizaay-service-wrapper .digizaay-service .text p span {
  color: #5845b1;
  font-weight: bold;
}

.digizaay-service-wrapper .digizaay-service .text p:nth-last-child(2) {
  padding: 2em;
}

.digizaay-service-wrapper .digizaay-service .text .mmfont {
  font-family: "Pyidaungsu";
  font-size: 14px;
}

.digizaay-service-wrapper .digizaay-service .text a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  color: white;
  background-color: #5845b1;
  font-weight: bolder;
  padding: 0.9em 4em;
  font-size: 14px;
  margin-left: 2em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .digizaay-service-wrapper .digizaay-service {
    flex-direction: column;
    padding: 0em 1em;
  }

  .digizaay-service-wrapper .digizaay-service .image img {
    width: 15em;
  }

  .digizaay-service-wrapper .digizaay-service .text {
    margin-top: 2em;
    text-align: center;
  }

  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .digizaay-service-wrapper .digizaay-service {
    padding: 0em 5em;
  }

  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .digizaay-service-wrapper .digizaay-service {
    padding: 0em 5em;
  }

  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 12px;
  }

  .digizaay-service-wrapper .digizaay-service .text a {
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 16px;
  }

  .digizaay-service-wrapper .digizaay-service .text button {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .digizaay-service-wrapper .digizaay-service .text p {
    font-size: 20px !important;
  }

  .digizaay-service-wrapper .digizaay-service .text button {
    font-size: 20px;
  }
}

.authority {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 3em 0em;
  width: 100%;
  background-color: #bdaefc;
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.authority .circle1 {
  width: 7em;
  height: 7em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  bottom: 0;
  left: -5em;
}

.authority .circle2 {
  width: 8em;
  height: 8em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  top: 0;
  right: -4em;
  opacity: 0.5;
}

.authority .circle3 {
  width: 6em;
  height: 6em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  top: 4em;
  left: 9em;
  opacity: 0.2;
}

.authority .circle4 {
  width: 4em;
  height: 4em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  top: 7em;
  left: 12em;
  opacity: 0.6;
}

.authority .circle5 {
  width: 3em;
  height: 3em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  opacity: 0.5;
  right: 14em;
  bottom: 9em;
}

.authority .circle6 {
  width: 2em;
  height: 2em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  opacity: 0.5;
  right: 30em;
  bottom: 1em;
}

.authority p {
  text-align: center;
  line-height: 2em;
  margin-top: 4em;
  margin-bottom: 4em;
  font-size: 14px;
  padding: 0em 15em;
  font-weight: normal;
}

.authority .mmfont {
  font-family: "Pyidaungsu";
}

.authority .image img {
  width: 10em;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .authority {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 2em;
  }

  .authority .circle1 {
    width: 6em;
    height: 6em;
    bottom: 1em;
    left: -4em;
    opacity: 0.5;
  }

  .authority .circle2 {
    width: 1.5em;
    height: 1.5em;
    top: 1em;
    right: 1em;
  }

  .authority .circle3 {
    width: 2em;
    height: 2em;
    top: 9em;
    left: -1em;
    opacity: 0.2;
  }

  .authority .circle4 {
    width: 1em;
    height: 1em;
    right: 0em;
    bottom: 9em;
    top: auto;
    left: auto;
  }

  .authority .circle5 {
    width: 1em;
    height: 1em;
    right: 3em;
    bottom: 2em;
  }

  .authority .circle6 {
    display: none;
  }

  .authority .title h1 {
    font-size: 20px;
  }

  .authority p {
    line-height: 1.5em;
    padding: 0em 2em;
    margin: 2.5em 0em;
    font-size: 14px;
  }
}

@media screen and (min-width: 823px) and (max-width: 824px) {
  .authority .title h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .authority {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 3em 0em;
  }

  .authority .title h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) and (min-width: 1280px) and (max-width: 1280px) {
  .authority .title h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .authority .circle6 {
    width: 1em;
    height: 1em;
    right: 20em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .authority .circle4,
  .authority .circle5 {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .authority p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .authority p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .authority p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .authority p {
    font-size: 20px !important;
  }
}

.latest-articles {
  margin-bottom: 5em;
  font-family: "Poppins";
  position: relative;
  margin-top: 3em;
}

.latest-articles .latest-left-background {
  left: -5em;
  bottom: -5em;
  position: absolute;
  z-index: -100;
  width: 30%;
}

.latest-articles .title {
  text-align: center;
  padding: 3em 0em;
}

.latest-articles .title h1 {
  color: #2b2b2b;
}

.latest-articles .all-btn {
  text-align: center;
  margin-top: 3em;
}

.latest-articles .all-btn a {
  color: #7666c3;
  padding: 0.6em 1.5em;
  border-radius: 15px;
  border: solid 1px #ab9bed;
}

.latest-articles .latest-content {
  display: flex;
  align-items: stretch;
  margin: 0em 5em;
  flex-direction: row;
}

.latest-articles .latest-content .featured {
  height: 100%;
  margin: 0em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  cursor: pointer;
  flex: 1;
  margin-bottom: 0;
  height: inherit;
}

.latest-articles .latest-content .featured .image {
  width: 100%;
}

.latest-articles .latest-content .featured .image img {
  width: 100%;
}

.latest-articles .latest-content .featured .featured-text {
  font-family: "Mulish", sans-serif;
  padding: 1em;
  height: 100%;
}

.latest-articles .latest-content .featured .featured-text .heading {
  padding-top: 0em;
}

.latest-articles .latest-content .featured .featured-text .heading a {
  text-decoration: none;
  font-size: 1.1em;
  color: black;
  font-weight: bold;
}

.latest-articles .latest-content .featured .featured-text .sub-category {
  display: flex;
  width: 40%;
  justify-content: flex-start;
  font-size: 12px;
  padding: 1em 0em;
}

.latest-articles .latest-content .featured .featured-text .sub-category p.ecommerce {
  color: #9343ce;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 2em;
  border-right: 1px solid #d6d6d6;
}

.latest-articles .latest-content .featured .featured-text .sub-category p.knowledge {
  color: #d19b43;
  font-weight: bold;
}

.latest-articles .latest-content .featured .featured-text .sub-category p.minutes {
  color: #bcbcbc;
  padding-left: 2em;
}

.latest-articles .latest-content .featured .featured-text .text {
  color: #707070;
  font-size: 14px;
  padding: 1em 0em;
  padding-right: 2em;
}

.latest-articles .latest-content .popular {
  width: 50%;
  margin-left: 2em;
  height: 100%;
  flex-direction: column;
  flex: 1;
}

.latest-articles .latest-content .popular .pop-article {
  display: flex;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  height: 11.5em;
  cursor: pointer;
  flex: 1;
  margin-bottom: 2.5em;
}

.latest-articles .latest-content .popular .pop-article .pop-image {
  width: 35%;
  height: 100%;
}

.latest-articles .latest-content .popular .pop-article .pop-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.latest-articles .latest-content .popular .pop-article .pop-content {
  display: none;
  padding: 1em;
}

.latest-articles .latest-content .popular .pop-article .pop-text {
  font-family: "Mulish", sans-serif;
  padding: 0em 1em;
  padding-right: 2em;
  width: 65%;
}

.latest-articles .latest-content .popular .pop-article .pop-text a {
  text-decoration: none;
  font-size: 1em;
  color: black;
  font-weight: bold;
}

.latest-articles .latest-content .popular .pop-article .pop-text p {
  padding: 1em 0em;
  font-size: 12px;
}

.latest-articles .latest-content .popular .pop-article .pop-text .knowledge {
  color: #d19b43;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  font-size: 0.7em;
}

.latest-articles .latest-content .popular .pop-article .pop-text .ecommerce {
  color: #9343ce;
  font-weight: bold;
}

.latest-articles .latest-content .popular .pop-article .pop-text span {
  color: #bcbcbc;
  font-size: 0.8em;
}

.latest-articles .latest-content .popular .pop-article:nth-child(1) {
  align-self: flex-start;
  margin-top: 0em;
}

.latest-articles .latest-content .popular .pop-article:nth-child(2) {
  align-self: center;
}

.latest-articles .latest-content .popular .pop-article:nth-child(3) {
  align-self: flex-end;
  margin-bottom: 0em;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
  .latest-articles .title {
    padding-bottom: 2em;
    padding-top: 1em;
  }

  .latest-articles .title h1 {
    font-size: 20px;
  }

  .latest-articles .latest-content {
    flex-direction: column;
    margin: 0em 1em;
  }

  .latest-articles .latest-content .featured {
    width: 100%;
    margin-bottom: 2em;
    display: none;
  }

  .latest-articles .latest-content .featured .featured-text .heading a {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .latest-articles .latest-content .featured .featured-text .sub-category {
    font-size: 6px;
  }

  .latest-articles .latest-content .featured .featured-text .text {
    font-size: 9px;
  }

  .latest-articles .latest-content .popular {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
  }

  .latest-articles .latest-content .popular .pop-article {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 0em;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 1em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text {
    width: 100%;
    padding-right: 0.5em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 0.8em;
    line-height: 0;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text p {
    font-size: 6px;
  }

  .latest-articles .latest-content .popular .pop-article .pop-content {
    display: block;
    font-size: 14px;
  }

  .latest-articles .latest-content .popular .pop-article .pop-image {
    width: 100%;
  }

  .latest-articles .latest-content .popular .pop-article .pop-image img {
    width: 100%;
    height: 15em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .latest-articles .all-btn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .latest-articles .title {
    padding-bottom: 2em;
    padding-top: 1em;
  }

  .latest-articles .title h1 {
    font-size: 20px;
  }

  .latest-articles .latest-content {
    flex-direction: column;
    margin: 0em 2em;
  }

  .latest-articles .latest-content .featured {
    width: 100%;
    margin-bottom: 2em;
  }

  .latest-articles .latest-content .featured .featured-text .heading a {
    font-size: 0.8em;
  }

  .latest-articles .latest-content .featured .featured-text .sub-category {
    font-size: 9px;
  }

  .latest-articles .latest-content .featured .featured-text .text {
    font-size: 10px;
  }

  .latest-articles .latest-content .popular {
    width: 100%;
    margin: 0em;
    margin-top: 1em;
  }

  .latest-articles .latest-content .popular .pop-article {
    height: 7em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text {
    padding-right: 0.5em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text p {
    font-size: 9px;
  }

  .latest-articles .all-btn a {
    font-size: 14px;
  }
}

@media screen and (min-width: 580px) and (max-width: 660px) {
  .latest-articles .latest-content .popular .pop-article {
    height: 8em !important;
  }
}

@media screen and (min-width: 661px) and (max-width: 767px) {
  .latest-articles .latest-content {
    flex-direction: column;
    margin: 0em 2em;
  }

  .latest-articles .latest-content .popular .pop-article {
    height: 10em !important;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 0.8em;
    line-height: 2em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text p {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-articles .title h1 {
    font-size: 20px;
  }

  .latest-articles .latest-content {
    flex-direction: column;
    margin: 0em 8em;
  }

  .latest-articles .latest-content .featured {
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
  }

  .latest-articles .latest-content .featured .featured-text .heading a {
    font-size: 1em;
    line-height: 2em;
  }

  .latest-articles .latest-content .featured .featured-text .sub-category {
    font-size: 12px;
    width: 40%;
  }

  .latest-articles .latest-content .featured .featured-text .text {
    font-size: 14px;
  }

  .latest-articles .latest-content .popular {
    width: 100%;
    margin: 0em;
  }

  .latest-articles .latest-content .popular .pop-article {
    height: 11em;
    margin: 3em 0em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text {
    padding-right: 0.5em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 1em;
    line-height: 2em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 13em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .latest-articles .latest-content .featured .featured-text .heading a {
    font-size: 0.9em;
  }

  .latest-articles .latest-content .featured .featured-text .sub-category {
    width: 50%;
  }

  .latest-articles .latest-content .featured .featured-text .text {
    font-size: 12px;
  }

  .latest-articles .latest-content .popular .pop-article {
    margin: 3em 1em;
    height: 9em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .latest-articles .latest-content .featured .featured-text .heading a {
    font-size: 1em;
  }

  .latest-articles .latest-content .featured .featured-text .sub-category {
    width: 50%;
  }

  .latest-articles .latest-content .featured .featured-text .text {
    font-size: 14px;
  }

  .latest-articles .latest-content .popular .pop-article {
    margin: 0em 1em;
    margin-bottom: 2em;
  }

  .latest-articles .latest-content .popular .pop-article .pop-image {
    width: 35%;
    height: 100%;
  }

  .latest-articles .latest-content .popular .pop-article .pop-image img {
    width: 100%;
    height: 100%;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text {
    width: 65%;
  }

  .latest-articles .latest-content .popular .pop-article .pop-text a {
    font-size: 1em;
    line-height: 1.7em;
  }
}

.work-smart {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 3em 0em;
  background-image: linear-gradient(89deg, #7666c3 10%, #bdaefc 95%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  color: white;
  position: relative;
  overflow: hidden;
}

.work-smart .circle1 {
  width: 8em;
  height: 8em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  top: 1em;
  right: -4em;
}

.work-smart .circle2 {
  width: 7em;
  height: 7em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  border: 12px solid #5845b1;
  bottom: 1em;
  left: -4em;
}

.work-smart .circle3 {
  width: 3em;
  height: 3em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  border: 5px solid #5845b1;
  top: 2em;
  left: 7em;
}

.work-smart .circle4 {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  top: 3em;
  left: 20em;
}

.work-smart .circle5 {
  width: 2.3em;
  height: 2.3em;
  position: absolute;
  background: #9687da;
  border-radius: 50%;
  bottom: 1em;
  left: 25em;
}

.work-smart .circle6 {
  width: 1em;
  height: 1em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  border: 2px solid #5845b1;
  top: 6em;
  opacity: 0.5;
  right: 33em;
}

.work-smart .circle7 {
  width: 2em;
  height: 2em;
  position: absolute;
  background: #7666c3;
  border-radius: 50%;
  border: 4px solid #5845b1;
  bottom: 2em;
  right: 17em;
  opacity: 0.5;
}

.work-smart p {
  margin: 4em 0em;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 823px) and (max-width: 824px) {
  .work-smart p {
    font-size: 14px !important;
  }
}

.work-smart .mmfont {
  font-family: "Pyidaungsu";
}

.work-smart button {
  border-radius: 5px;
  background-color: #ffffff;
  border: 0;
  color: #7666c3;
  padding: 1em;
  width: 11em;
}

.work-smart a {
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  color: #7666c3;
  padding: 0.9em 3em;
  font-size: 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-smart {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 2em;
  }

  .work-smart .circle1 {
    top: 6em;
    right: -7em;
  }

  .work-smart .circle3 {
    width: 2em;
    height: 2em;
    border: 3px solid #5845b1;
    top: 1em;
    left: 0em;
  }

  .work-smart .circle7 {
    width: 1.5em;
    height: 1.5em;
    bottom: 1em;
    right: 3em;
  }

  .work-smart h1 {
    font-size: 20px;
  }

  .work-smart p {
    padding: 1em 2em;
    text-align: center;
    margin: 2em 0em;
  }

  .work-smart button {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .work-smart {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 3em;
  }

  .work-smart .circle1 {
    top: 2em;
    right: -7em;
  }

  .work-smart .circle2 {
    border: 10px solid #5845b1;
    bottom: 1em;
    left: -4em;
  }

  .work-smart .circle3 {
    width: 2em;
    height: 2em;
    border: 3px solid #5845b1;
    top: 2em;
    left: 5em;
  }

  .work-smart .circle4 {
    top: 0em;
    left: 32em;
  }

  .work-smart .circle5 {
    left: 13em;
  }

  .work-smart .circle6 {
    display: none;
  }

  .work-smart h1 {
    font-size: 20px;
  }

  .work-smart p {
    margin: 0;
    padding: 2em 4em;
    font-size: 12px;
    text-align: center;
  }

  .work-smart button {
    border-radius: 20px;
    width: 12em;
    height: 3em;
    font-size: 12px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .work-smart p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .work-smart p {
    font-size: 16px;
  }

  .work-smart button {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .work-smart p {
    font-size: 20px !important;
  }

  .work-smart button {
    font-size: 20px;
  }
}

.ask-question {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.ask-question .title {
  text-align: center;
  color: #313131;
}

.ask-question .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.ask-question .content .image {
  flex: 1;
  text-align: center;
  display: grid;
  padding: 1em;
}

.ask-question .content .image img {
  width: 8em;
  justify-self: flex-end;
}

.ask-question .content .image .img2 {
  width: 10em;
  justify-self: flex-start;
}

.ask-question .content .responsive-slide {
  display: none;
}

.ask-question .content .text {
  flex: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1em;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.ask-question .content .text .header {
  padding-bottom: 0em;
  padding: 2em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ask-question .content .text .header .container {
  display: none;
  position: absolute;
  width: 90%;
  transform: translate(0em);
  transition: 1.5s ease;
}

.ask-question .content .text .header .container h3 {
  color: #1d0e60;
  font-size: 1.3em;
}

.ask-question .content .text .header .container p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2em;
  color: #313131;
}

.ask-question .content .text .header .container .mmfont {
  font-family: "Pyidaungsu";
}

.ask-question .content .text .header .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  0% {
    transform: translate(25em);
    opacity: 0;
    display: none;
  }

  50% {
    transform: translate(5em);
    opacity: 0;
    display: none;
  }

  100% {
    transform: translate(0em);
    display: block;
  }
}

@keyframes fade {
  0% {
    transform: translate(25em);
    opacity: 0;
    display: none;
  }

  50% {
    transform: translate(5em);
    opacity: 0;
    display: none;
  }

  100% {
    transform: translate(0em);
    display: block;
  }
}

.ask-question .content .text .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
}

.ask-question .content .text .bottom .dot {
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: #ece9f5;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.5s ease;
}

.ask-question .content .text .bottom .active {
  background-color: #bdaefc;
}

@media screen and (min-width: 320px) and (max-width: 1201px) {
  .ask-question {
    margin-top: -3em;
  }

  .ask-question .title {
    margin-top: 6em;
  }

  .ask-question .title h1 {
    font-size: 20px;
  }

  .ask-question .content {
    flex-direction: column;
  }

  .ask-question .content .image {
    padding-bottom: 0em;
  }

  .ask-question .content .image img {
    width: 3.5em;
  }

  .ask-question .content .image:last-child img {
    display: none;
  }

  .ask-question .content .text {
    display: none;
  }

  .ask-question .content .responsive-slide {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ask-question .title h1 {
    font-size: 20px;
  }

  .ask-question .content .image {
    flex: 1;
  }

  .ask-question .content .image img {
    width: 8em;
  }

  .ask-question .content .image .img2 {
    width: 8em;
  }

  .ask-question .content .text {
    flex: auto;
    height: 16em;
  }

  .ask-question .content .text .container h3 {
    font-size: 1.1em !important;
  }

  .ask-question .content .text .container p {
    font-size: 12px !important;
  }

  .ask-question .content .text .header {
    height: 14em;
  }

  .ask-question .content .text .header .fade {
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }

@-webkit-keyframes fade {
    0% {
      transform: translate(5em);
      opacity: 0;
      display: none;
    }

    50% {
      transform: translate(3em);
      opacity: 0;
      display: none;
    }

    100% {
      transform: translate(0em);
      display: block;
    }
}

@keyframes fade {
    0% {
      transform: translate(5em);
      opacity: 0;
      display: none;
    }

    50% {
      transform: translate(3em);
      opacity: 0;
      display: none;
    }

    100% {
      transform: translate(0em);
      display: block;
    }
}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .ask-question .content .text .header {
    height: 13em;
  }

  .ask-question .content .text .header .container h3 {
    color: #1d0e60;
    font-size: 1.3em;
  }

  .ask-question .content .text .header .container p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1300px) {
  .ask-question .content .text {
    height: 20em;
  }

  .ask-question .content .text .header {
    height: 18em;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .ask-question .content .text .header {
    height: 20em;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .ask-question {
    margin-bottom: 3em;
  }

  .ask-question .content .text .header {
    height: 22em;
  }

  .ask-question .content .text .header .container p {
    font-size: 16px;
  }

  .ask-question .content .text .bottom .dot {
    height: 13px;
    width: 13px;
  }
}

@media screen and (min-width: 1900px) {
  .ask-question {
    padding-bottom: 3em;
    height: auto;
  }

  .ask-question .content .text {
    height: 25em;
  }

  .ask-question .content .text .header {
    height: 23em;
  }

  .ask-question .content .text .header .container p {
    font-size: 20px !important;
  }
}

.footer {
  background: #5845b1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 2em;
  color: #fff;
  font-family: "Poppins";
}

.footer .ft-navbar {
  display: flex;
  flex-direction: row;
  padding: 4em 8em 2em 9em;
  font-weight: bolder;
}

.footer .ft-navbar .digi,
.footer .ft-navbar .process,
.footer .ft-navbar .support {
  flex: auto;
}

.footer .ft-navbar .digi p,
.footer .ft-navbar .process p,
.footer .ft-navbar .support p {
  font-weight: bold;
  font-size: 1.3em;
}

.footer .ft-navbar .digi ul,
.footer .ft-navbar .process ul,
.footer .ft-navbar .support ul {
  margin-top: 3em;
  width: 100%;
}

.footer .ft-navbar .digi ul li,
.footer .ft-navbar .process ul li,
.footer .ft-navbar .support ul li {
  font-size: 13.5px;
  margin-bottom: 2em;
}

.footer .ft-navbar .digi a,
.footer .ft-navbar .process a,
.footer .ft-navbar .support a {
  color: #fff;
  font-size: 14px;
}

.footer .ft-navbar .social-icon {
  flex: 4;
}

.footer .ft-navbar .social-icon .image {
  margin-top: -1em;
  padding-left: 1em;
}

.footer .ft-navbar .social-icon .image img {
  width: 13em;
}

.footer .ft-navbar .social-icon .social {
  margin-top: 1.5em;
  padding-left: 5em;
}

.footer .ft-navbar .social-icon .social a img {
  width: 1.5em;
}

.footer .ft-navbar .social-icon .social a:nth-child(2) img {
  margin: 0em 2em;
}

.footer .copy-right {
  text-align: center;
}

.footer .copy-right p {
  font-size: 12px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }

  .footer .ft-navbar {
    padding: 4em 0em 0em 0em;
    display: grid;
    grid-template-areas: "digi process" "support support" "social social";
  }

  .footer .ft-navbar .digi {
    grid-area: digi;
    padding-left: 3em;
  }

  .footer .ft-navbar .digi p {
    float: left;
    font-size: 1em;
  }

  .footer .ft-navbar .digi ul {
    margin-top: 4em;
    text-align: left;
  }

  .footer .ft-navbar .digi ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .process {
    grid-area: process;
  }

  .footer .ft-navbar .process p {
    display: block;
    padding-left: 0em;
    font-size: 1em;
  }

  .footer .ft-navbar .process ul {
    margin-top: 2.8em;
    padding-left: 0em;
  }

  .footer .ft-navbar .process ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .support {
    grid-area: support;
    padding-left: 3em;
    padding-top: 2em;
  }

  .footer .ft-navbar .support p {
    font-size: 1em;
  }

  .footer .ft-navbar .support ul {
    margin-top: 2.8em;
  }

  .footer .ft-navbar .support ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .social-icon {
    grid-area: social;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
  }

  .footer .ft-navbar .social-icon .social,
  .footer .ft-navbar .social-icon .image {
    padding-left: 0em;
  }

  .footer .ft-navbar .social-icon .image {
    margin: 3em 0em;
  }

  .footer .ft-navbar .social-icon .image img {
    width: 7em;
  }

  .footer .copy-right {
    padding: 0em 3em 0em 3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .ft-navbar {
    padding: 2em 4em 1em 4em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1em;
    float: left;
    padding-left: 0em;
  }

  .footer .ft-navbar .digi ul,
  .footer .ft-navbar .process ul,
  .footer .ft-navbar .support ul {
    margin-top: 3em;
    text-align: unset;
    padding-left: 0em;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .social-icon {
    flex: 2;
  }

  .footer .ft-navbar .social-icon .image {
    margin-top: 0em;
    padding-left: 4em;
  }

  .footer .ft-navbar .social-icon .image img {
    width: 8em;
  }

  .footer .ft-navbar .social-icon .social {
    padding-left: 4em;
  }

  .footer .ft-navbar .social-icon .social a:nth-child(2) img {
    margin: 0em 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .footer {
    margin-top: 0em;
    padding: 0em 5em 2em 9em;
  }

  .footer .ft-navbar {
    padding: 4em 0em 4em 0em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer {
    margin-top: 0em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1em;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .footer {
    margin-top: 0em;
  }

  .footer .ft-navbar {
    padding: 4em 6em 4em 10em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 18px !important;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .footer .ft-navbar {
    padding: 4em 6em 4em 15em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1.5em !important;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 20px !important;
  }
}

.responsive-header {
  display: none;
  position: absolute;
  width: 100vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: white;
  margin-top: 10em;
  position: fixed;
}

.responsive-header ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5em;
  margin-top: 2em;
}

.responsive-header ul li {
  margin-bottom: 2em;
}

.responsive-header ul li a {
  color: #707070;
  font-size: 13px;
}

.responsive-header ul li:nth-child(3) {
  display: flex;
  width: 100%;
}

.responsive-header ul li:nth-child(3) .en {
  flex: 1;
}

.responsive-header ul li:nth-child(3) .en a {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.responsive-header ul li:nth-child(3) .en a img {
  width: 2em;
}

.responsive-header ul li:nth-child(3) .en a span {
  margin-left: 10px;
  margin-top: 7px;
}

.responsive-header ul li:nth-child(3) .Mm {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 6em;
}

.responsive-header ul li:nth-child(3) .Mm img {
  width: 2em;
  height: 1.5em;
}

.responsive-header ul li:nth-child(3) .Mm span {
  margin-left: 10px;
}

.responsive-header ul li:nth-child(4) {
  padding-right: 2.5em;
}

.responsive-header ul li:nth-child(4) button {
  border-radius: 30px;
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  border: 0;
  color: white;
  font-size: 1em;
  width: 100%;
  height: 3em;
}

.responsive-header ul .demolink a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 1em 6em;
  font-size: 14px;
  font-family: "Arial";
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .responsive-header {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .responsive-header ul li:nth-child(3) .en {
    flex: 0.5;
  }

  .responsive-header ul li:last-child button {
    width: 43%;
    height: 2.5em;
  }
}

.responsive-slide {
  align-items: center;
  width: 100%;
  height: 45vh;
}

.responsive-slide .left,
.responsive-slide .right {
  width: 10%;
  padding: 0 1em;
  position: relative;
  top: 0;
}

.responsive-slide .left:focus,
.responsive-slide .right:focus {
  outline: none;
}

.responsive-slide .middle {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: center;
  text-align: center;
  height: auto;
  width: 100%;
}

.responsive-slide .middle .container {
  flex: 0 0 100%;
  width: 100% !important;
}

.responsive-slide .middle .container h3 {
  font-size: 12px;
  color: #1d0e60;
  padding: 0em 0.5em;
}

.responsive-slide .middle .container p {
  font-size: 12px;
  line-height: 2em;
  margin-top: 1em;
  padding: 0em 1em;
  color: #313131;
}

.responsive-slide .middle .container .mmfont {
  font-family: "Pyidaungsu";
}

.responsive-slide .middle::-webkit-scrollbar {
  width: 0;
}

.flickity-page-dots {
  max-width: 97vw;
}

