@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
* {
  font-family: "quicksand", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: #fff;
}

.no-scroll {
  overflow: hidden;
}

.module__popup {
  width: 100%;
  height: 100%;
  z-index: 8;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module__popup .popup__box {
  background-image: url("../img/popup-bg.png");
  border-radius: 10px;
  max-width: 781px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  height: 461px;
  z-index: 9;
  position: relative;
}
.module__popup .popup__box .content {
  z-index: 11;
  position: relative;
  padding: 58px 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.module__popup .popup__box .content .text {
  display: flex;
  flex-direction: column;
}
.module__popup .popup__box .content .text .title {
  margin-top: 42px;
  font-size: 24px;
  font-weight: bold;
}
.module__popup .popup__box .content .text .paragraph {
  margin-top: 22px;
  line-height: 30px;
}
.module__popup .popup__box .content .image {
  width: 100%;
}
.module__popup .popup__box .content .image img {
  max-width: 79px;
  width: 100%;
}
.module__popup .popup__box .close__btn {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 41px;
  border-radius: 50%;
  z-index: 12;
  background-color: #e5f6f8;
  right: 41px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.module__popup .popup__box .close__btn img {
  width: 8px;
  height: 8px;
}
.module__popup .popup__box .box__overlay {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  height: 100%;
  background-color: #fafafa;
  opacity: 0.85;
}
.module__popup .popup__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
}

.news__page--hero {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.news__page--hero .content {
  max-width: 1240px;
  margin-top: 105px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.news__page--hero .content .news__list {
  width: 100%;
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__page--hero .content .news__list .item__container {
  max-width: 391px;
  width: 100%;
  margin-bottom: 60px;
  height: 727px;
  display: flex;
}
.news__page--hero .content .news__list .item__container .item {
  width: 100%;
  overflow: hidden;
  height: 716px;
  border-radius: 10px;
  margin-top: auto;
  transition: height 200ms ease-in-out, background-color 200ms ease-in-out;
}
.news__page--hero .content .news__list .item__container .item:hover {
  height: 727px;
  background-color: rgba(83, 81, 251, 0.07);
}
.news__page--hero .content .news__list .item__container .item .date {
  text-align: left;
  font: normal normal normal 14px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  text-transform: uppercase;
  opacity: 1;
  padding: 0 41px;
  box-sizing: border-box;
  margin: 0;
  margin-top: 41px !important;
}
.news__page--hero .content .news__list .item__container .item .title {
  text-align: left;
  font: normal normal bold 20px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  max-width: 300px;
  opacity: 1;
  margin: 0;
  padding: 0 41px;
  box-sizing: border-box;
  margin-top: 25px;
}
.news__page--hero .content .news__list .item__container .item a {
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 41px;
  opacity: 1;
  text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 93.5px;
  justify-content: center;
  max-width: 203.2px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #5351fb;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.news__page--hero .content .news__list .item__container .item .image {
  width: 100%;
  height: 345px;
  background-position: center;
  background-size: cover;
  margin-bottom: 41px;
  background-repeat: no-repeat;
}
.news__page--hero .content .view__more--button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__page--hero .content .view__more--button a {
  position: relative;
  width: 203.2px;
  margin-top: 41px;
  height: 50px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #000;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  border: 1px solid #707070;
  overflow: hidden;
}
.news__page--hero .content .view__more--button a img {
  opacity: 0;
  width: 0;
  transition: opacity 200ms ease-in-out, margin 300ms ease-in-out, width 200ms ease-in-out;
}
.news__page--hero .content .view__more--button a:hover > img.youtube-icon {
  width: 24.3px;
}
.news__page--hero .content .view__more--button a:hover > img {
  display: block;
  opacity: 1;
  margin-left: calc(50% - 50px);
  width: auto;
}
.news__page--hero .content .view__more--button a:hover {
  color: #000;
  transition: color 0.5s ease-in-out;
}
.news__page--hero .content .view__more--button a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #fff;
  transition: right 0.25s ease-in-out;
}
.news__page--hero .content .view__more--button a:hover::after {
  right: 0;
  transition: right 200ms ease-in-out;
}
.news__page--hero .content .bottom {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 145px;
}
.news__page--hero .content .bottom .text__container {
  max-width: 851px;
  width: 100%;
  margin-bottom: 275px;
  font-size: 16px;
}
.news__page--hero .content .top {
  width: 100%;
  height: calc(100vh - 250px);
  display: flex;
  flex-direction: row;
}
.news__page--hero .content .top .left {
  max-width: 50%;
  width: 100%;
}
.news__page--hero .content .top .left .post__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.news__page--hero .content .top .left .post__text .date {
  font-size: 14px;
  text-transform: uppercase;
}
.news__page--hero .content .top .left .post__text .title {
  max-width: 404px;
  width: 100%;
  font-weight: 400;
  font-size: 39px;
  margin: 0;
  margin-top: 69px;
  margin-bottom: 12vh;
  line-height: 55px;
}
.news__page--hero .content .top .right {
  max-width: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__page--hero .content .top .right .post__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 548px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news__page--hero .content .share__buttons {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news__page--hero .content .share__buttons .buttons__container {
  max-width: 302px;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 24px;
  justify-content: space-between;
}
.news__page--hero .content .share__buttons .buttons__container .icons {
  max-width: 117.67px;
  width: 100%;
}
.news__page--hero .content .share__buttons .buttons__container .icons ul {
  width: 100%;
  display: flex;
  margin: 0;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.news__page--hero .content .share__buttons .buttons__container .icons ul li a {
  text-decoration: none;
  color: #000;
}
.news__page--hero .content .share__buttons .buttons__container .icons ul li a:hover {
  color: #71daf0;
}
.news__page--hero .content .share__buttons .buttons__container .icons ul li a i {
  font-size: 24px;
}
.news__page--hero .content .share__buttons .buttons__container .text {
  display: flex;
  align-items: center;
}
.news__page--hero .content .share__buttons .buttons__container .text span {
  font-size: 10px;
  line-height: 30px;
}
.news__page--hero .content .sort__button {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.news__page--hero .content .sort__button select {
  width: 174px;
  height: 50px;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  justify-self: flex-end;
  line-height: 30px;
  background: url("../img/Icon awesome-arrow-right.svg") no-repeat;
  background-position: calc(100% - 20px) center;
  padding-right: 25px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 150ms background-color ease-in-out;
}
.news__page--hero .content .sort__button select:hover {
  background-color: #fff;
}
.news__page--hero .content .sort__button select:focus {
  outline: none;
  border: 0;
  background-color: #fff;
}
.news__page--hero .scroll__down {
  position: absolute;
  left: -50px;
  top: 82.7vh;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.news__page--hero .scroll__down span {
  text-align: left;
  font: normal normal normal 14px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  opacity: 1;
  margin: 0;
  font-size: 14px;
}
.news__page--hero .scroll__down img {
  transform: rotate(180deg);
  margin-right: 15px;
}

.hero {
  width: 100%;
  height: calc(100vh + 79px);
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.hero .scroll__down {
  position: absolute;
  left: -50px;
  bottom: 210px;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hero .scroll__down span {
  text-align: left;
  font: normal normal normal 14px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  opacity: 1;
  margin: 0;
  font-size: 14px;
}
.hero .scroll__down img {
  transform: rotate(180deg);
  margin-right: 15px;
}
.hero .content {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.hero .content .images {
  width: 50%;
  position: relative;
}
.hero .content .images .lady {
  position: absolute;
  top: 35px;
  right: -72px;
  z-index: 1;
  transition: right 150ms ease-in-out;
}
.hero .content .images .lady:hover {
  right: -63px;
}
.hero .content .images .teeth-card {
  z-index: 2;
  position: absolute;
  left: -73px;
  bottom: 65px;
  transition: bottom 150ms ease-in-out;
}
.hero .content .images .teeth-card:hover {
  bottom: 74px;
}
.hero .content .images .teeth-app {
  position: absolute;
  left: 27px;
  top: 160px;
}
.hero .content .text {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .content .text .title {
  max-width: 404px;
}
.hero .content .text .title h1 {
  text-align: left;
  font: normal normal normal 39px/55px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.hero .content .text .cta__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 427px;
  margin-top: 131px;
  width: 100%;
}
.hero .content .text .cta__buttons a:nth-child(2) {
  background-color: transparent;
  border: 1px solid #707070;
  color: black;
}
.hero .content .text .cta__buttons a:nth-child(2)::after {
  background-color: transparent;
}
.hero .content .text .cta__buttons a:nth-child(2):hover {
  color: black;
  transition: color 0.5s ease-in-out;
}
.hero .content .text .cta__buttons a:nth-child(2):hover > img {
  margin-left: calc(50% - 62px);
}
.hero .content .text .cta__buttons a {
  position: relative;
  width: 203.2px;
  height: 50px;
  text-decoration: none;
  background-color: #5351fb;
  border-radius: 10px;
  text-align: center;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #ffffff;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  overflow: hidden;
}
.hero .content .text .cta__buttons a img {
  opacity: 0;
  width: 0;
  transition: opacity 200ms ease-in-out, margin 300ms ease-in-out, width 200ms ease-in-out;
}
.hero .content .text .cta__buttons a:hover > img.youtube-icon {
  width: 24.3px;
}
.hero .content .text .cta__buttons a:hover > img {
  display: block;
  opacity: 1;
  margin-left: calc(50% - 50px);
  width: auto;
}
.hero .content .text .cta__buttons a:hover {
  color: white;
  transition: color 0.5s ease-in-out;
}
.hero .content .text .cta__buttons a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #71daf0;
  transition: right 0.25s ease-in-out;
}
.hero .content .text .cta__buttons a:hover::after {
  right: 0;
  transition: right 200ms ease-in-out;
}

.news {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 148px;
}
.news .content {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .content .news__list {
  width: 100%;
  display: flex;
  margin-top: 148px;
  min-height: 727px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.news .content .news__list .list__item-container {
  width: 390px;
  height: 727px;
  display: flex;
}
.news .content .news__list .list__item-container .list__item {
  width: 390px;
  border-radius: 10px;
  overflow: hidden;
  height: 716px;
  transition: height 150ms ease-in-out;
  display: flex;
  flex-direction: column;
  margin-top: auto !important;
}
.news .content .news__list .list__item-container .list__item:hover {
  height: 100%;
  background-color: #f3f3ff;
}
.news .content .news__list .list__item-container .list__item .date {
  text-align: left;
  font: normal normal normal 14px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  text-transform: uppercase;
  opacity: 1;
  padding: 0 41px;
  box-sizing: border-box;
  margin: 0;
  margin-top: 41px;
}
.news .content .news__list .list__item-container .list__item .title {
  text-align: left;
  font: normal normal bold 20px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  max-width: 300px;
  opacity: 1;
  margin: 0;
  padding: 0 41px;
  box-sizing: border-box;
  margin-top: 25px;
}
.news .content .news__list .list__item-container .list__item a {
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: 41px;
  opacity: 1;
  text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 93.5px;
  justify-content: center;
  max-width: 203.2px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #5351fb;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.news .content .news__list .list__item-container .list__item .image {
  width: 100%;
  height: 345px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news .content .news__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 110px;
  justify-content: space-between;
}
.news .content .news__bottom .slider__dots {
  display: flex;
  flex-direction: row;
}
.news .content .news__bottom .slider__dots .dot:nth-child(1) {
  opacity: 0.2;
  margin-left: 0 !important;
}
.news .content .news__bottom .slider__dots .dot:nth-child(2) {
  opacity: 0.7;
}
.news .content .news__bottom .slider__dots .dot:nth-child(5) {
  opacity: 0.2;
  margin-left: 0 !important;
}
.news .content .news__bottom .slider__dots .dot:nth-child(4) {
  opacity: 0.7;
}
.news .content .news__bottom .slider__dots .active .inner {
  background-color: #ffd2d2 !important;
}
.news .content .news__bottom .slider__dots .dot {
  width: 44.19px;
  height: 44.19px;
  border: 1px solid #71daf0;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin: 0 5px;
}
.news .content .news__bottom .slider__dots .dot:hover > .inner {
  background-color: #5351fb;
}
.news .content .news__bottom .slider__dots .dot .inner {
  width: 19px;
  transition: background-color 150ms ease-in-out;
  height: 11px;
  border-radius: 9px;
  border: 2px solid #71daf0;
  box-sizing: border-box;
}
.news .content .news__bottom .see__more {
  margin-left: auto;
}
.news .content .news__bottom .see__more a {
  position: relative;
 
  width: 280.2px;
  height: 50px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #000;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  overflow: hidden;
}
.news .content .news__bottom .see__more a img {
  opacity: 0;
  transition: opacity 200ms ease-in-out, margin 200ms ease-in-out;
}
.news .content .news__bottom .see__more a:hover > img {
  display: block;
  opacity: 1;
  margin-left: calc(50% - 100px);
}
.news .content .news__bottom .see__more a:hover::after {
  right: 0;
  transition: right 200ms ease-in-out;
}
.news .content .title {
  width: 100%;
}
.news .content .title h3 {
  width: 100%;
  text-align: center;
  font: normal normal bold 39px/55px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
}

.more__software {
  width: 100%;
  background-color: #fafafa;
  padding: 157px 0;
  margin-top: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more__software .info__list {
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
}
.more__software .info__list .list__item:nth-child(3),
.more__software .info__list .list__item:nth-child(4) {
  margin-top: 156px;
}
.more__software .info__list .list__item {
  width: 50%;
  display: flex;
  flex-direction: row;
}
.more__software .info__list .list__item .text {
  margin-left: 32px;
  max-width: 391px;
}
.more__software .info__list .list__item .text h4 {
  text-align: left;
  margin: 0;
  font: normal normal bold 24px/24px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.more__software .info__list .list__item .text p {
  text-align: left;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  margin: 0;
  color: #000000;
  opacity: 1;
  margin-top: 24px;
}

.contact__form {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  background-image: url("../img/contact-form-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1039px;
  margin-top: 145px;
  justify-content: center;
  padding: 160px 0;
  box-sizing: border-box;
  flex-direction: row;
}
.contact__form .content {
  max-width: 1240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.contact__form .content .form {
  background-color: rgba(255, 255, 255, 0.4431372549);
  height: 722.83px;
  width: 620px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__form .content .form .form__group .form__item h4 {
  text-align: left;
  font: normal normal bold 39px/55px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
  margin-bottom: 52px;
}
.contact__form .content .form .form__group .form__item button {
  position: relative;
  width: 203.2px;
  height: 50px;
  background-color: #5351fb;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 24px;
  color: #ffffff;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  overflow: hidden;
}
.contact__form .content .form .form__group .form__item button img {
  opacity: 0;
  transition: opacity 200ms ease-in-out, margin 300ms ease-in-out;
}
.contact__form .content .form .form__group .form__item button:hover > img {
  display: block;
  opacity: 1;
  margin-left: calc(50% - 40px);
}
.contact__form .content .form .form__group .form__item button:hover {
  color: white;
  transition: color 0.5s ease-in-out;
}
.contact__form .content .form .form__group .form__item button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #71daf0;
  transition: right 0.25s ease-in-out;
}
.contact__form .content .form .form__group .form__item button:hover::after {
  right: 0;
  transition: right 200ms ease-in-out;
}
.contact__form .content .form .form__group .form__item input {
  width: 328px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  font: normal normal normal 14px/24px Quicksand;
  letter-spacing: 0px;
  color: #171717;
  opacity: 0.6;
  padding: 0 21px;
  margin-bottom: 28px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 150ms ease-in-out;
}
.contact__form .content .form .form__group .form__item input:focus {
  border: 1px solid #71daf0;
  outline: none;
}
.contact__form .content .form .form__group .form__item input:hover {
  border: 1px solid #71daf0;
}
.contact__form .content .text {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.contact__form .content .text .text {
  max-width: 437px;
  width: 100%;
  margin-top: 120px;
}
.contact__form .content .text .text p {
  text-align: left;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
}
.contact__form .content .text .logo {
  width: 115px;
  height: 25px;
}
.contact__form .content .text .logo img {
  display: block;
}

.modules {
  width: 100%;
  height: 2037px;
  background-image: url("../img/modules-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 158px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modules .see__more {
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 600px;
}
.modules .see__more a {
  position: relative;
  width: 307px;
  height: 50px;
  text-align: center;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  color: #091d3e;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  overflow: hidden;
}
.modules .see__more a span {
  transition: margin-right 200ms ease-in-out;
}
.modules .see__more a img {
  opacity: 0;
  width: 10.77px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 200ms ease-in-out, margin 300ms ease-in-out;
}
.modules .see__more a:hover > span {
  margin-right: calc(100% - 242px);
}
.modules .see__more a:hover > img {
  display: block;
  opacity: 1;
}
.modules .see__more a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  transition: top 0.25s ease-in-out;
}
.modules .see__more a:hover::after {
  top: 0;
  transition: top 200ms ease-in-out;
}
.modules .module__list {
  max-width: 1240px;
  margin-top: 157px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.modules .module__list .list__item {
  width: 310px;
  height: 476px;
  padding: 0 43px;
  padding-top: 83px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6588235294);
}
.modules .module__list .list__item .line {
  width: 1px;
  height: 289px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modules .module__list .list__item:hover {
  background-color: #fff;
  transition: background-color 300ms ease-in-out;
}
.modules .module__list .list__item:hover > a {
  margin-top: 35px;
  opacity: 1;
}
.modules .module__list .list__item a {
  width: 203.2px;
  height: 50px;
  border-radius: 10px;
  background-color: #5351fb;
  opacity: 0;
  text-decoration: none;
  transition: opacity 150ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: margin-top 300ms ease-in-out, opacity 300ms ease-in-out;
}
.modules .module__list .list__item img {
  width: 77px;
  height: 90px;
}
.modules .module__list .list__item h5 {
  margin: 0;
  text-align: left;
  font: normal normal bold 24px/30px Quicksand;
  letter-spacing: 0px;
  color: #091d3e;
  opacity: 1;
  margin-top: 42px;
}
.modules .module__list .list__item p {
  margin: 0;
  text-align: left;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  line-height: 30px;
  margin-top: 22px;
}
.modules .title {
  width: 100%;
  max-width: 1240px;
  margin-top: 156px;
}
.modules .title h3 {
  text-align: center;
  margin: 0;
  font: normal normal bold 39px/55px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.modules .modules__bg--bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modules .modules__bg--bottom img {
  display: block;
  width: 100%;
}

.contact__cta {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
.contact__cta .box {
  max-width: 1240px;
  height: 168px;
  width: 100%;
  background-color: #f0e8f8;
  border: 1px solid #71daf0;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 60px 72px;
  transition: border 100ms ease-in-out, background-color 100ms ease-in-out;
}
.contact__cta .box:hover {
  border-color: transparent;
  background-color: transparent;
}
.contact__cta .box:hover > .background__image--hover {
  opacity: 1;
}
.contact__cta .box .background__image--hover {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  transition: opacity 100ms ease-in-out;
  background-image: url("../img/contact-cta-backgrond.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
.contact__cta .box p {
  margin: 0;
  z-index: 2;
  text-align: left;
  font: normal normal bold 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.contact__cta .box a {
  padding: 16px 75px;
  z-index: 2;
  background-color: #5351fb;
  border-radius: 10px;
  text-decoration: none;
  text-align: left;
  font: normal normal medium 14px/24px Quicksand;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.plain__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 155px 0;
  align-items: center;
  justify-content: center;
}
.plain__text .title h3 {
  text-align: left;
  font: normal normal bold 39px/55px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0;
}
.plain__text .text {
  max-width: 1139px;
  margin-top: 50px;
  width: 100%;
}
.plain__text .text p {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  font-weight: 500;
  opacity: 1;
  line-height: 30px;
}

.about__software {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  margin-top: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about__software .software__title h3 {
  text-align: left;
  font: normal normal bold 39px/55px Quicksand;
  letter-spacing: 0px;
  margin: 0;
  color: #000000;
  opacity: 1;
}
.about__software .software__box {
  max-width: 1240px;
  width: 100%;
  margin-top: 120px;
  position: relative;
  min-height: 481px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 70px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/about-software-bg.png");
}
.about__software .software__box .content {
  max-width: 463px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.about__software .software__box .content p {
  text-align: left;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  opacity: 1;
}
.about__software .software__box .box__detail {
  width: 274px;
  position: absolute;
  bottom: 51px;
  left: 59px;
  height: 50px;
}
.about__software .software__box .box__detail img {
  width: 100%;
  height: 100%;
}
.about__software .software__box .laptop {
  width: 888px;
  height: 578px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: margin-bottom 200ms ease-in-out;
}
.about__software .software__box .laptop:hover {
  margin-bottom: 7px;
}
.about__software .software__box .laptop img {
  width: 100%;
  height: 100%;
}

footer {
  height: 395px;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__list {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .footer__list .list__item {
  display: flex;
  flex-direction: column;
}
footer .footer__list .list__item .title {
  text-align: left;
  font: normal normal bold 18px/23px Quicksand;
  letter-spacing: 0px;
  color: #5351fb;
  opacity: 1;
}
footer .footer__list .list__item .info {
  margin-top: 40px;
  text-align: left;
  font: normal normal normal 16px/30px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
footer .footer__list .list__item .social__icons {
  width: 166px;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer__list .list__item .social__icons a {
  width: 24px;
  color: black;
  height: 24px;
}
footer .footer__list .list__item .social__icons a:hover {
  color: #71daf0;
}
footer .footer__list .list__item .social__icons a i {
  font-size: 24px;
}

header {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
header .container {
  max-width: 1240px;
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
}
header .container .navigation {
  height: 100%;
  width: 100%;
  margin-left: 95px;
}
header .container .navigation ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
header .container .navigation ul li:nth-child(1) {
  margin-left: 0 !important;
}
header .container .navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22.5px;
}
header .container .navigation ul li a {
  align-self: flex-end;
  text-decoration: none;
  text-align: left;
  font: normal normal 600 16px/24px Quicksand;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  height: 100%;
  max-height: 24px;
  margin-top: 10px;
  transition: max-height 150ms ease-in-out, color 150ms ease-in-out;
}
header .container .navigation ul li a:hover {
  color: #71daf0;
  max-height: 28px;
}
header .container .hamburger__icon {
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 9999;
  display: none;
  justify-content: center;
}
header .container .hamburger__icon .active img:nth-child(1) {
  margin-left: 5px;
}
header .container .hamburger__icon .container__hamb {
  display: flex;
  flex-direction: column;
  padding-top: 11px;
  justify-content: center;
}
header .container .hamburger__icon .container__hamb img:nth-child(1) {
  margin-bottom: 5px;
}
header .container .hamburger__icon .container__hamb img {
  transition: margin-left 300ms ease-in-out;
  width: 25px;
}
header .container .identity {
  height: 50px;
}
header .container .identity img {
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .news__page--hero .scroll__down {
    display: none;
  }
  .hero .scroll__down {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .module__popup {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .module__popup .popup__box {
    height: auto;
    min-height: 461px;
  }
  .module__popup .popup__box .content .text .paragraph {
    font-size: 14px;
  }
  .modules {
    height: auto;
  }
  .modules .module__list {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .modules .module__list .list__item {
    width: 50%;
  }
  .modules .module__list .list__item .module__page--active {
    opacity: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .modules .module__list .list__item a {
    display: none;
  }
  .hero .content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contact__cta {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .more__software {
    padding: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .more__software .info__list {
    align-items: center;
    justify-content: center;
  }
  .more__software .info__list .list__item {
    min-width: 320px;
    margin: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  .more__software .info__list .list__item .text {
    margin-top: 32px;
    margin-left: 0;
  }
  .more__software .info__list .list__item .text p {
    text-align: center;
  }
  .more__software .info__list .list__item .text h4 {
    text-align: center;
  }
  .about__software {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .news .content .news__list {
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: center;
  }
  .news .content .news__list .list__item {
    margin: 5px;
  }
  header .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer .footer__list {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .contact__form .content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .news__page--hero .content .top {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .news__page--hero .content .share__buttons {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .news__page--hero .content .view__more--button a {
    margin-top: 0;
  }
  .news__page--hero .content .news__list {
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: center;
  }
  .news__page--hero .content .news__list .item__container {
    margin: 0 10px;
    margin-bottom: 60px;
  }
  .news__page--hero .content .news__list .item__container .item {
    background-color: rgba(83, 81, 251, 0.07);
  }
  .news__page--hero .content .news__list .item__container .item .image {
    margin-bottom: 35px;
  }
  .news__page--hero .content .news__list .item__container .item .date {
    padding: 0 35px;
    margin-top: 33px;
  }
  .news__page--hero .content .news__list .item__container .item .title {
    padding: 0 35px;
  }
  .news__page--hero .content .news__list .item__container .item a {
    margin-left: 35px;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1155px) {
  .plain__text .title {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .plain__text .title h3 {
    text-align: center;
  }
  .about__software .software__title {
    margin-bottom: 20px;
  }
  .about__software .software__box {
    padding: 0 40px;
    align-items: flex-start;
    min-height: auto;
  }
  .about__software .software__box .box__detail {
    display: none;
  }
  .about__software .software__box .content {
    max-width: 100%;
    margin-top: 165px;
    margin-bottom: 100px;
    width: 100%;
    box-sizing: border-box;
  }
  .about__software .software__box .laptop {
    left: 50%;
    width: 345px;
    height: 224px;
    top: -100px !important;
    transform: translateX(-55%);
  }
}
@media only screen and (max-width: 1055px) {
  .contact__form {
    padding: 100px 0;
  }
  .contact__form .content {
    flex-direction: column;
  }
  .contact__form .content .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact__form .content .text .text {
    max-width: 620px;
    margin-top: 70px;
    width: 100%;
  }
  .contact__form .content .text .text p {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contact__form .content .form {
    margin-top: 90.5px;
    max-width: 620px;
    width: 100%;
  }
  .contact__form .content .form .form__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .contact__form .content .form .form__group .form__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact__form .content .form .form__group .form__item input {
    max-width: 328px;
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  .about__software {
    margin-top: 140px;
  }
  .hero .content {
    flex-direction: column-reverse;
  }
  .hero .content .text {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .hero .content .text .cta__buttons {
    margin-top: 67px;
  }
  .hero .content .text .title {
    margin-top: 200px;
    width: 100;
    max-width: 100%;
  }
  .hero .content .text .title h1 {
    text-align: center;
  }
  .hero .content .images {
    width: 100%;
    height: 80%;
  }
  .hero .content .images .teeth-card {
    bottom: -150px;
    right: 300px;
    left: auto;
  }
  .hero .content .images .teeth-app {
    left: 45px;
  }
  .hero .content .images .lady {
    top: 43px;
  }
}
@media only screen and (max-width: 915px) {
  .news__page--hero .content .bottom .text__container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer {
    height: auto;
    padding: 100px 0;
  }
  footer .footer__list {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer__list .list__item {
    margin-top: 100px;
    align-items: center;
  }
  footer .footer__list .list__item .social__icons {
    margin-top: 28px;
  }
  footer .footer__list .list__item .info {
    margin-top: 28px;
    text-align: center;
  }
}
@media only screen and (max-width: 840px) {
  .news .content .news__list .list__item {
    background-color: rgba(83, 81, 251, 0.07);
  }
}
@media only screen and (max-width: 768px) {
  .modules {
    overflow: hidden;
  }
  .modules .see__more {
    align-items: center;
    justify-content: center;
    margin-top: 400px;
    margin-bottom: 100px;
  }
  .modules .see__more a {
    width: 246.42px;
    background-color: #5351fb;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .modules .see__more a span {
    font-size: 12px;
    color: #fff;
  }
  .modules .modules__bg--bottom img {
    width: auto;
    height: 651px;
  }
  .modules .module__list .list__item:nth-child(1) {
    padding-top: 72px;
    border-radius: 10px 10px 0 0;
  }
  .modules .module__list .list__item:nth-child(8) {
    padding-bottom: 101px;
    border-radius: 0 0 10px 10px;
  }
  .modules .module__list .list__item {
    min-width: 320px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 55px;
    align-items: center;
    background-color: rgba(250, 250, 250, 0.75) !important;
  }
  .modules .module__list .list__item:hover {
    background-color: rgba(250, 250, 250, 0.75) !important;
  }
  .modules .module__list .list__item img {
    margin-left: 30px;
  }
  .modules .module__list .list__item h5 {
    font-size: 20px;
    margin-top: 24px;
  }
  .modules .module__list .list__item p {
    text-align: center;
    margin-top: 25px;
    max-width: 215px;
    font-size: 14px;
  }
  .about__software .software__box {
    border-radius: 15px;
  }
  .about__software .software__box .content p {
    font-size: 14px;
  }
  .news__page--hero .content .share__buttons {
    margin-bottom: 20px;
  }
  .news__page--hero .content .top {
    flex-direction: column-reverse;
  }
  .news__page--hero .content .top .left {
    width: 100%;
    height: 50%;
    max-width: 100%;
  }
  .news__page--hero .content .top .left .post__text {
    align-items: center;
    width: 100%;
  }
  .news__page--hero .content .top .left .post__text .title {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .news__page--hero .content .top .right {
    width: 100%;
    max-width: 100%;
    height: 50%;
  }
  .news__page--hero .content .top .right .post__image {
    height: 100%;
    width: 500px;
    background-color: black;
    max-width: 500px;
  }
}
@media only screen and (max-width: 655px) {
  .about__software {
    margin-top: 0;
  }
  .hero .content {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .hero .content .text .title {
    margin-top: 55px;
  }
  .hero .content .text .title h1 {
    font-size: 26px;
    line-height: 39px;
  }
  .hero .content .text .cta__buttons {
    max-width: 320px;
  }
  .hero .content .text .cta__buttons a {
    width: 152.28px;
    height: 40px;
    font-size: 12px;
  }
  .hero .content .images {
    height: 435px;
    position: relative;
  }
  .hero .content .images .lady {
    width: 354px;
    height: 448px;
    right: auto;
    top: 43px;
    left: 30px;
  }
  .hero .content .images .teeth-app {
    width: 412px;
    height: 217px;
    top: 120px;
    left: 45px;
  }
  .hero .content .images .teeth-card {
    width: 200px;
    top: 242px;
    bottom: auto;
    left: -36px;
    height: 257px;
  }
}
@media only screen and (max-width: 645px) {
  .contact__cta {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contact__cta .box {
    flex-direction: column;
    height: auto;
    padding: 100px 53px;
  }
  .contact__cta .box p {
    text-align: center;
  }
  .contact__cta .box a {
    margin-top: 50px;
  }
  header .container {
    justify-content: space-between;
  }
  header .container .identity {
    z-index: 999;
  }
  header .container .hamburger__icon {
    display: block;
  }
  header .container .active-nav {
    height: 100% !important;
  }
  header .container .navigation {
    position: fixed;
    width: 100%;
    overflow: hidden;
    transition: height 350ms ease-in-out;
    margin: 0;
    height: 0%;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  header .container .navigation ul {
    margin-top: 110px;
    flex-direction: column;
  }
  header .container .navigation ul li:nth-child(1) {
    margin-left: 20px !important;
  }
  header .container .navigation ul li {
    justify-content: flex-start;
    margin-left: 20px !important;
  }
  header .container .navigation ul li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .news .content .news__bottom .see__more {
    margin: 0 auto;
  }
  .news .content .news__bottom {
    flex-direction: column;
  }
  .news .content .news__bottom .see__more {
    margin-top: 13px;
  }
 
}
@media only screen and (max-width: 425px) {
  .modules .title {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .modules .title h3 {
    font-size: 26px;
    padding: 0 20px;
    line-height: 35px;
    max-width: 260px;
    box-sizing: border-box;
  }
  .plain__text {
    padding: 100px 0;
  }
  .plain__text .text p {
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .plain__text .title h3 {
    font-size: 26px;
  }
  .more__software .info__list .list__item .text h4 {
    font-size: 20px;
  }
  .more__software .info__list .list__item .text p {
    font-size: 14px;
  }
  .about__software .software__title h3 {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */