@font-face {
  font-family: "Ubuntu Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Regular"), url("../fonts/Ubuntu-R.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Italic"), url("../fonts/Ubuntu-RI.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Light";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light"), url("../fonts/Ubuntu-L.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light Italic"), url("../fonts/Ubuntu-LI.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium"), url("../fonts/Ubuntu-M.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium Italic"), url("../fonts/Ubuntu-MI.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold"), url("../fonts/Ubuntu-B.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold Italic"), url("../fonts/Ubuntu-BI.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Condensed Regular"), url("../fonts/Ubuntu-C.woff") format("woff");
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Ubuntu Light";
  color: #000;
  min-height: 100%;
}
body ul {
  margin: 0;
}
body input:focus {
  outline: none !important;
  border: 1px solid #000;
  box-shadow: 0 0 4px #9b9b9b;
}
body button:focus {
  outline: none !important;
}
body a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body input, body button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination {
  align-items: center;
  border: none;
}

.pagination li {
  border: none;
  margin: 0 0.5rem;
}

.pagination li.active a, .pagination li.active span {
  color: #02a88e !important;
}

.pagination li i {
  transition: 0.4s;
  width: 2.63vw;
  height: 2.63vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85vw;
  position: relative;
  z-index: 1;
  right: 0;
  background: #02a88e;
}

.pagination li i:hover {
  background: #000;
}

.pagination li i:before {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1700px) {
  .pagination li i {
    width: 41px;
    height: 41px;
    font-size: 16px;
  }
}
.pagination li a, .pagination li span {
  box-shadow: initial !important;
  border: none;
  font-size: 1.06vw;
  color: #000;
  padding: 0;
  background: transparent !important;
}

.pagination li a:hover, .pagination li span:hover {
  color: #02a88e;
}

@media only screen and (max-width: 1700px) {
  .pagination li a, .pagination li span {
    font-size: 20px;
  }
}
#headerNotification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  z-index: 100;
  background: #000;
}
#headerNotification button {
  border: none;
  background: none;
  color: #fff;
}
#headerNotification span {
  padding: 5px;
  border-radius: 5px;
  background: #02a88e;
  color: #fff;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding-top: 40px;
}
.header .container .allHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}
.header .container .allHeader .logo {
  display: flex;
  margin: 20px 0;
}
.header .container .allHeader nav.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .container .allHeader nav.menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
.header .container .allHeader nav.menu ul li a {
  font-weight: bold;
  font-size: 16px;
  padding: 40px 20px;
}
.header .container .allHeader nav.menu ul li a:hover {
  color: #02a88e;
}
.header .container .allHeader nav.menu .rightButton {
  font-family: "Ubuntu Medium";
  border-radius: 10px;
  color: #000;
  background: #d4f0ec;
  padding: 15px 15px;
}
.header .container .allHeader nav.menu .rightButton span {
  border-radius: 10px;
  margin-left: 5px;
  padding: 7px;
  font-size: 14px;
  background: #02a88e;
  color: #fff;
  border: 2px solid #02a88e;
}
.homeSlider {
  position: relative;
  padding: 150px 0;
  background: #d4f0ec;
  border-bottom: 1px solid #c9e4e0;
  border-top: 1px solid #c9e4e0;
  width: 100%;
  overflow: hidden;
}
.homeSlider video {
  position: absolute;
  top: -50%;
  left: -25%;
  min-width: 125%;
  min-height: 125%;
  z-index: 1;
  opacity: 0.08;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.homeSlider .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.homeSlider .container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.homeSlider .container article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.homeSlider .container article h1 {
  font-family: "Ubuntu Bold";
}
.homeSlider .container article p {
  font-size: 18px;
}
.homeSlider .container article form div {
  top: -10000px;
  position: absolute;
}
.homeSlider .container article form input {
  font-family: "Ubuntu Medium";
  padding: 20px;
  border-radius: 20px;
  width: 400px;
  border: none;
  font-size: 20px;
}
.homeSlider .container article form button {
  font-family: "Ubuntu Medium";
  border: none;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  background: #02a88e;
  font-size: 18px;
  margin-left: 5px;
}
.homeSlider .container article form button:hover {
  background: #008470;
}
.homeSlider .container article ul {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.homeSlider .container article ul li {
  margin: 5px 0;
}
.homeSlider .container article ul li i {
  color: #02a88e;
}
.homeSlider .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/bg.png") top right no-repeat;
}

.homeWork {
  padding: 30px 0;
}
.homeWork .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeWork .container h2 {
  font-family: "Ubuntu Bold";
  margin: 40px 0;
}
.homeWork .container ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}
.homeWork .container ul li {
  text-align: center;
  padding: 20px;
}
.homeWork .container ul li p {
  margin-top: 30px;
  font-family: "Ubuntu Medium";
}
.homeWork .container ul li i {
  font-size: 32px;
  margin-bottom: 70px;
}

