body, p {
  font-family: "Golos Text", sans-serif;
  font-size: 1rem;
  color: #171E26;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 992px) {
  body, p {
    font-size: 1.125rem;
  }
}
.split-words {
  opacity: 0;
}
.text-small p {
  font-size: 0.875rem;
}
.text-large p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .text-large p {
    font-size: 1.25rem;
  }
}
a {
  text-decoration: none;
  color: #39C8AC;
}
a:hover {
  color: rgba(57, 200, 172, 0.7);
}
.text-primary {
  color: #39C8AC !important;
}
.text-black {
  color: #000000 !important;
}
.text-black p {
  color: #000000 !important;
}
ul li::marker {
  font-size: 1.125rem;
}
ul li + li {
  margin-top: 0.5rem;
}
.big-title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  background-image: linear-gradient(0deg, #54AE95, #ECF6F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  .big-title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-size: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 8.75rem;
  }
}
.big-title.split-words .line-mask .line div {
  background-image: linear-gradient(0deg, #54AE95, #ECF6F3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #171E26;
}
h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 500;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #171E26;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
h3, .h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 2.75rem;
  }
}
h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}
h6, .h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
.btn {
  min-width: 165px;
  height: 54px;
  border-radius: 100px;
  border: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  transition: all 0.5s ease !important;
  padding: 0.5rem 1rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .btn {
    min-width: 175px;
  }
}
.btn span {
  transform: translatex(0);
  transition: all 0.5s ease;
}
.btn svg {
  width: 30px;
}
.btn svg path, .btn svg poyline {
  transition: all 250ms ease;
}
.btn svg path {
  fill: #39C8AC;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
@media (min-width: 1200px) {
  .btn svg path {
    stroke-dashoffset: -0.3;
  }
}
@media (min-width: 1200px) {
  .btn:hover span {
    transform: translatex(5px);
  }
}
.btn:hover svg path {
  stroke-dashoffset: 0;
}
.btn-primary {
  color: #171E26;
  background-color: #39C8AC;
}
.btn-primary svg path {
  fill: #171E26;
}
.btn-primary:hover {
  background-color: #171E26;
  color: #39C8AC;
}
.btn-primary:hover svg path {
  fill: #39C8AC;
}
.btn-secondary {
  color: #39C8AC;
  background-color: #171E26;
}
.btn-secondary svg path {
  fill: #39C8AC;
}
.btn-secondary:hover {
  background-color: #39C8AC;
  color: #171E26;
}
.btn-secondary:hover svg path {
  fill: #171E26;
}
.btn-outline-secondary {
  background-color: transparent;
  color: #171E26;
  border: 1px solid rgba(23, 30, 38, 0.8);
}
.btn-outline-secondary span svg {
  transform: rotate(45deg);
}
.btn-outline-secondary span svg path {
  stroke: rgba(23, 30, 38, 0.8);
}
.btn-outline-secondary:hover {
  background-color: #171E26;
  color: #ffffff;
}
.btn-outline-secondary:hover span svg path {
  stroke: #ffffff;
}
.btn-link {
  text-decoration: none;
  color: #39C8AC;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.btn-link svg {
  margin-left: 0.8rem;
}
.btn-link svg path {
  fill: #39C8AC;
}
.btn-link:hover {
  color: rgba(57, 200, 172, 0.7);
}
.btn-link:hover svg path {
  fill: rgba(57, 200, 172, 0.7);
}
img {
  max-width: 100%;
  height: auto;
}
.main {
  overflow: hidden;
  padding-top: 5.313rem;
}
#fader {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  animation-duration: 1500ms;
  animation-timing-function: ease-in-out;
}
#fader:before {
  content: "fade";
}
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}
#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spinner-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
}
.spinner-wrapper .spinner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 0;
}
.spinner-wrapper .spinner img {
  width: 200px;
}
.block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3.125rem 0;
  position: relative;
}
@media (min-width: 1200px) {
  .block {
    padding: 6.25rem 0;
  }
}
.bg-overly {
  position: relative;
  z-index: 0;
}
.bg-overly::before {
  width: 100%;
  height: 100%;
  background-color: #EDFFF9;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-primary {
  background-color: #39C8AC !important;
}
.bg-secondary {
  background-color: #171E26 !important;
}
.bg-lineargradient {
  background: #39C8AC;
}
.bg-grey {
  background-color: #F8F8F8;
}
.rounded {
  border-radius: 1.875rem !important;
}
.text-primary {
  color: #39C8AC;
}
.text-dark-secondary {
  color: #171E26;
}
.text-white p {
  color: #ffffff;
}
.highlight-text {
  color: #39C8AC;
}
.swiper-button-next, .swiper-button-prev {
  height: 52px;
  width: 52px;
  background-color: #171E26;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 50px;
  height: 50px;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
  fill: #39C8AC;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #39C8AC;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
  fill: #171E26;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  left: 1rem;
}
@media (min-width: 992px) {
  .swiper-button-prev {
    left: -1.5rem;
  }
}
.swiper-button-next {
  right: 1rem;
  left: auto;
}
@media (min-width: 992px) {
  .swiper-button-next {
    right: -1.5rem;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(57, 200, 172, 0.25);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #39C8AC;
}
.social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  padding: 0.125rem;
}
.social-icons li a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.social-icons li a svg {
  width: 32px;
  height: 32px;
}
.social-icons li a svg path {
  fill: #39C8AC;
}
.social-icons li a:hover {
  opacity: 0.7;
}
.full-width-image img {
  aspect-ratio: 4;
  object-position: center center;
}
.bg-overlay::before {
  width: 100%;
  height: 350px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.bg-overlay.overlay-lightsecondary:before {
  background-color: #39C8AC;
}
.bg-overlay.overlay-primary:before {
  height: 500px;
  background-color: #39C8AC;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39C8AC;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #39C8AC;
  color: #ffffff;
}
.pagination .page-numbers:hover svg path, .pagination .page-numbers.current svg path {
  fill: #ffffff;
}
.video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.video-box .videobg-width .videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-box .videobg-width .videobg-aspect .videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-box .videobg-width .videobg-aspect .videobg-make-height iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
}
.gradient-block-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gradient-block-bg::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: #39C8AC;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  z-index: -1;
  border-radius: 50px;
}
.gradient-block-bg.text-white h2, .gradient-block-bg.text-white h6 {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1370px;
  }
}
.header {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  margin: 0;
  padding: 0;
}
.header.sticky-header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header .navbar {
  width: 100%;
  height: 85px;
  background: #ffffff;
  padding: 0;
  position: relative;
  z-index: 2;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 100px;
}
.menu-toggle {
  background-color: transparent;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  z-index: 99;
  transition: all 0.5s ease;
  display: flex;
}
.menu-toggle svg {
  width: 30px;
  height: 30px;
}
.menu-toggle svg path {
  fill: #39C8AC;
}
.menu-toggle:hover svg path {
  fill: #171E26;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .navbar-right {
    gap: 1.5rem;
  }
}
.navbar-right .header-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 400;
}
.navbar-menu {
  width: 300px;
  height: 100vh;
  background: #39C8AC;
  transform: translatex(100%);
  transition: transform 0.5s, right 0.5s;
  padding: 0;
  z-index: 1;
  position: fixed;
  right: -300px;
  top: 85px;
}
@media (min-width: 1200px) {
  .navbar-menu {
    width: auto;
    height: auto;
    background: transparent;
    position: relative;
    transform: translateY(0px);
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar-menu ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu {
    display: flex;
    align-items: center;
  }
}
.navbar-menu ul.menu > li {
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.navbar-menu ul.menu > li > a {
  text-decoration: none;
  color: #171E26;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding: 1rem 1.5rem;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li > a {
    height: 85px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.navbar-menu ul.menu > li > a svg {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li > a svg {
    margin-left: 0.5rem;
    display: inline-block;
  }
}
.navbar-menu ul.menu > li:hover a, .navbar-menu ul.menu > li.current-menu-item a, .navbar-menu ul.menu > li.current-menu-ancestor a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #39C8AC;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li:hover a, .navbar-menu ul.menu > li.current-menu-item a, .navbar-menu ul.menu > li.current-menu-ancestor a {
    background-color: transparent;
  }
}
.navbar-menu ul.menu > li span {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li span {
    display: none;
  }
}
.navbar-menu ul.menu > li ul.sub-menu {
  width: 100%;
  position: static;
  left: 0;
  top: 100%;
  background-color: #39C8AC;
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 576px) {
  .navbar-menu ul.menu > li ul.sub-menu {
    width: 325px;
  }
}
@media (min-width: 1200px) {
  .navbar-menu ul.menu > li ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all 0.5s ease;
    top: 100%;
  }
}
.navbar-menu ul.menu > li ul.sub-menu li {
  line-height: normal;
}
.navbar-menu ul.menu > li ul.sub-menu li a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  line-height: normal;
  padding: 1rem 1.5rem;
}
.navbar-menu ul.menu > li ul.sub-menu li:hover a, .navbar-menu ul.menu > li ul.sub-menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.navbar-menu ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.open-menu .navbar-menu {
  transform: translateX(0px);
  transition: transform 0.5s, right 0.5s;
  right: 0;
}
@media (min-width: 1200px) {
  .open-menu .navbar-menu {
    transform: translateY(100px);
  }
}
.open-menu .menu-toggle svg rect.rect1 {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -5px);
}
.open-menu .menu-toggle svg rect.rect2 {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.open-menu .menu-toggle svg rect.rect3 {
  opacity: 1;
  transform: rotate(-45deg) translate(-11px, 7px);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
footer {
  width: 100%;
  display: inline-block;
  background-color: #171E26;
  color: #39C8AC;
  padding: 3rem 0 0;
  position: relative;
}
footer h6 {
  font-weight: 500;
  color: #39C8AC;
}
footer a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
footer p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer ul.menu li {
  line-height: 1;
  padding: 0.625rem 0;
  margin: 0;
}
footer ul.menu li:first-child {
  padding-top: 0;
}
footer .copyright {
  position: relative;
}
footer .copyright p {
  text-align: left;
  margin: 0;
}
footer .copyright .menu-information-menu-container {
  width: 100%;
}
@media (min-width: 992px) {
  footer .copyright .menu-information-menu-container {
    width: 66.667%;
  }
}
footer .copyright .menu {
  flex-direction: initial;
}
footer .copyright .menu li {
  width: 50%;
  padding: 0 calc(var(--bs-gutter-x) * .5);
}
footer .copyright .back-to-top {
  width: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .copyright .back-to-top:hover svg rect {
  fill: #39C8AC;
}
.contact-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-info li {
  display: flex;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
.contact-info li a {
  display: flex;
  gap: 1rem;
}
.contact-info li span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.wpcf7 .wpcf7-form label {
  display: block;
  color: #171E26;
  font-family: "Golos Text", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 0.313rem;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #39C8AC;
  padding: 0 1.875rem;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-form .wpcf7-form-control {
    width: 90%;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control:focus, .wpcf7 .wpcf7-form .wpcf7-form-control:focus-visible {
  outline: none;
  border: 1px solid #000000;
  box-shadow: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control::placeholder {
  font-family: "Golos Text", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: rgba(120, 120, 120, 0.5);
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  width: auto;
  height: initial;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  background-color: transparent;
  padding: 0px;
  border: none;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio {
    flex-wrap: nowrap;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  font-size: 1rem;
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 140px;
  border: 1px solid rgba(23, 30, 38, 0.75);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 200px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  visibility: hidden;
  height: 0px;
  width: 0px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #39C8AC;
  color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 60px;
  padding-top: 1rem;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  height: initial;
  padding: 0;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: auto;
  min-width: 140px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171E26;
  color: #39C8AC;
  text-align: left;
  font-family: "Golos Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 100px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #39C8AC;
  color: #171E26;
}
.wpcf7 .wpcf7-form .btn-submit {
  width: 140px;
  position: relative;
}
.wpcf7 .wpcf7-form .btn-submit svg {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
}
.wpcf7 .wpcf7-form .btn-submit svg path {
  fill: #39C8AC;
}
.wpcf7 .wpcf7-form .btn-submit:hover svg path {
  fill: #171E26;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Golos Text", sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  margin: 0px;
  padding: 5px 10px;
}
.signup-form-block {
  background: linear-gradient(180deg, #CBE8DF 0%, #7CC6B9 100%);
}
.signup-form-block .wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  color: #171E26;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.signup-form-block .wpcf7 .wpcf7-form .wpcf7-form-control.btn {
  height: 60px;
  background-color: #171E26;
  color: #68F7CF;
}
.signup-form-block .wpcf7 .wpcf7-form .wpcf7-form-control.btn:hover {
  background-color: #ffffff;
  color: #171E26;
}
.signup-form-block .wpcf7 .wpcf7-form .btn-submit {
  position: relative;
  width: 200px;
}
.signup-form-block .wpcf7 .wpcf7-form .btn-submit svg {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  fill: #39C8AC;
}
.signup-form-block .wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-info-block p {
  color: #171E26;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
}
.contact-info-block .contact-info h6 {
  color: #39C8AC;
  font-family: "Golos Text", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
.contact-info-block .contact-info p, .contact-info-block .contact-info a {
  color: #020202;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
}
.contact-info-block .contact-info a:hover {
  color: #39C8AC;
}
.contact-info-block .contact-info .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-info-block .contact-info .social-icons li a svg path, .contact-info-block .contact-info .social-icons li a svg circle {
  fill: #5E5E5E;
}
.contact-info-block .contact-info .social-icons li a:hover svg path, .contact-info-block .contact-info .social-icons li a:hover svg circle {
  fill: #39C8AC;
}
.contact-info-block .contact-form {
  background: #C4EFE6;
  border-radius: 1.875rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .contact-info-block .contact-form {
    padding: 2.5rem 3.375rem;
  }
}
.contact-info-block .contact-form .wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  border: 1px solid transparent;
}
.contact-info-block .contact-form .wpcf7 .wpcf7-form .wpcf7-form-control:focus {
  border: 1px solid #39C8AC;
}
.contact-info-block .contact-form .wpcf7 .wpcf7-form .wpcf7-form-control.form-btn {
  max-width: 130px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.32px;
  background: #171E26;
  color: #68F7CF;
  border-radius: 100px;
}
.contact-info-block .contact-form .wpcf7 .wpcf7-form .wpcf7-form-control.form-btn:hover {
  background-color: #ffffff;
  color: #171E26;
}
.contact-info-block .contact-form .wpcf7 .wpcf7-form p {
  color: #171E26;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
}
.hero-block {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-block {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .hero-block {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  .hero-block.hero-full-height {
    height: calc(100vh - 85px);
    min-height: 750px;
  }
}
.hero-block .hero-pic, .hero-block .hero-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-block .hero-pic img, .hero-block .hero-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-block .hero-pic:before, .hero-block .hero-video:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(181deg, rgba(29, 32, 36, 0) 17.65%, #1D2024 111.02%);
}
@media (min-width: 1200px) {
  .hero-block .hero-pic:before, .hero-block .hero-video:before {
    background: linear-gradient(181deg, rgba(29, 32, 36, 0) 17.65%, #1D2024 111.02%);
  }
}
.hero-block .hero-pic .self-video, .hero-block .hero-video .self-video {
  height: 100%;
}
.hero-block .hero-pic .self-video video, .hero-block .hero-video .self-video video {
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .hero-block .hero-pic .self-video, .hero-block .hero-video .self-video {
    height: auto;
  }
}
.hero-block .hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.hero-content-block {
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -7rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero-content-block {
    margin-top: -10rem;
  }
}
@media (min-width: 1200px) {
  .hero-content-block {
    margin-top: -15.5rem;
  }
}
.hero-content-block.mt-small {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .hero-content-block.mt-small {
    margin-top: -3rem;
  }
}
.hero-content-block .h3 {
  font-weight: 500;
}
.hero-content-block .btn-primary {
  width: 260px;
  height: 60px;
  font-size: 1.25rem;
  font-weight: 600;
  justify-content: center;
  gap: 1rem;
}
.hero-content-block .btn-primary svg path {
  fill: none !important;
  stroke-dasharray: initial;
  stroke-dashoffset: initial;
}
.hero-content-block .btn-primary:hover svg path {
  stroke: #39C8AC;
}
.hero-content-block .hero-content-block-inner {
  background: linear-gradient(310deg, #73C2AC -4.26%, #ECF6F3 105.81%);
}
@media (min-width: 1200px) {
  .hero-content-block .hero-content-block-inner {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translatey(-50%);
  }
}
.hero-content-block .hero-content-separator .hero-content-separator-svg {
  width: 100%;
}
.hero-content-block .hero-content-separator .hero-content-separator-svg svg {
  width: 100%;
  height: auto;
}
.hero-content-block .hero-content-separator svg .shape2 {
  visibility: hidden;
}
.new-hero-block .hero-content-inner img {
  width: 100px;
  position: relative;
  z-index: 1;
  margin: -1rem -1rem 0;
}
@media (min-width: 768px) {
  .new-hero-block .hero-content-inner img {
    width: auto;
    margin: 0 -1.85rem;
  }
}
.new-hero-block .hero-content-inner h1 br {
  display: none;
}
@media (min-width: 768px) {
  .new-hero-block .hero-content-inner h1 br {
    display: block;
  }
}
.new-hero-block span.vector-left {
  position: absolute;
  left: 10%;
  top: 0;
}
.new-hero-block span.vector-right {
  position: absolute;
  right: 10%;
  top: 0;
}
.new-hero-block span.vector-left-bottom {
  position: absolute;
  left: 30%;
  bottom: 0;
}
.cta-section {
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .cta-section {
    min-height: 550px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cta-section {
    min-height: 650px;
  }
}
.cta-section .block-separator {
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cta-section .block-separator .block-separator-svg {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 1;
}
.cta-section .block-separator .block-separator-svg svg {
  width: 100%;
  height: auto;
}
.cta-section .block-separator .block-separator-svg svg path {
  fill: #171E26;
}
.cta-section .cta-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(-90deg, #39C8AC 0%, #C9FBF1 100%);
}
.cta-section .cta-pic:before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%, white 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .cta-section .cta-pic:before {
    display: none;
  }
}
.cta-section .cta-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cta-section .cta-content {
  width: 100%;
}
.cta-section .cta-content p {
  margin: 0;
  font-weight: 500;
}
.case-study-cta .btn-primary:hover {
  background-color: #ffffff;
  color: #39C8AC;
}
.case-study-cta .btn-primary:hover svg path {
  fill: #39C8AC;
}
.testimonial-items {
  display: flex;
  padding: 0 0 0 1rem;
}
@media (min-width: 768px) {
  .testimonial-items {
    padding: 0 0 0 1.5rem;
  }
}
.testimonial-items .swiper-wrapper {
  height: auto;
}
.testimonial-items .testimonial-item .testimonial-item-inner {
  width: 100%;
  height: 100%;
  background-color: #C9FBF1;
  border-radius: 0 6.796875rem 0 0;
  padding: 2.5rem 1.5rem 5.325rem;
}
@media (min-width: 768px) {
  .testimonial-items .testimonial-item .testimonial-item-inner {
    padding: 3.875rem 2.25rem 7.325rem;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner .client-logo {
  max-width: 200px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .testimonial-items .testimonial-item .testimonial-item-inner .client-logo {
    margin-bottom: 3.375rem;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content {
  margin-bottom: 2rem;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content p {
  color: #262525;
  font-size: 1.313rem;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 2.25rem;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  line-height: 23.028px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content h6 strong {
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0.313rem;
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content .star-rating {
  display: flex;
  gap: 0.25rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 768px) {
  .testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content .star-rating {
    position: absolute;
    bottom: 62px;
    left: 36px;
    gap: 12px;
  }
}
.testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content .star-rating span svg {
  fill: #F3B715;
}
.swiper-button-prev, .swiper-button-next {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid rgba(23, 30, 38, 0.8);
  position: absolute;
  top: auto;
  bottom: 8px;
  right: 36px;
  left: auto;
}
@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    right: 110px;
    bottom: 46px;
  }
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 42px;
  height: 42px;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
  fill: rgba(23, 30, 38, 0.8);
  stroke: initial;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #171E26;
}
.swiper-button-prev:hover svg path, .swiper-button-next:hover svg path {
  fill: #ffffff;
}
.swiper-button-prev {
  right: 100px;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    right: 170px;
  }
}
.testimonials-block-style .testimonial-items {
  padding: 0;
}
.testimonials-block-style .testimonial-items .testimonial-item .testimonial-item-inner {
  border-radius: 1.875rem;
  text-align: center;
  padding: 2.25rem;
}
.testimonials-block-style .testimonial-items .testimonial-item .testimonial-item-inner .testimonial-content .star-rating {
  position: relative;
  bottom: 0;
  left: 0;
  justify-content: center;
}
.testimonials-block-style .swiper-button-prev, .testimonials-block-style .swiper-button-next {
  bottom: 4rem;
  border-color: #ffffff;
  left: 50%;
  transform: translatex(-50%);
}
.testimonials-block-style .swiper-button-prev svg path, .testimonials-block-style .swiper-button-next svg path {
  fill: #ffffff;
}
.testimonials-block-style .swiper-button-prev:hover, .testimonials-block-style .swiper-button-next:hover {
  border-color: #39C8AC;
}
.testimonials-block-style .swiper-button-prev:hover svg path, .testimonials-block-style .swiper-button-next:hover svg path {
  fill: #39C8AC;
}
.testimonials-block-style .swiper-button-prev {
  left: calc(50% - 32px);
}
.testimonials-block-style .swiper-button-next {
  left: calc(50% + 32px);
}
.two-column-block .column-pic {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.two-column-block .column-pic img {
  aspect-ratio: 1;
}
.two-column-block .column-content {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.two-column-block .column-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.two-column-block .column-content ul li {
  background-image: url("../../images/check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 2rem;
}
.two-column-block .column-content ul li + li {
  margin-top: 1rem;
}
.two-column-block .column-content .text-white + .d-flex .btn-primary:hover {
  background-color: #ffffff;
  color: #39C8AC;
}
.two-column-block .column-content .text-white + .d-flex .btn-primary:hover svg path {
  fill: #39C8AC;
}
.full-column-block .full-column-video, .full-column-block .full-column-pic {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.full-column-block .two-column-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.full-column-block .two-column-content .big-title {
  background: var(--text, linear-gradient(315deg, #54AE95 -3.96%, #ECF6F3 148.15%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.full-media-block .full-column-video, .full-media-block .full-column-pic {
  width: 100%;
  height: 575px;
  border-radius: 1.875rem;
  overflow: hidden;
}
.full-media-block .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.counter-items .counter-item h3 {
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .counter-items .counter-item h3 {
    font-size: 2.5rem;
  }
}
.counter-items .counter-item h5 {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.number-box-items .number-box-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.number-box-items .number-box-item .number-box-inner {
  height: 100%;
  border-radius: 1.875rem;
  background: linear-gradient(90deg, #D4EBE5 0%, #7CC6B1 114.06%);
  padding: 1.25rem;
}
.number-box-items .number-box-item .number-box-inner .number-box {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 1.875rem;
  color: #000000;
  font-size: 1.5rem;
}
.pricing-box {
  height: 100%;
  border-radius: 0 100px 0 0;
  padding: 3rem 2.5rem 6.25rem;
}
.pricing-box h5 {
  font-weight: 600;
  margin-bottom: 0px;
}
.pricing-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0.5rem 0;
}
.pricing-box ul li {
  position: relative;
  padding-left: 1rem;
}
.pricing-box ul li:before {
  height: 4px;
  width: 4px;
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  background-color: #000000;
  border-radius: 100%;
}
.pricing-box .btn {
  position: absolute;
  left: 40px;
  bottom: 32px;
}
.process-box-items {
  position: relative;
}
@media (min-width: 1200px) {
  .process-box-items {
    margin-left: calc((100% - 1370px) / 2);
  }
}
.process-box-items:after {
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 17px;
  left: 12px;
  background-color: #000000;
}
.process-box-items .process-box-item {
  height: auto;
  position: relative;
  padding-bottom: 4.375rem;
}
.process-box-items .process-box-item .week-number {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translatex(-50%);
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  border-radius: 1.875rem;
  border: 1px solid #000000;
  padding: 0.625rem;
}
.process-box-items .process-box-item .process-box-inner {
  height: 100%;
  border-radius: 0 100px 0 0;
  background: #F2F2F2;
  padding: 3rem 2.188rem 1.25rem;
}
.process-box-items .process-box-item .process-box-inner .step-box {
  color: #39C8AC;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.48px;
}
.process-box-items .process-box-item .process-box-inner span {
  display: inline-block;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  border-radius: 1.875rem;
  border: 1px solid #000000;
  padding: 0.625rem;
}
.process-box-items .process-box-item .process-box-inner p {
  color: #858585;
  font-family: "Golos Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24.3px;
  margin-bottom: 0;
}
.process-box-items .process-box-item .process-box-inner ul {
  list-style-type: none;
  padding: 0px;
  margin: 0.5rem 0;
}
.process-box-items .process-box-item .process-box-inner ul li {
  position: relative;
  color: #858585;
  padding-left: 1rem;
}
.process-box-items .process-box-item .process-box-inner ul li:before {
  height: 4px;
  width: 4px;
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  background-color: #858585;
  border-radius: 100%;
}
.process-box-items .process-box-item .process-box-inner .btn-secondary svg path {
  fill: #171E26;
  stroke-dasharray: initial;
  stroke-dashoffset: initial;
}
.process-box-items .process-box-item .process-box-inner .btn-secondary:hover svg path {
  fill: #39C8AC;
}
.contact-info-box {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(24px);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .contact-info-box {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .contact-info-box {
    padding: 4rem 2rem;
  }
}
.contact-info-box .contact-info li {
  font-size: 0.875rem;
}
.contact-info-box .contact-info li a {
  color: #ffffff;
  font-size: 0.875rem;
}
.contact-info-box .contact-info li svg path, .contact-info-box .contact-info li svg circle {
  stroke: #ffffff;
}
.contact-info-box .contact-info li:nth-child(2) svg path {
  stroke: none;
  fill: #ffffff;
}
.contact-info-box .contact-info li + li {
  margin-top: 1.5rem;
}
.contact-info-box p {
  font-size: 0.875rem;
  line-height: 2;
}
.contact-info-box p strong {
  font-size: 1rem;
}
.contact-pic img {
  aspect-ratio: 1.5;
}
@media (min-width: 1200px) {
  .our-work-section .case-study-row {
    margin-left: calc((100% - 1370px) / 2);
  }
}
.our-work-section .big-title {
  padding-right: 3rem;
}
.our-work-section .swiper-button-group {
  min-width: 110px;
  height: 50px;
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: 0;
}
@media (min-width: 1200px) {
  .our-work-section .swiper-button-group {
    min-width: 120px;
  }
}
.our-work-section .swiper-button-group .swiper-button-prev {
  left: 0;
  bottom: 3rem;
  transform: translatey(0);
}
@media (min-width: 768px) {
  .our-work-section .swiper-button-group .swiper-button-prev {
    bottom: 1rem;
  }
}
.our-work-section .swiper-button-group .swiper-button-next {
  right: 0;
  transform: translatey(0);
  bottom: 3rem;
}
@media (min-width: 768px) {
  .our-work-section .swiper-button-group .swiper-button-next {
    bottom: 1rem;
  }
}
.our-work-section .our-work-heading p {
  font-weight: 500;
  margin-bottom: 0;
}
.our-work-section ul {
  list-style-type: none;
  padding: 0;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 1200px) {
  .our-work-section ul {
    margin-top: 5rem;
    flex-direction: column;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.our-work-section ul li {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}
@media (min-width: 1200px) {
  .our-work-section ul li {
    padding: 0 1rem;
  }
}
.our-work-section ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem;
  background-color: #F1F2F4;
  color: #171E26;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem;
}
@media (min-width: 992px) {
  .our-work-section ul li a {
    padding: 1.25rem 2rem;
  }
}
@media (min-width: 1200px) {
  .our-work-section ul li a {
    padding: 1.25rem 3rem;
  }
}
.our-work-section ul li a:hover, .our-work-section ul li a.active {
  background-color: #171E26;
  color: #39C8AC;
}
.portfolio-items .portfolio-item {
  margin-bottom: calc(var(--bs-gutter-x) * .5);
  margin-top: calc(var(--bs-gutter-x) * .5);
}
.portfolio-items .portfolio-item .portfolio-item-inner {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-pic {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 1.75rem;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-pic:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-pic img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center center;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-content span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #39C8AC;
  border-radius: 10px;
  padding: 0.5rem 0.813rem;
  margin-bottom: 1rem;
}
.portfolio-items .portfolio-item .portfolio-item-inner .portfolio-content h6 a {
  color: #171E26;
}
.filter-row .category-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem;
  border: 0;
  background-color: #F1F2F4;
  color: #171E26;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-pic img {
  aspect-ratio: 1.3333333333;
}
.ajax-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
  text-align: center;
  font-size: 1.5rem;
}
.ajax-loader span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-brif-block h4 {
  font-weight: 600;
}
.case-study-brif-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.case-study-brif-block ul li {
  position: relative;
  padding-left: 2.125rem;
}
.case-study-brif-block ul li + li {
  margin-top: 0.5rem;
}
.case-study-brif-block ul li:before {
  width: 25px;
  height: 2px;
  background-color: #39C8AC;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translatey(-50%);
}
.service-block img {
  border-radius: 20px;
}
.service-block .feature-box {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 68px 0px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(24px);
  padding: 1.75rem 2rem;
  margin: 2.5rem 0 5rem;
}
.service-block .feature-box .feature-item p {
  margin-bottom: 0;
}
.service-block .service-box .service-items {
  padding: 0 0.75rem;
  margin-top: 1.5rem;
}
.service-block .service-box .service-items .service-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2.625rem 0;
}
.service-block .service-box .service-items .service-item p {
  margin-bottom: 0;
}
.service-block .service-box .service-items .service-item .btn-icon-link-wrapper {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.service-block .service-box .service-items .service-item .btn-icon-link-wrapper a svg {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.service-block .service-box .service-items .service-item .btn-icon-link-wrapper a:hover svg {
  transform: rotate(45deg);
}
.service-block .service-box .service-items .service-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.image-gallery {
  margin-left: calc((100% - 1320px) / 2);
}
.image-gallery img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  cursor: pointer;
}
.video-items .video-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.video-items .video-item .full-column-video {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.video-items .video-item .full-column-video .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-items .video-item .full-column-video .play-icon svg {
  width: 70px;
  height: 70px;
}
.post-items .post-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.post-items .post-item .post-item-inner {
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 20px;
  border: 1px solid #39C8AC;
  padding: 1rem;
}
.post-items .post-item .post-pic {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.post-items .post-item .post-pic img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.post-items .post-item h4 {
  font-weight: 500;
}
.post-items .post-item h4 a {
  color: #171E26;
  transition: all 0.5s ease;
}
.post-items .post-item:hover h4 a {
  color: #39C8AC;
}
.post-items .post-item.latest-news-item .post-item-inner {
  padding: 1rem;
}
@media (min-width: 1200px) {
  .post-items .post-item.latest-news-item .post-item-inner {
    padding: 1.625rem 1.625rem;
  }
}
.post-items .post-item.latest-news-item .post-pic {
  margin: 0;
}
.post-items .post-item.latest-news-item .post-pic img {
  aspect-ratio: 1.3333333333;
}
.post-items .post-item.latest-news-item .post-inner-content span {
  display: block;
  color: #171E26;
  font-family: "Golos Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
}
.post-items .post-item.latest-news-item .post-inner-content h2 {
  font-weight: 500;
}
.latest-posts .post-item .post-item-inner {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.latest-posts .post-item h5 {
  font-weight: 500;
}
.latest-posts .post-item h5 a {
  color: #000000;
  transition: all 0.5s ease;
}
.latest-posts .post-item:hover h5 a {
  color: #39C8AC;
}
.post-filter {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .post-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.post-filter .category-listing {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.post-filter .category-listing li a {
  min-width: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #171E26;
  border-radius: 25px;
  border: 1px solid #2ECFAD;
  padding: 0.625rem 1rem;
}
.post-filter .category-listing li.active a, .post-filter .category-listing li:hover a {
  background-color: #2ECFAD;
}
.post-filter form {
  position: relative;
}
.post-filter form input {
  width: 100%;
  min-width: 160px;
  height: 49px;
  background-color: transparent;
  color: #171E26;
  font-family: "Golos Text", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 25px;
  border: 1px solid #2ECFAD;
  padding: 0.625rem 1.25rem;
}
.post-filter form input::placeholder {
  color: #171E26;
}
.post-filter form input:focus {
  border: 1px solid #2ECFAD;
}
.post-filter form button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
  background-color: transparent;
  border: none;
  z-index: 1;
}
.single-post h2, .single-post .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .single-post h2, .single-post .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .single-post h2, .single-post .h2 {
    font-size: 2.25rem;
  }
}
.client-items .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.client-items .client-item .client-pic {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 20px;
}
.client-items .client-item .client-pic img {
  mix-blend-mode: multiply;
}
.client-block {
  overflow: hidden;
}
.client-block h2 {
  color: #171E26;
  font-weight: 500;
}
.accordion-block img {
  aspect-ratio: 1.3333333333;
}
.accordion .accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 1.875rem;
  margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-button {
  background-color: #C4EFE6;
  box-shadow: none;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 1.125rem;
  color: #171E26;
  padding: 1rem 3rem 1rem 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-button {
    padding: 1.625rem 4rem 1.625rem 1.875rem;
    font-size: 1.25rem;
  }
}
.accordion .accordion-item .accordion-button span {
  font-weight: 600;
  text-transform: uppercase;
  color: #171E26;
  margin-left: 1rem;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-button span {
    margin-left: 3.5rem;
  }
}
.accordion .accordion-item .accordion-button:focus, .accordion .accordion-item .accordion-button:focus-visible {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button::after {
  width: 42px;
  height: 42px;
  background-image: url("../../images/minus-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .accordion .accordion-item .accordion-button::after {
    width: 62px;
    height: 62px;
  }
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #F1F2F4;
}
.accordion .accordion-item .accordion-button.collapsed span {
  opacity: 1;
}
.accordion .accordion-item .accordion-button.collapsed::after {
  background-image: url("../../images/plus-icon.svg");
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #C4EFE6;
  padding: 0.5rem 1.875rem 3rem;
}
.accordion .accordion-item .accordion-collapse .accordion-body h2 {
  color: #171E26;
}
.team-block {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 1200px) {
  .team-block {
    background-size: 60%;
  }
}
.team-block::before {
  width: 100%;
  height: 100%;
  background: url("../../images/bg-shape.png") no-repeat top right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.team-block .btn-secondary:hover {
  background-color: #ffffff;
  color: #171E26;
}
.team-block .team-gallery .team-gallery-item {
  position: absolute;
}
.team-block .team-gallery .team-gallery-item img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}
.team-block .team-gallery .team-gallery-item:nth-child(1) {
  top: 9%;
  right: 8%;
}
.team-block .team-gallery .team-gallery-item:nth-child(1) img {
  width: 105px;
  height: 130px;
}
.team-block .team-gallery .team-gallery-item:nth-child(2) {
  top: 5%;
  right: 2%;
  z-index: -1;
}
.team-block .team-gallery .team-gallery-item:nth-child(2) img {
  width: 165px;
  height: 110px;
}
.team-block .team-gallery .team-gallery-item:nth-child(3) {
  right: 26%;
  top: 50%;
}
.team-block .team-gallery .team-gallery-item:nth-child(3) img {
  width: 132px;
  height: 175px;
}
.team-block .team-gallery .team-gallery-item:nth-child(4) {
  right: 15%;
  top: 63%;
  z-index: -1;
}
.team-block .team-gallery .team-gallery-item:nth-child(4) img {
  width: 265px;
  height: 180px;
}
.team-block .team-gallery .team-gallery-item:nth-child(5) {
  right: 9%;
  top: 49%;
  z-index: -1;
}
.team-block .team-gallery .team-gallery-item:nth-child(5) img {
  width: 200px;
  height: 140px;
}
.team-block .team-gallery .team-gallery-item:nth-child(6) {
  right: 2%;
  top: 59%;
  z-index: -1;
}
.team-block .team-gallery .team-gallery-item:nth-child(6) img {
  width: 170px;
  height: 210px;
}
.team-items .team-item .team-inner .team-pic img {
  height: 480px;
  object-fit: cover;
  object-position: top center;
}
.team-items .team-item .team-inner .team-postion {
  background-color: #39C8AC;
  display: inline-block;
  color: #171E26;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.14px;
  text-transform: lowercase;
  border-radius: 40px;
  padding: 0.313rem 1.25rem;
}
.team-items .team-item .team-inner .team-member h5 {
  color: #171E26;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.22px;
}
.showcase-block .swiper-button-group {
  min-width: 110px;
  height: 50px;
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  bottom: 0;
}
@media (min-width: 1200px) {
  .showcase-block .swiper-button-group {
    min-width: 120px;
  }
}
.showcase-block .swiper-button-group .swiper-button-prev {
  left: 0;
}
.showcase-block .swiper-button-group .swiper-button-next {
  right: 0;
}
.showcase-box-items .showcase-box-item {
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
}
.showcase-box-items .showcase-box-item .showcase-box-inner {
  width: 100%;
  height: 100%;
}
.showcase-box-items .showcase-box-item .showcase-pic {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}
.showcase-box-items .showcase-box-item .showcase-pic > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.showcase-box-items .showcase-box-item .showcase-pic span {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.showcase-box-items .showcase-box-item .showcase-pic span img {
  width: 90px;
}
.showcase-box-items .showcase-box-item .showcase-pic h4 {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #ffffff;
  margin: 0;
}
.showcase-box-items .showcase-box-item .showcase-pic:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.48%, rgba(0, 0, 0, 0.7) 62.7%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.showcase-box-items .showcase-box-item h4 {
  font-weight: 500;
}
.showcase-box-items .showcase-box-item h4 a {
  color: #171E26;
  transition: all 0.5s ease;
}
.showcase-box-items .showcase-box-item:hover h4 a {
  color: #39C8AC;
}
