@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
#MaskiSix .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 100%;
  max-width: 940px;
  background-color: #fff;
}
@media (max-width: 1280.98px) {
  #MaskiSix .container {
    padding: 0;
  }
}
@media (max-width: 1024.98px) {
  #MaskiSix .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #MaskiSix .container {
    padding: 0;
  }
}
@media (max-width: 576.98px) {
  #MaskiSix .container {
    padding: 0;
  }
}
#MaskiSix * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#MaskiSix {
  transform-origin: top left;
  width: 100%;
}
@media (max-width: 939px) {
  #MaskiSix {
    transform: none;
    width: auto;
  }
}


#MaskiSix .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
#MaskiSix img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
#MaskiSix ul,
#MaskiSix li {
  list-style-type: none;
}
#MaskiSix ul,
#MaskiSix ol {
  padding: 0;
  margin: 0;
}
#MaskiSix article,
#MaskiSix aside,
#MaskiSix details,
#MaskiSix figcaption,
#MaskiSix figure,
#MaskiSix footer,
#MaskiSix header,
#MaskiSix hgroup,
#MaskiSix main,
#MaskiSix menu,
#MaskiSix nav,
#MaskiSix section,
#MaskiSix summary {
  display: block;
}
#MaskiSix h1, #MaskiSix h2, #MaskiSix h3, #MaskiSix h4, #MaskiSix h5, #MaskiSix h6 {
  margin: 0;
}
#MaskiSix hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#MaskiSix p {
  margin: 0;
}
#MaskiSix hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
  border-top: 1px solid #eeeeee;
}

html {
  scroll-behavior: smooth;
}

:root {
  --animate-delay: 0.4s;
  --animate-duration: 800ms;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
  color: #000;
}