.homeFaqs {
  padding: 30px 0;
}
.homeFaqs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeFaqs .container h2 {
  font-family: "Ubuntu Bold";
}
.homeFaqs .container .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.homeFaqs .container .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}
.homeFaqs .container .accordion {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
}
.homeFaqs .container .accordion-button {
  font-weight: bold;
  color: #000;
}
.homeFaqs .container a.details {
  font-weight: bold;
  color: #000;
}
.homeFaqs .container a.details:hover {
  color: #02a88e;
}
.homeFaqs .container .accordion-button::after {
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f055";
  color: #000 !important;
  width: auto;
  height: auto;
  font-size: 20px;
}
.homeFaqs .container .accordion-button:not(.collapsed)::after {
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f056";
  color: #02a88e !important;
}

.homeBlog {
  background: #f7f7f7;
  padding: 30px 0;
  margin: 20px 0;
}
.homeBlog .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeBlog .container h2 {
  font-family: "Ubuntu Bold";
  margin: 40px 0;
}
.homeBlog .container h2 span {
  color: #02a88e;
  padding: 5px 10px;
  border-radius: 10px;
  border: 5px solid #02a88e;
  margin-left: 5px;
}
.homeBlog .container ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeBlog .container ul li {
  margin: 20px;
}
.homeBlog .container ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.homeBlog .container ul li a picture {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.homeBlog .container ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBlog .container ul li a h3 {
  font-family: "Ubuntu Bold";
  font-size: 18px;
  margin: 0;
  margin-top: 15px;
  color: #000;
}
.homeBlog .container ul li a time {
  color: #818181;
  margin-top: 5px;
}
.homeBlog .container ul li a p {
  margin-top: 3px;
}
.homeBlog .container ul li a:hover h3 {
  color: #02a88e;
}
.homeBlog .container a.details {
  font-weight: bold;
  color: #000;
}
.homeBlog .container a.details:hover {
  color: #02a88e;
}
.homeBlog.subBlog {
  position: relative;
  background: transparent;
}
.homeBlog.subBlog h2 {
  margin-top: 10px;
}
.homeBlog.subBlog .container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.homeBlog.subBlog .container ul li {
  margin: 20px;
}
.homeBlog.subBlog .blogBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(2, 168, 142, 0.5802696078) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(2, 168, 142, 0.5802696078) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(2, 168, 142, 0.5802696078) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#02a88e",GradientType=1);
}

.footer {
  background: #d4f0ec;
  margin-top: 20px;
  padding: 10px 0;
  margin-top: auto;
}
.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.footer .container p {
  padding: 10px 0;
  margin: 0;
}
.footer .container ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
}
.footer .container ul li a {
  padding: 10px;
}
.footer .container ul li a:hover {
  color: #02a88e;
}

.page-title {
  background: #d4f0ec;
  padding: 20px;
}
.page-title h1 {
  font-family: "Ubuntu Bold";
  font-size: 24px;
}
.page-title h2 {
  font-size: 18px;
  padding: 10px;
  background: #008470;
  border-radius: 10px;
  color: #fff;
}

