@charset "UTF-8";
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  background: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: -moz-max-content;
  height: max-content;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: '“' '”' '‘' '’';
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
*:active,
*:focus,
*:focus-visible {
  outline: none !important;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  background: linear-gradient(90deg, #ddd6f3, #ffe2e1);
  font-family:
    Averta CY,
    sans-serif;
  color: #171b1f;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    Averta CY,
    sans-serif;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 3.8rem;
}
h3 {
  font-size: 2.6rem;
}
h4 {
  font-size: 1.6rem;
}
img {
  max-width: 100%;
  transition: all 0.25s ease;
}
a,
a[href^='tel'],
a[href^='mailto'] {
  color: #171b1f;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-fill-color: inherit;
}
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
}
.main-container {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 80px;
}
@media (max-width: 1440px) {
  .main-container {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 0;
  }
}
.container {
  max-width: 1650px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}
.tabs__nav span,
.accordion__thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@font-face {
  font-family: Averta CY;
  src:
    url(../fonts/AvertaDemoPE-Regular.woff2) format('woff2'),
    url(../fonts/AvertaDemoPE-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Averta CY;
  src:
    url(../fonts/AvertaDemoPE-ExtraboldItalic.woff2) format('woff2'),
    url(../fonts/AvertaDemoPE-ExtraboldItalic.woff) format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.text-center {
  text-align: center;
}
.section-padding {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .section-padding {
    padding: 50px 0;
  }
}
.section-title {
  font-size: 3.8rem;
}
@media (max-width: 1440px) {
  .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 1120px) {
  .section-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-sub-title {
  margin: 20px 0 0;
}
.btn {
  min-width: 190px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  padding: 16px 18px;
  margin: 20px 0;
  border: 2px solid rgb(23, 27, 31);
  color: #171b1f;
  border-radius: 100px;
  transition: all 0.4s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 1;
}
.btn:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-150%) scaleY(1) scaleX(1.25);
  top: 50%;
  width: 140%;
  height: 180%;
  background-color: #0000000d;
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.btn:after {
  content: '';
  position: absolute;
  left: 55%;
  transform: translate(-150%) scaleY(1) scaleX(1.45);
  top: 50%;
  width: 160%;
  height: 190%;
  background-color: #9c6dff;
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  border: 2px solid rgb(156, 109, 255);
}
.btn:hover:before {
  top: -25%;
  background-color: #9c6dff;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}
.btn:hover:after {
  top: -25%;
  background-color: #9c6dff;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}
.btn svg {
  margin-right: 8px;
}
@media (max-width: 1440px) {
  .btn {
    max-width: 205px;
    font-size: 1rem;
    min-width: 0;
    padding: 14px 18px;
  }
  .btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  .btn {
    max-width: 240px;
    font-size: 1.25rem;
    padding: 16px 18px;
  }
  .btn svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .btn {
    max-width: 205px;
    font-size: 1rem;
    min-width: 0;
    padding: 14px 18px;
  }
  .btn svg {
    width: 20px;
    height: 20px;
  }
}
.btn-primary {
  background-color: #171b1f;
  color: #fff;
}
.btn-outline {
  background-color: #fff0;
}
.cards .btn {
  min-width: 210px;
  margin: 0;
}
.btn-expandable {
  display: none;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  margin: 0;
  padding: 16px 18px;
  background-color: #171b1f;
  animation: fast-jump 3s infinite;
  transition:
    width 0.4s ease,
    border-radius 0.4s ease all 0.5 ease;
}
.btn-expandable:hover {
  background-color: #171b1f;
  animation: none;
}
.btn-expandable .btn__text {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition:
    opacity 0.3s ease 0.1s,
    width 0.3s ease;
}
.btn-expandable svg {
  color: #fff;
  margin: 0;
}
.btn-expandable.is-expanded {
  width: 180px;
  border-radius: 100px;
  background-color: #9c6dff;
  border: 2px solid rgb(156, 109, 255);
}
.btn-expandable.is-expanded:hover {
  background-color: #9c6dff;
}
.btn-expandable.is-expanded .btn__text {
  float: right;
  opacity: 1;
  margin: 0 0 0 5px;
  width: -moz-fit-content;
  width: fit-content;
  transition-delay: 0.15s;
  color: #fff;
}
@keyframes fast-jump {
  0%,
  to {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-8px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(0);
  }
}
@media (max-width: 1440px) {
  .cards__item-col-3 {
    position: absolute;
    right: 0;
    margin-right: 24px;
  }
  .cards__item-col-3 .btn-primary {
    display: none !important;
  }
  .cards__item-col-3 .btn-expandable {
    display: flex;
    min-width: auto;
    transition: all 0.3s ease !important;
  }
}
@media (max-width: 992px) {
  .btn-expandable.is-expanded {
    width: 210px;
  }
  .cards__item-col-1 {
    max-width: 100% !important;
  }
  .cards__item-col-2 {
    order: 2;
  }
  .cards__item-col-3 {
    position: inherit;
    margin: 10px 0;
  }
  .cards__item-col-3 .btn-primary {
    display: flex !important;
    position: inherit;
  }
  .cards__item-col-3 .btn-expandable {
    display: none;
  }
  .cards__item .btn-outline,
  .cards__item .btn-primary {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .cards__item {
    position: relative;
  }
  .cards__item-col-1 .btn-outline {
    width: 100%;
  }
  .cards__item-col-1 h3 {
    transition: opacity 0.3s ease;
  }
  .cards__item-col-3 {
    position: absolute;
    right: 0;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    transition:
      width 0.3s ease,
      padding 0.3s ease,
      justify-content 0.3s ease;
  }
  .cards__item-col-3 .btn-primary {
    display: none !important;
  }
  .cards__item-col-3 .btn-expandable {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition:
      width 0.3s ease,
      border-radius 0.3s ease,
      padding 0.3s ease;
  }
  .cards__item.expanded .cards__item-col-3 {
    justify-content: flex-end;
    padding: 0 25px;
  }
  .btn-expandable.is-expanded {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 100px;
  }
}
.tabs .tabs-mob-btn {
  display: none !important;
}
@media (max-width: 480px) {
  .tabs__col-1 .btn {
    display: none;
  }
  .tabs .tabs-mob-btn {
    display: flex !important;
    min-width: 100%;
    margin: 0;
  }
}
.arrow-circle {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}
.arrow-circle div {
  display: inline-block;
  border-radius: 50%;
}
.arrow-circle div span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
  transition: all 0.3s ease;
}
.arrow-circle div span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 47%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: translate(-50%, -50%) rotate(45deg);
}
.arrow-circle div:after {
  border-top: 8px solid #e74c3c;
  border-right: 8px solid #e74c3c;
}
.accordion__item.is-active .arrow-circle span {
  transition: all 0.3s ease;
}
.accordion__item.is-active .arrow-circle span:before,
.accordion__item.is-active .arrow-circle span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: all 0.3s ease;
  border-top: 0px;
  border-right: 0px;
}
.accordion__item.is-active .arrow-circle span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion__item.is-active .arrow-circle span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.splide__pagination {
  gap: 5px !important;
}
.splide__pagination {
  bottom: -2.3em !important;
}
.splide__pagination__page {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid rgb(156, 109, 255) !important;
  background-color: #0000 !important;
}
.splide__pagination__page.is-active {
  background: #9c6dff !important;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #0000004b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  z-index: 1001;
}
.scroll-to-top img {
  width: 30px;
  height: 30px;
  transform: rotate(317deg);
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  transform: translateY(-5px);
  background-color: #171b1f;
}
.single-hero__col-1 .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
header {
  padding: 20px 0 100px;
}
.header__logo {
  max-width: 250px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__logo.hide-left {
  opacity: 0;
  transform: translate(-50px);
}
@media (max-width: 768px) {
  header {
    display: none;
  }
}
@media (max-width: 1440px) {
  header {
    padding: 20px 0 50px;
  }
  .header__logo {
    max-width: 200px;
  }
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: -200px;
  height: 100vh;
  width: 80px;
  padding: 20px 15px;
  background-color: #171b1f;
  border-radius: 0 40px 0 0;
  z-index: 9999;
  box-shadow: 4px 0 10px #0009;
  transition: all 0.3s;
  cursor: pointer;
}
.sticky-menu.active {
  width: 25%;
}
.sticky-menu.animate-in {
  animation: slideIn 0.8s ease forwards;
}
@keyframes slideIn {
  0% {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
nav.nav--collapsed {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.sticky-menu__wrp {
  height: 100%;
}
.burger {
  position: relative;
  width: 40px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.burger span {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -8px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.1s ease;
}
.sticky-menu.active .burger {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  animation: blink 0.5s ease forwards;
}
.sticky-menu.active .burger:hover {
  transform: scale(1.1);
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sticky-menu.active .burger span:nth-child(1) {
  transform: rotate(45deg) translate(18px, 16px);
}
.sticky-menu.active .burger span:nth-child(2) {
  opacity: 0;
}
.sticky-menu.active .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -6px);
}
.sticky-menu__network {
  margin: 0 auto;
  gap: 15px;
}
.sticky-menu__network a {
  display: block;
  width: 28px;
  height: 26px;
  transition: all 0.3s ease;
}
.sticky-menu__network a:hover {
  transform: scale(1.1);
}
.sticky-menu__network a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sticky-menu.active .sticky-menu__network {
  flex-direction: row;
}
.sticky__logo {
  max-width: 50px;
  height: 50px;
  opacity: 0;
  transform: translate(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.sticky__logo p {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-left: 5px;
  opacity: 0;
  transform: translate(-5px);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.sticky__logo.visible,
.sticky-menu.active .sticky__logo p {
  opacity: 1;
  transform: translate(0);
}
.nav__links {
  display: none;
  max-width: 300px;
  color: #fff;
  margin: 0 auto;
}
.nav__links a {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 5px 0;
}
.sticky-menu.active .nav__links {
  display: block;
}
@media (max-width: 1440px) {
  .sticky-menu {
    width: 70px;
    padding: 20px 10px;
    border-radius: 0 30px 0 0;
  }
  .burger {
    width: 35px;
  }
  .nav-gif-wrp p {
    font-size: 1rem;
  }
  .nav-gif {
    max-width: 110px;
  }
}
@media (max-width: 1280px) {
  .sticky-menu.active {
    width: 40%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .sticky-menu {
    width: 100%;
    height: 80px;
    left: 0;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
  }
  .sticky-menu.animate-in {
    animation: none;
  }
  .sticky-menu__wrp {
    flex-direction: row;
    align-items: center;
  }
  .sticky-menu__network {
    display: none;
  }
  .burger {
    height: 20px;
    margin: 0 0 0 auto;
    animation: none;
  }
  .sticky__logo {
    position: absolute;
    opacity: 1;
    transform: translate(0);
  }
  .sticky__logo p {
    opacity: 1;
    transform: translate(0);
  }
  .sticky-menu.active {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
  .sticky-menu.active .sticky__logo {
    position: absolute !important;
    top: 15px;
  }
  .sticky-menu.active .burger {
    top: 17px;
  }
  .nav-gif-wrp {
    animation: blink 0.5s ease forwards;
  }
  .sticky-menu.active .sticky-menu__network {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 30px;
  }
  .sticky-menu.active .sticky-menu__network a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .sticky-menu {
    height: 55px;
  }
  .sticky__logo {
    width: 35px;
    height: 35px;
  }
  .sticky__logo p {
    font-size: 0.9rem;
  }
  .burger {
    width: 25px;
    height: 15px;
  }
  .burger span {
    height: 3px;
  }
  .sticky-menu.active .burger span:nth-child(1) {
    transform: rotate(45deg) translate(19px, 17px);
  }
}
footer {
  padding-top: 120px;
}
.footer__row-1 p {
  font-size: 1rem;
  margin-right: 20px;
}
.footer__row-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .footer__row-1 {
    flex-direction: column;
  }
  .footer__row-1 p {
    margin: 5px 0 0;
  }
  .footer__row-2 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footer__row-1 {
    text-align: center;
  }
}
.hero__col-1 {
  margin-right: 30px;
}
.hero__col-2 {
  max-width: 800px;
}
.hero__col-2 p {
  margin: 10px 0 0;
  font-size: 1.5rem;
}
@media (max-width: 1680px) {
  .hero__col-2 {
    max-width: 630px;
  }
}
@media (max-width: 1440px) {
  .hero__col-1 h1 {
    font-size: 4rem;
  }
  .hero__col-2 {
    max-width: 600px;
  }
  .hero__col-2 p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1280px) {
  .hero__col-1 h1 {
    font-size: 3.5rem;
  }
  .hero__col-2 {
    max-width: 500px;
  }
}
@media (max-width: 1120px) {
  .hero__col-1 h1 {
    font-size: 2.5rem;
  }
  .hero__col-2 {
    max-width: 500px;
  }
  .hero__col-2 p {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .hero {
    flex-direction: column;
  }
  .hero__col-1 {
    margin: 0;
  }
  .hero__col-1 h1 {
    font-size: 4.5rem;
  }
  .hero__col-2 {
    max-width: 600px;
    margin-top: 20px;
  }
  .hero__col-2 p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-section.section-padding {
    padding: 150px 0 50px;
  }
  .hero__col-1 h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .hero__col-1 h1 {
    font-size: 2.5rem;
  }
  .hero__col-2 p {
    font-size: 1.25rem;
  }
}
.hero-video-section.section-padding {
  padding: 50px 0 !important;
}
.hero-video-section .container {
  position: relative;
  height: 260px;
  border-radius: 28px;
  overflow: hidden;
}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250%;
  background-image: url(../media/hero-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}
.indicators__col-1 {
  width: 100%;
  max-width: 800px;
  margin-right: 10px;
}
.indicators__col-1-img {
  aspect-ratio: 1.45/1;
  margin-top: 30px;
}
.indicators__col-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indicators__col-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.indicators__value {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.indicators__value span {
  font-size: 3.6rem;
  font-weight: 600;
}
.indicators__value p {
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
}
.upper-row {
  border-left: 1px solid rgba(23, 27, 31, 0.2);
}
.down-row {
  border-left: 1px solid rgba(23, 27, 31, 0.2);
  border-top: 1px solid rgba(23, 27, 31, 0.2);
}
@media (max-width: 1440px) {
  .indicators__value span {
    font-size: 2.8rem;
  }
  .indicators__value p {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media (max-width: 1120px) {
  .indicators__value span {
    font-size: 2rem;
  }
  .indicators__value p {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .indicators {
    flex-direction: column;
  }
  .indicators__col-1 {
    margin-bottom: 30px;
  }
  .indicators__col-1-img {
    margin-top: 10px;
  }
  .indicators__value span {
    font-size: 3.2rem;
  }
  .indicators__value p {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .indicators__value {
    padding: 40px 15px;
  }
  .indicators__value span {
    font-size: 2.8rem;
  }
  .indicators__value p {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .indicators__value span {
    font-size: 2.4rem;
  }
  .indicators__value p {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.cards__list {
  margin-top: 65px;
}
.cards__item {
  position: sticky;
  padding: 35px;
  margin-bottom: 15px;
  border: 2px solid rgb(23, 27, 31);
  background: linear-gradient(90deg, #ddd6f3, #ffe2e1);
  border-radius: 30px;
}
.cards__item-col-1 {
  width: 100%;
  max-width: 730px;
  margin-right: 30px;
}
.cards__item-col-1 h3 {
  transition: all 0.3s ease;
}
.cards__item-col-1 p:first-of-type {
  margin: 40px 0 20px;
}
.cards__item-col-1 button {
  margin: 24px 0 20px;
}
.cards__item-col-2 {
  width: 100%;
  max-width: 575px;
  overflow: hidden;
  margin: auto 0;
}
.cards__item-col-2 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.cards__item-col-3 {
  max-width: 100%;
  white-space: nowrap;
  float: right;
}
@media (max-width: 1440px) {
  .cards__list {
    margin-top: 50px;
  }
  .cards__item {
    padding: 25px;
    z-index: 1;
  }
  .cards__item-col-1 p:first-of-type {
    margin: 40px 0 20px;
  }
  .cards__item-col-1 p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1120px) {
  .cards__item-col-1 h3 {
    font-size: 2.1rem;
  }
  .cards__item-col-1 p:first-of-type {
    margin: 24px 0 20px;
  }
}
@media (max-width: 992px) {
  .cards__item {
    flex-direction: column;
  }
  .cards__item h3 {
    max-width: 80%;
  }
  .cards__item-col-2 {
    max-width: 100%;
  }
  .cards__item-col-2 img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cards__item-col-1 h3 {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  .cards__item-col-1 h3 {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
.case-prew-splide {
  margin-top: 55px;
}
.case-prew-splide .splide__slide {
  position: relative;
  max-width: 100%;
  aspect-ratio: 1/1.1;
  margin-right: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.case-prew-splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.case-prew-splide .splide__slide img:hover {
  transform: scale(1.05);
}
.filter-btn-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 24px;
}
.filter-btn {
  display: inline-block;
  max-width: 130px;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  background: #ffffff1a;
  box-shadow: 0 4px 8px #00000040;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.filter-btn:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, #ffffff4d, #fff0 60%);
  transform: rotate(20deg);
  pointer-events: none;
  transition: all 0.5s ease;
}
.filter-btn:hover:before {
  transform: rotate(20deg) translate(20%);
}
.tabs {
  gap: 40px;
  padding: 30px;
  border: 2px solid rgb(23, 27, 31);
  border-radius: 30px;
  min-height: 750px;
}
.tabs__col-1 p:first-of-type {
  margin: 40px 0 20px;
}
.tabs__col-1 .btn {
  margin: auto 0 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 80px;
}
.tabs__nav span {
  padding: 5px 16px;
  border-radius: 100px;
  font-size: 1rem;
  color: #898a8a;
  border: 2px solid rgb(137, 138, 138);
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs__nav span:hover,
.tabs__nav span.after-active {
  color: #171b1f;
  border: 2px solid rgb(23, 27, 31);
}
.tabs__col-2-item {
  width: 730px;
  gap: 10px;
  background-color: #000;
  padding: 40px;
  border-radius: 15px;
}
.tabs__col-2-item.active {
  height: 100%;
  display: flex !important;
}
.tabs__img-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
}
.tabs__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.tabs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
}
.tabs__text-wrp {
  margin-top: auto;
  text-align: center;
  color: #fff;
}
.tabs__text-wrp h3 {
  font-size: 2.1rem;
}
.tabs__icon {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tabs__icon img {
  position: absolute;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.tabs__icon span {
  position: absolute;
  padding: 8px;
  font-size: 1rem;
  color: #fff;
  background-color: #909090c9;
  border-radius: 5px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.tabs__icon .tab-1-img-1 {
  top: 5%;
  left: 18%;
}
.tabs__icon .tab-1-img-2 {
  top: 10%;
  left: 65%;
}
.tabs__icon .tab-1-img-3 {
  top: 71%;
  left: 30%;
}
.tabs__icon .tab-1-img-4 {
  top: 70%;
  right: 15%;
}
.tabs__icon .tab-2-img-1 {
  top: 3%;
  left: 65%;
}
.tabs__icon .tab-2-img-2 {
  top: 68%;
  left: 6%;
}
.tabs__icon .tab-2-text-1 {
  top: 30%;
  left: -1%;
}
.tabs__icon .tab-3-text-1 {
  top: 25%;
  left: 14%;
}
.tabs__icon .tab-3-text-2 {
  top: 35%;
  left: 39%;
}
.tabs__icon .tab-3-text-3 {
  top: 65%;
  left: 41.5%;
}
.tabs__icon .tab-3-text-4 {
  top: 60%;
  left: 58.5%;
}
.tabs__icon .tab-4-img-1 {
  width: 300px;
  top: -12%;
}
.tabs__icon .tab-4-img-2 {
  left: 60%;
  top: -5%;
}
.tabs__icon .tab-4-img-3 {
  top: 75%;
  left: -2%;
}
.tabs__icon .tab-4-img-4 {
  top: 50%;
  left: 70%;
}
.tabs__icon .tab-5-text-1 {
  left: -3%;
  top: 10%;
}
.tabs__icon .tab-5-text-2 {
  left: 70%;
  top: 60%;
}
.tabs__icon .tab-5-text-3 {
  top: 70%;
  left: 6%;
}
.tabs__icon .tab-5-text-4 {
  top: 80%;
  left: 50%;
}
.tabs__icon .tab-6-text-1 {
  top: 15%;
  left: 10%;
}
.tabs__icon .tab-6-text-2 {
  top: 20%;
  left: 75%;
}
.tabs__icon .tab-6-text-3 {
  top: 70%;
}
.tabs__icon .tab-6-text-4 {
  top: 89%;
  left: 50%;
}
.float-appear-top {
  transform: translateY(-30px);
}
.float-appear-top.active {
  opacity: 1;
  transform: translateY(0);
}
.float-appear-bottom {
  transform: translateY(30px);
}
.float-appear-bottom.active {
  opacity: 1;
  transform: translateY(0);
}
.float-appear-left {
  transform: translate(-30px);
}
.float-appear-left.active {
  opacity: 1;
  transform: translate(0);
}
.float-appear-right {
  transform: translate(30px);
}
.float-appear-right.active {
  opacity: 1;
  transform: translate(0);
}
.tabs__icon img,
.tabs__icon span {
  transition: transform 0.5s ease;
}
@media (max-width: 1680px) {
  .tabs__col-2-item {
    max-width: 670px;
  }
  .tabs__icon .tab-4-img-1 {
    top: -9%;
  }
  .tabs__icon .tab-3-text-1 {
    left: 11%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 38%;
  }
  .tabs__icon .tab-3-text-4 {
    left: 59.5%;
  }
}
@media (max-width: 1440px) {
  .tabs {
    min-height: 100%;
    height: 700px;
  }
  .tabs__col-1 p:first-of-type {
    margin: 40px 0 10px;
  }
  .tabs__col-1 p {
    margin: 10px 0;
  }
  .tabs__col-2-item {
    max-width: 600px;
    padding: 20px;
  }
  .tabs__nav span {
    font-size: 0.9rem;
  }
  .tabs__icon img {
    width: 75px;
    height: 75px;
  }
  .tabs__icon span {
    font-size: 0.8rem;
  }
  .tabs__icon .tab-1-img-1 {
    top: 7%;
    left: 17%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 67%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 74%;
    left: 28%;
  }
  .tabs__icon .tab-2-text-1 {
    top: 65%;
    left: 81%;
  }
  .tabs__icon .tab-2-img-2 {
    top: 75%;
    left: 3%;
  }
  .tabs__icon .tab-2-img-1 {
    left: 50%;
  }
  .tabs__icon .tab-3-text-4 {
    left: 61%;
  }
  .tabs__icon .tab-4-img-1 {
    width: 215px;
    top: -2%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 0%;
  }
  .tabs__icon .tab-4-img-3 {
    left: 3%;
  }
  .tabs__icon .tab-5-text-1 {
    left: 0%;
    top: 23%;
  }
  .tabs__icon .tab-5-text-3 {
    left: 2%;
  }
  .tabs__icon .tab-5-text-4 {
    top: 88%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 78%;
    top: 48%;
  }
  .tabs__icon .tab-6-text-3 {
    left: 10%;
  }
  .tabs__icon .tab-6-text-4 {
    top: 91%;
  }
  .tabs__text-wrp h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1280px) {
  .tabs {
    height: 650px;
  }
  .tabs__col-1 p:first-of-type {
    margin: 20px 0 10px;
  }
  .tabs__nav {
    margin-top: 40px;
  }
  .tabs__col-2-item {
    max-width: 500px;
  }
  .tabs__icon img {
    width: 60px;
    height: 60px;
  }
  .tabs__icon .tab-1-img-1 {
    top: 2%;
    left: 12%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 82%;
    left: 23%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 81%;
    right: 12%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 73%;
    top: 2%;
  }
  .tabs__icon .tab-2-text-1 {
    top: 56%;
    left: 78%;
  }
  .tabs__icon .tab-3-text-1 {
    left: 9%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 37%;
  }
  .tabs__icon .tab-3-text-3 {
    top: 64%;
    left: 40.5%;
  }
  .tabs__icon .tab-3-text-4 {
    left: 60%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 72%;
    top: 48%;
  }
  .tabs__icon .tab-5-text-4 {
    top: 92%;
  }
  .tabs__icon .tab-6-text-4 {
    top: 88%;
  }
  .tabs__icon .tab-6-text-1 {
    top: 13%;
    left: 5%;
  }
}
@media (max-width: 1120px) {
  .tabs__col-2-item {
    max-width: 400px;
  }
  .tabs__text-wrp h3 {
    font-size: 1.8rem;
  }
  .tabs__text-wrp p {
    font-size: 1rem;
  }
  .tabs__icon .tab-1-img-1 {
    top: 4%;
    left: 3%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 81%;
    top: 5%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 80%;
    left: 15%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 78%;
    right: 6%;
  }
  .tabs__icon .tab-2-text-1 {
    left: 64%;
  }
  .tabs__icon .tab-2-img-1 {
    top: 13%;
  }
  .tabs__icon .tab-2-img-2 {
    top: 67%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 72%;
  }
  .tabs__icon .tab-3-text-1 {
    top: 18%;
  }
  .tabs__icon .tab-3-text-3 {
    top: 69%;
    left: 4.5%;
  }
  .tabs__icon .tab-3-text-4 {
    left: 57%;
  }
  .tabs__icon .tab-3-text-4 {
    top: 78%;
    left: 58.5%;
  }
  .tabs__icon .tab-4-img-1 {
    width: 182px;
    top: 9%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 12%;
    left: 76%;
  }
  .tabs__icon .tab-4-img-3 {
    top: 68%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 59%;
  }
  .tabs__icon .tab-5-text-4 {
    top: 80%;
  }
  .tabs__icon .tab-5-text-1 {
    left: 3%;
    top: 9%;
  }
  .tabs__icon .tab-5-text-3 {
    top: 67%;
  }
  .tabs__icon .tab-6-text-1 {
    top: 2%;
    left: 9%;
  }
  .tabs__icon .tab-6-text-2 {
    left: 69%;
  }
}
@media (max-width: 992px) {
  .tabs {
    flex-direction: column;
    height: 100%;
  }
  .tabs__nav span {
    font-size: 1.3rem;
  }
  .tabs__col-1 .btn {
    max-width: 100%;
    margin: 60px 0 20px;
  }
  .tabs__col-2-item {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    gap: 50px;
    padding: 40px;
  }
  .tabs__text-wrp h3 {
    font-size: 2.6rem;
  }
  .tabs__text-wrp p {
    font-size: 1.2rem;
  }
  .tabs__icon img {
    width: 100px;
    height: 100px;
  }
  .tabs__icon span {
    font-size: 1.4rem;
  }
  .tabs__icon .tab-1-img-1 {
    top: 13%;
    left: 19%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 66%;
    left: 31%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 68%;
    right: 20%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 63%;
    top: 11%;
  }
  .tabs__icon .tab-2-img-2 {
    left: 11%;
  }
  .tabs__icon .tab-2-img-1 {
    top: 6%;
  }
  .tabs__icon .tab-2-text-1 {
    left: 75%;
  }
  .tabs__icon .tab-3-text-1 {
    top: 4%;
    left: 18%;
  }
  .tabs__icon .tab-3-text-4 {
    top: 85%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 76%;
  }
  .tabs__icon .tab-3-text-3 {
    top: 64%;
    left: 2.5%;
  }
  .tabs__icon .tab-4-img-1 {
    width: 335px;
    top: -7%;
    left: 1%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 1%;
    left: 76%;
  }
  .tabs__icon .tab-4-img-3 {
    top: 81%;
    left: 6%;
  }
  .tabs__icon .tab-5-text-1 {
    left: 7%;
    top: 4%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 62%;
    top: 29%;
  }
  .tabs__icon .tab-5-text-3 {
    left: 4%;
  }
  .tabs__icon .tab-5-text-4 {
    top: 83%;
  }
  .tabs__icon .tab-6-text-1 {
    top: 3%;
    left: 22%;
  }
}
@media (max-width: 768px) {
  .tabs__col-1 button {
    display: none;
  }
  .tabs-mob-btn {
    display: flex;
  }
  .tabs__col-2-item {
    gap: 10px;
    aspect-ratio: inherit;
    height: 700px !important;
  }
  .tabs__text-wrp h3 {
    font-size: 2rem;
  }
  .tabs__icon img {
    width: 80px;
    height: 80px;
  }
  .tabs__icon .tab-1-img-1 {
    top: 9%;
    left: 13%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 68%;
    top: 9%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 72%;
    left: 27%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 73%;
    right: 18%;
  }
  .tabs__icon .tab-2-img-1 {
    top: 9%;
  }
  .tabs__icon .tab-2-img-2 {
    top: 73%;
  }
  .tabs__icon .tab-2-text-1 {
    left: 60%;
  }
  .tabs__icon .tab-3-text-1 {
    top: 5%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 68%;
  }
  .tabs__icon .tab-3-text-3 {
    top: 61%;
    left: 6.5%;
  }
  .tabs__icon .tab-3-text-4 {
    top: 84%;
  }
  .tabs__icon .tab-4-img-1 {
    width: 245px;
    top: 1%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 5%;
    left: 70%;
  }
  .tabs__icon .tab-4-img-3 {
    top: 71%;
    left: 6%;
  }
}
@media (max-width: 640px) {
  .tabs__icon .tab-1-img-1 {
    top: 10%;
    left: 5%;
  }
  .tabs__icon .tab-1-img-2 {
    left: 74%;
    top: 23%;
  }
  .tabs__icon .tab-1-img-3 {
    left: 21%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 74%;
    right: 5%;
  }
  .tabs__icon .tab-3-text-1 {
    top: 8%;
  }
  .tabs__icon .tab-3-text-4 {
    top: 79%;
  }
  .tabs__icon .tab-4-img-1 {
    top: 5%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 10%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 48%;
  }
}
@media (max-width: 480px) {
  .tabs {
    gap: 25px;
  }
  .tabs__col-2-item {
    padding: 40px 20px;
    height: 500px !important;
    gap: 40px;
  }
  .tabs__img-wrp {
    max-height: 300px;
  }
  .tabs__text-wrp h3 {
    font-size: 1.5rem;
  }
  .tabs__text-wrp p {
    margin: 20px 0 0;
    font-size: 1rem;
  }
  .tabs__nav span {
    font-size: 1rem;
  }
  .tabs__img {
    width: 70%;
  }
  .tabs__icon img {
    width: 50px;
    height: 50px;
  }
  .tabs__icon span {
    font-size: 0.6rem;
  }
  .tabs__icon .tab-1-img-1 {
    top: -2%;
    left: 9%;
  }
  .tabs__icon .tab-1-img-3 {
    top: 83%;
  }
  .tabs__icon .tab-1-img-2 {
    top: 14%;
  }
  .tabs__icon .tab-1-img-4 {
    top: 80%;
  }
  .tabs__icon .tab-2-img-1 {
    top: 14%;
  }
  .tabs__icon .tab-2-img-2 {
    top: 62%;
  }
  .tabs__icon .tab-4-img-1 {
    max-width: 100px;
    top: 8%;
    left: 16%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 13%;
    left: 63%;
  }
  .tabs__icon .tab-4-img-3 {
    top: 63%;
    left: 10%;
  }
  .tabs__icon .tab-4-img-4 {
    top: 44%;
    left: 49%;
  }
}
@media (max-width: 385px) {
  .tabs__icon .tab-1-img-3 {
    top: 71%;
  }
  .tabs__icon .tab-2-img-1 {
    top: 10%;
  }
  .tabs__icon .tab-2-text-1 {
    top: 48%;
  }
  .tabs__icon .tab-2-img-2 {
    top: 58%;
  }
  .tabs__icon .tab-3-text-2 {
    left: 61%;
  }
  .tabs__icon .tab-3-text-1 {
    top: 11%;
  }
  .tabs__icon .tab-3-text-4 {
    top: 73%;
    left: 55.5%;
  }
  .tabs__icon .tab-4-img-1 {
    top: 7%;
  }
  .tabs__icon .tab-4-img-2 {
    top: 13%;
    left: 70%;
  }
  .tabs__icon .tab-4-img-3 {
    top: 60%;
  }
  .tabs__icon .tab-5-text-4 {
    top: 76%;
  }
  .tabs__icon .tab-5-text-2 {
    left: 59%;
  }
  .tabs__icon .tab-5-text-1 {
    left: 14%;
    top: 7%;
  }
  .tabs__icon .tab-6-text-4 {
    top: 70%;
    left: 73%;
  }
}
.accordion__wrp {
  margin-top: 64px;
  list-style: none;
  padding: 0;
}
.accordion__item {
  cursor: pointer;
}
.accordion__item.is-active .accordion__thumb {
  background-color: #171b1f;
  color: #fff;
}
.accordion__item.is-active .accordion__thumb .arrow-circle {
  opacity: 1;
}
.accordion__item.is-active .accordion__thumb .accordion__role {
  color: #fff;
}
.accordion__item.is-active .accordion__thumb:hover .accordion__img {
  opacity: 0 !important;
}
.accordion__item .accordion__thumb {
  display: flex;
  justify-content: space-between;
  max-height: 90px;
  padding: 20px 80px;
  border-bottom: 1px solid rgb(23, 27, 31);
  transition: all 0.1s ease;
}
.accordion__item .accordion__thumb .arrow-circle {
  opacity: 0;
  transition: all 0.3s ease;
}
.accordion__item .accordion__thumb .accordion__img {
  opacity: 0;
  transition: all 0.1s ease;
}
.accordion__item .accordion__thumb .accordion__role {
  color: #171b1f;
  transition: color 0.3s ease;
}
.accordion__item .accordion__thumb:hover {
  background-color: #171b1f;
  color: #fff;
}
.accordion__item .accordion__thumb:hover .arrow-circle,
.accordion__item .accordion__thumb:hover .accordion__img {
  opacity: 1;
}
.accordion__item .accordion__thumb:hover .accordion__role {
  color: #fff;
}
.accordion__img {
  position: relative;
  top: -20px;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.accordion__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.accordion__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 90px;
  border: 1px solid rgb(23, 27, 31);
  border-radius: 0 0 30px 30px;
  z-index: 100;
}
.accordion__panel p {
  max-width: 730px;
  margin-right: 60px;
}
.accordion__panel-link {
  display: flex;
  gap: 24px;
  margin-right: 30px;
}
.accordion__panel-link a {
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}
.accordion__panel-link a img {
  width: 100%;
  height: 100%;
}
.accordion__panel-link a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .accordion__img {
    max-width: 140px;
  }
  .accordion__thumb h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .accordion__img {
    display: none;
  }
  .accordion__panel__content {
    flex-direction: column;
  }
  .accordion__panel {
    padding: 30px;
  }
  .accordion__panel p {
    max-width: 100%;
    margin: 0 0 40px;
  }
  .accordion__panel-link {
    margin-left: auto;
  }
  .accordion__item .accordion__thumb {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .arrow-circle {
    display: none;
  }
}
@media (max-width: 480px) {
  .accordion__wrp {
    margin-top: 30px;
  }
  .accordion__item .accordion__thumb {
    padding: 20px;
  }
  .accordion__role {
    font-size: 1rem;
  }
  .accordion__thumb h3 {
    font-size: 1.6rem;
    margin-left: 30px;
  }
  .accordion__panel-link {
    margin: 0 auto;
  }
}
.contact {
  gap: 50px;
}
.contact__col-1 {
  width: 100%;
  max-width: 750px;
}
.contact__col-1 .section-sub-title {
  margin-top: 40px;
}
.contact__network {
  margin-top: 65px;
  gap: 100px;
}
.contact__network-col-1 h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.contact__network-col-1 h3:not(:first-of-type) {
  margin-top: 40px;
}
.contact__network-col-1 a {
  display: block;
  margin-top: 16px;
}
.contact__network-col-2 a {
  display: block;
}
.contact__network-col-2 a:not(:first-of-type) {
  margin-top: 16px;
}
.contact__btn-wrp {
  margin-top: 20px;
}
.contact__btn-wrp a {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 20px 20px 0 0;
}
.contact__col-2 {
  width: 100%;
}
.contact__col-2 iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1680px) {
  .contact__col-1 {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .contact__col-1 {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .contact__col-1 {
    max-width: 100%;
  }
  .contact__col-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact__btn-wrp {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .contact__btn-wrp a {
    min-width: 100%;
    margin: 10px 0 0;
  }
}
@media (max-width: 480px) {
  .contact__network {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .contact__network-col-2 a {
    display: inline-block;
    padding: 5px;
  }
  .contact__network-col-2 a:not(:first-of-type) {
    margin-top: 0;
  }
}
.case-hero h1 {
  width: 85%;
}
@media (max-width: 1440px) {
  .case-hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1280px) {
  .case-hero h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .case-hero h1 {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .case-hero-section.section-padding {
    padding: 150px 0 40px;
  }
  .case-hero h1 {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .case-hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .case-hero-section.section-padding {
    padding: 120px 0 20px;
  }
}
@media (max-width: 385px) {
  .case-hero h1 {
    font-size: 2rem;
  }
}
.case-list__categories {
  gap: 0 10px;
  flex-wrap: wrap;
  padding: 14px 0;
  border-bottom: 1.5px solid rgb(23, 27, 31);
}
.case-list__categories a {
  display: block;
  padding: 4px 16px;
  margin: 10px 0;
  font-size: 0.8rem;
  border: 1.5px solid rgb(23, 27, 31);
  border-radius: 50px;
  transition: all 0.3s ease;
}
.case-list__categories a:hover {
  background-color: #9c6dff;
  border: 1.5px solid rgb(156, 109, 255);
  color: #fff;
}
.case-list__categories a.active {
  background-color: #9c6dff;
  color: #fff;
  border: 1.5px solid rgb(156, 109, 255);
}
.case-list__wrp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 60px;
  gap: 40px 60px;
  padding-top: 40px;
}
.case-list__item {
  display: block;
  max-width: 780px;
}
.case-list__img {
  max-width: 780px;
  aspect-ratio: 3/2;
  border: 1.5px solid rgb(23, 27, 31);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.case-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-list__img img:hover {
  transform: scale(1.05);
}
.case__list-name {
  max-width: 65%;
  margin-right: 20px;
}
.case-list__descr {
  margin-top: 24px;
}
.case-list__descr a {
  font-size: 1.12rem;
  font-weight: 400;
}
.case__list__filter {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: auto;
}
.case__list__filter a {
  padding: 6px 16px;
  font-size: 0.81rem;
  white-space: nowrap;
  border-radius: 50px;
  box-shadow: 0 4px 8px #00000040;
  transition: all 0.3s ease;
}
.case__list__filter a:hover {
  box-shadow: 0 4px 8px #00000059;
}
@media (max-width: 992px) {
  .case-list__wrp {
    grid-template-columns: 1fr;
  }
  .case-list__categories a {
    font-size: 1rem;
  }
  .case-list__descr a {
    font-size: 1.5rem;
  }
  .case__list__filter a {
    font-size: 1rem;
  }
  .case__list-name {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .case__list-name {
    max-width: 65%;
  }
}
@media (max-width: 640px) {
  .case-list__descr {
    align-items: baseline !important;
  }
  .case__list__filter {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .case-list-section.section-padding {
    padding: 40px 0 50px;
  }
  .case-list__descr a {
    font-size: 1rem;
  }
  .case__list__filter a {
    font-size: 0.7rem;
  }
}
.single-hero-section.section-padding {
  padding: 120px 0 40px;
}
.single-hero h1 {
  width: 85%;
}
.single-hero__img {
  aspect-ratio: 27/14;
  margin-top: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.single-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-hero__descr {
  margin-top: 30px;
}
.single-hero__col-2 {
  width: 50%;
}
.single-hero__col-2 h2 {
  font-size: 2.625rem;
  font-weight: 400;
}
.single-hero__col-2 h2:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .single-hero h1 {
    font-size: 4rem;
  }
  .single-hero__col-2 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  .single-hero-section.section-padding {
    padding: 80px 0 40px;
  }
  .single-hero h1 {
    font-size: 3.5rem;
    width: 90%;
  }
}
@media (max-width: 820px) {
  .single-hero__descr {
    flex-direction: column;
  }
  .single-hero__col-1 {
    order: 1;
    margin-top: 40px;
  }
  .single-hero__col-2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-hero-section.section-padding {
    padding: 150px 0 40px;
  }
  .single-hero h1 {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .single-hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .single-hero-section.section-padding {
    padding: 120px 0 20px;
  }
  .single-hero__col-2 h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 385px) {
  .single-hero h1 {
    font-size: 2rem;
  }
}
.single-img-section.section-padding {
  padding: 40px 0;
}
.single-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.about-text-section.section-padding {
  padding: 40px 0;
}
.about-text__col-2 {
  width: 100%;
  max-width: 50%;
}
.about-text__col-2 h3 {
  font-size: 2.625rem;
  font-weight: 400;
}
.about-text__col-2 h3:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .about-text__col-1 h2 {
    font-size: 3rem;
  }
  .about-text__col-2 h3 {
    font-size: 2rem;
  }
}
@media (max-width: 820px) {
  .about-text {
    flex-direction: column;
  }
  .about-text__col-1 {
    order: 1;
    margin-top: 40px;
  }
  .about-text__col-1 h2 {
    font-size: 2.5rem;
  }
  .about-text__col-2 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .about-text__col-1 {
    margin-top: 20px;
  }
  .about-text__col-1 h2 {
    font-size: 1.8rem;
  }
  .about-text__col-2 h3 {
    font-size: 1.7rem;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
