@charset "UTF-8";
.scroll-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  will-change: auto;
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    transform: none;
    transition: opacity 150ms ease-out;
  }
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display Italic";
  src: url("../fonts/DM_Serif_Display/DMSerifDisplay-Italic.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter ExtraLight";
  src: url("../fonts/Inter/static/Inter_24pt-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Light";
  src: url("../fonts/Inter/static/Inter_24pt-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter/static/Inter_24pt-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter/static/Inter_24pt-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter/static/Inter_24pt-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter ExtraBold";
  src: url("../fonts/Inter/static/Inter_24pt-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #0f0f0f;
  font-family: "Inter Light";
  font-size: 20px;
  line-height: 1.4;
  background: #f2f2f0;
}

h1, h2, h3,
h1 p, h2 p, h3 p {
  font-family: "DM Serif Display";
  font-weight: 500;
  color: #0f0f0f;
}

h4, h5, h6,
h4 p, h5 p, h6 p {
  font-family: "Inter SemiBold";
  font-weight: 400;
  color: #0f0f0f;
}

h1,
h1 p {
  line-height: 0.8;
  font-size: 72px;
}

h2,
h2 p {
  line-height: 1;
  font-size: 4.5rem;
}

h3,
h3 p {
  line-height: 1.2;
  font-size: 3.75rem;
}

h4,
h4 p {
  line-height: 1.2;
  font-size: 32px;
}

h5,
h5 p {
  line-height: 1.2;
  font-size: 24px;
}

h6,
h6 p {
  line-height: 1.2;
  font-size: 14px;
}

p {
  line-height: 1.4;
  font-size: 18px;
  color: #0f0f0f;
  font-family: "Inter Light";
  font-weight: 400;
}

::selection {
  background: #d1ff00;
  color: #0f0f0f;
}

::-moz-selection {
  background: #d1ff00;
  color: #0f0f0f;
}

.highlight {
  font-style: italic;
  font-family: "DM Serif Display Italic";
}

strong {
  font-family: "Inter SemiBold";
}

.blog-details-content p {
  font-size: 18px;
}

.container {
  max-width: 1400px;
}

a {
  position: relative;
  transition: color 0.2s ease-out;
  color: #d1ff00;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
a:hover {
  color: #80807f;
}

ul {
  margin-left: 20px;
}
ul li {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Inter";
}

.is_onmobile {
  display: none;
}

.no_mobile {
  display: contents;
}

.no_mobile_hero {
  display: block;
}

.right_side {
  order: 2 !important;
}

svg {
  -webkit-background-clip: text;
}

iframe {
  background: #fff;
}

.header_top {
  background: #d1ff00;
  height: 40px;
}
.header_top .header_top_contacts, .header_top a, .header_top i {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #0f0f0f;
}
.header_top .header_top_contacts i, .header_top a i, .header_top i i {
  margin-right: 10px;
}

header .custom-logo {
  width: 180px;
  height: auto;
  position: relative;
  z-index: 1;
}
header .sticky-logo .custom-logo {
  width: 180px;
  height: auto;
  position: relative;
}

.cta_btn {
  align-items: center;
  padding: 20px 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #F6F6F6;
  font-family: "Inter SemiBold";
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.22em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 10px;
  display: inline-block;
}
.cta_btn:hover {
  color: #0f0f0f !important;
  background-color: #d1ff00;
  text-decoration: none;
  color: #0f0f0f;
}

.search_form_panel .read_more_link {
  margin-right: 20px;
  margin-top: 40px;
}
.search_form_panel .read_more_link::after {
  content: none !important;
}
.search_form_panel .read_more_link::before {
  font-family: bootstrap-icons;
  content: "\f12f";
  margin-right: 10px;
  top: 3px;
  position: relative;
}

.lost_page .container {
  padding: 250px 0;
}
.lost_page h1 {
  font-size: 300px;
  color: #DEDEDE;
  font-weight: 900;
  text-align: center;
  line-height: 363px;
}
.lost_page h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 50px;
}
.lost_page .cta_btn {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.lost_page .cta_btn::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.lost_page .cta_btn::after {
  display: none;
}
.lost_page .cta_btn:hover::after {
  transform: translateX(10px);
}
.lost_page .lost_search {
  padding: 60px 0 80px 0;
  background: #0f0f0f;
  border-bottom: 10px solid #0f0f0f;
  overflow: hidden;
}
.lost_page .lost_search h6 {
  color: #F6F6F6;
  margin-bottom: 50px;
  font-weight: 300;
}
.lost_page .lost_search .search .search-field {
  padding: 10px 15px;
  border: 0;
  border-radius: 15px;
}
.lost_page .lost_search .search .search-submit {
  background-size: inherit;
  background: #0f0f0f;
  border-radius: 30px;
  color: #F6F6F6;
  border: 0;
  padding: 12px 25px;
}

.header_area {
  border-bottom: 1px solid rgba(234, 234, 234, 0.0509803922);
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.header_area::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(20px);
  background: rgba(15, 15, 15, 0.7);
}
.header_area .site-header {
  padding: 20px 40px;
}
.header_area .site_name {
  text-decoration: none;
  color: #d1ff00;
  font-size: 22px;
  font-family: "Inter Medium";
}

.header_area.header_sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: none;
}
.header_area.header_sticky .normal-logo .custom-logo {
  display: none;
}
.header_area.header_sticky .sticky-logo .custom-logo {
  display: block;
  position: relative;
  z-index: 1;
}
.header_area.header_sticky .site-navigation {
  box-shadow: -5px 2px 10px rgba(51, 51, 51, 0.1);
}
.header_area.header_sticky .getstart_btn {
  color: #0f0f0f;
}

header .site-navigation {
  position: relative;
}
header .site-navigation ul {
  padding: 0;
}
header .site-navigation ul .sub-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1019607843);
  top: -9999px;
  min-width: 200px;
  padding: 15px 0px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  margin-top: 0px;
}
header .site-navigation ul .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
header .site-navigation ul .sub-menu li a {
  padding: 10px 20px;
  width: 100%;
  color: #0f0f0f;
}
header .site-navigation ul .sub-menu li a:hover {
  color: #d1ff00;
}
header .site-navigation ul .sub-menu li a:hover::after {
  rotate: 90deg;
  transition: transform 0.2s ease-out;
  color: #d1ff00;
}
header .site-navigation ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 36px;
  margin-top: 5px;
}

.sticky-logo {
  display: none;
}

.site-navigation {
  --mega-width: 100%;
  --mega-extra: 0px;
}
.site-navigation .menu {
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-navigation .menu > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.site-navigation .menu > li:first-child a {
  border-left: none;
}
.site-navigation .menu > li a {
  text-decoration: none;
  color: #f2f2f0;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  padding: 10px 15px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
}
.site-navigation .menu > li a:hover {
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #d1ff00;
}

.navbar button:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 99999;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 2em;
  height: 2em;
}