.subSearch {
  position: relative;
  padding: 120px 0;
  background: #d4f0ec;
  border-top: 1px solid #c9e4e0;
  width: 100%;
  overflow: hidden;
}
.subSearch video {
  position: absolute;
  top: -50%;
  left: -25%;
  min-width: 125%;
  min-height: 125%;
  z-index: 1;
  opacity: 0.08;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.subSearch .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.subSearch .container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.subSearch .container article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.subSearch .container article h1 {
  font-family: "Ubuntu Bold";
}
.subSearch .container article p {
  font-size: 18px;
}
.subSearch .container article ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.subSearch .container article ul li {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 5px;
}
.subSearch .container article ul li i {
  font-size: 22px;
  width: 40px;
}
.subSearch .container article ul li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subSearch .container article ul li div h3 {
  font-size: 16px;
  font-family: "Ubuntu Medium";
  margin: 0;
}
.subSearch .container article ul li div p {
  font-size: 16px;
  margin: 0;
}
.subSearch .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/bg.png") top right no-repeat;
}

.searchResult {
  position: relative;
  padding: 30px 0;
  width: 100%;
}
.searchResult .container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.searchResult .container article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.searchResult .container article h1 {
  font-family: "Ubuntu Bold";
}
.searchResult .container article p {
  font-size: 18px;
}
.searchResult .container article .payButton {
  position: absolute;
  bottom: 50px;
  right: -160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  background: #02a88e;
  color: #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 0px 0px rgba(2, 168, 142, 0.5);
}
.searchResult .container article .payButton p {
  margin: 0;
  padding: 0;
}
.searchResult .container article .payButton p.price {
  font-family: "Ubuntu Bold";
  font-size: 72px;
}
.searchResult .container article .payButton p.price span {
  font-size: 46px;
}
.searchResult .container article .payButton p.currentLicense {
  font-family: "Ubuntu Medium";
  font-size: 24px;
  margin-bottom: 15px;
}
.searchResult .container article .payButton p.currentLicense span {
  font-family: "Ubuntu Bold";
}
.searchResult .container article .payButton p.license {
  font-size: 14px;
  background: #a2ded5;
  color: #02a88e;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: -15px;
}
.searchResult .container article .payButton p.license span {
  font-size: 32px;
}
.searchResult .container article .payButton h2 {
  font-family: "Ubuntu Bold";
  font-size: 18px;
  margin: 10px 0;
}
.searchResult .container article .payButton button {
  font-family: "Ubuntu Bold";
  color: #fff;
  border: 0;
  background: #000;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
}
.searchResult .container article .payButton button:hover {
  background: #008470;
}
.searchResult .container article.notFound {
  flex-direction: row;
  align-items: center;
}
.searchResult .container article.notFound .payButton {
  position: relative;
  bottom: auto;
  right: auto;
  margin-left: -100px;
}
.searchResult .container ol {
  display: flex;
  flex-direction: column;
  border: 2px solid #02a88e;
  border-radius: 10px;
  height: 440px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.searchResult .container ol::-webkit-scrollbar {
  width: 6px;
}
.searchResult .container ol::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(2, 168, 142, 0.5);
  border-radius: 20px;
}
.searchResult .container ol::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(2, 168, 142, 0.5);
}
.searchResult .container ol li {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 20px 10px 30px;
}
.searchResult .container ol li p {
  margin: 0;
}
.searchResult .container ol li span {
  font-family: "Ubuntu Bold";
}
.searchResult .container .notice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left;
  background: #eee;
  width: 70%;
  padding: 20px;
  padding-right: 100px;
  border-radius: 20px;
}
.searchResult .container .notice i {
  font-size: 48px;
  color: #02a88e;
  margin-right: 10px;
}
.searchResult .container .notice h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  font-family: "Ubuntu Medium";
  color: #02a88e;
}
.searchResult .container .notice p {
  margin: 0;
}

.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .share {
    justify-content: center;
    margin-top: 2rem;
  }
}
.share span {
  font-size: 15px;
  margin-right: 10px;
}
@media (min-width: 2000px) {
  .share span {
    font-size: 0.79vw;
  }
}
.share ul {
  margin: 0;
  padding: 0;
}
.share ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 2px;
}
.share ul li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-decoration: none;
  font-size: 15px;
}
.share ul li a:hover {
  background: #02a88e;
}
@media (min-width: 2000px) {
  .share ul li a {
    font-size: 0.79vw;
    width: 1.48vw;
    height: 1.48vw;
  }
}
.share ul li a svg {
  width: 45%;
  height: 45%;
  transform: scale(1.3);
}
.share ul li a svg path {
  fill: white;
}
.share ul li a i {
  color: #fff;
}

