:root {
  --ktg-blue: #2babff;
  --teal: #1e756e;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.b-nav-dropdown {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-content {
  opacity: 1;
  background-color: rgba(31, 30, 29, 0);
  background-image: url('../images/wave.png'), linear-gradient(37deg, #330867, #30cfd0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.c-content.section-1 {
  background-image: url('../images/wave_1.png'), linear-gradient(37deg, #fe4a3b, #ff741c 50%, #fec321);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  position: relative;
}

.c-content.section-1.sub-page {
  background-position: 0%, 0 0;
  background-size: cover, auto;
  height: 35vh;
  margin-top: 85px;
}

._w-content {
  background-color: rgba(31, 30, 29, 0);
  width: 100%;
  height: 100vh;
  position: relative;
}

._w-content.sub-page {
  height: 35vh;
}

.c-nav {
  z-index: 9999;
  background-color: #000;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

._w-nav {
  padding: 20px 2.5%;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-logo {
  z-index: 5;
  position: relative;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.focus {
  color: #2babff;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-nav-menu-btn.default {
  position: relative;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  width: 70%;
}

.c-body-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-body-content.sub-page {
  height: 35vh;
}

._w-body-content {
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10%;
  right: auto;
}

._w-body-content.no-event {
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 20px;
  right: auto;
}

._w-body-content.no-event.sub-page {
  margin-top: 50px;
}

.c-content-subheader {
  margin-bottom: 10px;
}

.content-subheader-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.b-body-content {
  width: 100%;
  display: block;
}

.b-body-content.column {
  width: 100%;
}

.b-body-content.sub-page {
  width: 50%;
}

.c-content-main-description {
  color: #fff;
  margin-bottom: 40px;
}

.c-content-header {
  margin-bottom: 40px;
}

.content-header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
}

.content-header.ktg-cms-editable {
  letter-spacing: 5px;
}

.content-header.hidden {
  display: block;
}

.content-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.blue-text {
  color: var(--ktg-blue);
}

.c-content-btn.m-30 {
  margin-top: 30px;
}

._w-content-btn {
  display: inline-block;
}

._w-content-btn.pointer-link {
  margin-top: 0;
  margin-right: 10px;
}

._w-content-btn.pointer-link.our-services-git {
  margin-top: 30px;
}

._w-content-btn.pointer-link.full-wdth-mobi.nm {
  margin-bottom: 20px;
  margin-right: 0;
  display: none;
}

.c-content-btn-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-content-btn-link.gradient {
  border-color: rgba(0, 158, 253, 0);
}

.c-content-btn-link.accelerate {
  background-color: #1f1e1d;
  border-width: 0;
  border-color: #717171;
  border-radius: 0;
}

.c-content-btn-link.accelerate.services-tab {
  margin-top: 20px;
}

.c-content-btn-details {
  position: relative;
}

._w-content-btn-details {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-content-btn-details.default {
  padding-top: 15px;
  padding-bottom: 15px;
}

._w-content-btn-details.default.accelerate {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

._w-content-btn-details.focus {
  background-image: linear-gradient(45deg, #006db3, #0099d4);
  border-radius: 0;
  width: 100%;
  padding: 15px;
  position: absolute;
}

.content-btn-details-text {
  width: auto;
  max-width: none;
  margin-right: 10px;
}

.content-btn-details-text.dark {
  color: #717171;
  font-family: Montserrat, sans-serif;
}

.content-btn-details-text.accelerate {
  color: #717171;
  width: 150px;
  max-width: none;
  margin-right: 10px;
}

.content-btn-details-text.accelerate.get-in-touch {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.get-in-touch.dark, .content-btn-details-text.accelerate.get-in-touch.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-portfolio {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-portfolio.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-services {
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-services.dark, .content-btn-details-text.accelerate.our-services.white {
  color: #fff;
}

.content-btn-details-text.accelerate.our-services-a {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.our-services-a.dark, .content-btn-details-text.accelerate.our-services-a.white {
  color: #fff;
}

.content-btn-details-text.accelerate.pricing {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.pricing.dark, .content-btn-details-text.accelerate.pricing.white {
  color: #fff;
}

.content-btn-details-text.accelerate.gaq-next-button-text.dark, .content-btn-details-text.accelerate.gaq-next-button-text.white {
  color: #fff;
}

.content-btn-details-text.accelerate.gaq-next-button-text {
  color: #fff;
  width: auto;
  margin-right: 0;
}

.content-btn-details-text.accelerate.gaq-next-button-text.dark, .content-btn-details-text.accelerate.gaq-next-button-text.white {
  color: #fff;
}

.content-btn-details-icon {
  height: 15px;
}

.content-btn-details-icon.default {
  opacity: .75;
}

.content-btn-details-icon.default.accelerate {
  color: #717171;
}

.c-body-content-bg-circle {
  z-index: 1;
  border: 0 solid rgba(255, 255, 255, .05);
  border-radius: 99999px;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.c-body-content-bg-text {
  z-index: 2;
  color: #4bc9ff;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 5%;
  transform: translate(0, -50%)rotate(-90deg);
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 2.5%;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.c-nav-menu-content {
  z-index: 1000;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 900;
}

.menu-item-text {
  letter-spacing: 1px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

._w-col-menu-links {
  display: inline-block;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #2babff;
  position: absolute;
}

.c-nav-social-address {
  margin-bottom: 20px;
}

.c-nav-social-media-item {
  padding: 5px;
  display: inline-block;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media-link {
  padding: 5px;
  position: relative;
}

._w-nav-social-media-link.focus {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5px;
  position: absolute;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.default {
  opacity: .5;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.co-created {
  z-index: 99998;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10px;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

._w-help-btn {
  background-color: rgba(19, 19, 19, .15);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(19, 19, 19, .15);
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(19, 19, 19, .2);
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.howto-list-item-text {
  line-height: 1.2em;
}

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

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

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

.help {
  z-index: 99999;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #2babff, #5fb4db);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-header {
  padding-right: 40px;
}

.particles {
  z-index: 20;
  width: 100%;
  height: 222px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  width: 100%;
  max-width: 250px;
}

.client-scroll {
  background-color: #1f1e1d;
  display: none;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 450px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 0;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.marquee_wrap {
  width: 200vw;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.static-marquee_logos {
  justify-content: space-around;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-2 {
  width: 388px;
  margin-left: 5px;
  margin-right: 5px;
}

.overline {
  color: #717171;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.feature-image {
  overflow: hidden;
}

.feature-column-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  min-height: 250px;
  padding: 30px 50px 50px 0;
  display: flex;
}

.ribbon {
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -8px;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.features {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features.section-2 {
  padding: 50px 0%;
}

.paragraph {
  color: #99a1ba;
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.left-align {
  opacity: 1;
  color: #717171;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.left-align.title {
  width: 100%;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.paragraph.left-align.title.ktg-cms-editable.top-no-mt, .paragraph.left-align.title.top-no-mt {
  margin-top: 0;
}

.paragraph.left-align.ktg-cms-editable, .paragraph.left-align.ktg-cms-editable.support-monthly-plans {
  max-width: none;
}

.paragraph.left-align.italic {
  font-style: italic;
  font-weight: 400;
}

.paragraph.left-align.smp {
  color: #fff;
}

.paragraph.left-align.seamless-integration {
  padding-top: 15px;
  font-size: .9em;
  font-weight: 700;
}

.paragraph.left-align.pt-10 {
  padding-top: 10px;
}

.feature-column-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.h2-span {
  opacity: .6;
}

.ribbon-3 {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.right-blur {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-image-div {
  position: relative;
}

.left-blur {
  opacity: .5;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ribbon-2 {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.content-h2 {
  color: #1111f0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.content-h2.content-h2-centre {
  color: #18183a;
  text-align: center;
}

.content-block {
  max-width: 850px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.body.scroll-bar {
  font-family: Montserrat, sans-serif;
}

.image-wrapper.overflow-hidden.border-radius-24px {
  box-shadow: 13px 3px 20px 3px rgba(0, 0, 0, .3);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-git {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-git.align-top {
  align-items: start;
}

.grid-git.align-top._2-col-mbl {
  grid-template-columns: 1fr 1fr;
}

.grid-git.contact-form-side-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: max-content;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-video {
  width: 100%;
  max-width: none;
  max-height: 200px;
}

.heading {
  margin-top: 0;
}

.heading.gradient-header {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.heading.gradient-header.mb.our-services-tab {
  text-align: left;
  width: 100%;
}

.heading.home-header {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.heading.main-header {
  color: #fe4a3b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 30px;
}

.heading.main-header.mb.our-services-tab {
  color: #fe4a3b;
  text-align: left;
  width: 100%;
  font-size: 1.2em;
  line-height: 25px;
  display: block;
}

.heading.main-header.mb.our-services-tab.smaller-devices {
  display: none;
}

.heading.main-header.teams {
  text-align: center;
}

.main-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.main-wrapper.sub-page {
  justify-content: flex-start;
  max-width: none;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  max-width: 200px;
  height: 45px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-wrap.center {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap.center.m-30 {
  margin-top: 30px;
}

.button-wrap.center.m-30.max-width-280 {
  max-width: 280px;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  background-color: rgba(91, 58, 204, 0);
  background-image: linear-gradient(32deg, #6f76c0, #30cfd0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-3 {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.button-t {
  color: #333;
  letter-spacing: 1px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
}

.button-link {
  z-index: 5;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.design-projects {
  background-color: rgba(246, 246, 246, 0);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.html-embed {
  display: block;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: block;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.d-133-card-wrapper {
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d-133-border {
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.d-133-image-wrapper {
  object-fit: fill;
  background-image: url('../images/project-beijing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/kazuend-40010-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.portfolio-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.portfolio-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.d-133-3d-wrapper {
  perspective: 1000px;
  border-radius: 0;
  width: 33%;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.d-133-text-wrapper {
  padding: 10px;
  position: relative;
}

.browser-demo {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-family: Montserrat, sans-serif;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.design-projects-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-133-color-overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.hero-h1 {
  color: #18183a;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-overline {
  color: #717171;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.wave-top {
  z-index: 10;
  background-image: url('../images/wave-top.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 0;
}

.background-wrapper {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.button-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap--medium {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 170px;
  max-width: 200px;
  height: 45px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-wrap--medium.center {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap--medium.center.m-30 {
  margin-top: 30px;
}

.button-wrap--medium.center.m-30.max-width-280 {
  max-width: 280px;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: rgba(74, 58, 255, 0);
  background-image: linear-gradient(89deg, #6f76c0, #009efd);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #1f11c3;
}

.button.small {
  background-image: linear-gradient(265deg, #00c3fc, #005bea);
  border-radius: 5px;
  max-width: 200px;
  margin-top: 30px;
  padding: 10px 5px 10px 10px;
  font-family: Montserrat, sans-serif;
}

.button.small.white {
  background-image: none;
  border: 2px solid #fff;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.button.small.white:hover {
  color: #04a0fd;
  background-color: #fff;
}

.button.small.accelerate {
  border-radius: 2px;
  max-width: 150px;
  margin-left: 0;
  margin-right: 10px;
  display: inline-flex;
}

.button-circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 24px;
  display: flex;
}

.arrow-right {
  width: 100%;
  max-width: 18px;
}

.nav-wrapper {
  display: flex;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: end;
  width: 25rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.menu-icon {
  width: 2rem;
}

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

.margin-vertical.margin-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.close-button {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/cross-white.svg'), linear-gradient(44deg, #ff532f, #ffb317);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1rem 1rem, auto;
  border: 0 solid #fff;
  border-radius: 100vw;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.side-menu-background {
  z-index: 1;
  background-color: #111;
  width: 25rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
  box-shadow: -8px 0 30px rgba(0, 0, 0, .23);
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.underline {
  background-color: #fe4a3b;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.navbar_component {
  z-index: auto;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .8rem 2rem;
  display: flex;
}

.nav-link-block {
  flex: 1;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 25rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  top: -20rem;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: visible;
}

.ktg-logo {
  vertical-align: baseline;
  width: 12rem;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 16%;
}

.ktg-logo.small {
  width: 9rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-white {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .5rem 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.full-logo-wrap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  right: 0;
}

.logo-wrap {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.light-logo {
  width: 22px;
  height: 22px;
}

.social-circle {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.social-circle:hover {
  color: #30cfd0;
  background-color: #30cfd0;
  border-color: #30cfd0;
}

.social-circle.linkedin {
  padding-left: 10px;
  padding-right: 10px;
}

.social-svg-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-icon, .mail-icon {
  width: 100%;
  max-width: 25px;
  margin-right: 15px;
  padding-right: 0;
}

.si-top {
  transform-origin: 50% 0;
  background-image: linear-gradient(#00a3de 32%, #13ca79);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}

.si-bottom {
  transform-origin: 50% 100%;
  background-image: linear-gradient(#13ca79, #00a3de 62%);
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.si-overlay {
  opacity: .6;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(126deg, #2df158 83%, rgba(70, 75, 255, 0));
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  transform: scale3d(1, 0, 1);
}

.browser-demo-2 {
  background-color: rgba(26, 26, 26, 0);
  border: 0 solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-card-wrapper {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-103-shape-placeholder {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}

.d-103-option-text {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1em;
}

.d-103-right-side {
  transform-origin: 0 100%;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 100%;
  right: 0%;
  transform: rotate(-10deg);
}

.d-103-arrow {
  width: 15px;
  margin-top: 50px;
  margin-left: 5px;
  transform: rotate(10deg);
}

.header-services {
  background-color: rgba(26, 26, 26, 0);
  border: 0 solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.d-103-card-wrapper-2 {
  color: #fff;
  border: 0 solid #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  height: 430px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  background-color: rgba(59, 42, 229, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.paragraph-3 {
  opacity: .75;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-3.black {
  opacity: 1;
}

.paragraph-3.black.no-bottom-pad {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.image-5 {
  width: 22px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: auto;
  padding: 50px;
  box-shadow: 0 20px 100px -50px rgba(21, 28, 52, .31);
}

.tab-panel.sector {
  padding-left: 0;
  padding-right: 0;
}

.tab-panel.support-monthly-plans {
  padding-left: 50px;
  padding-right: 50px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
}

.tab-button {
  opacity: 1;
  color: #717171;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(202deg, #ff532b, #ff661e 51%, #ffb619);
  border-radius: 10px 10px 0 0;
  align-self: auto;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.tab-button.bb {
  width: 200px;
  padding: 10px;
}

.tab-button.bb.w--current {
  background-image: linear-gradient(208deg, #ff532b, #ff661e 51%, #ffb619);
  width: 200px;
  padding-top: 10px;
  padding-left: 10px;
}

.tab-image {
  width: 100%;
  max-width: none;
  margin-right: 12px;
}

.tab-image.bss {
  width: 100%;
  max-width: none;
}

.top-header {
  color: #717171;
  letter-spacing: 1px;
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  background-color: #eceff8;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-h1 {
  color: #333;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.content-block-home {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  border-bottom: 3px solid #ff532b;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-menu.sector, .tabs-menu.support-monthly-plans {
  justify-content: flex-start;
  align-items: stretch;
}

.animation-block {
  border-radius: 25px;
}

.tabs-content {
  margin-top: 20px;
  padding-top: 0;
  overflow: visible;
}

.container-our-services {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  background-color: #009efd;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  width: 100%;
  max-width: 35px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.icon-digital-services {
  color: #495ea7;
}

.home-services {
  margin-top: 10px;
  font-size: .8em;
  font-weight: 600;
}

.home-services.sector {
  text-transform: uppercase;
}

.home-services.our-services {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 60px;
  display: flex;
}

.check-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.feature-wrap-home {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.check {
  width: 100%;
  max-width: 15px;
  margin-right: 20px;
}

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

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
}

.dropdown {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.dropdown-list {
  position: relative;
}

.client-scroll {
  display: block;
  position: relative;
}

.container-client-scroll-kg {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
}

.container-client-scroll-kg.full {
  max-width: none;
  padding: 0;
}

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

.flex.vert {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: #141414;
  justify-content: center;
  width: 190px;
  height: 100px;
  margin-right: 0;
  display: flex;
}

.our-services.section-4 {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.container-2 {
  max-width: 1300px;
}

.tabs-menu-wrapper {
  background-color: #1f1e1d;
  border-radius: 0%;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

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

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item._02 {
  border-radius: 5%;
  transition-property: none;
}

.tabs-nav-item._02:hover {
  border-radius: 0%;
}

.tabs-nav-item._01 {
  transition-property: none;
}

.tabs-nav-item._01:hover {
  border-radius: 0%;
}

.tabs-nav-item._01.w--current {
  color: #fff;
}

.tabs-nav-item._03 {
  transition-property: none;
}

.tabs-nav-item._03:hover {
  border-radius: 0%;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.container-tab {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-tab.gutter-outside {
  max-width: none;
  margin-top: 50px;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  background-image: linear-gradient(86deg, #005bea, #00c3fc);
  border-radius: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 22px 2.5em rgba(0, 0, 0, .4);
}

.p-md-end {
  padding-bottom: 5.5em;
}

.tab-content2, .tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.icon-web-design {
  z-index: 1;
  color: #000;
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.icon-code {
  color: #fff;
  width: 100%;
  max-width: 50px;
}

.services-top-wrapper {
  text-align: center;
  width: 100%;
}

.our-portfolio.section-5 {
  background-color: #fff;
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.wave-t {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: url('../images/wave-top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.instructions-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.portfolio-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.d-135-view-project-text {
  z-index: 5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.d-135-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.portfolio-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.d-135-view-project-underline {
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(283deg, #00c3fc, #005bea);
  height: 10px;
  margin-top: 0;
  position: relative;
}

.portfolio {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-135-color-overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-135-card-wrapper {
  background-image: url('../images/automotive-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 160px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-135-card-wrapper._2 {
  background-image: url('../images/mohammad-metri-250963-unsplash.jpg');
}

.d-135-card-wrapper._3 {
  background-image: url('../images/prince-akachi-728006-unsplash.jpg');
}

.d-135-card-wrapper.automotive-sector {
  height: 180px;
}

.d-135-card-wrapper.property-sector {
  background-image: url('../images/property-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.manufacturing-sector {
  background-image: url('../images/manufacturing-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.health-sector {
  background-image: url('../images/health-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.communications-sector {
  background-image: url('../images/communications-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.goverment-sector {
  background-image: url('../images/goverment-background.jpg');
  height: 180px;
}

.d-135-card-wrapper.financial-sector {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/financial-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 180px;
}

.d-135-card-wrapper.request-presentation {
  background-image: linear-gradient(84deg, #005bea, #00c3fc);
  height: 180px;
}

.d-135-view-project-wrapper {
  margin-top: 10px;
}

.d-135-card-caption {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.3em;
}

.d-135-card-caption.bold {
  font-size: 1.7em;
}

.portfolio-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.portfolio-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.portfolio-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-135-h3-heading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.d-135-h3-heading.bold {
  font-size: 30px;
}

.image-6 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.cost-calculator {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.cost-calculator.section-6 {
  overflow: hidden;
}

.background {
  background-image: linear-gradient(289deg, #00c3fc, #005bea);
  height: 300px;
}

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

.background-noise {
  opacity: .4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.section-features {
  position: relative;
}

.animated-gradient_embed {
  display: block;
}

.text-size-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-size-medium.landing-page {
  text-align: left;
  font-size: .8em;
}

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

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.capabilities_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.padding-section-large {
  margin-left: 0;
  margin-right: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.heading-cost-calculator {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-cost-calculator.landing-page {
  text-align: left;
  margin-bottom: 10px;
}

.wave-top-svg {
  z-index: 10;
  width: 100%;
  height: 80px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.html-wave-top {
  color: #0192e7;
  overflow: hidden;
}

.wave-bottom-svg {
  z-index: 10;
  width: 100%;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: -35px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.html-wave-bottom {
  color: #0192e7;
}

.references.section-7 {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.references.section-8 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arrow-2 {
  height: 25px;
  transform: rotate(0);
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: none;
}

.testimonials-wrapper-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.slider-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-icon-t1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.testimonials-arrow-right {
  height: 60px;
  margin-top: 80px;
  margin-right: 0;
  position: absolute;
  transform: rotate(0);
}

.slide-nav-t1 {
  font-size: 11px;
}

.slide-nav-t1.support-monthly-plans {
  display: none;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.user-name-t1 {
  color: #717171;
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.user-name-t1.title {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.user-name-t1.support-monthly-plans {
  color: #fff;
  text-align: center;
  min-height: 85px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-subwrapper-t1 {
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  max-width: 418px;
  height: 100%;
  min-height: 370px;
  margin: 0 5px;
  padding: 20px;
}

.slide-subwrapper-t1.support-monthly-plans {
  background-color: #00409e;
  background-image: linear-gradient(#00409e, #2f4ff8);
  min-height: 1045px;
  padding: 40px;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.slider-mobile-portrait-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-t1 {
  color: #717171;
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.quote-t1.disclaimer {
  opacity: 1;
  color: #fff;
  letter-spacing: 1.1px;
  font-weight: 800;
}

.quote-t1.disclaimer.red, .quote-t1.support-monthly-plans {
  color: #fff;
}

.left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: none;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-top-wrapper {
  border-bottom: 1px solid rgba(113, 113, 113, .4);
  min-height: 110px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

.footer {
  background-color: #111;
}

.footer.footer-top-copy {
  background-color: #000;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.icon-pagraph-wrapper {
  display: flex;
}

.grid-footer-5-columns {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.link-text {
  color: #f6f6f6;
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: color .3s;
  display: inline-block;
}

.link-text:hover {
  color: #ff5f2b;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.color-primary {
  color: #3082e9;
  text-align: left;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-wrapper.color-primary:hover {
  color: red;
}

.footer-link {
  color: #6e7191;
  text-decoration: none;
}

.footer-link:hover {
  color: #4a3aff;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.social-icon-square {
  color: #717171;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: auto;
  height: auto;
  min-height: auto;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #006aff;
  background-color: rgba(0, 0, 0, 0);
}

.social-icon-square.facebook {
  width: 20px;
  height: auto;
}

.social-icon-square.facebook:hover {
  color: #1877f2;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.social-icon-font {
  line-height: 21px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.mg-bottom-0 {
  color: gray;
  text-align: left;
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.text-left.text-center-mb {
  background-color: #000;
  border-top-width: 0;
}

.footer-wrapper {
  background-color: #111;
  margin-top: 0;
}

.footer-title-wrapper {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.accelerate-brand {
  margin-top: 10px;
}

.button-icon {
  color: #717171;
  width: 100%;
  max-width: 15px;
}

.button-icon.white {
  color: #fff;
}

.accelerate-button-wrapper {
  width: 100%;
  margin-top: 30px;
}

.phone-icon-footer {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.icon-wrapper-footer {
  text-align: left;
  width: 100%;
  max-width: none;
  display: inline-block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 2.25fr;
}

.mail-icon-footer, .location-icon-footer, .calendar-icon-footer {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.facebook-icon-footer {
  width: 100%;
  max-width: none;
}

.facebook-icon-footer.git {
  max-width: 17px;
  padding-top: 5px;
}

.linkedin-icon-footer {
  width: 100%;
  max-width: none;
}

.linkedin-icon-footer:hover {
  color: #0077b5;
}

.linkedin-icon-footer.git {
  max-width: 19px;
  padding-top: 2px;
}

.sub-page-content-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
}

.sub-page-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.sub-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-wrapper.get-in-touch {
  padding-top: 0;
  padding-bottom: 0;
}

.automotive-section {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.section-title-2 {
  color: #da0000;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.clients-inner-02 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.client-logo {
  opacity: .55;
  max-width: 175px;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.partner-logo {
  width: 100px;
}

.clients-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.clients-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.clients-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.div-block-as-kaitech {
  margin-top: 0;
}

.h4-as-kaitech {
  margin-top: 0;
  font-weight: 700;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-accordion-list-k {
  margin-bottom: 0;
}

.accordion-item-q-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .15);
}

._w-accordion-item:hover {
  border-color: rgba(219, 219, 219, .25);
  box-shadow: 1px 1px 15px rgba(196, 196, 196, .75);
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.column-4 {
  display: none;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #454344;
  width: .3em;
  height: 100%;
  position: absolute;
}

.list {
  margin-top: 10px;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed rgba(51, 51, 51, .2);
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #454344;
  width: 100%;
  height: .3em;
  position: relative;
}

.main-accordion-k {
  margin-top: 40px;
}

._w-accordion-content-divider {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-content-divider.pb-20 {
  margin-bottom: 20px;
}

.accordion-item-a-text {
  color: #717171;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.column-sector-client {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.image-as {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-as {
  text-align: left;
  padding: 10px 0 0;
}

.columns-as.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.div-block-cas {
  text-align: center;
  position: relative;
  left: auto;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
  display: block;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.bold-text-2 {
  font-size: 17px;
}

.c-accordion-item-a {
  overflow: hidden;
}

.column-13 {
  display: none;
}

.accordion-item-q-text-2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.columns-pi {
  text-align: left;
  padding: 10px 0 0;
}

.columns-pi.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

._w-accordion-content-divider-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-a-text-2 {
  color: #636363;
  margin-bottom: 0;
}

.column-14 {
  display: none;
}

.column-2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.image-pi {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-8 {
  display: none;
}

.accordion-item-q-text-3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-content-divider-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-a-text-3 {
  color: #636363;
  margin-bottom: 0;
}

.column-9 {
  display: none;
}

.image-mems {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-mems {
  text-align: left;
  padding: 10px 0 0;
}

.columns-mems.accordion-item-a-text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-q-text-4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-hhbs {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-hhbs {
  text-align: left;
  padding: 10px 0 0;
}

.columns-hhbs.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.column-10 {
  display: none;
}

.accordion-item-q-text-5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-cppms {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.columns-cppms {
  text-align: left;
  padding: 10px 0 0;
}

.columns-cppms.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-q-text-6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.column-12 {
  display: none;
}

.columns-gaes {
  text-align: left;
  padding: 10px 0 0;
}

.columns-gaes.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.image-uokzn {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-11 {
  display: none;
}

.image-uoj, .image-coa {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.image-dsa {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.accordion-item-q-text-7 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.columns-fs {
  text-align: left;
  padding: 10px 0 0;
}

.columns-fs.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.image-fs {
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.support-monthly-plans.section-6 {
  padding-top: 0;
  padding-bottom: 50px;
}

.support-monthly-plans-wrapper-t1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support-monthly-plans-top-wrapper {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  margin-bottom: 0;
  padding-bottom: 0;
}

.support-monthly-plan-listed-item {
  margin-top: 10px;
  padding-left: 20px;
}

.support-monthly-plan-sub-list {
  padding-left: 50px;
}

.essential-support, .monthly-retainer {
  color: #fff;
  width: 100%;
  max-width: 95px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-decoration-none {
  color: #111;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-area {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom: 1px solid #fe6725;
  border-radius: 0;
  min-height: 144px;
  padding: 16px 24px 16px 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom: 1px solid #ff5f2b;
  border-radius: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-bottom: 0;
  padding: 25px 24px 25px 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  line-height: 20px;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.git {
  border-bottom-color: #fe612a;
  padding-left: 0;
}

.mg-right-32px {
  margin-right: 32px;
}

.m.mg-bottom-32px {
  color: #717171;
  font-family: Montserrat, sans-serif;
}

.m.mg-bottom-32px.mt-30 {
  margin-top: 30px;
  font-size: .8em;
  font-weight: 300;
}

.contact-form-left-side {
  background-color: #f7f7fc;
  padding: 88px 56px 88px 100px;
}

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

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800 {
  font-family: Montserrat, sans-serif;
}

.success-message {
  color: #333;
  background-color: rgba(191, 191, 194, 0);
  border-radius: 24px;
  width: 100%;
  padding: 30px 28px;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.card {
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-radius: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

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

.mg-top-8px {
  margin-top: 8px;
}

.social-icon-square-git {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-git:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square-git.color-primary {
  color: #fff;
  background-color: #da0000;
  border-radius: 50px;
}

.social-icon-square-git.color-primary:hover {
  background-color: #3324d5;
}

.color-neutral-300 {
  color: #da0000;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-form-right-side {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  padding: 30px 0;
}

.support-monthly-plans-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-wrapper {
  margin-top: 50px;
}

.checklist {
  color: #fff;
  list-style-type: disc;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pricing-block {
  text-align: left;
  background-color: #2a2d30;
  border-radius: 4px;
  height: 680px;
  padding: 60px 40px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  max-width: none;
  height: 760px;
}

.pricing-paragraph-bold {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 20px;
}

.pricing-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.pricing-block-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #da0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.package-pricing {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.button-package-price {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f89838;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
}

.button-package-price:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button-package-price.pricing-button {
  text-align: center;
  background-color: #006db3;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-package-price.pricing-button:hover {
  color: #da0000;
  background-color: #fff;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph-sa-pricing {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
}

.bold-text-3 {
  text-align: left;
  font-size: 1em;
}

.back-to-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.back-to-top-2 {
  background-color: #da0000;
  padding: 20px;
}

.image-7 {
  width: 100%;
  max-width: 20px;
  padding: 0;
}

.heading-contact-form {
  color: #717171;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-contact-form.form {
  margin-bottom: 30px;
}

.link-form-privacy-policy {
  color: #717171;
  text-decoration: none;
}

.testimonials-arrow-left {
  height: 60px;
  margin-top: 80px;
  transform: rotate(0);
}

.privacy-wrapper {
  margin-top: 150px;
}

.heading-15-privacy-policy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.divider-pp {
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.sub-header-privacy-policy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-privacy-policy {
  color: #2babff;
  width: auto;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph_centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.intro_wrapper {
  text-align: center;
}

.listed-item-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.privacy_content_wrapper.padding-50 {
  padding: 50px;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.divider-2 {
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-19 {
  font-family: Montserrat, sans-serif;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
}

.link-cookie-policy {
  color: #2babff;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_text-link {
  color: #ff532f;
  -webkit-text-stroke-color: #ff532f;
  border-bottom: 2px solid #ff532f;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: rgba(2, 121, 226, 0);
  background-image: linear-gradient(44deg, #ff532f, #ffb317);
  border: 0 solid #ff532f;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.privacy-link {
  color: gray;
  text-decoration: none;
}

.privacy-wrapper-mini, .cookie-wrapper-mini {
  margin-top: 0;
}

.disclaimer-support {
  opacity: .9;
  color: #da0000;
  font-size: 1em;
  font-weight: 600;
}

.support-monthly-plan-sub-sub-list {
  padding-left: 70px;
}

.sub-heading-cost-calculator {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.sub-heading-cost-calculator.landing-page {
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

.section1-header2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.container-main {
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.header-wrapper {
  z-index: 11;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.header-wrapper.sub-page {
  justify-content: flex-start;
  max-width: 1300px;
}

.ktg-cms-editable-content.ktg-cms-editable {
  padding-left: 0;
  padding-right: 0;
}

.ktg-cms-editable-content.ktg-cms-editable.pb-10 {
  padding-bottom: 10px;
}

.z-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.button-padding-pricing {
  margin-top: 20px;
  margin-bottom: 50px;
}

.body-2, .body-3 {
  font-family: Montserrat, sans-serif;
}

.main-wrapper-sub-page {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.main-wrapper-sub-page.sub-page {
  justify-content: flex-start;
  max-width: none;
}

.location-icon-footer-copy {
  width: 100%;
  max-width: 20px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.text-block-10 {
  color: #333;
}

.tick-siccess {
  width: Infinity% ;
  max-width: none;
}

.ktg-preloader {
  z-index: 99999;
  background-color: rgba(74, 58, 255, 0);
  background-image: linear-gradient(46deg, #fe4a3b, #ff741c 52%, #fec321);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ktg-preloader-img {
  margin-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.heading-21, .heading-22 {
  display: none;
}

.html-embed-3 {
  transition: opacity .2s;
}

.column-10-copy {
  display: none;
}

.columns-public-sector {
  text-align: left;
  padding: 10px 0 0;
}

.columns-public-sector.accordion-item-a-text {
  margin-left: 0;
  margin-right: 0;
}

.icon-animation {
  margin-right: 10px;
  display: inline-block;
}

.animation-logo {
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.no-bottom-margins {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-small {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  color: #ff5037;
  margin-top: 0;
  font-weight: 400;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.team-image {
  border-radius: 100px;
}

.div-block {
  display: flex;
}

.gaq-change-service-selection {
  margin-bottom: 20px;
}

.code-embed {
  margin-bottom: 20px;
  display: block;
}

.code-embed:hover {
  display: none;
}

.divgaqchangeservice {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .c-nav {
    display: block;
  }

  ._w-body-content.no-event {
    width: 100%;
    left: auto;
    right: auto;
  }

  .grid-git.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading.main-header {
    color: #fe4a3b;
  }

  .heading.main-header.mb.our-services-tab {
    display: block;
  }

  .heading.main-header.mb.our-services-tab.smaller-devices {
    display: none;
  }

  .nav-wrapper {
    display: block;
  }

  .grid-footer-5-columns {
    grid-column-gap: 88px;
  }

  .privacy_content_wrapper {
    margin: 0 0 50px;
    padding: 0;
  }

  .ktg-preloader {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .c-nav {
    display: block;
  }

  ._w-body-content.no-event {
    width: 100%;
    max-width: 1300px;
    left: auto;
    right: auto;
  }

  .paragraph.left-align {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .content-block {
    max-width: 850px;
  }

  .heading.gradient-header {
    font-weight: 600;
  }

  .heading.main-header {
    color: #fe4a3b;
    font-weight: 700;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .browser-demo-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .d-103-card-wrapper {
    max-width: 350px;
  }

  .header-services {
    background-color: rgba(26, 26, 26, 0);
    border-width: 0;
    width: 100%;
    height: auto;
  }

  .tab-button, .tab-button.bb {
    padding: 10px;
  }

  .tab-button.bb.w--current {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .ktg-preloader {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .c-content.section-1, ._w-content {
    height: 65vh;
  }

  .c-nav {
    display: block;
  }

  .c-body-content {
    height: 65vh;
  }

  ._w-body-content.no-event {
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
  }

  .feature-column-content {
    width: 100%;
    min-height: auto;
    padding: 25px;
  }

  .feature-wrap {
    margin-bottom: 0;
  }

  .features.section-2 {
    padding: 40px 50px;
  }

  .feature-column-image {
    padding: 25px;
    display: none;
  }

  .right-blur, .left-blur {
    z-index: -1;
  }

  .content-h2 {
    font-size: 38px;
  }

  .grid-git.contact-form-side-details {
    grid-template-columns: 1.2fr;
  }

  .heading.main-header.mb.our-services-tab, .heading.main-header.mb.our-services-tab.smaller-devices {
    display: block;
  }

  .heading.main-header.teams {
    line-height: 40px;
  }

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

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .d-133-3d-wrapper {
    margin-bottom: 80px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .design-projects-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .image-4 {
    margin-right: 0;
  }

  .hero-h1 {
    text-align: center;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .nav-wrapper {
    display: block;
  }

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

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .browser-demo-2 {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-103-card-wrapper {
    margin-bottom: 60px;
  }

  .header-services {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-103-card-wrapper-2 {
    margin-bottom: 60px;
  }

  .tab-panel {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-button.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tab-button.bb.w--current {
    line-height: 23px;
  }

  .content-block-home {
    padding: 20px 10px;
  }

  .tab-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    border-bottom-width: 1px;
  }

  .animation-block {
    display: none;
  }

  .container-our-services {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .icon-wrapper {
    max-width: 30px;
  }

  .home-services {
    line-height: 20px;
  }

  .home-services.our-services {
    display: none;
  }

  .container-client-scroll-kg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-services.section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-tab.gutter-outside {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .our-portfolio.section-5 {
    padding-top: 50px;
  }

  .wave-t {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 0;
  }

  .instructions-wrapper-2 {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .portfolio-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .portfolio-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .portfolio {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .d-135-card-wrapper.automotive-sector, .d-135-card-wrapper.property-sector, .d-135-card-wrapper.manufacturing-sector, .d-135-card-wrapper.health-sector, .d-135-card-wrapper.communications-sector, .d-135-card-wrapper.goverment-sector, .d-135-card-wrapper.financial-sector {
    margin-bottom: 10px;
  }

  .portfolio-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .image-6 {
    margin-right: 0;
  }

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

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

  .capabilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .references.section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .testimonials-arrow-right {
    margin-top: 120px;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    min-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-landscape-t1 {
    align-items: flex-end;
  }

  .html-embed-2 {
    display: none;
  }

  .grid-footer-5-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr 1fr 1fr;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-middle {
    padding: 94px 30px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .location-icon-footer {
    width: 100%;
    max-width: 20px;
  }

  .sub-wrapper {
    padding: 40px 50px;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .clients-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-as-kaitech {
    margin-top: 0;
  }

  .column-4, .column-8, .column-9 {
    display: none;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-area {
    border-bottom-color: #fe5037;
  }

  .input {
    border-bottom-color: #fe5434;
  }

  .input.git {
    border-bottom-color: #fe5135;
  }

  .contact-form-left-side {
    padding: 64px 40px;
  }

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

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

  .contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 0;
  }

  .support-monthly-plans-wrapper {
    padding: 20px 10px;
  }

  .checklist {
    margin-left: 15px;
  }

  .pricing-block {
    border-radius: 0;
    height: 720px;
    padding: 50px 20px 30px;
  }

  .pricing-block.image {
    height: 720px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

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

  .package-pricing {
    font-size: 34px;
    line-height: 30px;
  }

  .button-package-price.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .tabs-our-services {
    margin-left: 50px;
    margin-right: 50px;
  }

  .tabs-support {
    margin-left: 30px;
    margin-right: 30px;
  }

  .privacy_content_wrapper.padding-50 {
    border-width: 0;
    padding: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .header-wrapper, .main-wrapper-sub-page {
    padding-left: 0;
    padding-right: 0;
  }

  .location-icon-footer-copy {
    width: 100%;
    max-width: 20px;
  }

  .ktg-preloader {
    display: flex;
  }

  .ktg-preloader-img {
    width: 100px;
  }

  .animation-logo {
    border: 0 solid #000;
  }

  .no-bottom-margins {
    text-align: center;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-small.no-top-margins {
    text-align: center;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .div-block {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .c-nav {
    display: block;
  }

  ._w-body-content {
    margin-left: 30%;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-faq {
    width: 100%;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .feature-column-content {
    width: 100%;
    padding: 0;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features.section-2 {
    padding: 30px;
  }

  .feature-column-image {
    width: 100%;
  }

  .right-blur {
    z-index: -1;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

  .grid-git {
    grid-template-columns: 1fr;
  }

  .grid-git.form {
    grid-row-gap: 20px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .design-projects-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .nav-wrapper {
    display: flex;
  }

  .side-menu-wrapper {
    width: 25rem;
    overflow: hidden;
  }

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

  .side-menu-background {
    z-index: 6;
    right: 0;
  }

  .side-menu_component {
    width: 25rem;
    padding-right: 0;
    overflow: scroll;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .browser-demo-2, .header-services {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .tab-panel, .tab-panel.support-monthly-plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-button {
    color: #fff;
    background-color: #1f1e1d;
    border-bottom: 1px solid #2c2c2c;
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.w--current {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.bb {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .icon-wrapper {
    max-width: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-right: 0;
    display: none;
  }

  .home-services {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }

  .home-services.our-services {
    display: flex;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .flex.vert {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .title3 {
    font-size: 2em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .our-portfolio.section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .instructions-wrapper-2 {
    margin-left: 0;
  }

  .portfolio-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .portfolio-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    align-items: center;
    min-height: auto;
    display: block;
  }

  .portfolio {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-heading.h1 {
    max-width: 400px;
  }

  .portfolio-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

  .capabilities_section-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wave-top-svg {
    top: -2%;
  }

  .arrow-2 {
    height: 35px;
  }

  .right-arrow-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-mobile-landscape-t1 {
    display: block;
  }

  .slider-t1 {
    display: none;
  }

  .testimonials-arrow-right, .right-arrow-icon-t1 {
    height: 35px;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-subwrapper-t1 {
    width: 50%;
    min-height: 400px;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .left-arrow-t1 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .grid-footer-5-columns {
    grid-template-columns: 1fr 1fr;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .mg-bottom-0 {
    font-size: .8em;
  }

  .sub-wrapper {
    padding: 30px;
  }

  .sub-wrapper.get-in-touch {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .automotive-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .client-logo {
    width: 50%;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clients-inner-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-4 {
    display: none;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .text-area {
    border-radius: 0;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .contact-form-left-side {
    padding: 30px;
  }

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

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

  .contact-form-right-side {
    padding: 30px;
  }

  .pricing-block {
    height: 550px;
    padding: 30px;
  }

  .pricing-block.image {
    height: 550px;
    padding-top: 50px;
  }

  .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-package-price.pricing-button {
    margin-top: 10px;
  }

  .testimonials-arrow-left {
    height: 35px;
  }

  .tabs-our-services {
    margin-left: 30px;
    margin-right: 30px;
  }

  .html-embed-web-design {
    margin-top: 0;
    padding-top: 0;
  }

  .privacy-wrapper {
    padding: 30px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy_content_wrapper.padding-50 {
    padding: 10px 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .div-block {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .c-content.section-1 {
    background-image: url('../images/wave_1.png'), linear-gradient(37deg, #fe4a3b, #ff741c 50%, #fec321);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    height: 110vh;
    margin-top: 0;
    padding-top: 0;
  }

  ._w-content {
    height: 110vh;
  }

  .c-nav {
    display: block;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .c-body-content {
    height: 110vh;
  }

  ._w-body-content.no-event {
    justify-content: center;
    align-items: center;
    max-width: 290px;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    top: 20%;
    left: auto;
  }

  .b-body-content {
    width: 100%;
  }

  .c-content-main-description {
    margin-bottom: 20px;
  }

  .content-header {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .content-header.ktg-cms-editable {
    font-size: 1.6em;
    font-weight: 800;
  }

  ._w-content-btn.pointer-link, ._w-content-btn.pointer-link.full-wdth-mobi, .c-content-btn-link {
    width: 100%;
  }

  .c-content-btn-link.accelerate {
    display: block;
  }

  .c-content-btn-link.accelerate.full-width-mobi {
    width: 100%;
  }

  .c-content-btn-details {
    font-size: .8em;
  }

  ._w-content-btn-details.default {
    background-color: #111;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: 500;
  }

  ._w-content-btn-details.default.accelerate {
    border-bottom: 3px solid #fe4a3b;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._w-content-btn-details.focus {
    border-bottom: 3px solid #006db3;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
  }

  .content-btn-details-icon.default {
    display: none;
  }

  .c-nav-menu-content {
    width: 85%;
  }

  .c-col-menu-links {
    margin-bottom: 30px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .menu-item-text {
    font-size: 2.5em;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .feature-column-content {
    padding: 10px;
  }

  .ribbon {
    display: none;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features.section-2 {
    padding: 20px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .right-blur, .ribbon-2 {
    display: none;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-git.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .heading.main-header {
    width: 100%;
    max-width: 250px;
    line-height: 35px;
    display: none;
  }

  .main-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .portfolio-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .design-projects-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-circle {
    margin-left: 12px;
  }

  .nav-wrapper {
    display: flex;
  }

  .side-menu-wrapper {
    width: 100%;
  }

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

  .side-menu-background {
    width: 100%;
  }

  .navbar_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .side-menu_component {
    width: 100%;
  }

  .ktg-logo {
    width: 9rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  .browser-demo-2, .header-services {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-panel {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-button.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.bb {
    width: 100%;
  }

  .content-block-home {
    padding-bottom: 10px;
  }

  .tabs-content {
    margin-top: 0;
    padding-top: 0;
  }

  .home-services.our-services {
    text-transform: uppercase;
    height: auto;
    min-height: auto;
  }

  .text-block-9 {
    font-size: 1em;
  }

  .tabs-nav-item-underline, .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .instructions-wrapper-2 {
    align-self: auto;
    margin-left: 0;
  }

  .portfolio-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-135-card-wrapper.automotive-sector, .d-135-card-wrapper.property-sector, .d-135-card-wrapper.manufacturing-sector, .d-135-card-wrapper.health-sector, .d-135-card-wrapper.communications-sector, .d-135-card-wrapper.goverment-sector {
    background-position: 100%;
    margin-bottom: 0;
  }

  .d-135-card-wrapper.financial-sector {
    background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/financial-background.jpg');
    background-position: 0 0, 100%;
    margin-bottom: 0;
  }

  .d-135-card-wrapper.request-presentation {
    background-image: linear-gradient(84deg, #fe4a3b, #ff741c 52%, #fec321);
    margin-bottom: 30px;
  }

  .portfolio-heading.h1 {
    line-height: 28px;
  }

  .portfolio-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .portfolio-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    margin-top: 0;
    margin-right: 0;
  }

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

  .section-features {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .capabilities_section-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .capabilities_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wave-top-svg {
    top: -50px;
  }

  .arrow-2 {
    height: 45px;
  }

  .left-arrow-portrait-t1, .slider-mobile-landscape-t1 {
    display: none;
  }

  .testimonials-arrow-right {
    height: 45px;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
    display: none;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 420px;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .grid-footer-5-columns {
    grid-column-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon-square.facebook {
    min-width: 20px;
  }

  .social-icon-square.linkedin {
    width: 25px;
    min-width: 25px;
  }

  .grid-footer-paragrah---social-media {
    grid-template-columns: 1fr;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-title-wrapper {
    margin-top: 20px;
  }

  .sub-page-content-header {
    line-height: 1.1em;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .client-logo {
    width: 100%;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .column-4 {
    display: none;
  }

  .list {
    padding-left: 20px;
  }

  .column-sector-client {
    display: block;
  }

  .image-as {
    width: 100px;
  }

  .accordion-item-q-text-2, .accordion-item-q-text-3, .accordion-item-q-text-4, .accordion-item-q-text-5, .accordion-item-q-text-6, .accordion-item-q-text-7 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .support-monthly-plans.section-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-area {
    padding-left: 0;
  }

  .input {
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.git {
    padding-left: 0;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .contact-form-left-side {
    padding: 48px 24px;
  }

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

  .social-icon-square-git {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .contact-form-right-side {
    padding: 0;
  }

  .support-monthly-plans-wrapper {
    padding-bottom: 10px;
  }

  .pricing-block {
    height: 750px;
    min-height: auto;
    padding: 20px;
  }

  .pricing-block.image {
    height: 800px;
  }

  .pricing-block-tag {
    margin-bottom: 0;
  }

  .button-package-price {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .testimonials-arrow-left {
    height: 45px;
  }

  .tabs-our-services, .tabs-support {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph_centered {
    text-align: left;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy_content_wrapper.padding-50 {
    border-width: 0;
    padding: 0;
  }

  .heading-19 {
    text-align: left;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .heading-20 {
    text-align: left;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .slide-2 {
    min-height: 270px;
  }

  .section1-header2 {
    font-size: 1em;
  }

  .header-wrapper {
    margin-top: 0;
    padding-left: 10px;
  }

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

  .main-wrapper-sub-page {
    margin-top: 0;
    padding-left: 10px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .best-choice-wrapper {
    margin-top: 40px;
  }

  .ktg-preloader {
    display: flex;
  }

  .ktg-preloader-img {
    width: 80px;
  }

  .animation-logo {
    width: 45px;
    height: 45px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align, .col.lg-3, .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }

  .div-block {
    display: flex;
  }
}

#w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-e328d947, #w-node-d4995476-8825-a8a1-7145-a6a95529a428-e328d947, #w-node-_6eb74584-58f5-08c8-b8c0-6c0a987c713a-e328d947, #w-node-da4b114b-e14e-8117-523c-37a3391d4536-e328d947, #w-node-da4b114b-e14e-8117-523c-37a3391d4542-e328d947, #w-node-da4b114b-e14e-8117-523c-37a3391d454e-e328d947 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-_30b69eda-1e0a-50c4-0085-bec74f9fd143-4f9fd139 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fda46f77-d3f7-bfa4-f16e-53e78d226a3c-e328d958 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5acf333a-f58b-9eaf-a358-a2b953fcb6d7-e328d947, #w-node-_6f937955-321b-e3c9-16fc-ea7d3ed8aca3-e328d947, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5a7-e328d947, #w-node-d054dc04-a947-db66-9946-c3bc73b6c5ab-e328d947, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f2128-e328d947, #w-node-abe9c8a1-da4e-8c3a-883e-5233790f212c-e328d947, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af5-e328d947, #w-node-_67694a00-52aa-2758-0bdb-4c353ce58af9-e328d947, #w-node-b38a9512-abc2-aa40-425f-d326e936b27a-e328d947, #w-node-b38a9512-abc2-aa40-425f-d326e936b27e-e328d947, #w-node-f5d909f4-e579-0d02-332e-3615d3c62967-e328d947, #w-node-f5d909f4-e579-0d02-332e-3615d3c6296b-e328d947, #w-node-adacdd95-416b-f3cb-00d4-5cca8ad6f3dd-e328d947, #w-node-adacdd95-416b-f3cb-00d4-5cca8ad6f3e1-e328d947, #w-node-c58d5981-d732-fa8f-ca43-9709f29c5787-e328d947, #w-node-c58d5981-d732-fa8f-ca43-9709f29c578b-e328d947 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_742dcbee-5b8b-3a22-8807-047106a227bf-e328d947 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fda46f77-d3f7-bfa4-f16e-53e78d226a3c-e328d958 {
    grid-column: span 1 / span 1;
  }
}