.header_sticky .navbar-toggler-icon {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 999;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-header-service-menu {
  position: relative;
  z-index: 1;
}
.header-header-service-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.header-header-service-menu ul a {
  color: #f2f2f0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.22em;
  padding: 10px 20px;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.header-header-service-menu ul a:hover {
  background: rgba(209, 255, 0, 0.9019607843);
  color: #0f0f0f;
}

footer .footer_nav .footer-navigation ul .sub-menu {
  padding-left: 10px;
}
footer .footer_nav .footer-navigation ul .sub-menu li a::before {
  content: "\f63b";
  margin-right: 10px;
  color: #d1ff00;
  font-family: "bootstrap-icons";
  top: 3px;
  position: relative;
}

.blogrid_articles,
.cpt_articles {
  margin-bottom: 100px;
}
.blogrid_articles .articles-item,
.cpt_articles .articles-item {
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  overflow: hidden;
}
.blogrid_articles .articles-item:hover .articles-item__image,
.blogrid_articles .articles-item:hover .image,
.cpt_articles .articles-item:hover .articles-item__image,
.cpt_articles .articles-item:hover .image {
  overflow: hidden;
}
.blogrid_articles .articles-item:hover .articles-item__image img,
.blogrid_articles .articles-item:hover .image img,
.cpt_articles .articles-item:hover .articles-item__image img,
.cpt_articles .articles-item:hover .image img {
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.blogrid_articles .articles-item .articles-content h3 a,
.cpt_articles .articles-item .articles-content h3 a {
  font-weight: 500;
  font-size: 32px;
}
.blogrid_articles .articles-item .articles-item__image,
.blogrid_articles .articles-item .image,
.cpt_articles .articles-item .articles-item__image,
.cpt_articles .articles-item .image {
  overflow: hidden;
  height: 60vh;
  margin-bottom: 20px;
}
.blogrid_articles .articles-item .articles-item__image img,
.blogrid_articles .articles-item .image img,
.cpt_articles .articles-item .articles-item__image img,
.cpt_articles .articles-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.blogrid_articles .articles-item .metadata_time,
.cpt_articles .articles-item .metadata_time {
  font-size: 14px;
  margin-bottom: 10px;
  color: #a2a2a1;
}
.blogrid_articles .articles-item .post_excerpt,
.cpt_articles .articles-item .post_excerpt {
  margin-bottom: 20px;
}
.blogrid_articles .articles-item .learn-more,
.cpt_articles .articles-item .learn-more {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.blogrid_articles .articles-item .learn-more::after,
.cpt_articles .articles-item .learn-more::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.blogrid_articles .articles-item .learn-more:hover::after,
.cpt_articles .articles-item .learn-more:hover::after {
  transform: translateX(10px);
}
.blogrid_articles :not(:root:root) .equal-height,
.cpt_articles :not(:root:root) .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 1;
}
.blogrid_articles :not(:root:root) .equal-height > *,
.cpt_articles :not(:root:root) .equal-height > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.showcase-archive-section {
  padding: 150px 0;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.showcase-archive-section .showcase-archive-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.showcase-archive-section .showcase-archive-header__main {
  max-width: 900px;
}
.showcase-archive-section .showcase-archive-above-title {
  margin-bottom: 30px;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-archive-section .showcase-archive-above-title a {
  color: #d1ff00;
  transition: color 0.2s ease-out;
  font-size: 12px;
}
.showcase-archive-section .showcase-archive-above-title a:hover {
  color: #f2f2f0;
}
.showcase-archive-section .showcase-archive-header__side {
  color: #a2a2a1;
  font-size: 18px;
}
.showcase-archive-section .showcase-archive-title {
  margin: 0;
  max-width: 900px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 72px;
}
.showcase-archive-section .showcase-archive-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.showcase-archive-section .showcase-archive-description p {
  margin: 0;
  color: inherit;
}
.showcase-archive-section .showcase-archive-panels {
  padding-top: 30px;
}
.showcase-archive-section .showcase-promo-card {
  position: relative;
  margin-bottom: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101010;
  overflow: hidden;
  transition: border-color 0.2s ease-out, transform 0.2s ease-out, background-color 0.2s ease-out;
}
.showcase-archive-section .showcase-promo-card:last-child {
  margin-bottom: 0;
}
.showcase-archive-section .showcase-promo-card:hover {
  border-color: rgba(209, 255, 0, 0.75);
  background-color: #131313;
  transform: translateY(-2px);
}
.showcase-archive-section .showcase-promo-card__media-col {
  min-height: 520px;
}
.showcase-archive-section .showcase-promo-card__image {
  position: relative;
  display: block;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #000;
}
.showcase-archive-section .showcase-promo-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.2s ease-out;
}
.showcase-archive-section .showcase-promo-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.72);
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.showcase-archive-section .showcase-promo-card__content-col {
  display: flex;
}
.showcase-archive-section .showcase-promo-card__content {
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 70px 62px 55px;
}
.showcase-archive-section .showcase-promo-card__above {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-archive-section .showcase-promo-card__title {
  margin: 0 0 30px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
}
.showcase-archive-section .showcase-promo-card__title a {
  color: inherit;
  text-decoration: none;
}
.showcase-archive-section .showcase-promo-card__title a:hover {
  color: #f2f2f0;
}
.showcase-archive-section .showcase-promo-card__description {
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.showcase-archive-section .showcase-promo-card__description p {
  margin-bottom: 0;
  color: #a2a2a1;
}
.showcase-archive-section .active_showcase_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.showcase-archive-section .active_showcase_tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background 0.2s ease-out;
}
.showcase-archive-section .active_showcase_tag:hover {
  color: #d1ff00;
  border-color: #d1ff00;
}
.showcase-archive-section .showcase-promo-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.showcase-archive-section .showcase-promo-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #6a6a69;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-archive-section .showcase-promo-card__meta span {
  display: inline-flex;
  align-items: center;
}
.showcase-archive-section .showcase-promo-card__meta span:not(:last-child)::after {
  content: "·";
  margin-left: 16px;
  color: #6a6a69;
}
.showcase-archive-section .showcase-archive-active-filter {
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #d1ff00;
  color: #f2f2f0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.showcase-archive-section .showcase-archive-active-filter a {
  color: #d1ff00;
  font-size: 12px;
  margin-left: 30px;
  transition: color 0.2s ease-out;
}
.showcase-archive-section .showcase-archive-active-filter a:hover {
  color: #f2f2f0;
}
.showcase-archive-section .showcase-promo-card__link {
  flex: 0 0 auto;
  margin-top: 0;
  white-space: nowrap;
}
.showcase-archive-section .read_more_link {
  display: inline-flex;
  align-items: center;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d1ff00;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.showcase-archive-section .read_more_link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

@media (max-width: 1199.98px) {
  .showcase-archive-section .showcase-promo-card__content {
    padding: 55px 45px 45px;
  }
}
@media (max-width: 991.98px) {
  .showcase-archive-section {
    padding: 80px 0;
  }
  .showcase-archive-section .showcase-archive-header {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 55px;
  }
  .showcase-archive-section .showcase-promo-card {
    margin-bottom: 45px;
  }
  .showcase-archive-section .showcase-promo-card__media-col,
  .showcase-archive-section .showcase-promo-card__image {
    min-height: 420px;
  }
  .showcase-archive-section .showcase-promo-card__content {
    min-height: 0;
    padding: 45px 35px;
  }
}
@media (max-width: 767.98px) {
  .showcase-archive-section {
    padding: 65px 0;
  }
  .showcase-archive-section .showcase-archive-title {
    font-size: clamp(44px, 14vw, 68px);
  }
  .showcase-archive-section .showcase-promo-card__media-col,
  .showcase-archive-section .showcase-promo-card__image {
    min-height: 300px;
  }
  .showcase-archive-section .showcase-promo-card__content {
    padding: 35px 24px;
  }
  .showcase-archive-section .showcase-promo-card__title {
    font-size: clamp(38px, 11vw, 56px);
    margin-bottom: 20px;
  }
  .showcase-archive-section .showcase-promo-card__footer {
    display: block;
    padding-top: 35px;
  }
  .showcase-archive-section .showcase-promo-card__link {
    margin-top: 25px;
  }
  .showcase-archive-section .showcase-promo-card__meta {
    font-size: 11px;
  }
}
.blok_key_figures {
  background: #0f0f0f;
  padding: 40px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.blok_key_figures .blok_key_figures_inner {
  position: relative;
  z-index: 3;
}
.blok_key_figures .blok_key_figures_bg {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.blok_key_figures .blok_key_figures_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.blok_key_figures .blok_key_figures.has-bg-image {
  background: #0f0f0f;
}
.blok_key_figures .blok_key_figures.has-bg-image .solution_key_item {
  border-color: rgba(255, 255, 255, 0.16);
}
.blok_key_figures h5 {
  color: #F6F6F6;
}
.blok_key_figures .solution_key_item {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #494949;
}
.blok_key_figures .solution_key_item:last-child {
  border-bottom: none;
}
.blok_key_figures .solution_key_item p {
  color: #F6F6F6;
  font-size: 12px;
  margin: 0 !important;
}
.blok_key_figures .solution_key_item h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0 !important;
}

footer {
  background: #0f0f0f;
  position: relative;
  padding-top: 60px;
}
footer .site-footer-content {
  padding-bottom: 60px;
}
footer h2 {
  color: #F6F6F6;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 600;
}
footer h3 {
  color: #F6F6F6;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .site-branding {
  display: flex;
  flex-direction: column;
}
footer .site-branding .footer-logo {
  width: 180px;
  margin-bottom: 20px;
}
footer .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
footer .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
footer .read_more_link:hover::after {
  transform: translateX(10px);
}
footer ul {
  list-style: none;
  margin: 0;
}
footer a {
  color: #0f0f0f;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  font-weight: 400;
  color: #F6F6F6;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
footer a:hover {
  color: #d1ff00;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
footer a i {
  margin-right: 10px;
}
footer .footer_description {
  max-width: 400px;
  color: #6a6a69;
  margin-bottom: 20px;
}
footer .footer_description p {
  color: #6a6a69;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
footer .footer_description p:last-child {
  margin-bottom: 0;
}
footer .footer_nav ul {
  padding: 0;
}
footer .footer_nav ul li {
  line-height: 1.8;
}
footer .social_links a {
  font-size: 18px;
}
footer .footer_nav h3,
footer .footer_contacts h3 {
  text-transform: uppercase;
  color: #6a6a69;
  font-size: 14px;
  font-family: "Inter";
  line-height: 1rem;
  letter-spacing: 0.35rem;
  margin-bottom: 10px;
}
footer .footer_nav .widget-title,
footer .footer_contacts .widget-title {
  text-transform: uppercase;
  color: #A4A4A4;
  font-size: 12px;
  font-family: "Inter";
  line-height: 1.5rem;
  letter-spacing: 0.35rem;
  margin-bottom: 10px;
}
footer .footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding: 10px 0 30px 0;
}
footer .footer_copyright .copyright_data,
footer .footer_copyright .footer_copyright_menu a {
  color: #a2a2a1;
  font-family: "Inter ExtraLight";
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.2s ease-out;
  font-weight: 400;
}
footer .footer_copyright .footer_copyright_menu a:hover {
  color: #FFFFFF;
}

.modal {
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999999;
}
.modal .modal-dialog {
  width: 80%;
  max-width: 500px;
}
.modal .modal-content {
  background: linear-gradient(145deg, rgb(17, 18, 29) 0%, rgba(61, 62, 72, 0.6) 50%, rgba(104, 105, 115, 0.2) 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2784313725) !important;
  border-radius: 5px;
}
.modal .modal-content::after {
  content: "";
  position: absolute;
  background: linear-gradient(145deg, rgb(17, 18, 29) 0%, rgba(61, 62, 72, 0.6) 50%, rgba(104, 105, 115, 0.2) 100%);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.modal .modal-body {
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.modal .modal-body .btn-close {
  position: absolute;
  top: -25px;
  right: -20px;
  color: #d1ff00;
  opacity: 1;
  font-size: 18px;
  transition: transform 0.2s ease-out;
}
.modal .modal-body .btn-close:hover {
  transform: translateY(-2px);
}
.modal .gform_required_legend,
.modal .gfield--type-html a {
  color: #d1ff00 !important;
}
.modal .gfield--type-html a:hover {
  color: #FFFFFF !important;
}
.modal .gform-field-label,
.modal .gfield--type-html,
.modal .gfield--type-html p {
  color: #FFFFFF !important;
}
.modal .gform_fields {
  gap: 20px !important;
}
.modal .gform_fields input, .modal .gform_fields select, .modal .gform_fields textarea {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  color: #FFFFFF !important;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Inter";
}
.modal .gform_fields input:focus, .modal .gform_fields select:focus, .modal .gform_fields textarea:focus {
  --gf-local-color: $accent-color !important;
  --gf-local-outline-color: $accent-color !important;
  --gf-local-outline-color: $accent-color !important;
}
.modal .gform-footer {
  margin-top: 0 !important;
}
.modal .gform-footer .gform_button {
  margin: 10px auto 0 !important;
  background: #d1ff00 !important;
  color: #000 !important;
  padding: 15px 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: transform 0.2s ease-out;
}
.modal .gform-footer .gform_button:hover {
  transform: translateY(-2px);
}

.blog-banner {
  position: relative;
  margin-bottom: 50px;
}
.blog-banner .banner_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}
.blog-banner img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.page_header_container {
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  background-position: 50% 50%;
  margin-bottom: 100px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
.page_header_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
.page_header_container > * {
  position: relative;
  z-index: 2;
}
.page_header_container h1 {
  color: #FFFFFF;
}
.page_header_container p {
  margin-top: 50px;
  color: #FFFFFF;
}

.no_padding .page_header_container {
  margin-bottom: 0px;
}

.blog-details-area .container .banner-inner .page-title {
  font-size: 62px;
  line-height: 72px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog-details-area .container .first-title {
  font-size: 62px !important;
  line-height: 72px !important;
}
.blog-details-area .container .blog-details-content {
  position: relative;
}
.blog-details-area .container .blog-details-content p {
  margin-bottom: 25px;
}
.blog-details-area .container .blog-details-content ul, .blog-details-area .container .blog-details-content ol {
  margin-left: 25px;
  margin-bottom: 25px;
}
.blog-details-area .container .blog-details-content h2, .blog-details-area .container .blog-details-content h3, .blog-details-area .container .blog-details-content h4, .blog-details-area .container .blog-details-content h5, .blog-details-area .container .blog-details-content h6 {
  margin-bottom: 30px;
  font-family: "DM Serif Display";
}
.blog-details-area .container img {
  width: 100%;
  height: auto;
}
.blog-details-area .container .banner-inner img {
  width: 100%;
  height: 100%;
  max-height: 30vw;
  object-fit: cover;
}
.blog-details-area .container .wp-block-image {
  margin: 50px 0;
}
.blog-details-area .container .wp-block-image img {
  height: auto;
}
.blog-details-area .container ul, .blog-details-area .container ol {
  padding-left: 1em;
}
.blog-details-area .container ul li, .blog-details-area .container ol li {
  font-size: 18px;
  font-family: "Inter";
}
.blog-details-area .container .block_infobox {
  background: #d1ff00;
  border-radius: 40px;
  padding: 50px 5vw;
  width: 100vw;
  translate: -12vw;
  margin-bottom: 50px;
}
.blog-details-area .container .block_infobox h2 {
  color: #0f0f0f;
  font-size: 4.5rem;
  line-height: 128.5%;
  margin-top: 0;
}
.blog-details-area .container .block_infobox h6 {
  color: #F6F6F6;
  font-size: 32px;
  line-height: 20px;
}
.blog-details-area .container .block_infobox p {
  color: #fff;
}
.blog-details-area .container .block_infobox a {
  color: #0f0f0f;
  text-decoration: none;
  font-family: "Inter";
  color: #F6F6F6;
}
.blog-details-area .container .block_infobox a:hover {
  border-bottom: 0;
  color: #0f0f0f;
}
.blog-details-area .container .block_infobox .block_infobox_btn a {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block;
}
.blog-details-area .container .block_infobox .block_infobox_btn a::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.blog-details-area .container .block_infobox .block_infobox_btn a:hover {
  color: #fff;
  text-decoration: none;
}
.blog-details-area .container .block_infobox .block_infobox_btn a:hover::after {
  transform: translateX(10px);
}
.blog-details-area .container .event_infobox {
  translate: 0 !important;
}
.blog-details-area .container .event_infobox .gform_button {
  padding: 8px 30px;
  background: #DD2228;
  border-radius: 30px;
  color: #fff;
  border: 0;
  margin: 0 auto;
}
.blog-details-area .container .event_infobox input, .blog-details-area .container .event_infobox textarea, .blog-details-area .container .event_infobox select {
  border: 0;
  padding: 10px 20px !important;
  border-radius: 20px;
  font-size: 15px;
  color: #333;
  background: #fff;
  font-family: Verdana, Tahoma, sans-serif;
}
.blog-details-area .container .event-details {
  margin-bottom: 15px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.blog-details-area .container .event-details a {
  text-decoration: none;
  color: #000;
}
.blog-details-area .container .event-details a:hover {
  text-decoration: underline;
}
.blog-details-area .container .event-details i {
  margin-right: 10px;
}

.social-sharing-section {
  margin-top: 50px;
}
.social-sharing-section .social-sharing a {
  color: #0f0f0f;
  text-decoration: none;
  font-size: 21px;
  margin-right: 10px;
}
.social-sharing-section .social-sharing a:hover {
  color: #000;
}

.project-details-area {
  background: #80807f;
  padding-bottom: 100px;
}
.project-details-area .blog-content-area {
  padding-top: 100px;
}
.project-details-area .blog-content-area .articles-item {
  padding-bottom: 150px;
  margin-bottom: 0;
  position: relative;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  overflow: hidden;
}
.project-details-area .blog-content-area .articles-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #F6F6F6;
}
.project-details-area .blog-content-area .projects_attributes_grid {
  margin-top: 75px;
  padding: 0;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item {
  border: 1px solid #F6F6F6;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item .attribut_name {
  margin: 0;
  line-height: 1;
  font-size: 86px;
}
.project-details-area .blog-content-area .projects_attributes_grid .attributes_item .attribut_parameter {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
  font-family: "Inter Light";
}

.related-posts-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #f2f2f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.related-posts-section .related-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 55px;
}
.related-posts-section .related-posts-title {
  margin: 0;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 3.75rem;
  line-height: 1;
}
.related-posts-section .related-posts-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 17px 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f2f2f0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
}
.related-posts-section .related-posts-cta:hover {
  border-color: #d1ff00;
  color: #d1ff00;
}
.related-posts-section .related-posts-grid {
  display: grid;
  gap: 30px;
}
.related-posts-section .related-posts-grid--1 {
  grid-template-columns: 1fr;
}
.related-posts-section .related-posts-grid--1 .related-post-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}
.related-posts-section .related-posts-grid--1 .related-post-card__image {
  min-height: 430px;
}
.related-posts-section .related-posts-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.related-posts-section .related-posts-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-posts-section .related-post-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101010;
  overflow: hidden;
  transition: border-color 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out;
}
.related-posts-section .related-post-card:hover {
  border-color: rgba(209, 255, 0, 0.75);
  background-color: #131313;
  transform: translateY(-2px);
}
.related-posts-section .related-post-card__image {
  display: block;
  min-height: 300px;
  overflow: hidden;
  background: #000;
}
.related-posts-section .related-post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s ease-out;
}
.related-posts-section .related-post-card__body {
  padding: 34px 34px 38px;
}
.related-posts-section .related-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 26px;
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.related-posts-section .related-post-card__meta span:first-child {
  color: #d1ff00;
}
.related-posts-section .related-post-card__title {
  margin: 0;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.related-posts-section .related-post-card__title a {
  color: inherit;
  text-decoration: none;
}
.related-posts-section .related-post-card__title a:hover {
  color: #d1ff00;
}
.related-posts-section .related-post-card__description {
  margin-top: 22px;
  color: #a2a2a1;
  font-size: 17px;
  line-height: 1.5;
}
.related-posts-section .related-post-card__link {
  display: inline-flex;
  margin-top: 28px;
  color: #d1ff00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
}
.related-posts-section .related-post-card__link:hover {
  color: #f2f2f0;
}
.related-posts-section .related-perspective-section {
  background: #0f0f0f;
}

@media (max-width: 991.98px) {
  .related-posts-header {
    display: block;
  }
  .related-posts-cta {
    margin-top: 28px;
  }
  .related-posts-grid,
  .related-posts-grid--1,
  .related-posts-grid--2,
  .related-posts-grid--3 {
    grid-template-columns: 1fr;
  }
  .related-posts-grid--1 .related-post-card {
    display: block;
  }
  .related-post-card__image {
    min-height: 340px;
  }
}
@media (max-width: 767.98px) {
  .related-posts-section {
    padding: 65px 0;
  }
  .related-posts-header {
    margin-bottom: 35px;
  }
  .related-post-card__image {
    min-height: 260px;
  }
  .related-post-card__body {
    padding: 28px 24px 32px;
  }
}
.hero-section-wraper {
  position: relative;
  margin-bottom: 150px;
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 100px;
  background: #0f0f0f;
}
.hero-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.hero-section .hero-bg-image {
  transform: translate3d(0, 0, 0);
}
.hero-section .hero-bg-parallax {
  top: -15%;
  bottom: -15%;
  height: 130%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.hero-section .hero-bg-video {
  overflow: hidden;
}
.hero-section .hero-bg-video iframe,
.hero-section .hero-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 120%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hero-section .hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0.75;
}
.hero-section .hero-container {
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
}
.hero-section .hero-container .hero-container-content {
  padding: 0;
  margin-top: 60px;
}
.hero-section .hero-container h1 {
  line-height: 0.8;
  font-size: clamp(3.5rem, 11vw, 12rem);
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.025em;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-transform: none;
  margin-bottom: 0;
}
.hero-section .hero-container .hero_title_smaller {
  line-height: 1;
  font-size: clamp(3rem, 7.5vw, 7.5rem);
  width: 85%;
}
.hero-section .hero-container .hero-above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.hero-section .hero-container .hero-above-title .accent-bar {
  width: 3.5rem;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.hero-section .hero-container .hero-content {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.5rem;
  font-family: "Inter Light";
  color: #a2a2a1;
}
.hero-section .hero-container .hero-content p {
  color: #a2a2a1;
  line-height: 1.4;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.hero-section .hero-container .read_more_link.read_more_highlight {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  border: 1px solid #d1ff00;
}
.hero-section .hero-container .read_more_link.read_more_highlight::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.hero-section .hero-container .read_more_link.read_more_highlight:hover {
  transform: translateY(-2px);
}
.hero-section .hero-container .read_more_link.read_more_highlight:hover::after {
  transform: translateX(10px);
}
.hero-section .hero-container .read_more_link.read_more_highlight:after {
  display: none;
}
.hero-section .hero-container .read_more_link {
  align-items: center;
  padding: 20px 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #F6F6F6;
  font-family: "Inter SemiBold";
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.22em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
.hero-section .hero-container .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.hero-section .hero-container .read_more_link:hover {
  color: #0f0f0f !important;
  background-color: #d1ff00;
  text-decoration: none;
}
.hero-section .hero_additional_section {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-top: 30px;
  margin-top: 50px;
}
.hero-section .hero_additional_section .additional_title {
  flex: 0 0 auto;
  margin: 0;
  padding-top: 18px;
  color: #6a6a69;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter Medium";
  letter-spacing: 0.22em;
}
.hero-section .hero_additional_section .additional_line {
  --hero-additional-columns: 6;
  display: grid;
  grid-template-columns: repeat(var(--hero-additional-columns), minmax(0, 1fr));
  width: 100%;
}
.hero-section .hero_additional_section .additional_line__item {
  min-width: 0;
  min-height: 80px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-section .hero_additional_section .additional_line__item--text h4 {
  margin: 0;
  color: #a2a2a1;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "DM Serif Display Italic";
  letter-spacing: 0.22em;
}
.hero-section .hero_additional_section .additional_line__item--image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}
.hero-section .hero_links_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.hero-section .hero_links_area .read_more {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.2s ease-out;
}
.hero-section .hero_links_area .read_more i {
  margin-right: 5px;
}
.hero-section .hero_links_area .read_more:hover {
  color: #d1ff00;
}

@media (max-width: 991px) {
  .hero-section .hero_additional_section {
    flex-direction: column;
    gap: 20px;
  }
  .hero-section .hero_additional_section .additional_title {
    padding-top: 0;
  }
  .hero-section .hero_additional_section .additional_line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .hero-section .hero_additional_section {
    gap: 12px;
  }
  .hero-section .hero_additional_section .additional_line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-section .hero_additional_section .additional_line__item {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero_additional_section {
    margin-top: 30px;
    padding-top: 20px;
    gap: 10px;
  }
  .hero-section .hero_additional_section .additional_line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-section .hero_additional_section .additional_line__item {
    min-height: 50px;
    padding: 5px;
    width: 45%;
  }
  .hero-section .hero_additional_section .additional_line__item--image img {
    max-width: 90%;
  }
}
.hero-running-line-wrap {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.hero-running-line-wrap .hero-running-line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
}
.hero-running-line-wrap h3 {
  color: #6a6a69;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter Medium";
  letter-spacing: 0.22em;
  margin-bottom: 10px;
}
.hero-running-line-wrap .hero-running-line__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: heroRunningLine 50s linear infinite;
}
.hero-running-line-wrap .hero-running-line__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hero-running-line-wrap .hero-running-line__item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.hero-running-line-wrap .hero-running-line__item--text .hero-running-line__text {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "DM Serif Display";
  color: #a2a2a1;
  font-family: "DM Serif Display Italic";
  letter-spacing: 0.2em;
}
.hero-running-line-wrap .hero-running-line__item--image .hero-running-line__logo {
  display: block;
  max-height: 80px;
  width: auto;
  object-fit: contain;
}
.hero-running-line-wrap .hero-running-line__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1ff00;
  margin: 0 30px;
  flex-shrink: 0;
}
.hero-running-line-wrap .hero-running-line:hover .hero-running-line__track {
  animation-play-state: paused;
}

@keyframes heroRunningLine {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 991px) {
  .hero-running-line__item--text .hero-running-line__text {
    font-size: clamp(28px, 6vw, 56px);
  }
  .hero-running-line__item--image .hero-running-line__logo {
    max-height: 50px;
  }
  .hero-running-line__dot {
    width: 8px;
    height: 8px;
    margin: 0 24px;
  }
  .hero-running-line__track {
    animation-duration: 28s;
  }
}
@media (max-width: 575px) {
  .hero-running-line__item--text .hero-running-line__text {
    font-size: clamp(22px, 8vw, 40px);
    padding: 12px 0;
  }
  .hero-running-line__item--image .hero-running-line__logo {
    max-height: 32px;
  }
  .hero-running-line__dot {
    width: 7px;
    height: 7px;
    margin: 0 18px;
  }
  .hero-running-line__track {
    animation-duration: 22s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-running-line__track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}
.two_columns_section {
  z-index: 1;
  position: relative;
  padding: 100px 0;
  background: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.two_columns_section .section_two_columns .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.two_columns_section .section_two_columns h2 {
  line-height: 1;
  color: #f2f2f0;
  margin-bottom: 30px;
}
.two_columns_section .section_two_columns .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 30px;
}
.two_columns_section .section_two_columns .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.two_columns_section .section_two_columns .read_more_link:hover::after {
  transform: translateX(10px);
}
.two_columns_section .section_two_columns .two_columns_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.two_columns_section .section_two_columns .content {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #f2f2f0;
  font-family: "Inter";
}
.two_columns_section .section_two_columns .content h1, .two_columns_section .section_two_columns .content h2, .two_columns_section .section_two_columns .content h3, .two_columns_section .section_two_columns .content h4, .two_columns_section .section_two_columns .content h5, .two_columns_section .section_two_columns .content h6 {
  color: #f2f2f0;
  line-height: 1;
  margin-bottom: 40px;
}
.two_columns_section .section_two_columns .content a {
  color: #f2f2f0;
}
.two_columns_section .section_two_columns .content p {
  color: #a2a2a1;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Inter Light";
}
.two_columns_section .section_two_columns .content p:last-child {
  margin-bottom: 0;
}
.two_columns_section .section_two_columns .content_2_video {
  width: 100%;
}
.two_columns_section .section_two_columns .content_2_video.video-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.two_columns_section .section_two_columns .content_2_video.video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.two_columns_section .section_two_columns .content_2_video video {
  width: 100%;
  height: auto;
}

.two_columns_section.section-yellow {
  background: #d1ff00;
}

.two_columns_section.section-grey {
  background: #80807f;
}

.two_columns_section.section-white {
  background: #f2f2f0;
}

.two_columns_section.section-grey .above-title {
  color: #d1ff00;
}
.two_columns_section.section-grey .two_columns_content h2 {
  color: #0f0f0f;
}
.two_columns_section.section-grey .content h1, .two_columns_section.section-grey .content h2, .two_columns_section.section-grey .content h3, .two_columns_section.section-grey .content h4, .two_columns_section.section-grey .content h5, .two_columns_section.section-grey .content h6, .two_columns_section.section-grey .content p, .two_columns_section.section-grey .content a {
  color: #0f0f0f;
}

.two_columns_section.section-yellow .above-title {
  color: #6a6a69;
}
.two_columns_section.section-yellow .two_columns_content h2 {
  color: #0f0f0f;
}
.two_columns_section.section-yellow .content h1, .two_columns_section.section-yellow .content h2, .two_columns_section.section-yellow .content h3, .two_columns_section.section-yellow .content h4, .two_columns_section.section-yellow .content h5, .two_columns_section.section-yellow .content h6, .two_columns_section.section-yellow .content p, .two_columns_section.section-yellow .content a {
  color: #0f0f0f;
}

.two_columns_section.section-white .above-title {
  color: #d1ff00;
}
.two_columns_section.section-white .two_columns_content h2 {
  color: #0f0f0f;
}
.two_columns_section.section-white .content h1, .two_columns_section.section-white .content h2, .two_columns_section.section-white .content h3, .two_columns_section.section-white .content h4, .two_columns_section.section-white .content h5, .two_columns_section.section-white .content h6, .two_columns_section.section-white .content p, .two_columns_section.section-white .content a {
  color: #0f0f0f;
}

.contactus_section {
  position: relative;
  background: #0f0f0f;
  padding-bottom: 100px;
}
.contactus_section .contactus-heading-area {
  margin-bottom: 100px;
}
.contactus_section .contactus-heading-area .contactus-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contactus_section .contactus-heading-area .contactus__title {
  margin-bottom: 0;
  color: #f2f2f0;
}
.contactus_section .contactus-heading-area .contact-content {
  color: #f2f2f0;
}
.contactus_section .contactus-heading-area .contact-content p {
  color: #f2f2f0;
  margin-bottom: 0;
}
.contactus_section .contact_info_area .social_links {
  margin-top: 30px;
}
.contactus_section .contact_info_area .social_links a {
  font-size: 52px;
  margin-right: 15px;
  color: #d1ff00;
  transition: color 0.2s ease-out;
}
.contactus_section .contact_info_area .social_links a:hover {
  color: #FFFFFF;
}
.contactus_section .contact_info_area .contact_title_arguments,
.contactus_section .contact_info_area .contact-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contactus_section .contact_info_area .contactus_arguments_list {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 70px;
}
.contactus_section .contact_info_area .contactus_arguments_list li {
  color: #f2f2f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.contactus_section .contact_info_area .contactus_arguments_list li:hover {
  background: #1a1a1a;
}
.contactus_section .contact_info_area .contactus_arguments_list li::before {
  content: "\f309";
  font-family: "bootstrap-icons";
  color: #d1ff00;
  font-size: 18px;
}
.contactus_section .contact_info_area .contactus_info_data {
  margin-bottom: 15px;
  font-size: 20px;
}
.contactus_section .contact_info_area .contactus_info_data a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #d1ff00;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.4;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.contactus_section .contact_info_area .contactus_info_data a:hover {
  color: #FFFFFF;
}
.contactus_section .contact_info_area .contactus_info_data a:hover i {
  color: #FFFFFF;
}
.contactus_section .contact_info_area .contactus_info_data i {
  color: #d1ff00;
  font-size: 20px;
  margin-right: 10px;
}
.contactus_section .contact_info_area .contact_emails a {
  font-family: "DM Serif Display Italic";
  font-size: 32px;
}
.contactus_section .contact_info_area .contact_address,
.contactus_section .contact_info_area .contact_address a {
  font-size: 14px;
  color: #a2a2a1;
}
.contactus_section .contactus_form_col {
  padding: 0 50px;
}
.contactus_section .contactus_form_col .gform_required_legend {
  display: none;
}
.contactus_section .contactus_form_col .gform-footer {
  margin-top: 0;
  text-align: center;
  display: block;
}
.contactus_section .contactus_form_col .gform-footer input[type=submit] {
  background: transparent !important;
  color: #FFFFFF !important;
  font-family: "Inter" !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 0 auto;
  margin-top: 50px !important;
  padding: 15px 30px !important;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out !important;
  display: inline-flex;
  align-items: center;
  border-radius: 0 !important;
  width: 50%;
  text-align: left !important;
}
.contactus_section .contactus_form_col .gform-footer input[type=submit]:hover {
  background: #6a6a69 !important;
  color: #0f0f0f !important;
}
.contactus_section .contactus_form_col form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield label.gfield_label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container input,
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 20px 20px;
  color: #f2f2f0;
  background: none;
  font-family: "Inter Light";
  font-size: 22px;
  font-weight: 400;
  outline: none;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
}
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #f2f2f0;
  opacity: 1;
}
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container input:focus,
.contactus_section .contactus_form_col form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  color: #f2f2f0;
}
.contactus_section .contactus_form_col form .gform-footer {
  margin-top: 0;
  text-align: center;
  display: block;
}
.contactus_section .contactus_form_col form .gform-footer input[type=submit],
.contactus_section .contactus_form_col form .gform-footer .gform_button {
  color: #0f0f0f !important;
  background: #d1ff00 !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-family: "Inter SemiBold" !important;
  line-height: 2 !important;
}

.performance-metrics-section {
  padding: 130px 0;
  background: #0f0f0f;
  position: relative;
}
.performance-metrics-section .performance-metrics-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.performance-metrics-section h2 {
  color: #f2f2f0;
  margin-bottom: 0;
}
.performance-metrics-section .container {
  position: relative;
  z-index: 1;
}
.performance-metrics-section .performance-metrics-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #a2a2a1;
  margin: 0;
}
.performance-metrics-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 20px;
}
.performance-metrics-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.performance-metrics-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.performance-metrics-section .performance-metrics-blocks {
  margin-top: 50px;
  display: grid;
}
.performance-metrics-section .performance-metrics-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.performance-metrics-section .performance-metrics-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.performance-metrics-section .performance-metrics-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item {
  background: #0f0f0f;
  padding: 40px;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item:hover .above-title {
  color: #f2f2f0;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics-item-heading {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics-item-heading i {
  font-size: 14px;
  color: #d1ff00;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics-item-heading .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  transition: color 0.2s ease-out;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item h3 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
  color: #f2f2f0;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_desrciption {
  color: #a2a2a1;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_desrciption p {
  color: #a2a2a1;
  font-size: 14px;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_desrciption ul {
  padding: 0;
  margin-top: 30px;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_desrciption ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_desrciption ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d1ff00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_list_arguments {
  padding: 0;
  margin: 0;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_list_arguments li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
  display: flex;
  align-items: center;
  gap: 10px;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_list_arguments li::before {
  display: none;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_list_arguments .accent-bar {
  width: 2em;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_read_more_link {
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #0f0f0f;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-out;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_read_more_link:hover svg {
  transform: translate(3px, -3px);
}
.performance-metrics-section .performance-metrics-blocks .performance-metrics-item .cards_read_more_link svg {
  height: 1rem;
  width: 1rem;
  margin-left: 10px;
  transition: transform 0.2s ease-out;
}
.performance-metrics-section .performance-metrics-quote {
  margin-top: 50px;
  padding-top: 50px;
  padding-right: 10%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 48px;
  color: #f2f2f0;
}
.performance-metrics-section .performance-metrics-quote_meta {
  margin-top: 30px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.performance-metrics-section .performance-metrics-quote_meta .accent-bar {
  width: 3rem;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.performance-metrics-section .performance-metrics-blocks-inner {
  min-width: 0;
}
.performance-metrics-section .performance-metrics-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.performance-metrics-section .above-title {
  margin: 0 0 22px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d1ff00;
  font-weight: 500;
}
.performance-metrics-section .performance-metrics_item_desrciption {
  margin-bottom: 22px;
}
.performance-metrics-section .performance-metrics_item_desrciption p {
  margin-bottom: 0;
  color: #F6F6F6;
}
.performance-metrics-section .cards_list_arguments {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.performance-metrics-section .cards_list_arguments li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #FFFFFF;
}
.performance-metrics-section .cards_list_arguments .accent-bar {
  width: 26px;
  height: 2px;
  background: #d1ff00;
  flex-shrink: 0;
  display: inline-block;
}
.performance-metrics-section .cards_read_more_link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.performance-metrics-section .performance-metrics-blocks.layout-2 .performance-metrics-blocks-inner:nth-child(2n) .performance-metrics-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.performance-metrics-section .performance-metrics-blocks.layout-2 .performance-metrics-blocks-inner:not(:nth-last-child(-n+2)) .performance-metrics-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.performance-metrics-section .performance-metrics-blocks.layout-3 .performance-metrics-blocks-inner:nth-child(3n+2) .performance-metrics-item,
.performance-metrics-section .performance-metrics-blocks.layout-3 .performance-metrics-blocks-inner:nth-child(3n) .performance-metrics-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.performance-metrics-section .performance-metrics-blocks.layout-3 .performance-metrics-blocks-inner:not(:nth-last-child(-n+3)) .performance-metrics-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.performance-metrics-section .performance-metrics-blocks.layout-4 .performance-metrics-blocks-inner:nth-child(4n+2) .performance-metrics-item,
.performance-metrics-section .performance-metrics-blocks.layout-4 .performance-metrics-blocks-inner:nth-child(4n+3) .performance-metrics-item,
.performance-metrics-section .performance-metrics-blocks.layout-4 .performance-metrics-blocks-inner:nth-child(4n) .performance-metrics-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.performance-metrics-section .performance-metrics-blocks.layout-4 .performance-metrics-blocks-inner:not(:nth-last-child(-n+4)) .performance-metrics-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.performance-metrics-section.performance-metrics-section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
.performance-metrics-section.performance-metrics-section-bg h2 {
  color: #f2f2f0;
}
.performance-metrics-section.performance-metrics-section-bg p {
  color: #f2f2f0;
}
.performance-metrics-section.performance-metrics-section-bg .performance-metrics-blocks .performance-metrics-item {
  background: rgba(0, 0, 0, 0.65);
}
.performance-metrics-section.performance-metrics-section-bg .performance-metrics-blocks .performance-metrics-item:hover {
  background: rgb(0, 0, 0);
}
.performance-metrics-section.performance-metrics-section-bg .performance-metrics-blocks .performance-metrics-item .cards_read_more_link {
  color: #f2f2f0;
}
.performance-metrics-section.performance-metrics-section-bg .performance-metrics-blocks .performance-metrics-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.performance-metrics-section.performance-metrics-section-bg .performance-metrics-blocks .performance-metrics-item .performance-metrics_item_name {
  color: #f2f2f0;
}

.comparison-section {
  padding: 150px 0;
  position: relative;
  margin-bottom: 0;
}
.comparison-section .comparison-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.comparison-section .comparison-bg-image,
.comparison-section .comparison-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.comparison-section .comparison-bg-image {
  inset: 0;
}
.comparison-section .comparison-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.comparison-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f2f2f0;
  opacity: 0.75;
}
.comparison-section h2 {
  margin-bottom: 50px;
  color: #0f0f0f;
  max-width: 90%;
}
.comparison-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.comparison-section .comparison_title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.comparison-section .container {
  position: relative;
  z-index: 1;
}
.comparison-section .comparison-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.comparison-section .comparison_list {
  padding-left: 30px;
  border-left: 1px solid #a2a2a1;
}
.comparison-section .comparison_list_items .comparison_list_item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #a2a2a1;
  align-items: center;
}
.comparison-section .comparison_list_items .comparison_list_item:last-child {
  border-bottom: none;
}
.comparison-section .comparison_list_items .comparison_list_item h5 {
  margin: 0;
  font-size: 14px;
}
.comparison-section .comparison_list_items .comparison_list_item .comparison_thesis_item {
  color: #6a6a69;
  text-decoration: line-through;
  font-family: "Inter Light";
}
.comparison-section .comparison-summary {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  margin-top: 50px;
}
.comparison-section .comparison-summary h3 {
  font-size: 32px;
  font-style: italic;
  font-family: "DM Serif Display Italic";
}
.comparison-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 50px;
}
.comparison-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.comparison-section .read_more_link:hover {
  transform: translateY(-2px);
}
.comparison-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.comparison-section .comparison-blocks {
  display: flex;
  flex-direction: column;
}
.comparison-section .comparison-blocks .comparison-item {
  padding: 2rem;
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #F6F6F6;
  transition: background-color 0.2s ease-out;
}
.comparison-section .comparison-blocks .comparison-item:hover {
  background: #f2f2f0;
}
.comparison-section .comparison-blocks .comparison-item:last-child {
  border-bottom: none;
}
.comparison-section .comparison-blocks .comparison-item .comparison-index-item h2 {
  font-size: 3.5rem;
  color: #d1ff00;
  margin: 0;
}
.comparison-section .comparison-blocks .comparison-item .comparison-index-item img {
  width: 55px;
  height: auto;
  object-fit: contain;
}
.comparison-section .comparison-blocks .comparison-item .comparison-info h3 {
  font-size: 32px;
  margin-bottom: 0;
  color: #0f0f0f;
}
.comparison-section .comparison-blocks .comparison-item .comparison-info .comparison_item_desrciption {
  color: #80807f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.featured-works-section {
  padding-bottom: 100px;
  position: relative;
  background: #0f0f0f;
}
.featured-works-section .section-title {
  margin-bottom: 30px;
}
.featured-works-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.featured-works-section .above-title .accent-bar {
  width: 3rem;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.featured-works-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.featured-works-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.featured-works-section .read_more_link::after {
  display: none;
}
.featured-works-section .read_more_link:hover {
  transform: translateY(-2px);
}
.featured-works-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.featured-works-section .featured-works__head {
  margin-bottom: 60px;
}
.featured-works-section .above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.featured-works-section .featured-works__title {
  margin: 0;
  font-size: 4.5rem;
  color: #f2f2f0;
}
.featured-works-section .featured-works__intro {
  color: #a2a2a1;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 24px;
}
.featured-works-section .featured-works__grid {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.featured-works-section .featured-work-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.featured-works-section .featured-work-row__inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 260px 40px;
  gap: 40px;
  min-height: 210px;
  padding: 50px 20px;
  color: inherit;
  text-decoration: none;
  align-items: start;
}
.featured-works-section .featured-work-row__meta {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.featured-works-section .featured-work-row__number {
  color: #d1ff00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.featured-works-section .featured-work-row__above {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.featured-works-section .featured-work-row__title {
  max-width: 760px;
  margin: 0;
  color: #f5f2ec;
  font-family: "DM Serif Display";
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.featured-works-section .featured-work-row__title a {
  color: inherit;
  text-decoration: none;
  font-size: 2.25rem;
  font-weight: 400;
}
.featured-works-section .featured-work-row__title a:hover {
  color: #d1ff00;
}
.featured-works-section .featured-work-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  text-decoration: none;
}
.featured-works-section .featured-work-row__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.featured-works-section .featured-work-row__properties {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.featured-works-section .featured-work-row__property-value {
  color: #d1ff00;
  font-family: "DM Serif Display";
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 10px;
}
.featured-works-section .featured-work-row__property-description {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.featured-works-section .featured-work-row__arrow {
  justify-self: end;
  color: rgba(255, 255, 255, 0.35);
  font-size: 24px;
  transition: transform 0.25s ease-out, color 0.25s ease-out;
  padding: 20px;
}
.featured-works-section .featured-work-row__inner:hover {
  background: #1a1a1a;
  transition: background-color 0.2s ease-out;
}
.featured-works-section .featured-work-row__inner:hover .featured-work-row__arrow {
  transform: translateX(4px);
  color: #d1ff00;
}

@media (max-width: 1199px) {
  .featured-work-row__inner {
    grid-template-columns: 130px minmax(0, 1fr) 220px 32px;
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .featured-work-row__inner {
    grid-template-columns: 1fr 32px;
    gap: 24px;
    min-height: auto;
    padding: 38px 0;
  }
  .featured-work-row__meta,
  .featured-work-row__main,
  .featured-work-row__properties {
    grid-column: 1;
  }
  .featured-work-row__arrow {
    grid-column: 2;
    grid-row: 1/span 3;
  }
  .featured-work-row__properties {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .featured-work-row__title {
    font-size: 34px;
  }
  .featured-work-row__property-value {
    font-size: 56px;
  }
  .featured-work-row__above,
  .featured-work-row__property-description {
    letter-spacing: 0.22em;
  }
}
.promises-section {
  padding: 100px 0;
  position: relative;
  margin-bottom: 0;
}
.promises-section .promises-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.promises-section .promises-bg-image,
.promises-section .promises-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.promises-section .promises-bg-image {
  inset: 0;
}
.promises-section .promises-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.promises-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f2f2f0;
  opacity: 0.75;
}
.promises-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.promises-section .promises-head {
  margin-bottom: 50px;
}
.promises-section .promises-head h2 {
  font-size: 3.75rem;
  margin-bottom: 0;
}
.promises-section .promises-head .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 50px;
}
.promises-section .promises-head .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.promises-section .promises-head .read_more_link:hover {
  transform: translateY(-2px);
}
.promises-section .promises-head .read_more_link:hover::after {
  transform: translateX(10px);
}
.promises-section .container {
  position: relative;
  z-index: 1;
}
.promises-section .promises-content {
  margin-bottom: 50px;
}
.promises-section .promises-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.promises-section .promises_list .promises_list_items.one-cols {
  column-count: 1;
}
.promises-section .promises_list .promises_list_items.two-cols {
  column-count: 2;
}
.promises-section .promises_list .promises_list_items.three-cols {
  column-count: 3;
}
.promises-section .promises_list .promises_list_items.fours-cols {
  column-count: 4;
}
.promises-section .promises_list .promises_list_items .promises_list_item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.promises-section .promises_list .promises_list_items .promises_list_item:hover {
  background: #E5E5E5;
  cursor: pointer;
}
.promises-section .promises_list .promises_list_items .promises_list_item:last-child {
  border-bottom: none;
}
.promises-section .promises_list .promises_list_items .promises_list_item h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter Light";
}
.promises-section .promises_list .promises_list_items .promises_list_item .promises_thesis_item {
  color: #6a6a69;
  text-decoration: line-through;
  font-family: "Inter Light";
}
.promises-section .promises_list .promises_list_items.hide_dividers .promises_list_item {
  border: 0;
}

.promises-section.promises-section-dark {
  background: #0f0f0f;
}
.promises-section.promises-section-dark .overlay {
  background: #0f0f0f;
  opacity: 0.75;
}
.promises-section.promises-section-dark .promises-head h2 {
  color: #f2f2f0;
}
.promises-section.promises-section-dark .promises-content {
  color: #f2f2f0;
}
.promises-section.promises-section-dark .promises-content p {
  color: #f2f2f0;
}
.promises-section.promises-section-dark .promises_list .promises_list_items .promises_list_item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.promises-section.promises-section-dark .promises_list .promises_list_items .promises_list_item h5 {
  color: #f2f2f0;
}

.cta-block-section {
  padding: 150px 0;
  background: #d1ff00;
  position: relative;
  margin-bottom: 0;
}
.cta-block-section .benefits-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.cta-block-section .benefits-bg-image,
.cta-block-section .benefits-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cta-block-section .benefits-bg-image {
  inset: 0;
}
.cta-block-section .benefits-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.cta-block-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1ff00;
  opacity: 0.75;
}
.cta-block-section h2 {
  color: #0f0f0f;
  font-size: 54px;
}
.cta-block-section .cta-block-title-exstalarge {
  font-size: 10rem;
  max-width: 100%;
}
.cta-block-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #0f0f0f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cta-block-section .container {
  position: relative;
  z-index: 1;
}
.cta-block-section .cta-block-content {
  margin-top: 50px;
}
.cta-block-section .cta-block-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.cta-block-section .cta-block-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-block-section .cta_links_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.cta-block-section .cta_links_area .read_more_link {
  align-items: center;
  padding: 20px 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #F6F6F6;
  font-family: "Inter SemiBold";
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.22em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  color: #0f0f0f;
  border: 1px solid #000;
}
.cta-block-section .cta_links_area .read_more_link::after {
  display: none;
}
.cta-block-section .cta_links_area .read_more_link:hover {
  color: #d1ff00;
  background: #000;
  transform: translateY(-2px);
}
.cta-block-section .cta_links_area .read_more_link.read_more_highlight {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  color: #d1ff00;
  background: #000;
  border: 1px solid #000;
}
.cta-block-section .cta_links_area .read_more_link.read_more_highlight::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.cta-block-section .cta_links_area .read_more_link.read_more_highlight:hover {
  transform: translateY(-2px);
}
.cta-block-section .cta_links_area .read_more_link.read_more_highlight:after {
  display: none;
}

.cta-block-section.cta-low-section {
  padding: 100px 0;
}

.text_editor_section {
  padding-bottom: 100px;
  background: #0f0f0f;
}
.text_editor_section .row {
  color: #f2f2f0;
  font-size: 20px;
  line-height: 1.75;
}
.text_editor_section .row p {
  margin: 0 0 34px;
  color: inherit;
}
.text_editor_section .row h2,
.text_editor_section .row h3,
.text_editor_section .row h4,
.text_editor_section .row h5,
.text_editor_section .row h6 {
  margin: 70px 0 24px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1.1;
}
.text_editor_section .row h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.text_editor_section .row h3 {
  font-size: clamp(30px, 3vw, 42px);
}
.text_editor_section .row ol {
  margin-left: 20px;
}
.text_editor_section .row ul li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.text_editor_section .row a {
  text-decoration: underline;
  color: #f2f2f0;
  font-family: "Inter Light";
  trsition: 0.2s;
}
.text_editor_section .row a:hover {
  trsition: 0.2s;
  color: #d1ff00;
}
.text_editor_section .row blockquote {
  margin: 50px 0;
  padding-left: 35px;
  border-left: 1px solid #d1ff00;
  color: #f2f2f0;
  font-family: "DM Serif Display Italic";
  font-size: 3.75rem;
  line-height: 1.15;
}
.text_editor_section .row blockquote p {
  margin: 0;
  font-family: "DM Serif Display Italic";
  font-size: 32px;
  padding: 30px 0;
}
.text_editor_section .row img {
  display: block;
  width: calc(100% + 220px);
  max-width: calc(100% + 220px);
  margin: 80px 0 18px -110px;
  height: auto;
}
.text_editor_section .row figure {
  width: calc(100% + 220px);
  max-width: calc(100% + 220px);
  margin: 80px 0 60px -110px;
}
.text_editor_section .row figure img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.text_editor_section .row figure figcaption {
  margin-top: 15px;
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cards-grid-section {
  padding: 130px 0;
  background: #f2f2f0;
  position: relative;
}
.cards-grid-section .cards-grid-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cards-grid-section h2 {
  color: #0f0f0f;
  margin-bottom: 50px;
}
.cards-grid-section .container {
  position: relative;
  z-index: 1;
}
.cards-grid-section .cards-grid-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.cards-grid-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.cards-grid-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.cards-grid-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.cards-grid-section .cards-grid-blocks {
  margin-top: 50px;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item {
  background: #f2f2f0;
  padding: 40px;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item:hover {
  background: #d1ff00;
  transform: translateY(-2px);
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: color 0.2s ease-out;
  font-family: "Inter Medium";
}
.cards-grid-section .cards-grid-blocks .cards-grid-item h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  color: #0f0f0f;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption {
  color: #6a6a69;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption p {
  color: #6a6a69;
  font-family: "Inter Medium";
  font-size: 14px;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption ul {
  padding: 0;
  margin-top: 30px;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d1ff00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_list_arguments {
  padding: 0;
  margin: 0;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_list_arguments li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_list_arguments li::before {
  display: none;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_list_arguments .accent-bar {
  width: 2em;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_read_more_link {
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #0f0f0f;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-out;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_read_more_link:hover svg {
  transform: translate(3px, -3px);
}
.cards-grid-section .cards-grid-blocks .cards-grid-item .cards_read_more_link svg {
  height: 1rem;
  width: 1rem;
  margin-left: 10px;
  transition: transform 0.2s ease-out;
}
.cards-grid-section .cards-grid-blocks {
  display: grid;
  margin-top: 50px;
}
.cards-grid-section .cards-grid-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cards-grid-section .cards-grid-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cards-grid-section .cards-grid-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cards-grid-section .cards-grid-blocks-inner {
  min-width: 0;
}
.cards-grid-section .cards-grid-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.cards-grid-section .above-title {
  margin: 0 0 22px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d1ff00;
  font-weight: 500;
}
.cards-grid-section .cards-grid_item_desrciption {
  margin-bottom: 22px;
}
.cards-grid-section .cards-grid_item_desrciption p {
  margin-bottom: 0;
  color: #F6F6F6;
}
.cards-grid-section .cards_list_arguments {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.cards-grid-section .cards_list_arguments li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #FFFFFF;
}
.cards-grid-section .cards_list_arguments .accent-bar {
  width: 26px;
  height: 2px;
  background: #d1ff00;
  flex-shrink: 0;
  display: inline-block;
}
.cards-grid-section .cards_read_more_link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cards-grid-section .cards-grid-blocks.layout-2 .cards-grid-blocks-inner:nth-child(2n) .cards-grid-item {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cards-grid-section .cards-grid-blocks.layout-2 .cards-grid-blocks-inner:not(:nth-last-child(-n+2)) .cards-grid-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cards-grid-section .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:nth-child(3n+2) .cards-grid-item,
.cards-grid-section .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:nth-child(3n) .cards-grid-item {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cards-grid-section .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:not(:nth-last-child(-n+3)) .cards-grid-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cards-grid-section .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n+2) .cards-grid-item,
.cards-grid-section .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n+3) .cards-grid-item,
.cards-grid-section .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n) .cards-grid-item {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cards-grid-section .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:not(:nth-last-child(-n+4)) .cards-grid-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cards-grid-section.cards-grid-section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
.cards-grid-section.cards-grid-section-bg h2 {
  color: #f2f2f0;
}
.cards-grid-section.cards-grid-section-bg p {
  color: #f2f2f0;
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks .cards-grid-item {
  background: rgba(0, 0, 0, 0.65);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks .cards-grid-item:hover {
  background: rgb(0, 0, 0);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks .cards-grid-item .cards_read_more_link {
  color: #f2f2f0;
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks .cards-grid-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks .cards-grid-item .cards-grid_item_name {
  color: #f2f2f0;
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-2 .cards-grid-blocks-inner:nth-child(2n) .cards-grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-2 .cards-grid-blocks-inner:not(:nth-last-child(-n+2)) .cards-grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:nth-child(3n+2) .cards-grid-item,
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:nth-child(3n) .cards-grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-3 .cards-grid-blocks-inner:not(:nth-last-child(-n+3)) .cards-grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n+2) .cards-grid-item,
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n+3) .cards-grid-item,
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:nth-child(4n) .cards-grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.cards-grid-section.cards-grid-section-bg .cards-grid-blocks.layout-4 .cards-grid-blocks-inner:not(:nth-last-child(-n+4)) .cards-grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

@media (max-width: 991px) {
  .cards-grid-section .cards-grid-blocks {
    grid-template-columns: 1fr !important;
  }
  .cards-grid-section .cards-grid-item {
    min-height: auto;
    padding: 34px 0;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .cards-grid-section .cards-grid-blocks {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .cards-grid-section .cards-grid-blocks {
    margin-top: 50px;
  }
  .cards-grid-section .cards-grid_item_name {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .cards-grid-section .cards-grid-item {
    padding: 28px 0;
  }
}
.newsletter-block-section {
  padding: 100px 0;
  position: relative;
  margin-bottom: 0;
}
.newsletter-block-section .newsletter-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.newsletter-block-section .newsletter-bg-image,
.newsletter-block-section .newsletter-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.newsletter-block-section .newsletter-bg-image {
  inset: 0;
}
.newsletter-block-section .newsletter-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.newsletter-block-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f2f2f0;
  opacity: 0.75;
}
.newsletter-block-section h2 {
  color: #0f0f0f;
  font-size: 3em;
}
.newsletter-block-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #0f0f0f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.newsletter-block-section .above-title .accent-bar {
  width: 3.5rem;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.newsletter-block-section .container {
  position: relative;
  z-index: 1;
}
.newsletter-block-section .newsletter-block-content {
  margin-top: 50px;
}
.newsletter-block-section .newsletter-block-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.newsletter-block-section .newsletter_links_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.newsletter-block-section .newsletter_links_area .tnp {
  margin: 0;
  max-width: 100%;
}
.newsletter-block-section .newsletter_links_area .tnp form {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 20px;
}
.newsletter-block-section .newsletter_links_area label {
  display: none;
}
.newsletter-block-section .newsletter_links_area .tnp-subscription input[type=text],
.newsletter-block-section .newsletter_links_area .tnp-subscription input[type=email],
.newsletter-block-section .newsletter_links_area .tnp-subscription input[type=submit],
.newsletter-block-section .newsletter_links_area .tnp-subscription select,
.newsletter-block-section .newsletter_links_area .tnp-subscription textarea,
.newsletter-block-section .newsletter_links_area .tnp-profile input[type=text],
.newsletter-block-section .newsletter_links_area .tnp-profile input[type=email],
.newsletter-block-section .newsletter_links_area .tnp-profile input[type=submit],
.newsletter-block-section .newsletter_links_area .tnp-profile select,
.newsletter-block-section .newsletter_links_area .tnp-profile textarea,
.newsletter-block-section .newsletter_links_area input,
.newsletter-block-section .newsletter_links_area textarea,
.newsletter-block-section .newsletter_links_area select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 20px 30px;
}
.newsletter-block-section .newsletter_links_area .tnp-field {
  margin-bottom: 0;
}
.newsletter-block-section .newsletter_links_area .tnp-field.tnp-field-email {
  width: 100%;
}
.newsletter-block-section .newsletter_links_area .tnp-submit {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  color: #d1ff00;
  background: #000;
  font-size: 14px;
  border: 1px solid #000;
}
.newsletter-block-section .newsletter_links_area .tnp-submit::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.newsletter-block-section .newsletter_links_area .tnp-submit:hover {
  transform: translateY(-2px);
}
.newsletter-block-section .newsletter_links_area .tnp-submit:after {
  display: none;
}

.perspectives-grid-section {
  padding: 50px 0 100px;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.perspectives-grid-section .container {
  position: relative;
  z-index: 2;
}
.perspectives-grid-section .perspectives-grid-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.perspectives-grid-section .perspectives-grid-header__main {
  max-width: 850px;
}
.perspectives-grid-section .perspectives-grid-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.perspectives-grid-section .perspectives-grid-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.perspectives-grid-section .perspectives-grid-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.perspectives-grid-section .perspectives-grid-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.perspectives-grid-section .perspectives-grid-description p {
  margin-bottom: 16px;
  color: #a2a2a1;
}
.perspectives-grid-section .perspectives-grid-description p:last-child {
  margin-bottom: 0;
}
.perspectives-grid-section .read_more_link {
  display: inline-flex;
  align-items: center;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d1ff00;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.perspectives-grid-section .read_more_link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.perspectives-grid-section .perspectives-grid-panels {
  padding-top: 0;
}
.perspectives-grid-section .perspectives-grid-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.perspectives-grid-section .perspective-card {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  background: #0f0f0f;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.perspectives-grid-section .perspective-card:hover .perspective-card__title {
  color: #f2f2f0;
}
.perspectives-grid-section .perspective-card:hover .perspective-card__read {
  color: #d1ff00;
  transform: translateY(-2px);
}
.perspectives-grid-section .perspective-card:hover .post-hover-bg {
  opacity: 1;
}
.perspectives-grid-section .perspective-card:hover .hover-overlay {
  opacity: 0.8;
}
.perspectives-grid-section .perspective-card--featured {
  grid-column: 1/-1;
  min-height: 430px;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__inner {
  display: grid;
  grid-template-columns: minmax(120px, 170px) minmax(0, 1fr) minmax(160px, 220px);
  align-items: start;
  gap: 40px;
  padding: 70px 40px;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__content {
  max-width: 820px;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__title {
  font-size: clamp(54px, 5vw, 86px);
  line-height: 0.95;
  margin-bottom: 34px;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__description {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.45;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__footer {
  align-self: end;
  justify-content: flex-end;
  text-align: right;
}
.perspectives-grid-section .perspective-card--featured .perspective-card__date {
  display: none;
}
.perspectives-grid-section .perspective-card--small .perspective-card__inner {
  min-height: 350px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}
.perspectives-grid-section .perspective-card--small .perspective-card__meta-top {
  margin-bottom: 42px;
}
.perspectives-grid-section .perspective-card--small .perspective-card__content {
  margin-bottom: 35px;
}
.perspectives-grid-section .perspective-card--small .perspective-card__title {
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1;
  margin-bottom: 22px;
}
.perspectives-grid-section .perspective-card--small .perspective-card__description {
  font-size: 15px;
  line-height: 1.5;
}
.perspectives-grid-section .perspective-card--small .perspective-card__footer {
  margin-top: auto;
}
.perspectives-grid-section .perspective-card--placeholder {
  background: #242424;
  pointer-events: none;
}
.perspectives-grid-section .perspective-card__link {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.perspectives-grid-section .perspective-card__link:hover {
  color: inherit;
}
.perspectives-grid-section .perspective-card__inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
.perspectives-grid-section .perspective-card__meta-top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.perspectives-grid-section .perspective-card__index {
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.perspectives-grid-section .perspective-card__category {
  color: #a2a2a1;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.perspectives-grid-section .perspective-card__title {
  margin: 0;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  transition: color 0.2s ease-out;
}
.perspectives-grid-section .perspective-card__description {
  max-width: 720px;
  color: #a2a2a1;
}
.perspectives-grid-section .perspective-card__description p {
  margin-bottom: 0;
  color: #a2a2a1;
}
.perspectives-grid-section .perspective-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.perspectives-grid-section .perspective-card__date {
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.perspectives-grid-section .perspective-card__read {
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
}
.perspectives-grid-section .post-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.perspectives-grid-section .post-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.perspectives-grid-section .post-bg-parallax {
  top: -140px;
  bottom: -140px;
  height: calc(100% + 280px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.perspectives-grid-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0.75;
  pointer-events: none;
}
.perspectives-grid-section .post-hover-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  pointer-events: none;
}
.perspectives-grid-section .hover-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .perspectives-grid-section .perspective-card--featured .perspective-card__inner {
    grid-template-columns: minmax(90px, 130px) minmax(0, 1fr) minmax(140px, 180px);
    gap: 30px;
  }
  .perspectives-grid-section .perspective-card--small .perspective-card__inner {
    padding: 38px 28px;
  }
}
@media (max-width: 991.98px) {
  .perspectives-grid-section {
    padding: 80px 0;
  }
  .perspectives-grid-section .perspectives-grid-header {
    gap: 30px;
    padding-bottom: 55px;
  }
  .perspectives-grid-section .perspectives-grid-header__side {
    max-width: 620px;
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    padding: 55px 35px;
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__footer {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__date {
    display: inline-block;
  }
  .perspectives-grid-section .perspective-card--small .perspective-card__inner {
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .perspectives-grid-section {
    padding: 65px 0;
  }
  .perspectives-grid-section .perspectives-grid-header {
    padding-bottom: 45px;
  }
  .perspectives-grid-section .perspectives-grid-title {
    font-size: clamp(44px, 14vw, 68px);
  }
  .perspectives-grid-section .perspectives-grid-description {
    font-size: 16px;
  }
  .perspectives-grid-section .perspective-card {
    min-height: auto;
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__inner,
  .perspectives-grid-section .perspective-card--small .perspective-card__inner {
    min-height: auto;
    padding: 36px 24px;
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__title {
    font-size: clamp(40px, 12vw, 58px);
  }
  .perspectives-grid-section .perspective-card--featured .perspective-card__description {
    font-size: 16px;
  }
  .perspectives-grid-section .perspective-card--small .perspective-card__meta-top {
    margin-bottom: 32px;
  }
  .perspectives-grid-section .perspective-card--small .perspective-card__title {
    font-size: clamp(32px, 10vw, 46px);
  }
  .perspectives-grid-section .perspective-card--placeholder {
    display: none;
  }
  .perspectives-grid-section .perspective-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .perspectives-grid-section .perspective-card__read,
  .perspectives-grid-section .perspective-card__date {
    font-size: 10px;
  }
}
.methodology-section {
  padding: 0;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.methodology-section .container {
  position: relative;
  z-index: 2;
}
.methodology-section .methodology-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.methodology-section .methodology-header__main {
  max-width: 850px;
}
.methodology-section .methodology-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.methodology-section .methodology-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.methodology-section .methodology-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.methodology-section .methodology-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.methodology-section .methodology-description p {
  margin-bottom: 16px;
  color: #a2a2a1;
}
.methodology-section .methodology-description p:last-child {
  margin-bottom: 0;
}
.methodology-section .methods-list {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}
.methodology-section .methods-list:last-child .methods-item {
  border-bottom: none;
}
.methodology-section .methods-list .container {
  position: relative;
  z-index: 2;
}
.methodology-section .methods-list .container .row {
  padding: 80px 0;
}
.methodology-section .methods-list .methods-item {
  min-height: 300px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: flex-start;
}
.methodology-section .methods-list .methods_item_meta {
  padding-top: 0;
}
.methodology-section .methods-list .methods-cards-index {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #d1ff00;
  border-radius: 50%;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.methodology-section .methods-list .above_title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.methodology-section .methods-list .methods_item_name {
  margin-bottob: 30px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: clamp(52px, 5.2vw, 82px);
}
.methodology-section .methods-list .methods_item_desrciption {
  max-width: 720px;
  color: #a2a2a1;
  font-size: 20px;
  line-height: 1.5;
}
.methodology-section .methods-list .methods_item_desrciption p {
  margin-bottom: 18px;
  color: #a2a2a1;
}
.methodology-section .methods-list .methods_item_desrciption p:last-child {
  margin-bottom: 0;
}
.methodology-section .methods-list .stages_list {
  padding-top: 0;
}
.methodology-section .methods-list .stages_list h5 {
  margin: 0 0 14px;
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.methodology-section .methods-list .stages_list_item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 52px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(245, 242, 236, 0.88);
  font-size: 15px;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  line-height: 1.35;
}
.methodology-section .methods-list .stages_list_item:hover {
  background: #a2a2a1;
  cursor: pointer;
}
.methodology-section .methods-list .stages_list_item i {
  flex: 0 0 auto;
  color: #d1ff00;
  font-size: 13px;
  line-height: 1;
}
.methodology-section .methods-list .stages_list_item span {
  display: block;
}
.methodology-section .has-method-bg {
  background: transparent;
}
.methodology-section .has-method-bg .methods-item {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.methodology-section .methods-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.methodology-section .methods-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.methodology-section .methods-bg-image {
  inset: 0;
}
.methodology-section .methods-bg-parallax {
  top: -140px;
  bottom: -140px;
  height: calc(100% + 280px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.methodology-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0.82;
  pointer-events: none;
}

.polaroid-gallery-section.polaroid-section-yellow {
  background: #d1ff00;
}

.polaroid-gallery-section.polaroid-section-grey {
  background: #80807f;
}

.polaroid-gallery-section.polaroid-section-white {
  background: #f2f2f0;
}

.polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-above-title,
.polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-header .polaroid-gallery-title h2,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-above-title,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-header .polaroid-gallery-title h2,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-above-title,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-header .polaroid-gallery-title h2 {
  color: #0f0f0f;
}
.polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h1, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h2, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h3, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h4, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h5, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description h6, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description p, .polaroid-gallery-section.polaroid-section-grey .polaroid-gallery-description a,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h1,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h2,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h3,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h4,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h5,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description h6,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description p,
.polaroid-gallery-section.polaroid-section-yellow .polaroid-gallery-description a,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h1,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h2,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h3,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h4,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h5,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description h6,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description p,
.polaroid-gallery-section.polaroid-section-white .polaroid-gallery-description a {
  color: #0f0f0f;
}

.polaroid-gallery-section {
  padding: 150px 0 100px;
  color: #f2f2f0;
  overflow: hidden;
  background: #0f0f0f;
  position: relative;
  margin-bottom: 0;
}
.polaroid-gallery-section .polaroid-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.polaroid-gallery-section .polaroid-bg-image,
.polaroid-gallery-section .polaroid-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.polaroid-gallery-section .polaroid-bg-image {
  inset: 0;
}
.polaroid-gallery-section .polaroid-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.polaroid-gallery-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1ff00;
  opacity: 0.75;
}
.polaroid-gallery-section .overlay.overlay_black {
  background: #0f0f0f;
  opacity: 0.75;
}
.polaroid-gallery-section .overlay.overlay_grey {
  background: #a2a2a1;
  opacity: 0.75;
}
.polaroid-gallery-section .overlay.overlay_white {
  background: #f2f2f0;
  opacity: 0.75;
}
.polaroid-gallery-section .container {
  position: relative;
  z-index: 2;
}
.polaroid-gallery-section .polaroid-gallery-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  margin-bottom: 50px;
}
.polaroid-gallery-section .polaroid-gallery-header__main {
  max-width: 850px;
}
.polaroid-gallery-section .polaroid-gallery-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.polaroid-gallery-section .polaroid-gallery-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.polaroid-gallery-section .polaroid-gallery-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.polaroid-gallery-section .polaroid-gallery-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.polaroid-gallery-section .polaroid-gallery-description p {
  margin-bottom: 18px;
  color: #a2a2a1;
}
.polaroid-gallery-section .polaroid-gallery-description p:last-child {
  margin-bottom: 0;
}
.polaroid-gallery-section .polaroid-gallery-content_bottom {
  margin-top: 100px;
  max-width: 100%;
  color: #f2f2f0;
}
.polaroid-gallery-section .polaroid-gallery-content_bottom p {
  color: #f2f2f0;
}
.polaroid-gallery-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 30px;
}
.polaroid-gallery-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.polaroid-gallery-section .read_more_link:hover {
  transform: translateY(-2px);
}
.polaroid-gallery-section .polaroid-gallery-button {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  z-index: 9;
}
.polaroid-gallery-section .polaroid-gallery-button::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.polaroid-gallery-section .polaroid-gallery-button:hover {
  transform: translateY(-2px);
}
.polaroid-gallery-section .polaroid-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-height: 620px;
  width: 85%;
  margin: 50px auto 0;
}
.polaroid-gallery-section .polaroid-card {
  position: relative;
  width: 82%;
  max-width: 340px;
  z-index: var(--card-index);
  transition: transform 0.35s ease-out, z-index 0.35s ease-out;
  transform: translate(var(--x, 0), var(--y, 0)) rotate(var(--r, 0deg));
}
.polaroid-gallery-section .polaroid-card:hover {
  z-index: 50;
  transform: translate(var(--x, 0), calc(var(--y, 0) - 18px)) rotate(0deg);
}
.polaroid-gallery-section .polaroid-card.is-portrait {
  max-width: 320px;
}
.polaroid-gallery-section .polaroid-card.is-portrait .polaroid-card__image {
  aspect-ratio: 3/4;
}
.polaroid-gallery-section .polaroid-card.is-landscape {
  max-width: 340px;
}
.polaroid-gallery-section .polaroid-card.is-landscape .polaroid-card__image {
  aspect-ratio: 4/3;
}
.polaroid-gallery-section .polaroid-card.is-square {
  max-width: 320px;
}
.polaroid-gallery-section .polaroid-card.is-square .polaroid-card__image {
  aspect-ratio: 1/1;
}
.polaroid-gallery-section .polaroid-card__inner {
  position: relative;
  background: #f4efe3;
  padding: 14px 14px 34px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.polaroid-gallery-section .polaroid-card__inner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0.08));
  opacity: 0.45;
  pointer-events: none;
}
.polaroid-gallery-section .polaroid-card__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #111;
}
.polaroid-gallery-section .polaroid-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.polaroid-gallery-section .polaroid-card__caption {
  position: relative;
  text-align: center;
  padding-top: 16px;
}
.polaroid-gallery-section .polaroid-card__caption h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1f1f1f;
  font-family: cursive;
}
.polaroid-gallery-section .polaroid-card__caption p {
  margin: 6px 0 0;
  font-size: 0.85rem;
  line-height: 1.35;
  color: rgba(31, 31, 31, 0.7);
}
.polaroid-gallery-section .polaroid-card--1 {
  --x: 12%;
  --y: 20px;
  --r: -8deg;
}
.polaroid-gallery-section .polaroid-card--2 {
  --x: -6%;
  --y: 90px;
  --r: 5deg;
}
.polaroid-gallery-section .polaroid-card--3 {
  --x: -18%;
  --y: 35px;
  --r: 9deg;
}
.polaroid-gallery-section .polaroid-card--4 {
  --x: 28%;
  --y: -20px;
  --r: 7deg;
}
.polaroid-gallery-section .polaroid-card--5 {
  --x: 4%;
  --y: 55px;
  --r: -6deg;
}
.polaroid-gallery-section .polaroid-card--6 {
  --x: -30%;
  --y: -10px;
  --r: -11deg;
}
.polaroid-gallery-section .polaroid-card--7 {
  --x: 18%;
  --y: -45px;
  --r: 4deg;
}
.polaroid-gallery-section .polaroid-card--8 {
  --x: -12%;
  --y: 25px;
  --r: -4deg;
}
.polaroid-gallery-section .polaroid-card--9 {
  --x: -24%;
  --y: -35px;
  --r: 12deg;
}
.polaroid-gallery-section .polaroid-card-hidden {
  display: none;
}

@media (max-width: 991px) {
  .polaroid-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    gap: 30px;
    padding-bottom: 40px;
  }
  .polaroid-card {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .polaroid-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .polaroid-card {
    width: 100%;
    max-width: none;
    transform: rotate(var(--r, 0deg));
  }
  .polaroid-card:hover {
    transform: rotate(0deg);
  }
}
.services-section {
  padding: 0;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.services-section .container {
  position: relative;
  z-index: 2;
}
.services-section .services-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-section .services-header__main {
  max-width: 850px;
}
.services-section .services-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services-section .services-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.services-section .services-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.services-section .services-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.services-section .services-description p {
  margin-bottom: 16px;
  color: #a2a2a1;
}
.services-section .services-description p:last-child {
  margin-bottom: 0;
}
.services-section .methods-list {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
  overflow: hidden;
}
.services-section .methods-list > .container {
  position: relative;
  z-index: 3;
}
.services-section .methods-list::before {
  animation-delay: 0s;
}
.services-section .methods-list:nth-of-type(1)::before {
  animation-delay: 0s;
}
.services-section .methods-list:nth-of-type(2)::before {
  animation-delay: 2s;
}
.services-section .methods-list:nth-of-type(3)::before {
  animation-delay: 4s;
}
.services-section .methods-list:nth-of-type(4)::before {
  animation-delay: 6s;
}
.services-section .methods-list:nth-of-type(5)::before {
  animation-delay: 8s;
}
.services-section .methods-list:last-child .methods-item {
  border-bottom: none;
}
.services-section .methods-list .container {
  position: relative;
  z-index: 2;
}
.services-section .methods-list .container .row {
  padding: 80px 0;
}
.services-section .methods-list .methods-item {
  min-height: 300px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: flex-start;
}
.services-section .methods-list .methods_item_meta {
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.services-section .methods-list .methods-cards-index {
  color: #d1ff00;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.services-section .methods-list .above_title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a6a69;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.services-section .methods-list .methods_item_name {
  margin-bottob: 30px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 3rem;
}
.services-section .methods-list .methods_item_desrciption {
  max-width: 720px;
  color: #a2a2a1;
  font-size: 20px;
  line-height: 1.5;
}
.services-section .methods-list .methods_item_desrciption p {
  margin-bottom: 18px;
  color: #a2a2a1;
}
.services-section .methods-list .methods_item_desrciption p:last-child {
  margin-bottom: 0;
}
.services-section .methods-list .stages_list {
  padding-top: 0;
}
.services-section .methods-list .stages_list h5 {
  margin: 0 0 14px;
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.services-section .methods-list .stages_list_item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 52px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(245, 242, 236, 0.88);
  font-size: 15px;
  line-height: 1.35;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.services-section .methods-list .stages_list_item:hover {
  background: #6a6a69;
  cursor: pointer;
}
.services-section .methods-list .stages_list_item i {
  flex: 0 0 auto;
  color: #d1ff00;
  font-size: 13px;
  line-height: 1;
}
.services-section .methods-list .stages_list_item span {
  display: block;
}
.services-section .has-method-bg {
  background: transparent;
}
.services-section .has-method-bg .methods-item {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}
.services-section .methods-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.services-section .methods-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.services-section .methods-bg-image {
  inset: 0;
}
.services-section .methods-bg-parallax {
  top: -140px;
  bottom: -140px;
  height: calc(100% + 280px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.services-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0.82;
  pointer-events: none;
}
.services-section .stages_list {
  max-width: 520px;
}
.services-section .stages_list .one-cols {
  column-count: 1;
}
.services-section .stages_list .two-cols {
  column-count: 2;
}
.services-section .stages_list .three-cols {
  column-count: 3;
}
.services-section .stages_list .fours-cols {
  column-count: 4;
}
.services-section .methods_item_links {
  padding-top: 30px;
}
.services-section .methods_item_links .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.services-section .methods_item_links .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.services-section .methods_item_links .read_more_link:hover::after {
  transform: translateX(10px);
}

.services-promo-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.services-promo-section .container {
  position: relative;
  z-index: 2;
}
.services-promo-section .services-promo-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-promo-section .services-promo-header__main {
  max-width: 850px;
}
.services-promo-section .services-promo-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services-promo-section .services-promo-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.services-promo-section .services-promo-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.services-promo-section .services-promo-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.services-promo-section .services-promo-description p {
  margin-bottom: 16px;
  color: #a2a2a1;
}
.services-promo-section .services-promo-description p:last-child {
  margin-bottom: 0;
}
.services-promo-section .read_more_link {
  display: inline-flex;
  align-items: center;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d1ff00;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.services-promo-section .read_more_link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.services-promo-section .services-promo-panels {
  padding-top: 80px;
}
.services-promo-section .promo_panel_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 70px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
}
.services-promo-section .promo_panel_box:hover {
  border: 1px solid #d1ff00;
  background-color: #141414;
}
.services-promo-section .promo_panel_box:last-child {
  margin-bottom: 0;
}
.services-promo-section .promo_panel_box .methods-item {
  position: relative;
  z-index: 3;
}
.services-promo-section .promo_panel_box .methods_item_meta {
  display: flex;
  align-items: flex-start;
}
.services-promo-section .promo_panel_box .above_title {
  margin: 0;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.services-promo-section .promo_panel_box .methods_item_name {
  margin: 0 0 24px;
  max-width: 760px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 0.95;
}
.services-promo-section .promo_panel_box .methods_item_desrciption {
  max-width: 720px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.services-promo-section .promo_panel_box .methods_item_desrciption p {
  margin-bottom: 0;
  color: #a2a2a1;
}
.services-promo-section .promo_panel_box .hero_links_area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: stretch;
}
.services-promo-section .promo_panel_box .hero_links_area .read_more_link {
  margin-top: 0;
}
.services-promo-section .has-method-bg {
  background: transparent;
}
.services-promo-section .methods-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.services-promo-section .methods-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.services-promo-section .methods-bg-image {
  inset: 0;
}
.services-promo-section .methods-bg-parallax {
  top: -140px;
  bottom: -140px;
  height: calc(100% + 280px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.services-promo-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: 0.82;
  pointer-events: none;
}

.quote-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0f0f0f;
}
.quote-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.quote-section .quote-title {
  color: #f2f2f0;
  font-size: 2.5em;
  line-height: 1;
  width: 90%;
}
.quote-section .quote-media-area {
  padding: 0 !important;
}
.quote-section .quote-media-area .quote_meta_content {
  margin: 0;
  border: 0;
  align-items: flex-start;
  padding-right: 10px;
}
.quote-section .quote-media-area .quote_meta_content .quote_person_data_name {
  font-size: 18px !important;
  letter-spacing: 0.15em;
}
.quote-section .quote-photo {
  width: 100%;
  height: 30vw;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.2s ease-out;
}
.quote-section .quote-photo:hover {
  filter: grayscale(0%);
}
.quote-section .quote-video {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #000;
}
.quote-section .quote-video iframe,
.quote-section .quote-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}
.quote-section .bottom_description {
  color: #a2a2a1;
  font-family: "Inter SemiBold";
  margin-top: 30px;
}
.quote-section .quote-video-file {
  object-fit: cover;
}
.quote-section .quote_area {
  padding: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.quote-section .quote_meta_content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quote-section .quote_meta_content .person_key_attributes {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
.quote-section .quote_meta_content .person_key_attributes li {
  text-transform: uppercase;
  color: #6a6a69;
  font-family: "Inter SemiBold";
  letter-spacing: 0.2em;
}
.quote-section .quote_meta_content .quote_person_data .quote_person_data_name {
  color: #FFFFFF;
  font-family: "DM Serif Display";
  font-size: 32px;
  margin-bottom: 10px;
}
.quote-section .quote_meta_content .quote_person_data .quote_person_data_status {
  font-size: 12px;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.quote-section .quote_meta_content .quote_addition_meta {
  color: #a2a2a1;
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}

.quote-section.services-quote-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.metrics-section {
  padding: 150px 0;
  position: relative;
  margin-bottom: 0;
  background: #0f0f0f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.metrics-section .metrics-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.metrics-section .container {
  position: relative;
  z-index: 1;
}
.metrics-section .metrics-bg-image,
.metrics-section .metrics-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.metrics-section .metrics-bg-image {
  inset: 0;
}
.metrics-section .metrics-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.metrics-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0f0f;
  opacity: 0.75;
}
.metrics-section h3 {
  margin-bottom: 50px;
  color: #0f0f0f;
}
.metrics-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.metrics-section .metrics-title {
  color: #f2f2f0;
}
.metrics-section .metrics-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #f2f2f0;
}
.metrics-section .metrics_list_items {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}
.metrics-section .metrics_list_items .metrics_list_item .metrics_item {
  color: #a2a2a1;
  font-family: "DM Serif Display";
  font-size: 36px;
}
.metrics-section .metrics_list_items .metrics_list_item .metrics_description {
  color: #a2a2a1;
  font-size: 14px;
  letter-spacing: 0.2em;
  gap: 0.75rem;
}
.metrics-section .metrics-blocks {
  display: flex;
  flex-direction: column;
}
.metrics-section .metrics-blocks .metrics-item {
  padding: 2rem;
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #F6F6F6;
  transition: background-color 0.2s ease-out;
}
.metrics-section .metrics-blocks .metrics-item:hover {
  background: #f2f2f0;
}
.metrics-section .metrics-blocks .metrics-item:last-child {
  border-bottom: none;
}
.metrics-section .metrics-blocks .metrics-item .metrics-index-item h2 {
  font-size: 3.5rem;
  color: #d1ff00;
  margin: 0;
}
.metrics-section .metrics-blocks .metrics-item .metrics-index-item img {
  width: 55px;
  height: auto;
  object-fit: contain;
}
.metrics-section .metrics-blocks .metrics-item .metrics-info h3 {
  font-size: 32px;
  margin-bottom: 0;
  color: #0f0f0f;
}
.metrics-section .metrics-blocks .metrics-item .metrics-info .metrics_item_desrciption {
  color: #80807f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.accordion-cards-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #f2f2f0;
}
.accordion-cards-section .accordion-cards-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.accordion-cards-section .accordion-cards-header__main {
  max-width: 820px;
}
.accordion-cards-section .accordion-cards-header__side {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.accordion-cards-section .accordion-cards-above-title {
  margin-bottom: 30px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.accordion-cards-section .accordion-cards-title {
  margin: 0;
  max-width: 760px;
  color: #f5f2ec;
  font-family: "DM Serif Display";
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.accordion-cards-section .accordion-cards-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.accordion-cards-section .accordion-cards-description p {
  margin-bottom: 15px;
  color: #a2a2a1;
  font-size: 18px;
}
.accordion-cards-section .accordion-cards-description p:last-child {
  margin-bottom: 0;
}
.accordion-cards-section .accordion-range {
  color: #a2a2a1;
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.accordion-cards-section .accordion-cards-grid-blocks {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.accordion-cards-section .accordion-cards-item {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  transition: background-color 0.25s ease-out;
  padding: 0px 20px;
}
.accordion-cards-section .accordion-cards-item:hover {
  background: rgba(255, 255, 255, 0.018);
}
.accordion-cards-section .accordion-cards-item.is-open {
  background: rgba(255, 255, 255, 0.025);
}
.accordion-cards-section .accordion-cards-item.is-open .accordion-cards-icon {
  transform: translateX(4px) rotate(90deg);
}
.accordion-cards-section .accordion-cards-trigger {
  width: 100%;
  min-height: 154px;
  display: grid;
  grid-template-columns: 190px minmax(260px, 0.75fr) minmax(360px, 1fr) 40px;
  align-items: center;
  gap: 40px;
  padding: 42px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.accordion-cards-section .accordion-cards-trigger__meta {
  display: flex;
  align-items: baseline;
  gap: 20px;
  min-width: 0;
}
.accordion-cards-section .accordion-cards-index {
  color: #d1ff00;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.accordion-cards-section .accordion-cards-category {
  color: rgba(245, 242, 236, 0.44);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.accordion-cards-section .accordion-cards-heading {
  color: #f5f2ec;
  font-family: "DM Serif Display";
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.accordion-cards-section .accordion-cards-short-description {
  max-width: 520px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.45;
}
.accordion-cards-section .accordion-cards-short-description p {
  margin-bottom: 0;
  color: #a2a2a1;
}
.accordion-cards-section .accordion-cards-icon {
  justify-self: end;
  width: 30px;
  max-height: 30px;
  position: relative;
  opacity: 0.55;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.accordion-cards-section .accordion-cards-icon::before {
  content: "→";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1ff00;
  font-size: 20px;
  line-height: 1;
}
.accordion-cards-section .accordion-cards-trigger:hover .accordion-cards-icon {
  opacity: 1;
  transform: translateX(4px);
}
.accordion-cards-section .accordion-cards-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-out;
  will-change: height;
}
.accordion-cards-section .accordion-cards-panel__inner {
  display: flex;
  gap: 40px;
  padding: 40px;
}
.accordion-cards-section .accordion-cards-panel__icon-wrap {
  width: 35%;
  height: 100%;
}
.accordion-cards-section .accordion-cards-panel__content-wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.accordion-cards-section .accordion-cards-panel__icon {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.accordion-cards-section .accordion-cards-panel__content {
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.accordion-cards-section .accordion-cards-panel__content p {
  margin-bottom: 18px;
  color: #a2a2a1;
}
.accordion-cards-section .accordion-cards-panel__content p:last-child {
  margin-bottom: 0;
}
.accordion-cards-section .accordion-cards-panel__content ul,
.accordion-cards-section .accordion-cards-panel__content ol {
  margin: 20px 0 0;
  padding-left: 0;
}
.accordion-cards-section .accordion-cards-panel__button {
  align-items: center;
  padding: 20px 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #F6F6F6;
  font-family: "Inter SemiBold";
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.22em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
.accordion-cards-section .accordion-cards-panel__button:hover {
  background: #d1ff00;
  color: #0f0f0f;
}

.benefits-list-section {
  position: relative;
  padding: 100px 0;
  background: #0f0f0f;
}
.benefits-list-section .benefits-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.benefits-list-section .benefits-bg-image,
.benefits-list-section .benefits-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.benefits-list-section .benefits-bg-image {
  inset: 0;
}
.benefits-list-section .benefits-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.benefits-list-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0f0f;
  opacity: 0.75;
}
.benefits-list-section h2 {
  margin-bottom: 50px;
  color: #f2f2f0;
}
.benefits-list-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.benefits-list-section .container {
  position: relative;
  z-index: 1;
}
.benefits-list-section .benefits-list-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #a2a2a1;
}
.benefits-list-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  margin-top: 50px;
}
.benefits-list-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.benefits-list-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.benefits-list-section .benefits-list-blocks {
  display: flex;
  flex-direction: column;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease-out;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.benefits-list-section .benefits-list-blocks .benefits-list-item:last-child {
  border-bottom: none;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-index-item h2 {
  font-size: 3rem;
  color: #d1ff00;
  margin: 0;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-index-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-list-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f2f2f0;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-list-info .benefits-list_item_desrciption p {
  color: #a2a2a1;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-list-info .benefits-list_item_desrciption p:last-child {
  margin-bottom: 0;
}

.steps-section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 56, 86, 0.75);
  pointer-events: none;
  z-index: 0;
}

.steps-section {
  padding: 50px 0;
  background: #0f0f0f;
  position: relative;
}
.steps-section .steps-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.steps-section h2 {
  color: #FFFFFF;
  font-size: 4.5rem;
  line-height: 1.2;
}
.steps-section .container {
  position: relative;
  z-index: 1;
}
.steps-section .steps-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #a2a2a1;
}
.steps-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.steps-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.steps-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.steps-section .steps-blocks {
  margin-top: 50px;
}
.steps-section .steps-blocks .steps-item {
  background: #0f0f0f;
  padding: 40px 30px;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.steps-section .steps-blocks .steps-item:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}
.steps-section .steps-blocks .steps-item .steps-item-heading {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.steps-section .steps-blocks .steps-item .steps-item-heading .steps-item-index {
  font-size: 14px;
  color: #d1ff00;
  font-weight: 400;
  font-family: "Inter";
  border: 1px solid;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-section .steps-blocks .steps-item .steps-item-heading i {
  font-size: 14px;
  color: #6a6a69;
}
.steps-section .steps-blocks .steps-item .steps-item-heading .above-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #f2f2f0;
  text-transform: uppercase;
}
.steps-section .steps-blocks .steps-item h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.steps-section .steps-blocks {
  display: grid;
  margin-top: 80px;
}
.steps-section .steps-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.steps-section .steps-blocks.layout-2 .steps-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-2 .steps-blocks-inner:nth-last-child(-n+2) {
  border-bottom: none;
}
.steps-section .steps-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.steps-section .steps-blocks.layout-3 .steps-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-3 .steps-blocks-inner:nth-last-child(-n+3) {
  border-bottom: none;
}
.steps-section .steps-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.steps-section .steps-blocks.layout-4 .steps-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-4 .steps-blocks-inner:nth-last-child(-n+4) {
  border-bottom: none;
}
.steps-section .steps-blocks.layout-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.steps-section .steps-blocks.layout-5 .steps-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-5 .steps-blocks-inner:nth-last-child(-n+5) {
  border-bottom: none;
}
.steps-section .steps-blocks.layout-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.steps-section .steps-blocks.layout-6 .steps-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-last-child(-n+6) {
  border-bottom: none;
}
.steps-section .steps-blocks-inner {
  min-width: 0;
}
.steps-section .steps-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 30px;
  position: relative;
}
.steps-section .steps_item_name {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
}
.steps-section .steps_item_desrciption {
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #a2a2a1;
}
.steps-section .steps-blocks.layout-2 .steps-blocks-inner:nth-child(2n) .steps-item {
  border-left: 1px solid rgba(192, 192, 192, 0.12);
}
.steps-section .steps-blocks.layout-3 .steps-blocks-inner:nth-child(3n+2) .steps-item,
.steps-section .steps-blocks.layout-3 .steps-blocks-inner:nth-child(3n) .steps-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-4 .steps-blocks-inner:nth-child(4n+2) .steps-item,
.steps-section .steps-blocks.layout-4 .steps-blocks-inner:nth-child(4n+3) .steps-item,
.steps-section .steps-blocks.layout-4 .steps-blocks-inner:nth-child(4n) .steps-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-5 .steps-blocks-inner:nth-child(5n+2) .steps-item,
.steps-section .steps-blocks.layout-5 .steps-blocks-inner:nth-child(5n+3) .steps-item,
.steps-section .steps-blocks.layout-5 .steps-blocks-inner:nth-child(5n+4) .steps-item,
.steps-section .steps-blocks.layout-5 .steps-blocks-inner:nth-child(5n) .steps-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-child(6n+2) .steps-item,
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-child(6n+3) .steps-item,
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-child(6n+4) .steps-item,
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-child(6n+5) .steps-item,
.steps-section .steps-blocks.layout-6 .steps-blocks-inner:nth-child(6n) .steps-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .steps-section .steps-blocks {
    grid-template-columns: 1fr !important;
  }
  .steps-section .steps-item {
    min-height: auto;
    padding: 34px 0;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .steps-section .steps-blocks {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .steps-section .steps-blocks {
    margin-top: 50px;
  }
  .steps-section .steps_item_name {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .steps-section .steps-item {
    padding: 28px 0;
  }
}
.showcase-promo-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #f2f2f0;
  overflow: hidden;
}
.showcase-promo-section .container {
  position: relative;
  z-index: 2;
}
.showcase-promo-section .showcase-promo-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 20px;
  padding-bottom: 70px;
}
.showcase-promo-section .showcase-promo-header__main {
  max-width: 850px;
}
.showcase-promo-section .showcase-promo-header__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.showcase-promo-section .showcase-promo-above-title {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-promo-section .showcase-promo-title {
  margin: 0;
  max-width: 860px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1;
}
.showcase-promo-section .showcase-promo-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.showcase-promo-section .showcase-promo-description p {
  margin-bottom: 16px;
  color: #a2a2a1;
}
.showcase-promo-section .showcase-promo-description p:last-child {
  margin-bottom: 0;
}
.showcase-promo-section .read_more_link {
  display: inline-flex;
  align-items: center;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d1ff00;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.showcase-promo-section .read_more_link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.showcase-promo-section .showcase-promo-panels {
  padding-top: 70px;
}
.showcase-promo-section .showcase-promo-card {
  position: relative;
  margin-bottom: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101010;
  overflow: hidden;
  transition: border-color 0.2s ease-out, transform 0.2s ease-out, background-color 0.2s ease-out;
}
.showcase-promo-section .showcase-promo-card:last-child {
  margin-bottom: 0;
}
.showcase-promo-section .showcase-promo-card:hover {
  border-color: rgba(209, 255, 0, 0.75);
  background-color: #131313;
  transform: translateY(-2px);
}
.showcase-promo-section .showcase-promo-card__media-col {
  min-height: 520px;
}
.showcase-promo-section .showcase-promo-card__image {
  position: relative;
  display: block;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #000;
}
.showcase-promo-section .showcase-promo-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.2s ease-out;
}
.showcase-promo-section .showcase-promo-card__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  bottom: -90px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  will-change: transform;
  transition: transform 0.2s ease-out;
}
.showcase-promo-section .showcase-promo-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.72);
  color: #a2a2a1;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.showcase-promo-section .showcase-promo-card__content-col {
  display: flex;
}
.showcase-promo-section .showcase-promo-card__content {
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 70px 62px 55px;
}
.showcase-promo-section .showcase-promo-card__above {
  margin-bottom: 32px;
  color: #d1ff00;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-promo-section .showcase-promo-card__title {
  margin: 0 0 30px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
}
.showcase-promo-section .showcase-promo-card__title a {
  color: inherit;
  text-decoration: none;
}
.showcase-promo-section .showcase-promo-card__title a:hover {
  color: #f2f2f0;
}
.showcase-promo-section .showcase-promo-card__description {
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.showcase-promo-section .showcase-promo-card__description p {
  margin-bottom: 0;
  color: #a2a2a1;
}
.showcase-promo-section .active_showcase_tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background 0.2s ease-out;
}
.showcase-promo-section .active_showcase_tag:hover {
  color: #d1ff00;
  border-color: #d1ff00;
}
.showcase-promo-section .active_showcase_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.showcase-promo-section .active_showcase_tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #6a6a69;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.showcase-promo-section .showcase-promo-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: auto;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.showcase-promo-section .showcase-promo-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #6a6a69;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.showcase-promo-section .showcase-promo-card__meta span {
  display: inline-flex;
  align-items: center;
}
.showcase-promo-section .showcase-promo-card__meta span:not(:last-child)::after {
  content: "·";
  margin-left: 16px;
  color: #6a6a69;
}
.showcase-promo-section .showcase-promo-card__link {
  flex: 0 0 auto;
  margin-top: 0;
  white-space: nowrap;
}

.accordion-layers-section {
  padding: 100px 0;
  background: #0f0f0f;
  color: #f2f2f0;
}
.accordion-layers-section .accordion-layers-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding-bottom: 50px;
}
.accordion-layers-section .accordion-layers-header__main {
  max-width: 820px;
}
.accordion-layers-section .accordion-layers-header__side {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.accordion-layers-section .accordion-layers-above-title {
  margin-bottom: 30px;
  color: #d1ff00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.accordion-layers-section .accordion-layers-title {
  margin: 0;
  color: #f5f2ec;
  font-family: "DM Serif Display";
}
.accordion-layers-section .accordion-layers-description {
  max-width: 430px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.55;
}
.accordion-layers-section .accordion-layers-description p {
  margin-bottom: 30px;
  color: #a2a2a1;
}
.accordion-layers-section .accordion-layers-description p:last-child {
  margin-bottom: 0;
}
.accordion-layers-section .accordion-range {
  color: #a2a2a1;
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.accordion-layers-section .accordion-layers-grid-blocks {
  padding-top: 10px;
}
.accordion-layers-section .accordion-layers-item {
  width: 88%;
  margin-bottom: -1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.accordion-layers-section .accordion-layers-item:nth-child(1) {
  margin-left: 0;
}
.accordion-layers-section .accordion-layers-item:nth-child(2) {
  margin-left: 30px;
}
.accordion-layers-section .accordion-layers-item:nth-child(3) {
  margin-left: 60px;
}
.accordion-layers-section .accordion-layers-item:nth-child(4) {
  margin-left: 90px;
}
.accordion-layers-section .accordion-layers-item:nth-child(5) {
  margin-left: 120px;
}
.accordion-layers-section .accordion-layers-item:nth-child(6) {
  margin-left: 150px;
}
.accordion-layers-section .accordion-layers-item:hover, .accordion-layers-section .accordion-layers-item.is-open {
  border-color: rgba(209, 255, 0, 0.75);
  background: rgba(209, 255, 0, 0.035);
}
.accordion-layers-section .accordion-layers-trigger {
  width: 100%;
  min-height: 100px;
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.75fr) minmax(360px, 1fr) 32px;
  align-items: center;
  gap: 20px;
  padding: 30px 40px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}
.accordion-layers-section .accordion-layers-trigger--static {
  cursor: default;
}
.accordion-layers-section .accordion-layers-index {
  color: #d1ff00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.accordion-layers-section .accordion-layers-heading {
  color: #f5f2ec;
  font-family: "DM Serif Display";
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.accordion-layers-section .accordion-layers-short-description {
  max-width: 560px;
  color: #a2a2a1;
  font-size: 18px;
  line-height: 1.45;
}
.accordion-layers-section .accordion-layers-short-description p {
  margin: 0;
  color: inherit;
}
.accordion-layers-section .accordion-layers-icon {
  justify-self: end;
  width: 28px;
  height: 28px;
  position: relative;
  opacity: 0.75;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.accordion-layers-section .accordion-layers-icon::before {
  content: "+";
  color: #d1ff00;
  font-size: 24px;
  line-height: 1;
}
.accordion-layers-section .accordion-layers-item.is-open .accordion-layers-icon {
  transform: rotate(45deg);
  opacity: 1;
}
.accordion-layers-section .accordion-layers-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-out;
}
.accordion-layers-section .accordion-layers-panel__inner {
  display: flex;
  gap: 40px;
  padding: 0 46px 40px 170px;
}
.accordion-layers-section .accordion-layers-panel__icon-wrap {
  width: 35%;
  height: 100%;
}
.accordion-layers-section .accordion-layers-panel__content-wrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.accordion-layers-section .accordion-layers-panel__icon {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.accordion-layers-section .accordion-layers-panel__content {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.55;
}
.accordion-layers-section .accordion-layers-panel__content p {
  margin-bottom: 18px;
  color: #FFFFFF;
}
.accordion-layers-section .accordion-layers-panel__content p:last-child {
  margin-bottom: 0;
}
.accordion-layers-section .accordion-layers-panel__content ul,
.accordion-layers-section .accordion-layers-panel__content ol {
  margin: 20px 0 0;
  padding-left: 0;
}
.accordion-layers-section .accordion-layers-panel__button {
  align-items: center;
  padding: 20px 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  color: #F6F6F6;
  font-family: "Inter SemiBold";
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.22em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
.accordion-layers-section .accordion-layers-panel__button:hover {
  background: #d1ff00;
  color: #0f0f0f;
}

@media (max-width: 1199px) {
  .accordion-layers-trigger,
  .accordion-layers-panel__inner {
    grid-template-columns: 130px minmax(220px, 0.8fr) minmax(300px, 1fr) 32px;
    gap: 28px;
  }
  .accordion-layers-short-description {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .accordion-layers-section {
    padding: 80px 0;
  }
  .accordion-layers-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .accordion-layers-header__side {
    align-items: flex-start;
  }
  .accordion-layers-trigger {
    min-height: auto;
    grid-template-columns: 1fr 32px;
    gap: 20px;
    padding: 32px 0;
  }
  .accordion-layers-trigger__meta,
  .accordion-layers-heading,
  .accordion-layers-short-description {
    grid-column: 1;
  }
  .accordion-layers-icon {
    grid-column: 2;
    grid-row: 1/span 3;
  }
  .accordion-layers-trigger__meta {
    margin-bottom: 6px;
  }
  .accordion-layers-heading {
    margin-bottom: 12px;
  }
  .accordion-layers-panel__inner {
    display: block;
    padding: 0 0 36px;
  }
  .accordion-layers-panel__icon-wrap {
    margin-bottom: 22px;
  }
  .accordion-layers-panel__button {
    margin-top: 22px;
  }
}
@media (max-width: 575px) {
  .accordion-layers-title {
    font-size: 42px;
  }
  .accordion-layers-above-title {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .accordion-layers-trigger {
    padding: 28px 0;
  }
  .accordion-layers-trigger__meta {
    gap: 14px;
  }
  .accordion-layers-category {
    letter-spacing: 0.22em;
  }
  .accordion-layers-heading {
    font-size: 30px;
  }
  .accordion-layers-short-description,
  .accordion-layers-panel__content {
    font-size: 16px;
  }
}
.roadmap-section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.roadmap-section {
  padding: 100px 0;
  background: #0f0f0f;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.roadmap-section .roadmap-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.roadmap-section h3 {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 1.2;
}
.roadmap-section .container {
  position: relative;
  z-index: 1;
}
.roadmap-section .roadmap-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #a2a2a1;
}
.roadmap-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.roadmap-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.roadmap-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.roadmap-section .roadmap-blocks {
  margin-top: 50px;
}
.roadmap-section .roadmap-blocks .roadmap-item {
  background: #0f0f0f;
  padding: 20px 0;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.roadmap-section .roadmap-blocks .roadmap-item:hover {
  background: #1a1a1a;
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap_above_title {
  font-size: 10px;
  font-weight: 300;
  color: #a2a2a1;
  font-family: "Inter Light";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap_above_title::before {
  content: "\f582";
  font-family: "bootstrap-icons";
  color: #d1ff00;
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap-item-heading {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap-item-heading .roadmap-item-index {
  font-size: 14px;
  color: #d1ff00;
  font-weight: 400;
  font-family: "Inter";
  border: 1px solid;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap-item-heading i {
  font-size: 14px;
  color: #6a6a69;
}
.roadmap-section .roadmap-blocks .roadmap-item .roadmap-item-heading .above-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #f2f2f0;
  text-transform: uppercase;
}
.roadmap-section .roadmap-blocks .roadmap-item h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.roadmap-section .roadmap-blocks {
  display: grid;
  margin-top: 30px;
}
.roadmap-section .roadmap-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.roadmap-section .roadmap-blocks.layout-2 .roadmap-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.roadmap-section .roadmap-blocks.layout-2 .roadmap-blocks-inner:nth-last-child(-n+2) {
  border-bottom: none;
}
.roadmap-section .roadmap-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.roadmap-section .roadmap-blocks.layout-3 .roadmap-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.roadmap-section .roadmap-blocks.layout-3 .roadmap-blocks-inner:nth-last-child(-n+3) {
  border-bottom: none;
}
.roadmap-section .roadmap-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.roadmap-section .roadmap-blocks.layout-4 .roadmap-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.roadmap-section .roadmap-blocks.layout-4 .roadmap-blocks-inner:nth-last-child(-n+4) {
  border-bottom: none;
}
.roadmap-section .roadmap-blocks.layout-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.roadmap-section .roadmap-blocks.layout-5 .roadmap-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.roadmap-section .roadmap-blocks.layout-5 .roadmap-blocks-inner:nth-last-child(-n+5) {
  border-bottom: none;
}
.roadmap-section .roadmap-blocks.layout-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.roadmap-section .roadmap-blocks.layout-6 .roadmap-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.roadmap-section .roadmap-blocks.layout-6 .roadmap-blocks-inner:nth-last-child(-n+6) {
  border-bottom: none;
}
.roadmap-section .roadmap-blocks-inner {
  min-width: 0;
}
.roadmap-section .roadmap-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 44px 28px 36px;
  position: relative;
}
.roadmap-section .roadmap_item_name {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 0.92;
  color: #FFFFFF;
  font-weight: 500;
}
.roadmap-section .roadmap_item_desrciption {
  margin-bottom: 22px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a2a2a1;
}

@media (max-width: 991px) {
  .roadmap-section .roadmap-blocks {
    grid-template-columns: 1fr !important;
  }
  .roadmap-section .roadmap-item {
    min-height: auto;
    padding: 34px 0;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .roadmap-section .roadmap-blocks {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .roadmap-section .roadmap-blocks {
    margin-top: 50px;
  }
  .roadmap-section .roadmap_item_name {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .roadmap-section .roadmap-item {
    padding: 28px 0;
  }
}
.team-section {
  padding: 50px 0;
  background: #0f0f0f;
  position: relative;
}
.team-section .teams-bg-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.team-section .teams-bg-image,
.team-section .teams-bg-parallax {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.team-section .teams-bg-image {
  inset: 0;
}
.team-section .teams-bg-parallax {
  top: -120px;
  bottom: -120px;
  height: calc(100% + 240px);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.team-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0f0f;
  opacity: 0.75;
}
.team-section .above-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.team-section h2 {
  color: #FFFFFF;
  font-size: 4.5rem;
  line-height: 1.2;
}
.team-section .container {
  position: relative;
  z-index: 1;
}
.team-section .team-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #a2a2a1;
}
.team-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.team-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.team-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.team-section .team-blocks {
  margin-top: 50px;
}
.team-section .team-blocks img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 30px;
}
.team-section .team-blocks .team-item {
  background: #0f0f0f;
  padding: 40px;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.team-section .team-blocks .team-item:hover {
  background: #1a1a1a;
}
.team-section .team-blocks .team-item .team-item {
  font-size: 14px;
  color: #f2f2f0;
  font-weight: 400;
  font-family: "Inter";
  border: 1px solid;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section .team-blocks .team-item i {
  font-size: 18px;
  color: #f2f2f0;
  margin-right: 10px;
}
.team-section .team-blocks .team-item a {
  font-size: 12px;
  line-height: 1rem;
  font-weight: 400;
  color: #f2f2f0;
  letter-spacing: 0.2em;
  transition: color 0.2s ease-out;
}
.team-section .team-blocks .team-item a:hover {
  color: #d1ff00;
  text-decoration: underline;
}
.team-section .team-blocks .team-item a:hover i {
  color: #d1ff00;
}
.team-section .team-blocks .team-item .parameter_item_status {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #f2f2f0;
  text-transform: uppercase;
}
.team-section .team-blocks .team-item h4 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.team-section .team-blocks {
  display: grid;
  margin-top: 80px;
}
.team-section .team-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.team-section .team-blocks.layout-2 .team-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-2 .team-blocks-inner:nth-last-child(-n+2) {
  border-bottom: none;
}
.team-section .team-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-section .team-blocks.layout-3 .team-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-3 .team-blocks-inner:nth-last-child(-n+3) {
  border-bottom: none;
}
.team-section .team-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.team-section .team-blocks.layout-4 .team-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-4 .team-blocks-inner:nth-last-child(-n+4) {
  border-bottom: none;
}
.team-section .team-blocks.layout-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.team-section .team-blocks.layout-5 .team-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-5 .team-blocks-inner:nth-last-child(-n+5) {
  border-bottom: none;
}
.team-section .team-blocks.layout-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.team-section .team-blocks.layout-6 .team-blocks-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-last-child(-n+6) {
  border-bottom: none;
}
.team-section .team-blocks-inner {
  min-width: 0;
}
.team-section .team-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 44px 28px 36px;
  position: relative;
}
.team-section .team_item_name {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 0.92;
  color: #FFFFFF;
  font-weight: 500;
}
.team-section .team_item_desrciption {
  margin-bottom: 22px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a2a2a1;
}
.team-section .team-blocks.layout-2 .team-blocks-inner:nth-child(2n) .team-item {
  border-left: 1px solid rgba(192, 192, 192, 0.12);
}
.team-section .team-blocks.layout-3 .team-blocks-inner:nth-child(3n+2) .team-item,
.team-section .team-blocks.layout-3 .team-blocks-inner:nth-child(3n) .team-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-4 .team-blocks-inner:nth-child(4n+2) .team-item,
.team-section .team-blocks.layout-4 .team-blocks-inner:nth-child(4n+3) .team-item,
.team-section .team-blocks.layout-4 .team-blocks-inner:nth-child(4n) .team-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-5 .team-blocks-inner:nth-child(5n+2) .team-item,
.team-section .team-blocks.layout-5 .team-blocks-inner:nth-child(5n+3) .team-item,
.team-section .team-blocks.layout-5 .team-blocks-inner:nth-child(5n+4) .team-item,
.team-section .team-blocks.layout-5 .team-blocks-inner:nth-child(5n) .team-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-child(6n+2) .team-item,
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-child(6n+3) .team-item,
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-child(6n+4) .team-item,
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-child(6n+5) .team-item,
.team-section .team-blocks.layout-6 .team-blocks-inner:nth-child(6n) .team-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.team-section.has-parallax-section {
  padding: 150px 0;
}
.team-section.has-parallax-section .team-item {
  background: rgba(0, 0, 0, 0.6);
}
.team-section.has-parallax-section .team-item:hover {
  background: #0f0f0f;
}
.team-section.has-parallax-section .team-item:hover a {
  color: #d1ff00;
  transition: color 0.2s ease-out;
}

.tools_grid-section {
  padding: 100px 0;
  background: #161616;
  position: relative;
}
.tools_grid-section .tools_grid-section-content {
  margin-bottom: 30px;
}
.tools_grid-section .tools_grid-above-heading {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tools_grid-section h3 {
  color: #f2f2f0;
  margin-bottom: 0;
}
.tools_grid-section .container {
  position: relative;
  z-index: 1;
}
.tools_grid-section .tools_grid-content p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0f0f0f;
}
.tools_grid-section .read_more_link {
  color: #0f0f0f;
  background-color: #d1ff00;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
}
.tools_grid-section .read_more_link::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  margin-left: 10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease-out;
}
.tools_grid-section .read_more_link:hover::after {
  transform: translateX(10px);
}
.tools_grid-section .tools_grid-blocks {
  margin-top: 50px;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item {
  background: #0f0f0f;
  padding: 40px;
  height: 100%;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item:hover {
  background: rgb(0, 0, 0);
}
.tools_grid-section .tools_grid-blocks .tools_grid-item:hover .above-title {
  color: #f2f2f0;
  transition: color 0.2s ease-out;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .above-title {
  font-size: 12px;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: color 0.2s ease-out;
  font-family: "Inter Light";
}
.tools_grid-section .tools_grid-blocks .tools_grid-item h3 {
  font-size: 24px;
  line-height: 1;
  color: #f2f2f0;
  margin-bottom: 0;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .tools_grid_item_desrciption {
  color: #6a6a69;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 30px;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .tools_grid_item_desrciption p {
  color: #6a6a69;
  font-family: "Inter Medium";
  font-size: 14px;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .tools_grid_item_desrciption ul {
  padding: 0;
  margin-top: 30px;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .tools_grid_item_desrciption ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .tools_grid_item_desrciption ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d1ff00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_list_arguments {
  padding: 0;
  margin: 0;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_list_arguments li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6a6a69;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_list_arguments li::before {
  display: none;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_list_arguments .accent-bar {
  width: 2em;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_read_more_link {
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #0f0f0f;
  line-height: 1.25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-out;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_read_more_link:hover svg {
  transform: translate(3px, -3px);
}
.tools_grid-section .tools_grid-blocks .tools_grid-item .cards_read_more_link svg {
  height: 1rem;
  width: 1rem;
  margin-left: 10px;
  transition: transform 0.2s ease-out;
}
.tools_grid-section .tools_grid-blocks {
  display: grid;
  margin-top: 50px;
}
.tools_grid-section .tools_grid-blocks.layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tools_grid-section .tools_grid-blocks.layout-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tools_grid-section .tools_grid-blocks.layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tools_grid-section .tools_grid-blocks-inner {
  min-width: 0;
}
.tools_grid-section .tools_grid-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.tools_grid-section .above-title {
  margin: 0 0 22px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d1ff00;
  font-weight: 500;
}
.tools_grid-section .tools_grid_item_desrciption {
  margin-bottom: 22px;
}
.tools_grid-section .tools_grid_item_desrciption p {
  margin-bottom: 0;
  color: #F6F6F6;
}
.tools_grid-section .cards_list_arguments {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.tools_grid-section .cards_list_arguments li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #FFFFFF;
}
.tools_grid-section .cards_list_arguments .accent-bar {
  width: 26px;
  height: 2px;
  background: #d1ff00;
  flex-shrink: 0;
  display: inline-block;
}
.tools_grid-section .cards_read_more_link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tools_grid-section .tools_grid-blocks.layout-2 .tools_grid-blocks-inner:nth-child(2n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section .tools_grid-blocks.layout-2 .tools_grid-blocks-inner:not(:nth-last-child(-n+2)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:nth-child(3n+2) .tools_grid-item,
.tools_grid-section .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:nth-child(3n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:not(:nth-last-child(-n+3)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n+2) .tools_grid-item,
.tools_grid-section .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n+3) .tools_grid-item,
.tools_grid-section .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:not(:nth-last-child(-n+4)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.tools_grid-section.tools_grid-section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
.tools_grid-section.tools_grid-section-bg h2 {
  color: #f2f2f0;
}
.tools_grid-section.tools_grid-section-bg p {
  color: #f2f2f0;
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks .tools_grid-item {
  background: rgba(0, 0, 0, 0.65);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks .tools_grid-item:hover {
  background: rgb(0, 0, 0);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks .tools_grid-item .cards_read_more_link {
  color: #f2f2f0;
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks .tools_grid-item .cards_read_more_link:hover {
  color: #d1ff00;
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks .tools_grid-item .tools_grid_item_name {
  color: #f2f2f0;
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-2 .tools_grid-blocks-inner:nth-child(2n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-2 .tools_grid-blocks-inner:not(:nth-last-child(-n+2)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:nth-child(3n+2) .tools_grid-item,
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:nth-child(3n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-3 .tools_grid-blocks-inner:not(:nth-last-child(-n+3)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n+2) .tools_grid-item,
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n+3) .tools_grid-item,
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:nth-child(4n) .tools_grid-item {
  border-left: 1px solid rgba(250, 250, 250, 0.2);
}
.tools_grid-section.tools_grid-section-bg .tools_grid-blocks.layout-4 .tools_grid-blocks-inner:not(:nth-last-child(-n+4)) .tools_grid-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

@media (max-width: 991px) {
  .tools_grid-section .tools_grid-blocks {
    grid-template-columns: 1fr !important;
  }
  .tools_grid-section .tools_grid-item {
    min-height: auto;
    padding: 34px 0;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .tools_grid-section .tools_grid-blocks {
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .tools_grid-section .tools_grid-blocks {
    margin-top: 50px;
  }
  .tools_grid-section .tools_grid_item_name {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .tools_grid-section .tools_grid-item {
    padding: 28px 0;
  }
}
.single-showcase {
  background: #0f0f0f;
  color: #f2f2f0;
}
.single-showcase .container {
  position: relative;
}
.single-showcase .single-showcase-hero {
  padding: 150px 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-showcase .single-showcase-hero__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.single-showcase .single-showcase-hero__bottom {
  margin-top: 50px;
}
.single-showcase .single-showcase-above-title,
.single-showcase .single-showcase-above-title a,
.single-showcase .single-showcase-detail__title,
.single-showcase .single-showcase-scope h5 {
  color: #d1ff00;
  font-family: "Inter Bold";
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}
.single-showcase .single-showcase-above-title a:hover {
  text-decoration: underline;
}
.single-showcase .single-showcase-title {
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 9rem;
  line-height: 0.85;
}
.single-showcase .single-showcase-description {
  color: #f2f2f0;
  font-family: "Inter";
  line-height: 1.5;
}
.single-showcase .single-showcase-description p {
  margin: 0;
  color: #a2a2a1;
  font-size: 20px;
}
.single-showcase .single-showcase-meta-line {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  color: #6a6a69;
  font-family: "Inter Medium";
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.single-showcase .single-showcase-meta-line span {
  display: inline-flex;
  align-items: center;
}
.single-showcase .single-showcase-meta-line span:not(:last-child)::after {
  content: "·";
  margin-left: 14px;
  color: #a2a2a1;
}
.single-showcase .single-showcase-scope {
  max-width: 600px;
  margin-left: auto;
  margin-bottom: 30px;
}
.single-showcase .single-showcase-scope h5 {
  font-size: 0.75rem;
  font-weight: 400;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single-showcase .single-showcase-scope__item {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.single-showcase .single-showcase-scope__item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.single-showcase .single-showcase-visit {
  font-size: 0.75rem;
  font-weight: 600;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1ff00;
  padding: 10px 0;
  width: fit-content;
}
.single-showcase .single-showcase-visit:hover {
  transform: translateY(-2px);
}
.single-showcase .single-showcase-image-section {
  padding: 100px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #141414;
}
.single-showcase .single-showcase-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.single-showcase .showcase-image-gallery {
  margin-top: 50px;
}
.single-showcase .showcase-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.single-showcase .showcase-gallery a {
  width: 32%;
}
.single-showcase .showcase-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-showcase .single-showcase-details-section {
  padding: 90px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-showcase .posts-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-showcase .posts-carousel a {
  display: block;
  width: 100%;
  height: clamp(360px, 55vw, 760px);
  overflow: hidden;
  background: #1f1f1f;
}
.single-showcase .posts-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-showcase .tns-outer [data-action=stop],
.single-showcase .tns-outer [data-action=start] {
  display: none !important;
}
.single-showcase .tns-outer [data-controls=prev]::before,
.single-showcase .tns-outer [data-controls=next]::before {
  font-family: "bootstrap-icons";
  color: #f2f2f0;
  transition: color 0.2s ease-out, font-size 0.2s ease-out;
}
.single-showcase .tns-outer [data-controls=prev]:hover::before,
.single-showcase .tns-outer [data-controls=next]:hover::before {
  font-size: 28px;
  color: #d1ff00;
}
.single-showcase .tns-outer [data-controls=prev]::before {
  content: "\f22d";
}
.single-showcase .tns-outer [data-controls=next]::before {
  content: "\f231";
}
.single-showcase .tns-outer {
  position: relative;
  width: 100%;
}
.single-showcase .tns-ovh {
  overflow: hidden;
}
.single-showcase .tns-inner {
  overflow: hidden;
}
.single-showcase .tns-item {
  position: relative;
}
.single-showcase .tns-item a {
  display: block;
}
.single-showcase .tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}
.single-showcase .tns-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.single-showcase .tns-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.single-showcase .tns-nav button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #6a6a69;
}
.single-showcase .tns-nav button.tns-nav-active {
  background: #d1ff00;
}
.single-showcase .single-showcase-details-row {
  row-gap: 55px;
}
.single-showcase .single-showcase-detail {
  height: 100%;
}
.single-showcase .single-showcase-detail__title {
  margin-bottom: 25px;
}
.single-showcase .single-showcase-detail__description {
  color: #f2f2f0;
  font-family: "Inter";
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
}
.single-showcase .single-showcase-detail__description p {
  margin-bottom: 20px;
  color: #f2f2f0;
}
.single-showcase .single-showcase-detail__description p:last-child {
  margin-bottom: 0;
}
.single-showcase .single-showcase-properties-section {
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-showcase .single-showcase-properties-row {
  row-gap: 35px;
}
.single-showcase .single-showcase-property {
  height: 100%;
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.single-showcase .single-showcase-property:hover .single-showcase-property__value {
  transform: translateY(-2px);
}
.single-showcase .single-showcase-property__value {
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1;
  margin-bottom: 18px;
  transition: transform 0.2s ease-out;
}
.single-showcase .single-showcase-property__description {
  font-size: 0.75rem;
  font-weight: 600;
  color: #a2a2a1;
  text-transform: uppercase;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.single-showcase .single-showcase-quote-section {
  padding: 120px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #f2f2f0;
}
.single-showcase .single-showcase-quote-wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.single-showcase .single-showcase-quote {
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 1.875rem;
  line-height: 1.25;
  margin: 0 0 50px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
.single-showcase .single-showcase-quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: "Inter Bold";
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.single-showcase .single-showcase-quote-author strong {
  color: #f2f2f0;
  font-size: 14px;
  line-height: 1.2;
}
.single-showcase .single-showcase-quote-author span {
  color: #a2a2a1;
  font-size: 14px;
  line-height: 1.2;
}
.single-showcase .single-showcase-footer-nav {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-showcase .single-showcase-footer-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.single-showcase .single-showcase-back-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #a2a2a1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.single-showcase .single-showcase-back-link:hover {
  color: #f2f2f0;
  transform: translateY(-2px);
}
.single-showcase .single-showcase-build-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1ff00;
  padding: 10px 0;
  width: fit-content;
}
.single-showcase .single-showcase-build-link:hover {
  transform: translateY(-2px);
}

.single-service {
  background: #0f0f0f;
  color: #f2f2f0;
}
.single-service .single-service-hero {
  padding: 150px 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-service .single-service-hero .single-service-hero__meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}
.single-service .single-service-hero .single-service-above-title,
.single-service .single-service-hero .single-service-above-title a,
.single-service .single-service-hero .single-service-capability {
  color: #d1ff00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
}
.single-service .single-service-hero .single-service-above-title a:hover {
  text-decoration: underline;
}
.single-service .single-service-hero .single-service-capability {
  color: #6a6a69;
  text-align: right;
}
.single-service .single-service-hero .single-service-capability .service-hero-label:last-child::after {
  display: none;
}
.single-service .single-service-hero .single-service-capability .service-hero-label::after {
  content: "\f309";
  font-family: "bootstrap-icons";
  color: #6a6a69;
}
.single-service .single-service-hero .single-service-browser {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
}
.single-service .single-service-hero .single-service-browser__bar {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-service .single-service-hero .single-service-browser__dots {
  display: flex;
  gap: 10px;
}
.single-service .single-service-hero .single-service-browser__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.single-service .single-service-hero .single-service-browser__dots span:last-child {
  background: #d1ff00;
}
.single-service .single-service-hero .single-service-browser__url {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #a2a2a1;
  padding: 6px 10px;
}
.single-service .single-service-hero .single-service-browser__url {
  background: rgba(255, 255, 255, 0.2);
}
.single-service .single-service-hero .single-service-browser__url .service-browser_status_text {
  color: #d1ff00;
  font-weight: 700;
}
.single-service .single-service-hero .single-service-browser__url .service-browser_status_text:last-child::after {
  display: none;
}
.single-service .single-service-hero .single-service-browser__url .service-browser_status_text::after {
  content: ", ";
  color: #d1ff00;
}
.single-service .single-service-hero .single-service-browser__stats {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #a2a2a1;
  padding: 6px 10px;
  text-align: right;
}
.single-service .single-service-hero .single-service-browser__stats .service-browser_stats_item {
  color: #6a6a69;
}
.single-service .single-service-hero .single-service-browser__stats .service-browser_stats_item:last-child::after {
  display: none;
}
.single-service .single-service-hero .single-service-browser__stats .service-browser_stats_item::after {
  content: "\f309";
  font-family: "bootstrap-icons";
  color: #6a6a69;
}
.single-service .single-service-hero .single-service-browser__body {
  padding: clamp(80px, 9vw, 150px) clamp(30px, 4vw, 70px);
}
.single-service .single-service-hero .single-service-title {
  margin: 0;
  font-family: "DM Serif Display";
  font-size: clamp(72px, 9vw, 150px);
  line-height: 0.86;
  letter-spacing: -0.055em;
  color: #f2f2f0;
}
.single-service .single-service-hero .single-service-title span {
  font-style: italic;
}
.single-service .single-service-hero .single-service-description {
  font-size: 18px;
  color: #f2f2f0;
}
.single-service .single-service-hero .single-service-description p {
  color: #f2f2f0;
}
.single-service .single-service-hero .single-service-properties {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 28px;
}
.single-service .single-service-hero .read_more_link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #d1ff00;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1ff00;
  padding: 10px 0;
  width: fit-content;
}
.single-service .single-service-hero .read_more_link:hover {
  transform: translateY(-2px);
}
.single-service .single-service-hero .single-service-property {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6a6a69;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.single-service .single-service-hero .single-service-property::before {
  content: "↳";
  color: #6a6a69;
}
.single-service .single-service-hero .single-service-property .single-service-property-inner {
  display: flex;
  flex-direction: column;
}
.single-service .single-service-hero .single-service-property .single-service-property-inner strong {
  font-size: 11px;
  color: #a2a2a1;
}
.single-service .single-service-hero .single-service-property span,
.single-service .single-service-hero .single-service-property strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .single-service-browser__bar {
    grid-template-columns: auto 1fr;
    row-gap: 10px;
    padding: 14px 18px;
  }
  .single-service-browser__stats {
    grid-column: 1/-1;
    text-align: left;
  }
  .single-service-title {
    margin-bottom: 40px;
  }
  .single-service-properties {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .single-service-hero {
    padding: 45px 0 60px;
  }
  .single-service-hero__meta {
    display: block;
    margin-bottom: 35px;
  }
  .single-service-capability {
    margin-top: 16px;
    text-align: left;
  }
  .single-service-browser__body {
    padding: 55px 22px;
  }
  .single-service-title {
    font-size: clamp(54px, 18vw, 82px);
  }
  .single-service-properties {
    grid-template-columns: 1fr;
  }
}
.single-perspective {
  background: #0f0f0f;
  color: #f2f2f0;
}
.single-perspective .single-perspective-hero {
  padding: 150px 0 50px;
}
.single-perspective .single-perspective-back {
  display: inline-flex;
  margin-bottom: 55px;
  color: #6a6a69;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
}
.single-perspective .single-perspective-back:hover {
  color: #d1ff00;
}
.single-perspective .single-perspective-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-bottom: 35px;
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-meta .single-perspective-meta_id {
  position: relative;
  color: #d1ff00;
}
.single-perspective .single-perspective-meta .single-perspective-meta_id::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: #d1ff00;
  display: inline-block;
  margin: 4px 10px;
}
.single-perspective .single-perspective-above {
  margin-bottom: 22px;
  color: #d1ff00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-title {
  max-width: 75%;
  margin: 0;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: clamp(58px, 7vw, 105px);
  line-height: 1;
}
.single-perspective .single-perspective-lead {
  max-width: 720px;
  margin-top: 35px;
  color: #a2a2a1;
  font-size: 22px;
  line-height: 1.5;
}
.single-perspective .single-perspective-lead p {
  margin: 0;
  color: inherit;
}
.single-perspective .single-perspective-author-mini {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 45px;
}
.single-perspective .single-perspective-author-mini img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.single-perspective .single-perspective-author-mini strong {
  display: block;
  color: #f2f2f0;
  font-size: 14px;
}
.single-perspective .single-perspective-author-mini span {
  display: block;
  margin-top: 4px;
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-featured {
  padding: 0 0 90px;
}
.single-perspective .single-perspective-featured figure {
  margin: 0;
}
.single-perspective .single-perspective-featured img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.single-perspective .single-perspective-content-section {
  padding: 0 0 110px;
}
.single-perspective .single-perspective-content {
  max-width: 75%;
  margin: 0 auto;
  color: #f2f2f0;
  font-size: 20px;
  line-height: 1.75;
}
.single-perspective .single-perspective-content p {
  margin: 0 0 34px;
  color: inherit;
}
.single-perspective .single-perspective-content h2,
.single-perspective .single-perspective-content h3,
.single-perspective .single-perspective-content h4 {
  margin: 70px 0 24px;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  line-height: 1.1;
}
.single-perspective .single-perspective-content h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.single-perspective .single-perspective-content h3 {
  font-size: clamp(30px, 3vw, 42px);
}
.single-perspective .single-perspective-content blockquote {
  margin: 50px 0;
  padding-left: 35px;
  border-left: 1px solid #d1ff00;
  color: #f2f2f0;
  font-family: "DM Serif Display Italic";
  font-size: 3.75rem;
  line-height: 1.15;
}
.single-perspective .single-perspective-content blockquote p {
  margin: 0;
  font-family: "DM Serif Display Italic";
  font-size: 32px;
  padding: 30px 0;
}
.single-perspective .single-perspective-content img {
  display: block;
  width: calc(100% + 220px);
  max-width: calc(100% + 220px);
  margin: 80px 0 18px -110px;
  height: auto;
}
.single-perspective .single-perspective-content figure {
  width: calc(100% + 220px);
  max-width: calc(100% + 220px);
  margin: 80px 0 60px -110px;
}
.single-perspective .single-perspective-content figure img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.single-perspective .single-perspective-content figure figcaption {
  margin-top: 15px;
  color: #6a6a69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-author-block {
  background: #f2f2f0;
  color: #0f0f0f;
  padding: 75px 0;
}
.single-perspective .single-perspective-author-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.single-perspective .single-perspective-author-card__main {
  display: flex;
  align-items: center;
  gap: 35px;
}
.single-perspective .single-perspective-author-card__main img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.single-perspective .single-perspective-author-card__main span {
  display: block;
  margin-bottom: 10px;
  color: #6a6a69;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-author-card__main h2 {
  margin: 0;
  color: #0f0f0f;
  font-family: "DM Serif Display";
  font-size: 42px;
  line-height: 1;
}
.single-perspective .single-perspective-author-card__main p {
  margin: 8px 0 0;
  color: #6a6a69;
  font-size: 15px;
}
.single-perspective .single-perspective-author-card__cta {
  background: #0f0f0f;
  color: #d1ff00;
  padding: 20px 40px;
  border: 1px solid #0f0f0f;
  text-decoration: none;
  width: fit-content;
}
.single-perspective .single-perspective-author-card__cta:hover {
  color: #0f0f0f;
  background: transparent;
}
.single-perspective .single-perspective-next {
  padding: 100px 0 100px;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.single-perspective .single-perspective-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.single-perspective .single-perspective-next__label {
  margin-bottom: 20px;
  color: #6a6a69;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.single-perspective .single-perspective-next h3 {
  margin: 0;
  max-width: 75%;
  color: #f2f2f0;
  font-family: "DM Serif Display";
  font-size: 3.75rem;
  line-height: 1;
}
.single-perspective .single-perspective-next h3 a {
  color: inherit;
  text-decoration: none;
  font-size: 3.75rem;
}
.single-perspective .single-perspective-next h3 a:hover {
  color: #d1ff00;
}
.single-perspective .single-perspective-next__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f2f2f0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
}
.single-perspective .single-perspective-next__all:hover {
  border-color: #d1ff00;
  color: #d1ff00;
}

@media (max-width: 991.98px) {
  .single-perspective-hero {
    padding: 70px 0 55px;
  }
  .single-perspective-featured {
    padding-bottom: 65px;
  }
  .single-perspective-content-section {
    padding-bottom: 80px;
  }
  .single-perspective-content {
    max-width: 100%;
  }
  .single-perspective-content img,
  .single-perspective-content figure {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .single-perspective-author-card,
  .single-perspective-next__inner {
    display: block;
  }
  .single-perspective-author-card__cta {
    margin-top: 35px;
  }
  .single-perspective-next__all {
    margin-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .single-perspective-title {
    font-size: clamp(44px, 14vw, 64px);
  }
  .single-perspective-lead {
    font-size: 18px;
  }
  .single-perspective-content {
    font-size: 18px;
  }
  .single-perspective-author-card__main {
    align-items: flex-start;
    gap: 22px;
  }
  .single-perspective-author-card__main h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-container .align-items-end {
    align-items: center !important;
  }
}
@media screen and (max-width: 1100px) {
  .site-navigation .menu > li a {
    font-size: 16px;
    padding: 10px 10px;
  }
  .cta-block-section .cta-block-title-exstalarge {
    font-size: 4rem;
  }
  .cta-block-section .cta_links_area .read_more_link,
  .cta-block-section .cta_links_area .read_more_link.read_more_highlight {
    padding: 15px 20px;
  }
  .quote-section .quote-title {
    font-size: 1.5em;
  }
  .quote-section .quote-photo {
    height: 40vw;
    padding-left: 30px;
  }
  .accordion-cards-section .accordion-cards-header {
    gap: 0px;
    padding-bottom: 30px;
  }
  .hero-section .hero-container .read_more_link {
    padding: 15px 25px;
  }
  .hero-section .hero_additional_section .additional_line {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .comparison-section .comparison_list {
    margin-top: 50px;
  }
  .accordion-cards-section .accordion-cards-trigger {
    grid-template-columns: inherit;
  }
  .featured-works-section .featured-work-row__inner {
    display: flex;
    gap: 20px;
  }
  .performance-metrics-section .performance-metrics-blocks .performance-metrics-item .performance-metrics-item-heading {
    margin-bottom: 20px;
  }
  .performance-metrics-section .performance-metrics-quote {
    margin-top: 0;
    font-size: 32px;
  }
  .performance-metrics-section .performance-metrics-blocks {
    grid-auto-flow: column;
  }
  .accordion-cards-section .accordion-cards-trigger {
    grid-auto-flow: column;
  }
  .steps-section .steps_item_desrciption,
  .cards-grid-section .cards-grid-blocks .cards-grid-item .cards-grid_item_desrciption {
    font-size: 18px;
  }
  .accordion-cards-section .accordion-cards-header {
    align-items: center;
  }
  h2, h2 p {
    font-size: 3rem !important;
    letter-spacing: 0em !important;
  }
  h3, h3 p, h3 a {
    font-size: 2.5rem !important;
  }
  .site-footer-content h3 {
    font-size: 14px !important;
  }
  .services-section .stages_list .two-cols {
    column-count: 1;
  }
  .services-section .methods-list {
    padding: 0;
  }
  .single-service .single-service-hero .single-service-browser__bar {
    display: flex;
  }
  .single-service .single-service-hero .single-service-browser__url {
    width: 65%;
    gap: 10px;
  }
  .team-section .team-blocks {
    margin-top: 40px;
  }
  .team-section .team-blocks .team-item {
    padding: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .team-section .team-blocks img {
    width: 150px;
    height: 150px;
  }
  .team-section .team-blocks .team-item .parameter_item_status {
    margin-bottom: 20px;
  }
  .team-section .team-blocks .team-item .social_links {
    margin-top: 20px;
  }
  .team-section {
    padding: 50px 0;
    margin: 0;
  }
  .team-section.has-parallax-section {
    padding: 100px 0;
  }
  .team-section .team-blocks .team-item a {
    letter-spacing: 0.1em;
  }
  .accordion-layers-section {
    padding: 50px 0;
  }
  .accordion-layers-section .accordion-layers-header {
    gap: 20px;
  }
  .accordion-layers-section .accordion-layers-trigger {
    display: flex;
  }
  .accordion-layers-section .accordion-layers-item {
    width: 75%;
  }
  .roadmap-section .roadmap-blocks {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .roadmap-section .roadmap_item_desrciption {
    font-size: 16px;
  }
  .single-showcase .single-showcase-title {
    font-size: 5rem;
  }
  .hero-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .comparison-section,
  .accordion-cards-section,
  .performance-metrics-section,
  .cta-block-section,
  .quote-section,
  .cards-grid-section,
  .metrics-section,
  .roadmap-section,
  .services-promo-section,
  .contactus_section .contactus_form_section,
  .single-perspective .single-perspective-next,
  .methodology-section .methods-list,
  .showcase-promo-section,
  .services-section .methods-list .container .row {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .methodology-section .methods-list .container .row {
    padding: 0;
  }
  .services-promo-section .services-promo-description {
    max-width: fit-content;
  }
}
@media (max-width: 900px) {
  .mob-break {
    display: inline;
  }
  .hero_title wbr {
    display: inline;
  }
  .is_onmobile {
    display: contents;
  }
  .no_mobile {
    display: none;
  }
  .no_mobile_hero {
    display: none;
  }
  .header_area.float_header {
    left: 0;
    top: 30px;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    max-width: none;
  }
  .header_area {
    left: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    max-width: none;
  }
  .header_area .site-header {
    position: relative;
    z-index: 1001;
  }
  .header_area::after {
    z-index: 0;
  }
  .header_area .no_mobile {
    display: none !important;
  }
  .header_area .is_onmobile {
    display: flex !important;
  }
  .header_area .navbar {
    width: 100%;
  }
  .mob_menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 150px 20px 40px;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .mob_menu.show {
    transform: translateX(0);
    opacity: 1;
    top: 0;
  }
  .mob_menu .header_top_widget {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mob_menu .site-navigation {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .mob_menu .site-navigation .menu {
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    border-radius: 0;
    align-items: stretch;
    line-height: 1.2;
    width: 80%;
  }
  .mob_menu .site-navigation .menu::before, .mob_menu .site-navigation .menu::after {
    display: none;
  }
  .mob_menu .site-navigation .menu > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
  }
  .mob_menu .site-navigation .menu > li:last-child {
    border-bottom: none;
  }
  .mob_menu .site-navigation .menu > li > a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease-out;
  }
  .mob_menu .site-navigation .menu > li > a::after {
    display: none;
  }
  .mob_menu .site-navigation .menu > li > a:hover, .mob_menu .site-navigation .menu > li > a:focus {
    color: #d1ff00;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger > a {
    display: block;
    flex: 1 1 auto;
    width: auto;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease-out;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger > a::after {
    display: none;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger > a:hover, .mob_menu .site-navigation .menu > li > .menu-item-trigger > a:focus {
    color: #d1ff00;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger > .submenu-toggle {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
  }
  .mob_menu .site-navigation .menu > li > .menu-item-trigger > .submenu-toggle::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background: url("/wp-content/themes/miamiagency/assets/images/icons/arrow_right.svg") 50% 50% no-repeat;
    filter: brightness(0) invert(1);
    background-size: contain;
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
  }
  .mob_menu .site-navigation .menu > li.submenu-open > .menu-item-trigger > .submenu-toggle::before {
    transform: rotate(180deg);
  }
  .mob_menu .site-navigation .menu > li > .sub-menu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 12px 0;
    list-style: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease-out;
  }
  .mob_menu .site-navigation .menu > li > .sub-menu::before {
    display: none;
  }
  .mob_menu .site-navigation .menu > li > .sub-menu > li {
    display: block;
    margin: 0;
  }
  .mob_menu .site-navigation .menu > li > .sub-menu > li > a {
    display: block;
    width: 100%;
    padding: 12px 0 12px 18px;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border: none;
  }
  .mob_menu .site-navigation .menu > li > .sub-menu > li > a::after {
    display: none;
  }
  .mob_menu .site-navigation .menu > li > .sub-menu > li > a:hover, .mob_menu .site-navigation .menu > li > .sub-menu > li > a:focus {
    color: #d1ff00;
  }
  h2,
  h2 p {
    font-size: 2.75rem;
  }
  h3,
  h3 p {
    font-size: 34px;
  }
  .cta-block-section h2,
  .steps-section h2,
  .solution-section h2,
  .polaroid-gallery-section .polaroid-gallery-header h2 {
    font-size: 3rem;
  }
  .hero-running-line-wrap .hero-running-line__item--text .hero-running-line__text,
  .steps-section .steps-blocks .steps-item h3 {
    font-size: 2.5rem;
  }
  .featured-projects-section .featured-projects__title {
    font-size: 3rem;
  }
  .cards-grid-section .cards-grid-blocks .cards-grid-item h3 {
    font-size: 3rem;
  }
  .benefits-list-section .benefits-list-blocks .benefits-list-item .benefits-list-info h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .header-header-service-menu {
    margin-top: 30px;
  }
  .header-header-service-menu ul {
    margin-left: 75px;
  }
  h2, h2 p {
    font-size: 3rem !important;
    letter-spacing: 0em !important;
  }
  h3, h3 p, h3 a {
    font-size: 2rem !important;
  }
  .accordion-cards-section .accordion-cards-title {
    font-size: 2.5rem !important;
  }
  .accordion-cards-section .accordion-cards-item {
    padding: 0;
  }
  .cta-block-section .cta-block-columns .line_cta_block {
    max-width: 65%;
  }
  .services-section .services-above-title {
    margin-bottom: 0;
  }
  .cta-block-section.cta-low-section {
    padding: 50px 0;
  }
  .methodology-section .methods-list .above_title {
    font-size: 12px;
    letter-spacing: 0;
  }
  .quote-section .quote_area {
    padding: 20px;
  }
  .accordion-cards-section .accordion-cards-trigger {
    gap: 15px;
  }
  .featured-project-card--small .featured-project-card__title {
    font-size: clamp(2.6rem, 4.2vw, 5rem);
  }
  .benefits-list-section .benefits-list-blocks .benefits-list-item {
    padding: 20px 10px;
  }
  .polaroid-gallery-section .polaroid-gallery-header {
    gap: 0px;
  }
  .cards-grid-section .cards-grid-blocks {
    margin-top: 0;
  }
  .quote-section .quote-media-area .quote_meta_content {
    padding-left: 30px;
  }
  .single-service .single-service-hero .single-service-description {
    margin-top: 30px;
  }
  .single-service .single-service-hero {
    padding: 150px 0 30px;
  }
  .featured-projects-section {
    padding: 0px;
  }
  .cta-block-section {
    padding: 50px 0;
  }
  .showcase-promo-section .showcase-promo-header {
    display: flex;
    padding-bottom: 30px;
  }
  .roadmap-section .roadmap-blocks {
    gap: 30px;
    flex-direction: column;
  }
  .polaroid-gallery-section {
    padding: 50px 0;
  }
  .contactus_section .contactus_form_section {
    padding: 0 20px;
  }
  .contactus_section {
    padding-bottom: 50px;
  }
  .hero-section .hero-container {
    padding: 0 20px;
  }
  .cta-block-section .cta_links_area {
    flex-direction: column;
  }
  .solution-section {
    padding: 50px 0;
  }
  .hero-section .hero_additional_section {
    gap: 20px;
  }
  .two_columns_section .section_two_columns .content_2_video.video-embed-wrapper iframe {
    margin-top: 50px;
  }
  .two_columns_section {
    padding: 50px 0;
  }
  .two_columns_section .two_columns_image {
    order: 2;
    margin-top: 50px;
  }
  .polaroid-gallery-section .polaroid-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page_header_container {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .blok_key_figures {
    margin-bottom: 0;
  }
  .single-perspective .single-perspective-content figure {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .methodology-section .methods-list {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .methodology-section .methodology-header {
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
    flex-direction: column;
  }
  .featured-works-section .featured-work-row__inner {
    gap: 15px;
    min-height: auto;
    padding: 20px 20px;
  }
  .featured-works-section .featured-work-row__inner {
    gap: 10px;
    flex-direction: column;
  }
  .single-perspective .single-perspective-title {
    max-width: 90%;
  }
  .single-perspective .single-perspective-back {
    margin-bottom: 30px;
  }
  .single-perspective .single-perspective-featured img {
    max-height: 350px;
  }
  .single-perspective .single-perspective-content blockquote p {
    font-size: 2rem;
  }
  .single-perspective .single-perspective-content {
    max-width: 90%;
  }
  .single-perspective .single-perspective-author-card {
    gap: 10px;
  }
  .single-perspective .single-perspective-author-card__main img {
    width: 100px;
    height: 100px;
  }
  .single-perspective .single-perspective-author-card__cta {
    padding: 15px 25px;
  }
  .single-perspective .single-perspective-next h3 {
    max-width: 100%;
    font-size: 2rem !important;
  }
  footer .site-branding .footer-logo {
    width: 150px;
  }
  footer .site-footer-content {
    padding-bottom: 40px;
  }
  .contactus_section .contactus_form_col {
    padding: 0;
  }
  .hero-section .hero_links_area {
    margin-top: 30px;
  }
  .hero-section .hero_additional_section h3 {
    font-size: 1.5rem !important;
  }
  body.logged-in .header_area {
    top: 0;
  }
  .hero-section .hero-container .hero-content {
    font-size: 18px;
  }
  .single-perspective .single-perspective-author-block {
    padding: 50px 0;
  }
  .single-perspective .single-perspective-author-card__main {
    gap: 15px;
  }
  .contactus_section .contact_info_area .contact_emails a {
    font-size: 24px;
  }
  .text_editor_section .row figure {
    width: 100%;
    margin: auto;
  }
  .showcase-promo-section .showcase-promo-card__media-col,
  .showcase-promo-section .showcase-promo-card__image {
    min-height: auto;
  }
  .showcase-promo-section .showcase-promo-card__image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 641px) {
  footer .site-branding .footer-logo {
    width: 140px;
  }
  .polaroid-gallery-section .polaroid-card--3 {
    --x: 0%;
  }
  .polaroid-gallery-section .polaroid-card--4 {
    --x: 10%;
    --y: 20px;
    --r: -15deg;
  }
  .projects_articles .articles-item .image,
  .blogrid_articles .articles-item .articles-item__image,
  .blogrid_articles .articles-item .image,
  .cpt_articles .articles-item .articles-item__image,
  .cpt_articles .articles-item .image {
    height: 40vh;
  }
  .projects_articles .articles-item .articles-content {
    padding: 0;
  }
  .projects_articles .articles-item {
    margin-bottom: 30px;
  }
  .header_area .site-header {
    padding: 20px 0px;
  }
  .navbar-toggler-icon {
    right: 10px;
    top: 15px;
  }
}
@media screen and (max-width: 581px) {
  .hero-section .hero-bg-video iframe, .hero-section .hero-bg-video video {
    width: 300vw;
  }
  .solution-section .solution_main_option {
    padding: 25px;
  }
  .we_offer,
  .whom_list {
    margin-top: 30px;
  }
  .two_columns_content_image {
    order: 2;
    margin-top: 30px;
  }
  .solution-section .solution-blocks {
    flex-direction: column;
  }
  .footer_nav h3,
  .footer_contacts h3 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .footer_nav {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .footer_nav .footer-navigation .menu > li {
    margin-bottom: 16px;
  }
  .footer_nav .footer-navigation .menu > li > a {
    font-size: 22px;
  }
  .footer_nav .footer-navigation .menu > li .sub-menu {
    padding-left: 14px;
  }
  .footer_nav .footer-navigation .menu > li .sub-menu li a {
    font-size: 15px;
  }
  .text_editor_section .row h2 {
    font-size: 2rem !important;
    word-break: break-word;
  }
  footer .footer_copyright,
  footer .footer_copyright a {
    padding: 10px 0 10px 0;
    text-align: center;
  }
  footer .footer_copyright ul {
    padding: 0;
  }
  footer .footer_copyright ul li {
    text-align: center !important;
  }
  .contactus_section .contactus_form_col form {
    width: 100%;
    margin: 50px 0 auto;
  }
  .hero-section .hero-container .hero_title_smaller {
    font-size: 2em;
    line-height: 1.2;
    width: 100%;
  }
  .hero-section .hero-container .read_more_link {
    padding: 15px 20px;
  }
  .hero-section .hero_additional_section {
    display: flex;
    flex-direction: column;
  }
  .team-section .team-blocks {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .team-section .team-blocks .team-item {
    border-left: none;
  }
  .polaroid-gallery-section .polaroid-gallery-header {
    display: flex;
    flex-direction: column;
  }
  .benefits-list-section {
    padding: 50px 0;
  }
  .cta-block-section .cta-block-columns {
    flex-direction: column;
  }
  .cta-block-section .cta-block-columns .line_cta_block {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .perspectives-grid-section .perspectives-grid-posts {
    display: flex;
    flex-direction: column;
  }
  .newsletter-block-section {
    padding: 50px 0;
  }
  .newsletter-block-section h2 {
    margin-bottom: 30px;
  }
  .single-perspective .single-perspective-title {
    max-width: 80%;
    font-size: 2em;
  }
  .single-perspective .single-perspective-author-card__main h2 {
    font-size: 1.5rem !important;
  }
  .single-perspective .single-perspective-author-card__main img {
    width: 80px;
    height: 80px;
  }
  .hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .services-section .methods-list .stages_list {
    margin-top: 30px;
  }
  .services-promo-section .services-promo-header {
    display: flex;
    flex-direction: column;
  }
  .cta-block-section .cta-block-columns h2 {
    font-size: 2.5rem !important;
  }
  .single-showcase .single-showcase-details-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 481px) {
  .header-header-service-menu ul {
    margin-left: 45px;
  }
  .hero-section .hero_links_area {
    flex-direction: column;
  }
  .single-perspective .single-perspective-hero {
    padding: 100px 0 50px;
  }
  .single-perspective .single-perspective-next__inner {
    display: flex;
    flex-direction: column;
  }
  .perspectives-grid-section .perspective-card__read {
    font-size: 16px;
  }
  .polaroid-gallery-section .polaroid-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .polaroid-gallery-section .polaroid-card--5 {
    --r: 15deg;
  }
  .polaroid-gallery-section .polaroid-card--6 {
    --x: 10%;
  }
  .metrics-section .metrics_list_items {
    display: flex;
    flex-direction: column;
  }
  .accordion-cards-section .accordion-cards-header {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .accordion-cards-section .accordion-cards-trigger {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion-cards-section .accordion-cards-icon::before {
    border: 1px solid;
    height: 40px;
    width: 40px;
  }
  .accordion-cards-section .accordion-cards-icon {
    right: 20px;
    position: absolute;
    bottom: 50px;
  }
  .quote-section .quote-photo {
    height: 60vw;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .align-items-start h2 {
    font-size: 2rem !important;
    margin-bottom: 20px !important;
  }
  .performance-metrics-section .performance-metrics-blocks {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .quote-section .quote-title {
    width: 100%;
    line-height: 1.2;
  }
  .quote-section .quote_meta_content .person_key_attributes {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .two_columns_section .two_columns_image {
    margin-top: 20px;
  }
  .performance-metrics-section .performance-metrics-blocks.layout-3 .performance-metrics-blocks-inner:nth-child(3n+2) .performance-metrics-item,
  .performance-metrics-section .performance-metrics-blocks.layout-3 .performance-metrics-blocks-inner:nth-child(3n) .performance-metrics-item {
    border-left: none;
    border-top: 1px solid rgba(250, 250, 250, 0.2);
  }
  .perspectives-grid-section {
    padding: 30px 0;
  }
  .single-showcase .single-showcase-quote {
    font-size: 1.5rem;
  }
  .single-showcase .single-showcase-quote-section {
    padding: 50px 0;
  }
  .cta-block-section .cta-block-content {
    margin-top: 30px;
  }
  .cta-block-section .cta-block-content p {
    font-size: 16px;
  }
  .single-service .single-service-hero {
    padding: 100px 0 30px;
  }
  .single-service .single-service-hero .single-service-hero__meta {
    display: flex;
    gap: 0px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .single-service .single-service-hero .single-service-browser__bar {
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
  }
  .single-service .single-service-hero .single-service-browser__url {
    width: 100%;
  }
  .single-service .single-service-hero .single-service-title {
    font-size: 2.5em;
    line-height: 1;
  }
  .single-service .single-service-hero .single-service-browser__body {
    padding: 50px 20px;
  }
  .accordion-layers-section .accordion-layers-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
  .accordion-layers-section .accordion-layers-trigger {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
    padding: 20px;
  }
  .accordion-layers-section .accordion-layers-item {
    width: 100%;
    margin: 0 !important;
  }
  .showcase-promo-section .showcase-promo-card__content {
    padding: 30px 20px;
  }
  .single-showcase .single-showcase-hero {
    padding: 100px 0 50px;
  }
  .single-showcase .single-showcase-hero__top {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .single-showcase .single-showcase-meta-line {
    justify-content: flex-start;
  }
  .single-showcase .single-showcase-title {
    font-size: 3rem;
  }
  .single-showcase .single-showcase-scope {
    margin-bottom: 0;
    margin-top: 30px;
  }
  h2, h2 p {
    font-size: 2.5rem !important;
  }
  .cta-block-section .cta-block-columns h2 {
    font-size: 2rem !important;
  }
  .footer_nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .site-footer-content {
    padding-bottom: 0;
  }
  .newsletter-block-section .newsletter_links_area .tnp form {
    gap: 10px;
  }
  .newsletter-block-section .newsletter_links_area .tnp-subscription input[type=text], .newsletter-block-section .newsletter_links_area .tnp-subscription input[type=email], .newsletter-block-section .newsletter_links_area .tnp-subscription input[type=submit], .newsletter-block-section .newsletter_links_area .tnp-subscription select, .newsletter-block-section .newsletter_links_area .tnp-subscription textarea, .newsletter-block-section .newsletter_links_area .tnp-profile input[type=text], .newsletter-block-section .newsletter_links_area .tnp-profile input[type=email], .newsletter-block-section .newsletter_links_area .tnp-profile input[type=submit], .newsletter-block-section .newsletter_links_area .tnp-profile select, .newsletter-block-section .newsletter_links_area .tnp-profile textarea, .newsletter-block-section .newsletter_links_area input, .newsletter-block-section .newsletter_links_area textarea, .newsletter-block-section .newsletter_links_area select {
    padding: 15px 20px;
  }
  .metrics-section .metrics_list_item {
    width: 80%;
    margin: 0 auto;
  }
  .metrics-section .metrics_list_items .metrics_list_item .metrics_item {
    font-size: 3em;
  }
}
@media screen and (max-width: 421px) {
  .hero-section .hero-bg-video iframe, .hero-section .hero-bg-video video {
    width: 350vw;
  }
  h2, h2 p {
    font-size: 2.5rem;
  }
  .cards-grid-section .cards-grid-blocks .cards-grid-item h3 {
    font-size: 2.5rem;
  }
  .cta-block-section h2 {
    font-size: 2rem;
  }
  .featured-project-card--main .featured-project-card__title,
  .featured-project-card--small .featured-project-card__title {
    font-size: clamp(2rem, 4.2vw, 5rem);
    line-height: 1.2;
  }
}
@media screen and (max-width: 381px) {
  .performance-metrics-section h3 {
    word-wrap: break-word;
  }
  .perspectives-grid-section .perspective-card__read {
    font-size: 14px;
  }
}