.generalHeader {
  position: relative;
  padding: 120px 0;
  background: #d4f0ec;
  border-top: 1px solid #c9e4e0;
  width: 100%;
  overflow: hidden;
}
.generalHeader video {
  position: absolute;
  top: -50%;
  left: -25%;
  min-width: 125%;
  min-height: 125%;
  z-index: 1;
  opacity: 0.08;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.generalHeader picture {
  position: absolute;
  top: -50%;
  left: -25%;
  min-width: 125%;
  min-height: 125%;
  z-index: 1;
  opacity: 0.5;
}
.generalHeader picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.generalHeader .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.generalHeader .container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.generalHeader .container article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  color: #000;
}
.generalHeader .container article h1 {
  font-family: "Ubuntu Bold";
}
.generalHeader .container article p {
  font-size: 32px;
}
.generalHeader .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/bg.png") top right no-repeat;
}

.textContent {
  position: relative;
  width: 100%;
}
.textContent .container {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.textContent .container article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  padding: 40px 0;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.textContent .container article.faqs {
  border: none;
}
.textContent .container article .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.textContent .container article .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}
.textContent .container article .accordion {
  width: 100%;
}
.textContent .container article .accordion-button {
  font-weight: bold;
  color: #000;
}
.textContent .container article .accordion-button::after {
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f055";
  color: #000 !important;
  width: auto;
  height: auto;
  font-size: 20px;
}
.textContent .container article .accordion-button:not(.collapsed)::after {
  background: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f056";
  color: #02a88e !important;
}

.aboutStatistics {
  padding: 30px 0;
}
.aboutStatistics .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutStatistics .container ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}
.aboutStatistics .container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 30px;
  padding: 0;
}
.aboutStatistics .container ul li h3 {
  font-size: 36px;
  font-family: "Ubuntu Medium";
}
.aboutStatistics .container ul li h3 span {
  font-size: 24px;
  font-family: "Ubuntu Light";
}
.aboutStatistics .container ul li hr {
  height: 1px;
  width: 100%;
  background: #f9f9f9;
  margin: 5px 0;
}
.aboutStatistics .container ul li p {
  font-family: "Ubuntu Medium";
}
.aboutStatistics .container ul li i {
  font-size: 64px;
  margin-bottom: 70px;
  color: #02a88e;
}
.aboutStatistics.contact .container ul i {
  font-size: 150px;
  margin: 0;
}
.aboutStatistics.contact .container ul li {
  text-align: center;
  justify-content: center;
  border: 4px solid #eee;
  padding: 40px;
  width: 100%;
  border-radius: 20px;
}
.aboutStatistics.contact .container ul p {
  font-family: "Ubuntu Light";
}

