:root {
  --black: black;
  --text-color: #444;
  --primary-color: #d81736;
  --white: white;
  --secondary: #114581;
}

.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;
}

body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 160%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 160%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

p {
  color: #444;
  font-size: 16px;
  line-height: 170%;
}

a {
  color: var(--text-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(250, 250, 250, .4);
  background-image: url('../images/blur.svg');
  background-position: 0 100px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  margin-right: 38px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-color);
}

.nav-link.lst {
  margin-right: 0;
}

.nav-link-block {
  margin-right: 40px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.primary-btn {
  background-color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 13px 30px;
  font-size: 16px;
  line-height: 170%;
  transition: color .3s, border .3s, background-color .3s;
}

.primary-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-btn.mr20 {
  margin-right: 20px;
}

.primary-btn.arrow {
  background-image: url('../images/w-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.primary-btn.arrow:hover {
  background-image: url('../images/arrow_1.svg');
}

.primary-btn.full-width {
  width: 100%;
  display: block;
}

.container {
  max-width: 1326px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.hero-wrapper {
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.hero-content {
  width: 100%;
  min-width: 527px;
  max-width: 527px;
}

.hero-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 170%;
}

.secondary-btn {
  color: #444;
  background-color: #fff;
  border: 1px solid #000;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 170%;
  transition: background-color .3s, color .3s;
}

.secondary-btn:hover {
  color: var(--white);
  background-color: #444;
}

.secondary-btn.slider {
  border-color: var(--white);
}

.secondary-btn.slider:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.secondary-btn.download {
  background-image: url('../images/download-arrow.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 60px;
}

.secondary-btn.download:hover {
  background-color: var(--primary-color);
  background-image: url('../images/white-download-arrow.svg');
}

.secondary-btn.arrow {
  background-image: url('../images/arrow_5.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.secondary-btn.arrow:hover {
  background-image: url('../images/w-arrow.svg');
}

.secondary-btn.mr20 {
  margin-right: 20px;
}

.hero-slider-block {
  min-width: 905px;
}

.d-none {
  display: none;
}

.hero-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-left: 100px;
  overflow: hidden;
}

.h-right-arrow {
  background-color: var(--white);
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  top: auto;
  bottom: 30px;
  left: 56px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, .04);
}

.h-slider-mask {
  width: 100%;
  max-width: 440px;
  overflow: visible;
}

.slide {
  height: 580px;
  margin-right: 25px;
}

.mr5 {
  margin-right: 5px;
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.content-section.team {
  display: none;
}

.about-section {
  margin-bottom: 120px;
}

.about-wrapper {
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.about-inner-block {
  width: 100%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.play-btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .42);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn:hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.button-block {
  align-items: center;
  display: flex;
}

.button-block.right {
  justify-content: flex-end;
}

.button-block.right.mt20 {
  margin-top: 20px;
}

.secondary-arrow-btn {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 13px 60px 13px 30px;
  font-size: 16px;
  line-height: 170%;
  transition: background-position .3s;
}

.secondary-arrow-btn:hover {
  background-position: 88%;
}

.about-lable {
  background-color: var(--white);
  width: 335px;
  padding: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  position: absolute;
  top: -98px;
  left: 0;
  right: auto;
  transform: translate(-50%);
}

.about-lable.res-none, .about-lable.responsive-show {
  display: none;
}

.service-section {
  margin-bottom: 120px;
  display: none;
  overflow: hidden;
}

.title-block {
  margin-bottom: 40px;
}

.title-block.center {
  text-align: center;
}

.title-block.center.white {
  color: #fff;
}

.sub-title {
  font-size: 16px;
  line-height: 170%;
}

.service-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 90px;
}

.service-s-mask {
  width: 100%;
  max-width: 33.33%;
  overflow: visible;
}

.service-slide {
  margin-right: 24px;
  position: relative;
}

.service-image {
  width: 100%;
}

.dark-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-text {
  color: #fff;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.slider-arrows {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-arrows.left {
  left: auto;
  right: 62px;
}

.slider-arrows.right {
  right: 0;
}

.counter-wrapper {
  display: flex;
}

.counter-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 22px;
  line-height: 170%;
  display: flex;
}

.counter-number {
  margin-bottom: 15px;
  font-family: Urbanist, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
}

.mb0 {
  margin-bottom: 0;
}

.project-section {
  background-color: var(--black);
  background-image: url('../images/bottom-line.svg'), url('../images/top-line.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.project-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 90px;
  display: none;
}

.project-s-mask {
  width: 100%;
  max-width: 526px;
  overflow: visible;
}

.project-slide {
  margin-right: 24px;
}

.project-link {
  text-decoration: none;
  display: block;
  position: relative;
}

.project-text {
  z-index: 1;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  line-height: 170%;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.lable {
  z-index: 1;
  color: #444;
  background-color: #fff;
  padding: 4px 18px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.s-arrow {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0;
}

.s-arrow:hover {
  background-color: rgba(255, 255, 255, .2);
}

.s-arrow.left {
  left: 0;
}

.s-arrow.right {
  left: 62px;
  right: auto;
}

.cta-block {
  background-color: #c1d4e2;
  background-image: url('../images/IMG_1863.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 45px;
  display: flex;
}

.cta-content {
  width: 100%;
  max-width: 510px;
  margin-right: 50px;
}

.cta-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 150%;
}

.cta-text {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.cta-form {
  width: 100%;
  max-width: 424px;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  line-height: 150%;
}

.text-field:focus {
  border-color: rgba(216, 23, 54, .16);
}

.text-field::placeholder {
  color: #444;
}

.submit-btn {
  background-color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 12px 30px;
  font-size: 14px;
  line-height: 150%;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: 0%;
}

.form-wrapper {
  position: relative;
}

.mb120, .blog-section {
  margin-bottom: 120px;
}

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

.blog-link {
  color: #000;
  text-decoration: none;
  display: block;
}

.blog-image {
  min-height: 312px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.blog-category {
  z-index: 1;
  color: #444;
  background-color: #fff;
  padding: 4px 18px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.date-wrapper {
  display: flex;
}

.date-block {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.blog-date {
  color: #444;
  margin-left: 6px;
  line-height: 150%;
}

.blog-date.white {
  color: #fff;
}

.blog-collection {
  margin-bottom: 40px;
}

.blog-collection.mb0 {
  margin-bottom: 0;
}

.happy-client {
  margin-bottom: 120px;
  display: none;
}

.client-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 90px;
  overflow: hidden;
}

.client-s-mask {
  width: 100%;
  max-width: 50%;
  overflow: visible;
}

.client-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.client-wraper {
  display: flex;
}

.client-image {
  border-radius: 50%;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 20px;
}

.client-quot {
  color: #444;
  border-left-style: none;
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 170%;
}

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

.client-inner-block {
  border: 1px solid rgba(0, 0, 0, .06);
  padding: 40px;
}

.c-slider-arrow {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .3s, border-color .3s;
  display: flex;
  top: auto;
  bottom: 0;
}

.c-slider-arrow.left {
  background-image: url('../images/Left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  left: 49.6%;
  right: auto;
  transform: translate(-100%);
}

.c-slider-arrow.left:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-image: url('../images/W-left.svg');
}

.c-slider-arrow.right {
  background-image: url('../images/Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  left: auto;
  right: 49.6%;
  transform: translate(100%);
}

.c-slider-arrow.right:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  background-image: url('../images/W-right.svg');
}

.faq-section {
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.faq-dropdown {
  border: 1px solid rgba(0, 0, 0, .06);
  margin-bottom: 20px;
  display: block;
}

.faq-dropdown.last {
  margin-bottom: 0;
}

.faq-d-button {
  background-color: var(--white);
  color: #444;
  justify-content: space-between;
  align-items: center;
  padding: 25px 28px 25px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  display: flex;
}

.faq-answer {
  position: static;
}

.faq-answer.w--open {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 25px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb12.accueil {
  font-size: 50px;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 136px;
  padding-bottom: 48px;
}

.footer-top {
  text-align: center;
  width: 100%;
  max-width: 788px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  max-width: 35%;
  margin-bottom: 32px;
}

.footer-text {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

.text-link {
  color: var(--white);
  text-decoration: none;
}

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

.social-list {
  justify-content: center;
  display: flex;
}

.social-item {
  margin-left: 4px;
  margin-right: 4px;
}

.socoal-link {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  transition: transform .3s;
  display: flex;
}

.socoal-link:hover {
  transform: translate(0, -5px);
}

.foote-link-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-list {
  flex-wrap: wrap;
  margin-bottom: 0;
  display: flex;
}

.link-list.mr30, .link-item {
  margin-right: 30px;
}

.link-item.last {
  margin-right: 0;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contant-wrapper {
  align-items: center;
  display: flex;
}

.contact-item {
  align-items: center;
  margin-right: 56px;
  display: flex;
}

.contact-detail {
  margin-left: 12px;
}

.lite-text {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  line-height: 16px;
}

.contact-link {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

.copy-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.mb40 {
  margin-bottom: 40px;
}

.inner-hero {
  background-color: #fafafa;
  background-image: url('../images/blur.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.inner-wrapper {
  grid-column-gap: 134px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 80px;
  display: grid;
}

.hero-subtitle {
  color: #000;
  margin-bottom: 0;
}

.inner-hero-text {
  color: #000;
  margin-bottom: 50px;
}

.inner-hero-text.mb0 {
  margin-bottom: 0;
}

.hero-lightbox {
  width: 100%;
  position: relative;
}

.content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.offering-image-block {
  text-align: right;
  position: relative;
}

.offering-img {
  position: absolute;
  top: 95px;
  left: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.list {
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.mb50 {
  margin-bottom: 50px;
}

.list-item {
  color: #444;
  background-image: url('../images/check.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 50%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 170%;
}

.vision-section {
  background-color: var(--black);
  background-image: url('../images/Mask-Group.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vision-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vision-text {
  color: #fff;
}

.vision-image {
  margin-bottom: 30px;
}

.leader-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 90px;
  overflow: hidden;
}

.leader-s-mask {
  width: 100%;
  max-width: 33.33%;
  overflow: visible;
}

.leader-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.leader-image {
  margin-bottom: 20px;
}

.leader-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

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

.join-cta-block {
  background-color: #c1d4e2;
  background-image: url('../images/graphic.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 75px 440px 75px 60px;
}

.cta-img {
  display: none;
}

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

.project-image {
  background-image: url('../images/slide-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 312px;
  margin-bottom: 12px;
  position: relative;
}

.project-image.mb0 {
  margin-bottom: 0;
}

.service-link {
  color: #000;
  text-decoration: none;
  transition: box-shadow .3s;
  display: block;
}

.service-link:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .06);
}

.project-content {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-style: none;
  padding: 15px 15px 66px;
  position: relative;
}

.read-more-link {
  opacity: 0;
  color: var(--primary-color);
  background-image: url('../images/arrow_3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 16px;
  transition: all .3s;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transform: translate(0, 15px);
}

.project-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
}

.contact-wrapper {
  grid-column-gap: 134px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 636px);
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-wrapper {
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 30px;
  display: flex;
}

.contact-link-wrapper.last {
  margin-bottom: 0;
}

.c-icon {
  margin-right: 15px;
}

.contntact-text-link {
  color: #444;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

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

.contact-form-block {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 0 50px 100px rgba(0, 0, 0, .06);
}

.contact-field-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.form-lable {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.input-field {
  color: var(--black);
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  line-height: 150%;
}

.input-field::placeholder {
  color: #444;
}

.input-field.text-area {
  min-height: 134px;
}

.cta-section {
  background-color: var(--secondary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
}

.blog-name {
  margin-bottom: 15px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.password-block {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, .06);
  padding: 50px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, .06);
}

.mb45 {
  margin-bottom: 45px;
}

.mb50, .password-text {
  margin-bottom: 50px;
}

.inner-hero-secondary {
  background-image: url('../images/hero-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.inner-hero-secondary.blog {
  padding-bottom: 45px;
}

.hero-inner-title {
  margin-top: 60px;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-text {
  color: #000;
  margin-bottom: 43px;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
}

._404-image {
  width: 100%;
  max-width: 486px;
}

.policy-text h6 {
  margin-bottom: 10px;
}

.policy-text p {
  margin-bottom: 20px;
}

.policy-text ul {
  padding-left: 20px;
}

.policy-text li {
  color: #444;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 170%;
}

.contact-cta {
  background-color: #c1d4e2;
  background-image: url('../images/IMG_4114.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.contact-cta-content {
  width: 100%;
  max-width: 687px;
  margin-right: 50px;
}

.paginatin-btn {
  color: #444;
  border-color: #444;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 170%;
  transition: border-color .3s, background-position .3s, background-color .3s;
}

.paginatin-btn.next {
  background-image: url('../images/arrow_2.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.paginatin-btn.next:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  background-image: url('../images/w-arrow.svg');
}

.paginatin-btn.prev {
  background-image: url('../images/arrow_4.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 60px;
}

.paginatin-btn.prev:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  background-image: url('../images/redarrow.svg');
}

.pagination {
  margin-top: 50px;
}

.project-detail {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding: 30px;
  display: grid;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.project-detail-wrapper {
  align-items: center;
  display: flex;
}

.detail-title {
  margin-bottom: 0;
  font-weight: 700;
}

.detail-icon {
  margin-right: 10px;
}

.detail-text li {
  color: #444;
  background-image: url('../images/check_1.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 14px;
  padding-left: 30px;
}

.detail-text ul {
  padding-left: 0;
  font-size: 16px;
  line-height: 170%;
  list-style-type: none;
}

.additional-detail-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.mb20 {
  margin-bottom: 20px;
}

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

.project-rich-text {
  margin-bottom: 40px;
}

.collection-list {
  display: flex;
}

.f-project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 526px;
  min-height: 700px;
}

.gallery-hover {
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70.23%, rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-lightbox {
  position: relative;
}

.service-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 416px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link-block {
  color: #444;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.service-link-block:hover, .service-link-block.w--current {
  color: var(--primary-color);
}

.service-border {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.service-border:last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.service-rich-text {
  margin-bottom: 60px;
}

.blog-link-wrapper {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-link-wrapper:hover {
  text-decoration: underline;
}

.f-blog-image {
  width: 100%;
  height: 100%;
  display: block;
}

.f-blog-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-blog-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.feature-blog-category {
  color: #444;
  background-color: #fff;
  padding: 4px 18px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.feature-blog {
  margin-bottom: 50px;
}

.f-blog-title {
  margin-bottom: 10px;
  transition: all .3s;
}

.f-blog-title:hover {
  text-decoration: underline;
}

.blog-tag {
  border: 1px solid var(--white);
  color: #444;
  background-color: #fff;
  margin-right: 20px;
  padding: 4px 18px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.blog-tag:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.blog-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-rich-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 120px;
  display: flex;
}

.blog-rich-text blockquote {
  border-left-width: 3px;
  border-left-color: var(--primary-color);
  padding: 35px 0 35px 20px;
  font-size: 16px;
  line-height: 170%;
}

.blog-rich-text li {
  color: #444;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 170%;
}

.blog-content-image {
  background-image: url('../images/IMG_4049.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 430px;
  margin-bottom: 50px;
}

.blog-content-image.article-2 {
  background-image: url('../images/Image-5.jpeg');
  background-position: 50% 45%;
}

.licensing-text {
  width: 100%;
  max-width: 915px;
}

.licensing-text em {
  color: var(--primary-color);
  font-style: normal;
}

.licensing-text a {
  color: #444;
  text-decoration: none;
}

.licensing-text a:hover {
  text-decoration: underline;
}

.licensing-text p {
  margin-bottom: 50px;
}

.changelog-text {
  width: 100%;
  max-width: 915px;
  margin-bottom: 140px;
}

.changelog-text em {
  color: var(--primary-color);
  font-style: normal;
}

.changelog-text a {
  color: #444;
  text-decoration: none;
}

.changelog-text a:hover {
  text-decoration: underline;
}

.changelog-text p {
  margin-bottom: 0;
}

.color-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-block {
  min-height: 130px;
  margin-bottom: 20px;
}

.color-block.primary-color {
  background-color: var(--primary-color);
}

.color-block.secondary-color {
  background-color: var(--secondary);
}

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

.color-block.text-color {
  background-color: var(--text-color);
}

.component-block {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 80px;
  padding-bottom: 50px;
}

.component-block.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-blocks {
  margin-bottom: 40px;
}

.contact-form-tag {
  width: 100%;
}

.success-message {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.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 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1);
}

.image {
  width: 300px;
}

.image-2 {
  height: 100%;
}

.image-3 {
  object-fit: cover;
  max-width: 100%;
  height: 580px;
  max-height: none;
  display: inline-block;
  overflow: visible;
}

.image-4 {
  height: 580px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  margin-bottom: 1rem;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projet-light {
  width: 100%;
  height: 400px;
}

.projet-light-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 400px;
}

.projet-light-img.seul {
  object-position: 35% 50%;
}

.heading {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
}

.int-rieur {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.projet {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.projet.plancher-chauffant {
  display: none;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
}

.heading-2.blog {
  margin-bottom: 2rem;
}

.paragraph {
  text-align: center;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  margin-bottom: 1rem;
}

.div-block-6 {
  margin-bottom: 2rem;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.image-5 {
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  margin-top: 4rem;
}

.div-block-10 {
  border: 1px solid #000;
  height: 100%;
  padding: 1rem 2rem;
}

.div-block-10.blog {
  border-style: none;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.domaines {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 18px;
  font-weight: 800;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 500px;
  max-height: 500px;
  margin-bottom: 2rem;
}

.paragraph-2 {
  text-align: justify;
  margin-top: 1rem;
}

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

.paragraph-3 {
  color: var(--primary-color);
  text-align: right;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 150%;
  }

  h2 {
    font-size: 38px;
    line-height: 140%;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  .hero-section {
    padding-bottom: 80px;
  }

  .nav-link {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-block {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .01);
  }

  .primary-btn {
    margin-top: 1rem;
  }

  .hero-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .hero-content {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

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

  .hero-slider-block {
    width: 100%;
    min-width: 0;
  }

  .hero-slider {
    padding-left: 40px;
  }

  .h-right-arrow {
    left: 0;
  }

  .content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-section {
    margin-bottom: 80px;
  }

  .about-lable {
    width: auto;
    padding: 15px;
    font-size: 14px;
    top: 12px;
    left: 24px;
    transform: none;
  }

  .about-lable.res-none {
    display: none;
  }

  .about-lable.responsive-show {
    display: block;
  }

  .service-section {
    margin-bottom: 80px;
  }

  .title-block {
    margin-bottom: 30px;
  }

  .service-s-mask {
    max-width: 42%;
  }

  .counter-block {
    font-size: 16px;
  }

  .counter-number {
    font-size: 50px;
  }

  .project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-block {
    flex-flow: column;
    padding: 30px;
  }

  .cta-title {
    text-align: center;
    font-size: 32px;
  }

  .cta-text.mb40 {
    margin-bottom: 30px;
  }

  .mb120, .blog-section {
    margin-bottom: 80px;
  }

  .blog-list {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-image {
    min-height: 0;
  }

  .blog-collection {
    margin-bottom: 30px;
  }

  .happy-client {
    margin-bottom: 80px;
  }

  .client-s-mask {
    max-width: 70%;
  }

  .client-inner-block {
    padding: 30px;
  }

  .faq-d-button {
    padding: 20px;
    font-size: 17px;
  }

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

  .footer-top {
    margin-bottom: 80px;
  }

  .foote-link-wrapper {
    flex-direction: column;
  }

  .link-list.mr30 {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 5px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .top-line {
    background-color: #000;
    border-radius: 9px;
    width: 15px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .middle-line {
    background-color: #000;
    border-radius: 9px;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    padding: 0;
  }

  .bottom-line {
    background-color: #000;
    border-radius: 9px;
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    margin-bottom: 80px;
  }

  .inner-hero-text {
    margin-bottom: 40px;
  }

  .content-wrapper {
    grid-column-gap: 30px;
  }

  .offering-image-block {
    padding-left: 60px;
  }

  .offering-img {
    top: 50px;
  }

  .list.mb50 {
    margin-bottom: 40px;
  }

  .list-item {
    max-width: 100%;
  }

  .vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .leader-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .join-cta-block {
    background-size: 440px;
    padding: 60px 310px 60px 50px;
  }

  .project-image {
    min-height: 180px;
  }

  .project-content {
    padding-bottom: 50px;
  }

  .contact-wrapper {
    grid-column-gap: 134px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 40px;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .password-block {
    padding: 40px;
  }

  .mb45, .password-text {
    margin-bottom: 30px;
  }

  .hero-inner-title {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  ._404-image {
    max-width: 390px;
  }

  .policy-text h6 {
    font-size: 16px;
  }

  .policy-text p {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .policy-text li {
    font-size: 14px;
  }

  .contact-cta {
    padding: 30px;
  }

  .contact-cta-content {
    margin-right: 20px;
  }

  .project-detail {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .additional-detail-wrapper {
    margin-bottom: 80px;
  }

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

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

  .f-project-image {
    min-width: 330px;
    min-height: 410px;
  }

  .service-wrapper {
    grid-template-columns: minmax(200px, 220px) 1fr;
  }

  .service-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .service-rich-text {
    margin-bottom: 50px;
  }

  .blog-link-wrapper {
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-blog {
    margin-bottom: 40px;
  }

  .f-blog-title {
    font-size: 30px;
  }

  .blog-rich-text {
    margin-bottom: 80px;
  }

  .blog-rich-text blockquote {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-rich-text.mb0 {
    margin-bottom: 0;
  }

  .blog-content-image {
    min-height: 340px;
    margin-bottom: 40px;
  }

  .licensing-text p {
    margin-bottom: 30px;
  }

  .changelog-text {
    margin-bottom: 100px;
  }

  .changelog-text p {
    margin-bottom: 30px;
  }

  .component-block {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }

  .btn-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 130%;
  }

  h2 {
    font-size: 34px;
    line-height: 130%;
  }

  h3 {
    font-size: 26px;
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .primary-btn.mr20 {
    margin-top: 0;
  }

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

  .hero-slider {
    margin-right: -15px;
  }

  .h-right-arrow {
    width: 80px;
    height: 80px;
  }

  .h-slider-mask {
    max-width: 270px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-section {
    margin-bottom: 60px;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about-inner-block {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about-inner-block.mb0 {
    margin-bottom: 0;
  }

  .button-block {
    justify-content: center;
    align-items: center;
  }

  .button-block.right {
    justify-content: center;
  }

  .service-section {
    margin-bottom: 60px;
  }

  .title-block {
    margin-bottom: 25px;
  }

  .service-s-mask {
    max-width: 56%;
  }

  .counter-wrapper {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .counter-block {
    border-right: 1px solid rgba(0, 0, 0, 0);
    max-width: 50%;
    margin-bottom: 30px;
  }

  .counter-block.bdr {
    border-right: 1px solid rgba(0, 0, 0, .15);
  }

  .hover-arrow {
    width: 18px;
  }

  .project-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-s-mask {
    max-width: 300px;
  }

  .project-text {
    font-size: 18px;
    line-height: 150%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .cta-block {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-content {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cta-title {
    line-height: 130%;
  }

  .mb120, .blog-section {
    margin-bottom: 60px;
  }

  .blog-list {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
  }

  .blog-image {
    min-height: 220px;
  }

  .happy-client {
    margin-bottom: 60px;
  }

  .client-s-mask {
    max-width: 80%;
  }

  .client-inner-block {
    min-height: 360px;
    padding: 25px;
  }

  .faq-d-button {
    white-space: pre-wrap;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top {
    margin-bottom: 60px;
  }

  .foote-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-list {
    flex-direction: column;
  }

  .link-list.mr30 {
    flex-direction: column;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .link-item {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .link-item.last {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contant-wrapper {
    margin-bottom: 25px;
  }

  .contact-item {
    margin-right: 30px;
  }

  .inner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .content-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .offering-image-block {
    width: 100%;
    max-width: 400px;
  }

  .offering-img {
    width: 100%;
    max-width: 170px;
  }

  .list.mb50 {
    margin-bottom: 30px;
  }

  .list-item {
    max-width: 50%;
  }

  .vision-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vision-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .vision-image {
    margin-bottom: 20px;
  }

  .leader-s-mask {
    max-width: 50%;
  }

  .join-cta-block {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 30px 30px 0;
  }

  .cta-content-block {
    margin-bottom: 30px;
  }

  .cta-img {
    display: block;
  }

  .project-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .project-image {
    min-height: 200px;
  }

  .project-content {
    padding-bottom: 40px;
  }

  .read-more-link {
    opacity: 1;
    transform: none;
  }

  .contact-field-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
  }

  .form-lable {
    margin-bottom: 5px;
  }

  .input-field.text-area {
    min-height: 100px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  ._404-image {
    max-width: 300px;
  }

  .policy-text h6 {
    font-size: 16px;
  }

  .policy-text p {
    margin-bottom: 15px;
    line-height: 160%;
  }

  .policy-text li {
    margin-bottom: 7px;
  }

  .contact-cta {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-cta-content {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pagination {
    margin-top: 40px;
  }

  .project-detail {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .additional-detail-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .service-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link-wrapper {
    min-height: 300px;
  }

  .f-blog-content {
    bottom: 15px;
    left: 15px;
  }

  .feature-blog-category {
    top: 15px;
    left: 15px;
  }

  .feature-blog {
    margin-bottom: 30px;
  }

  .f-blog-title {
    font-size: 25px;
  }

  .blog-rich-text {
    margin-bottom: 60px;
  }

  .blog-rich-text blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .blog-content-image {
    margin-bottom: 30px;
  }

  .licensing-text a {
    white-space: pre-wrap;
  }

  .licensing-text p {
    margin-bottom: 20px;
  }

  .changelog-text {
    margin-bottom: 80px;
  }

  .changelog-text a {
    white-space: pre-wrap;
  }

  .changelog-text p {
    margin-bottom: 20px;
  }

  .color-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .component-block {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .heading-blocks {
    margin-bottom: 20px;
  }

  .success-message {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-11 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 125%;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .hero-section {
    background-position: 0 0;
    padding-bottom: 40px;
  }

  .nav-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .primary-btn.mr20 {
    margin-right: 10px;
  }

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

  .secondary-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    padding-bottom: 60px;
    padding-left: 0;
  }

  .h-right-arrow {
    width: 70px;
    height: 70px;
    font-size: 12px;
    bottom: 24px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-section {
    margin-bottom: 40px;
  }

  .about-inner-block {
    margin-bottom: 20px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .button-block {
    text-align: center;
  }

  .service-section {
    margin-bottom: 40px;
  }

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

  .service-slider {
    padding-bottom: 70px;
  }

  .service-s-mask {
    max-width: 100%;
  }

  .slider-arrows.left {
    left: 49%;
    right: auto;
    transform: translate(-100%);
  }

  .slider-arrows.right {
    left: auto;
    right: 49%;
    transform: translate(100%);
  }

  .counter-wrapper {
    margin-bottom: -20px;
  }

  .counter-block {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .counter-number {
    font-size: 44px;
  }

  .project-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-s-mask {
    max-width: 100%;
  }

  .cta-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content {
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 120%;
  }

  .cta-text {
    color: var(--white);
    line-height: 160%;
  }

  .mb120, .blog-section {
    margin-bottom: 40px;
  }

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

  .blog-category {
    top: 15px;
    left: 15px;
  }

  .happy-client {
    margin-bottom: 40px;
  }

  .client-slider {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px;
  }

  .client-s-mask {
    max-width: 90%;
  }

  .client-slide {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .client-wraper {
    flex-direction: column;
  }

  .client-image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .client-quot {
    text-align: center;
  }

  .client-name {
    text-align: center;
    font-size: 16px;
  }

  .client-inner-block {
    padding: 20px;
  }

  .faq-d-button {
    padding: 15px;
    font-size: 15px;
  }

  .faq-answer.w--open {
    padding: 20px;
  }

  .footer {
    padding-top: 36px;
    padding-bottom: 30px;
  }

  .footer-top {
    margin-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  .socoal-link {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .contant-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .contact-item {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .mb40 {
    margin-bottom: 20px;
  }

  .inner-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .inner-hero-text {
    margin-bottom: 15px;
  }

  .project-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-content {
    padding-bottom: 40px;
  }

  .contntact-text-link {
    font-size: 14px;
  }

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

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-name {
    line-height: 120%;
  }

  .utility-page-wrap {
    min-height: 450px;
  }

  .password-block {
    padding: 30px;
  }

  .mb45, .password-text {
    margin-bottom: 25px;
  }

  .hero-inner-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._404-text {
    margin-bottom: 25px;
  }

  ._404-image {
    max-width: 260px;
  }

  .policy-text p {
    margin-bottom: 10px;
  }

  .contact-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-cta-content {
    margin-bottom: 20px;
  }

  .pagination {
    margin-top: 30px;
  }

  .project-detail {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .additional-detail-wrapper {
    margin-bottom: 40px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .f-project-image {
    min-width: 260px;
    min-height: 320px;
  }

  .feature-blog-category {
    top: 15px;
    left: 15px;
  }

  .feature-blog {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-tag {
    top: 15px;
    left: 15px;
  }

  .blog-rich-text {
    margin-bottom: 40px;
  }

  .blog-rich-text blockquote {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .blog-rich-text li {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 150%;
  }

  .blog-rich-text p {
    line-height: 150%;
  }

  .blog-rich-text ul, .blog-rich-text ol {
    padding-left: 25px;
  }

  .licensing-text a, .licensing-text strong, .changelog-text a, .changelog-text strong {
    font-size: 12px;
  }

  .success-message {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-6 {
    height: 200px;
  }
}

#w-node-_9a0a385c-52b3-fcf8-5a3c-0768cb5e68ad-a12f9749, #w-node-dcdd7a2a-11d5-3ea3-0894-9e151bd663e5-a12f9749, #w-node-_73438e50-a6b2-a081-106e-113dc9e241b6-a12f9749, #w-node-_8b7b8822-31ff-22d1-2a2b-2eee9a0f5328-a12f9749, #w-node-_23bfb452-3111-29bf-79eb-e98b53dc646c-a12f9749, #w-node-_27439dd6-7779-3fcb-1294-b46c5efb433f-a12f9749, #w-node-_760e4b48-0659-483c-7a7b-b9c6be2225d5-a12f974c, #w-node-_760e4b48-0659-483c-7a7b-b9c6be2225de-a12f974c, #w-node-e2f6cfe9-0578-c26b-6271-75c75f066c27-a12f9761, #w-node-e2f6cfe9-0578-c26b-6271-75c75f066c30-a12f9761, #w-node-_70cf0d0b-efab-7abd-6952-86f036df77d9-a12f9761, #w-node-_5ec8d691-5ff3-45a0-0a08-74e657f670b8-a12f9761, #w-node-b7c2feb2-f187-1a40-bf24-a5c48a14340b-a12f9761, #w-node-_4bd0eb98-9bad-f60d-9b00-54944d3b6a24-a12f9761, #w-node-_15cb6e1d-67ff-8719-7386-6b112da4431b-a12f9761, #w-node-_25318cd6-f953-3e80-96b0-90b96efe280f-a12f9761, #w-node-_96eab226-7186-9e0b-d990-ea3317929e50-a12f9761, #w-node-f628ce3b-43b7-37d9-9dc5-1650f7545fbc-a12f9761, #w-node-_5c2f2f78-f1c0-a944-8748-66fa9e60f25a-a12f9761, #w-node-e77cad3b-218f-3b3a-3ee6-8b8c321e9e32-a12f9761, #w-node-fbb94325-ddd5-8031-52af-89234fe137cf-a12f9762, #w-node-fbb94325-ddd5-8031-52af-89234fe137d8-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6c8-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6dd-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6e1-a12f9762 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6e5-a12f9762 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6e9-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6ed-a12f9762 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6f1-a12f9762 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_172ba317-d89a-865b-c6af-ab67aeedf084-a12f9766, #w-node-_172ba317-d89a-865b-c6af-ab67aeedf08d-a12f9766 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2011e9-5717-66ae-98b7-d97856a31391-a12f9766, #w-node-_9969ba43-0c4c-4610-4a89-461659da5e39-a12f9766, #w-node-_675f2364-3a1a-3ec7-5d68-8d44436e4624-a12f9766, #w-node-ad1abee0-e5f2-e2af-5a4a-aa6cd1157870-a12f9766 {
  align-self: center;
  justify-self: center;
}

#w-node-fbc3fa49-996b-ec1f-3bcd-bbed99f0e3f1-a12f9767, #w-node-fbc3fa49-996b-ec1f-3bcd-bbed99f0e3fa-a12f9767, #w-node-_36810efd-1634-e886-312c-ff67b2fc6fad-a12f9767, #w-node-_257ec462-3cf9-0d34-ff5c-d3b4037fe9ee-a12f9767, #w-node-c8b17f8d-b111-ead9-1129-8b25c44e761f-58e22eee, #w-node-c8b17f8d-b111-ead9-1129-8b25c44e7626-58e22eee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8e0dbe-8a47-886a-998a-b0cfd171676b-58e22eee, #w-node-_2b8e0dbe-8a47-886a-998a-b0cfd1716770-58e22eee, #w-node-_2b8e0dbe-8a47-886a-998a-b0cfd1716776-58e22eee {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_73438e50-a6b2-a081-106e-113dc9e241b6-a12f9749 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70cf0d0b-efab-7abd-6952-86f036df77d9-a12f9761, #w-node-_5ec8d691-5ff3-45a0-0a08-74e657f670b8-a12f9761, #w-node-b7c2feb2-f187-1a40-bf24-a5c48a14340b-a12f9761, #w-node-_4bd0eb98-9bad-f60d-9b00-54944d3b6a24-a12f9761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6dd-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6e1-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6e9-a12f9762, #w-node-_019ef9b4-d028-7b2d-80d7-d511f43da6ed-a12f9762 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}