@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #0b0b0b;
  --white: white;
  --primary: #0fd0;
  --black: black;
  --dark-orchid: #711d86;
  --red: #0a2009ba;
  --background208: #2e6f4e8a;
}

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

body {
  background-color: var(--body);
  color: var(--white);
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--white);
  align-items: center;
  font-size: 18px;
  line-height: 1.2em;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

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

li {
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

label {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.section.blog-sidebar-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.none-top-padding {
  padding-top: 0;
}

.section.bp-details {
  padding-top: 130px;
}

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

.section.templates-banner {
  padding-top: 150px;
  padding-bottom: 0;
}

.section.none-bottom-padding {
  padding-bottom: 0;
}

.section.none-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-3 {
  padding-top: 0;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left, .base-container.align-start {
  align-items: flex-start;
}

.base-container.max-w-1300px {
  max-width: 1300px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--dark-orchid);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--dark-orchid);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--body);
  border: 1px solid #ffffffb3;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  border: 1px solid #ffffffb3;
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--dark-orchid);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 50%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--dark-orchid);
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.purple {
  border-color: var(--dark-orchid);
  background-color: var(--dark-orchid);
}

.primary-button.purple:hover {
  border-color: var(--dark-orchid);
  background-color: var(--white);
  color: var(--dark-orchid);
}

.primary-button.red {
  border-color: var(--red);
  background-color: var(--red);
}

.primary-button.red:hover {
  background-color: var(--white);
  color: var(--red);
}

.primary-button._401-button {
  border-color: var(--dark-orchid);
  background-color: var(--dark-orchid);
  margin-top: 20px;
}