.pricePlans {
  padding: 30px 0;
}
.pricePlans .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricePlans .container ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: flex-start;
  padding: 0;
  margin-top: 20px;
}
.pricePlans .container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 30px;
  padding: 0;
}
.pricePlans .container ul li:first-child {
  margin: 30px 30px 30px 0;
}
.pricePlans .container ul li:last-child {
  margin: 30px 0 30px 30px;
}
.pricePlans .container ul li h3 {
  font-size: 36px;
  font-family: "Ubuntu Medium";
}
.pricePlans .container ul li h3 span {
  font-size: 24px;
  font-family: "Ubuntu Light";
}
.pricePlans .container ul li hr {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 5px 0;
}
.pricePlans .container ul li p {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.pricePlans .container ul li p:last-child {
  border: none;
}
.pricePlans .container ul li i.title {
  font-size: 64px;
  margin-bottom: 70px;
  color: #02a88e;
}
.pricePlans .container ul li .fa-check-circle {
  font-size: 24px;
  color: #02a88e;
}
.pricePlans .container ul li p.price {
  font-family: "Ubuntu Bold";
  font-size: 36px;
}
.pricePlans .container ul li p.price span {
  font-size: 24px;
}
.pricePlans .container .start {
  display: flex;
  width: 100%;
  background: #02a88e;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: "Ubuntu Bold";
  font-size: 18px;
  justify-content: center;
}
.pricePlans .container .start:hover {
  background: #008470;
}

#selectPackage {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(2, 168, 142, 0.5);
}
#selectPackage .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 20px 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0px 0px rgba(2, 168, 142, 0.5);
}
#selectPackage .content ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: flex-start;
  padding: 0;
}
#selectPackage .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 30px;
  padding: 0;
}
#selectPackage .content ul li:first-child {
  margin: 30px 30px 30px 0;
}
#selectPackage .content ul li:last-child {
  margin: 30px 0 30px 30px;
}
#selectPackage .content ul li h3 {
  font-size: 36px;
  font-family: "Ubuntu Medium";
}
#selectPackage .content ul li h3 span {
  font-size: 24px;
  font-family: "Ubuntu Light";
}
#selectPackage .content ul li hr {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 5px 0;
}
#selectPackage .content ul li p {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}
#selectPackage .content ul li p:last-child {
  border: none;
}
#selectPackage .content ul li i.title {
  font-size: 64px;
  margin-bottom: 70px;
  color: #02a88e;
}
#selectPackage .content ul li .fa-check-circle {
  font-size: 24px;
  color: #02a88e;
}
#selectPackage .content ul li p.price {
  font-family: "Ubuntu Bold";
  font-size: 36px;
}
#selectPackage .content ul li p.price span {
  font-size: 24px;
}
#selectPackage .content ul li button {
  border: none;
  border-radius: 10px;
  padding: 10px;
  background: #02a88e;
  color: #fff;
  font-family: "Ubuntu Medium";
}
#selectPackage .content ul li button:hover {
  background: #008470;
}
#selectPackage .content h2 {
  font-family: "Ubuntu Bold";
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
#selectPackage .content #closePackages {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  padding: 5px 10px;
}

@keyframes typing {
  0%, 100% {
    content: "*";
  }
  33% {
    content: "**";
  }
  66% {
    content: "***";
  }
  99% {
    content: "****";
  }
}
#searchLoader {
  position: fixed;
  display: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(2, 168, 142, 0.9);
  z-index: 9999;
  color: #fff;
}
#searchLoader .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120px;
  letter-spacing: 5px;
}
#searchLoader .loader::before {
  font-family: "Ubuntu Light";
  content: "*";
  animation: typing 2s steps(3, end) infinite;
}
#searchLoader h4 {
  font-family: "Ubuntu Medium";
  font-size: 18px;
  margin-top: -40px;
}
#searchLoader p {
  text-align: center;
  font-size: 36px;
}
#searchLoader span {
  margin-top: -120px;
  margin-right: -10px;
  font-family: "Ubuntu Medium";
  font-style: normal;
  font-size: 100px;
  transform: rotate(90deg);
}

#paymentLoader {
  position: fixed;
  display: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 25%;
  min-height: 100%;
  background: rgba(2, 168, 142, 0.9);
  z-index: 9999;
  color: #fff;
}
#paymentLoader .loader {
  width: 100%;
  height: 200px;
}
#paymentLoader .loader .loaderDots {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#paymentLoader .loader .dot {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 20px;
  transform: translate(0px, -40px);
  animation: bounce 1s infinite;
}
#paymentLoader .loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#paymentLoader .loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0% {
    transform: translate(0px, -10px);
  }
  40% {
    width: 0px;
    height: 2px;
    transform: translate(0px, 40px) scale(1.7);
  }
  100% {
    height: 20px;
    transform: translate(0px, -20px);
  }
}
#paymentLoader h4 {
  font-family: "Ubuntu";
  font-size: 18px;
  margin-top: -40px;
}
#paymentLoader h5 {
  font-family: "Ubuntu bold";
  font-size: 24px;
}
#paymentLoader p {
  text-align: center;
  font-size: 18px;
}
#paymentLoader span {
  margin-top: -120px;
  margin-right: -10px;
  font-family: "Ubuntu Medium";
  font-style: normal;
  font-size: 100px;
  transform: rotate(90deg);
}

