:root {
  --black: #0e0e0e;
  --white: white;
  --black\<deleted\|variable-e6542f19\>: black;
  --gainsboro\<deleted\|variable-c5bf40c3\>: #e4e1db;
  --blue: #6e5afd;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #7171ff;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: #009dffa8;
}

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

li {
  margin-bottom: 10px;
}

blockquote {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 10px;
  padding: 40px 25px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  color: #adadb5;
  text-align: center;
  margin-top: 5px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  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;
  }
}

.container {
  max-width: 1400px;
}

.container.large {
  max-width: 1300px;
}

.full-screen-menu {
  z-index: 555;
  background-color: #000;
  height: auto;
  display: block;
  position: relative;
}

.menu-wrapper {
  z-index: 555;
  background-color: var(--black);
  flex-direction: row;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link-block {
  line-height: 1;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  overflow: hidden;
}

.menu-link-block:hover {
  transform: scale(.8);
}

.menu-link-block.w--current {
  height: auto;
  line-height: 1;
  display: block;
}

.menu-hamburger-wrapper {
  z-index: 666;
  cursor: pointer;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.menu-right-wrapper {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.top-menu-wrapper {
  z-index: 8888;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.main-logo {
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
}

.menu-hamburger-icon {
  filter: invert();
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.menu-close-icon {
  filter: invert();
  width: 50%;
  height: auto;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 25% 0% 0% 25%;
}

.menu-text {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 15vh;
  font-weight: 700;
  line-height: 1;
  transition: color .35s;
}

.menu-text:hover {
  color: var(--white);
}

.contact-grid {
  grid-template-rows: auto;
  margin-top: 60px;
}

.error-message {
  color: var(--black\<deleted\|variable-e6542f19\>);
  background-color: #e1dddd;
  font-size: 16px;
}

.contact-submit-button {
  background-color: var(--gainsboro\<deleted\|variable-c5bf40c3\>);
  color: #000;
  text-transform: uppercase;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s, color .5s;
  display: block;
}

.contact-submit-button:hover {
  background-color: var(--black\<deleted\|variable-e6542f19\>);
  color: #fff;
  border: 1px solid #fff;
}

.text-area {
  color: var(--white);
  background-color: #0000;
  min-height: 250px;
  padding: 20px;
  font-size: 16px;
}

.success-message {
  color: var(--black\<deleted\|variable-e6542f19\>);
  background-color: #e1dddd;
  font-size: 20px;
}

.contact-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.list-item {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.desktop-menu-list {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.text-link-footer {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: capitalize;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 15px;
  font-family: Gantari, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  transition: margin .4s, color .4s;
  display: block;
  position: static;
  overflow: hidden;
}

.text-link-footer:hover {
  color: var(--white);
  margin-left: 3vw;
}

.text-link-footer.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.underline-hoover {
  background-color: var(--white);
  color: var(--white);
  width: auto;
  height: 1.6px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.black-section {
  z-index: 10;
  background-color: var(--black);
  padding: 100px 10px;
  position: relative;
}

.heading {
  text-transform: uppercase;
}

.menu-block {
  z-index: 200;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.grid-footer {
  grid-column-gap: 147px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: grid;
}

.big-footer {
  z-index: 10;
  background-color: var(--black);
  padding-top: 120px;
  position: relative;
}

.copyright-wrapper {
  justify-content: center;
  padding-top: 94px;
  padding-bottom: 60px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-size: 14px;
}

.load-animation-wrapper {
  z-index: 9999;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-one, .load-two, .load-three, .load-four {
  background-color: var(--white);
  width: 25%;
  height: 100%;
}

.text-animation-wrapper {
  z-index: 5;
  background-color: #e7dbcf;
  border-left: 10px #ff6e00;
  border-right: 10px #ff6e00;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-animation-wrapper.first {
  background-color: #0000;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.animation-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px none var(--white);
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  align-items: center;
  display: block;
}

.text-animation {
  color: var(--white);
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 13em;
  line-height: 1;
}

.contact-link-block {
  border: 1px solid var(--white);
  border-radius: 50px;
  padding: 10px 60px;
}

.footer-container {
  max-width: 1200px;
}

.div-block-8 {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.more-templates-link {
  z-index: 99999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  outline-offset: 0px;
  color: #fff;
  background-color: #0a218a;
  border-radius: 0;
  outline: 1px #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: all .35s;
  display: flex;
  position: fixed;
  inset: auto 2% 3% auto;
}

.more-templates-link:hover {
  color: #fff;
  background-color: #1e39b1;
}

.arrow-icon-button {
  width: 20px;
}

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

@media screen and (min-width: 1440px) {
  .hero {
    min-height: 60vh;
    padding-bottom: 41px;
  }

  .hero-heading {
    line-height: .8em;
  }

  .hero-sub-text {
    font-size: 1.7em;
    font-weight: 300;
  }

  .year {
    display: none;
  }

  .hero-avatar {
    width: 220px;
    height: 220px;
    margin-bottom: 0;
  }

  .image {
    aspect-ratio: 1;
  }

  .text-animation {
    font-size: 9em;
  }

  .collection-list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 89px;
    display: grid;
  }

  .portfolio-grid-item {
    width: 100%;
  }
}

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

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 25px;
  }

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

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-wrapper {
    display: none;
  }

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

  .section-template.style-guide {
    padding-top: 140px;
  }

  .container-2, .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-grid {
    grid-column-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-product {
    height: 65vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-image {
    height: 100%;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .style-guide-section.license {
    padding-top: 140px;
  }

  .centered-wrapper {
    margin-top: 60px;
  }

  .menu-text {
    font-size: 8vh;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .list-item {
    margin-left: 0;
    margin-right: 20px;
  }

  .text-link-footer {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

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

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

  .collection-list.portfolio-page {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    margin-bottom: 60px;
  }

  .grid-footer {
    grid-column-gap: 147px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .big-footer {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    padding-top: 100px;
  }

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

  .hero {
    flex-direction: column;
    min-height: 80vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-heading {
    font-size: 6em;
  }

  .hero-sub-text {
    font-size: 1.5em;
  }

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

  .horizontal-flex {
    flex-direction: column;
    width: 100%;
  }

  .cms-portfolio-wrapper {
    width: 100%;
    height: 50vh;
  }

  .year {
    display: none;
  }

  .portfolio-details-wrapper {
    align-items: center;
  }

  .overlay {
    background-color: #00000052;
  }

  .hero-avatar {
    width: 150px;
    height: 150px;
    margin-bottom: 12px;
  }

  .button-wrapper.margin-100px {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-image-wrapper {
    aspect-ratio: 1;
    width: auto;
    height: auto;
    max-height: 500px;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: scale-down;
    border: 30px #000;
    min-height: auto;
    overflow: hidden;
  }

  .about-content-wrapper {
    padding: 0;
  }

  .title-wrapper-position-relative {
    left: 0;
  }

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

  .testimonial-card {
    min-width: 45vw;
    padding: 25px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonials-wrapper {
    margin-top: 100px;
  }

  .product-name {
    -webkit-text-stroke-width: 0px;
    font-size: 25px;
    line-height: 40px;
  }

  .product-image-services {
    width: 35vw;
    height: 35vh;
    display: none;
    right: 6%;
  }

  .product-link-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-link-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-animation {
    font-size: 6em;
  }

  .point-dot {
    width: 25px;
    height: 25px;
  }

  .project-link-block-2._500-height {
    height: 500px;
  }

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

  .heading-2 {
    font-size: 3rem;
  }

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

  .cell-3 {
    align-items: center;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .portfolio-heading {
    text-align: center;
    font-size: 50px;
    line-height: 55px;
  }

  .section-black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-main-wrapper {
    top: 4%;
    right: 10%;
  }

  .top-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    position: static;
  }

  .wrapper {
    margin-top: 60px;
  }

  .services-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 100%;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-image-large {
    height: 55vh;
  }

  .portfolio-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-sticky {
    height: auto;
    position: static;
  }

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

  .centered-wrapper {
    margin-top: 40px;
  }

  .menu-text {
    font-size: 8vh;
  }

  .green-text-span {
    font-size: 40px;
  }

  .contact-grid {
    margin-top: 20px;
  }

  .text-link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .text-link-footer:hover {
    color: #fff;
    font-size: 14px;
  }

  .black-section {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-block {
    align-items: center;
    width: 100vw;
    padding-left: 0%;
  }

  .collection-list, .collection-list.portfolio-page, .collection-list.portfolio-page {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    margin-bottom: 60px;
  }

  .grid-footer {
    grid-column-gap: 100px;
    margin-top: 60px;
  }

  .big-footer {
    padding-top: 60px;
  }

  .copyright-wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }

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

  .services-list-wrapper {
    margin-top: 0;
  }

  .services-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 65vh;
  }

  .hero-heading {
    font-size: 4em;
  }

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

  .portfolio-title {
    font-size: 35px;
  }

  .portfolio-details-wrapper {
    align-items: center;
  }

  .overlay.dark {
    background-color: #12121291;
  }

  .hero-avatar {
    width: 120px;
    height: 120px;
  }

  .about-image-wrapper {
    height: 400px;
  }

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

  .testimonial-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 20px;
  }

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

  .author-details-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-avator-wrap {
    width: 60px;
    height: 60px;
  }

  .author-name {
    font-size: 14px;
    line-height: 1;
  }

  .testimonials-wrapper {
    margin-top: 60px;
  }

  .product-name {
    font-size: 25px;
    line-height: 40px;
  }

  .product-link-block-2 {
    align-items: center;
  }

  .text-animation-wrapper.first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .animation-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-animation {
    font-size: 10vw;
  }

  .point-dot {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .contact-link-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-link-block-2._500-height {
    height: 400px;
  }

  .more-templates-link {
    display: none;
  }
}

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

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 1.2;
  }

  .portfolio-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .section-black.product {
    padding-top: 156px;
  }

  .menu-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: none;
  }

  .menu-hamburger-wrapper {
    width: 35px;
    height: 35px;
  }

  .cart-main-wrapper {
    right: 15%;
  }

  .section-template {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-wrapper-product {
    height: 50vh;
  }

  .product-image {
    height: 100%;
  }

  .gallery-collection-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .style-guide-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-text {
    font-size: 5vh;
  }

  .green-text-span {
    font-size: 30px;
  }

  .list-item {
    text-align: center;
  }

  .desktop-menu-list {
    flex-direction: column;
  }

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

  .text-link-footer:hover {
    color: #fff;
    font-size: 14px;
  }

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

  .menu-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
    width: 100vw;
  }

  .collection-list-wrapper {
    margin-bottom: 40px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

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

  .copyright-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-text {
    text-align: center;
  }

  .hero {
    min-height: 65vh;
  }

  .hero-heading {
    font-size: 2em;
  }

  .hero-sub-text {
    font-size: 1em;
  }

  .horizontal-flex {
    margin-left: 10px;
  }

  .cms-portfolio-wrapper {
    height: 40vh;
  }

  .project-link-block {
    padding-right: 0;
  }

  .portfolio-title {
    font-size: 30px;
    line-height: 1;
  }

  .arrow-image {
    width: 30px;
  }

  .portfolio-details-wrapper {
    padding: 15px;
  }

  .hero-avatar {
    width: 70px;
    height: 70px;
  }

  .about-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
  }

  .decoration-block-right, .decoration-block-left {
    width: 100px;
    height: 100px;
  }

  .testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .infinite-marque-left {
    flex-direction: column;
  }

  .testimonials-right-wrapper {
    display: none;
  }

  .product-name {
    text-align: left;
    padding: 10px;
    font-size: 20px;
    line-height: 35px;
  }

  .product-link-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .animation-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-animation {
    font-size: 5rem;
  }

  .point-dot {
    width: 15px;
    height: 15px;
  }

  .project-link-block-2._500-height {
    height: 350px;
  }

  .more-templates-link {
    display: none;
  }

  .heading-2 {
    font-size: 2rem;
  }

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

#w-node-_157d4517-a5e5-5649-101d-24e12d4807b7-07d1f6fb, #w-node-_157d4517-a5e5-5649-101d-24e12d4807be-07d1f6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec4013ca-744c-437d-8aac-9f2b3a575e98-0ce4c5bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ec4013ca-744c-437d-8aac-9f2b3a575e98-0ce4c5bc {
    justify-self: center;
  }
}
