:root {
  --white: #fff;
  --gradient-1: #540045;
  --gradient-2: #b9024a;
  --black: #0f0f0f;
  --border-color: #272727;
  --transparent: rgba(255, 255, 255, 0);
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: var(--white);
  cursor: none;
  background-color: #0f0f0f;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

p {
  margin-bottom: 0;
}

.cursor-wrapp {
  z-index: 9999;
  cursor: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 9999;
  opacity: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
}

.view-project {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  margin-left: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.header {
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 50px;
}

.main-menu {
  border: 2px #fff;
  border-bottom: 1px #fec000;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  padding: 0;
}

.header-inner {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #cdd7e4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .07);
}

.menu-item {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/line_8line_07.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 26px 9px 40px;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
}

.menu-item:hover {
  color: #fff;
  background-image: url('../images/square_WHITE_1square_WHITE.png');
  background-position: 20%;
}

.menu-item.w--current {
  color: #fff;
  background-image: url('../images/square_WHITE_1square_WHITE.png');
  background-position: 20%;
  border-bottom: 1px #000;
}

.logo.w--current {
  flex: none;
}

.logo-img {
  width: 80px;
  position: relative;
}

.main-container {
  max-width: 1050px;
  padding-left: 10px;
  padding-right: 10px;
}

.main-container.mt {
  margin-top: 120px;
}

.hero-section {
  background-image: url('../images/home-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 70px;
}

.hero-section.inner-hero-section {
  background-image: url('../images/inner-pages-bg.png');
  background-attachment: fixed;
}

.hero-section._404-section {
  padding-top: 300px;
  padding-bottom: 300px;
}

.hero-text {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 150px;
  font-weight: 700;
  line-height: 105px;
}

.hero-text-box {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.hero-left-text {
  border-top: 1px solid #540045;
  padding-top: 30px;
  font-size: 30px;
  line-height: 30px;
}

.hero-left-text.hero-right-text {
  border-bottom: 1px solid var(--white);
  border-top-style: none;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 30px;
  line-height: 35px;
}

.go-to-work {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.go-to-work-text {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.services-section {
  background-image: linear-gradient(#540045, #ba024a);
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 29px;
}

.services-stack {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 30px;
  padding: 0;
}

.service-item {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #8f2762;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  transition: all .3s;
}

.service-item:hover {
  background-color: #120c12;
  border-color: #000;
}

.service-text {
  text-transform: capitalize;
  width: auto;
  font-size: 32px;
  line-height: 30px;
}

.image {
  width: 70px;
}

.inner-pages-sections {
  background-image: url('../images/inner-pages-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 210px;
  padding-bottom: 120px;
}

.single-work {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-work-main-img {
  width: 100%;
  margin-bottom: 20px;
}

.single-work-secondary-img {
  width: 100%;
}

.single-work-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
}

.single-description-box {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--white);
  padding: 20px;
}

.single-description-box.last-description-box {
  border-bottom-style: solid;
}

.single-description-title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
}

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

.inner-footer {
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  padding-top: 120px;
  padding-bottom: 170px;
}

.footer-stack {
  padding: 0;
}

.footer-mail-test-style {
  margin-top: 60px;
  font-size: 60px;
  line-height: 60px;
}

.footer-mail-test-style-link {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

.footer-socials {
  align-self: stretch;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-socials.contact-socials {
  margin-top: 0;
}

.social-item {
  color: var(--white);
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.social-item.foot-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  justify-content: space-between;
  align-self: stretch;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  transition: all .3s;
}

.social-item.foot-menu-item:hover {
  border-bottom-color: #fff;
}

.social-item.foot-menu-item.foot-menu-first-item {
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.social-text {
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 20px;
  text-decoration: underline;
}

.social-text.foot-menu-text {
  text-transform: capitalize;
  text-decoration: none;
}

.social-arrow {
  width: 16px;
  margin-left: auto;
}

.copyright {
  background-image: url('../images/inner-pages-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.inner-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  font-size: 20px;
}

.backto-top {
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-to-top-text {
  line-height: 20px;
}

.back-to-top-arrow {
  margin-left: 15px;
}

.work-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.blog-list-wrapper {
  margin-top: 30px;
}

.blog-list-wrapper.blog-list-wrapp-page {
  margin-top: 120px;
}

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

.work-item {
  border: 1px solid #272727;
  padding: 30px;
  position: relative;
}

.work-img-wrapper {
  display: block;
}

.work-img {
  width: 100%;
}

.work-category {
  margin-top: 20px;
  line-height: 20px;
}

.work-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
}

.view-project-text {
  border-right: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  padding: 8px;
}

.work-arrow {
  width: 24px;
  margin-left: 8px;
  margin-right: 7px;
  padding: 0;
}

.work-overlay {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-section {
  background-image: url('../images/journal-bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.blog-item {
  z-index: 1;
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  min-height: 270px;
  padding: 20px;
  display: block;
  position: relative;
}

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

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

.cateogry-link {
  color: var(--white);
  background-color: #120c12;
  border: 1px solid #fff;
  padding: 4px 6px;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  display: inline-block;
}

.link-to-single-blog {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.blog-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.blog-arow-wrapper {
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-overlay {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.testimonial-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-info-box {
  border: 1px solid var(--border-color);
  padding: 30px;
}

.tstimonial-name {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}

.testimonial-job {
  opacity: .6;
  font-size: 16px;
  line-height: 16px;
}

.testimonial-number-box {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.testimonial-number {
  opacity: .1;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.testimonial-text-box {
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.quote {
  margin-top: 10px;
  margin-right: 30px;
}

.stats-sections {
  background-image: url('../images/stats-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.stats-sections.about-stats-section {
  background-image: url('../images/inner-pages-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 50px;
}

.about-number {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 60px;
}

.about-contact-heading {
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.about-item-text {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.about-item {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--white);
  border-radius: 0;
  justify-content: center;
  padding: 20px;
  transition: all .3s;
}

.about-item:hover {
  background-color: var(--black);
}

.about-item.about-item-contact {
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
}

.about-contact-icon {
  margin-right: 20px;
}

.about-contact-span {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}

.about-contact-box {
  background-color: var(--black);
  border: 1px solid #000200;
  border-radius: 0;
  align-self: stretch;
  align-items: center;
  padding: 20px 25px;
  text-decoration: none;
  display: flex;
}

.stats-dot {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about-item-wrapper {
  align-self: stretch;
  position: relative;
}

.awward-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.awards-wrapper {
  border-top: 3px #000;
  margin-top: 70px;
}

.award-item {
  z-index: 1;
  border: 1px solid var(--border-color);
  background-color: var(--transparent);
  border-radius: 0;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 30px 10px 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.award-number {
  border: 1px solid var(--border-color);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  padding: 0;
  font-size: 40px;
  line-height: 32px;
  display: flex;
}

.award-text {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  transition: all .2s;
}

.awards-right {
  align-items: center;
  margin-left: 25px;
  transition: all .2s;
  display: flex;
}

.award-price {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  font-size: 17px;
}

.award-arrow {
  margin-left: auto;
  margin-right: 0;
  transition: all .2s;
  display: block;
}

.award-overlay {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.sitemap-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 120px;
  line-height: 90px;
}

.sitemap-text {
  line-height: 20px;
}

.team-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.team-paragraph {
  width: 70%;
  font-size: 40px;
  line-height: 40px;
}

.team-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.team-item {
  border: 1px solid var(--border-color);
  padding: 20px;
  position: relative;
}

.member-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--border-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 165px;
  padding: 5px;
  display: grid;
}

.member-social-link {
  z-index: 1;
  border: 1px solid var(--border-color);
  padding: 10px 15px;
  position: relative;
}

.member-name {
  text-transform: capitalize;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 500;
}

.member-job {
  opacity: .5;
  font-size: 16px;
  line-height: 16px;
}

.member-img {
  width: 130px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.gradient-overlay {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-cell {
  align-items: stretch;
}

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

.contact-form-block {
  border: 5px #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.input-style {
  border: 1px solid var(--border-color);
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  align-self: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 25px 20px 20px;
  line-height: 20px;
}

.input-style:active {
  color: #fff;
}

.input-style:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
  font-weight: 400;
}

.input-style:focus-visible {
  color: #fff;
  font-weight: 400;
}

.input-style[data-wf-focus-visible] {
  color: #fff;
  font-weight: 400;
}

.input-style::placeholder {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.input-style:lang(en) {
  color: #fff;
  font-weight: 400;
}

.input-style.textarea {
  min-height: auto;
  padding-bottom: 100px;
}

.contact-stack {
  margin-top: 120px;
  padding: 0;
}

.contact-location {
  width: 100%;
  margin-bottom: 30px;
}

.contact-link {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.contact-link.contact-last-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.comtact-main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
}

.comtact-main-title.contact-title-with-border {
  text-transform: capitalize;
  border-bottom: 1px #fff;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.form-stack {
  grid-row-gap: 20px;
  padding: 0;
}

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

.submit-button {
  float: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, var(--gradient-1), var(--gradient-2));
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #242424;
  border-radius: 0;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--white);
  color: #000;
  background-image: none;
}

.contact-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}

.single-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.single-blog-cell {
  align-items: stretch;
}

.single-blog-main-img {
  width: 100%;
  margin-bottom: 20px;
}

.single-blog-secondary-img {
  width: 100%;
}

.single-blog-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
}

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

.work-list-wrapper.work-page-list-wrapp {
  margin-top: 100px;
  margin-bottom: 40px;
}

.body {
  cursor: auto;
}

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

.back-to-home {
  color: var(--white);
  margin-left: 5px;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

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

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 400;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.quick-stack-2 {
  padding: 0;
}

.list-text {
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

._30mb-space {
  border-bottom: 1px solid var(--border-color);
  height: 30px;
  margin-bottom: 30px;
}

.style-guide {
  margin-top: 100px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.sample-link-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-5.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.heading-link {
  color: #fff;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.pd-32px---48px---56px {
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.inner-container._490px {
  max-width: 490px;
}

.mg-bottom-24px {
  color: var(--white);
  margin-bottom: 24px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-bottom: 40px;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.text-200 {
  line-height: 20px;
}

.text-200.color-accent-1 {
  color: #7d42fb;
}

.hidden-on-desktop {
  display: none;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.button-row {
  margin-right: 28px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.slide-item-mg {
  margin-right: 28px;
  overflow: visible;
}

.map-pin-title {
  flex: 1;
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 300;
}

.roadmap-popup-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

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

.map-img {
  opacity: 1;
  width: 100%;
  max-width: none;
  position: relative;
}

.padding-vertical, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular {
  font-size: 1rem;
}

.map-dot {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.map-dot.is-4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot.is-3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot.is-7 {
  z-index: 100;
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot.is-8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot.is-2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.map-dot.is-5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot.is-6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot.is-1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot.is-7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot-mobile {
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.map-dot-mobile.is--3 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 50%;
  left: 52%;
}

.map-dot-mobile.is--8 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 6%;
  left: 41%;
}

.map-dot-mobile.is--1 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 70%;
  left: 19%;
}

.map-dot-mobile.is--6 {
  margin-top: 0;
  margin-left: 0;
  top: 36%;
  left: 22%;
}

.map-dot-mobile.is--5 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 35%;
  left: 52%;
}

.map-dot-mobile.is--4 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 38%;
  left: 67%;
}

.map-dot-mobile.is--7 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 19%;
  left: 51%;
}

.map-dot-mobile.is--2 {
  margin-top: 0;
  margin-left: 0;
  display: block;
  top: 55%;
  left: 32%;
}

.arrow-right {
  width: 100%;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.roadmap-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-2 {
  font-size: .9rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.html-map {
  display: none;
}

.margin-vertical, .margin-vertical.margin-xhuge {
  margin-left: 0;
  margin-right: 0;
}

.box-inner {
  background-color: rgba(255, 136, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 92%;
  display: flex;
}

.roadmap-nav-button {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s;
  display: flex;
}

.roadmap-nav-button:hover {
  background-color: #348998;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.pin-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.arrow-left {
  width: 100%;
}

.map-pin-popup {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: rgba(14, 76, 94, .8);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px rgba(14, 8, 14, .16);
}

.map-pin-popup.dialog-opened {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  margin-top: -13.6em;
  margin-left: -3.8em;
  padding: .75rem 1.5rem 1.5rem;
}

.map-pin-popup.dialog-opened._8-title {
  z-index: 8;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.map-pin-popup.dialog-opened._1-mint {
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._3-title {
  z-index: 3;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._5-title {
  z-index: 5;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._6-title {
  z-index: 6;
}

.map-pin-popup.dialog-opened._6-title.popup-bottom {
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._4-title {
  z-index: 4;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._7-title {
  z-index: 7;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._2-title {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
}

.map-pin-popup.dialog-opened._2-title.popup-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-roadmap {
  position: relative;
}

.section-roadmap.overflow-hidden {
  background-image: radial-gradient(circle at 50% 100%, #683ca9 12%, rgba(27, 67, 76, 0) 53%);
}

.map-pin-popup-mobile {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: rgba(14, 76, 94, .8);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 16px 2px rgba(14, 8, 14, .16);
}

.text-span {
  font-size: .8rem;
}

.roadmap-navigation {
  grid-column-gap: .5rem;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.box {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .16);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1em;
  transition: transform .4s;
  display: flex;
}

.box:hover {
  transform: scale3d(1.12, 1.06, 1);
}

.particles-absolute {
  width: 25rem;
  position: absolute;
}

.particles-absolute.pa-12 {
  width: 20rem;
  top: 11.8rem;
  right: 7.8rem;
}

.particles-absolute.pa-11 {
  width: 20rem;
  top: 7.9rem;
  left: 7rem;
}

.heading-style-h2 {
  letter-spacing: .025rem;
  margin-top: 100px;
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
}

.map-container {
  width: 100%;
  position: relative;
}

.text-color-cyan {
  color: #348998;
}

.text-span-4 {
  font-size: .9rem;
}

.map-container-mobile {
  width: 100%;
  position: relative;
}

.credentials {
  z-index: 2;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.credentiala-text {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
}

.roadmap-component-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.text-span-5 {
  font-size: .8rem;
}

.heading-style-h2-2 {
  letter-spacing: .025rem;
  margin-top: 60px;
  padding-bottom: 20px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-span-6 {
  font-size: .9rem;
}

.body-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .cursor {
    opacity: 0;
  }

  .header {
    padding-top: 50px;
  }

  .main-menu {
    flex: none;
    align-self: center;
    margin-left: auto;
  }

  .header-inner {
    background-color: rgba(255, 255, 255, 0);
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .07);
  }

  .menu-item {
    color: var(--white);
    background-image: url('../images/line_8line_07.jpg');
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px 8px 40px;
    font-family: Clashdisplay, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .menu-item:hover {
    color: #fff;
  }

  .menu-item.w--current {
    color: #fff;
    background-position: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container {
    max-width: 1400px;
  }

  .hero-section._404-section {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .hero-text {
    mix-blend-mode: difference;
  }

  .about-contact-heading {
    font-size: 29px;
  }

  .about-item {
    padding: 40px;
  }

  .about-contact-span {
    font-size: 17px;
  }

  .award-number {
    margin-right: 20px;
  }

  .award-arrow {
    margin-right: 25px;
  }

  .member-img {
    width: auto;
    right: 20px;
  }

  .contact-stack, .single-blog {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    font-size: 15px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section._404-section {
    padding-top: 400px;
    padding-bottom: 400px;
  }

  .service-item {
    background-color: rgba(0, 0, 0, .05);
    border-color: #8f2762;
  }

  .work-section {
    padding-bottom: 120px;
  }

  .blog-section {
    background-image: url('../images/journal-bg.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .cursor-wrapp {
    display: none;
  }

  .main-menu {
    background-color: #000;
    border-bottom-style: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .menu-button {
    border: 1px solid var(--white);
    color: #fec000;
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    padding: 4px;
  }

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

  .header-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .menu-item:hover {
    color: #fff;
    background-image: url('../images/line_8line_07.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 40px;
  }

  .menu-item.w--current {
    color: #fff;
    background-image: url('../images/line_8line_07.jpg');
    background-position: 0%;
    background-size: 40px;
    padding-left: 50px;
  }

  .icon {
    color: var(--white);
    font-size: 33px;
  }

  .hero-text {
    font-size: 100px;
    line-height: 70px;
  }

  .hero-text-box {
    align-items: center;
  }

  .hero-left-text {
    padding-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-left-text.hero-right-text {
    padding-bottom: 20px;
  }

  .services-stack, .single-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-list {
    grid-column-gap: 20px;
    grid-row-gap: 55px;
  }

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

  .award-number {
    width: 80px;
    height: 80px;
  }

  .award-text {
    font-size: 24px;
  }

  .award-arrow {
    display: block;
  }

  .sitemap-title {
    font-size: 100px;
    line-height: 70px;
  }

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

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider-mask {
    position: static;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    line-height: 3vw;
  }

  .map-dot {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .roadmap-wrap {
    margin-bottom: 6rem;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .particles-absolute.pa-12 {
    top: 3.6rem;
    right: -3.7rem;
  }

  .particles-absolute.pa-11 {
    top: 2.8rem;
    left: -3.8rem;
  }

  .heading-style-h2, .heading-style-h2-2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .view-project {
    margin-left: 0;
  }

  .menu-button {
    float: right;
    margin-left: 10px;
  }

  .header-inner {
    display: block;
  }

  .logo {
    align-self: flex-start;
  }

  .logo-img {
    width: 270px;
  }

  .hero-section.inner-hero-section {
    padding-top: 180px;
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 40px;
  }

  .hero-text-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-left-text.hero-right-text {
    margin-left: 0;
  }

  .go-to-work {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .single-work {
    grid-template-columns: 1fr;
  }

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

  .footer-mail-test-style {
    margin-top: 20px;
  }

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

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

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

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

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

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

  .stats-sections, .awward-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .award-item {
    text-align: center;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .award-number {
    text-align: left;
    margin-right: 20px;
  }

  .award-text {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .awards-right {
    flex: 1;
    justify-content: flex-start;
    margin-left: 0;
  }

  .sitemap-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .team-paragraph {
    width: 100%;
  }

  .contact-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .single-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .single-blog-title {
    margin-bottom: 20px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    top: auto;
    bottom: -86px;
    left: auto;
    right: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: -104px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: -104px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .map-dot.is-6, .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .roadmap-component {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-xhuge {
    margin-top: 8rem;
  }

  .box-inner {
    color: #0e080e;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom, .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._5-title, .map-pin-popup.dialog-opened._6-title.popup-bottom, .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    margin-left: 1em;
    display: none;
  }

  .box {
    width: 1.6em;
    height: 1.6em;
  }

  .map-dialog-mobile {
    z-index: 10;
    margin-bottom: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }

  .particles-absolute.pa-12 {
    top: -5.3rem;
    right: -7.3rem;
  }

  .particles-absolute.pa-11 {
    top: -1.7rem;
    left: -7.5rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .roadmap-component-mobile {
    padding-bottom: 3rem;
    display: block;
  }

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

  .page-padding-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    padding: 5px;
    font-size: 13px;
  }

  .header-inner {
    display: block;
  }

  .icon {
    font-size: 30px;
  }

  .logo-img {
    text-align: left;
    width: 100px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-text-box {
    margin-top: 40px;
  }

  .go-to-work {
    width: 100px;
    height: 100px;
  }

  .arrow-down {
    max-width: 80%;
  }

  .go-to-work-text {
    font-size: 18px;
  }

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

  .service-item {
    padding: 20px;
  }

  .service-text {
    font-size: 21px;
    line-height: 25px;
  }

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

  .footer-paragraph {
    font-size: 13px;
    line-height: 24px;
  }

  .footer-mail-test-style {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-socials {
    margin-top: 30px;
    display: block;
  }

  .social-item {
    margin-bottom: 15px;
  }

  .social-item.foot-menu-item.foot-menu-first-item {
    margin-bottom: 0;
  }

  .inner-copyright {
    display: block;
  }

  .copyright-text {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .back-to-top-text {
    font-size: 12px;
  }

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

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

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

  .about-item-text {
    text-transform: none;
  }

  .award-number {
    text-align: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .award-text {
    text-align: left;
    font-size: 20px;
  }

  .award-price {
    text-align: left;
    font-size: 13px;
  }

  .member-img {
    width: 120px;
  }

  .contact-location {
    width: 80%;
  }

  .submit-button {
    float: none;
    background-image: none;
    margin-top: 10px;
    padding: 20px 60px;
    font-size: 19px;
  }

  .single-blog-title {
    font-size: 30px;
    line-height: 30px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    padding-left: 0;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .buttons-row {
    flex-direction: column;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .btn-secondary, .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .container-default {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .roadmap-wrapper {
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    line-height: 5vw;
  }

  .map-dot {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot.is-6 {
    margin-top: 0;
    margin-left: 0;
  }

  .map-dot-mobile {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-wrapper {
    padding-bottom: 0;
  }

  .pin-description {
    font-size: 16px;
    line-height: 20px;
  }

  .map-pin-popup {
    padding-left: 5px;
    padding-right: 5px;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title {
    width: 280px;
    margin-top: 2.8em;
    margin-left: -7.5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    margin-top: 0;
    margin-left: 0;
  }

  .map-pin-popup.dialog-opened._1-mint, .map-pin-popup.dialog-opened._3-title, .map-pin-popup.dialog-opened._5-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._6-title {
    width: 280px;
    margin-top: -12.5em;
    margin-left: -5em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._4-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._7-title {
    width: 280px;
    margin-top: 2.7em;
    margin-left: 1.8em;
    padding: 16px 16px 20px;
    display: none;
  }

  .map-pin-popup.dialog-opened._2-title {
    width: 280px;
    padding: 16px 16px 20px;
    display: none;
  }

  .section-roadmap.overflow-hidden {
    background-image: none;
    padding-bottom: 0;
  }

  .map-pin-popup-mobile.is--1.map-pin-popup-mobile-active {
    overflow: visible;
  }

  .box {
    width: 1.4em;
    height: 1.4em;
  }

  .map-dialog-mobile {
    margin-bottom: 20rem;
  }

  .particles-absolute.pa-12 {
    top: -13rem;
    right: -8.8rem;
  }

  .particles-absolute.pa-11 {
    top: -8.7rem;
    left: -13.6rem;
  }

  .main-wrapper {
    padding-bottom: 144px;
    overflow: hidden;
  }

  .credentials {
    flex-direction: column;
  }

  .roadmap-component-mobile {
    padding-bottom: 0;
  }

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

#w-node-_4f699ded-7662-96f4-51e4-aec743c7dcb5-02a59d0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4576f946-f035-3854-5d65-1e33f39a199e-02a59d0e, #w-node-ea21f519-78fa-852e-ebea-d0ec318e850f-02a59d0e, #w-node-_74d402a7-b331-64b2-32c5-38a888dbaee8-02a59d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fbde8eb-c743-d4d5-a4fc-45f79d3569ac-02a59d0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-caa952ba-d9c2-340e-0a4e-881fe45b3d90-e45b3d8d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_4410b9a3-b3e3-8bd6-9357-01b6d2fc929b-02a59d10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cbeada41-2ee3-6d98-5664-9a0175b37b3f-02a59d10, #w-node-cbeada41-2ee3-6d98-5664-9a0175b37b4d-02a59d10, #w-node-cbeada41-2ee3-6d98-5664-9a0175b37b5b-02a59d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9c0199-8d38-83d6-e321-7c9905d47224-02a59d12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd9c0199-8d38-83d6-e321-7c9905d47233-02a59d12 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd9c0199-8d38-83d6-e321-7c9905d4723c-02a59d12 {
  grid-column: span 2 / span 2;
}

#w-node-d23c1f54-d5af-534c-3f19-4508d8ff38b0-02a59d14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b6f727b-d39b-8e64-53f6-ea23b84fcba9-02a59d15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22678d1f-d666-0cff-70d8-7001301bdf22-02a59d18 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22678d1f-d666-0cff-70d8-7001301bdf23-02a59d18, #w-node-_22678d1f-d666-0cff-70d8-7001301bdf25-02a59d18, #w-node-_22678d1f-d666-0cff-70d8-7001301bdf27-02a59d18, #w-node-_22678d1f-d666-0cff-70d8-7001301bdf29-02a59d18, #w-node-_22678d1f-d666-0cff-70d8-7001301bdf2b-02a59d18, #w-node-_22678d1f-d666-0cff-70d8-7001301bdf2d-02a59d18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5fbde8eb-c743-d4d5-a4fc-45f79d3569ac-02a59d0e, #w-node-_4410b9a3-b3e3-8bd6-9357-01b6d2fc929b-02a59d10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f699ded-7662-96f4-51e4-aec743c7dcb5-02a59d0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-caa952ba-d9c2-340e-0a4e-881fe45b3d90-e45b3d8d, #w-node-bd9c0199-8d38-83d6-e321-7c9905d47224-02a59d12, #w-node-d23c1f54-d5af-534c-3f19-4508d8ff38b0-02a59d14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd9c0199-8d38-83d6-e321-7c9905d47233-02a59d12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd9c0199-8d38-83d6-e321-7c9905d47234-02a59d12, #w-node-bd9c0199-8d38-83d6-e321-7c9905d47236-02a59d12, #w-node-bd9c0199-8d38-83d6-e321-7c9905d47238-02a59d12, #w-node-bd9c0199-8d38-83d6-e321-7c9905d4723a-02a59d12 {
    grid-column: span 2 / span 2;
  }

  #w-node-_22678d1f-d666-0cff-70d8-7001301bdf22-02a59d18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}