#selectCurrency {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(2, 168, 142, 0.5);
}
#selectCurrency .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 20px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0px 0px rgba(2, 168, 142, 0.5);
}
#selectCurrency .content label {
  font-size: 36px;
  font-family: "Ubuntu Medium";
  line-height: 30px;
  width: 100%;
}
#selectCurrency .content label span {
  font-size: 24px;
  font-family: "Ubuntu Light";
}
#selectCurrency .content div {
  width: 100% !important;
  margin: 10px 0 !important;
}
#selectCurrency .content .dynamic-select-header,
#selectCurrency .content .dynamic-select-options,
#selectCurrency .content .dynamic-select-option {
  margin: auto !important;
}
#selectCurrency .content #selectCurrencyButton {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-top: -15px;
  background: #02a88e;
  color: #fff;
  font-family: "Ubuntu Medium";
}
#selectCurrency .content #selectCurrencyButton:hover {
  background: #008470;
}
#selectCurrency .content img.support {
  width: 100%;
  max-width: 100px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
}
#selectCurrency .content #closeCurrency {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  padding: 5px 10px;
}

.dynamic-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
}

.dynamic-select .dynamic-select-header {
  border: 1px solid #dee2e6;
  padding: 7px 30px 7px 12px;
}

.dynamic-select .dynamic-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
}

.dynamic-select .dynamic-select-header.dynamic-select-header-active {
  border-color: #c1c9d0;
}

.dynamic-select .dynamic-select-header.dynamic-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.dynamic-select .dynamic-select-header.dynamic-select-header-active + .dynamic-select-options {
  display: flex;
}

.dynamic-select .dynamic-select-header .dynamic-select-header-placeholder {
  color: #65727e;
}

.dynamic-select .dynamic-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dynamic-select .dynamic-select-options::-webkit-scrollbar {
  width: 5px;
}

.dynamic-select .dynamic-select-options::-webkit-scrollbar-track {
  background: #f0f1f3;
}

.dynamic-select .dynamic-select-options::-webkit-scrollbar-thumb {
  background: #cdcfd1;
}

.dynamic-select .dynamic-select-options::-webkit-scrollbar-thumb:hover {
  background: #b2b6b9;
}

.dynamic-select .dynamic-select-options .dynamic-select-option {
  padding: 7px 12px;
}

.dynamic-select .dynamic-select-options .dynamic-select-option:hover, .dynamic-select .dynamic-select-options .dynamic-select-option:active {
  background-color: #f3f4f7;
}

.dynamic-select .dynamic-select-header, .dynamic-select .dynamic-select-option {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #212529;
}

.dynamic-select .dynamic-select-header img, .dynamic-select .dynamic-select-option img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.dynamic-select .dynamic-select-header img.dynamic-size, .dynamic-select .dynamic-select-option img.dynamic-size {
  object-fit: fill;
  max-height: none;
  max-width: none;
}

.dynamic-select .dynamic-select-header img, .dynamic-select .dynamic-select-header svg, .dynamic-select .dynamic-select-header i, .dynamic-select .dynamic-select-header span, .dynamic-select .dynamic-select-option img, .dynamic-select .dynamic-select-option svg, .dynamic-select .dynamic-select-option i, .dynamic-select .dynamic-select-option span {
  box-sizing: border-box;
  margin-right: 10px;
}

.dynamic-select .dynamic-select-header.dynamic-select-no-text, .dynamic-select .dynamic-select-option.dynamic-select-no-text {
  justify-content: center;
}

.dynamic-select .dynamic-select-header.dynamic-select-no-text img, .dynamic-select .dynamic-select-header.dynamic-select-no-text svg, .dynamic-select .dynamic-select-header.dynamic-select-no-text i, .dynamic-select .dynamic-select-header.dynamic-select-no-text span, .dynamic-select .dynamic-select-option.dynamic-select-no-text img, .dynamic-select .dynamic-select-option.dynamic-select-no-text svg, .dynamic-select .dynamic-select-option.dynamic-select-no-text i, .dynamic-select .dynamic-select-option.dynamic-select-no-text span {
  margin-right: 0;
}

.dynamic-select .dynamic-select-header .dynamic-select-option-text, .dynamic-select .dynamic-select-option .dynamic-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
}

#getPaymentPage {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(2, 168, 142, 0.5);
}
#getPaymentPage iframe {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 0px 0px rgba(2, 168, 142, 0.5);
}

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