#MaskiSix .all {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0 -8px;
}
#MaskiSix .yellowb {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #CAA2D9;
  border-radius: 16px;
  padding: 5px 15px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: max-content;
}
#MaskiSix .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
#MaskiSix .head-bg {
  width: 458px;
}
#MaskiSix .head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EDEDED;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#MaskiSix .head-text img {
  width: 139px;
  margin-bottom: 27px;
}
#MaskiSix .head-text .yellowb {
  margin-bottom: 8px;
}
#MaskiSix .head-text .yellowb-mob {
  display: none;
}
#MaskiSix .head-text p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  position: relative;
}
#MaskiSix .head-text p::before {
  content: "";
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  border: 0.5px solid #000;
  border-right: 0;
  left: -20px;
  top: 0;
}
#MaskiSix .head-text p::after {
  content: "";
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  border: 0.5px solid #000;
  border-left: 0;
  right: -20px;
  top: 0;
}
#MaskiSix .head-text__block {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6px;
}
#MaskiSix .head-text__block .block-icon {
  background-color: #CAA2D9;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
}
#MaskiSix .head-text__block span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 939px) {
  #MaskiSix .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 33px;
  }
  #MaskiSix .head-bg {
    width: 100%;
  }
  #MaskiSix .head-text {
    padding: 25px 36px;
  }
  #MaskiSix .head-text .yellowb-mob {
    display: block;
  }
  #MaskiSix .head-text .yellowb-desk {
    display: none;
  }
  #MaskiSix .head-text p br {
    display: none;
  }
  #MaskiSix .head-text p::before {
    left: -17px;
  }
  #MaskiSix .head-text p::after {
    right: -17px;
  }
}
#MaskiSix .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 44px;
  margin-bottom: 44px;
}
#MaskiSix .desc-title {
  font-size: 30px;
  line-height: 37px;
}
#MaskiSix .desc p {
  font-size: 15px;
  line-height: 24px;
}
#MaskiSix .desc-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
#MaskiSix .desc-top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 23px;
  color: #000;
}
#MaskiSix .desc-top__img {
  width: 384px;
}
#MaskiSix .desc-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
#MaskiSix .desc-bottom__img {
  width: 408px;
}
#MaskiSix .desc-bottom__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;        
}
#MaskiSix .desc-bottom__text .yellowb {
  margin-top: 6px;
  margin-bottom: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 939px) {
  #MaskiSix .desc {
    row-gap: 33px;
    margin-bottom: 33px;
  }
  #MaskiSix .desc-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  #MaskiSix .desc p br {
    display: none;
  }
  #MaskiSix .desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    row-gap: 24px;
  }
  #MaskiSix .desc-top__text {
    row-gap: 15px;
    padding: 0 36px;
  }
  #MaskiSix .desc-top__img {
    width: 100%;
  }
  #MaskiSix .desc-top__img img {
    width: 100%;
  }
  #MaskiSix .desc-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 16px;
  }
  #MaskiSix .desc-bottom__img {
    width: 100%;
  }
  #MaskiSix .desc-bottom__img img {
    width: 100%;
  }
  #MaskiSix .desc-bottom__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
  }
  #MaskiSix .desc-bottom__text .yellowb {
    margin-bottom: 15px;
  }
}
#MaskiSix .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 18px;
  padding-left: 88px;
  height: 451px;
  margin-bottom: 38px;
}
#MaskiSix .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#MaskiSix .banner-text__title {
  font-size: 30px;
  line-height: 37px;
  margin-left: 24px;
}
#MaskiSix .banner-text .yellowb {
  margin-top: 6px;
  margin-bottom: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#MaskiSix .banner-text .yellowb.yellowb-mob {
  display: none;
}
#MaskiSix .banner-text p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 40px;
}
#MaskiSix .banner-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
  margin-top: 15px;
  margin-left: 24px;
}
#MaskiSix .banner-text__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#MaskiSix .banner-text__list .list-item .circle {
  width: 8px;
  height: 8px;
  background-color: #CAA2D9;
  border-radius: 50%;
}
#MaskiSix .banner-text__list .list-item p {
  margin-left: 0;
}
#MaskiSix .banner-mob {
  display: none;
}
@media (max-width: 939px) {
  #MaskiSix .banner {
    padding-left: 0;
    height: auto;
    background: none;
    margin-bottom: 33px;
  }
  #MaskiSix .banner-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
  }
  #MaskiSix .banner-text__title {
    font-size: 24px;
    line-height: 30px;
    margin-left: 0;
    text-align: center;
  }
  #MaskiSix .banner-text .yellowb.yellowb-mob {
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
  }
  #MaskiSix .banner-text .yellowb.yellowb-desk {
    display: none;
  }
  #MaskiSix .banner-text p {
    margin-left: 24px;
    margin-top: 15px;
    width: 100%;
  }
  #MaskiSix .banner-text__list {
    margin-left: 0;
    width: 100%;
  }
  #MaskiSix .banner-text__list .list-item p {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #MaskiSix .banner-mob {
    display: block;
    padding: 47%;
  }
}
#MaskiSix .skladniki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 36px;
  padding: 24px 40px;
  margin-bottom: 96px;
}
#MaskiSix .skladniki-hide-title {
  display: none;
}
#MaskiSix .skladniki-hide-bg {
  display: none;
}
#MaskiSix .skladniki-title {
  font-size: 30px;
  line-height: 37px;
  color: #000;
}
#MaskiSix .skladniki-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
#MaskiSix .skladniki-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
#MaskiSix .skladniki-info__item p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 939px) {
  #MaskiSix .skladniki {
    row-gap: 0;
    padding: 0;
    background: none;
    margin-bottom: 33px;
  }
  #MaskiSix .skladniki-hide-title {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    color: #000;
  }
  #MaskiSix .skladniki-hide-bg {
    display: block;
    height: 327px;
    margin-bottom: 24px;
  }
  #MaskiSix .skladniki-title {
    display: none;
  }
  #MaskiSix .skladniki-info {
    row-gap: 10px;
    padding: 0 36px;
  }
  #MaskiSix .skladniki-info__item .yellowb {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#MaskiSix .badaniami {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;        
}
#MaskiSix .badaniami-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 49px;
}
#MaskiSix .badaniami-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 705px;
  margin-bottom: 40px;
}
#MaskiSix .badaniami-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 22px;
  width: 197px;
}
#MaskiSix .badaniami-main__item img {
  width: 64px;
}
#MaskiSix .badaniami-main__item p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
#MaskiSix .badaniami-little {
  text-align: center;
  font-size: 9px;
  line-height: 12px;
}
@media (max-width: 939px) {
  #MaskiSix .badaniami {
    margin-bottom: 36px;
    color: #000;
  }
  #MaskiSix .badaniami-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  #MaskiSix .badaniami-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 32px;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    row-gap: 25px;
    width: 100%;
    margin-bottom: 23px;
  }
  #MaskiSix .badaniami-main__item {
    width: 45%;
  }
  #MaskiSix .badaniami-little {
    text-align: center;
    font-size: 9px;
    line-height: 12px;
  }
}
#MaskiSix .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
  margin-bottom: 73px;
  padding: 0 52px;
  position: relative;
  color: #000;
}
#MaskiSix .products-title {
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
#MaskiSix .products-title .br-hide {
  display: none;
}
#MaskiSix .products-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MaskiSix .products-main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MaskiSix .products-main .item .item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  text-align: center;
}
#MaskiSix .products-main .item .item-caption strong {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MaskiSix .products-main .item .item-caption span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}
#MaskiSix .products-main .item .item-caption-hr {
  width: 100%;
  height: 2px;
}
#MaskiSix .products-main .item .item-caption-hr.hr-one {
  background-color: #5FA7D7;
}
#MaskiSix .products-main .item .item-caption-hr.hr-two {
  background-color: #B8CBCD;
}
#MaskiSix .products-main .item .item-caption-hr.hr-three {
  background-color: #BEA7DB;
}
#MaskiSix .products-main .item .item-caption-hr.hr-four {
  background-color: #64ACDB;
}
#MaskiSix .products-main .item .item-caption-hr.hr-five {
  background-color: #F07873;
}
#MaskiSix .products-main .item .item-caption-hr.hr-six {
  background-color: #B8CBCD;
}
#MaskiSix .products-main .item .item-caption-hr.hr-seven {
  background-color: #BEA7DB;
}
#MaskiSix .products-main .item .item-img {
  margin-bottom: 24px;
  width: 98px;
}
#MaskiSix .products-main .item .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#MaskiSix .products-main .item .item-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E2E2E2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  width: 98px;
  height: 31px;
  text-transform: uppercase;
}
#MaskiSix .products-main .item .item-links a:hover {
  background-color: #adadad;
}
#MaskiSix .products .slider-arrows {
  position: absolute;
  width: 100%;
  max-width: 836px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 67%;
  z-index: 2;
}
#MaskiSix .products .slider-arrows button {
  border: none;
  background: none;
  width: 36px;
  padding: 0;
  cursor: pointer;
}
#MaskiSix .products .slider-arrows .owl-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 939px) {
  #MaskiSix .products {
    row-gap: 22px;
    margin-bottom: 50px;
    padding: 0 36px;
  }
  #MaskiSix .products-title {
    font-size: 24px;
    line-height: 30px;
  }
  #MaskiSix .products-title .br-hide {
    display: block;
  }
  #MaskiSix .products-main .item .item-links a {
    width: 132px;
  }
  #MaskiSix .products .slider-arrows {
    padding: 0 18px;
  }
}
#MaskiSix .bottom {
  background-color: #6F6C6C;
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}
#MaskiSix .bottom-logo {
  width: 139px;
}
#MaskiSix .bottom-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 20px;
}
#MaskiSix .bottom-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
#MaskiSix .bottom-main__item img {
  height: 59px;
}
#MaskiSix .bottom-main__item p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 939px) {
  #MaskiSix .bottom {
    row-gap: 25px;
  }
  #MaskiSix .bottom-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

#MaskiSix .item {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */