:root {
  --body: #333;
  --title: black;
  --bg: white;
  --primary: #97d2f3;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 12px;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.link-wrap {
  grid-row-gap: 20px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-top: 0 #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 200px;
  padding: 20px;
  display: flex;
}

.link-wrap.w--open {
  padding-top: 25px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-right {
  grid-column-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 16px;
  padding-bottom: 16px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.nav-menu {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-inner-link {
  grid-column-gap: 8px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.center-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.nav-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-dropdown {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  flex-flow: column;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.w--current {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.dropdown-list {
  padding-top: 24px;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.navbar-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.nav-socials {
  display: flex;
}

.nav-social {
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.body-font {
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.primary-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.btn-hover-text {
  grid-column-gap: 4px;
  display: flex;
  position: absolute;
}

.btn-text {
  grid-column-gap: 4px;
  display: flex;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.body-large {
  font-size: 18px;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.page-data, .sg-section {
  margin-bottom: var(--desktop-space);
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.color-main {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  width: 120px;
  height: 120px;
}

.color-main.body-color {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
}

.color-main.title-color {
  background-color: var(--title);
}

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.secondary-button {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.secondary-button.white {
  color: #fff;
}

.footer {
  background-color: #000;
  padding-bottom: 20px;
}

.footer-wrap {
  padding-top: 70px;
  padding-bottom: 80px;
}

.footer-top {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.footer-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.footer-link-wrap {
  grid-column-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ftr-link {
  grid-column-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.footer-left {
  grid-column-gap: 140px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
}

.footer-menu {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-inner {
  grid-row-gap: 22px;
  color: #999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ftr-contact-link {
  color: #fff;
  margin-top: 2px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.ftr-contact-link:hover {
  text-decoration: underline;
}

.ft-bottom-link {
  color: #999;
  text-decoration: none;
  transition: color .3s;
}

.ft-bottom-link:hover {
  color: #fff;
}

.footer-text {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.single-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.info-inner {
  padding-bottom: 30px;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.licensing-title {
  margin-bottom: 0;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-body {
  background-color: var(--bg);
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  max-width: 452px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.pass-input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.pass-input:focus {
  border-bottom-color: #000;
}

.pass-input::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 20px;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.outline-button {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.outline-button.hover {
  transition: color .3s, background-color .3s;
}

.outline-button.hover:hover {
  color: #fff;
  background-color: #000;
}

.outline-button.white {
  color: #fff;
  border-color: #fff;
}

.error-data {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.error-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-left {
  grid-row-gap: 12px;
  border: 1px solid #0000001a;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
  padding: 30px;
  display: flex;
}

.contact-right {
  width: 100%;
  max-width: 65%;
}

.contact-img {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  min-height: 254px;
  max-height: 254px;
}

.contact-data {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.contact-link {
  color: #000;
  margin-top: 2px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-block {
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 22px;
  display: flex;
}

.contact-block.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.addresss {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.contact-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.input {
  color: var(--body);
  background-color: #fff;
  border: 1px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-color: #00000080;
}

.input::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: var(--body);
  background-color: #fff;
  border: 1px solid #0000001a;
  height: auto;
  min-height: 180px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-color: #00000080;
}

.textarea::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.error-message {
  text-align: center;
}

.submit-button {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-black-arrow.svg');
  background-position: 112px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 87px 12px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-position .4s;
  display: flex;
}

.submit-button:hover {
  background-position: 117px;
}

.facts {
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.fact-wrap {
  border-top: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fact-block {
  grid-row-gap: 40px;
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px;
  display: flex;
}

.sub-title {
  grid-column-gap: 8px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.sub-title.white {
  color: #fff;
}

.box-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.box {
  background-color: #0000001a;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.box.white {
  background-color: #ffffff1a;
}

.fact-title {
  text-transform: uppercase;
  margin-bottom: 6px;
}

.fact-box {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 34px;
  display: flex;
}

.fact-box.black {
  background-color: #000;
}

.fact-text {
  color: #000;
  margin-bottom: 6px;
  font-size: 58px;
  font-weight: 500;
  line-height: 150%;
}

.fact-text.white {
  color: #fff;
}

.fact-info {
  width: 100%;
  max-width: 70%;
  margin-bottom: 0;
}

.fact-info.white {
  color: #999;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.section-title {
  margin-bottom: 20px;
}

.title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.title.white {
  color: #fff;
}

.faq-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 42%;
  position: relative;
  overflow: hidden;
}

.faq-image {
  width: 100%;
}

.ans-text {
  margin-bottom: 0;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 13px;
}

.faq-info {
  border: 1px solid #0000001a;
  width: 100%;
  padding: 25px 30px;
}

.ans-box {
  padding-top: 10px;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
  position: absolute;
}

.faq-right {
  width: 100%;
  max-width: 58%;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.empty-state {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.review-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 25px;
  border: 1px solid #0000001a;
  flex-flow: column;
  padding: 40px;
  transition: border-color .3s;
  display: flex;
}

.review-block:hover {
  border-color: #00000080;
}

.review-profile {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-profile.white {
  color: #999;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 65px;
  max-height: 65px;
}

.client-name {
  color: #000;
}

.client-name.white {
  color: #fff;
}

.review-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 170%;
}

.post-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  display: flex;
}

.post-link {
  border: 1px solid #0000001a;
  width: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.post-link:hover {
  background-color: var(--bg);
}

.post-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.post-data {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  padding: 26px;
  display: flex;
}

.post-info {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-category {
  background-color: var(--bg);
  padding: 5px 10px;
  font-size: 14px;
  line-height: 100%;
}

.divider {
  background-color: #0000001a;
  width: 1px;
  height: 24px;
}

.post-title {
  margin-bottom: 0;
  font-weight: 400;
}

.post-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post-main {
  margin-bottom: var(--desktop-space);
}

.post-main-img {
  background-color: var(--bg);
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  margin-top: 60px;
}

.post-main-title {
  margin-bottom: 0;
}

.pagination {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.blog-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.feature-post, .posts {
  width: 100%;
  max-width: 50%;
}

.fp-item {
  display: flex;
}

.fp-link {
  width: 100%;
  text-decoration: none;
}

.fp-img {
  background-color: var(--bg);
  overflow: hidden;
}

.fp-image {
  object-fit: cover;
  width: 100%;
  min-height: 492px;
  max-height: 492px;
}

.fp-data {
  border: 1px solid #0000001a;
  padding: 30px 20px;
}

.fp-title {
  margin-bottom: 0;
  font-size: 20px;
}

.blog-list {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services {
  margin-bottom: var(--desktop-space);
}

.service-list {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  display: flex;
}

.service-link {
  border: 1px solid #0000001a;
  width: 100%;
  padding: 34px;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.service-link:hover {
  background-color: var(--bg);
  box-shadow: 0 30px 60px #0000000f;
}

.service-data {
  grid-row-gap: 240px;
  flex-flow: column;
  display: flex;
}

.servie-title-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-title {
  margin-bottom: 0;
}

.service-icon {
  outline-offset: 0px;
  color: var(--primary);
  mix-blend-mode: normal;
  outline: 3px #97d2f3;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.service-text {
  margin-bottom: 0;
}

.service-img {
  background-color: var(--bg);
  position: absolute;
  inset: auto 34px 34px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 264px;
  max-height: 264px;
}

.testimonials {
  margin-bottom: var(--desktop-space);
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 135px;
  overflow: hidden;
}

.review-slider {
  background-color: #0000;
  height: auto;
}

.d-none {
  display: none;
}

.review-box {
  grid-row-gap: 25px;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  padding-right: 34px;
  transition: border-color .3s;
  display: flex;
}

.review-box:hover {
  border-color: #00000080;
}

.review-slide {
  width: 100%;
  max-width: 420px;
  margin-right: 34px;
}

.review-mask {
  width: 420px;
  overflow: visible;
}

.testimonial-text {
  color: #999;
  margin-bottom: 0;
}

.right-arrow {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: border-color .3s;
  display: flex;
  inset: auto 0% -80px auto;
}

.right-arrow:hover {
  border-color: #fff;
}

.left-arrow {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  transition: border-color .3s;
  display: flex;
  inset: auto 44px -80px auto;
}

.left-arrow:hover {
  border-color: #fff;
}

.service-main {
  margin-bottom: var(--desktop-space);
}

.servie-main-img {
  background-color: var(--bg);
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-main-title {
  margin-bottom: 0;
}

.service-details {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.projects {
  margin-bottom: var(--desktop-space);
}

.project-list {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-item {
  display: flex;
}

.project-link {
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-img {
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  width: 100%;
  min-height: 570px;
  max-height: 570px;
}

.project-data {
  grid-row-gap: 30px;
  background-color: var(--bg);
  flex-flow: column;
  padding: 30px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-name {
  margin-top: 2px;
  margin-bottom: 0;
}

.project-text {
  margin-bottom: 30px;
}

.project-inner {
  overflow: hidden;
}

.project-main {
  margin-bottom: var(--desktop-space);
}

.project-wrap {
  grid-column-gap: 50px;
  display: flex;
}

.project-main-img {
  width: 100%;
  min-width: 900px;
  max-width: 900px;
}

.project-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.project-sidebar {
  grid-row-gap: 30px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.project-info-title {
  text-transform: uppercase;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.project-info-text {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.project-info-list {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.project-info {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  line-height: 150%;
  display: grid;
}

.project-label {
  color: #000;
}

.project-details {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  display: flex;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.about-left {
  background-color: var(--bg);
  width: 100%;
  max-width: 35%;
  position: relative;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.about-title {
  margin-bottom: 15px;
}

.about-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
}

.about-inner {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-check-list {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-check-item {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #000;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.vision {
  margin-bottom: var(--desktop-space);
}

.vision-wrap {
  display: flex;
}

.vision-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.vision-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vision-right {
  grid-row-gap: 40px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 100px 50px;
  display: flex;
}

.vision-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.vision-block {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 12px;
  display: flex;
}

.vision-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  background-color: var(--bg);
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.team-data {
  margin-top: 10px;
}

.member-name {
  color: #000;
  font-size: 18px;
  line-height: 170%;
}

.our-services {
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero {
  margin-bottom: var(--desktop-space);
  overflow: hidden;
  margin-top: -20px;
}

.about-us {
  background-color: #c0dd90;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-us-wrap {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-us-right {
  width: 100%;
  max-width: 80%;
}

.about-images {
  grid-column-gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.about-thumb {
  background-color: var(--bg);
  width: 100%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
}

.about-us-image {
  object-fit: cover;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.about-text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 150%;
}

.about-us-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-choose {
  margin-bottom: var(--desktop-space);
}

.why-choose-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.why-choose-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.why-choose-image {
  width: 100%;
  height: 100%;
}

.why-choose-right {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.wc-info {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.wc-item {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.wc-inner {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wc-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 35%;
  position: relative;
  overflow: hidden;
}

.wc-image {
  object-fit: cover;
  width: 100%;
  min-height: 256px;
  max-height: 256px;
}

.wc-data {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 680px;
  max-height: 680px;
}

.hero-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

.hero-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 94px;
  font-weight: 600;
  line-height: 70%;
}

.hero-title.bg {
  -webkit-text-fill-color: transparent;
  background-image: url('../../images/hero-02.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1440px;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 20px;
  padding-left: 160px;
  line-height: 80%;
}

.hero-wrapper {
  position: relative;
}

.hero-inner {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 14px;
  display: flex;
}

.hero-text {
  margin-bottom: 30px;
}

.hero-text-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 65%;
    padding-left: 160px;
    display: flex;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hero-right {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 22%;
  display: flex;
}

.hero-block {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-icon-wrap {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
}

.hero-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.on-scroll {
  background-color: var(--bg);
  display: none;
  position: absolute;
  inset: -1%;
}

.on-scroll.black {
  background-color: #121117;
}

.image {
  width: auto;
  max-width: 20%;
  height: 50px;
}
.imageLogo {
  width: auto;
  height: 50px;
}

.text-block {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 20px;
}

.image-2 {
  text-align: left;
  margin-left: 30px;
  margin-right: 20px;
  padding-top: 0;
  position: sticky;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    padding: 30px;
  }

  .link-wrap {
    border-style: none;
    border-width: 0;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    max-width: 100%;
  }

  .nav-right {
    grid-column-gap: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding: 20px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-line {
    display: none;
  }

  .nav-drop-down {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .nav-dropdown {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .dropdown-list {
    padding-top: 15px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .color-wrap {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .page-data, .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .table-row {
    grid-column-gap: 20px;
  }

  .footer-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-top {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-info {
    max-width: none;
  }

  .footer-bottom {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .contact-left, .contact-right {
    max-width: none;
  }

  .contact-image {
    min-height: auto;
    max-height: none;
  }

  .contact-link, .addresss {
    font-size: 18px;
  }

  .field-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .facts {
    margin-bottom: var(--tablet-space);
  }

  .fact-block {
    padding: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .fact-box {
    padding: 40px 25px;
  }

  .fact-text {
    font-size: 40px;
  }

  .fact-info {
    max-width: none;
    font-size: 14px;
    line-height: 150%;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-img {
    max-width: none;
  }

  .faq-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ans-box {
    padding-top: 8px;
  }

  .faq-right {
    max-width: 100%;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

  .review-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .review-block {
    padding: 30px;
  }

  .review-text {
    font-size: 16px;
  }

  .blogs {
    margin-bottom: var(--tablet-space);
  }

  .post-list {
    grid-template-columns: 1fr;
  }

  .post-wrap {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-main {
    margin-bottom: var(--tablet-space);
  }

  .post-main-image {
    min-height: 460px;
    max-height: 460px;
  }

  .post-details {
    margin-top: 50px;
  }

  .blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .feature-post, .posts {
    max-width: none;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .services {
    margin-bottom: var(--tablet-space);
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-link {
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .service-title {
    font-size: 20px;
  }

  .service-text {
    display: none;
  }

  .service-img {
    position: static;
  }

  .testimonials {
    margin-bottom: var(--tablet-space);
    padding-bottom: 120px;
  }

  .review-box {
    padding-right: 20px;
  }

  .review-slide {
    max-width: 360px;
    margin-right: 20px;
  }

  .review-mask {
    width: 360px;
  }

  .right-arrow, .left-arrow {
    bottom: -70px;
  }

  .service-main {
    margin-bottom: var(--tablet-space);
  }

  .service-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .service-details {
    margin-top: 50px;
  }

  .projects {
    margin-bottom: var(--tablet-space);
  }

  .project-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-image {
    min-height: 480px;
    max-height: 480px;
  }

  .project-data {
    padding: 20px;
  }

  .project-inner {
    display: none;
  }

  .project-main {
    margin-bottom: var(--tablet-space);
  }

  .project-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .project-main-img {
    min-width: auto;
    max-width: none;
  }

  .project-main-image {
    min-height: 480px;
    max-height: 480px;
  }

  .project-sidebar {
    max-width: 52%;
  }

  .project-details {
    max-width: none;
    margin-top: 50px;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-left, .about-right {
    max-width: none;
  }

  .vision {
    margin-bottom: var(--tablet-space);
  }

  .vision-wrap {
    flex-flow: column;
  }

  .vision-img {
    max-width: none;
  }

  .vision-right {
    max-width: none;
    padding: 40px;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    min-height: 260px;
    max-height: 260px;
  }

  .our-services {
    margin-bottom: var(--tablet-space);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    margin-top: -20px;
  }

  .about-images {
    margin-bottom: 25px;
  }

  .about-text {
    font-size: 22px;
  }

  .why-choose {
    margin-bottom: var(--tablet-space);
  }

  .why-choose-img {
    max-width: none;
  }

  .why-choose-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .why-choose-right {
    grid-row-gap: 40px;
    max-width: none;
  }

  .wc-info {
    margin-bottom: 30px;
  }

  .hero-image {
    min-height: 480px;
    max-height: 480px;
  }

  .hero-title {
    font-size: 74px;
  }

  .hero-title.bg {
    background-size: auto 480px;
    padding-left: 80px;
  }

  .hero-inner {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .hero-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    padding-left: 0;
  }

  .hero-right {
    grid-column-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .link-wrap.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: 100%;
  }

  .nav-socials {
    display: none;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-font {
    font-size: 60px;
  }

  .table-text {
    font-size: 14px;
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block, .font-title {
    font-size: 16px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .text-heading {
    font-size: 60px;
  }

  .footer-wrap {
    padding-top: 40px;
  }

  .footer-title {
    font-size: 34px;
  }

  .footer-link-wrap {
    grid-row-gap: 22px;
    flex-flow: wrap;
  }

  .footer-left {
    grid-column-gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ftr-contact-link {
    font-size: 16px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .cs-title {
    font-size: 56px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 16px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .contact-left {
    padding: 25px;
  }

  .contact-data {
    grid-row-gap: 20px;
  }

  .contact-block {
    padding-bottom: 20px;
  }

  .input {
    padding: 12px;
  }

  .field-wrap {
    grid-row-gap: 20px;
  }

  .textarea {
    padding: 12px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-title {
    font-size: 20px;
  }

  .fact-text {
    margin-bottom: 4px;
    font-size: 34px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .faq-info {
    padding: 18px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-info {
    font-size: 12px;
  }

  .post-title {
    font-size: 16px;
    font-weight: 500;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .post-details {
    margin-top: 40px;
  }

  .post-main-title {
    font-size: 34px;
  }

  .fp-image {
    min-height: 360px;
    max-height: 360px;
  }

  .blog-list {
    grid-row-gap: 30px;
  }

  .services {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-link {
    grid-row-gap: 30px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-image {
    min-height: 170px;
    max-height: 170px;
  }

  .testimonials {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .review-box {
    border-right-width: 0;
    padding-right: 0;
  }

  .review-slide {
    max-width: none;
  }

  .review-mask {
    width: auto;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .service-details {
    margin-top: 40px;
  }

  .projects {
    margin-bottom: var(--landscape-mobile-space);
  }

  .project-image {
    min-height: 345px;
    max-height: 345px;
  }

  .project-data {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .project-name {
    font-size: 18px;
  }

  .project-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .project-main-image {
    min-height: 360px;
    max-height: 360px;
  }

  .project-sidebar {
    max-width: none;
  }

  .project-details {
    grid-row-gap: 25px;
    margin-top: 40px;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-wrap, .about-data {
    grid-row-gap: 30px;
  }

  .about-img {
    max-width: none;
  }

  .about-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vision {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vision-right {
    padding: 30px;
  }

  .vision-data {
    margin-top: 30px;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 290px;
    max-height: 290px;
  }

  .our-services {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
    margin-top: -20px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-us-right {
    max-width: none;
  }

  .about-text {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .why-choose {
    margin-bottom: var(--landscape-mobile-space);
  }

  .why-choose-wrap, .why-choose-right {
    grid-row-gap: 30px;
  }

  .wc-info {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .wc-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wc-img {
    display: none;
  }

  .wc-data {
    grid-row-gap: 40px;
    max-width: none;
  }

  .hero-image {
    min-height: 360px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-title.bg {
    background-size: auto 360px;
    padding-top: 15px;
  }

  .hero-inner {
    margin-top: 30px;
  }

  .hero-text-wrap {
    max-width: none;
  }

  .hero-right {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 20px;
  }

  .link-wrap {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-right {
    grid-column-gap: 16px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .body-font {
    font-size: 70px;
  }

  .color-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .title-top {
    display: none;
  }

  .page-data, .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .text-heading {
    font-size: 70px;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-left {
    grid-column-gap: 55px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-inner {
    grid-row-gap: 15px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .pass-field {
    margin-top: 40px;
  }

  .error-info {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 150%;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-data {
    grid-row-gap: 15px;
  }

  .contact-link {
    font-size: 16px;
  }

  .contact-block {
    padding-bottom: 15px;
  }

  .addresss {
    font-size: 16px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .input {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .fact-wrap {
    grid-template-columns: 1fr;
  }

  .fact-block {
    grid-row-gap: 30px;
  }

  .fact-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fact-text {
    font-size: 30px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .que {
    grid-column-gap: 15px;
  }

  .faq-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-block {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .review-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .review-image {
    min-height: 60px;
    max-height: 60px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-link {
    flex-flow: column;
  }

  .post-img {
    max-width: none;
  }

  .post-data {
    max-width: none;
    padding: 18px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-main-title {
    font-size: 24px;
  }

  .blog-wrap {
    grid-row-gap: 30px;
  }

  .fp-image {
    min-height: 220px;
    max-height: 220px;
  }

  .fp-data {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fp-title {
    font-size: 18px;
  }

  .services {
    margin-bottom: var(--portrait-mobile-space);
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-image {
    min-height: 210px;
    max-height: 210px;
  }

  .testimonials {
    margin-bottom: var(--portrait-mobile-space);
    padding-bottom: 80px;
  }

  .review-box {
    grid-row-gap: 20px;
  }

  .right-arrow, .left-arrow {
    bottom: -50px;
  }

  .service-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .service-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .service-main-title {
    font-size: 30px;
  }

  .projects {
    margin-bottom: var(--portrait-mobile-space);
  }

  .project-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-image {
    min-height: 400px;
    max-height: 400px;
  }

  .project-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .project-wrap {
    grid-row-gap: 30px;
  }

  .project-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .project-sidebar {
    padding: 25px;
  }

  .project-info-text {
    margin-top: 20px;
  }

  .project-info-list {
    grid-row-gap: 18px;
    margin-top: 20px;
  }

  .about {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-title {
    font-size: 20px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile-space);
  }

  .vision-right {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .vision-data {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .vision-block {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
  }

  .team {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-wrap {
    grid-column-gap: 15px;
  }

  .team-image {
    min-height: 185px;
    max-height: 185px;
  }

  .team-data {
    margin-top: 6px;
  }

  .member-name {
    font-size: 16px;
  }

  .our-services, .hero {
    margin-bottom: var(--portrait-mobile-space);
    margin-top: -20px;
  }

  .about-images {
    grid-column-gap: 12px;
  }

  .about-us-image {
    min-height: 160px;
    max-height: 160px;
  }

  .why-choose {
    margin-bottom: var(--portrait-mobile-space);
  }

  .why-choose-wrap {
    grid-row-gap: 25px;
  }

  .why-choose-right {
    grid-row-gap: 15px;
  }

  .wc-info {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .wc-item {
    font-size: 14px;
  }

  .wc-data {
    grid-row-gap: 30px;
  }

  .wc-title {
    font-size: 20px;
  }

  .hero-image {
    min-height: 200px;
    max-height: 200px;
  }

  .hero-title {
    text-align: center;
    font-size: 30px;
  }

  .hero-title.bg {
    background-size: auto 200px;
    padding-top: 12px;
    padding-left: 0;
  }

  .hero-inner {
    margin-top: 20px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 150%;
  }
}

#w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12442-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12447-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1244f-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12451-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12454-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12459-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1245e-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12461-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12465-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1246a-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1246d-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12471-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12476-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12479-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1247d-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12482-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12485-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12489-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1248e-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12491-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e12495-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1249a-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e1249d-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124a1-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124a6-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124a9-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124ad-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124b2-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124b5-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124b9-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124be-4d4c4478, #w-node-_33bcfc7a-8f6b-84f9-cc24-874309e124c1-4d4c4478, #w-node-a94f4dbe-ed21-2c2d-7929-bf12a48bcdc8-4d4c4480, #w-node-a94f4dbe-ed21-2c2d-7929-bf12a48bcdd1-4d4c4480, #w-node-f1a6af74-cd9a-0ff4-25cc-0266c5b54b28-4d4c4481, #w-node-f1a6af74-cd9a-0ff4-25cc-0266c5b54b2b-4d4c4481, #w-node-f1a6af74-cd9a-0ff4-25cc-0266c5b54b2c-4d4c4481, #w-node-f1a6af74-cd9a-0ff4-25cc-0266c5b54b2e-4d4c4481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-a82ea945-2519-5537-83b5-46a836ee414a-4d4c4484, #message.w-node-_51e21c63-4888-b2a5-ba6c-878c09edcd16-4d4c4484, #Nume.w-node-_01b75188-f53e-1dfd-4e5b-0d9ddfa39f82-dfa39f5a, #message.w-node-_01b75188-f53e-1dfd-4e5b-0d9ddfa39f85-dfa39f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e6866b5f-6dcb-a577-56be-5d75ab6ac61c-4d4c4444, #w-node-_87472e30-930a-1910-dc6c-560f4c91b0aa-4d4c4486 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #name.w-node-a82ea945-2519-5537-83b5-46a836ee414a-4d4c4484, #message.w-node-_51e21c63-4888-b2a5-ba6c-878c09edcd16-4d4c4484, #Nume.w-node-_01b75188-f53e-1dfd-4e5b-0d9ddfa39f82-dfa39f5a, #message.w-node-_01b75188-f53e-1dfd-4e5b-0d9ddfa39f85-dfa39f5a {
    grid-column: span 1 / span 1;
  }
}


