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

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

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

:root {
  --body-setting--body-font-family: Mulish, sans-serif;
  --body-setting--body-text-color: #4b5869;
  --body-setting--body-font-size: 18px;
  --heading-font: Outfit, sans-serif;
  --dark-color: #0d072c;
  --global-color: #075851;
  --light-color: #f1f6fb;
  --white-color: white;
  --white: white;
  --black: #191919;
  --nav-height: 100px;
  --white-espc: var(--white1);
  --zelena: gray;
  --white1: var(--white-color);
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  font-family: var(--body-setting--body-font-family);
  color: var(--body-setting--body-text-color);
  font-size: var(--body-setting--body-font-size);
  line-height: 26px;
}

h1 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 500;
  line-height: 62px;
}

h2 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

h3 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

h4 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h5 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h6 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--global-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  color: var(--dark-color);
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 4px solid var(--global-color);
  color: var(--dark-color);
  border-radius: 0;
  padding: 20px 10px 20px 20px;
  font-weight: 500;
  line-height: 28px;
}

figure {
  margin-bottom: 15px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.container.slider-container {
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
}

.container.slider-container.center-aling {
  text-align: center;
  background-image: linear-gradient(#07585100, #07585100);
  justify-content: center;
  align-items: center;
}

.container.espc1 {
  padding-bottom: 60px;
}

.container.pluscont {
  max-width: 1270vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.central {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.container.central.conti {
  padding-left: 400px;
}

.container.uslugecent {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--light-color);
  text-align: center;
  flex-direction: column;
  width: 600px;
  padding: 40px 60px;
  display: flex;
}

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

.heading-subtitle {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}

.heading-subtitle.center {
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.subtitle-wrap {
  font-family: var(--heading-font);
  color: var(--global-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.subtitle-wrap.center {
  justify-content: center;
}

.subtitle-wrap.white {
  color: var(--white-color);
}

.subtitle-wrap.left {
  justify-content: flex-start;
  align-items: center;
}

.heading-icon {
  color: var(--global-color);
  margin-right: 10px;
  font-size: 20px;
}

.heading-icon.big-icon {
  font-family: var(--heading-font);
  color: var(--global-color);
  margin-left: 40px;
  margin-right: 40px;
  font-size: 130px;
  font-weight: 900;
  line-height: 130px;
}

.heading-icon.small {
  color: var(--dark-color);
  margin-left: 10px;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.section-gap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 130px;
  display: flex;
}

.section-gap.padding-bottom-0 {
  padding-top: 10px;
  padding-bottom: 0;
}

.section-gap.posebno {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-gap.gap00 {
  padding-top: 0;
}

.team-one-image-wrap {
  background-color: var(--white-color);
  border-radius: 6px;
  padding: 40px 40px 10px;
  overflow: hidden;
}

.team-one-image-wrap.no-padding {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-one {
  padding-bottom: 0;
}

.team-one:nth-child(2n) {
  margin-top: 60px;
}

.team-one.team-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.team-one.team-list:nth-child(2n) {
  margin-top: 0;
}

.team-one-preview {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
}

.team-one-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  transition: color .4s;
}

.team-one-title:hover {
  color: var(--global-color);
}

.designation {
  color: var(--body-setting--body-text-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.designation.global-color {
  opacity: .8;
  color: var(--global-color);
  margin-top: 0;
}

.designation.light-color {
  color: var(--body-setting--body-text-color);
  display: block;
}

.designation.dark-color {
  color: var(--dark-color);
}

.testimonial-one-wrap {
  background-color: var(--white-color);
  text-align: center;
  border-radius: 20px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 40px;
  padding: 0 40px 30px;
}

.testimonial-one-title {
  color: var(--global-color);
  text-align: left;
  background-color: #fff0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
}

.testimonial-one-text {
  font-family: var(--heading-font);
  color: var(--body-setting--body-text-color);
  text-align: left;
  padding-top: 80px;
  padding-left: 0;
  font-size: 19px;
  line-height: 28px;
}

.testimonial-one-image {
  border: 5px solid var(--white-color);
  border-radius: 10px;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0 6px 8px -3px #01004e2b;
}

.testimonial-one {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.service-one-wrap {
  margin-top: 20px;
  display: block;
}

.service-one-list {
  flex-direction: row;
  display: flex;
  position: relative;
}

.service-one {
  flex: 0 auto;
  margin-right: 40px;
  display: block;
}

.service-one-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  transition: color .5s cubic-bezier(.77, 0, .175, 1);
}

.service-one-title:hover {
  color: var(--global-color);
}

.service-one-item {
  border-bottom: 1px solid #ffffff24;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 30px 40px;
  display: block;
  position: static;
}

.service-one-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-color);
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 720px;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.service-one-link:hover {
  color: var(--global-color);
}

.service-one-preview {
  z-index: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  display: block;
  position: static;
  inset: 15% -5% auto auto;
}

.service-two {
  flex-direction: row;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.service-two-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-two-list.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.service-two-item {
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.service-two-item:nth-child(2n) {
  margin-top: 0;
  padding-top: 0;
  top: auto;
}

.service-two-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  max-width: 100%;
}

.service-two-icon-wrap {
  opacity: 1;
  background-color: #4f87fb78;
  border: 0 #0000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -40px;
  overflow: visible;
}

.service-two-overlay {
  z-index: 99;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  top: -10px;
}

.service-two-overlay:hover {
  background-color: var(--white-color);
}

.service-two-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  position: static;
  inset: auto 0% 0%;
}

.service-three-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.service-three {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000;
  border: 0 #ffffff36;
  border-left: 1px #eee;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 100px;
  bottom: auto;
}

.service-three:first-child {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
}

.service-three:last-child {
  display: block;
  position: static;
  top: 100px;
}

.service-three-box {
  background-color: var(--white-color);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 20px 10px;
  transition: background-color .3s;
  display: block;
}

.service-three-box:hover {
  background-color: var(--global-color);
}

.service-three-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-right: 0;
  display: block;
  position: relative;
}

.service-three-image {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.service-three-preview {
  aspect-ratio: auto;
  object-fit: cover;
  width: 70px;
  max-width: none;
  display: block;
}

.sticky-column {
  position: sticky;
  top: 100px;
}

.service-three-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  word-break: normal;
  overflow-wrap: break-word;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.counter-one {
  align-items: center;
  display: flex;
}

.counter-one-number {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 0;
  padding-right: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.counter-one-text {
  border-left: 2px none var(--global-color);
  color: var(--light-color);
  flex-flow: column;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
  display: flex;
}

.team-two-wrap {
  align-items: center;
  display: flex;
}

.team-two-list {
  width: 100%;
  display: block;
}

.team-two {
  border: 1px #000;
  border-bottom: 1px solid #0000001c;
}

.team-two-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.team-two-link {
  border: 1px #000;
  border-bottom: 1px solid #ffffff29;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.team-two-link:hover {
  padding-left: 0;
}

.team-two-divider {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 5px;
  display: inline;
}

.team-two-image {
  width: auto;
  max-width: none;
  margin-top: -25%;
  margin-right: 20%;
}

.team-two-preview {
  border-radius: 20px;
  width: 400px;
  max-width: none;
  display: block;
  position: absolute;
  top: auto;
}

.marquee {
  flex-wrap: nowrap;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.marquee-text {
  color: #075851;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffffff2;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 130px;
}

.marquee-wrap {
  flex: none;
  align-self: center;
  display: flex;
}

.blog-one-wrap {
  margin-top: 40px;
}

.blog-one-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

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

.blog-one {
  border-bottom: 1px #00000024;
}

.blog-one:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-one-image {
  border-radius: 8px;
  overflow: hidden;
}

.blog-one-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.blog-one-title.dark {
  color: var(--dark-color);
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

.blog-one-content {
  margin-top: 30px;
  display: block;
}

.blog-one-link {
  border-radius: 8px;
  padding: 0;
  overflow: visible;
}

.blog-one-link.blog-two-full {
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.blog-one-meta {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.blog-one-data {
  color: var(--body-setting--body-text-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
}

.blog-one-data.category {
  background-color: var(--global-color);
  color: var(--white-color);
  border-radius: 20px;
  margin-left: 0;
  padding: 1px 15px;
  font-size: 13px;
}

.timeline-head {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.timeline-icon {
  margin-right: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.timeline-caption {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.timeline-dot {
  color: var(--dark-color);
  margin-bottom: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.timeline-description {
  font-family: var(--body-setting--body-font-family);
  font-size: var(--body-setting--body-font-size);
  line-height: 26px;
}

.timeline-wrap {
  position: relative;
}

.timeline-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 94px;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu.header-two-padding {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: block;
}

.nav-icon {
  font-size: var(--body-setting--body-font-size);
  padding-left: 20px;
  display: block;
}

.nav-icon.strelice {
  color: var(--black);
  font-size: var(--body-setting--body-font-size);
  font-weight: 300;
  line-height: 26px;
}

.navbar {
  background-color: var(--white-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-wrap.header-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 1;
  order: -1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.header-wrap {
  background-color: #0000;
}

.header-wrap.border-bottom {
  border: 1px solid #0000001a;
  position: sticky;
}

.logo {
  line-height: var(--nav-height);
  height: 45px;
}

.nav-text {
  height: var(--nav-height);
  font-family: var(--heading-font);
  color: var(--dark-color);
  font-size: 16px;
  line-height: var(--nav-height);
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.nav-text:hover, .nav-text.w--current {
  color: var(--global-color);
}

.nav-text.small-link {
  font-size: 17px;
  transition: color .2s;
}

.nav-text.small-link.w--current {
  font-size: 17px;
}

.nav-list {
  background-image: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.logo-link.w--current {
  color: var(--black);
  order: -1;
}

.logo-link.logobrend {
  color: var(--black);
  font-size: var(--body-setting--body-font-size);
}

.dropdown-nav {
  height: var(--nav-height);
  display: block;
}

.dropdown-toggle {
  height: var(--nav-height);
  justify-content: space-around;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list {
  border-top: 3px none var(--global-color);
  border-bottom: 3px solid var(--global-color);
  background-color: var(--white-color);
  border-radius: 8px;
  width: 220px;
  padding: 20px;
  box-shadow: 0 4px 10px -6px #0003;
}

.dropdown-list.w--open {
  box-shadow: 0 7px 17px -7px #0000004d;
}

.dropdown-link {
  color: var(--body-setting--body-text-color);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}

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

.top-bar {
  background-color: var(--global-color);
  color: var(--white-color);
  font-size: 14px;
  line-height: 50px;
}

.top-bar-list-wrap {
  display: flex;
}

.top-bar-list {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.social {
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  display: block;
}

.social.text-right {
  text-align: right;
  justify-content: flex-end;
  margin-left: 0;
  display: block;
}

.socail-link {
  background-color: var(--light-color);
  color: var(--dark-color);
  text-align: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  margin-right: 0;
  padding-right: 0;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 13px;
  line-height: 32px;
  transition: background-color .5s;
}

.socail-link:hover {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.socail-link.small {
  border-style: none;
  border-color: var(--dark-color);
  color: var(--dark-color);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-color);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  transition: background-color .45s;
  display: inline-block;
}

.socail-link.small:hover {
  border-color: var(--global-color);
  filter: none;
  color: var(--light-color);
}

.socail-link.global {
  background-color: var(--global-color);
  color: var(--white-color);
}

.socail-link.global:hover {
  background-color: var(--global-color);
}

.socail-link.first {
  margin-left: 0;
}

.icon-one-secton {
  z-index: 0;
  background-color: var(--global-color);
  border-radius: 0 0 24px 24px;
  margin-top: -20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.icon-one-secton.pattern-bg {
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-position: 0 0;
  background-size: auto;
}

.icon-style-one {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icon-style-three-content {
  margin-left: 30px;
}

.icon-style-one-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.icon-style-one-image {
  flex: 0 auto;
  height: 60px;
  margin-right: 20px;
}

.hero-one-section-wrapper {
  background-color: #0000;
  height: 800px;
}

.hero-one-section-wrap.white {
  color: var(--white-color);
}

.hero-one-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/slider-01-a.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.hero-one-slide.slider-three-bg {
  background-image: url('../images/slider-03-a.jpg');
  background-size: auto;
}

.hero-one-slide.slide-two-bg {
  background-image: linear-gradient(241deg, #075851, #fff0 4%, #1d6761e8), url('../images/Gemini_Generated_Image_8bo598bo598bo598.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-one-slide.slide-three-bg {
  background-image: linear-gradient(160deg, #075851, #075851 0%, #dfe9e821 62%, #fff0), url('../images/1000097296.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-one-slide.slider-two-bg {
  background-image: url('../images/slider-01-b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-one-title {
  z-index: 1;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.hero-one-title.big-heading {
  color: var(--white-color);
  text-transform: none;
  margin-top: 0;
  font-size: 110px;
  font-weight: 600;
  line-height: 110px;
}

.about-two-right {
  text-align: right;
  background-image: url('../images/upscalemedia-transformed-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: 400px;
  height: 650px;
  margin-top: 0;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}

.margin-top-20 {
  margin-top: 20px;
}

.service-one-bg {
  border-top-width: 1px;
  border-top-color: #ced2d7;
  height: 100vh;
  padding-top: 130px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service-one-number {
  float: right;
  font-family: var(--body-setting--body-font-family);
  color: var(--body-setting--body-text-color);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffffb5;
  margin-top: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.image-style-three {
  z-index: 1;
  position: absolute;
  top: 19%;
  right: -14%;
}

.image-style-three.right-position {
  top: 30%;
  left: -7%;
  right: auto;
}

.image-style-two {
  border-radius: 20px;
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.action-title {
  color: var(--white-color);
  -webkit-text-stroke-color: var(--global-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 80px;
}

.project-one-wrapper {
  height: auto;
  margin-bottom: 30px;
  padding-top: 0;
  position: relative;
}

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

.project-one {
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.project-one.space {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.project-one-image {
  object-fit: cover;
  border-radius: 0;
  max-width: 100%;
  margin-right: auto;
}

.project-one-image.small-size {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  overflow: visible;
}

.project-one-link {
  border-radius: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-one-link.round {
  border-radius: 24px;
}

.client-logo-one {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.client-logo-one-wrap {
  opacity: .83;
  flex: none;
  align-self: center;
}

.client-logo-one-image {
  margin-left: 20px;
  margin-right: 20px;
}

.breadcrumb-section {
  background-image: linear-gradient(#07585145, #07585145), url('../images/Gemini_Generated_Image_8bo598bo598bo598.png');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: block;
}

.breadcrumb-wrap {
  color: var(--global-color);
  -webkit-text-stroke-color: var(--global-color);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.breadcrumb-title {
  color: var(--white-color);
  text-align: left;
  margin-bottom: 0;
  font-size: 80px;
}

.service-details-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}

.service-details-left {
  margin-right: 30px;
}

.widget {
  border: 1px solid #e5e8ef;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 35px 30px;
}

.widget.last-padding {
  padding-bottom: 20px;
}

.widget-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  flex: 1;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.widget-title-wrap {
  border-bottom: 1px solid #e5e8ef;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: block;
}

.service-list-link {
  color: var(--dark-color);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px 10px 20px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.service-list-link:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.service-list-link.w--current {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-list-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.project-details-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  min-width: 100%;
  max-width: none;
  overflow: hidden;
}

.project-details-box {
  color: var(--light-color);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px #000c421a;
}

.project-detail-line {
  color: var(--dark-color);
  border-bottom: 1px solid #0000001a;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.project-detail-line.last {
  border-bottom-style: none;
}

.project-detail-heading {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.project-detail-text {
  font-size: 15px;
}

.team-one-link {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.left-arrow {
  color: var(--white-color);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-wrap {
  justify-content: center;
  display: flex;
}

.arrow-wrap.display-none {
  display: none;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: rotate(-180deg);
}

.project-one-title {
  z-index: 9;
  font-family: var(--heading-font);
  color: var(--white-color);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  inset: auto auto 2% 10%;
}

.team-one-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-gap-one {
  background-color: #075851;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-gap-one.espc1 {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.button {
  background-color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 40px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.button:hover {
  background-color: var(--global-color);
}

.button.white-bg {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.button.white-bg:hover {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.button.width-100 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: sticky;
}

.button.global-color {
  background-color: var(--global-color);
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 700;
}

.button.global-color:hover {
  background-color: var(--global-color);
}

.button.outline {
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.outline:hover {
  border-color: var(--global-color);
  background-color: var(--global-color);
  color: var(--white-color);
}

.button.small {
  order: 0;
  padding: 9px 30px;
}

.testimonial-two-quate {
  color: var(--global-color);
  width: 60px;
  display: block;
  position: absolute;
  inset: 8% 5% auto auto;
}

.light-bg-section {
  background-color: var(--light-color);
  position: relative;
}

.light-bg-section.pattern-bg {
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-size: auto;
}

.accordian-block.left-padding {
  padding-right: 60px;
}

.accordian-block.right-padding {
  padding-left: 60px;
}

.accordian-item {
  background-color: var(--white-color);
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 12px -2px #03113017;
}

.faq-question {
  opacity: 1;
  cursor: pointer;
  border: 0 #00000040;
  border-bottom: 1px #0a1d3547;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 30px;
  display: flex;
}

.faq-heading {
  font-family: var(--heading-font);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.faq-icon-wrap {
  background-color: var(--global-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
  position: relative;
}

.faq-line-one {
  background-color: var(--white-color);
  width: 16px;
  height: 2px;
  position: absolute;
}

.faq-line-two {
  background-color: var(--white-color);
  width: 2px;
  height: 16px;
  position: absolute;
}

.faq-answer {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.faq-paragraph {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.about-two-left {
  margin-top: 0;
  padding-top: 0;
  padding-right: 100px;
}

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

.heading-title {
  color: var(--black);
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 54px;
  line-height: 60px;
  display: flex;
}

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

.project-details {
  padding-top: 100px;
  padding-bottom: 40px;
}

.project-description {
  padding-bottom: 100px;
}

.service-dot {
  color: var(--global-color);
  margin-right: 7px;
  font-size: 11px;
  line-height: 26px;
}

.service-list-arrow {
  flex: none;
  order: 0;
  align-self: center;
  margin-top: 5px;
  margin-left: 10px;
}

.service-list-word {
  display: flex;
}

.download-button {
  background-color: var(--dark-color);
  color: var(--white-color);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.download-button:hover {
  background-color: var(--global-color);
}

.download-button.invert {
  background-color: var(--global-color);
  margin-top: 20px;
}

.download-button.invert:hover {
  background-color: var(--dark-color);
}

.download-icon {
  width: 25px;
  max-width: none;
  margin-right: 20px;
}

.download-wrap {
  display: flex;
}

.team-details-wrap {
  background-color: var(--global-color);
  color: var(--white-color);
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  display: block;
  overflow: hidden;
}

.team-details-column {
  align-items: center;
  display: flex;
}

.team-details-content {
  padding-left: 10%;
  padding-right: 15%;
}

.team-infomation {
  color: var(--white-color);
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.team-information-lable {
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
  line-height: 28px;
}

.team-details-title {
  color: var(--white-color);
  margin-bottom: 0;
}

.team-summery {
  color: var(--light-color);
  margin-top: 30px;
}

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

.team-details-description {
  padding-top: 30px;
}

.advertisement {
  color: var(--white-color);
  text-align: center;
  background-color: #080033;
  background-image: url('../images/dental-ads2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 80px 40px;
}

.advertisement-icon {
  background-color: var(--white-color);
  border-radius: 50%;
  width: 100px;
  max-width: none;
  margin-bottom: 10px;
  padding: 20px;
}

.form-input {
  background-color: var(--white-color);
  color: var(--dark-color);
  border: 1px solid #cecece;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-input:focus {
  border: 1px solid var(--global-color);
}

.form-input.textarea {
  height: 120px;
  margin-top: 20px;
}

.contact-form {
  background-color: var(--white-color);
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 40px 60px;
  box-shadow: 0 2px 13px -4px #04094133;
}

.icon-style-five {
  border: 1px #cecece;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.icon-style-five-icon-wrap {
  background-color: var(--light-color);
  color: var(--global-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  max-width: none;
  min-height: 90px;
  margin-right: 30px;
  padding: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.icon-style-five-heading {
  font-family: var(--heading-font);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.readmore {
  color: var(--dark-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.readmore.blog-two-arrow {
  border: 2px solid var(--global-color);
  border-radius: 6px;
  margin-top: 40px;
  padding: 7px 20px;
  display: flex;
}

.arrow {
  color: var(--global-color);
  margin-top: 8px;
  margin-left: 5px;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.pricing-card {
  border: 1px none var(--dark-color);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-title {
  font-family: var(--heading-font);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 55px;
}

.pricing-subtitle {
  color: var(--white-color);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.pricing-month {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.pricing-divider {
  background-color: #76879d3d;
  align-self: stretch;
  height: 1px;
  margin: 20px 0 16px;
}

.pricing-divider.big {
  background-color: #76879d2e;
  margin: 60px 0;
}

.pricing-feature-list {
  align-self: stretch;
  margin-bottom: 30px;
  font-weight: 500;
}

.pricing-feature {
  color: var(--body-setting--body-text-color);
  background-image: url('../images/check-6.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-feature.not {
  background-image: none;
}

.pricing-heading {
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.section-gap-two {
  padding-top: 130px;
  padding-bottom: 90px;
}

.footer-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.footer-title {
  font-family: var(--heading-font);
  color: var(--global-color);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link {
  color: #ffffffdb;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-form {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 0%;
}

.footer-form-block {
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.footer-form-field {
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  color: var(--body-setting--body-text-color);
  border-radius: 30px 0 0 30px;
  height: 60px;
  margin-bottom: 0;
  padding: 15px 16px 15px 20px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: var(--body-setting--body-text-color);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--global-color);
  font-family: var(--heading-font);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
  width: auto;
  height: 60px;
  padding-left: 30px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--dark-color);
}

.footer-bottom {
  color: var(--white-color);
  text-align: center;
  background-color: #00010c1c;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  color: var(--light-color);
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-copyright.osiguranje {
  margin-right: 2px;
}

.footer {
  color: var(--white-color);
  background-color: #075851;
  padding-top: 60px;
  padding-bottom: 0;
}

.hero-one-tagline {
  z-index: 0;
  background-color: var(--white-color);
  font-family: var(--heading-font);
  color: var(--global-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  position: static;
  top: 0;
  left: -10%;
}

.hero-one-tagline.center {
  background-color: var(--white-color);
  width: 100%;
  display: inline;
  left: auto;
}

.hero-one-tagline.gray {
  color: var(--dark-color);
  background-color: #dfe6ea;
}

.hero-one-content {
  align-self: center;
  padding-top: 0;
  position: relative;
}

.footer-logo {
  width: 100%;
  height: 60px;
}

.blog-detils-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 30px;
}

.author-box {
  background-color: var(--global-color);
  color: var(--white-color);
  border-radius: 15px;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
}

.author-image {
  border-radius: 14px;
  width: 200px;
  max-width: none;
  margin-right: 30px;
}

.blog-sidebar {
  margin-left: 40px;
}

.category {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.category-name {
  color: var(--dark-color);
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  transition: color .3s;
}

.category-name:hover {
  color: var(--global-color);
}

.recent-link {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.recent-image {
  border-radius: 6px;
  width: 100px;
  margin-right: 20px;
}

.recent-heading {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.recent-heading.white {
  color: var(--white-color);
}

.recent-date {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-main {
  border-top: 1px solid #ffffff38;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-line {
  display: block;
}

.footer-two-column {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-column {
  flex: 1;
}

.column-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column-padding.paddingono {
  justify-content: center;
  align-items: flex-end;
}

.service-details {
  flex-direction: row;
  display: flex;
}

.testimonial-two-wrapper {
  background-color: var(--white-color);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0 30px 60px;
  display: block;
  position: relative;
}

.testimonial-two-wrapper.providna {
  background-color: var(--white-espc);
}

.testimonial-two-wrap {
  background-color: #0000;
  height: auto;
}

.testimonial-two-contant {
  padding-top: 0;
}

.testimonial-two-text {
  font-family: var(--heading-font);
  color: var(--body-setting--body-text-color);
  padding-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.display-none {
  display: none;
}

.testimonial-two-client {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial-two-title {
  flex: none;
  align-self: auto;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 40px;
}

.testimonial-one-heading {
  font-family: var(--heading-font);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-two-image {
  border: 5px solid var(--white-color);
  border-radius: 8px;
  width: 115px;
  height: 115px;
  margin-top: -50px;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 0 10px 9px #00023017;
}

.slider-dot {
  justify-content: flex-end;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.field-label {
  display: none;
}

.password-image {
  width: 200px;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.box-title {
  background-color: var(--dark-color);
  color: var(--white-color);
  border-radius: 6px;
  padding: 5px 20px;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
}

.color-box {
  background-color: var(--global-color);
  height: 150px;
  margin-bottom: 10px;
}

.color-box.dark {
  background-color: var(--dark-color);
}

.color-box.light {
  background-color: var(--light-color);
}

.category-list {
  padding-left: 0;
}

.subtitle-icon {
  z-index: 0;
  color: var(--global-color);
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  display: flex;
}

.subtitle-icon.white {
  color: var(--white-color);
  -webkit-text-stroke-color: #eeeeee40;
}

.subtitle-icon.spec {
  margin-left: 10px;
}

.subtitle-icon.centrala {
  justify-content: center;
  align-items: center;
}

.icon-style-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.icon-style-two-image {
  margin-right: 20px;
}

.icon-style-two-title {
  font-family: var(--heading-font);
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.icon-style-three {
  font-family: var(--body-setting--body-font-family);
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.icon-style-three-wrap {
  background-color: var(--global-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  line-height: 50px;
  display: flex;
}

.team-one-image-cover {
  border: 7px solid var(--light-color);
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-one-quate {
  color: var(--global-color);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  margin-top: 30px;
  margin-right: -10px;
  padding-top: 0;
  padding-left: 10px;
  display: block;
  overflow: hidden;
}

.testimonial-one-image-cover {
  justify-content: center;
  display: block;
  position: absolute;
  inset: 1% auto auto 1%;
}

.service-one-text {
  color: var(--body-setting--body-text-color);
  margin-bottom: 40px;
}

.service-one-arrow {
  color: var(--body-setting--body-text-color);
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: center;
  display: inline-block;
  position: static;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar-line {
  background-color: var(--global-color);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.skill-bar-progess {
  background-color: #0a08581c;
  border-radius: 90px;
  width: 100%;
  height: 14px;
  margin-top: 10px;
  padding: 4px;
}

.skill-bar-header {
  color: var(--dark-color);
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.global-bg-section {
  background-color: var(--global-color);
  color: var(--white-color);
}

.global-bg-section.pattern-bg {
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-position: 0 0;
  background-size: auto;
}

.tab-wrap {
  position: relative;
}

.tab-column {
  padding-top: 20px;
}

.tab-content {
  width: auto;
  height: auto;
  margin-left: 2%;
  position: static;
  inset: 0% auto auto 0%;
}

.tabs {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.tab-link {
  background-color: #0000;
  border-bottom: 2px dashed #ececf0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  padding: 15px 10px 15px 8px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--global-color);
  color: var(--light-color);
  border-bottom-color: #0000;
  border-radius: 5px;
}

.tab-image {
  opacity: 1;
  color: var(--global-color);
  width: 40px;
  margin-right: 10px;
  padding-right: 0;
  font-size: 14px;
}

.tab-content-wrap {
  background-color: var(--light-color);
  border-radius: 20px;
  align-items: stretch;
  padding: 30px;
  display: flex;
  position: relative;
}

.tab-content-image {
  float: none;
  flex: none;
  width: 300px;
  max-width: 300px;
}

.tab-content-preview {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.tab-content-text {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 10px;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.tab-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.image-style-one {
  border-radius: 20px;
  margin-top: 80px;
}

.image-style-one.no-margin {
  height: 100%;
  margin-top: 0;
}

.about-one-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.action-icon-round {
  border: 7px solid #ffffff91;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.action-icon-round:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.counter-two {
  border-radius: 15px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

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

.about-three-left {
  background-image: url('../images/upscalemedia-transformed-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.about-three-right {
  max-width: 670px;
  padding: 140px 10px 100px 60px;
}

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

.pricing-list {
  background-image: none;
  list-style-type: none;
}

.widget-bar {
  background-color: var(--global-color);
  border-radius: 3px;
  width: 30px;
  height: 4px;
  margin-bottom: -3px;
}

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

.header-two-wrap {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.project-one-overlay {
  z-index: 5;
  background-color: var(--dark-color);
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: opacity .5s;
  position: absolute;
}

.testimonial-one-mask {
  width: 36%;
  overflow: visible;
}

.project-one-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.author-title {
  color: var(--white-color);
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

.hero-one-subtitle {
  color: var(--dark-color);
  border-top: 1px solid #0000006b;
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.service-two-link {
  border-bottom: 1px solid var(--global-color);
  text-align: center;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 2px 13px -3px #051a471a;
}

.image-style-four {
  border-radius: 6px;
  margin-top: 20px;
}

.project-detail-wrap {
  margin-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.project-detail-title {
  color: var(--global-color);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  font-size: 24px;
  line-height: 50px;
}

.tabs-menu {
  float: none;
  flex: none;
  width: 325px;
  max-width: 325px;
}

.service-two-text {
  color: var(--body-setting--body-text-color);
  margin-top: 7px;
}

.service-two-image-wrap {
  overflow: hidden;
}

.service-two-line {
  background-color: #76879d3d;
  width: 80px;
  height: 1px;
  padding-bottom: 0;
  display: inline-block;
}

.service-two-icon {
  filter: brightness(0%) invert();
  width: 40px;
}

.service-two-icon-border {
  background-color: var(--global-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
  padding: 14px;
}

.service-one-image {
  width: 45%;
  overflow: hidden;
}

.service-one-icon {
  clear: both;
  width: 94px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.counter-one-content {
  flex: 1;
  padding-left: 15px;
}

.counter-one-icon {
  filter: brightness(0%) invert();
  width: 60px;
}

.blog-two-content {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.blog-two-text {
  padding-top: 10px;
  padding-right: 60px;
}

.blog-two-preview {
  aspect-ratio: 1;
  object-fit: cover;
  width: 180px;
}

.bullet-list {
  color: var(--body-setting--body-text-color);
  background-image: url('../images/check-6.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 7px;
  padding-left: 30px;
  font-weight: 500;
  list-style-type: none;
}

.map-bg {
  background-image: url('../images/dotted-map.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.action-section {
  color: var(--white-color);
  text-align: center;
  background-image: linear-gradient(#07585159, #07585159);
  padding-top: 0;
  padding-bottom: 0;
}

.action-icon-wrap {
  background-color: var(--white-color);
  border-radius: 50%;
  padding: 21px;
}

.testimonial-one-layer {
  width: 200%;
  overflow: hidden;
}

.testimonial-one-icon {
  justify-content: space-between;
  display: flex;
}

.testimonial-one-section {
  background-image: url('../images/testimonial-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slide-nav {
  float: left;
  margin-top: 10px;
  margin-left: 60px;
  position: static;
}

.testimonial-two-section {
  background-image: url('../images/upscalemedia-transformed.jpeg');
  background-position: 0%;
  background-size: cover;
}

.service-three-padding {
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 40px;
}

.icon-style-four {
  text-align: center;
}

.icon-style-four-image {
  border: 5px solid var(--white-color);
  background-image: url('../images/A7409675.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
}

.icon-style-four-wrap {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.icon-style-four-number-wrap {
  border: 5px solid #fff6;
  border-radius: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.icon-style-four-number {
  background-color: var(--white-color);
  font-family: var(--heading-font);
  color: var(--dark-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-weight: 700;
  line-height: 55px;
}

.icon-style-four-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.icon-style-four-bg {
  padding-top: 60px;
  position: relative;
}

.icon-style-four-pattern {
  max-width: none;
  position: absolute;
  left: -50px;
}

.pricing-feature-wrap {
  align-self: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.pricing-bg {
  background-color: var(--global-color);
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 60px;
}

.pricing-bg.future {
  background-color: var(--global-color);
}

.about-one-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.pricing-icon {
  background-color: var(--white-color);
  border-radius: 50%;
  align-self: center;
  width: 100px;
  height: 100px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 6px 13px 7px #00033d0f;
}

.header-two-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-spacing {
  flex: 1;
  display: none;
}

.hero-one-section {
  border-radius: 24px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.hero-one-title-span {
  color: var(--global-color);
}

.icon-style-one-link {
  color: var(--white-color);
  text-decoration: underline;
}

.icon-style-three-image {
  filter: brightness(0%) invert();
  height: 50px;
}

.icon-style-three-title {
  font-family: var(--heading-font);
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.appoiment-box {
  border-bottom: 1px solid var(--global-color);
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 25px 40px 17px;
  box-shadow: 0 6px 13px 3px #080d3d0f;
}

.timeline-heading {
  font-family: var(--heading-font);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.timeline-heading.white {
  color: var(--white-color);
}

.appoiment-section {
  z-index: 8;
  margin-top: -100px;
  position: relative;
}

.appoment-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.form-select {
  background-color: var(--white-color);
  color: var(--body-setting--body-text-color);
  border: 1px solid #cecece;
  border-radius: 4px;
  height: 50px;
}

.timeline-box {
  color: var(--white-color);
  background-color: #075851;
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 40px;
  display: flex;
}

.timeline-box.drugitimeline {
  width: 100%;
}

.timeline-title {
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.timeline-list {
  border-bottom: 1px solid #ffffff54;
  justify-content: space-between;
  margin-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.timeline-list.last {
  border-bottom-style: none;
}

.timeline-list.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  margin-top: 0;
  padding-bottom: 2px;
  font-size: 15px;
  display: grid;
}

.timeline-left {
  margin-right: 10px;
}

.teaser-section {
  background-image: url('../images/teaser-bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.teaser-grid {
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.teaser-column.teaser-left-column {
  padding-right: 30px;
}

.teaser-content {
  align-items: center;
  height: 100vh;
  display: flex;
}

.teaser-copy {
  width: 410px;
  margin-left: 20%;
}

.teaser-sticky {
  height: 100vh;
  padding-top: 20px;
  position: sticky;
  top: 0;
}

.teaser-description {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.teaser-title {
  font-family: var(--heading-font);
  color: var(--dark-color);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.teaser-number {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--global-color);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 150px;
  font-weight: 800;
  line-height: 150px;
}

.teaser-image {
  border-radius: 20px;
  position: absolute;
}

.teaser-image.one {
  z-index: 3;
}

.teaser-image.two {
  z-index: 2;
}

.teaser-image.three {
  z-index: 1;
}

.blog-two {
  border-bottom: 1px solid #0000001f;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-two:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rotate-image {
  z-index: -6;
  position: absolute;
  top: -40px;
  left: 0;
}

.video-box {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.video-title {
  font-family: var(--heading-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.service-one-section {
  background-color: var(--light-color);
  background-image: url('../images/pattern-1_1pattern-1.png');
  background-position: 0 0;
  background-size: auto;
  height: 500vh;
}

.marquee-two {
  background-color: var(--global-color);
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.marquee-two-text {
  font-family: var(--heading-font);
  color: var(--white-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.marquee-two-wrap {
  flex: none;
  align-self: center;
  display: flex;
}

.testimonial-one-block {
  color: var(--white-color);
  border-top: 1px solid #ffffff61;
  margin-top: -10px;
  margin-right: 60px;
  padding-top: 15px;
}

.footer-list {
  color: var(--white-color);
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.advertisement-title {
  color: var(--white-color);
  margin-top: 20px;
  font-size: 26px;
  line-height: 30px;
}

.service-divider {
  background-color: #0000001a;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rotate-icon {
  color: var(--white-color);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 36px;
  line-height: 60px;
}

.counter-two-text {
  margin-left: 20px;
  font-weight: 600;
}

.counter-two-text-span {
  color: var(--dark-color);
  font-weight: 700;
}

.reverse {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rotate-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 133px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-dots {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
  inset: 0% 2% 0% auto;
}

.topbar-icon {
  color: var(--white-color);
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.counter-two-icon {
  font-family: "Fa 400", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.footer-icon {
  color: var(--white);
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-icon.instaposebno {
  font-family: "Fa Brands 400", sans-serif;
}

.bullet-order {
  padding-left: 20px;
}

.icon-style-five-icon.posebnoinsta {
  font-family: "Fa Brands 400", sans-serif;
}

.licenses-text {
  color: #000;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.success-message {
  background-color: var(--global-color);
  border-radius: 30px;
}

.columns-3 {
  display: flex;
}

.services-grid {
  z-index: 6;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: grid;
  position: relative;
}

.services-grid.grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 70%;
}

.services-card {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  padding: 40px 60px 53px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 15px 4px #0758514f;
}

.services-title {
  color: #191919;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5rem;
}

.services-title.posebno {
  font-size: 26px;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 35px;
}

.paragraph.service {
  text-align: center;
  width: auto;
  max-width: 400px;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
}

.text-block, .text-block-2, .text-block-3 {
  font-size: 18px;
}

.brand {
  margin-right: 220px;
}

.image-2 {
  border-radius: 20px;
  margin-top: 20px;
}

.columns-4 {
  display: flex;
}

.background-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-4 {
  color: #000;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.player_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.player_item {
  flex: 1;
}

.heading-style-h2-2 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.04;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.text-size-medium-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player_visual.shadow-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.margin-bottom-40 {
  margin-bottom: 4rem;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.button-5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  color: #000;
  background-color: #fff;
}

.button-5.is-secondary {
  color: #fff;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.button-5.is-secondary:hover {
  color: #000;
  background-color: #fff;
}

.columns-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section {
  width: 100%;
  display: flex;
}

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

.paragraph-5 {
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.image-13 {
  width: auto;
  height: auto;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.margin-bottom-40-2 {
  margin-bottom: 2.5rem;
}

.columns-7 {
  display: flex;
}

.paragraph-6, .text-block-4 {
  font-weight: 500;
}

.text-block-4.central {
  text-align: center;
}

.text-block-5 {
  font-weight: 500;
}

.text-block-5.central {
  text-align: center;
}

.text-block-6 {
  font-weight: 500;
}

.text-block-6.central {
  text-align: center;
}

.heading {
  color: var(--black);
}

.text-block-7, .text-block-8, .text-block-9 {
  font-weight: 500;
}

.code-embed {
  margin-top: 40px;
}

.column {
  flex-flow: column;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  display: flex;
}

.div-block-4, .columns-8 {
  width: 100%;
}

.slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
  width: 33.33%;
}

._100 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  box-shadow: 1px 1px 15px 4px #0003;
}

.slider {
  background-color: #ddd0;
}

.divwhite {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.zts-slider-1801-navigation-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.zts-slider-1801-swiper {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.zts-slider-1801-navigation-next-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-next-button:hover {
  background-color: #222c;
}

.zts-slider-1801-wrapper {
  box-sizing: content-box;
  will-change: transform;
  flex-direction: row;
  height: 100%;
  transition-property: transform;
  display: flex;
}

.zts-slider-1801-pagination-bullet {
  opacity: .5;
  background-color: #222;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.zts-slider-1801-pagination-bullet.zts-slider-1801-pagination-bullet-active {
  background-color: #f5f5f5cc;
}

.zts-slider-1801-navigation-prev-button {
  z-index: 100;
  color: #f5f5f5;
  cursor: pointer;
  background-color: #22222280;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 5px;
  left: 10px;
  transform: translateY(-50%);
}

.zts-slider-1801-navigation-prev-button:hover {
  background-color: #222c;
}

.zts-slider-1801-slide {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #bdbdbd;
  background-color: #555;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.zts-slider-1801-pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 100%;
  min-height: 14px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.zts-slider-1801 {
  color: #a3a3a3;
  margin: 10px;
  position: relative;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  inset: auto auto -60px 0%;
}

.grid {
  grid-template-rows: auto;
}

.mask-2 {
  width: 90%;
  overflow: visible;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  inset: auto auto -60px 80px;
}

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

.image-wrap {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 15px 4px #0758514f;
}

.fa {
  background-color: #0000;
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
}

.hide {
  display: none;
}

.slide-8 {
  padding-right: 20px;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.h2 {
  font-family: Bitter, serif;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-content {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 15px 4px #0003;
}

.slide-title-wrap {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#233a8800, #233a88b3);
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px 40px 40px 5px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-icon {
  color: #07585142;
  margin-left: 10px;
  margin-right: 10px;
  overflow: visible;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-3 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slider-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-9 {
  margin-right: 60px;
}

.slide-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 1px 1px 15px 4px #0003;
}

.slide-10 {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 60px;
}

.b-help-btn {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--global-color), var(--global-color));
  border-radius: 5000px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 170px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.help-icon {
  z-index: 500;
  height: 25px;
  margin-right: 5px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.link {
  color: var(--white);
  font-weight: 600;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.column-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-4 {
  width: 100%;
  height: auto;
}

.marquee-2 {
  grid-column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block-10 {
  color: #075851;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.marquee-3 {
  grid-column-gap: 1rem;
  background-color: #f17144;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.text-block-11 {
  color: #000;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
}

.code-embed-3 {
  height: 100px;
}

.marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-slide {
  flex: none;
  height: 60px;
}

.marquee-slide-text {
  color: #363636;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.marquee-4.is-marquee-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: clip;
}

.section-slider {
  width: 100%;
}

.marquee-wrapper-2 {
  background-color: var(--white);
  color: #dfdfdf;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 4.5vw;
  grid-row-gap: 4.5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.marquee-text-2 {
  color: #075851;
  white-space: nowrap;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.5em;
}

.marquee-icon {
  width: 2.5vw;
}

.tooltip {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  text-align: center;
  background-color: #687076;
  border-radius: 4px;
  padding: 15px;
  display: block;
}

.text-block-112 {
  color: #687076;
  font-size: .9em;
  line-height: 1.1em;
}

.icon-5 {
  color: #008fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.info-icon {
  color: #687076;
  font-size: .8em;
}

.centre-checklist {
  color: #687076;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  line-height: 1.1em;
  display: flex;
}

.link-32 {
  color: #8ec6ff;
}

.tooltip-copy {
  z-index: 1;
  color: #fff;
  font-size: .9em;
  line-height: 1.2em;
  position: relative;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #dadada4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: background-color .35s;
  display: grid;
}

.comparison-row:hover {
  background-color: #0086ef03;
}

.comparison-row.header {
  z-index: 5;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: center;
  background-color: #ffffffb8;
  border-bottom-color: #dadada4d;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  padding: 28px 25px;
  position: sticky;
  top: 0;
}

.comparison-row.round-corner-only {
  border-bottom-color: #dadada4d;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.pricing-comparison-wrap {
  border: 1px solid #dadada4d;
  border-bottom-style: none;
  border-radius: 1em;
  max-width: 1050px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.comparison-item {
  padding: 25px;
  transition: background-color .35s;
}

.comparison-item:hover {
  background-color: #008fff05;
}

.comparison-header-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
}

.comparison-header-title.blue-title {
  color: #333;
}

.comparison-header-title.ai-title.uslugecena {
  color: var(--global-color);
}

.comparison-feature {
  color: #727272;
  padding: 25px;
  display: flex;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #687076;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.sucessdiv {
  color: var(--global-color);
  background-image: linear-gradient(#075851, #075851);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.text-block-113 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: block;
}

.bold-text {
  font-weight: 500;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.triglav {
  background-image: url('../images/Asset2.png');
  background-position: 50%;
  background-size: cover;
  width: 70px;
  height: 20px;
  margin-left: 10px;
}

.triglav.globos {
  background-image: url('../images/Gemini_Generated_Image_8qo03ee8q03ee8q03.png');
  background-position: 50%;
  background-size: cover;
  width: 70px;
  height: 18px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container.espc1 {
    padding-bottom: 100px;
  }

  .container.espc1.razmak {
    padding-top: 60px;
  }

  .heading-subtitle.center {
    margin-top: 60px;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .nav-icon {
    padding-left: 10px;
  }

  .dropdown-toggle {
    padding-right: 18px;
  }

  .dropdown-list.w--open {
    transition: opacity .2s;
    box-shadow: 0 8px 9px -3px #00000024;
  }

  .social {
    display: inline-flex;
  }

  .project-one-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .project-one-title {
    margin-bottom: 20px;
    bottom: 0%;
    left: 10%;
    right: auto;
  }

  .heading-title.esp1 {
    margin-top: 0;
  }

  .pricing-feature-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-spacing {
    flex: 1;
    display: block;
  }

  .teaser-column.teaser-left-column {
    padding-right: 0;
  }

  .teaser-sticky {
    padding-top: 80px;
  }

  .footer-icon.instaposebno {
    font-family: "Fa Brands 400", sans-serif;
  }

  .player_list {
    grid-template-rows: auto;
    margin-bottom: 60px;
  }

  .player_visual.shadow-card {
    border-radius: 1.1rem;
  }

  .div-block {
    background-image: url('../images/SnapInsta.to_409208349_1383198038982805_6547258327618094987_n.jpg');
    background-position: 50%;
    background-size: auto;
    width: 550px;
    height: 700px;
  }

  .code-embed-2 {
    width: 100%;
  }

  .marquee-wrapper-2 {
    background-color: #fff0;
  }

  .marquee-text-2 {
    color: #075851;
    margin-left: 20px;
    font-size: 80px;
    font-weight: 700;
  }

  .triglav.globos {
    background-image: url('../images/Gemini_Generated_Image_rizz4zrizz4zrizz.png');
    background-position: 50%;
    height: 24px;
  }

  .div-block-8 {
    background-image: linear-gradient(#064e49, #064e49);
  }
}

@media screen and (min-width: 1440px) {
  .dropdown-list.w--open {
    box-shadow: 0 8px 9px -3px #00000042;
  }

  .icon-one-secton {
    margin-left: 50px;
    margin-right: 50px;
  }

  .hero-one-title {
    font-size: 90px;
    line-height: 90px;
  }

  .project-one-title {
    margin-bottom: 30px;
    bottom: 2%;
    left: 10%;
  }

  .footer-line {
    min-width: 120px;
  }

  .footer-two-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-column {
    flex: 1;
  }

  .tab-content-image {
    width: 350px;
    max-width: 350px;
  }

  .about-three-right {
    padding-left: 100px;
  }

  .header-two-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-one-subtitle {
    font-size: 20px;
  }

  .header-spacing {
    display: block;
  }

  .hero-one-section {
    margin-left: 50px;
    margin-right: 50px;
  }

  .service-one-section {
    height: 450vh;
  }
}

@media screen and (min-width: 1920px) {
  .logo-link.w--current {
    color: var(--black);
    font-weight: 700;
    line-height: 52px;
  }

  .icon-one-secton {
    margin-left: 70px;
    margin-right: 70px;
  }

  .header-two-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }

  .header-spacing {
    display: block;
  }

  .hero-one-section {
    margin-left: 70px;
    margin-right: 70px;
  }

  .service-one-section {
    height: 300vh;
  }

  .slider-dots {
    inset: 0% 2% 0% auto;
  }
}

@media screen and (max-width: 991px) {
  .container.slider-container {
    height: 600px;
  }

  .container.central.conti {
    padding-left: 40px;
  }

  .utility-page-content {
    width: 500px;
  }

  .section-gap {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-gap.posebno {
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }

  .testimonial-one-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-one-text {
    font-size: 26px;
    line-height: 30px;
  }

  .testimonial-one {
    margin-top: 40px;
  }

  .service-one-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-list {
    display: block;
  }

  .service-one {
    margin-bottom: 30px;
    margin-right: 0;
    display: block;
  }

  .service-one-item {
    width: auto;
    margin-top: 10px;
  }

  .service-one-link {
    width: 100%;
    margin-bottom: 0;
  }

  .service-one-preview {
    max-width: none;
    max-height: none;
    position: static;
    top: 10%;
    right: 0%;
  }

  .service-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
  }

  .service-two-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-two-item {
    margin-top: 0;
  }

  .service-two-item:nth-child(2n) {
    top: 0;
  }

  .service-three-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .service-three-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-three {
    border-left-style: none;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .sticky-column {
    position: static;
  }

  .service-three-title {
    margin-bottom: 20px;
  }

  .counter-one {
    margin-top: 20px;
  }

  .team-two-title {
    font-size: 45px;
    line-height: 55px;
  }

  .team-two-preview {
    width: 300px;
    left: auto;
    right: 120px;
  }

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

  .blog-one-wrap.no-padding {
    margin-top: 0;
  }

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

  .nav-menu-wrapper {
    background-color: #000;
  }

  .nav-menu {
    border-top: 3px solid var(--global-color);
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: block;
  }

  .nav-menu.header-two-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-icon {
    display: block;
  }

  .menu-button {
    margin-right: 0;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--dark-color);
    background-color: #0000;
  }

  .navbar {
    justify-content: space-between;
  }

  .navbar-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .navbar-wrap.header-two {
    justify-content: center;
    align-items: flex-start;
    height: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .logo {
    height: 35px;
  }

  .nav-text {
    height: auto;
    line-height: 40px;
  }

  .nav-text.small-link {
    flex-flow: column;
    height: auto;
    line-height: 40px;
    display: flex;
  }

  .nav-list {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-nav {
    flex: 1;
    height: 100%;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    height: 100%;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .top-bar {
    display: none;
  }

  .social {
    justify-content: flex-start;
    display: none;
  }

  .icon-one-secton {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }

  .icon-style-one {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .hero-one-section-wrapper {
    height: 600px;
  }

  .hero-one-slide {
    background-position: 50%;
  }

  .hero-one-slide.slider-three-bg {
    background-position: 50% 100%;
    background-size: cover;
  }

  .hero-one-title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-one-title.big-heading {
    font-size: 80px;
    line-height: 80px;
  }

  .about-two-right {
    text-align: left;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 0;
  }

  .service-one-bg {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    position: static;
  }

  .about-one-right-content {
    margin-left: 0;
  }

  .image-style-three {
    right: 20%;
  }

  .image-style-three.right-position {
    left: auto;
    right: 5%;
  }

  .image-style-two {
    right: 10px;
  }

  .action-title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 54px;
    line-height: 65px;
  }

  .project-one-wrapper {
    height: auto;
  }

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

  .project-one {
    align-self: auto;
  }

  .project-one-image {
    width: 100%;
  }

  .breadcrumb-wrap {
    height: 75vh;
  }

  .breadcrumb-title {
    text-align: center;
    font-size: 70px;
    line-height: 52px;
  }

  .service-details-left {
    margin-top: 40px;
    margin-right: 0;
  }

  .project-details-image {
    width: 14%;
  }

  .project-details-box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .left-arrow {
    display: none;
  }

  .arrow-wrap {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .right-arrow {
    display: none;
  }

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

  .section-gap-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-gap-one.espc1 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.width-100 {
    display: none;
  }

  .button.global-color {
    margin-left: 20px;
    font-weight: 700;
  }

  .button.small {
    display: none;
  }

  .testimonial-two-quate {
    width: 90px;
  }

  .accordian-block.left-padding {
    padding-right: 20px;
  }

  .accordian-block.right-padding {
    padding-left: 20px;
  }

  .about-two-left {
    margin-left: 0;
    padding-right: 0;
  }

  .heading-title {
    margin-left: 20px;
    font-size: 50px;
  }

  .project-details {
    padding-top: 80px;
  }

  .team-details-column {
    flex-direction: column;
  }

  .team-details-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form {
    margin-right: 0;
  }

  .icon-style-five {
    margin-bottom: 30px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .footer-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-form {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-container {
    margin-bottom: 20px;
  }

  .footer-bottom {
    height: 80px;
  }

  .hero-one-tagline {
    top: 34px;
    left: -3%;
  }

  .hero-one-tagline.center {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-sidebar {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-main {
    padding-top: 0;
  }

  .column-padding {
    justify-content: center;
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-padding.service-side-image {
    text-align: center;
  }

  .service-details {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .form {
    padding-bottom: 20px;
  }

  .subtitle-icon {
    left: -2%;
  }

  .icon-style-three-wrap {
    justify-content: center;
    align-items: center;
  }

  .tab-content {
    margin-top: 40px;
    margin-left: auto;
    inset: auto 0% -15% auto;
  }

  .tabs {
    display: block;
  }

  .tab-content-image {
    width: 300px;
    max-width: 300px;
  }

  .tab-content-text {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .about-one-right {
    margin-top: 60px;
    margin-left: 0;
    padding-left: 0;
  }

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

  .about-three-left {
    height: 50vh;
    position: static;
  }

  .about-three-right {
    max-width: 100%;
    padding: 60px 10px;
  }

  .header-two-wrap {
    padding: 0 20px;
  }

  .testimonial-one-mask {
    width: 100%;
  }

  .hero-one-subtitle {
    font-size: 14px;
  }

  .tabs-menu {
    width: auto;
    max-width: none;
  }

  .testimonial-one-layer {
    width: auto;
  }

  .testimonial-two-section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .service-three-padding {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .icon-style-four {
    margin-bottom: 40px;
  }

  .icon-style-four.last, .icon-style-four.second-last {
    margin-bottom: 0;
  }

  .icon-style-four-pattern {
    display: none;
  }

  .about-one-wrap {
    flex-flow: row;
    display: flex;
  }

  .header-two-content {
    justify-content: flex-end;
  }

  .header-spacing {
    display: none;
  }

  .hero-one-section {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .appoiment-box {
    margin-top: 40px;
  }

  .timeline-box {
    width: 45%;
  }

  .teaser-section {
    background-image: none;
    padding-bottom: 80px;
  }

  .teaser-grid {
    display: block;
  }

  .teaser-column {
    width: auto;
  }

  .teaser-column.teaser-left-column {
    padding-right: 0;
  }

  .teaser-content {
    height: auto;
  }

  .teaser-copy {
    width: auto;
    margin-left: 0%;
  }

  .teaser-sticky {
    height: auto;
    padding-bottom: 20px;
    position: static;
  }

  .teaser-number {
    font-size: 100px;
    line-height: 110px;
  }

  .teaser-image {
    width: 100%;
  }

  .teaser-image.one {
    position: static;
  }

  .teaser-image.two, .teaser-image.three {
    display: none;
  }

  .video-box {
    justify-content: center;
    margin-top: 60px;
  }

  .service-one-section {
    height: auto;
  }

  .reverse {
    display: block;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph.service {
    font-size: 16px;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .text-size-medium-3 {
    font-size: 1.3rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .columns-5 {
    flex-flow: column;
  }

  .paragraph-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .margin-bottom-40-2 {
    margin-bottom: 2.25rem;
  }

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

  .div-block-3 {
    margin-left: 12px;
  }

  .zts-slider-1801-slide {
    width: 50%;
    height: 100%;
  }

  .marquee-4.is-marquee-3, .section-slider {
    overflow: clip;
  }

  .marquee-text-2 {
    font-size: 50px;
  }

  .comparison-header-title.ai-title.uslugecena {
    text-align: left;
    display: flex;
  }

  .text-block-113 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container.slider-container.center-aling {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.central.conti {
    padding-left: 0;
  }

  .container.uslugecent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-subtitle.center {
    margin-bottom: 20px;
  }

  .subtitle-wrap.left {
    justify-content: center;
    align-items: center;
  }

  .heading-icon.big-icon {
    font-size: 80px;
    line-height: 80px;
  }

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

  .section-gap.posebno {
    margin-left: 20px;
    padding-bottom: 80px;
  }

  .team-one-image-wrap {
    margin-bottom: 0;
  }

  .team-one:nth-child(2n) {
    margin-top: 0;
  }

  .testimonial-one-title {
    margin-top: 20px;
  }

  .testimonial-one-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .service-one {
    display: block;
  }

  .service-one-title {
    width: 80%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .service-one-item {
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .service-one-link {
    display: block;
  }

  .service-two {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-two-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-two-item {
    margin-right: 0;
  }

  .service-two-image {
    width: 100%;
  }

  .service-two-title {
    font-size: 20px;
    line-height: 30px;
  }

  .service-three-wrap {
    margin-top: 30px;
  }

  .service-three-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-three {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .service-three-box {
    display: block;
  }

  .service-three-content {
    padding-top: 0;
  }

  .service-three-image {
    width: auto;
    min-width: auto;
  }

  .service-three-preview {
    aspect-ratio: auto;
    width: 80px;
  }

  .service-three-title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .counter-one {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .counter-one.first {
    margin-top: 0;
  }

  .counter-one-number {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .team-two-wrap {
    display: flex;
  }

  .team-two {
    border-bottom-style: none;
  }

  .team-two-title {
    font-size: 26px;
    line-height: 30px;
  }

  .team-two-link {
    border: 0 solid #000;
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .team-two-divider {
    margin-top: 0;
  }

  .team-two-image {
    margin-top: 10px;
    margin-right: auto;
  }

  .team-two-preview {
    width: 100%;
    position: static;
  }

  .marquee {
    margin-bottom: 60px;
  }

  .marquee-text {
    font-size: 80px;
    line-height: 80px;
  }

  .blog-one-wrap {
    margin-top: 40px;
  }

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

  .blog-one-title.dark {
    font-size: 26px;
    line-height: 32px;
  }

  .blog-one-content {
    padding-right: 10px;
  }

  .blog-one-link.blog-two-full {
    display: block;
  }

  .timeline-head {
    margin-bottom: 10px;
  }

  .timeline-dot {
    margin-bottom: 10px;
    display: block;
  }

  .timeline-line {
    display: none;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .menu-button {
    margin-right: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .top-bar {
    display: none;
  }

  .top-bar-list-wrap {
    flex-direction: column;
  }

  .icon-one-secton {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .hero-one-slide.slider-three-bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-one-title.big-heading {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .about-two-right {
    width: 500px;
    height: 380px;
  }

  .service-one-bg {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .about-one-right-content {
    margin-left: 0;
    padding-top: 0;
  }

  .image-style-three {
    right: 0%;
  }

  .image-style-three.right-position {
    margin-top: 20px;
    display: none;
    position: static;
  }

  .image-style-two {
    right: 0;
  }

  .action-title {
    font-size: 44px;
    line-height: 45px;
  }

  .project-one-wrapper {
    margin-top: 40px;
  }

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

  .project-one.space {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb-wrap {
    height: 70vh;
  }

  .breadcrumb-title {
    font-size: 50px;
    line-height: 46px;
  }

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

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

  .section-gap-one.espc1 {
    flex-flow: row;
  }

  .button.global-color.margin-top-40 {
    margin-top: 0;
  }

  .testimonial-two-quate {
    width: 90px;
  }

  .accordian-block.left-padding {
    padding-right: 0;
  }

  .accordian-block.right-padding {
    padding-left: 0;
  }

  .about-two-left {
    margin-top: 0;
  }

  .heading-title {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .project-details {
    padding-top: 60px;
  }

  .team-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .readmore.blog-two-arrow {
    margin-top: 20px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .service-details-title {
    font-size: 30px;
    line-height: 36px;
  }

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

  .footer-content-block {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-form-container {
    max-width: none;
    margin-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding-top: 60px;
  }

  .author-box {
    display: block;
  }

  .recent-link.fix-width {
    width: auto;
  }

  .footer-main {
    margin-top: 20px;
  }

  .column-padding {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .column-padding.text-right {
    text-align: left;
  }

  .column-padding.posebno2 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-padding.posebno2.left {
    justify-content: center;
    align-items: flex-start;
  }

  .columns-2 {
    display: block;
  }

  .testimonial-two-wrapper {
    margin-left: 0;
    display: block;
  }

  .testimonial-two-contant {
    width: 100%;
    display: block;
  }

  .testimonial-two-text {
    padding-top: 10px;
  }

  .slider-dot {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subtitle-icon {
    top: -30px;
  }

  .service-one-text {
    margin-bottom: 20px;
  }

  .tab-column {
    padding-top: 0;
  }

  .tab-content {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .tabs {
    margin-top: 20px;
  }

  .tab-content-wrap {
    display: block;
  }

  .tab-content-image {
    width: 100%;
    max-width: 100%;
  }

  .tab-content-preview {
    width: 100%;
  }

  .tab-content-text {
    padding-top: 20px;
    padding-left: 0;
  }

  .about-one-right {
    margin-top: 40px;
  }

  .action-icon-round {
    width: 100px;
    height: 100px;
  }

  .about-three-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-one-mask {
    width: 100%;
  }

  .hero-one-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .service-two-link {
    display: block;
  }

  .service-one-image {
    width: 100%;
  }

  .service-one-icon {
    width: 60px;
    margin-top: 20px;
  }

  .blog-two-content {
    padding-top: 20px;
    padding-left: 0;
  }

  .blog-two-preview {
    width: 100%;
  }

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

  .icon-style-four.last {
    margin-bottom: 0;
  }

  .icon-style-four.second-last {
    margin-bottom: 40px;
  }

  .pricing-feature-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .appoiment-section {
    margin-top: -70px;
  }

  .appoment-form {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-box {
    width: 70%;
  }

  .timeline-box.drugitimeline {
    margin-bottom: 10px;
  }

  .timeline-list.bottom {
    min-width: auto;
  }

  .teaser-number {
    font-size: 70px;
    line-height: 70px;
  }

  .slider-dots {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-grid.grid2 {
    width: 72%;
  }

  .services-card {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-title {
    font-size: 24px;
    line-height: 2.8125rem;
  }

  .paragraph.service {
    font-size: 18px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

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

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .text-size-medium-3 {
    font-size: 1.2rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .columns-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-bottom-40-2 {
    margin-bottom: 2rem;
  }

  .text-block-4.central, .text-block-5.central, .text-block-6.central {
    text-align: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-left: 23px;
  }

  .zts-slider-1801-slide {
    width: 76.92%;
    height: 100%;
  }

  .image-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
  }

  .slider-container {
    padding-right: 10px;
  }

  .slider-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .b-help-btn {
    inset: auto auto 0% 0%;
  }

  .columns-9 {
    flex-flow: column;
  }

  .marquee-text-2 {
    font-size: 40px;
  }

  .comparison-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Area-2 Area";
  }

  .comparison-row.header {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 15px;
  }

  .comparison-item {
    padding-left: 0;
    padding-right: 20px;
  }

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

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .triglav {
    width: 60px;
    height: 15px;
  }

  .triglav.globos {
    width: 65px;
  }

  .div-block-7 {
    width: 300px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container.slider-container {
    height: 350px;
  }

  .container.slider-container.center-aling {
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.pluscont {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .container.central {
    display: flex;
  }

  .container.central.conti {
    padding-left: 0;
  }

  .container.comtinav {
    padding-top: 0;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-subtitle {
    margin-bottom: 40px;
  }

  .heading-subtitle.center {
    margin-bottom: 10px;
  }

  .heading-icon.big-icon {
    font-size: 60px;
    line-height: 60px;
  }

  .section-gap.posebno {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-one-image-wrap {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-one:nth-child(2n) {
    margin-top: 0;
  }

  .team-one-title {
    font-size: 20px;
    line-height: 22px;
  }

  .testimonial-one-wrap {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .testimonial-one-title {
    margin-top: 20px;
  }

  .testimonial-one-text {
    padding-top: 10px;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-one-image {
    width: 80px;
    margin-bottom: 10px;
    display: block;
  }

  .testimonial-one {
    margin-top: 0;
  }

  .service-one-title {
    font-size: 22px;
    line-height: 26px;
  }

  .service-one-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-link {
    margin-bottom: 0;
  }

  .service-one-preview {
    height: 250px;
  }

  .service-two {
    padding-bottom: 0;
  }

  .service-two-list {
    grid-template-rows: auto auto auto;
  }

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

  .service-three, .service-three-title {
    margin-bottom: 10px;
  }

  .team-two-wrap {
    display: block;
  }

  .team-two {
    margin-top: 40px;
  }

  .team-two-title {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 40px;
  }

  .team-two-divider {
    display: none;
  }

  .marquee {
    margin-bottom: 20px;
  }

  .marquee-text {
    font-size: 60px;
    line-height: 60px;
  }

  .blog-one-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .blog-one-title.dark {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-one-content {
    padding-left: 10px;
    padding-right: 20px;
  }

  .blog-one-link.blog-two-full, .blog-one-meta {
    display: block;
  }

  .blog-one-data.category {
    display: inline-block;
  }

  .timeline-icon {
    margin-right: 0;
  }

  .timeline-dot {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .dropdown-list {
    padding: 10px;
  }

  .dropdown-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-one-secton {
    margin-top: 0;
  }

  .icon-style-one {
    margin-bottom: 60px;
    display: block;
  }

  .icon-style-three-content {
    margin-top: 20px;
    margin-left: 0;
  }

  .icon-style-one-title {
    line-height: 26px;
  }

  .hero-one-section-wrapper, .hero-one-section-wrap.white {
    height: 80vh;
  }

  .hero-one-title {
    font-size: 30px;
    line-height: 45px;
  }

  .hero-one-title.big-heading {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 40px;
  }

  .about-two-right {
    width: 95%;
  }

  .image-style-three {
    margin-top: 20px;
    display: none;
    position: static;
  }

  .image-style-two {
    margin-top: 20px;
    position: static;
  }

  .action-title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .project-one-wrapper {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .breadcrumb-wrap {
    height: 60vh;
  }

  .breadcrumb-title {
    text-align: center;
    font-size: 45px;
    line-height: 32px;
  }

  .widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-details-box {
    padding: 0;
  }

  .project-detail-line {
    margin-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .project-detail-text {
    margin-left: 0;
  }

  .project-one-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-gap-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button.global-color {
    margin-left: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.global-color.gallerybutton {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-two-quate {
    width: 70px;
    margin: 10px auto 20px;
    padding-bottom: 0;
    display: none;
    position: static;
  }

  .faq-question {
    padding-left: 0;
  }

  .faq-heading {
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .faq-answer {
    padding-left: 10px;
  }

  .faq-paragraph {
    font-size: 17px;
  }

  .about-two-left {
    margin-top: 0;
  }

  .heading-title {
    margin-left: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .project-details {
    padding-top: 40px;
  }

  .download-wrap {
    font-size: 13px;
  }

  .team-infomation {
    display: block;
  }

  .team-details-title {
    font-size: 30px;
    line-height: 36px;
  }

  .team-summery {
    margin-top: 10px;
  }

  .team-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-style-five {
    display: block;
  }

  .icon-style-five-wrap {
    margin-top: 20px;
  }

  .icon-style-five-icon-wrap {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
  }

  .readmore.blog-two-arrow {
    margin-top: 10px;
    display: inline-flex;
  }

  .pricing-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-feature-list {
    padding-left: 0;
  }

  .pricing-feature {
    font-size: 17px;
  }

  .pricing-heading {
    margin-bottom: 0;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-one-tagline {
    top: 55px;
    left: -6%;
  }

  .hero-one-tagline.center {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-one-content {
    padding-top: 20px;
  }

  .recent-link {
    display: block;
  }

  .recent-link.fix-width {
    display: flex;
  }

  .recent-image {
    margin-bottom: 20px;
  }

  .footer-main {
    margin-bottom: 10px;
  }

  .column-padding {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-padding.posebno2 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-padding.paddingono {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-two-wrapper {
    margin-top: 0;
    padding: 40px 20px 60px;
  }

  .testimonial-two-wrapper.providna {
    width: 500px;
  }

  .testimonial-two-text {
    width: 300px;
    padding-left: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-two-client {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .testimonial-two-title {
    margin-left: 0;
    padding-top: 20px;
  }

  .testimonial-one-heading {
    margin-bottom: -5px;
    font-size: 17px;
    line-height: 17px;
  }

  .testimonial-two-image {
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .slider-dot {
    padding-top: 60px;
    bottom: 0;
  }

  .password-image {
    width: 100px;
  }

  .icon-style-two {
    margin-bottom: 15px;
    display: block;
  }

  .icon-style-two-title {
    margin-top: 10px;
  }

  .icon-style-three {
    display: block;
  }

  .testimonial-one-quate {
    margin-top: 20px;
    margin-right: 10px;
  }

  .testimonial-one-image-cover {
    position: static;
  }

  .service-one-text {
    margin-bottom: 20px;
  }

  .tab-link {
    font-size: 18px;
  }

  .tab-content-wrap {
    padding: 15px;
  }

  .tab-content-text {
    margin-bottom: 20px;
    position: static;
  }

  .image-style-one {
    margin-top: 0;
  }

  .contact-form-column {
    grid-template-columns: 1fr;
  }

  .hero-one-subtitle {
    display: none;
  }

  .service-two-link {
    padding: 12px;
  }

  .project-detail-wrap {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-detail-title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .service-one-icon {
    width: 70px;
    margin-top: 40px;
  }

  .blog-two-content {
    display: block;
  }

  .blog-two-text {
    padding-right: 0;
  }

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

  .slide-nav {
    margin-top: 0;
    margin-left: 0;
  }

  .testimonial-two-section {
    background-position: 50%;
    background-size: cover;
    height: 80vh;
  }

  .pricing-feature-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-wrap {
    padding-bottom: 0;
  }

  .pricing-icon {
    width: 70px;
    height: 70px;
  }

  .icon-style-three-title {
    text-align: center;
    font-size: 21px;
  }

  .appoiment-box {
    padding: 19px;
  }

  .timeline-heading.white {
    margin-left: 10px;
  }

  .appoiment-section {
    margin-top: 60px;
  }

  .appoment-form {
    grid-template-columns: 1fr;
  }

  .timeline-box {
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 14px;
    display: block;
  }

  .timeline-box.drugitimeline {
    margin-top: 10px;
  }

  .timeline-list {
    font-size: 14px;
  }

  .timeline-left {
    font-size: 16px;
  }

  .teaser-content {
    margin-top: 40px;
  }

  .teaser-sticky {
    padding-bottom: 0;
  }

  .teaser-description {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .teaser-title {
    font-size: 24px;
    line-height: 28px;
  }

  .teaser-number {
    font-size: 60px;
    line-height: 70px;
  }

  .video-box {
    text-align: center;
    display: block;
  }

  .video-title {
    margin-bottom: 20px;
  }

  .testimonial-one-block {
    margin-right: 0;
  }

  .counter-two-text {
    margin-left: 10px;
  }

  .counter-two-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .bullet-order.margin-top-20 {
    padding-left: 0;
  }

  .icon-style-five-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .services-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-title {
    font-size: 24px;
    line-height: 2.1875rem;
  }

  .paragraph {
    font-size: 1.125rem;
  }

  .paragraph.service {
    min-width: 250px;
    max-width: 0;
    font-size: 17px;
  }

  .brand {
    margin-right: 20px;
  }

  .player_list {
    width: 95%;
  }

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

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .paragraph-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-block-4.central, .text-block-5.central, .text-block-6.central {
    text-align: center;
  }

  .div-block-2 {
    margin-left: 10px;
  }

  .mask {
    background-color: #fff;
    width: 350px;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .mask-2 {
    width: 98%;
  }

  .image-wrap {
    padding-top: 110%;
  }

  .slide-8 {
    padding-right: 10px;
  }

  .slider-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-arrow {
    margin-left: 100px;
    margin-right: -40px;
  }

  .slider-3 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-9 {
    margin-left: 10px;
    margin-right: 0;
  }

  .slide-10, .slide-11 {
    margin-left: 10px;
  }

  .text-block-112 {
    font-size: .8em;
  }

  .centre-checklist {
    text-align: center;
    font-size: .8em;
  }

  .comparison-row {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Area-2 Area";
  }

  .comparison-row.header {
    grid-column-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-item {
    padding-left: 0;
    padding-right: 15px;
  }

  .comparison-feature {
    padding: 15px 0 15px 15px;
  }
}

#w-node-f7e27a11-72e5-d86a-4faf-f53b5c26424e-ce85a8fc, #w-node-eb46339a-f94d-3e72-1918-ad073504f3a0-ce85a8fc, #w-node-_58a8e800-1a6e-550e-88c6-8e6c185898c5-ce85a8fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_684c9937-2453-aedc-6698-e28709003f6c-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f8ca9a6a-d497-d2b5-5787-b21f14f1e15e-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc50134d-25eb-a945-3f0f-7ad166738975-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cc50134d-25eb-a945-3f0f-7ad166738977-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1178e24-6616-39ea-f8d6-ab06f551f3be-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1178e24-6616-39ea-f8d6-ab06f551f3c0-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cab-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cad-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139d7-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139d9-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f156694-ea87-2481-f26f-17f772500305-ce85a8ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0f156694-ea87-2481-f26f-17f772500307-ce85a8ff {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-eb46339a-f94d-3e72-1918-ad073504f3a0-ce85a8fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f6f-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f7a-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f7b-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f7f-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f84-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f85-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f88-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f93-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f94-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f98-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f9d-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003f9e-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003fa1-ce85a8ff, #w-node-_684c9937-2453-aedc-6698-e28709003fb1-ce85a8ff, #w-node-_684c9937-2453-aedc-6698-e28709003fc1-ce85a8ff, #w-node-_684c9937-2453-aedc-6698-e28709003fcb-ce85a8ff, #w-node-_684c9937-2453-aedc-6698-e28709003fd5-ce85a8ff, #w-node-_684c9937-2453-aedc-6698-e28709003fe8-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003fed-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003fee-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_684c9937-2453-aedc-6698-e28709003ff1-ce85a8ff, #w-node-f1da84b8-01fe-00fe-6651-ee20064d9773-ce85a8ff, #w-node-deea51ff-d79a-24c0-6543-9d9bf123d881-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad16673897a-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad166738983-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad166738984-ce85a8ff {
    grid-area: Area;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad166738988-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad16673898d-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad16673898e-ce85a8ff {
    grid-area: Area;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad166738992-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad16673899d-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad16673899e-ce85a8ff {
    grid-area: Area;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389a2-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389a7-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389a8-ce85a8ff {
    grid-area: Area;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389ac-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad1667389bc-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad1667389ca-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad1667389d4-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad1667389de-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad1667389f1-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389f6-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389f7-ce85a8ff {
    grid-area: Area;
  }

  #w-node-cc50134d-25eb-a945-3f0f-7ad1667389fb-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad166738a05-ce85a8ff, #w-node-cc50134d-25eb-a945-3f0f-7ad166738a0f-ce85a8ff, #w-node-_019170a1-64fc-70b1-758d-3321bf90ec32-ce85a8ff, #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3c3-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3cc-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3cd-ce85a8ff {
    grid-area: Area;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3d1-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3d6-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3d7-ce85a8ff {
    grid-area: Area;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3db-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3e4-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3e5-ce85a8ff {
    grid-area: Area;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3e9-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3ee-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3ef-ce85a8ff {
    grid-area: Area;
  }

  #w-node-f1178e24-6616-39ea-f8d6-ab06f551f3f3-ce85a8ff, #w-node-f1178e24-6616-39ea-f8d6-ab06f551f401-ce85a8ff, #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cb0-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cb9-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cba-ce85a8ff {
    grid-area: Area;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cbe-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cc3-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cc4-ce85a8ff {
    grid-area: Area;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cc8-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cd1-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cd2-ce85a8ff {
    grid-area: Area;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cd6-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cdb-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cdc-ce85a8ff {
    grid-area: Area;
  }

  #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5ce0-ce85a8ff, #w-node-beb82ea8-64e9-9b39-3e55-391fe5ef5cee-ce85a8ff, #w-node-_97eb414c-b037-e6f0-03cc-218a82427f62-ce85a8ff, #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139dc-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139e5-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139e6-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139ea-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139ef-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139f0-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139f4-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139fd-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a139fe-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a13a02-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a13a07-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_4bce5b2a-f5dd-12ed-514d-ec91f1a13a08-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f77250030a-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500313-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500314-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500318-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f77250031d-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f77250031e-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500322-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f77250032b-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f77250032c-ce85a8ff {
    grid-area: Area;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500330-ce85a8ff {
    grid-area: Feature-Row;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500335-ce85a8ff {
    grid-area: Area-2;
  }

  #w-node-_0f156694-ea87-2481-f26f-17f772500336-ce85a8ff {
    grid-area: Area;
  }
}


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