.primary-button._401-button:hover {
  background-color: var(--white);
  color: var(--dark-orchid);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.last {
  padding-right: 0;
}

.nav-link.purple-hover:hover {
  color: var(--dark-orchid);
}

.nav-link.purple-hover.w--current {
  color: var(--white);
}

.nav-link.purple-hover-last {
  padding-right: 0;
}

.nav-link.purple-hover-last:hover {
  color: var(--dark-orchid);
}

.nav-link.red-hover:hover {
  color: var(--red);
}

.nav-link.red-hover.w--current {
  color: var(--white);
}

.nav-link.red-hover-last {
  padding-right: 0;
}

.nav-link.red-hover-last:hover {
  color: var(--red);
}

.nav-dropdown-toggle {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  background-color: #111c;
  width: 200px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-dropdown-link.purple-hover:hover, .nav-dropdown-link.purple-hover.w--current {
  color: var(--dark-orchid);
}

.nav-dropdown-link.red-hover:hover {
  color: var(--red);
}

.nav-dropdown-link.red-hover.w--current {
  color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-item-title {
  color: var(--white);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

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

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--dark-orchid);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

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

.password-image {
  filter: invert();
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-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%;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px #0000000f;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-recent-post-title {
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
}

.sidebar-categories {
  flex-direction: column;
  padding: 20px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 240px;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.blog-template-pagination-link:hover {
  color: var(--white);
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-size: 16px;
}

.footer-copyright {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.section-title-wrapper {
  text-align: center;
}

.section-title-wrapper.margin-top {
  padding-top: 80px;
}

.style-guide-buttons-wrapper {
  grid-row-gap: 40px;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 100%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.play-button {
  z-index: 5;
  background-color: #ffffff4d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contacts-form-title {
  margin-bottom: 30px;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--dark-orchid);
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
  color: var(--white);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.dark-gray-style-guide {
  background-color: var(--red);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 100%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: absolute;
}

.play-button-hover {
  z-index: 10;
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  align-items: stretch;
  display: flex;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  display: flex;
  position: sticky;
  top: 60px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.banner-slider-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-banner-section {
  background-image: url('../images/Wallpaper.JPG');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
}

.home-banner-section.home-2 {
  background-image: none;
  display: flex;
  position: relative;
}

.home-banner-section.home-3 {
  background-image: none;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.secondary-button-blue {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .3s, background-color .3s, color .3s;
}

.secondary-button-blue:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.home-banner-title {
  max-width: 650px;
  font-weight: 800;
  line-height: 1em;
}

.home-video-container {
  z-index: 1;
  grid-column-gap: 30px;
  flex-direction: row-reverse;
  width: 100%;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.home-video-container.none-padding {
  padding-top: 0;
}

.home-video-wrapper {
  background-image: url('../images/VideoFrontPage.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 400px;
  display: flex;
  position: relative;
}

.home-video-wrapper:hover {
  opacity: 1;
  color: var(--white);
}

.home-video-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.home-video-content {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

.home-contacts-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.home-contacts-wrapper.margin {
  padding-top: 80px;
}

.home-form-wrapper {
  width: 60%;
}

.home-contacts-content {
  width: 40%;
  height: 100%;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line.purple-color {
  background-color: var(--dark-orchid);
}

.nav-dropdown-link-line.red-color {
  background-color: var(--red);
}

.search {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  width: 100%;
  display: flex;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4 {
  margin-top: 25px;
}

.rich-text-block h5, .rich-text-block h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.tablet-menu, .brand-tablet {
  display: none;
}

.brand {
  color: var(--white);
  flex: 1;
}

.brand.w--current {
  flex: 1;
}

.background-left {
  filter: blur(20px);
  background-image: url('../images/Vector-3-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-left.home-2 {
  background-image: url('../images/Home-2-Purple.png');
  background-position: 0%;
  background-size: contain;
}

.background-left.home-3 {
  background-image: url('../images/Home-2-Purple.png');
  background-size: contain;
}

.background-left.red {
  background-image: url('../images/Vector-3-3-1.png');
}

.background-left.blog {
  background-position: 0 90%;
  background-size: auto;
}

.background-left.blog-left {
  background-image: url('../images/Home-2-Purple.png');
  background-position: 0%;
}

.background-left.bp-details {
  background-position: 0%;
  background-size: auto;
}

.background-right {
  filter: blur(20px);
  background-image: url('../images/Vector-2-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-right.home-2 {
  background-image: url('../images/Home-2-Blue.png');
  background-position: 100%;
  background-size: contain;
}

.background-right.position {
  background-position: 100%;
}

.background-right.blog {
  background-position: 100% 90%;
  background-size: auto;
}

.background-right.blog-right {
  background-image: url('../images/Home-2-Blue.png');
}

.background-right.bp-details {
  background-size: auto;
}

.image-background-section {
  width: 100%;
  height: 100%;
  display: none;
}

.secondary-button-purple {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .3s, background-color .3s, color .3s;
}

.secondary-button-purple:hover {
  border-color: var(--dark-orchid);
  background-color: var(--dark-orchid);
  color: var(--white);
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .3s, background-color .3s, color .3s;
}

.secondary-button:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.subtitle-text {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 400;
}

.subtitle-text.purple-color {
  color: var(--dark-orchid);
}

.subtitle-text.red-color {
  color: var(--red);
}

.paragraph-large-40-px {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
}

.counter-home {
  grid-column-gap: 50px;
  display: flex;
}

.number-counter {
  color: var(--primary);
  font-size: 40px;
  line-height: 1.5em;
}

.number-counter.white-color {
  color: var(--dark-orchid);
}

.number-counter.red-color {
  color: var(--red);
}

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

.background-video {
  background-image: url('../images/Group-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 166px;
  height: 150px;
  position: absolute;
  inset: auto -1% -2% auto;
}

.background-video.home-2 {
  background-image: url('../images/Purple-Group.png');
}

.background-video.home-3 {
  background-image: url('../images/Group-1-1.png');
}

.social-icon-link {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.social-icon-link:hover {
  color: var(--primary);
}

.social-icon-link.purple-color:hover, .social-icon-link.purple-text-size:hover {
  color: var(--dark-orchid);
}

.social-icon-link.red-text-size:hover, .social-icon-link.red-color:hover {
  color: var(--red);
}

.text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.text.padding {
  background-color: #0000;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 330px;
  max-height: 330px;
  font-size: 13px;
  overflow: visible;
}

.social-icon-block {
  margin-bottom: 50px;
  display: flex;
}

.social-icon-block.none-margin {
  background-color: #1f1c1ce3;
  margin-bottom: 0;
}

.social-icon-block.margin-top {
  margin-top: auto;
  margin-bottom: 0;
}

.social-icon-block.none-margin-bottom {
  align-items: center;
  margin-bottom: 0;
}

.social-icon-block.margin-home-3 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.logo-home-block {
  margin-bottom: 20px;
  position: relative;
}

.bottom-block-home-banner {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.bottom-block-home-banner.home-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.bottom-block-home-banner.home-3 {
  margin-top: 50px;
}

.description-block-home-banner {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.paragraph-home-banner {
  text-align: left;
  font-weight: 200;
}

.title-home-banner {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.title-home-banner.margin-20-px {
  margin-bottom: 20px;
}

.title-home-banner.blue-text {
  color: var(--primary);
  margin-bottom: 10px;
}

.title-home-banner.purple-text {
  color: var(--dark-orchid);
  margin-bottom: 10px;
}

.title-home-banner.margin-bottom {
  margin-bottom: 10px;
}

.title-home-banner.red-text {
  color: var(--red);
  margin-bottom: 10px;
}

.home-banner-container {
  max-width: 1300px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.background-centered {
  filter: blur(20px);
  background-image: url('../images/Vector-1-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-centered.red-background {
  background-image: url('../images/Vector-8-1.png');
  background-position: 50%;
  width: 50%;
  display: block;
}

.section-content {
  width: 100%;
}

.section-content.margin {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.section-content.margin-top {
  margin-top: 80px;
}

.cart-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.cart-block {
  width: 100%;
  position: relative;
}

.hover-cart-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.content-block {
  padding: 10px;
  display: flex;
}

.image-block-content {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.number-content-block {
  color: #460f37;
  font-size: 18px;
}

.number-content-block.purple-color {
  color: var(--dark-orchid);
}

.number-content-block.red-color {
  color: var(--red);
}

.title-subtitle-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-grid-content {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading-description {
  text-align: center;
  flex-direction: column;
  max-width: 587px;
  display: flex;
}

.heading-description.max-w-930-px {
  max-width: 930px;
}

.heading-description.max-w-100 {
  text-align: left;
  max-width: 100%;
}

.heading-description.home-padding {
  padding-top: 80px;
}

.description-text {
  font-weight: 300;
}

.tabs-menu-block {
  grid-column-gap: 15px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.tabs-content-block {
  color: var(--white);
  width: 100%;
  margin-top: 50px;
}

.text-menu-tabs {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  transition: color .3s;
}

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

.text-menu-tabs.purple-color:hover {
  color: var(--dark-orchid);
}

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

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 50px;
  padding: 15px 50px;
}

.tab-link.w--current {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 50px;
}

.tab-content {
  min-height: 500px;
  display: flex;
}

.tabs-block {
  z-index: 1;
  width: 100%;
  margin-top: 30px;
}

.text-content {
  z-index: 3;
  color: var(--white);
  background-color: #06f0;
  width: 100%;
  padding: 70px;
  position: relative;
}

.text-content.purple-hover {
  background-color: #b32bd640;
}

.text-content.red-hover {
  background-color: #ff534840;
}

.bottom-text-content {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.paragraph-text-content {
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 65px;
  font-size: 16px;
  font-weight: 300;
}

.price-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
}

.link-tabs {
  font-size: 20px;
  font-weight: 600;
}

.link-tabs:hover {
  color: var(--primary);
}

.link-tabs.purple-color:hover {
  color: var(--dark-orchid);
}

.link-tabs.red-hover:hover {
  color: var(--red);
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 80px;
}

.image-gallery-block {
  width: 100%;
  height: auto;
  position: relative;
}

.heading-gallery {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

.hover-image-gallery {
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.hover-image-gallery:hover {
  background-color: #0066ff4d;
}

.hover-image-gallery.purple-hover:hover {
  background-color: #b32bd64d;
}

.hover-image-gallery.red-hover:hover {
  background-color: #ff53484d;
}

.input-contact-form {
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  border: 1px #fff6;
  border-bottom-style: solid;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 20px 10px 10px;
}

.input-contact-form:focus-visible, .input-contact-form[data-wf-focus-visible] {
  border-bottom-color: var(--white);
  color: #fff;
  padding-left: 10px;
}

.input-contact-form::placeholder {
  color: #fffc;
  font-weight: 300;
}

.contact-form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: #111;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
}

.textarea-contact {
  background-color: #0000;
  border: 1px #fff6;
  border-bottom-style: solid;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding: 16px 10px 50px;
}

.textarea-contact:focus-visible, .textarea-contact[data-wf-focus-visible] {
  border-bottom-color: var(--white);
  color: #fff;
  padding-left: 10px;
}

.textarea-contact::placeholder {
  color: #fffc;
  font-weight: 300;
}

.error-text {
  color: #ff4e5b;
}

.success-text {
  color: #ff4e5b;
  border: 2px solid #ff4e5b;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.error-message {
  background-color: #0000;
}

.input-flex {
  grid-column-gap: 30px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.contact-information-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.information-text {
  color: var(--primary);
  font-weight: 300;
}

.information-text.purple-color {
  color: var(--dark-orchid);
}

.information-text.red-text {
  color: var(--red);
}

.information-text.blue-color {
  color: var(--white);
}

.information-link {
  color: var(--primary);
  font-weight: 300;
}

.information-link:hover {
  color: var(--white);
}

.information-link.purple-color {
  color: var(--dark-orchid);
}

.information-link.purple-color:hover {
  color: var(--white);
}

.information-link.red-text {
  color: var(--red);
}

.information-link.red-text:hover {
  color: var(--white);
}

.paragraph-contact-us {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
}

.button-contact-us {
  width: 100%;
  height: 100%;
}

.collection-item-blog-post {
  flex-direction: column;
  width: 48.4%;
  display: flex;
}

.subscribe-block {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 0;
}

.title-subtitle {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-form-2 {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.collection-list-blog-post {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list-blog-post.wrap {
  justify-content: flex-start;
}

.container-690px {
  max-width: 690px;
  margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.image-blog-post {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.description-cart-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.main-image-blog-post {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.data-block {
  grid-column-gap: 5px;
  display: flex;
}

.text-blog-cart {
  font-size: 16px;
  font-weight: 300;
}

.heading-blog-post {
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: 500;
}

.heading-blog-post.none-margin-top {
  margin-top: 0;
}

.text-data {
  color: var(--primary);
  font-size: 16px;
  font-weight: 300;
}

.text-data.purple-text {
  color: var(--dark-orchid);
}

.text-data.red-text {
  color: var(--red);
}

.subscribe-link {
  background-color: #0000;
  margin-left: 50px;
  padding: 0;
  text-decoration: underline;
  transition: color .3s;
}

.subscribe-link:hover {
  color: var(--primary);
}

.subscribe-link.purple-hover:hover {
  color: var(--dark-orchid);
}

.subscribe-link.red-hover:hover {
  color: var(--red);
}

.tabs-testimonials {
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.tab-link-testimonials {
  grid-column-gap: 16px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 50px;
  padding: 10px 40px;
  display: flex;
}

.tab-link-testimonials.w--current {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 50px;
}

.author-name {
  grid-row-gap: 5px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.tabs-menu-testimonials {
  grid-column-gap: 15px;
  margin-top: 100px;
  display: flex;
}

.text-author-block.size {
  font-size: 16px;
  font-weight: 300;
}

.heading-section {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.heading-section.width {
  width: 70%;
  margin-bottom: 0;
}

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

.heading-link-block.purple-hover:hover {
  color: var(--dark-orchid);
}

.heading-link-block.red-hover:hover {
  color: var(--red);
}

.image-background-tabs {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hover-tabs {
  -webkit-text-stroke-color: var(--white);
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-block-right {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.banner-block-left {
  width: 40%;
  height: 100%;
}

.logo-home-2 {
  margin-left: 48%;
  position: absolute;
  inset: auto auto 9% 0%;
}

.image-banner-logo-2 {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.link-block-home-2 {
  z-index: 1;
  grid-column-gap: 60px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.home-2-banner-content {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.description-block-home-2-banner {
  width: 90%;
}

.background-blue {
  background-image: url('../images/Backgroun-Home-2--Blue-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-purple-home-2 {
  background-image: url('../images/Backgroun-Home-2--Purple-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cart-description {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.title-cart {
  color: var(--primary);
  font-size: 26px;
  line-height: 1em;
}

.title-cart.purple-text {
  color: var(--dark-orchid);
}

.title-cart.red-text {
  color: var(--red);
}

.subtitle-cart {
  font-size: 20px;
  font-weight: 300;
}

.image-block-cart {
  width: 100%;
  height: 330px;
  position: relative;
}

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

.banner-block-top {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.banner-block-bottom {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-3-banner-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-banner {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 1em;
}

.text-banner.margin-right {
  margin-right: 20px;
}

.image-banner-home-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-heading-home-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-heading-block {
  width: 100%;
  height: 156px;
}

.block-left-home-3 {
  filter: blur(20px);
  background-image: url('../images/Vector-3-3-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 600px 1000px;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.block-right-home-3 {
  filter: blur(20px);
  background-image: url('../images/Backgroun-Home-2--Purple-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block-right-home-3.red-background {
  background-image: url('../images/Vector-9.png');
  background-position: 100% 0;
  background-size: contain;
}

.section-contact-us {
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.collection-list-category-bp {
  grid-column-gap: 15px;
  margin-top: -15px;
  display: flex;
}

.heading-blog-post-details {
  font-size: 80px;
}

.background-section {
  filter: blur(20px);
  background-image: url('../images/Vector-905-1.png'), url('../images/Home-2-Blue.png'), url('../images/Home-2-Purple.png');
  background-position: 50% 100%, 100%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, auto, auto;
  position: absolute;
  inset: 0%;
}

.background-section._404 {
  background-image: url('../images/Vector-905-1.png');
  background-position: 50% 100%;
  background-size: auto;
}

._404-text {
  color: var(--dark-orchid);
  margin-bottom: 20px;
  font-size: 180px;
  font-weight: 600;
  line-height: 1em;
}

.body {
  justify-content: space-between;
  display: flex;
}

.heading-news {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 80px;
  display: flex;
}

.link-news {
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.link-home.purple-color {
  color: var(--dark-orchid);
}

.link-home.purple-color:hover {
  color: var(--white);
}

.red-link {
  color: var(--red);
}

.red-link:hover {
  color: var(--white);
}

.bottom-style-spacing-desktop-2 {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.tabs-schedule {
  width: 100%;
}

.top-style-spacing-desktop-2 {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.bottom-style-spacing-mobile-2 {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.spacing-wrapper-2 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.tabs-menu-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.spacing-system-content {
  padding-top: 100px;
}

.style-guide-banner-section {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.middle-style-spacing-desktop-2 {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.banner-title-wrapper-2 {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.top-style-spacing-mobile-2 {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile-2 {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.style-guide-banner-title {
  text-align: center;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #fff;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  color: #000;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.home-banner-container-copy {
  max-width: 1300px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.column-3 {
  z-index: 4;
  margin-top: -25px;
}

.day-number {
  color: #6e168a;
  font-family: Open Sans, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
}

.heading-5 {
  color: #eccaf5;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 140px;
  font-weight: 900;
  position: relative;
}

.countdown-row {
  z-index: 2;
  background-color: #0000;
  margin-bottom: 0;
  padding: 9px;
  position: relative;
}

.row-3 {
  align-items: flex-end;
  display: flex;
}

.days {
  z-index: 2;
  background-color: #fbeffec4;
  border-right: 1px solid #e2e2e285;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-top: 119px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 9px;
  display: flex;
  position: relative;
  box-shadow: 0 0 29px #00000030;
}

.days.minute {
  border-right-style: none;
}

.number-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column {
  z-index: 1;
  padding-top: 14px;
}

.text-2 {
  color: #6e168a;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.home-2 {
    padding-top: 0;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper.margin-top {
    padding-top: 130px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .contacts-form-title {
    margin-bottom: 50px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

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

  .home-banner-section.home-3 {
    padding-bottom: 130px;
  }

  .home-banner-title {
    max-width: 700px;
    font-size: 100px;
  }

  .home-video-container {
    grid-column-gap: 70px;
    padding-top: 130px;
  }

  .home-contacts-wrapper {
    grid-column-gap: 130px;
    padding-top: 130px;
  }

  .home-contacts-wrapper.margin {
    padding-top: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .background-left {
    background-size: contain;
    width: 30%;
  }

  .background-left.home-2 {
    background-size: contain;
  }

  .background-left.blog {
    width: 50%;
  }

  .background-right {
    background-size: contain;
    width: 30%;
  }

  .background-right.position {
    background-size: contain;
  }

  .background-right.blog {
    width: 50%;
  }

  .counter-home {
    grid-column-gap: 100px;
  }

  .background-video {
    bottom: -8.5%;
    right: -4%;
  }

  .background-video.home-3 {
    bottom: -10.3%;
  }

  .social-icon-block.margin-top {
    margin-top: 60px;
  }

  .background-centered {
    background-position: 50%;
    background-size: contain;
    width: 40%;
    display: block;
    right: 20%;
  }

  .background-centered.home-2 {
    background-image: url('../images/Backgroun-Home-2--Purple-1.png');
    background-position: 50%;
    background-size: contain;
  }

  .background-centered.red-background {
    width: 70%;
    right: 0%;
  }

  .section-content.margin {
    padding-top: 130px;
  }

  .section-content.margin-top {
    margin-top: 130px;
  }

  .grid-content {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    margin-top: 90px;
  }

  .content-block {
    padding: 0;
  }

  .heading-grid-content {
    margin-bottom: 32px;
  }

  .heading-description.home-padding, .gallery-grid {
    padding-top: 130px;
  }

  .image-gallery-block {
    position: relative;
  }

  .hover-image-gallery {
    position: absolute;
    inset: 0%;
  }

  .hover-image-gallery:hover {
    background-color: #0066ff4d;
  }

  .form-2 {
    width: 100%;
  }

  .collection-item-blog-post.categories {
    width: 31.6%;
  }

  .collection-list-blog-post {
    flex-wrap: nowrap;
  }

  .collection-list-blog-post.wrap {
    flex-wrap: wrap;
  }

  .container-690px {
    margin-top: 130px;
  }

  .logo-home-2 {
    margin-left: 38%;
  }

  .description-block-home-2-banner {
    width: 80%;
  }

  .section-contact-us {
    padding-bottom: 130px;
  }

  ._404-text {
    font-size: 250px;
  }

  .heading-news {
    padding-top: 130px;
  }

  .link-home {
    color: var(--primary);
  }

  .link-home:hover {
    color: var(--white);
  }

  .link-home.purple-color {
    color: var(--dark-orchid);
  }

  .tabs-menu-wrapper {
    grid-column-gap: 15px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.none-padding {
    border: 1px solid var(--primary);
    -webkit-text-stroke-color: var(--black);
  }

  .home-banner-section {
    background-image: url('../images/Wallpaper.JPG');
  }

  .home-banner-section.home-3 {
    padding-top: 150px;
  }

  .home-video-wrapper {
    background-image: url('../images/VideoFrontPage.JPG');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .social-icon-block.none-margin {
    background-color: #02010599;
  }

  .tabs-content-block {
    opacity: 1;
    pointer-events: auto;
    color: var(--primary);
    mix-blend-mode: normal;
    background-image: linear-gradient(#000, #dfafaf 0%, #fff);
    border-style: solid;
    border-width: 1px;
  }

  .tab-content {
    color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
    border: 1px solid #000;
  }

  .text-content {
    -webkit-text-stroke-color: #f31515b3;
    background-color: #06f0;
  }

  .link-tabs {
    -webkit-text-stroke-color: #f3151500;
  }

  .information-text.blue-color {
    color: var(--white);
  }

  .information-link.blue-color, .image-background-tabs {
    color: var(--primary);
  }

  .hover-tabs {
    -webkit-text-stroke-color: var(--primary);
    display: block;
  }

  .banner-block-left {
    width: 33%;
  }

  .home-2-banner-content {
    justify-content: space-between;
  }

  .style-guide-banner-section {
    padding-top: 220px;
  }

  .column-4, .column-5, .column-6, .column-7 {
    margin-top: 20px;
  }

  .tab-pane-friday {
    border: 1px solid #000;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-2, .section.home-3 {
    padding-top: 60px;
  }

  .primary-button {
    background-color: var(--dark-orchid);
    border-radius: 8px;
    margin-bottom: 0;
  }

  .home-banner-section {
    background-image: url('../images/Wallpaper.JPG');
    height: 100vh;
    padding-bottom: 60px;
  }

  .home-banner-section.home-3 {
    height: 100vh;
    padding-top: 170px;
  }

  .home-banner-title {
    max-width: 800px;
    font-size: 130px;
  }

  .home-banner-title.home-3 {
    font-size: 156px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .paragraph-large-40-px {
    float: none;
  }

  .number-counter {
    background-color: #0000;
    overflow: visible;
  }

  .number-counter.white-color {
    background-color: #fff0;
  }

  .text.padding {
    box-sizing: border-box;
    min-height: 330px;
  }

  .social-icon-block.margin-home-3 {
    margin-top: 100px;
  }

  .text-content {
    background-color: #da2bb700;
  }

  .paragraph-text-content {
    background-color: var(--primary);
  }

  .heading-gallery {
    color: #fff;
  }

  .information-text {
    color: var(--dark-orchid);
  }

  .information-text.blue-color {
    color: var(--primary);
  }

  .information-link {
    color: var(--dark-orchid);
  }

  .information-link.blue-color {
    color: var(--primary);
  }

  .information-link.blue-color:hover {
    color: var(--white);
  }

  .image-background-tabs {
    mix-blend-mode: normal;
  }

  .banner-block-right {
    width: 55%;
  }

  .banner-block-left {
    width: 40%;
  }

  .logo-home-2 {
    margin-left: 52%;
    bottom: 11%;
  }

  .home-2-banner-content {
    grid-column-gap: 40px;
  }

  .text-banner {
    font-size: 156px;
  }

  .countdown-row {
    min-width: 800px;
    max-width: 800px;
  }

  .row-3 {
    min-width: 600px;
    max-width: 600px;
    max-height: 600px;
  }

  .column {
    overflow: hidden;
  }

  .column-4, .column-5, .column-6, .column-7 {
    margin-top: 0;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .section {
    padding-top: 80px;
  }

  .section.blog-sidebar-banner {
    min-height: 300px;
  }

  .section.bp-details {
    padding-top: 100px;
  }

  .section.home-2 {
    padding-top: 0;
  }

  .section.templates-banner {
    padding-top: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

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

  .nav-menu {
    background-color: var(--body);
    flex-direction: column;
    width: auto;
    height: 100%;
    inset: 0% auto auto 0%;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link.purple-hover, .nav-link.purple-hover-last {
    color: var(--white);
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    filter: invert();
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--white);
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    background-color: var(--body);
    width: auto;
  }

  .nav-dropdown-list.megamenu.w--open {
    background-color: var(--body);
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-dropdown-link.purple-hover {
    color: var(--white);
  }

  .close-menu-button {
    padding-bottom: 0;
    padding-right: 0;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    color: var(--white);
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .sidebar-recent-posts {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }

  .sidebar-categories {
    padding: 0;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

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

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
  }

  .sidebar-search {
    padding: 0;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .banner-slider-container {
    text-align: center;
  }

  .home-banner-section {
    height: 100%;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .home-video-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-video-wrapper {
    background-image: url('../images/VideoFrontPage.JPG');
    width: 100%;
    height: 340px;
  }

  .home-video-content-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-video-content {
    text-align: center;
    max-width: 500px;
  }

  .home-contacts-wrapper {
    grid-row-gap: 60px;
    flex-flow: column-reverse wrap;
    align-items: flex-start;
  }

  .home-form-wrapper {
    width: 100%;
  }

  .home-contacts-content {
    width: 100%;
    padding-left: 0;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--body);
    flex-direction: column;
    align-items: flex-start;
    width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--body);
    justify-content: space-between;
    align-items: center;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .brand, .brand.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .background-left.home-3 {
    width: 100%;
  }

  .background-left.red {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .background-left.blog {
    background-size: cover;
  }

  .background-left.bp-details {
    background-size: contain;
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .background-right {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .background-right.blog {
    background-size: cover;
    width: 50%;
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .background-right.bp-details {
    background-position: 100% 0;
    background-size: contain;
    inset: auto 0% 0%;
  }

  .paragraph-large-40-px {
    font-size: 24px;
  }

  .counter-home {
    justify-content: center;
    width: 100%;
  }

  .background-video {
    display: none;
  }

  .social-icon-link.text-size, .social-icon-link.purple-text-size, .social-icon-link.red-text-size {
    font-size: 18px;
  }

  .text.padding {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .heading-description {
    max-width: 100%;
  }

  .heading-description.max-w-100 {
    text-align: center;
  }

  .tab-link.sg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-tabs {
    text-align: center;
    padding-top: 0;
    font-size: 30px;
  }

  .form-2 {
    flex: 0 auto;
  }

  .collection-item-blog-post {
    width: 47.9%;
  }

  .subscribe-block {
    margin-top: 45px;
  }

  .collection-list-blog-post {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-testimonials {
    margin-top: 50px;
  }

  .heading-section {
    align-items: center;
  }

  .heading-section.width {
    align-items: flex-start;
  }

  .banner-block-right {
    width: 100%;
  }

  .banner-block-left {
    width: 80%;
  }

  .logo-home-2 {
    margin-left: 45%;
  }

  .home-2-banner-content {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .description-block-home-2-banner {
    width: 100%;
  }

  .image-heading-block {
    height: 110px;
  }

  .block-left-home-3 {
    background-size: contain;
  }

  .block-right-home-3 {
    background-position: 0%;
    background-size: contain;
  }

  .block-right-home-3.red-background {
    width: 100%;
  }

  .background-section {
    background-image: url('../images/Home-2-Blue.png'), url('../images/Home-2-Purple.png');
    background-position: 100%, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .bottom-style-spacing-desktop-2 {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .top-style-spacing-desktop-2 {
    font-size: 16px;
    top: 4%;
    right: -5%;
  }

  .bottom-style-spacing-mobile-2 {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .tabs-menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .spacing-system-content {
    padding-top: 70px;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .middle-style-spacing-desktop-2 {
    font-size: 16px;
    top: 27%;
    right: -5%;
  }

  .top-style-spacing-mobile-2 {
    font-size: 16px;
    top: 3%;
    right: -5%;
  }

  .middlr-style-spacing-mobile-2 {
    font-size: 16px;
    top: 26%;
    right: -5%;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .column-3 {
    padding-top: 57px;
  }

  .day-number {
    flex-direction: column;
    justify-content: center;
    margin-left: 1px;
    margin-right: auto;
    font-size: 53px;
    display: flex;
  }

  .heading-5 {
    font-size: 40px;
  }

  .countdown-row {
    padding-top: 34px;
  }

  .days {
    border-right-color: #e2e2e285;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 32px;
  }

  .number-holder {
    flex-direction: column;
  }

  .text-2 {
    flex-direction: column;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

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

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
  }

  .nav-dropdown-icon {
    background-color: #ce1a1a00;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.margin-top {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .contacts-title, .search-result-item {
    margin-bottom: 20px;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-section {
    background-image: url('../images/Wallpaper.JPG');
    padding-bottom: 60px;
  }

  .home-banner-section.home-2 {
    padding-top: 120px;
  }

  .home-banner-title {
    max-width: 400px;
    font-size: 60px;
  }

  .home-banner-title.home-2 {
    text-align: center;
  }

  .home-video-container {
    padding-top: 60px;
  }

  .home-video-wrapper {
    background-image: url('../images/VideoFrontPage.JPG');
  }

  .home-contacts-wrapper {
    flex-wrap: wrap;
    padding-top: 60px;
  }

  .home-contacts-wrapper.margin {
    padding-top: 60px;
  }

  .home-form-wrapper, .home-contacts-content {
    width: 100%;
  }

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

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

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .paragraph-large-40-px {
    font-size: 20px;
  }

  .counter-home {
    flex-wrap: wrap;
  }

  .number-counter.white-color {
    float: none;
    padding-left: 0;
  }

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

  .social-icon-block {
    margin-bottom: 30px;
  }

  .social-icon-block.margin-top {
    margin-top: 35px;
  }

  .logo-home-block {
    flex-direction: column-reverse;
    display: flex;
  }

  .logo-home-block.home-2 {
    align-items: center;
  }

  .bottom-block-home-banner {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 50px;
  }

  .description-block-home-banner {
    width: 100%;
  }

  .title-home-banner.margin-bottom {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .section-content.margin-top {
    margin-top: 60px;
  }

  .cart-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .cart-block {
    width: 48%;
  }

  .grid-content {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .heading-description.home-padding {
    padding-top: 60px;
  }

  .tabs-menu-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .text-content {
    background-color: #06f0;
    padding: 50px;
  }

  .link-tabs {
    color: var(--white);
    text-align: center;
    font-size: 30px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
  }

  .input-contact-form.subscribe {
    width: 100%;
  }

  .contact-form-2 {
    padding: 30px 15px;
  }

  .form-2 {
    width: 100%;
  }

  .input-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .paragraph-contact-us {
    margin-bottom: 35px;
  }

  .collection-item-blog-post {
    width: 1005%;
  }

  .subscribe-block {
    margin-top: 50px;
  }

  .collection-list-blog-post {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-690px {
    margin-top: 60px;
  }

  .subscribe-link {
    margin-left: 30px;
  }

  .tabs-menu-testimonials {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 60px;
  }

  .heading-section {
    margin-bottom: 30px;
  }

  .logo-home-2 {
    margin-bottom: 30px;
    margin-left: 0%;
    position: static;
  }

  .home-2-banner-content {
    padding-left: 0;
    padding-right: 0;
  }

  .background-blue {
    width: 100%;
    height: 70%;
    inset: 0% 0% auto;
  }

  .background-purple-home-2 {
    width: 100%;
    height: 60%;
    inset: auto 0% 0%;
  }

  .banner-block-top, .banner-block-bottom {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .image-banner-home-3 {
    width: 60px;
  }

  .image-heading-block.none-display {
    display: none;
  }

  .block-left-home-3 {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .block-right-home-3 {
    background-position: 100% 0;
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .section-contact-us {
    padding-bottom: 60px;
  }

  .heading-blog-post-details {
    font-size: 50px;
  }

  ._404-text {
    font-size: 140px;
  }

  .heading-news {
    padding-top: 60px;
  }

  .bottom-style-spacing-desktop-2 {
    bottom: 10%;
  }

  .top-style-spacing-desktop-2 {
    top: 10%;
  }

  .bottom-style-spacing-mobile-2 {
    bottom: 9%;
  }

  .spacing-wrapper-2 {
    width: 65%;
    margin-top: 30px;
  }

  .tabs-menu-wrapper {
    flex-wrap: wrap;
  }

  .middle-style-spacing-desktop-2 {
    top: 34%;
  }

  .top-style-spacing-mobile-2 {
    top: 7%;
  }

  .middlr-style-spacing-mobile-2 {
    top: 31%;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .countdown-row {
    margin-top: -37px;
    margin-bottom: 11px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    margin-bottom: 100px;
  }

  .nav-dropdown-toggle {
    padding-left: 30px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    font-size: 43px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    text-align: center;
    margin-left: 5px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-banner-section {
    padding-top: 120px;
  }

  .home-video-wrapper {
    background-image: url('../images/VideoFrontPage.JPG');
  }

  .home-video-content-wrapper {
    text-align: center;
  }

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

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .background-left {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .background-left.blog {
    width: 50%;
    height: 100%;
  }

  .background-right {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .counter-home {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text.padding {
    box-sizing: content-box;
    clear: none;
    aspect-ratio: auto;
    text-align: center;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 310px;
    min-height: 0;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }

  .social-icon-block.none-margin {
    justify-content: center;
    align-items: center;
    height: 320px;
    margin: 90px 0;
    padding-top: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
  }

  .title-home-banner {
    text-align: left;
  }

  .cart-wrapper {
    clear: none;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    aspect-ratio: auto;
    text-align: left;
    place-content: stretch center;
    width: 100%;
    position: relative;
  }

  .cart-block {
    text-align: center;
    border: 0 #000;
    border-radius: 8px;
    flex: 0 auto;
    width: 220px;
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    left: auto;
  }

  .hover-cart-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 320px;
    margin-left: 0;
    inset: 0% 0% 0% 0;
  }

  .heading-description, .heading-description.max-w-930-px {
    align-items: center;
  }

  .data-text {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0;
  }

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

  .input-contact-form {
    background-color: #42444438;
  }

  .input-contact-form.coming-soon-mobile {
    margin-bottom: 25px;
  }

  .title-subtitle.mrgin-bottom, .heading-section {
    text-align: center;
  }

  .heading-section.width {
    align-items: center;
    width: 100%;
  }

  .link-block-home-2 {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .cart-description {
    padding-top: 5px;
  }

  .subtitle-cart {
    margin-top: 5px;
  }

  .image-block-cart {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    line-height: 2em;
  }

  .image-cart-home {
    float: left;
    clear: both;
    text-align: left;
    vertical-align: middle;
    object-fit: cover;
    width: 220px;
    height: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .heading-blog-post-details {
    font-size: 40px;
  }

  .background-section {
    background-image: url('../images/Home-2-Blue.png'), url('../images/Home-2-Purple.png');
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }

  .heading-news {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .link-news {
    justify-content: center;
    width: 100%;
  }

  .bottom-style-spacing-desktop-2 {
    bottom: 8%;
  }

  .top-style-spacing-desktop-2 {
    top: 7%;
  }

  .bottom-style-spacing-mobile-2 {
    bottom: 8%;
  }

  .spacing-wrapper-2 {
    width: 100%;
  }

  .middle-style-spacing-desktop-2 {
    top: 32%;
  }

  .top-style-spacing-mobile-2 {
    top: 5%;
  }

  .middlr-style-spacing-mobile-2 {
    top: 28%;
  }

  .column-3 {
    margin-top: 18px;
  }

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

  .heading-5 {
    margin-bottom: 27px;
    font-size: 31px;
    line-height: 41px;
  }

  .countdown-row {
    width: 100%;
    margin-top: -93px;
    display: block;
    position: relative;
    left: 0;
  }

  .days {
    margin-left: -8px;
    padding-left: 34px;
    padding-right: 26px;
  }

  .text-2 {
    margin-left: -7px;
    padding-left: 0;
    font-size: 14px;
  }

  .heading-6 {
    color: var(--red);
    -webkit-text-fill-color: inherit;
    background-color: #3a614700;
    background-clip: border-box;
  }

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

#w-node-e3a9beb5-b222-2e3d-4597-e557601d4576-87d8c6e1, #w-node-e3a9beb5-b222-2e3d-4597-e557601d457f-87d8c6e1, #w-node-e3a9beb5-b222-2e3d-4597-e557601d4588-87d8c6e1, #w-node-e3a9beb5-b222-2e3d-4597-e557601d4591-87d8c6e1, #w-node-e3a9beb5-b222-2e3d-4597-e557601d459a-87d8c6e1, #w-node-e3a9beb5-b222-2e3d-4597-e557601d45a3-87d8c6e1, #w-node-_96ed94f7-c91c-6e3c-87cd-02b545ab15bc-87d8c6e1, #w-node-b020df26-2c97-7894-dae3-6c564dd23b68-87d8c6e1, #w-node-d507bd2e-184d-0fcf-7e17-c4a870a7e936-87d8c6e1, #w-node-cac4c9f1-bd7b-6db0-c47c-164734959f22-87d8c6e1, #w-node-c12cf137-886c-a4f1-cc63-715b4f35af7a-87d8c6e1, #w-node-b1f693fd-0cff-5d8e-4ef7-0b6b0bde814d-87d8c6e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}