@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.57894737;
  color: rgb(80, 80, 80);
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a:hover,
a:link {
  text-decoration: none;
}

::selection {
  background: #ff0000;
  color: #fff;
  text-shadow: none;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after, .row:before {
  content: " ";
  display: table;
}

.no-scroll {
  overflow: hidden;
}

.no-padding {
  padding: 0 !important;
}

.flex {
  display: flex;
}

.flex-v-align {
  display: flex;
  align-items: center;
}

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

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-dark {
  background: #f2f2f2;
}

.section-light {
  background-color: #f7f7f7;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.color-1 {
  color: #c74c31;
}

.color-2 {
  color: #4596ab;
}

.color-3 {
  color: #4f79ce;
}

.color-4 {
  color: #51c336;
}

.pe-web-row {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pe-web-row:before, .pe-web-row:after {
  content: " ";
  display: table;
}
.pe-web-row *, .pe-web-row:before, .pe-web-row:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pe-web-column__inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.pe-web-column__inner:after, .pe-web-column__inner:before {
  content: " ";
  display: table;
}

.screen-sm {
  display: block;
}
@media (max-width: 767px) {
  .screen-sm {
    display: none;
  }
}

.screen-xs {
  display: none;
}
@media (max-width: 767px) {
  .screen-xs {
    display: block;
  }
}

h1 {
  font-size: 48px;
  line-height: 68px;
  margin: 0.67em 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h4 {
  font-size: 21px;
  line-height: 21px;
}

strong {
  font-weight: 600;
}

.navigation {
  float: right;
  margin-top: 30px;
}
.navigation .navigationList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation .navigationList .navigationList-item {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.navigation .navigationList .navigationList-item + .navigationList-item {
  margin-left: 50px;
}
@media (max-width: 1030px) {
  .navigation .navigationList .navigationList-item {
    display: none;
  }
}
.navigation .navigationList .navigationList-item.navigationList-item--active {
  width: 100%;
}
.navigation .navigationList .navigationList-item.navigationList-link :after {
  width: 100%;
}
.navigation .navigationList .navigationList-item.active a:after {
  width: 100%;
}
.navigation .navigationList .navigationList-item .navigationList-link {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 14px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation .navigationList .navigationList-item .navigationList-link:hover {
  color: #FFF;
}
.navigation .navigationList .navigationList-item .navigationList-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation .navigationList .navigationList-item:last-child {
  margin-left: 30px;
}
.navigation .navigationList .navigationList-item:last-child .navigationList-link {
  padding-bottom: 10px;
}
.navigation .navigationList .navigationList-item:last-child .navigationList-link:hover {
  color: #000;
}
.navigation .navigationList .navigationList-item:last-child .navigationList-link:after {
  content: none;
}
.navigation .navigationList .navigationList-item .navigationDropdown-item {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown {
  max-height: 600px;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(34, 51, 68, 0.1);
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item {
  display: inline-block;
  width: 100%;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item .navigationDropdown-link {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 14px 15px;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item .navigationDropdown-link:hover {
  color: #ff0000;
  text-decoration: none;
  background: rgba(192, 60, 54, 0.05);
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item:first-child {
  margin-top: 15px;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationDropdown .navigationDropdown-item:last-child {
  margin-bottom: 15px;
}
.navigation .navigationList .navigationList-item.navigationList-item--dropdown--show .navigationList-link:after {
  width: 100%;
}
.navigation .navigationList .navigationList-item .navigationDropdown {
  max-height: 600px;
  position: absolute;
  display: block;
  width: 310px;
  height: auto;
  max-height: 0;
  top: 100%;
  left: 50%;
  margin: -1px 0 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
  -ms-box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
  box-shadow: 0 2px 4px 0 rgba(25, 29, 36, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 {
  width: 101vw !important;
  left: -50px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 45px 30px 30px;
  display: block;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-title {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  padding: 0 15px;
  min-height: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item {
  padding: 0;
  padding: 0;
  margin-top: 0 !important;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item.active a {
  color: #ff0000;
  text-decoration: none;
  background: rgba(192, 60, 54, 0.05);
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col {
  width: 50%;
  max-width: 50%;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col .navigationDropdown-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container {
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: transparent;
  background: #f5f5f5;
  border: transparent;
  border-radius: 10px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  margin-top: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li {
  position: relative;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li.no-link a {
  cursor: none;
  pointer-events: none;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li a {
  padding: 10px 15px;
  margin-left: 20px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:last-child {
  margin-bottom: 0;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after, .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:before {
  content: "";
  position: absolute;
  display: block;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 15px;
  margin-left: -13px;
  background-image: url(data:image/png;base64,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);
  background-size: 18px 18px;
  margin-top: 7px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-2 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-link:hover {
  color: #444;
  text-decoration: none;
  background: transparent;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container {
  margin: 0 auto;
  display: block;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-title {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  padding: 0 15px;
  min-height: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item {
  padding: 0;
  padding: 0;
  margin-top: 0 !important;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item:first-child {
  margin-top: 15px !important;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .navigationDropdown-list .navigationDropdown-item.active a {
  color: #ff0000;
  text-decoration: none;
  background: rgba(192, 60, 54, 0.05);
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col {
  width: 50%;
  max-width: 50%;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper .inner-col .navigationDropdown-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container {
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: transparent;
  background: #f5f5f5;
  border: transparent;
  border-radius: 10px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  margin-top: 15px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li {
  position: relative;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li a {
  padding: 10px 15px;
  margin-left: 20px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:last-child {
  margin-bottom: 0;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after, .navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:before {
  content: "";
  position: absolute;
  display: block;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-list li:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 15px;
  margin-left: -13px;
  background-image: url(data:image/png;base64,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);
  background-size: 18px 18px;
  margin-top: 7px;
}
.navigation .navigationList .navigationList-item .navigationDropdown.navigationDropdown--big.navigationDropdown--col-12 .navigationDropdown__container .row.navigationDropdown--row .navigationDropdown--list-wrapper.navigationDropdown-image-wrapper .navigationDropdown-image-wrapper__image-container .navigationDropdown-link:hover {
  color: #444;
  text-decoration: none;
  background: transparent;
}
.navigation .navigationList .navigationList-item.navigationList-item--border .navigationList-link {
  line-height: 15px;
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 10px 24px;
}
.navigation .navigationList .navigationList-item.navigationList-item--border .navigationList-link:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.navigation .smallMenu-icon {
  width: 80px;
  height: 80px;
  right: 0;
  margin-top: -35px;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .navigation .smallMenu-icon {
    display: flex;
  }
}
.navigation .smallMenu-icon .smallMenu-icon-item {
  position: fixed;
  width: 28px;
  height: 2px;
  margin-top: -1.5px;
  background-color: #ff0000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation .smallMenu-icon .smallMenu-icon-item.smallMenu-icon-item--1 {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.navigation .smallMenu-icon .smallMenu-icon-item.smallMenu-icon-item--3 {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--2 {
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.navigation .smallMenu-icon.smallMenu-icon--active .smallMenu-icon-item.smallMenu-icon-item--3 {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.contact-page .navigationList-link {
  color: #000 !important;
}
.contact-page .navigationList-link:after {
  background-color: #000 !important;
}
.contact-page .navigationList-item--border .navigationList-link {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
}
.contact-page .navigationList-item--border .navigationList-link:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.header-small .navigation {
  float: right;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .header-small .navigation {
    margin-top: 30px;
  }
}
.header-small .navigation .navigationList-link {
  color: #000 !important;
  text-decoration: none;
}
.header-small .navigation .navigationList-link:after {
  background-color: #ff0000 !important;
}
.header-small .navigation .navigationList-item--border .navigationList-link {
  border: 1px solid #f00 !important;
  color: #fff !important;
  background-color: #f00 !important;
}
.header-small .navigation .navigationList-item--border .navigationList-link:hover {
  color: #fff !important;
  background-color: #f00 !important;
}

.mobileNavigation-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 1024;
  display: none;
}
.mobileNavigation-bg.active {
  display: block;
}
.mobileNavigation-bg.mobileNavigation-wrap {
  overflow: auto;
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 100%;
  cursor: auto;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation {
  padding: 86px 20px 30px;
}
@media (max-width: 767px) {
  .mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation {
    padding-top: 100px;
  }
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-link {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 11px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation .mobileNavigationList .mobileNavigationList-link:after {
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li.active {
  text-decoration: none;
  background: rgba(192, 60, 54, 0.05);
  padding: 0 10px;
  margin: 0 -10px;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li.active a.mobileNavigationList-link {
  color: #ff0000;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li > ul {
  position: relative;
  display: none;
  list-style-type: none;
  margin: 0 -20px 20px;
  padding: 15px 20px;
  background-color: #f3f3f3;
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li > ul::after {
  width: 0;
  height: 0;
  left: 17px;
  top: -8px;
  border-style: solid;
  border-width: 0 10px 8px;
  border-color: transparent transparent #f3f3f3;
  z-index: 1;
  content: "";
}
.mobileNavigation-bg.mobileNavigation-wrap .mobileNavigation-container .mfp-content .mobileNavigation ul li > ul li a {
  color: #000;
}

.mobileNavigation__wrapper {
  position: relative;
  display: none;
  margin: 0 -20px 20px;
  padding: 30px 20px 15px 20px;
  background-color: #f3f3f3;
}
.mobileNavigation__wrapper:after {
  width: 0;
  height: 0;
  left: 17px;
  top: -8px;
  border-style: solid;
  border-width: 0 10px 8px;
  border-color: transparent transparent #f3f3f3;
  z-index: 1;
  content: "";
}
.mobileNavigation__wrapper div.navigationDropdown-title {
  margin-top: 20px;
}
.mobileNavigation__wrapper div.navigationDropdown-title:first-child {
  margin-top: 0;
}
.mobileNavigation__wrapper ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.mobileNavigation__wrapper ul li + li {
  margin-top: 10px;
}
.mobileNavigation__wrapper ul li + li.active {
  text-decoration: none;
  background: rgba(192, 60, 54, 0.05);
  padding: 0 10px;
  margin: 0 -10px;
  margin-top: 10px !important;
}
.mobileNavigation__wrapper ul li + li.active a {
  color: #ff0000 !important;
}
.mobileNavigation__wrapper ul .active {
  background: rgba(192, 60, 54, 0.05);
}
.mobileNavigation__wrapper ul .active a {
  color: #ff0000 !important;
}
.mobileNavigation__wrapper ul a {
  color: #000;
  font-size: 16px;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper {
  margin-top: 20px;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container {
  padding: 15px;
  border: 1px solid rgba(34, 51, 68, 0.1);
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li {
  position: relative;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li a {
  padding: 10px 15px;
  margin-left: 20px;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:last-child {
  margin-bottom: 0;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:after, .mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:before {
  content: "";
  position: absolute;
  display: block;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-list li:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 15px;
  margin-left: -13px;
  background-image: url(data:image/png;base64,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);
  background-size: 16px 16px;
}
.mobileNavigation__wrapper .mobileNavigation-image-wrapper .mobileNavigation-image-wrapper__image-container .navigationDropdown-link:hover {
  color: #444;
  text-decoration: none;
  background: transparent;
}

.mobileNavigationList-item.active .mobileNavigation__wrapper {
  display: block;
}

.navigationDropdown-title {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (max-width: 1030px) {
  .navigationDropdown-title {
    padding: 0;
  }
}
.navigationDropdown-title span {
  outline: none;
  font-weight: 600;
}

.header {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: 109px;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  z-index: 9995;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .logo {
  float: left;
  position: relative;
}
.header .logo .logo-link {
  display: block;
}
.header .logo .logo-link img {
  width: 80px;
  filter: drop-shadow(30px 30px 200px #fff) drop-shadow(-30px -30px 40px #fff);
}
@media (max-width: 767px) {
  .header .logo .logo-link img {
    width: 70px;
  }
}
.header.header-small {
  height: 85px;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
@media (max-width: 767px) {
  .header.header-small {
    height: 85px;
    padding-top: 5px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
}
.header.header-small .logo .logo-link img {
  width: 70px;
}
@media (max-width: 1024px) {
  .header {
    height: 85px;
    padding-top: 5px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
}

footer {
  background-color: #333334;
  color: #bbb;
  padding: 20px;
  padding-bottom: 0;
  -webkit-align-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .footer-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 10px 20px 20px 20px;
}
@media (max-width: 767px) {
  footer .footer-container {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
footer .footer-container .page-footer-container-child {
  -webkit-box-flex: 0;
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child {
    -webkit-box-flex: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
}
footer .footer-container .page-footer-container-child h4 {
  padding: 0 0 0 15px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child h4 {
    margin-top: 30px;
  }
}
footer .footer-container .page-footer-container-child img {
  margin-bottom: 20px;
}
footer .footer-container .page-footer-container-child p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child p {
    padding: 1px 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child ul {
    border-top: 1px solid #aaa;
  }
}
footer .footer-container .page-footer-container-child ul li {
  padding: 0 0 0 15px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child ul li {
    padding: 0 5px 10px 15px;
    border-bottom: 1px solid #aaa;
    margin: 10px;
  }
}
footer .footer-container .page-footer-container-child ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
  border-bottom: 1px solid transparent;
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child ul li a {
    padding: 10px;
  }
}
footer .footer-container .page-footer-container-child ul li a:hover {
  opacity: 1;
}
footer .footer-container .page-footer-container-child ul li + li {
  margin-top: 15px;
}
footer .footer-container .page-footer-container-child .link-boxes {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child .link-boxes {
    text-align: center;
  }
}
footer .footer-container .page-footer-container-child .link-boxes span {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  opacity: 0.8;
}
@media (max-width: 768px) {
  footer .footer-container .page-footer-container-child .link-boxes span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-container .page-footer-container-child .link-boxes span a {
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
}
footer .footer-container .page-footer-container-child .link-boxes span a:hover {
  opacity: 1;
}
footer .footer-container .page-footer-container-child .link-boxes span i {
  font-size: 24px;
}
footer .footer-container .page-footer-container-child .link-boxes .no-link {
  cursor: none;
  pointer-events: none;
}
footer .footer-container .page-footer-container-child-50 {
  -webkit-box-flex: 0;
  max-width: 50%;
  flex: 50%;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 {
    display: flex;
    -webkit-box-flex: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
}
footer .footer-container .page-footer-container-child-50 h4 {
  padding: 0 0 0 15px;
  color: #eee;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 h4 {
    margin-top: 30px;
  }
}
footer .footer-container .page-footer-container-child-50 img {
  margin-bottom: 20px;
}
footer .footer-container .page-footer-container-child-50 p {
  font-size: 14px;
  color: #999;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 p {
    padding: 1px 5px;
    margin-bottom: 20px;
  }
}
footer .footer-container .page-footer-container-child-50 ul {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 ul {
    width: 100%;
  }
}
footer .footer-container .page-footer-container-child-50 ul li {
  padding: 0 0 0 15px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 ul li {
    padding: 0 5px 10px 15px;
    border-bottom: 1px solid #aaa;
    margin: 10px;
  }
}
footer .footer-container .page-footer-container-child-50 ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 ul li a {
    padding: 10px;
  }
}
footer .footer-container .page-footer-container-child-50 ul li a:hover {
  opacity: 1;
}
footer .footer-container .page-footer-container-child-50 ul li + li {
  margin-top: 15px;
}
footer .footer-container .page-footer-container-child-50 .link-boxes {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-container .page-footer-container-child-50 .link-boxes {
    text-align: center;
  }
}
footer .footer-container .page-footer-container-child-50 .link-boxes span {
  color: #eee;
  margin-bottom: 30px;
  font-size: 14px;
  color: #bbb;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  opacity: 0.8;
}
@media (max-width: 768px) {
  footer .footer-container .page-footer-container-child-50 .link-boxes span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-container .page-footer-container-child-50 .link-boxes span a {
  color: #fff;
  opacity: 0.8;
}
footer .footer-container .page-footer-container-child-50 .link-boxes span a:hover {
  opacity: 1;
}
footer .footer-container .page-footer-container-child-50 .link-boxes span i {
  font-size: 24px;
}
footer .footer-container .social-icon {
  text-align: center;
  -webkit-align-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-container .social-icon {
    margin-top: 20px;
  }
}
footer .footer-container .social-icon li {
  text-align: center;
  -webkit-align-content: center;
  display: inline-block;
  margin-right: 10px;
}
footer .footer-container .social-icon li a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: #888;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-container .social-icon li a {
    width: 40px;
    height: 40px;
  }
}
footer .footer-container .social-icon li a i {
  color: #eee;
  font-size: 30px;
}
@media (max-width: 767px) {
  footer .footer-container .social-icon li a i {
    font-size: 24px;
  }
}
footer .footer-container .social-icon li a svg {
  fill: #fff;
  width: 30px;
  height: 24px;
}
@media (max-width: 767px) {
  footer .footer-container .social-icon li a svg {
    width: 20px;
    height: 20px;
  }
}
footer .copyright {
  background: #000;
  margin: 0 -20px;
  padding: 20px 15px;
  color: #999;
  font-size: 13px;
  line-height: 1.8em;
  text-align: center;
  -webkit-align-content: center;
}

.footer-container .link-boxes p {
  padding: 0;
  margin-bottom: 20px;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.icon-red {
  color: #ff0000;
  fill: #ff0000;
}

.cards {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .cards {
    margin-top: 0;
  }
}
.cards .cards-row {
  display: flex;
  flex-wrap: wrap;
}

.title-banner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-color: #3D3C42;
  min-height: 100%;
  overflow: hidden;
}
.title-banner .container {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .title-banner .container {
    width: 100%;
  }
}
.title-banner.title-banner-big .title-banner-name {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .title-banner.title-banner-big .title-banner-name {
    padding: 0 15px;
  }
}
.title-banner.title-banner-big .title-banner-name h1 {
  margin-bottom: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 768px) {
  .title-banner.title-banner-big .title-banner-name h1 {
    line-height: 60px;
    font-size: 32px;
  }
}
.title-banner.title-banner-big .title-banner-name p {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
}
.title-banner.title-banner-big .title-banner-name p.small {
  font-size: 18px;
}
@media (max-width: 768px) {
  .title-banner.title-banner-big .title-banner-name p {
    font-size: 20px;
    line-height: 30px;
  }
  .title-banner.title-banner-big .title-banner-name p.small {
    font-size: 15px;
  }
}
.title-banner.title-banner-big .title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../assets/image/banner-bg.JPG);
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.title-banner .button-container {
  margin-top: 30px;
}
.title-banner .button-container .link {
  line-height: 15px;
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 10px 24px;
  color: #fff;
}
.title-banner .button-container .link:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .title-banner.leadership-banner {
    min-height: auto;
    margin-top: 80px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .section-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding: 0 15px;
  }
}
.section-title h2 {
  font-size: 38px;
  line-height: 70px;
  margin: 0;
  position: relative;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
.section-title h2 span.big {
  font-weight: 600;
}
.section-title p {
  margin: 20px auto 0;
  position: relative;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-title p.big {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .section-title p.big {
    font-size: 20px;
    line-height: 30px;
  }
}

.button {
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
  min-width: 100px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.button__border-button-base {
  border: 1px solid #f00;
  color: #f00;
}
.button:hover {
  background: #f00;
  color: #fff;
  border: 1px solid transparent;
}
.button:focus {
  outline: none;
}
@media (max-width: 768px) {
  .button {
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.action-button-01 {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  transform: rotate(-90deg);
  cursor: pointer;
}
.action-button-01 .action-button-01__first-item {
  height: 42px;
  width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #f00;
  top: 170px;
}
.action-button-01 .action-button-01__first-item .action-button-01__first-item__wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #f00;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
.action-button-01 .action-button-01__scroll-arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
  margin: 0 0 3px 4px;
  width: 12px;
  height: 12px;
}
.action-button-01 .action-button-01__scroll-arrows.arrow-item {
  -webkit-animation: mouse-wheel__animation 1s infinite;
  -moz-animation: mouse-wheel__animation 1s infinite;
  animation: mouse-wheel__animation 1s infinite;
}
.action-button-01 .action-button-01__scroll-arrows.arrow-item__item01 {
  margin-top: 1px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.action-button-01 .action-button-01__scroll-arrows.arrow-item__item02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.action-button-01 .action-button-01__scroll-arrows.arrow-item__item03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

@-webkit-keyframes mouse-wheel__animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.arrow-animation-container-1 .arrow-animation-button-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6.3em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  line-height: 3em;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.arrow-animation-container-1 .arrow-animation-button-1 svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}
.arrow-animation-container-1 .arrow-animation-button-1 svg g line,
.arrow-animation-container-1 .arrow-animation-button-1 svg g polyline,
.arrow-animation-container-1 .arrow-animation-button-1 svg g circle {
  fill: none;
  stroke: #fff;
}
.arrow-animation-container-1 .arrow-animation-button-1 svg g line,
.arrow-animation-container-1 .arrow-animation-button-1 svg g polyline {
  stroke-miterlimit: 10;
}
.arrow-animation-container-1 .arrow-animation-button-1 svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.066em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset ease-out 0.5s;
  transition: stroke-dashoffset ease-out 0.5s;
}
.arrow-animation-container-1:hover .arrow-animation-button-1 {
  -webkit-transform: translateZ(0) translateX(0.5em);
  transform: translateZ(0) translateX(0.5em);
}
.arrow-animation-container-1:hover .arrow-animation-button-1 svg g circle {
  stroke-dashoffset: 200;
}

form {
  color: #000;
}
form .form-row {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  form .form-row {
    margin-bottom: 10px;
  }
}
form .form-row .form_input {
  width: 100%;
  height: auto;
  padding: 4px 10px 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 1px solid #d9d9d9;
}
form .form-row .form_input:focus {
  outline: none;
  border-color: #f00;
  box-shadow: 0 0 3px 0.5px #f00;
}
@media (max-width: 768px) {
  form .form-row .form_input {
    font-size: 14px;
  }
}
form .form-row textarea {
  resize: none;
  width: 100%;
  height: auto;
  padding: 4px 10px 4px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
form .form-row textarea:focus {
  outline: none;
}
form .form-row-button .button-container {
  margin-bottom: 20px;
  text-align: center;
}
form .form-row-button .button-container .form-button {
  background: transparent;
  color: #f00;
  font-size: 16px;
  line-height: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 100px;
  text-transform: uppercase;
  border: 1px solid #f00;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form .form-row-button .button-container .form-button:hover {
  background: #f00;
  color: #fff;
  border: 1px solid transparent;
}
form .form-row-button .button-container .form-button:focus {
  outline: none;
}
@media (max-width: 768px) {
  form .form-row-button .button-container .form-button {
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
form .form-row-button .button-container .link {
  line-height: 15px;
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 10px 24px;
  color: #fff;
}
form .form-row-button .button-container .link:hover {
  background: #fff;
  color: #555;
}
form .form-row-button .small-description {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  max-width: 640px;
  margin: 0 auto;
  color: #555;
}
@media (max-width: 767px) {
  form .form-row-button .small-description {
    font-size: 14px;
    line-height: 18px;
  }
}

.input-file-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.input-file-container .input-file-button {
  display: block;
  padding: 6px 25px;
  background: #f00;
  color: #fff;
  font-size: 1em;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .input-file-container .input-file-button {
    padding: 5px 10px;
    font-size: 16px;
  }
}
.input-file-container .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.input-file-container .file-name {
  border: 1px solid #d9d9d9;
  padding: 5px;
  width: calc(100% - 150px);
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 768px) {
  .input-file-container .file-name {
    width: calc(100% - 120px);
  }
}
.input-file-container .file-name:empty {
  padding: 17.5px;
}
@media (max-width: 768px) {
  .input-file-container .file-name:empty {
    padding: 16.5px;
  }
}

.cards1__card {
  width: 90%;
  margin: 0 15px 30px;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .cards1__card {
    width: 90%;
  }
}
.cards1__card ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
}
.cards1__card ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.cards1__card ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cards2__card {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .cards2__card {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cards2__card:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cards2__card:first-child:after {
  display: none;
}
.cards2__card:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  left: -10px;
  border-left: 1px solid rgba(200, 200, 200, 0.5);
}
@media (max-width: 767px) {
  .cards2__card:after {
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid rgba(200, 200, 200, 0.5);
    border-left: transparent;
  }
}
.cards2__card .cards2__card-icon {
  margin-bottom: 25px;
  line-height: 130px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards2__card .cards2__card-icon .icon {
  height: 100px;
  vertical-align: middle;
  max-height: 100px;
  max-width: 100%;
  width: 100%;
}
.cards2__card .cards2__card-icon i {
  font-size: 100px;
}
.cards2__card .cards2__card-icon svg {
  height: 60px;
}
@media (max-width: 767px) {
  .cards2__card .cards2__card-icon svg {
    height: 50px;
  }
}
.cards2__card .cards2__card-name h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.cards2__card .cards2__card-text p {
  font-size: 17px;
  line-height: 30px;
  margin: 0 auto;
}

.cards3__card .cards3__card-wrapper .cards3__card-name {
  position: relative;
}
.cards3__card .cards3__card-wrapper .cards3__card-name h4 {
  position: relative;
  margin-bottom: 68px;
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .cards3__card .cards3__card-wrapper .cards3__card-name h4 {
    text-align: center;
    font-size: 30px;
  }
}
.cards3__card .cards3__card-wrapper .cards3__card-name h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 99px;
  bottom: -109px;
  left: -29px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../assets/image/card-stairs.png");
  background-size: contain;
}
@media (max-width: 786px) {
  .cards3__card .cards3__card-wrapper .cards3__card-name h4:after {
    left: auto;
    background-position: center;
  }
}
.cards3__card .cards3__card-wrapper .cards3__card-text {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .cards3__card .cards3__card-wrapper .cards3__card-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
}
.cards3__card .cards3__card-wrapper .cards3__card-text .cards3__card-action-button {
  position: absolute;
  top: -10px;
  right: -72px;
}
@media (max-width: 767px) {
  .cards3__card .cards3__card-wrapper .cards3__card-text .cards3__card-action-button {
    position: relative;
    top: 10px;
    right: 20px;
    height: 30px;
  }
}
.cards3__card .cards3__card-wrapper .cards3__card-description {
  position: relative;
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .cards3__card .cards3__card-wrapper .cards3__card-description {
    text-align: center;
  }
}
.cards3__card.cards3__card-item-01 {
  padding-top: 158px;
}
@media (max-width: 768px) {
  .cards3__card.cards3__card-item-01 {
    padding-top: 20px;
  }
}
.cards3__card.cards3__card-item-02 {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cards3__card.cards3__card-item-02 {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .cards3__card.cards3__card-item-03 {
    padding-top: 20px;
  }
}

.cards4__card-col {
  border: 1px solid #ebebeb;
  border-bottom: 0 !important;
  width: 30.33%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cards4__card-col {
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
.cards4__card-col:before, .cards4__card-col:after {
  content: "";
  display: block;
  width: 51%;
  height: 1px;
  bottom: 0;
  border-top: 1px solid #ebebeb;
  position: absolute;
}
.cards4__card-col:before {
  left: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}
.cards4__card-col:after {
  right: 0;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.cards4__card {
  height: auto;
  text-align: center;
  margin: 0 0 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cards4__card {
    margin-bottom: 60px;
    height: auto;
  }
}
.cards4__card .cards4__card-wrapper {
  position: relative;
  text-align: left;
  padding: 36px 0 0;
}
.cards4__card .cards4__card-wrapper .cards4__card-name {
  color: #fff;
  margin: -37px 0 30px;
  padding: 10px 31px 16px;
  background: #ff0000;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards4__card .cards4__card-wrapper .cards4__card-name h4 {
  margin-bottom: 0 !important;
  text-transform: none;
  font-size: 22px !important;
  line-height: 26px;
}
.cards4__card .cards4__card-wrapper .cards4__card-text {
  position: relative;
  font-size: 17px;
  line-height: 30px;
  padding: 0 20px;
}
.cards4__card .cards4__card-wrapper .cards4__card-text p {
  line-height: 25px;
}
.cards4__card .cards4__card-wrapper .cards4__card-text ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
}
.cards4__card .cards4__card-wrapper .cards4__card-text ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.cards4__card .cards4__card-wrapper .cards4__card-text ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cards5__card {
  display: flex;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .cards5__card {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.cards5__card .cards5__card-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 80px;
  min-width: 80px;
}
.cards5__card .cards5__card-icon svg {
  width: 80px;
  height: 80px;
  fill: #ff0000;
}
.cards5__card .cards5__card-icon i {
  font-size: 22px;
}
.cards5__card .cards5__card-text .cards5__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
.cards5__card .cards5__card-text .cards5__card-description {
  font-size: 18px;
  line-height: 28px;
}

.cards6__card {
  display: flex;
  background-color: #031625;
}
@media (max-width: 768px) {
  .cards6__card {
    flex-wrap: wrap;
  }
  .cards6__card .cards6__card-item {
    width: 100%;
  }
}
.cards6__card:hover .cards6__card-item {
  width: 33.3333%;
}
.cards6__card .cards6__card-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 50%;
  height: 100vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.cards6__card .cards6__card-item:hover {
  width: 66.66%;
}
.cards6__card .cards6__card-item:hover .cards6__card-icon {
  top: 20%;
  transition: all 0.75s ease 0.5s;
}
.cards6__card .cards6__card-item:hover .cards6__card-name {
  top: 30%;
  transition: all 0.75s ease 0.5s;
}
.cards6__card .cards6__card-item:hover .cards6__card-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
  top: 35%;
}
@media (max-width: 767px) {
  .cards6__card .cards6__card-item {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  .cards6__card .cards6__card-item .cards6__card-icon {
    top: 13% !important;
    transition: all 0.75s ease 0.5s;
  }
  .cards6__card .cards6__card-item .cards6__card-name {
    top: 20% !important;
    transition: all 0.75s ease 0.5s;
    font-size: 36px !important;
    margin-top: 140px !important;
  }
  .cards6__card .cards6__card-item .cards6__card-content {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    top: 25% !important;
    line-height: 30px !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
}
.cards6__card .cards6__card-item:before, .cards6__card .cards6__card-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cards6__card .cards6__card-item:after {
  background: rgba(3, 22, 37, 0.6);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.cards6__card .cards6__card-item .cards6__card-name {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  opacity: 1;
  top: 50%;
  font-size: 45px;
  line-height: 45px;
}
.cards6__card .cards6__card-item .cards6__card-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 100px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cards6__card .cards6__card-item .cards6__card-icon {
    width: 120px;
    height: 120px;
    line-height: 100px;
  }
}
.cards6__card .cards6__card-item .cards6__card-icon p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards6__card .cards6__card-item .cards6__card-icon p svg {
  width: 100px;
  height: 100px;
  fill: #fff;
}
@media (max-width: 768px) {
  .cards6__card .cards6__card-item .cards6__card-icon p svg {
    width: 40px;
    height: 40px;
  }
}
.cards6__card .cards6__card-item .cards6__card-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
}
.cards6__card .cards6__card-item .cards6__card-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  opacity: 0;
  top: 70%;
  font-size: 19px;
  line-height: 40px;
  -webkit-transition: opacity 0.1s ease, top 0.1s ease;
  transition: opacity 0.1s ease, top 0.1s ease;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .cards6__card .cards6__card-item .cards6__card-content {
    font-size: 16px;
  }
}
.cards6__card .cards6__card-item .cards6__card-content p {
  margin-bottom: 30px;
}
.cards6__card .cards6__card-item .cards6__card-content ul {
  margin-left: 30px;
}
.cards6__card .cards6__card-item .cards6__card-content ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
}
.cards6__card .cards6__card-item .cards6__card-content ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.cards6__card .cards6__card-item .cards6__card-content ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.statistics__card {
  position: relative;
  color: #fff;
  text-align: center;
}
.statistics__card .statistics__card-col {
  position: relative;
  min-height: 200px;
}
.statistics__card .statistics__card-col .statistics__card-item {
  font-weight: 300;
}
.statistics__card .statistics__card-col .statistics__card-item .statistics__card-number {
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.statistics__card .statistics__card-col .statistics__card-item .statistics__card-description {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .statistics__card .statistics__card-col .statistics__card-item .statistics__card-description {
    width: 95%;
  }
}
.statistics__card .statistics__card-col:first-child:after {
  display: none;
}
.statistics__card .statistics__card-col:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  left: -10px;
  border-left: 1px solid rgba(200, 200, 200, 0.5);
}
@media (max-width: 768px) {
  .statistics__card .statistics__card-col {
    margin-top: 70px;
  }
  .statistics__card .statistics__card-col:first-child {
    margin-top: 0;
  }
  .statistics__card .statistics__card-col:after {
    content: "";
    position: absolute;
    width: 80%;
    margin: 0 auto;
    height: 1px;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 1px solid rgba(200, 200, 200, 0.5);
  }
}

.statistics1__card {
  position: relative;
  color: #fff;
  text-align: center;
}
.statistics1__card .statistics1__card-col {
  position: relative;
  width: 20%;
}
.statistics1__card .statistics1__card-col.statistics1__card-col__col-3 {
  width: 33.33%;
}
@media (max-width: 767px) {
  .statistics1__card .statistics1__card-col.statistics1__card-col__col-3 {
    width: 100%;
  }
}
.statistics1__card .statistics1__card-col .statistics1__card-item {
  font-weight: 300;
}
.statistics1__card .statistics1__card-col .statistics1__card-item .statistics1__card-number {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.statistics1__card .statistics1__card-col .statistics1__card-item .statistics1__card-description {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .statistics1__card .statistics1__card-col .statistics1__card-item .statistics1__card-description {
    width: 95%;
  }
}
.statistics1__card .statistics1__card-col:first-child:after {
  display: none;
}
.statistics1__card .statistics1__card-col:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  left: -10px;
  border-left: 1px solid rgba(200, 200, 200, 0.5);
}
@media (max-width: 768px) {
  .statistics1__card .statistics1__card-col {
    margin-top: 70px;
    width: 100%;
  }
  .statistics1__card .statistics1__card-col:first-child {
    margin-top: 0;
  }
  .statistics1__card .statistics1__card-col:after {
    content: "";
    position: absolute;
    width: 80%;
    margin: 0 auto;
    height: 1px;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 1px solid rgba(200, 200, 200, 0.5);
  }
}

.cards7__card {
  text-align: center;
  margin: 0 0 50px;
  position: relative;
  min-height: 300px;
}
.cards7__card .cards7__card-name {
  position: relative;
  margin-bottom: 70px;
  font-size: 36px;
  line-height: 55px;
  font-weight: 300;
  text-transform: uppercase;
}
.cards7__card .cards7__card-name:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -34px;
  background-color: #f00;
}
.cards7__card .cards7__card-description {
  font-size: 19px;
  line-height: 35px;
}
@media (max-width: 1500px) {
  .cards7__card {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cards7__card {
    background: transparent;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cards7__card {
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 10px);
    min-height: auto;
  }
  .cards7__card:last-child {
    margin: 50px 0 0;
  }
}

.cards8__card {
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  max-width: 33%;
  min-width: 33%;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cards8__card {
    display: block;
    width: 93%;
    margin: 0 auto;
    min-width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cards8__card .cards8__card-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 80px;
  min-width: 80px;
}
.cards8__card .cards8__card-icon svg {
  width: 80px;
  height: 80px;
  fill: #ff0000;
}
.cards8__card .cards8__card-icon i {
  font-size: 22px;
}
.cards8__card .cards8__card-text {
  width: 100%;
}
.cards8__card .cards8__card-text .cards8__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cards8__card .cards8__card-text .cards8__card-heading {
    margin-bottom: 20px;
  }
}
.cards8__card .cards8__card-text .cards8__card-description {
  font-size: 18px;
  line-height: 28px;
}

.cards9__card {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px 65px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .cards9__card {
    display: block;
    margin-bottom: 30px;
    padding: 30px;
  }
  .cards9__card:last-child {
    margin-bottom: 0;
  }
}
.cards9__card .cards9__card-icon {
  display: block;
  max-width: 110px;
  min-width: 110px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .cards9__card .cards9__card-icon {
    margin: 0 auto;
  }
}
.cards9__card .cards9__card-icon svg {
  width: 110px;
  height: 110px;
  fill: #ff0000;
}
.cards9__card .cards9__card-icon i {
  font-size: 22px;
}
.cards9__card .cards9__card-text {
  width: 100%;
}
.cards9__card .cards9__card-text .cards9__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cards9__card .cards9__card-text .cards9__card-heading {
    font-size: 22px;
    text-align: center;
  }
}
.cards9__card .cards9__card-text .cards9__card-description {
  font-size: 18px;
  line-height: 28px;
}
.cards9__card .cards9__card-text .cards9__card-description p {
  margin-top: 20px;
}
.cards9__card .cards9__card-text .cards9__card-description ul {
  margin-top: 30px;
}
.cards9__card .cards9__card-text .cards9__card-description ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
}
.cards9__card .cards9__card-text .cards9__card-description ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.cards9__card .cards9__card-text .cards9__card-description ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style {
  padding-top: 20px;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 22%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #555;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column {
    width: 42%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column:nth-child(even) {
    margin-left: 0;
  }
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column .cards9__card-description__tab-style-column__wrapper {
  display: table;
  width: 100%;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column .cards9__card-description__tab-style-column__wrapper .cards9__card-description__tab-style-column__item {
  display: table-row;
  vertical-align: middle;
}
.cards9__card .cards9__card-text .cards9__card-description .cards9__card-description__tab-style .cards9__card-description__tab-style-row .cards9__card-description__tab-style-column .cards9__card-description__tab-style-column__wrapper .cards9__card-description__tab-style-column__item h2 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-width: 400;
}

.cards10__card {
  margin: 0 20px;
}
.cards10__card .cards10__card-item {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cards10__card .cards10__card-item {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.cards10__card .cards10__card-item .cards10__card-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border {
  border-radius: 100%;
  border: 2px dashed #8a8a89;
  padding: 8px;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border > .icon-bg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border > .icon-bg.consulting {
  background: #c74c31;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border > .icon-bg.planning {
  background: #4596ab;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border > .icon-bg.integration {
  background: #4f79ce;
}
.cards10__card .cards10__card-item .cards10__card-icon > .icon-border > .icon-bg.documentation {
  background: #51c336;
}
.cards10__card .cards10__card-item .cards10__card-icon svg {
  width: 60px;
  height: 40px;
  fill: #fff;
}
.cards10__card .cards10__card-item .cards10__card-icon i {
  font-size: 48px;
}
.cards10__card .cards10__card-item .cards10__card-text {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading {
    margin-bottom: 20px;
  }
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading:after, .cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading:before {
  content: "";
  position: absolute;
  display: block;
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -40px;
  left: 50%;
  margin-left: -13px;
  background-image: url(data:image/png;base64,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);
  background-size: 20px 20px;
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading:before {
  width: 1px;
  height: 100px;
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -3px;
  margin-bottom: 40px;
  background-color: #676767;
  z-index: 1;
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading.consulting:after {
  background-image: url(data:image/png;base64,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);
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading.planning:after {
  background-image: url(data:image/png;base64,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);
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading.integration:after {
  background-image: url(data:image/png;base64,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);
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-heading.documentation:after {
  background-image: url(data:image/png;base64,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);
}
.cards10__card .cards10__card-item .cards10__card-text .cards10__card-description {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .cards10__card .cards10__card-item .cards10__card-text .cards10__card-description {
    margin-bottom: 16px;
  }
}

.cards11__card {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cards11__card .cards11__card-icon {
  line-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards11__card .cards11__card-icon i {
  font-size: 100px;
}
.cards11__card .cards11__card-icon svg {
  height: 150px;
  fill: #ff0000;
}
.cards11__card .cards11__card-name h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.cards11__card .cards11__card-text p {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cards11__card .cards11__card-text p {
    font-size: 16px;
  }
}

.cards12__card {
  text-align: center;
  margin: 0 0 50px;
  height: calc(100% - 50px);
  border: 1px solid #ebebeb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cards12__card {
    margin-bottom: 0;
  }
}
.cards12__card .cards12__card-wrapper {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px;
  border-top: 6px solid #ff0000;
  margin: -1px;
}
.cards12__card .cards12__card-wrapper .cards12__card-icon {
  text-align: center;
}
.cards12__card .cards12__card-wrapper .cards12__card-icon svg {
  fill: #ff0000;
  height: 120px;
}
.cards12__card .cards12__card-wrapper .cards12__card-name {
  padding: 18px 31px 16px;
  text-align: center;
  margin-bottom: 20px;
}
.cards12__card .cards12__card-wrapper .cards12__card-name h4 {
  margin-bottom: 0 !important;
  text-transform: none;
  font-size: 22px !important;
  line-height: 35px;
}
.cards12__card .cards12__card-wrapper .cards12__card-text {
  position: relative;
  font-size: 17px;
  line-height: 30px;
}
.cards12__card .cards12__card-wrapper .cards12__card-text p {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.cards12__card .cards12__card-wrapper .cards12__card-text ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 15px;
}
.cards12__card .cards12__card-wrapper .cards12__card-text ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.cards12__card .cards12__card-wrapper .cards12__card-text ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cards12__card.no-border {
  border: 0 !important;
  height: auto;
}
.cards12__card.no-border .cards12__card-wrapper {
  border: 0 !important;
}
.cards12__card.no-border .cards12__card-wrapper .cards12__card-name {
  padding: 0;
}

.cards13__card-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  color: #555;
}
.cards13__card-row .cards13__card {
  margin-top: 50px;
  border: 1px solid #ebebeb;
  width: calc(50% - 40px);
  margin: 0 20px;
  background: #fff;
  position: relative;
}
.cards13__card-row .cards13__card:before, .cards13__card-row .cards13__card:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  background: #1d1c1c;
  -webkit-box-shadow: 0 25px 10px #1d1c1c;
  -ms-box-shadow: 0 25px 10px #1d1c1c;
  box-shadow: 0 25px 10px #1d1c1c;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cards13__card-row .cards13__card:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media (max-width: 768px) {
  .cards13__card-row .cards13__card {
    width: calc(100% - 40px);
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cards13__card-row .cards13__card:last-child {
    margin-bottom: 0;
  }
}
.cards13__card-row .cards13__card .cards13__card-item {
  text-align: center;
  position: relative;
  text-align: left;
  padding: 24px 16px 28px;
  padding-bottom: 24px !important;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-name {
  background: #51c336;
  color: #fff;
  margin: -37px -32px 40px;
  padding: 37px 41px 12px;
  text-align: left;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-name h4 {
  margin-top: 0;
  margin-bottom: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px !important;
  line-height: 40px;
}
@media (max-width: 1500px) {
  .cards13__card-row .cards13__card .cards13__card-item .cards13__card-name h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-text {
  position: relative;
  font-size: 17px;
  line-height: 30px;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-text p {
  line-height: 30px;
  margin-bottom: 30px;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-text ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 15px;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-text ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.cards13__card-row .cards13__card .cards13__card-item .cards13__card-text ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cards13__card-row .cards13__card .cards13__card-item.cloud-card .cards13__card-name {
  background: #0c74a0;
}
.cards13__card-row .cards13__card .cards13__card-item.cloud-card li:after {
  color: #0c74a0 !important;
}
.cards13__card-row .cards13__card .cards13__card-item.devops .cards13__card-name {
  background: #0ca01b;
}
.cards13__card-row .cards13__card .cards13__card-item.devops li:after {
  color: #0ca01b !important;
}

.cards14__card {
  display: flex;
  flex-wrap: wrap;
  width: 33.33%;
  max-width: 33.33%;
  min-width: 33.33%;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .cards14__card {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.cards14__card .cards14__card-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 80px;
  min-width: 80px;
}
.cards14__card .cards14__card-icon svg {
  width: 80px;
  height: 80px;
  fill: #ff0000;
}
.cards14__card .cards14__card-icon i {
  font-size: 22px;
}
.cards14__card .cards14__card-text .cards14__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
.cards14__card .cards14__card-text .cards14__card-description {
  font-size: 18px;
  line-height: 28px;
}

.list_1-wrapper {
  position: relative;
  margin-top: 104px;
  text-align: center;
}
@media (max-width: 768px) {
  .list_1-wrapper {
    margin-top: 64px;
  }
}
.list_1-wrapper .list_1-list {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 0;
  font-size: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  .list_1-wrapper .list_1-list {
    display: block;
    width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .list_1-wrapper .list_1-list {
    display: block;
    width: 100%;
  }
}
.list_1-wrapper .list_1-list .list_1-item {
  display: inline-block;
  width: 100%;
  top: 0;
  text-align: center;
}
.list_1-wrapper .list_1-list .list_1-item:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: -3px;
  margin-bottom: 140px;
  background-color: #676767;
  z-index: 1;
  display: block;
  position: relative;
}
.list_1-wrapper .list_1-list .list_1-item:first-child:before {
  margin-left: calc(50% - 3px);
}
.list_1-wrapper .list_1-list .list_1-item:last-child:before {
  right: 50%;
}
@media (max-width: 768px) {
  .list_1-wrapper .list_1-list .list_1-item {
    display: block;
    text-align: left;
  }
  .list_1-wrapper .list_1-list .list_1-item:before {
    margin-bottom: 20px;
    background: transparent;
  }
}
.list_1-wrapper .list_1-list .list_1-item .list_1-title {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 300;
}
.list_1-wrapper .list_1-list .list_1-item .list_1-title:after, .list_1-wrapper .list_1-list .list_1-item .list_1-title:before {
  content: "";
  position: absolute;
  display: block;
}
.list_1-wrapper .list_1-list .list_1-item .list_1-title:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -40px;
  left: 50%;
  margin-left: -13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA0NJREFUeNrMmc1OE1EUx3+d0BrBuKkNITYYNYENqQs/cAvuXUJhC2FrjJH4BvgChPoA2rgkGCIL5QGEjdEYim4AwwLcUPloIz0uOMXxcqcz05khnOQmc8+993/+c+d+nHMmJbQlDnAfGALuAX3AdaBL2/eBn0AFWAGWgU9A4wyS+DCQcCUvMCOwISfQYcqGjs3/hynSsgQllhWYFai1QcwsNcXKxkVwRGAnBmJm2REYjUKwQ2CuhYGqQFlgSuCBQE4grSWnuintU22BMyfQEZZgp8CCB+C6wKT2CbpELuuYigfmgkBnUIIdAvMWkEOBaYGMhN9czZJRjEML/rxtJm0gJY9ZK0QgZpaCYpp2Sn4ERy2DVgW6PQz1CrwQWBLYFDjS9fZN4L223fQY263Ypr0xL4JZy25d1wVvI/ZG4E+A3XqsfXstODnLTP4SyNkImjv2QOCOBfSxwF4bx0pVYMzjcx94fWr3jNSNTtMWsCc6I+2efQ2Bp2dukhNb7n51gV43wRmjw3c9z8z12YjhgG4olptg2vKpZ5oEHV3g7sZJy5qrxniLVE/XZHNDwITRZ1PAQWDQaNgT6DIIvk7gqisbBLssa3vQAYYNB2dR3aWm3ACKxC8jit10u/bVtluGHOCuofxg1Ivq/8UtjuXFTdv3HKDfUH4234LkZMjHdr8D9BjKH0Z9IEGCAz62e1ICNSDjUl4C6q76keqSkDoi/7BTqQwnfE7bHS64OEDV0F016rsJ2t/xsV11gG1Deduof02Q4Bcf29sOsGYoC0b9Y4IEl31srznAqqF8ZNTfWuPZ6NJQ7Fa2VxB4GOCqK5/DVddpu+q8nIWJi+Qs2NytdYu7VYzR3Spa3K2Kl7vVTGnUzslhfWZxWJ9bsg950+Wftbj8hZhd/nEPl3//TDDvETTthgiaygFn81j7Bg2adgWyXmFnMULYuaWxRF2fl7TtVsiwc/wiB+6vgmQWMj6pj3QEYmmf1EcmTPJo0WNNVdpMHk20SB69C5M8cr9t6RzSbyWBdJQEZjHBBOZYXCnga5oaiSsFPKeYseWo3TfOSz1GwhLb0rGhkuipiL8hhjVs7QPywBVt/w1s6W+IVfUp2/oN8XcAHXS5tKHTbIkAAAAASUVORK5CYII=);
  background-size: 20px 20px;
}
.list_1-wrapper .list_1-list .list_1-item .list_1-title:before {
  width: 1px;
  height: 100px;
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -3px;
  margin-bottom: 40px;
  background-color: #676767;
  z-index: 1;
}
@media (max-width: 768px) {
  .list_1-wrapper .list_1-list .list_1-item .list_1-title > div {
    margin-left: 140px;
  }
  .list_1-wrapper .list_1-list .list_1-item .list_1-title:after {
    top: 0;
    left: 100px;
    margin-left: 0;
  }
  .list_1-wrapper .list_1-list .list_1-item .list_1-title:before {
    width: 100px;
    height: 1px;
    left: 0;
    margin-bottom: -10px;
  }
}
@media (max-width: 620px) {
  .list_1-wrapper .list_1-list .list_1-item .list_1-title > div {
    margin-left: 40px;
  }
  .list_1-wrapper .list_1-list .list_1-item .list_1-title:before {
    width: 0;
  }
  .list_1-wrapper .list_1-list .list_1-item .list_1-title:after {
    left: 0;
  }
}

.carousel-item {
  position: relative;
  vertical-align: top;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 85px;
  height: auto;
  text-align: center;
}
.carousel-item svg {
  fill: #ff0000;
  width: 80px;
}
.carousel-item .carousel-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}

.dark-graph-bg {
  background: url(../assets/image/red-graph.PNG);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
}

.tabs1__tab-wrapper .tabs1__tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs1__tab-wrapper .tabs1__tab-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .tabs1__tab-wrapper .tabs1__tab-list ul {
    display: block;
    width: 100%;
  }
}
.tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item {
  display: block;
  width: 100%;
  list-style: none;
  font-weight: 300;
}
.tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item .tabs1__tab-link {
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  font-size: 26px;
  line-height: 40px;
  color: #234;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 768px) {
  .tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item .tabs1__tab-link {
    min-height: 50px;
    font-size: 22px;
    text-align: left;
    padding: 10px 15px;
  }
}
.tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item .tabs1__tab-link:before {
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  background: #f1f1f1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item.current .tabs1__tab-link {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.1);
}
.tabs1__tab-wrapper .tabs1__tab-list ul .tabs1__tab-item.current .tabs1__tab-link:before {
  background: #ff0000 !important;
}
.tabs1__tab-wrapper .tabs1_tab-description .tabs1_tab-content-item {
  padding: 40px 65px;
  font-size: 18px;
  line-height: 28px;
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #f6f5f5;
}
.tabs1__tab-wrapper .tabs1_tab-description .tabs1_tab-content-item.current {
  display: block;
}
@media (max-width: 768px) {
  .tabs1__tab-wrapper .tabs1_tab-description .tabs1_tab-content-item {
    padding: 30px 20px;
    font-size: 18px;
    width: 100%;
  }
}

.sphere-with-image--section {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .sphere-with-image--section {
    margin-top: 24px;
  }
}
.sphere-with-image--section .row {
  position: relative;
}
.sphere-with-image--section .cards13__card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .cards13__card {
    display: block;
    margin: 0 auto;
    min-width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}
.sphere-with-image--section .cards13__card .cards13__card-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 80px;
  min-width: 80px;
}
.sphere-with-image--section .cards13__card .cards13__card-icon svg {
  width: 80px;
  height: 80px;
  fill: #ff0000;
}
.sphere-with-image--section .cards13__card .cards13__card-icon i {
  font-size: 22px;
}
.sphere-with-image--section .cards13__card .cards13__card-text {
  width: 100%;
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
  content: "";
  position: absolute;
  display: block;
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: -13px;
  margin-right: -13px;
  background-image: url(data:image/png;base64,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);
  background-size: 20px 20px;
  top: 10px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading:after {
    top: -30px !important;
  }
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-1:after {
  background-image: url(data:image/png;base64,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);
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-2:after {
  background-image: url(data:image/png;base64,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);
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-3:after {
  background-image: url(data:image/png;base64,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);
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading.color-4:after {
  background-image: url(data:image/png;base64,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);
}
@media (max-width: 768px) {
  .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-description {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .cards13__card .cards13__card-text .cards13__card-description {
    font-size: 16px;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--1 {
  text-align: right;
}
.sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--1 {
    text-align: center !important;
    padding: 0 40px;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading:after {
  right: -40px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading:after {
    right: 50% !important;
  }
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--1 .cards13__card-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--2 {
    text-align: center !important;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading:after {
  left: -40px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading:after {
    left: 50% !important;
  }
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--2 .cards13__card-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--img {
  position: relative;
  z-index: -1;
  margin: 0 auto;
}
.sphere-with-image--section .sphere-with-image--section-item--img img {
  height: 400px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--img {
    display: none;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--img-mobile {
  display: none;
}
.sphere-with-image--section .sphere-with-image--section-item--img-mobile img {
  height: 400px;
}
@media (max-width: 768px) {
  .sphere-with-image--section .sphere-with-image--section-item--img-mobile {
    display: block;
  }
}
.sphere-with-image--section .sphere-with-image--section-item--3__center .cards13__card-heading {
  text-align: center;
}
.sphere-with-image--section .sphere-with-image--section-item--3__center .cards13__card-heading:after {
  position: relative !important;
  left: 0 !important;
  top: -80px !important;
  margin: 0 auto !important;
}

.small-slider-item {
  width: 160px;
  margin: 0 auto;
}
.small-slider-item a {
  position: relative;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.small-slider-item a img {
  display: inline-block;
  max-width: 100%;
}

.small-slider-item__card {
  width: 160px;
  margin: 0 auto;
}
.small-slider-item__card a {
  position: relative;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #ececec;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 170px;
  line-height: 130px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.small-slider-item__card a img {
  display: inline-block;
  max-width: 80%;
}
.small-slider-item__card a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}

.owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .owl-dot span {
  background: #ff0000;
  display: inline-block;
  height: 30px !important;
  margin: 0 2px 5px !important;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 30px !important;
  border-radius: 100%;
}

.tech-table-style {
  padding: 0 0 100px;
  overflow: hidden;
}
.tech-table-style .row {
  border-bottom: 1px solid #d0cece;
  display: flex;
  flex-wrap: wrap;
}
.tech-table-style .row .table-cell--header {
  padding-left: 60px;
}
.tech-table-style .row .table-cell--header .img {
  position: absolute;
  display: block;
  float: left;
  width: 60px;
  left: 0;
  text-align: center;
}
.tech-table-style .row .table-cell--header .img svg {
  fill: #234;
  width: 80px;
  height: 80px;
}
.tech-table-style .row .table-cell--header h4 {
  display: block;
  margin: 0;
  padding-left: 1em;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.tech-table-style .row .table-cell {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
  display: flex;
}
.tech-table-style .row .table-cell.backend svg {
  fill: #39424b !important;
}
.tech-table-style .row .table-cell.frontend svg {
  fill: #4f79ce !important;
}
.tech-table-style .row .table-cell.mobileapp svg {
  fill: #c74c31 !important;
}
.tech-table-style .row .table-cell.database svg {
  fill: #51c336 !important;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  height: 100%;
}
.modal-dialog .modal-content {
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-dialog .modal-content .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.75rem;
}
.modal-dialog .modal-content .modal-body .close {
  float: right;
  font-size: 2.40625rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  z-index: 1;
}
.modal-dialog .modal-content .modal-body .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal-dialog .modal-content .modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem 1.75rem;
  border-top: 1px solid #f1f2f3;
}
.modal-dialog .modal-content .modal-footer .btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.9;
  border-radius: 0.25rem;
  font-size: 11px;
  padding: 8px 26px 6px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-footer .btn.btn-primary {
  color: #fff;
  border: 1px solid;
  background: #f00;
  font-size: 14px;
  padding: 5px 20px;
}

.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  opacity: 0.5;
  background-color: #fff;
  z-index: 99999;
  text-align: center;
}
.loading .loading-image {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.loading .loading-image > img {
  height: 50px;
  width: 50px;
}
.loading.show {
  display: block;
}

.business-philosophy .business-philosophy__row {
  background-position: 50vw 25px;
  background-repeat: no-repeat;
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  max-width: 1003.75px;
  padding: 3.125rem 1.875rem;
  margin: 0 auto;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
  grid-template-columns: 450px 1fr;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper {
    padding-top: 0;
    max-width: 100%;
    grid-template-columns: auto !important;
    grid-template-rows: auto !important;
  }
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__wrapper-content {
    order: 2;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__wrapper-content h2 {
  margin-top: 30px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__wrapper-content h2 {
    margin-top: 0;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__wrapper-content blockquote {
  margin: 0px;
  font-size: 1.1025rem;
  line-height: 1.45;
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper {
    width: 100%;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .business-philosophy__img-wrapper-card-img {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  z-index: 1;
  animation: 1s ease-out 0s 1 normal none running slideInFromLeft;
  transform: translate(-35%, -55%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .business-philosophy__img-wrapper-card-img img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .business-philosophy__img-wrapper-card-img {
    display: none;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 520px;
  height: 300px;
  background-image: url(../assets/image/company/business-philosophy/plus-business-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  z-index: 1;
  transform: translate(-20%, -40%);
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card:before {
    content: none;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .card-inner {
  background-color: white;
  background-clip: border-box;
  border: none;
  box-shadow: rgba(0, 44, 63, 0.1) 0px 30px 100px;
  border-radius: 10px;
  width: 420px;
  height: 320px;
  padding: 0 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .card-inner img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .card-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-container {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  transform: translate(80%, 37%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-container img {
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper .business-philosophy__img-wrapper-container {
    display: none;
  }
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.first .business-philosophy__img-wrapper-container {
  transform: translate(80%, -43%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.first.business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .business-philosophy__img-wrapper-card-img {
  transform: translate(-35%, 50%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.first.business-philosophy__img-wrapper .business-philosophy__img-wrapper-card:before {
  transform: translate(-20%, 50%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.left .business-philosophy__img-wrapper-container {
  transform: translate(-40%, 42%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.left.business-philosophy__img-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  flex-direction: row-reverse;
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.left.business-philosophy__img-wrapper .business-philosophy__img-wrapper-card .business-philosophy__img-wrapper-card-img {
  transform: translate(74%, -40%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper.left.business-philosophy__img-wrapper .business-philosophy__img-wrapper-card:before {
  transform: translate(35%, -40%);
}
.business-philosophy .business-philosophy__row .business-philosophy__wrapper .business-philosophy__img-wrapper [data-aos-duration="300"] [data-aos=fade-left] [data-aos-easing=ease-in-sine] {
  transition-duration: 4000ms;
}

/*------------------------------profile css start-------------------------------------------*/
#profile {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px !important;
}
#profile h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  color: #c54041;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  #profile h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #c54041;
    padding: 50px 10px;
  }
}
#profile div {
  margin-bottom: 50px;
  box-shadow: 2px 2px 5px 5px #bfbdbd;
}
#profile div.withLink {
  position: relative;
}
#profile div.withLink a {
  color: #2b4170;
}
#profile div.withLink a:hover {
  color: #2b4170;
  text-decoration: underline;
}
#profile div.withLink a:focus {
  color: #2b4170;
  text-decoration: none;
}
#profile div.withLink .company-name {
  position: absolute;
  bottom: 32%;
  left: 18.5%;
  font-size: 140%;
  font-family: aparaj;
}
@media (max-width: 1600px) {
  #profile div.withLink .company-name {
    font-size: 140%;
  }
}
@media (max-width: 1420px) {
  #profile div.withLink .company-name {
    font-size: 130%;
  }
}
@media (max-width: 1024px) {
  #profile div.withLink .company-name {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  #profile div.withLink .company-name {
    font-size: 120%;
  }
}
@media (max-width: 620px) {
  #profile div.withLink .company-name {
    font-size: 100%;
  }
}
@media (max-width: 520px) {
  #profile div.withLink .company-name {
    font-size: 80%;
  }
}
@media (max-width: 360px) {
  #profile div.withLink .company-name {
    font-size: 60%;
  }
}
@media (max-width: 320px) {
  #profile div.withLink .company-name {
    font-size: 50%;
  }
}
#profile div.withLink .company-email {
  position: absolute;
  bottom: 26%;
  left: 18.5%;
  font-size: 140%;
  font-family: aparaj;
}
@media (max-width: 1600px) {
  #profile div.withLink .company-email {
    font-size: 140%;
  }
}
@media (max-width: 1420px) {
  #profile div.withLink .company-email {
    font-size: 130%;
  }
}
@media (max-width: 1024px) {
  #profile div.withLink .company-email {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  #profile div.withLink .company-email {
    font-size: 120%;
  }
}
@media (max-width: 620px) {
  #profile div.withLink .company-email {
    font-size: 100%;
  }
}
@media (max-width: 520px) {
  #profile div.withLink .company-email {
    font-size: 80%;
  }
}
@media (max-width: 360px) {
  #profile div.withLink .company-email {
    font-size: 60%;
  }
}
@media (max-width: 320px) {
  #profile div.withLink .company-email {
    font-size: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #profile div {
    margin-bottom: 10px;
  }
  #profile div:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  #profile div {
    margin-bottom: 5px;
  }
  #profile div:last-child {
    margin-bottom: 0px !important;
  }
}
#profile img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #profile {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #profile {
    width: 100%;
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  #profile {
    width: 100%;
    margin-top: 0px !important;
  }
}

/*------------------------------profile css ends-------------------------------------------*/
/*------------------------------showcase css start-------------------------------------------*/
#showcase {
  width: 60%;
  margin: 0 auto;
  margin-top: 65px !important;
}
#showcase h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  color: #c54041;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  #showcase h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #c54041;
    padding: 50px 10px;
  }
}
#showcase div {
  margin-bottom: 65px;
}
#showcase div.withLink {
  position: relative;
}
#showcase div.withLink a {
  color: #2b4170;
}
#showcase div.withLink a:hover {
  color: #2b4170;
  text-decoration: underline;
}
#showcase div.withLink a:focus {
  color: #2b4170;
  text-decoration: none;
}
#showcase div.withLink .company-name {
  position: absolute;
  bottom: 32%;
  left: 18.5%;
  font-size: 140%;
  font-family: aparaj;
}
@media (max-width: 1600px) {
  #showcase div.withLink .company-name {
    font-size: 140%;
  }
}
@media (max-width: 1420px) {
  #showcase div.withLink .company-name {
    font-size: 130%;
  }
}
@media (max-width: 1024px) {
  #showcase div.withLink .company-name {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  #showcase div.withLink .company-name {
    font-size: 120%;
  }
}
@media (max-width: 620px) {
  #showcase div.withLink .company-name {
    font-size: 100%;
  }
}
@media (max-width: 520px) {
  #showcase div.withLink .company-name {
    font-size: 80%;
  }
}
@media (max-width: 360px) {
  #showcase div.withLink .company-name {
    font-size: 60%;
  }
}
@media (max-width: 320px) {
  #showcase div.withLink .company-name {
    font-size: 50%;
  }
}
#showcase div.withLink .company-email {
  position: absolute;
  bottom: 26%;
  left: 18.5%;
  font-size: 140%;
  font-family: aparaj;
}
@media (max-width: 1600px) {
  #showcase div.withLink .company-email {
    font-size: 140%;
  }
}
@media (max-width: 1420px) {
  #showcase div.withLink .company-email {
    font-size: 130%;
  }
}
@media (max-width: 1024px) {
  #showcase div.withLink .company-email {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  #showcase div.withLink .company-email {
    font-size: 120%;
  }
}
@media (max-width: 620px) {
  #showcase div.withLink .company-email {
    font-size: 100%;
  }
}
@media (max-width: 520px) {
  #showcase div.withLink .company-email {
    font-size: 80%;
  }
}
@media (max-width: 360px) {
  #showcase div.withLink .company-email {
    font-size: 60%;
  }
}
@media (max-width: 320px) {
  #showcase div.withLink .company-email {
    font-size: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #showcase div {
    margin-bottom: 10px;
  }
  #showcase div:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  #showcase div {
    margin-bottom: 5px;
  }
  #showcase div:last-child {
    margin-bottom: 0px !important;
  }
}
#showcase img {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #showcase {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #showcase {
    width: 100%;
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  #showcase {
    width: 100%;
    margin-top: 0px !important;
  }
}

/*------------------------------showcase css ends-------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Animation */
.fadeInUp {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  position: relative;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.kenburns-top {
  -webkit-animation: kenburns-top 40s ease-out both;
  animation: kenburns-top 40s ease-out both;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .kenburns-top {
    animation: kenburns-top-mobile 40s ease-out both;
  }
}

@-webkit-keyframes kenburns-top-mobile {}
@keyframes kenburns-top-mobile {}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.45) translateY(-15px);
    transform: scale(1.45) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.6) translateY(-15px);
    transform: scale(1.6) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.zoom-out-banner {
  -webkit-animation: zoom-out-banner 40s ease-out both;
  animation: zoom-out-banner 40s ease-out both;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .zoom-out-banner {
    animation: zoom-out-banner-mobile 40s ease-out both;
  }
}

@-webkit-keyframes zoom-out-banner {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.45) translateY(-15px);
    transform: scale(1.45) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes zoom-out-banner {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.6) translateY(-15px);
    transform: scale(1.6) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes zoom-out-banner-mobile {}
@keyframes zoom-out-banner-mobile {}
.text-animation-01 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .text-animation-01 {
    font-size: 20px;
    line-height: 22px;
  }
}
.text-animation-01.show {
  display: block;
}
.text-animation-01 .text-animation-01__word {
  display: inline-block;
}

.text-animation-03 {
  position: relative;
  z-index: 100000;
  display: none;
  text-align: center;
  padding-left: 20%;
}
@media (max-width: 1020px) {
  .text-animation-03 {
    padding-left: 10%;
  }
}
.text-animation-03.show {
  display: none;
}
.text-animation-03 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.text-animation-03 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.text-animation-02 {
  position: relative;
  z-index: 100000;
  display: none;
  text-align: center;
}
.text-animation-02.show {
  display: none;
}
.text-animation-02 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.text-animation-02 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
.loading-wrapper__subpage {
  display: none !important;
}
@media (max-width: 767px) {
  .loading-wrapper__subpage {
    display: block !important;
  }
}

.loading-wrapper {
  position: fixed;
  background: #ffffff;
  height: 100vh;
  z-index: 50000;
  width: 100vw;
}
.loading-wrapper .loading-wrapper__container {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #f00;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.loading-wrapper .loading-wrapper__container .loading-wrapper__shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.loading-wrapper .loading-wrapper__container span {
  position: absolute;
  top: 75px;
  font-size: 20px;
  letter-spacing: 12px;
  color: #f00;
  left: 15%;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.contact-form-small {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.contact-form-small.contact-form-small--bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../assets/image/contact/contact-bg.jpeg");
}
.contact-form-small.contact-form-small--bg.contact-form-small--bg__company-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../assets/image/contact/contact-bg-company.jpeg");
  color: #fff;
  background-position: center center;
}
.contact-form-small .contact-form-small--body {
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .contact-form-small .contact-form-small--body {
    padding: 20px;
  }
}
.contact-form-small .contact-form-small--body h2 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.contact-form-small .contact-form-small--body .button-container {
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-form-small .contact-form-small--body .button-container:focus {
  border: transparent;
  outline: none;
}
.contact-form-small .contact-form-small--body .email-missing {
  display: none;
  font-size: 12px;
  line-height: 30px;
  color: red;
}
.contact-form-small .contact-form-small--body .message-missing {
  display: none;
  font-size: 12px;
  line-height: 30px;
  color: red;
}

.header-banner {
  padding-top: 100px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .header-banner {
    display: flex;
  }
}
.header-banner .header-banner__title-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) 0% 0%/cover, url(../assets/image/company/company-banner.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .header-banner .header-banner__title-banner {
    background-position: center center;
  }
}
.header-banner .header-banner__container {
  z-index: 1000;
  color: #fff;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
}
.header-banner .header-banner__container .container {
  top: 10%;
  position: relative;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container {
    top: 0;
  }
}
.header-banner .header-banner__container .container .header-banner__container-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  padding-top: 35px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container .header-banner__container-content {
    padding: 0;
  }
}
.header-banner .header-banner__container .container .header-banner__container-content p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container .header-banner__container-content p {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
  }
}
.header-banner .header-banner__container .container .header-banner__container-content .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
}
.header-banner .header-banner__container .container .header-banner__container-content .title.title-2 {
  padding-left: 20%;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container .header-banner__container-content .title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .header-banner .header-banner__container .container .header-banner__container-content .title.title-2 {
    padding-left: 0;
    text-align: center;
  }
}
.header-banner .header-banner__container .container .header-banner__container-bulit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.header-banner .header-banner__container .container .header-banner__container-bulit > span {
  padding: 0 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container .header-banner__container-bulit {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-banner .header-banner__container .container .header-banner__container-bulit > span {
    padding: 0 5px;
    font-size: 20px;
  }
}
.header-banner .header-banner__container .container .ml1 {
  font-weight: 900;
  font-size: 20px;
  display: none;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .container .ml1 {
    font-size: 15px;
  }
}
.header-banner .header-banner__container .container .ml1 .letter {
  display: inline-block;
  line-height: 1em;
}
.header-banner .header-banner__container .container .ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}
.header-banner .header-banner__container .container .ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}
.header-banner .header-banner__container .container .ml1 .line1 {
  top: 0;
}
.header-banner .header-banner__container .container .ml1 .line2 {
  bottom: 0;
}
.header-banner .header-banner__container .header-banner__container-title__desktop {
  display: block;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .header-banner__container-title__desktop {
    display: none;
  }
}
.header-banner .header-banner__container .header-banner__container-title__mobile {
  display: none;
}
@media (max-width: 767px) {
  .header-banner .header-banner__container .header-banner__container-title__mobile {
    display: block;
  }
}

.owl-pagination .owl-page.active span {
  background: #686868 !important;
}
.owl-pagination .owl-page span {
  border: 2px solid #686868 !important;
  background: transparent !important;
  opacity: 1 !important;
}

.client-list {
  background: url(../assets/image/red-graph.PNG);
  color: #fff;
}
.client-list .clientSlider-item {
  width: 160px;
  margin: 0 auto;
}
.client-list .clientSlider-item a {
  position: relative;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 85px;
}
@media (max-width: 767px) {
  .client-list .clientSlider-item a {
    padding: 0;
  }
}
.client-list .clientSlider-item a img {
  display: inline-block;
  max-width: 100%;
}
.client-list .clientSlider-item.clientSlider-item_full-width {
  width: 100%;
}
.client-list .clientSlider-item.clientSlider-item_full-width a {
  line-height: 100px;
}
.client-list .owl-dots .owl-dot.active {
  background: #ffffff !important;
}
.client-list .owl-dots .owl-dot {
  border: 2px solid #ffffff !important;
}
.client-list .owl-pagination .owl-page.active span {
  background: #ffffff !important;
}
.client-list .owl-pagination .owl-page span {
  border: 2px solid #ffffff !important;
  background: transparent !important;
  opacity: 1 !important;
}

.expert-team-section {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/company/engineers-bg.jpeg");
  box-shadow: 0 0 black;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
}

.section.expert-team-section {
  color: #fff;
}

.process-section {
  background: #ffffff;
  background-image: url("../assets/image/company/process-bg.jpeg");
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 768px) {
  .process-section {
    background-size: cover;
    background-position: left;
  }
}

.testimonial-section {
  position: relative;
  overflow: hidden;
  background: url("../assets/image/company/testimonial-bg.jpeg");
  background-position: bottom;
}
.testimonial-section .section-title {
  position: relative;
}
.testimonial-section .section-title h2 {
  z-index: 20;
}
.testimonial-section .section-title .testimonial__quote-icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.testimonial-section .section-title .testimonial__quote-icon svg {
  width: 150px;
  fill: #d9d6d6;
}
@media (max-width: 767px) {
  .testimonial-section .section-title .testimonial__quote-icon svg {
    width: 80px;
  }
}
.testimonial-section article {
  margin: 20px auto;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #FFC345;
}
.testimonial-section article .testimonial {
  padding: 30px;
}
@media (max-width: 767px) {
  .testimonial-section article .testimonial {
    padding-top: 0;
  }
}
.testimonial-section article .testimonial .quote {
  background: #ffffff;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 60%;
  margin: 0 auto;
  color: #5f5e5e;
  box-shadow: 20px 10px 5px 3px rgba(0, 0, 0, 0.25), -5px 2px 30px 7px rgba(0, 0, 0, 0.22);
}
@media (max-width: 768px) {
  .testimonial-section article .testimonial .quote {
    width: 100%;
    box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.1), -2px 3px 10px 5px rgba(0, 0, 0, 0.12);
  }
}
.testimonial-section article .testimonial .quote:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ffffff transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}
@media (max-width: 768px) {
  .testimonial-section article .testimonial .quote:after {
    left: 1px;
  }
}
.testimonial-section article .testimonial .quote p {
  font-size: 15px;
}
.testimonial-section article .testimonial .student {
  margin-left: 25px;
  margin-bottom: 80px;
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 25px;
}
.testimonial-section article .testimonial .student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.testimonial-section article .testimonial .student .photo img {
  border-radius: 100%;
  display: block;
  width: 100%;
}
.testimonial-section article .testimonial .student p {
  position: relative;
  top: 5px;
  text-transform: capitalize;
}
.testimonial-section article .testimonial .student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #f00;
}
.testimonial-section article .testimonial .student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}
@media (max-width: 768px) {
  .testimonial-section article .testimonial .student p:nth-child(3) {
    font-size: 13px;
    padding-left: 69px;
  }
}
@media (max-width: 768px) {
  .testimonial-section article .testimonial .student {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.testimonial-section article .testimonial video {
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.testimonial-section article .testimonial video:focus {
  outline: none;
  border: 0;
}
.testimonial-section article .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.testimonial-section article .owl-dots .owl-dot.active span {
  background: #ff0000;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.testimonial-section article .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial-section article .owl-dots .owl-dot:focus {
  outline: none;
}
.testimonial-section article .owl-dots .owl-dot:hover span {
  background: #ff0000;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.testimonial-section article .owl-dots .owl-dot span {
  background: #ff0000;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 100%;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* particles container */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1000;
  top: 0;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.ps-container {
  position: relative;
  box-sizing: border-box;
  clear: both;
  height: 100%;
}
.ps-container .ps-container-inner {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
}
.ps-container .ps-container-inner .ps-container-inner__row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.ps-container .ps-container-inner .ps-container-inner__row.right-image__row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row.right-image__row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row {
    margin-bottom: 0;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column {
    margin-bottom: 30px;
  }
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column.ps-container-inner__right-column {
    order: 2;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 1;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 16px 0 0 auto;
  position: relative;
  width: 82%;
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  margin: 48px 101px 0 0;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container.right-image-section {
  margin: 48px 0 0 101px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container.right-image-section {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container img {
  max-width: 100%;
  min-height: 1px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #ddd;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__image-container img {
    max-width: 90%;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-heading {
  font-size: 36px;
  line-height: 48px !important;
  font-weight: 300 !important;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-heading {
    font-size: 32px;
  }
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-heading span {
  display: block;
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-heading span strong {
  text-transform: uppercase;
}
.ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-body {
  line-height: 24px;
  font-size: 18px;
  color: #7a7a7a;
  margin: 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ps-container .ps-container-inner .ps-container-inner__row .ps-container-inner__column .ps-container-inner__column-inner .ps-container-inner__content .ps-container-inner__content-body {
    margin-top: 20px;
    font-size: 17px;
  }
}

.ex-engineers-container .ex-engineers__row {
  margin: 0;
}
.ex-engineers-container .ex-engineers__row:before {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 0 15px;
  margin: 0;
  transition: all 0.3s ease-in-out !important;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column.ex-engineers__column-empty {
  background: #f00;
}
@media (max-width: 767px) {
  .ex-engineers-container .ex-engineers__row .ex-engineers__column {
    padding: 20px;
    min-height: 200px;
    height: auto;
  }
  .ex-engineers-container .ex-engineers__row .ex-engineers__column.ex-engineers__column-empty {
    display: none;
  }
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column.heading-section {
  background: #f00;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column.heading-section h2 {
  font-size: 36px;
  text-align: left;
}
@media (max-width: 767px) {
  .ex-engineers-container .ex-engineers__row .ex-engineers__column.heading-section h2 {
    font-size: 32px;
  }
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column.heading-section h2 strong {
  text-transform: uppercase;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out !important;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper .ex-engineers__column-container {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 300px;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper .ex-engineers__column-container .ex-engineers__column-top {
  text-align: center;
  padding: 10px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e8e8e8;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper .ex-engineers__column-container .ex-engineers__column-top .ex-engineers__column-top-title {
  font-size: 18px;
  font-weight: bold !important;
}
.ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper .ex-engineers__column-container .ex-engineers__column-body {
  padding: 10px;
  padding-bottom: 0;
  padding-top: 15px !important;
  min-height: 80px;
}
@media (max-width: 767px) {
  .ex-engineers-container .ex-engineers__row .ex-engineers__column .ex-engineers__column-wrapper .ex-engineers__column-container .ex-engineers__column-body {
    font-size: 17px;
  }
}

.choose-us-container {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .choose-us-container {
    flex-wrap: wrap;
  }
}
.choose-us-container:before {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.choose-us-container .choose-us-container__col:nth-child(2) {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 1;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
.choose-us-container .choose-us-container__title {
  padding: 60px;
}
@media (max-width: 767px) {
  .choose-us-container .choose-us-container__title {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.choose-us-container .choose-us-container__title h2 {
  font-size: 44px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  font-weight: 300;
}
@media (max-width: 767px) {
  .choose-us-container .choose-us-container__title h2 {
    font-size: 32px;
  }
}
.choose-us-container .choose-us-container__title h2 span {
  display: block;
}
.choose-us-container .choose-us-container__row {
  display: flex;
}
@media (max-width: 767px) {
  .choose-us-container .choose-us-container__row {
    align-items: center;
    justify-content: center;
  }
}
.choose-us-container .choose-us-container__row .choose-us-container__column {
  background-position: center center;
  background-size: cover;
  padding: 5px;
  margin: 0;
  transition: all 0.3s ease-in-out !important;
}
.choose-us-container .choose-us-container__row .choose-us-container__column .choose-us-container__column-wrapper {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  min-height: 140px;
}
.choose-us-container .choose-us-container__row .choose-us-container__column .choose-us-container__column-wrapper h2 {
  font-size: 18px;
  font-weight: 500 !important;
  text-align: center;
  width: 80%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .choose-us-container .choose-us-container__row .choose-us-container__column .choose-us-container__column-wrapper h2 {
    font-size: 17px;
  }
}

.contact-page .contact-title-bg {
  background: url("../assets/image/contact/contact-bg.jpeg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 150px;
}
.contact-page .section-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-page .section-title .section-title {
    margin-bottom: 35px;
  }
}
.contact-page .section-title .section-title__title {
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-page .section-title .section-title__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.contact-page .section-title .section-title__description {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 16px;
  position: relative;
  font-size: 25px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .contact-page .section-title .section-title__description {
    font-size: 18px;
    line-height: 30px;
  }
}
.contact-page .contact-page-body {
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 60px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

.team-page .team-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/image/teamPepcus6.JPG);
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
@media (max-width: 767px) {
  .team-page .team-title-bg {
    background-position: center;
  }
}
.team-page .team-members-row {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .team-page .team-members-row {
    margin-top: 40px;
  }
}
.team-page .team-members-row .team-members__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.team-page .team-members-row .team-members {
  float: left;
  text-align: center;
  margin: 0 20px 40px;
}
.team-page .team-members-row .team-members.seniors {
  margin: 0 0 40px;
}
.team-page .team-members-row .team-members.employee {
  width: calc(25% - 40px);
}
@media (max-width: 1180px) {
  .team-page .team-members-row .team-members.employee {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members.employee {
    width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members.employee {
    width: calc(100% - 40px);
  }
}
.team-page .team-members-row .team-members.three {
  width: calc(33.33% - 40px);
}
@media (max-width: 1180px) {
  .team-page .team-members-row .team-members.three {
    width: calc(33.33% - 40px);
    float: left;
    text-align: center;
    margin: 0 20px 40px;
  }
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members.three {
    position: relative;
    width: calc(50% - 40px);
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members.three {
    position: relative;
    width: calc(100% - 40px);
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .team-page .team-members-row .team-members {
    width: calc(33.33% - 40px);
    float: left;
    text-align: center;
    margin: 0 20px 40px;
  }
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members {
    position: relative;
    width: calc(50% - 40px);
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members {
    position: relative;
    width: calc(100% - 40px);
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.team-page .team-members-row .team-members .team-member-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-page .team-members-row .team-members .team-member-img .team-img-border {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 100px;
  border: 2px solid #e2dcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  transform: rotate(10deg);
  transition: all ease-in-out 0.4s;
}
.team-page .team-members-row .team-members .team-member-img .team-img-border:hover {
  transform: rotate(0);
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members .team-member-img .team-img-border {
    border-radius: 100%;
    transform: rotate(0);
  }
}
.team-page .team-members-row .team-members .team-member-img .team-member-image {
  overflow: hidden;
  height: 300px;
  width: 200px;
  border-radius: 96px;
  display: flex;
  justify-content: center;
}
.team-page .team-members-row .team-members .team-member-img .team-member-image img {
  transition: all ease-in-out 0.4s;
  height: 100%;
  border-radius: 96px;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members .team-member-img .team-member-image {
    height: 200px;
    width: 200px;
    border-radius: 100%;
  }
  .team-page .team-members-row .team-members .team-member-img .team-member-image img {
    max-width: 100%;
  }
}
.team-page .team-members-row .team-members .team-member-img .team-member-image:hover img {
  transform: scale(1.1);
  border-radius: 96px;
}
.team-page .team-members-row .team-members .team-member-name {
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.team-page .team-members-row .team-members .designation {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}
.team-page .team-members-row .team-members .description {
  font-size: 14px;
  margin-top: 30px;
  line-height: 24px;
  text-align: justify;
}
.team-page .team-members-row .team-members .social {
  margin-top: 15px;
}
.team-page .team-members-row .team-members-top {
  position: static;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members-top {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-page .team-members-row .team-members-top:nth-child(even) .team-top-image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .team-page .team-members-row .team-members-top:nth-child(even) .team-top-info {
    order: 2;
  }
}
.team-page .team-members-row .team-members-top .team-top-image {
  float: left;
  width: 32%;
  max-height: 800px;
}
@media (max-width: 1000px) {
  .team-page .team-members-row .team-members-top .team-top-image {
    max-height: 700px;
  }
}
@media (max-width: 767px) {
  .team-page .team-members-row .team-members-top .team-top-image {
    max-height: max-content;
  }
}
.team-page .team-members-row .team-members-top .team-top-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 786px) {
  .team-page .team-members-row .team-members-top .team-top-image {
    width: 100%;
  }
  .team-page .team-members-row .team-members-top .team-top-image img {
    max-width: 400px;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members-top .team-top-image img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.team-page .team-members-row .team-members-top .team-top-info {
  background: #edecec;
  position: relative;
  display: grid;
  height: auto;
  min-height: 500px;
  width: 68%;
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content 1fr;
  grid-template-columns: 100%;
  float: left;
  padding: 30px 20px 20px 40px;
}
@media (max-width: 786px) {
  .team-page .team-members-row .team-members-top .team-top-info {
    width: 100%;
    padding: 20px;
  }
}
.team-page .team-members-row .team-members-top .team-top-info .heading {
  font: normal normal bold 35px/1.4em montserrat, sans-serif;
  color: #1D1E21;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top .team-top-info .heading {
    font: normal normal bold 28px/1.4em montserrat, sans-serif;
    text-align: center;
  }
}
.team-page .team-members-row .team-members-top .team-top-info .p-heading {
  font-weight: 600;
  text-align: left;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top .team-top-info .p-heading {
    text-align: center;
  }
}
.team-page .team-members-row .team-members-top .team-top-info p {
  margin-top: 10px;
}
.team-page .team-members-row .team-members-top .team-top-info p b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top .team-top-info i {
    text-align: center;
  }
}
.team-page .team-members-row .team-members-top .team-top-info svg {
  width: 35px;
  height: 35px;
}
.team-page .team-members-row .team-members-top-second {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(50% - 20px);
  margin-left: 40px;
  margin-bottom: 40px;
  background: #edecec;
}
@media (min-width: 767px) {
  .team-page .team-members-row .team-members-top-second:first-child {
    margin-left: 0;
  }
  .team-page .team-members-row .team-members-top-second:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top-second {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members-top-second {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-page .team-members-row .team-members-top-second:nth-child(even) .team-top-image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .team-page .team-members-row .team-members-top-second:nth-child(even) .team-top-info {
    order: 2;
  }
}
.team-page .team-members-row .team-members-top-second .team-top-image {
  float: left;
  width: 100%;
  max-height: 300px;
  background: #e1dae2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-page .team-members-row .team-members-top-second .team-top-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 786px) {
  .team-page .team-members-row .team-members-top-second .team-top-image img {
    max-height: 200px;
  }
}
@media (max-width: 600px) {
  .team-page .team-members-row .team-members-top-second .team-top-image img {
    max-height: 200px;
  }
}
.team-page .team-members-row .team-members-top-second .team-top-info {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content 1fr;
  grid-template-columns: 100%;
  float: left;
  padding: 20px;
}
.team-page .team-members-row .team-members-top-second .team-top-info .heading {
  font: normal normal bold 26px/1.4em montserrat, sans-serif;
  color: #1D1E21;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top-second .team-top-info .heading {
    text-align: center;
    font: normal normal bold 22px/1.4em montserrat, sans-serif;
  }
}
.team-page .team-members-row .team-members-top-second .team-top-info .p-heading {
  font-weight: 600;
  text-align: left;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top-second .team-top-info .p-heading {
    text-align: center;
  }
}
.team-page .team-members-row .team-members-top-second .team-top-info p {
  margin-top: 10px;
}
.team-page .team-members-row .team-members-top-second .team-top-info p b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .team-page .team-members-row .team-members-top-second .team-top-info i {
    text-align: center;
  }
}
.team-page .leadership-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://images.pexels.com/photos/3755440/pexels-photo-3755440.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: center;
}
.team-page .team-collage {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../assets/image/team/team.jpg);
  background-size: contain;
  height: 400px;
  width: 100%;
  z-index: 1000;
  position: relative;
  top: 0;
  background-position: top;
}
@media (max-width: 1800px) {
  .team-page .team-collage {
    height: 350px;
  }
}
@media (max-width: 1600px) {
  .team-page .team-collage {
    height: 300px;
  }
}
@media (max-width: 1499px) {
  .team-page .team-collage {
    height: 250px;
  }
}
@media (max-width: 1400px) {
  .team-page .team-collage {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .team-page .team-collage {
    height: 150px;
    background-size: cover;
    background-position: center;
  }
}
.team-page .team-collage a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.team-page .team-collage a h1 {
  border-bottom: 4px solid;
  border-top: 4px solid;
}
@media (max-width: 1499px) {
  .team-page .team-collage a h1 {
    border-bottom: 2px solid;
    border-top: 2px solid;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .team-page .team-collage a {
    top: 10px;
  }
  .team-page .team-collage a h1 {
    font-size: 28px;
  }
}

.team-footer-image {
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/image/red-graph.PNG);
  color: #fff;
}
.team-footer-image h1 {
  margin-bottom: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .team-footer-image h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
.team-footer-image a {
  color: #fff;
}

.legacy-app-page .legacy-app-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/legacy-app/legacy-app.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: center center;
}

.mobile-development-page .mobile-development-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../assets/image/mobile-development/mobile-development-banner.jpeg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.mobile-development-page #mobile-expertise-carousel {
  margin-top: 50px;
}
.mobile-development-page .section-cross-native {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../assets/image/mobile-development/mobile-development-banner.jpeg");
  background-repeat: repeat;
}
.mobile-development-page .section-cross-native .tab-cross {
  position: absolute;
  width: 300px;
  left: -70px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .mobile-development-page .section-cross-native .tab-cross {
    display: none;
  }
}
.mobile-development-page .section-cross-native .mobile-native {
  position: absolute;
  width: 300px;
  right: -70px;
}
@media (max-width: 992px) {
  .mobile-development-page .section-cross-native .mobile-native {
    display: none;
  }
}
.mobile-development-page .section-cross-native .mobile-native .row {
  display: flex;
}
@media (max-width: 768px) {
  .mobile-development-page .section-cross-native .mobile-native .row {
    display: block;
  }
}
.mobile-development-page .section-cross-native .center-image img {
  width: 200px;
}
@media (max-width: 992px) {
  .mobile-development-page .section-cross-native .center-image img {
    width: 130px;
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .mobile-development-page .section-cross-native .center-image img {
    width: 200px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .mobile-development-page .section-cross-native .center-image {
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .mobile-development-page .section-cross-native .container {
    width: 95%;
  }
}

.cloud-infrastructure-page .cloud-infrastructure-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}

.partner-integrations-page .partner-integrations-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.partner-integrations-page .partner-integration-half {
  background-position: center center;
  color: #fff;
  min-height: 500px;
  top: 0;
}
.partner-integrations-page .partner-integration-half-detail {
  background: #f2f2f2;
  min-height: 500px;
  padding: 50px;
  display: flex;
  align-items: center;
}
.partner-integrations-page .partner-integration-half-detail h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #ff0000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.partner-integrations-page .partner-integration-half-detail ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 14px;
  font-size: 16px;
}
.partner-integrations-page .partner-integration-half-detail ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.partner-integrations-page .partner-integration-half-detail ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hr-compliances-page .hr-compliances-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}

.wealth-management-page .wealth-management-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}

.software-development-page .software-development-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}

.support-and-maintenance-page .support-and-maintenance-title-bg {
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}

.careers-page .careers-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/image/career/career-banner.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: center center;
}
.careers-page .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(41, 41, 41, 0.77);
}
.careers-page .modal .modal-content {
  background-color: #fefefe;
  padding: 0;
  border: 1px solid #464642;
  width: 70%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .careers-page .modal .modal-content {
    width: 90%;
  }
}
.careers-page .modal .modal-content .modal-heading {
  background: #d6103c;
  padding: 25px;
  color: white;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .careers-page .modal .modal-content .modal-heading {
    font-size: 16px;
  }
}
.careers-page .modal .modal-content .modal-heading .modal-close {
  float: right;
  font-size: 3.40625rem;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.85rem 1.5rem;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
.careers-page .modal .modal-content .modal-wrapper {
  max-height: 450px;
  overflow: auto;
  height: 100%;
  background: #fbfbfb;
}
.careers-page .modal .modal-content .modal-wrapper .btn-apply {
  background: #d6103c;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 44px;
  width: 110px;
  margin: 22px -50px;
  position: relative;
  top: 65%;
  left: 50%;
}
@media (max-width: 767px) {
  .careers-page .modal .modal-content .modal-wrapper .btn-apply {
    padding: 10px;
    display: inline-block;
    height: 48px;
    width: 110px;
    margin: 22px -50px;
    position: relative;
    top: 65%;
    left: 50%;
  }
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container {
  height: 100%;
  overflow: auto;
  padding: 25px;
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container .modal-wrapper__heading {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container .modal__button-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul {
  font-size: 14px;
  margin: 20px 0 20px 30px;
}
@media (max-width: 767px) {
  .careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul {
    margin: 10px 0 10px 20px;
  }
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul li {
    padding-left: 35px;
  }
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}
.careers-page .modal .modal-content .modal-wrapper .modal-wrapper__container ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.job-opening-image {
  min-height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
}

.job-opening-image:last-child {
  height: 400px;
  width: 100%;
  background-position: 70%;
}

.job-opening__card-heading {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  color: white;
}
.job-opening__card-heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 767px) {
  .job-opening__card-heading h2 {
    font-size: 26px;
  }
}
.job-opening__card-heading p {
  line-height: 20px;
  margin-top: 15px;
  opacity: 0;
}
.job-opening__card-heading h3 {
  opacity: 0;
  margin-top: 15px;
}
.job-opening__card-heading .btn__see-more {
  opacity: 0;
  display: inline-block;
  padding: 6px 12px;
  background: #f00;
  cursor: pointer;
  margin-top: 1em;
  min-width: 110px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.job-opening__card-heading .btn__see-more span {
  padding-right: 15px;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 14px;
}
.job-opening__card-heading .btn__see-more span::after {
  content: "»";
  position: absolute;
  right: 0;
  font-size: 22px;
  top: -6px;
  right: 0px;
  transition: 0.3s linear;
}

.job-opening__card-container::before {
  width: 100%;
  cursor: pointer;
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.job-opening__card-container:hover::before {
  width: 100%;
  cursor: pointer;
  content: " ";
  background-color: rgba(0, 0, 0, 0.63);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.job-opening__card-container:hover .job-opening__card-heading {
  top: 50%;
  transition: 0.3s all;
}
.job-opening__card-container:hover .job-opening__card-heading p {
  opacity: 1;
  transition: 1s all;
  transition-delay: 0.4s;
}
.job-opening__card-container:hover .job-opening__card-heading h3 {
  opacity: 1;
  transition: 1s all;
  transition-delay: 0.6s;
}
.job-opening__card-container:hover .job-opening__card-heading .btn__see-more {
  opacity: 1;
  transition: 1s all;
  transition-delay: 0.7s;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .benefit-section {
    width: 100%;
    padding: 0;
  }
}

.benefit-container {
  display: flex;
  flex-wrap: wrap;
}
.benefit-container .benefit-image-container {
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .benefit-container .benefit-image-container {
    width: 100%;
  }
}
.benefit-container .benefit-image-container img:first-child {
  width: 100%;
  vertical-align: middle;
}
.benefit-container .benefit-image-container img:last-child {
  width: 97%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.benefit-container .benefit-image-container .hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.benefit-container .benefit-image-container .hvr-wobble-top {
  top: -6px !important;
  left: 4px !important;
}
.benefit-container .benefit-image-container .hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.benefit-container .benefit-image-container .hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.benefit-container .benefit-image-container:hover .hvr-wobble-horizontal {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: infinite;
}
.benefit-container .benefit-image-container:hover .hvr-pulse {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.benefit-container .benefit-image-container:hover .hvr-wobble-to-bottom-right {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: infinite;
}

.fun-image__gallery {
  margin: 50px auto;
}
.fun-image__gallery .fun-image__container a img {
  margin-bottom: 10px;
}

.owl-dots .owl-dot {
  outline: none;
  border: 2px solid #686868 !important;
  display: inline-block;
  margin: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.owl-dots .owl-dot span {
  margin: 0 !important;
  background: transparent !important;
}
.owl-dots .owl-dot.active {
  outline: none;
  background: #686868 !important;
}

.enterprise-software-page .enterprise-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/enterprise-software-development/enterprise-software-development.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.enterprise-software-page .expertise-to-build {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/image/enterprise-software-development/enterprise-to-build.jpg");
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.performance-container .performance-wrapper__content {
  width: 100%;
  max-width: 430px;
  margin-left: 0;
  margin-right: auto;
}
.performance-container .performance-wrapper__content .performance-wrapper__content-title {
  margin-bottom: 35px;
}
.performance-container .performance-wrapper__content .performance-wrapper__content-title span {
  display: block;
}
.performance-container .performance-wrapper__content .performance-wrapper__content-title h2 {
  font-size: 36px;
  line-height: 130% !important;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .performance-container .performance-wrapper__content .performance-wrapper__content-title h2 {
    font-size: 32px;
  }
}
.performance-container .performance-wrapper__content .performance-wrapper__content-title p {
  margin: 0px 0px 15px 0px;
}
.performance-container .performance-wrapper__content .performance-wrapper__image-container {
  position: relative;
  line-height: 0;
  top: 50px;
  left: 80px;
}
@media (max-width: 767px) {
  .performance-container .performance-wrapper__content .performance-wrapper__image-container {
    left: 0;
  }
}
.performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-one {
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  left: -50px;
  top: -20px;
  height: 400px;
  filter: blur(8px);
}
@media (max-width: 767px) {
  .performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-one {
    height: 250px;
    top: -10px;
    left: -10px;
  }
}
.performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-one img {
  margin-bottom: 0;
  margin: 0 0 1.5em;
  max-width: 100%;
  min-height: 1px;
  height: auto;
}
.performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-two {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  left: 40px;
  top: 40px;
  height: 400px;
}
@media (max-width: 767px) {
  .performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-two {
    height: 250px;
    top: 10px;
    left: 10px;
  }
}
.performance-container .performance-wrapper__content .performance-wrapper__image-container .performance-wrapper__image-two img {
  margin-bottom: 0;
  margin: 0 0 1.5em;
  max-width: 100%;
  min-height: 1px;
  height: auto;
}

.progress-container {
  margin-top: 35px;
}
.progress-container .row::before {
  display: table !important;
}
.progress-container .row::after {
  display: table !important;
}
.progress-container .progress-container__item {
  margin-bottom: 30px;
}
.progress-container .progress-container__item .progress-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.progress-container .progress-container__item .progress-size {
  text-align: right;
  font-weight: 700;
  font-weight: 700;
  text-transform: capitalize;
}
.progress-container .progress-container__item .progress-container__content {
  position: relative;
}
.progress-container .progress-container__item .progress-container__content .progress-container__status {
  background-color: #e5e5e5;
  height: 1px;
}
.progress-container .progress-container__item .progress-container__content .progress-container__status .progress-container__status-value {
  background-color: #f00;
  height: 5px;
  top: -2.5px;
  width: 0;
  position: relative;
  overflow: visible !important;
  margin-top: 12px;
  border-radius: 4px;
  box-shadow: 0 10px 40px -10px #fff;
}
@media (max-width: 767px) {
  .progress-container .progress-container__item .progress-container__content .progress-container__status .progress-container__status-value {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .esd-performance-tools__section {
    margin-top: 30px;
  }
}
.esd-performance-tools__section .container {
  max-width: 800px;
}
.esd-performance-tools__section .small-slider-item a {
  background: #ececec;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 170px;
  line-height: 130px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-aos=new-animation].aos-animate {
  animation: progress-dummy 3s normal forwards;
}
@media screen and (min-width: 768px) {
  [data-aos=new-animation].aos-animate {
    animation: progress-dummy 3s normal forwards;
  }
}

@keyframes progress-dummy {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.esd-fullcycle-section {
  margin-top: 0;
  text-align: left;
}
.esd-fullcycle-section .esd-timeline {
  margin-top: 50px;
  padding-left: 10px;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline {
    padding-left: 0;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block {
  position: relative;
  padding-left: 4rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 4rem;
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block:after {
  content: " ";
  position: absolute;
  left: 26px;
  margin-left: 0;
  width: 4px;
  border-radius: 4px;
  background-color: #c9d0d8;
  top: calc(50px + 1rem);
  bottom: 1rem;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block:after {
    left: 50%;
    margin-left: -2px;
    top: calc(50% + 25px + 1rem);
    bottom: -1rem;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block:before {
  content: " ";
  position: absolute;
  left: 26px;
  margin-left: 0;
  width: 4px;
  border-radius: 4px;
  background-color: #c9d0d8;
  top: -1rem;
  bottom: calc(50% + 25px + 1rem);
  display: none;
}
@media (min-width: 768px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block:before {
    display: block;
    left: 50%;
    margin-left: -2px;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block:first-child:before {
  content: none;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block:first-child {
    margin-top: -2rem;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block:last-child:after {
  content: none;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .esd-fullcycle-section .esd-timeline .esd-timeline-block:nth-child(even) .esd-timeline-content {
    float: right;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block p {
    font-size: 15px;
    font-size: 1rem;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col:nth-child(1) {
    margin-bottom: 0;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col img {
  width: 100%;
  height: auto;
  max-width: 445px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .esd-fullcycle-section .esd-timeline .esd-timeline-block .esd-timeline-content__col.col-right-img {
    order: 2;
  }
}
.esd-fullcycle-section .esd-timeline .esd-timeline-block .row {
  display: flex;
  flex-wrap: wrap;
}

.step-number {
  position: absolute;
  top: 10px;
  left: 0.8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  border-radius: 100%;
  background: linear-gradient(45deg, #c31212 0%, #ff0000 100%);
}
@media (min-width: 768px) {
  .step-number {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
}
.step-number:before {
  border-radius: 100%;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  opacity: 0.25;
  z-index: -1;
  background: linear-gradient(45deg, #c31212 0%, #ff0000 100%);
}
@media (min-width: 768px) {
  .step-number:before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}

.api-development-page .api-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/image/api-development/api-banner.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.api-development-page .api-design-development {
  background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
  background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.api-development-page .api-design-development .api-design-development__heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-design-development__heading h2 {
    text-align: center;
    font-size: 32px;
  }
}
.api-development-page .api-design-development .api-design-development__heading p {
  display: inline-block;
  max-width: 500px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-design-development__heading p {
    text-align: center;
    font-size: 18px;
  }
}
.api-development-page .api-design-development .api-design-development__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-design-development__row .api-design-development__column-left {
    order: 2;
  }
}
.api-development-page .api-design-development .api-design-development__row .api-design-development__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.api-development-page .api-design-development ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
}
.api-development-page .api-design-development ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.api-development-page .api-design-development ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.api-development-page .api-design-development .api-design__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-design__logos {
    margin-top: 40px;
    padding: 0;
  }
}
.api-development-page .api-design-development .api-design__logos > div {
  width: 100px;
  height: 100px;
  margin: 1rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.api-development-page .api-design-development .api-design__logos > div:hover {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
  transform: scale(1.1);
}
.api-development-page .api-design-development .api-design__logos > div img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.api-development-page .api-design-development .api-design__logos .flex-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.api-development-page .api-design-development.bg-light {
  background: #fff;
  color: #505050;
}
.api-development-page .api-design-development.bg-light ul li:after {
  color: #505050;
}
.api-development-page .api-design-development .round-pulse {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.api-development-page .api-design-development .round-pulse .logo-pulse {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.api-development-page .api-design-development .round-pulse .logo-pulse > div {
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.api-development-page .api-design-development .round-pulse .logo-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.api-development-page .api-design-development .round-pulse .logo-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.api-development-page .api-design-development .round-pulse .logo-pulse .pulse-3 {
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  -ms-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}
.api-development-page .api-design-development .round-pulse .logo-pulse .pulse-4 {
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  -ms-transform: translate(-50%, -50%) scale(2.1);
  transform: translate(-50%, -50%) scale(2.1);
}
.api-development-page .api-design-development .round-pulse .logo-pulse .pulse-expand {
  will-change: transform;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.api-development-page .api-design-development .api-documentation__img {
  max-width: 1000px;
}
.api-development-page .api-design-development .api-documentation__img.small-img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-documentation__img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .api-development-page .api-design-development .api-documentation__img.small-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.api-development-page .api-design-development .api-section__logos {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.api-development-page .api-design-development .api-section__logos .api-section-logos__row {
  padding-right: 60px;
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-section__logos .api-section-logos__row {
    padding-right: 0;
    display: flex;
  }
}
.api-development-page .api-design-development .api-section__logos .api-section-logos__row .api-section-logos__column {
  margin-bottom: 30px;
}
.api-development-page .api-design-development .api-section__logos .api-section-logos__row .api-section-logos__column a {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  padding: 15px 10px;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .api-development-page .api-design-development .api-section__logos .api-section-logos__row .api-section-logos__column a {
    padding: 10px 5px;
  }
}
.api-development-page .api-design-development .api-section__logos .api-section-logos__row .api-section-logos__column a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}
.api-development-page .api-design-development .api-section__logos .api-section-logos__row .api-section-logos__column a img {
  width: 100%;
}

.custom-integrations-page .custom-integrations-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/custom-integration/custom-integration-baaner.jpeg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.custom-integrations-page .custom-plan-section {
  background: linear-gradient(rgba(54, 88, 1, 0.75), rgba(55, 88, 1, 0.75)), url("../assets/image/custom-integration/custom-integration-plan.jpeg");
  background-position: center;
  color: #fff;
  background-size: cover;
}
.custom-integrations-page .ci-clients-services {
  background-image: url("../assets/image/custom-integration/custom-integration-services.jpg");
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
  background-position: 50% 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-clients-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.custom-integrations-page .ci-clients-services:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-clients-services:before {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .custom-integrations-page .ci-clients-services .ci-clients-services__container .col-left {
    order: 2;
  }
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__container-title {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__container-title {
    width: 100%;
    background: transparent;
    margin-bottom: 30px;
  }
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__container-title h2 {
  margin: 0;
  font-size: 36px;
  line-height: 70px;
  text-align: center;
  text-align: left;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__container-title h2 {
    font-size: 32px;
    line-height: 45px;
    color: #fff;
  }
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__container-title h2 strong {
  font-weight: 800;
  text-transform: uppercase;
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row {
  display: flex;
  margin-bottom: 20px;
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row .ci-clients-services__column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 44%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  color: #FFF;
  border: 1px solid #FFF;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
  margin-left: 4%;
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row .ci-clients-services__column:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row .ci-clients-services__column .ci-clients-services__column-wrapper {
  display: table;
  width: 100%;
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row .ci-clients-services__column .ci-clients-services__column-wrapper .ci-clients-services__column-wrapper-item {
  display: table-row;
  vertical-align: middle;
}
.custom-integrations-page .ci-clients-services .ci-clients-services__container .ci-clients-services__row .ci-clients-services__column .ci-clients-services__column-wrapper .ci-clients-services__column-wrapper-item h2 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-width: 400;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column h2 {
    font-size: 32px;
  }
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column p {
  display: inline-block;
  max-width: 500px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img {
  max-width: 1000px;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img.small-img {
  max-width: 600px;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img.right-img {
  margin-left: 50px;
}
.custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img.left-img {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-integrations-page .ci-integration-section .ci-integration-section__container .ci-integration-section__row .ci-integration-section__column .ci-integration-section__img.small-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.custom-integrations-page .ci-integration-container {
  position: relative;
  box-sizing: border-box;
  clear: both;
  height: 100%;
  width: 100%;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row.right-image__row {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row.right-image__row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row {
    margin-bottom: 0;
  }
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column {
    margin-bottom: 30px;
  }
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column.ci-integration-container-inner__left-column {
    order: 2;
  }
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 1;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__image-container img {
  max-width: 100%;
  min-height: 1px;
  height: auto;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__image-container img {
    max-width: 90%;
    margin: 0 auto;
  }
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__content {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__content .ci-integration-container-inner__content-heading {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__content .ci-integration-container-inner__content-heading {
    font-size: 32px;
    text-align: center;
  }
}
.custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__content .ci-integration-container-inner__content-body {
  display: inline-block;
  max-width: 500px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-integrations-page .ci-integration-container .ci-integration-container-inner .ci-integration-container-inner__row .ci-integration-container-inner__column .ci-integration-container-inner__column-inner .ci-integration-container-inner__content .ci-integration-container-inner__content-body {
    text-align: center;
    font-size: 16px;
  }
}

.microservices-page .microservices-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../assets/image/microservices/microservices-banner.jpg") center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
.microservices-page .ms-tools-expertise__section .container {
  max-width: 800px;
}
.microservices-page .ms-howwork-section {
  margin-top: 0;
  text-align: left;
}
.microservices-page .ms-howwork-section .ms-timeline {
  margin-top: 50px;
  padding-left: 10px;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline {
    padding-left: 0;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block {
  position: relative;
  padding-left: 4rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 4rem;
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:after {
  content: " ";
  position: absolute;
  left: 26px;
  margin-left: 0;
  width: 4px;
  border-radius: 4px;
  background-color: #c9d0d8;
  top: calc(50px + 1rem);
  bottom: 1rem;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:after {
    left: 50%;
    margin-left: -2px;
    top: calc(50% + 25px + 1rem);
    bottom: -1rem;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:before {
  content: " ";
  position: absolute;
  left: 26px;
  margin-left: 0;
  width: 4px;
  border-radius: 4px;
  background-color: #c9d0d8;
  top: -1rem;
  bottom: calc(50% + 25px + 1rem);
  display: none;
}
@media (min-width: 768px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:before {
    display: block;
    left: 50%;
    margin-left: -2px;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:first-child:before {
  content: none;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:first-child {
    margin-top: -2rem;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:last-child:after {
  content: none;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block:nth-child(even) .esd-timeline-content {
    float: right;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-step-number {
  position: absolute;
  top: 10px;
  left: 0.8rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  border-radius: 100%;
  background: linear-gradient(45deg, #c31212 0%, #ff0000 100%);
}
@media (min-width: 768px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-step-number {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-step-number:before {
  border-radius: 100%;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  opacity: 0.25;
  z-index: -1;
  background: linear-gradient(45deg, #c31212 0%, #ff0000 100%);
}
@media (min-width: 768px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-step-number:before {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block p {
    font-size: 15px;
    font-size: 1rem;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col:nth-child(1) {
    margin-bottom: 0;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col img {
  width: 100%;
  height: auto;
  max-width: 445px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .ms-timeline-content__col.col-right-img {
    order: 2;
  }
}
.microservices-page .ms-howwork-section .ms-timeline .ms-timeline-block .row {
  display: flex;
  flex-wrap: wrap;
}

.technology-spectrum .technology-spectrum-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/image/technology-spectrum/technology-spectrum-baaner.jpg") center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: center center;
}
.technology-spectrum .ts__server-side .section-title h2 {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .technology-spectrum .ts__server-side .container {
    width: 100%;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-align-content: center;
  text-align: center;
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 200px;
  -webkit-align-content: center;
  text-align: center;
  background: #f9f9f9;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card {
    margin: 0;
    height: 150px;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #f9f9f9;
  outline: #fcfcfc solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 2;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover:before {
  opacity: 1;
  background: #ff0000;
  outline: #ff0000 solid 1px;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-link-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-icon {
  margin: 0 auto;
  color: #fff !important;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-icon .ts__server-side-card-icon-color {
  display: none;
  width: 0 !important;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-icon .ts__server-side-card-icon-w-color {
  display: block !important;
  width: 100px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-icon .ts__server-side-card-icon-w-color {
    width: 80px;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card:hover .ts__server-side-card-name h4 {
  display: block !important;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper {
  padding: 30px 20px 30px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper {
    height: 150px;
    padding: 10px 20px 10px;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-link-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-icon-container {
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content: center;
  height: 100%;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff !important;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-self: center;
  justify-content: center;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-icon .ts__server-side-card-icon-color {
  width: 130px;
  height: 100%;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-icon .ts__server-side-card-icon-color {
    width: 100px;
  }
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-icon .ts__server-side-card-icon-w-color {
  display: none;
  height: 100%;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-name {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff !important;
  z-index: 5;
  width: 100%;
}
.technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-name h4 {
  font-size: 18px;
  line-height: 30px;
  color: #fff !important;
  display: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__server-side .ts__server-side-container ul li .ts__server-side-card .ts__server-side-card-wrapper .ts__server-side-card-name h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.technology-spectrum .ts__frontend-technologies {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/image/technology-spectrum/ts-frontend-bg.jpg") center center;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__frontend-technologies {
    overflow: hidden;
  }
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container {
  position: relative;
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .section-title {
  position: absolute;
  z-index: 100;
  color: #fff;
  padding: 30px 15px;
  width: 100%;
  left: 0;
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .section-title h2 {
  font-weight: 700;
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .react-section, .technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .angular-section {
  height: 100%;
  max-height: 500px;
  padding: 120px 40px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .react-section, .technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .angular-section {
    max-height: 400px;
  }
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .react-section {
  background: rgba(4, 116, 188, 0.8);
}
@media (max-width: 767px) {
  .technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .react-section {
    padding: 20px 40px 20px 40px;
  }
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container .angular-section {
  background: rgba(175, 43, 45, 0.8);
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container img {
  width: 200px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-container img {
    width: 150px;
  }
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-small-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-small-logo div {
  width: 80px;
  height: 80px;
  margin: 1rem;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.technology-spectrum .ts__frontend-technologies .ts__frontend-technologies-small-logo div > img {
  width: 100%;
  max-width: 60px;
}
.technology-spectrum .ts__mobile-dev {
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  background-color: #8089ff;
  position: relative;
  margin: 50px 0;
}
.technology-spectrum .ts__mobile-dev .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.technology-spectrum .ts__mobile-dev .content-col {
  text-align: center;
}
.technology-spectrum .ts__mobile-dev .section-heading {
  display: inline-block;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__mobile-dev .section-heading {
    margin-top: 2rem;
  }
}
.technology-spectrum .ts__mobile-dev .section-heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__mobile-dev .section-heading h2 {
    font-size: 32px;
  }
}
.technology-spectrum .ts__mobile-dev .section-heading ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  justify-content: center;
}
.technology-spectrum .ts__mobile-dev .section-heading ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 1rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.technology-spectrum .ts__mobile-dev .section-heading ul li svg {
  width: 60px;
  height: 60px;
}
.technology-spectrum .ts__mobile-dev .section-heading ul li img {
  max-width: 100%;
  width: 90px;
  height: auto;
}
.technology-spectrum .ts__mobile-dev .mobile-img {
  position: relative;
  margin-top: 4rem;
  margin-bottom: -10rem;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__mobile-dev .mobile-img {
    margin-top: 0;
    margin-bottom: -3rem;
    max-width: 350px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.technology-spectrum .ts__web-designing .section-title h2 {
  font-weight: 700;
}
.technology-spectrum .ts__web-designing .ts__web-designing-allInOne {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-spectrum .ts__web-designing .ts__web-designing-allInOne > img {
  width: 100%;
  max-width: 700px;
}
.technology-spectrum .ts__web-designing .ts-web-section__logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__web-designing .ts-web-section__logos {
    margin-top: 30px;
  }
}
.technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column {
  margin-bottom: 30px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column:last-child {
  margin-right: 0;
}
.technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column a {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  padding: 15px 10px;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column a {
    padding: 10px 5px;
  }
}
.technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}
.technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column a img {
  width: 100%;
  max-width: 150px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__web-designing .ts-web-section__logos .ts-web-section__logos-column a img {
    max-width: 120px;
  }
}
.technology-spectrum .ts__cloud-dev .section-title h2 {
  font-weight: 700;
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev-allInOne {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev-allInOne > img {
  width: 100%;
  max-width: 500px;
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos {
    margin-top: 30px;
  }
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column {
  margin-bottom: 30px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column:last-child {
  margin-right: 0;
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column a {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  padding: 15px 10px;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column a {
    padding: 10px 5px;
  }
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}
.technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column a img {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__cloud-dev .ts__cloud-dev__logos .ts__cloud-dev__logos-column a img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .technology-spectrum .ts__quality-test {
    overflow: hidden;
  }
}
.technology-spectrum .ts__quality-test .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.technology-spectrum .ts__quality-test .content-col {
  text-align: center;
}
.technology-spectrum .ts__quality-test .content-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-spectrum .ts__quality-test .section-heading {
  display: inline-block;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__quality-test .section-heading {
    margin-top: 1rem;
  }
}
.technology-spectrum .ts__quality-test .section-heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__quality-test .section-heading h2 {
    font-size: 32px;
  }
}
.technology-spectrum .ts__quality-test ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  justify-content: center;
}
.technology-spectrum .ts__quality-test ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 1rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.technology-spectrum .ts__quality-test ul li svg {
  width: 60px;
  height: 60px;
}
.technology-spectrum .ts__quality-test ul li img {
  max-width: 100%;
  width: 80px;
  height: auto;
}
.technology-spectrum .ts__quality-test .mobile-img {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 440px;
}
@media (max-width: 767px) {
  .technology-spectrum .ts__quality-test .mobile-img {
    margin-top: 0;
    margin-bottom: -3rem;
    max-width: 350px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
  }
}
.technology-spectrum .ts__tools .section-title h2 {
  font-weight: 700;
}

.mobile-development-page .mobile-development__expertise .mobile-development__section-content {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mobile-development-page .mobile-development__expertise .mobile-development__section-content div.mobile-development__expertise-col:last-child {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .mobile-development-page .mobile-development__expertise .mobile-development__section-content div.mobile-development__expertise-col:last-child > span {
    margin: 0 auto;
  }
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col {
  margin-bottom: 30px;
  min-height: 180px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .mobile-development-page .mobile-development__expertise .mobile-development__expertise-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 25, 26, 0.5);
  border-radius: 100%;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span:hover {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
  transform: scale(1.1);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.ux {
  background: rgb(255, 236, 239);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.ux svg {
  width: 40px;
  height: 40px;
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.cross-platform {
  background: rgb(228, 255, 238);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.cross-platform svg {
  width: 50px;
  height: 50px;
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.scalability {
  background: rgb(255, 246, 211);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.scalability svg {
  width: 40px;
  height: 40px;
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.security {
  background: rgb(244, 244, 255);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.security svg {
  width: 50px;
  height: 50px;
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span.accelerated {
  background: rgb(228, 240, 253);
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col span > svg {
  width: 60px;
  height: 60px;
}
.mobile-development-page .mobile-development__expertise .mobile-development__expertise-col h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .mobile-development-page .mobile-development__expertise .mobile-development__expertise-col h2 {
    font-size: 16px;
    text-align: center;
  }
}
.mobile-development-page .mobile-development__expertise .mobile-development__section-image .mobile-img {
  position: relative;
  margin-bottom: 2rem;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .mobile-development-page .mobile-development__expertise .mobile-development__section-image .mobile-img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 350px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.mobile-section-cards {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.mobile-section-cards .mobile-section-cards__col {
  width: 25%;
}
@media (max-width: 1024px) {
  .mobile-section-cards .mobile-section-cards__col {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mobile-section-cards .mobile-section-cards__col {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.mobile-section-cards .mobile-section-cards-item {
  display: block;
  height: 250px;
  line-height: 250px;
  background: #f9f9f9;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}
.mobile-section-cards .mobile-section-cards-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  background: #f9f9f9;
  transition: all 0.2s ease;
  opacity: 1;
  z-index: 2;
}
.mobile-section-cards .mobile-section-cards-item:hover:before {
  opacity: 0.8;
  background: #0cf;
}
.mobile-section-cards .mobile-section-cards-item:hover .mobile-section-cards-icon svg path {
  fill: #fff !important;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-item-link-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-item-link-image.ios {
  background-image: url("../assets/image/mobile-development/mobile-platforms/mobile-apple.jpg");
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-item-link-image.android {
  background-image: url("../assets/image/mobile-development/mobile-platforms/mobile-android.jpg");
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-item-link-image.cross-platform {
  background-image: url("../assets/image/mobile-development/mobile-platforms/mobile-cross.jpg");
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-item-link-image.progressive {
  background-image: url("../assets/image/mobile-development/mobile-platforms/mobile-progressive.jpg");
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 140px;
  z-index: 10;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-icon svg {
  height: 80px;
  max-height: 80px;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-wrapper .mobile-section-cards-icon svg path {
  fill: #0cf;
}
.mobile-section-cards .mobile-section-cards-item .mobile-section-cards-item-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 80%;
  margin: 0 auto;
  background: #0cf;
  color: #fff;
  top: -20;
  z-index: 50;
  border-radius: 10px;
  font-weight: 500;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
@media (max-width: 1200px) {
  .mobile-section-cards .mobile-section-cards-item .mobile-section-cards-item-name {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .mobile-section-cards .mobile-section-cards-item .mobile-section-cards-item-name {
    width: 80%;
  }
}

.ModalContent-stsb3j-0 {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background-clip: padding-box;
  background-color: #f5f6f8;
  border-radius: 4px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: calc(100% - 100px);
  max-width: 1000px;
  padding: 0;
  top: 50px;
  width: 100%;
  overflow-y: auto;
  opacity: 1;
  transform: scale(1, 1) translateZ(0px);
  transition: opacity 350ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 233ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}

.las-container {
  position: relative;
  box-sizing: border-box;
  clear: both;
  height: 100%;
  width: 100%;
}
.las-container .las-container-inner {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
}
.las-container .las-container-inner .las-container-inner__row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.las-container .las-container-inner .las-container-inner__row.right-image__row {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row.right-image__row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row {
    margin-bottom: 0;
  }
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column {
    margin-bottom: 30px;
  }
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column.las-container-inner__right-column {
    order: 2;
  }
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 1;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container.right-image img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container.right-image {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container img {
  max-width: 100%;
  min-height: 1px;
  height: auto;
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container img {
    max-width: 90%;
  }
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container .overlay-img {
  position: absolute;
  bottom: 70;
  right: 0;
  background: #fff;
  width: 400px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__image-container .overlay-img.right {
  left: 0;
  right: auto;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-heading {
  font-size: 36px;
  line-height: 48px !important;
  font-weight: 300 !important;
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-heading {
    font-size: 32px;
  }
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-heading span {
  display: block;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-heading span strong {
  text-transform: uppercase;
}
.las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-body {
  line-height: 24px;
  font-size: 18px;
  color: #7a7a7a;
  margin: 0px 0px 15px 0px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .las-container .las-container-inner .las-container-inner__row .las-container-inner__column .las-container-inner__column-inner .las-container-inner__content .las-container-inner__content-body {
    margin-top: 20px;
    font-size: 17px;
  }
}

.business-philosophy-section .left1x3n.blob1U5Q {
  background-position: 50vw 25px;
}
.business-philosophy-section .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
.business-philosophy-section .intro2RCL {
  background-image: url("../assets/image/company/business-philosophy/itsbusiness-bg.png");
  background-size: 731px 550px;
}
.business-philosophy-section .intro2RCL .grid178A {
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  grid-template-columns: 475px 1fr;
}
.business-philosophy-section .intro2RCL .buttons1C0r {
  padding: 9px 0;
}
.business-philosophy-section .intro2RCL .buttons1C0r a {
  margin-right: 10px;
}
.business-philosophy-section .intro2RCL video {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.business-philosophy-section .intro2RCL img {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 600px;
  margin-top: 100px;
}
.business-philosophy-section .blob1U5Q {
  background-repeat: no-repeat;
}
.business-philosophy-section .glanceKYug {
  background-image: url("../assets/image/company/business-philosophy/business-value-bg.png");
  background-size: 893px 511px;
  background-position: calc(50vw - 893px) 0;
}
.business-philosophy-section .teamwork1zJz {
  background-image: url("../assets/image/company/business-philosophy/business-clients-bg.png");
  background-size: 619px 507px;
}
.business-philosophy-section .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
.business-philosophy-section .grid178A {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  max-width: 1003.75px;
  padding: 3.125rem 1.875rem;
  margin: 0 auto;
}
.business-philosophy-section .right3x0m .grid178A {
  grid-template-columns: 490px 1fr;
  justify-items: flex-end;
}
.business-philosophy-section .left1x3n img {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  width: 600px;
  margin-top: 40px;
}
.business-philosophy-section .right3x0m .heroImages1RTg .img2RPn {
  right: 0;
}
.business-philosophy-section .right3x0m .grid178A > *:first-child {
  order: 2;
}
.business-philosophy-section .right3x0m img {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  width: 600px;
  margin-top: 40px;
}
.business-philosophy-section .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.business-philosophy-section .heroImages1RTg .img2RPn {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(5px);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  will-change: opacity, transform;
}
.business-philosophy-section .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.business-philosophy-section .heroImages1RTg .img2RPn[data-active] {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}
.business-philosophy-section .buttonYAU- {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 0;
  -webkit-appearance: none;
  box-shadow: none;
  font-weight: 550;
  border-radius: 2px;
  padding: 8px 14px;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  display: inline-flex;
}
.business-philosophy-section .buttonYAU-[data-appearance=""] {
  color: #1988e0;
}
.business-philosophy-section .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.business-philosophy-section .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.business-philosophy-section h1 {
  font-size: 3.125rem;
  line-height: 1.12;
  font-weight: 600;
  text-align: left;
}
.business-philosophy-section h2 {
  margin-top: 30px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 10px;
}
.business-philosophy-section h4 {
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: normal;
}
.business-philosophy-section blockquote {
  margin: 0px;
  font-size: 1.1025rem;
  line-height: 1.45;
}

.business-philosophy-section1 .left1x3n.blob1U5Q {
  background-position: 50vw 25px;
}
.business-philosophy-section1 .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
.business-philosophy-section1 .intro2RCL .grid178A {
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  grid-template-columns: 475px 1fr;
}
.business-philosophy-section1 .intro2RCL .buttons1C0r {
  padding: 9px 0;
}
.business-philosophy-section1 .intro2RCL .buttons1C0r a {
  margin-right: 10px;
}
.business-philosophy-section1 .intro2RCL video {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.business-philosophy-section1 .intro2RCL img {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 600px;
  margin-top: 100px;
}
.business-philosophy-section1 .blob1U5Q {
  background-repeat: no-repeat;
}
.business-philosophy-section1 .glanceKYug {
  background-size: 893px 511px;
  background-position: calc(50vw - 893px) 0;
}
.business-philosophy-section1 .teamwork1zJz {
  background-image: url("../assets/image/company/business-philosophy/business-clients-bg.png");
  background-size: 619px 507px;
}
.business-philosophy-section1 .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
.business-philosophy-section1 .grid178A {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  max-width: 1003.75px;
  padding: 3.125rem 1.875rem;
  margin: 0 auto;
}
.business-philosophy-section1 .right3x0m .grid178A {
  grid-template-columns: 490px 1fr;
  justify-items: flex-end;
}
.business-philosophy-section1 .left1x3n img {
  border-radius: 10px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  width: 320px;
  margin-top: 0;
  z-index: 2;
}
.business-philosophy-section1 .right3x0m .heroImages1RTg .img2RPn {
  right: 0;
}
.business-philosophy-section1 .right3x0m .grid178A > *:first-child {
  order: 2;
}
.business-philosophy-section1 .right3x0m img {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  width: 600px;
  margin-top: 40px;
}
.business-philosophy-section1 .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.business-philosophy-section1 .heroImages1RTg .img2RPn {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(5px);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  will-change: opacity, transform;
}
.business-philosophy-section1 .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.business-philosophy-section1 .heroImages1RTg .img2RPn[data-active] {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}
.business-philosophy-section1 .buttonYAU- {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 0;
  -webkit-appearance: none;
  box-shadow: none;
  font-weight: 550;
  border-radius: 2px;
  padding: 8px 14px;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  display: inline-flex;
}
.business-philosophy-section1 .buttonYAU-[data-appearance=""] {
  color: #1988e0;
}
.business-philosophy-section1 .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.business-philosophy-section1 .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.business-philosophy-section1 h1 {
  font-size: 3.125rem;
  line-height: 1.12;
  font-weight: 600;
  text-align: left;
}
.business-philosophy-section1 h2 {
  margin-top: 30px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 10px;
}
.business-philosophy-section1 h4 {
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: normal;
}
.business-philosophy-section1 blockquote {
  margin: 0px;
  font-size: 1.1025rem;
  line-height: 1.45;
}
.business-philosophy-section1 .blob:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 650px;
  height: 650px;
  background-image: url("../assets/image/company/business-philosophy/owal-business-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform-origin: center center;
}
.business-philosophy-section1 .blob.stacked {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.business-philosophy-section1 .blob.stacked::before {
  width: 300px;
  height: 300px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(40%, 30%);
}
.business-philosophy-section1 .blob.stacked .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
}
.business-philosophy-section1 .blob.stacked .card.pluses:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 520px;
  height: 300px;
  background-image: url(../assets/image/company/business-philosophy/plus-business-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  z-index: 1;
  transform: translate(-20%, -40%);
}
.business-philosophy-section1 .blob.stacked .card.pluses .gray:before {
  background-image: url(https://d7jo6xr5g4bhv.cloudfront.net/assets/decorations/pluses_gray-3db7c8c577f19b56e4948d27c6107a45e0803fab2e655bd4b4500716f6c88e7e.svg);
}
.business-philosophy-section1 .blob.stacked .card .card-inner {
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: none;
  box-shadow: rgba(0, 44, 63, 0.1) 0px 30px 100px;
  border-radius: 10px;
  width: 380px;
  padding: 30px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.business-philosophy-section1 .blob.first.stacked:before {
  transform: translate(40%, -25%);
}
.business-philosophy-section1 .blob.first.stacked .card.pluses:before {
  transform: translate(-20%, 30%);
}
.business-philosophy-section1 .blob.left.stacked {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  flex-direction: row-reverse;
}
.business-philosophy-section1 .blob.left.stacked:before {
  transform: translate(-90%, 35%);
}
.business-philosophy-section1 .blob.left.stacked .card.pluses:before {
  transform: translate(35%, -40%);
}

.bp-section-old .left1x3n.blob1U5Q {
  background-position: 50vw 25px;
}
.bp-section-old .left1x3n.blob1U5Q {
  background-position: 50vw 25px;
}
.bp-section-old .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
@media (max-width: 767px) {
  .bp-section-old .left1x3n .grid178A {
    max-width: 100%;
    grid-template-columns: auto !important;
    grid-template-rows: auto !important;
  }
}
.bp-section-old .intro2RCL .grid178A {
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
  grid-template-columns: 475px 1fr;
}
@media (max-width: 767px) {
  .bp-section-old .intro2RCL .grid178A {
    padding-top: 0;
  }
}
.bp-section-old .intro2RCL .buttons1C0r {
  padding: 9px 0;
}
.bp-section-old .intro2RCL .buttons1C0r a {
  margin-right: 10px;
}
.bp-section-old .intro2RCL video {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.15), 0px 12px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.bp-section-old .intro2RCL img {
  border-radius: 4px;
  width: 600px;
  margin-top: 100px;
}
.bp-section-old .blob1U5Q {
  background-repeat: no-repeat;
}
.bp-section-old .glanceKYug {
  background-size: 893px 511px;
  background-position: calc(50vw - 893px) 0;
}
.bp-section-old .teamwork1zJz {
  background-image: url("../assets/image/company/business-philosophy/business-clients-bg.png");
  background-size: 619px 507px;
}
.bp-section-old .left1x3n .grid178A {
  grid-template-columns: 450px 1fr;
}
.bp-section-old .grid178A {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 75px;
  grid-row-gap: 20px;
  max-width: 1003.75px;
  padding: 3.125rem 1.875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bp-section-old .business-content {
    order: 2;
  }
}
.bp-section-old .right3x0m .grid178A {
  grid-template-columns: 490px 1fr;
  justify-items: flex-end;
}
.bp-section-old .left1x3n img {
  border-radius: 10px;
  /* background: white; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px; */
  width: 400px;
  margin-top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .bp-section-old .left1x3n img {
    width: 100%;
  }
}
.bp-section-old .right3x0m .heroImages1RTg .img2RPn {
  right: 0;
}
.bp-section-old .right3x0m .grid178A > *:first-child {
  order: 2;
}
.bp-section-old .right3x0m img {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.1) 0px 12px 24px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
  width: 600px;
  margin-top: 40px;
}
.bp-section-old .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.bp-section-old .heroImages1RTg .img2RPn {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(5px);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  will-change: opacity, transform;
}
.bp-section-old .heroImages1RTg {
  width: 100%;
  height: 500px;
  position: relative;
}
.bp-section-old .heroImages1RTg .img2RPn[data-active] {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
}
.bp-section-old .buttonYAU- {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 0;
  -webkit-appearance: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 2px;
  padding: 8px 14px;
  transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  display: inline-flex;
}
.bp-section-old .buttonYAU-[data-appearance=""] {
  color: #1988e0;
}
.bp-section-old .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.bp-section-old .buttonYAU-[data-appearance=primary] {
  background: #1988e0;
  color: #fff;
}
.bp-section-old h1 {
  font-size: 3.125rem;
  line-height: 1.12;
  font-weight: 600;
  text-align: left;
}
.bp-section-old h2 {
  margin-top: 30px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .bp-section-old h2 {
    margin-top: 0;
  }
}
.bp-section-old h4 {
  font-size: 1.5rem;
  line-height: 1.42;
  font-weight: normal;
}
.bp-section-old blockquote {
  margin: 0px;
  font-size: 1.1025rem;
  line-height: 1.45;
}
.bp-section-old .blob .blob-img {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  transform: translate(80%, 37%);
}
.bp-section-old .blob .blob-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .bp-section-old .blob .blob-img {
    display: none;
  }
}
.bp-section-old .blob:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 650px;
  height: 650px;
  background-image: url("../assets/image/company/business-philosophy/owal-business-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform-origin: center center;
}
.bp-section-old .blob.stacked {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .bp-section-old .blob.stacked {
    width: 100%;
  }
}
.bp-section-old .blob.stacked::before {
  width: 300px;
  height: 300px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(40%, 30%);
}
@media (max-width: 767px) {
  .bp-section-old .blob.stacked::before {
    content: none;
  }
}
.bp-section-old .blob.stacked .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
}
.bp-section-old .blob.stacked .card.pluses .pluses-img {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  z-index: 1;
  animation: 1s ease-out 0s 1 normal none running slideInFromLeft;
  transform: translate(-35%, -55%);
}
.bp-section-old .blob.stacked .card.pluses .pluses-img img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .bp-section-old .blob.stacked .card.pluses .pluses-img {
    display: none;
  }
}
.bp-section-old .blob.stacked .card.pluses:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 520px;
  height: 300px;
  background-image: url(../assets/image/company/business-philosophy/plus-business-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  transform-origin: center center;
  z-index: 1;
  transform: translate(-20%, -40%);
}
@media (max-width: 767px) {
  .bp-section-old .blob.stacked .card.pluses:before {
    content: none;
  }
}
.bp-section-old .blob.stacked .card.pluses .gray:before {
  background-image: url(https://d7jo6xr5g4bhv.cloudfront.net/assets/decorations/pluses_gray-3db7c8c577f19b56e4948d27c6107a45e0803fab2e655bd4b4500716f6c88e7e.svg);
}
.bp-section-old .blob.stacked .card .card-inner {
  background-color: white;
  background-clip: border-box;
  border: none;
  box-shadow: rgba(0, 44, 63, 0.1) 0px 30px 100px;
  border-radius: 10px;
  width: 420px;
  height: 320px;
  padding: 0 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .bp-section-old .blob.stacked .card .card-inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bp-section-old .blob.first .blob-img {
  transform: translate(80%, -43%);
}
.bp-section-old .blob.first.stacked:before {
  transform: translate(40%, -50%);
}
.bp-section-old .blob.first.stacked .card.pluses .pluses-img {
  transform: translate(-35%, 50%);
}
.bp-section-old .blob.first.stacked .card.pluses:before {
  transform: translate(-20%, 50%);
}
.bp-section-old .blob.left .blob-img {
  transform: translate(-40%, 42%);
}
.bp-section-old .blob.left.stacked {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  flex-direction: row-reverse;
}
.bp-section-old .blob.left.stacked:before {
  transform: translate(-90%, 35%);
}
.bp-section-old .blob.left.stacked .card.pluses .pluses-img {
  transform: translate(74%, -40%);
}
.bp-section-old .blob.left.stacked .card.pluses:before {
  transform: translate(35%, -40%);
}
.bp-section-old .blob [data-aos-duration="300"] [data-aos=fade-left] [data-aos-easing=ease-in-sine] {
  transition-duration: 4000ms;
}

.qa-test-page {
  /*  Description Common Code for function , automation & security quality */
  /* end*/
}
.qa-test-page .qa-test-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/qa-and-testing/qa-test-banner.jpeg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.qa-test-page .qa-software-security {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/qa-and-testing/qa-test-brings.jpeg");
  background-position: center center;
  color: #fff;
}
@media (max-width: 767px) {
  .qa-test-page .qa-software-tools {
    margin-top: 50px;
  }
}
.qa-test-page .qa-software-tools .small-slider-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
}
.qa-test-page .qa-software-tools .small-slider-item a img {
  width: 80%;
}
.qa-test-page .qa-test-let-learn .row .col-sm-4:last-child blockquote {
  border-right: transparent;
  border-bottom: transparent;
}
.qa-test-page .qa-test-let-learn blockquote {
  position: relative;
  max-width: 100%;
  padding: 15px;
  margin: 10px 0 20px;
  float: left;
  border-right: 1px dotted #ccc;
  background: #fff;
  font-style: italic;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  /* margin-inline-end: 40px; */
  min-height: 160px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-test-let-learn blockquote {
    margin-inline-start: 10px;
    min-height: 120px;
    border-right: 1px dotted transparent;
    border-bottom: 1px dotted #ccc;
  }
}
.qa-test-page .qa-test-let-learn blockquote:before {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  top: 15px;
  left: -10px;
  font-size: 15px;
  color: #f00;
}
.qa-test-page .qa-test-let-learn blockquote p {
  font-style: italic;
}
.qa-test-page .qa-test-let-learn blockquote p .date {
  display: block;
  color: #8f8f8f;
  font-size: 12px;
  text-align: right;
  font-style: italic;
  font-weight: 500;
}
.qa-test-page .qa-test-let-learn blockquote p .firstletter {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  background-image: none;
}
.qa-test-page .qa-quality-experts {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/qa-and-testing/qa-test-brings.jpeg");
  background-position: center center;
  color: #fff;
}
.qa-test-page .qa-quality-experts .cards13__card-heading {
  height: 80px;
  font-size: 26px !important;
  line-height: 50px !important;
}
@media (max-width: 767px) {
  .qa-test-page .qa-quality-experts .cards13__card-heading {
    font-size: 22px !important;
    line-height: 36px !important;
  }
}
.qa-test-page .qa-quality-experts .cards13__card-heading:after {
  background-image: url(data:image/png;base64,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) !important;
}
@media (max-width: 1024px) {
  .qa-test-page .cards9__card-description__tab-style-column {
    width: 40% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
    margin-bottom: 10px !important;
  }
  .qa-test-page .cards9__card-description__tab-style-column:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .qa-test-page .cards9__card-description__tab-style-column {
    width: 90% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
    margin-bottom: 10px !important;
  }
  .qa-test-page .cards9__card-description__tab-style-column:nth-child(even) {
    margin-left: 0;
  }
}
.qa-test-page .qa-services-description {
  width: 50%;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description {
    width: 100%;
    margin-top: 45px;
  }
}
.qa-test-page .qa-services-description .qa-heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  letter-spacing: 0.08em;
  color: #505050;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
  }
}
.qa-test-page .qa-services-description .qa-description {
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  text-align: left;
  letter-spacing: 0.03em;
  color: #505050;
  margin-top: 30px;
}
.qa-test-page .qa-services-description .qa-description ul {
  margin-top: 35px;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  list-style-type: none;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description ul:last-child {
    line-height: 40px;
  }
}
.qa-test-page .qa-services-description .qa-description ul li {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description ul li:last-child {
    letter-spacing: 0em;
  }
}
.qa-test-page .qa-services-description .qa-description ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  width: 20px;
  margin: 0px 0 0 -30px;
  height: 20px;
  background-image: url("data:image/png;base64,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") !important;
  background-size: 20px 20px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description ul li:before {
    top: 0%;
    margin: 13px 0 0 -30px;
  }
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style {
  margin-top: 40px;
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style p {
  margin-bottom: 30px;
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style p:first-child {
  margin-bottom: 30px;
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-1 {
  display: flex;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-1 .qa_card-description_tab-style-column {
  background-color: #FF0000;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px;
  color: white;
  margin-right: 30px;
  width: 200px;
  height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-1 .qa_card-description_tab-style-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-2 {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-2 {
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
}
.qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-2 .qa_card-description_tab-style-column {
  background-color: #FF0000;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px;
  color: white;
  margin-right: 30px;
  width: 200px;
  height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-description .qa-description .qa_card-description_tab-style .qa_card-description_tab-style-row-2 .qa_card-description_tab-style-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.qa-test-page .qa-services-includes {
  display: block;
  background-color: #F2F2F2;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes {
    padding: 10px 35px 50px;
  }
}
.qa-test-page .qa-services-includes .qa-services-container .qa-services-heading-quality {
  font-size: 38px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #505050;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-services-container .qa-services-heading-quality {
    font-size: 27px;
    line-height: 39px;
    text-align: center;
  }
}
.qa-test-page .qa-services-includes .qa-cards {
  /* FUNCTIONAL TESTING SECTION CODE*/
  /* AUTOMATION TESTING SECTION CODE*/
  /* SECURITY TESTING SECTION CODE*/
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__functional {
  display: flex;
  margin: 0 170px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__functional {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__functional {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__functional .qa-services__functional-image {
  width: 50%;
  margin-top: 95px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__functional .qa-services__functional-image {
    width: 100%;
    margin-top: 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__functional .qa-services__functional-image img {
  width: 100%;
  height: auto;
  margin-left: -100px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__functional .qa-services__functional-image img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__functional .qa-services__functional-image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__automation {
  display: flex;
  margin: 170px 170px 0px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__automation {
    margin: 170px 50px 0px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__automation {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 75px 0px 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__automation .qa-services__automation-image {
  width: 50%;
  margin-top: 95px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__automation .qa-services__automation-image {
    width: 100%;
    margin-top: 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__automation .qa-services__automation-image img {
  width: 100%;
  height: auto;
  margin-left: 80px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__automation .qa-services__automation-image img {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__automation .qa-services__automation-image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 45px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__security {
  display: flex;
  margin: 170px 170px 0px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__security {
    margin: 170px 50px 0px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__security {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 75px 0px 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__security .qa-services__security-image {
  width: 50%;
  margin-top: 95px;
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__security .qa-services__security-image {
    width: 100%;
    margin-top: 0px;
  }
}
.qa-test-page .qa-services-includes .qa-cards .qa-services__security .qa-services__security-image img {
  width: 100%;
  height: auto;
  margin-left: -100px;
}
@media (max-width: 1025px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__security .qa-services__security-image img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .qa-test-page .qa-services-includes .qa-cards .qa-services__security .qa-services__security-image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 45px;
  }
}

.dev-and-cloud-page .dev-and-cloud-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/dev-cloud/dev-cloud-banner.jpeg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.dev-and-cloud-page .dev-and-cloud-page__image-container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev-and-cloud-page .dev-and-cloud-page__image-container img {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__image-container img {
    width: 100%;
  }
}
.dev-and-cloud-page .compare-section {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0)), url("../assets/image/dev-cloud/dev-cloud-dev&cloud-bg.jpg");
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .section-title strong {
  text-transform: capitalize;
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-col {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-col {
    min-height: 60px;
    margin-top: 30px;
  }
  .dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-col:first-child {
    margin-top: 0;
  }
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-col:after {
  left: -2px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-col:after {
    left: 50%;
    top: -15px;
  }
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-item .statistics1__card-number {
  font-size: 26px;
  line-height: 50px;
  white-space: normal;
  letter-spacing: unset;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-item .statistics1__card-number {
    font-size: 22px;
    line-height: 40px;
  }
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-item .statistics1__card-number > svg {
  width: 150px;
  fill: #fff;
}
.dev-and-cloud-page .dev-and-cloud-page__statistics .statistics1__card-item .statistics1__card-description {
  font-size: 18px;
  font-weight: 500;
  display: none;
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../assets/image/devandcloud/cloud-capabilities-bg.jpg);
  background-size: cover;
  width: 100%;
  z-index: 1000;
  position: relative;
  top: 0;
  background-position: left;
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .section-title h2 {
  color: #fff;
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row {
    width: 100%;
  }
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 21%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column {
    width: 42%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column:nth-child(even) {
    margin-left: 0;
  }
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column .dev-and-cloud-page__capabilities__column-wrapper {
  display: table;
  width: 100%;
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column .dev-and-cloud-page__capabilities__column-wrapper .dev-and-cloud-page__capabilities__column-wrapper-item {
  display: table-row;
  vertical-align: middle;
}
.dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column .dev-and-cloud-page__capabilities__column-wrapper .dev-and-cloud-page__capabilities__column-wrapper-item h2 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-width: 400;
}
@media (max-width: 767px) {
  .dev-and-cloud-page .dev-and-cloud-page__capabilities .dev-and-cloud-page__capabilities__row .dev-and-cloud-page__capabilities__column .dev-and-cloud-page__capabilities__column-wrapper .dev-and-cloud-page__capabilities__column-wrapper-item h2 {
    font-size: 14px;
  }
}

.software-logos {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .software-logos {
    padding: 20px 0 40px;
  }
}
.software-logos .software-logos__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 auto;
  width: 60%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .software-logos .software-logos__wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
.software-logos .software-logos__wrapper .software-logos__item {
  margin: 0 15px 30px;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .software-logos .software-logos__wrapper .software-logos__item {
    padding: 10px;
    margin: 0 10px 10px;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.software-logos .software-logos__wrapper .software-logos__item img {
  margin: 0;
  display: block;
  max-width: 100%;
}

.info-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dev-and-cloud-page__expert-devOps {
  background: linear-gradient(45deg, #e31e24 0%, #b32c30 100%);
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__heading h2 {
    text-align: center;
    font-size: 32px;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__heading p {
  display: inline-block;
  max-width: 500px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__heading p {
    text-align: center;
    font-size: 18px;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__row .dev-and-cloud-page__expert-devOps__column-left {
    order: 2;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__row .dev-and-cloud-page__expert-devOps__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev-and-cloud-page__expert-devOps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps ul {
    margin-left: 80px;
    text-align: left;
    margin-right: 0;
  }
}
.dev-and-cloud-page__expert-devOps ul li {
  font-weight: 400;
  margin-bottom: 2.7em;
  position: relative;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps ul li {
    font-weight: 500;
    margin-bottom: 1.2em;
    font-size: 16px;
    color: #fff;
  }
}
.dev-and-cloud-page__expert-devOps ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -11px 0 0 20px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,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) !important;
  background-size: 20px 20px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps ul li:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin: -10px 0 0 -30px;
    left: 0;
  }
}
.dev-and-cloud-page__expert-devOps ul li::after {
  margin: -1px 0 0 40px;
  width: 70px;
  height: 1px;
  border: 1px solid #ebebeb;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media (min-width: 767px) {
  .dev-and-cloud-page__expert-devOps ul li::after {
    content: "";
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img {
    display: none;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img > div {
  width: 800px;
  position: relative;
  bottom: 30px;
  left: 15px;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img > div img {
  max-width: 100%;
  width: 500px;
  height: auto;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img .flex-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  position: relative;
}
@media (min-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos {
    display: none !important;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos > div {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos > div:hover {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
  transform: scale(1.1);
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos > div img {
  max-width: 70%;
  width: 70%;
  height: auto;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .flex-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.dev-and-cloud-page__expert-devOps.bg-light {
  background: #fff;
  color: #505050;
}
.dev-and-cloud-page__expert-devOps.bg-light ul li:after {
  color: #505050;
}
.dev-and-cloud-page__expert-devOps .round-pulse {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse > div {
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse .pulse-3 {
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  -ms-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse .pulse-4 {
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  -ms-transform: translate(-50%, -50%) scale(2.1);
  transform: translate(-50%, -50%) scale(2.1);
}
.dev-and-cloud-page__expert-devOps .round-pulse .logo-pulse .pulse-expand {
  will-change: transform;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img {
  max-width: 1000px;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img.small-img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__img.small-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row {
  padding-right: 60px;
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row {
    padding-right: 0;
    display: flex;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row .dev-and-cloud-page__expert-devOps-logos__column {
  margin-bottom: 30px;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row .dev-and-cloud-page__expert-devOps-logos__column a {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  padding: 15px 10px;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row .dev-and-cloud-page__expert-devOps-logos__column a {
    padding: 10px 5px;
  }
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row .dev-and-cloud-page__expert-devOps-logos__column a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}
.dev-and-cloud-page__expert-devOps .dev-and-cloud-page__expert-devOps__logos .dev-and-cloud-page__expert-devOps-logos__row .dev-and-cloud-page__expert-devOps-logos__column a img {
  width: 100%;
}

.dev-and-cloud__card-row {
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
}
.dev-and-cloud__card-row .dev-and-cloud__card-item {
  width: 20%;
  position: relative;
}
.dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper .dev-and-cloud__card-icon {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper .dev-and-cloud__card-icon img {
  width: 80px;
}
@media (max-width: 767px) {
  .dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper .dev-and-cloud__card-icon img {
    width: 40px;
  }
}
.dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper .dev-and-cloud__card-name h4 {
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .dev-and-cloud__card-row .dev-and-cloud__card-item .dev-and-cloud__card-wrapper .dev-and-cloud__card-name h4 {
    font-size: 14px;
  }
}
.dev-and-cloud__card-row .dev-and-cloud__card-item:first-child:before {
  content: none;
}
.dev-and-cloud__card-row .dev-and-cloud__card-item:before {
  content: "\f30b";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
  top: 30%;
}
@media (max-width: 767px) {
  .dev-and-cloud__card-row .dev-and-cloud__card-item:before {
    top: 10%;
    font-size: 20px;
    left: -15px;
  }
}

.technology-partnership-page .technology-partnership-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/technology-partnership/technology-partnership-banner.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.technology-partnership-page .technology-partnership__need-partner {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #505050;
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row {
    margin-top: 30px;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading p {
  display: inline-block;
  max-width: 500px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-heading p {
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__partner-column-left {
    order: 2;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container {
    margin-bottom: 40px;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img {
  max-width: 1000px;
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img.small-img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-row .technology-partnership__need-partner-img-container .technology-partnership__need-partner-img.small-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.technology-partnership-page .technology-partnership__need-partner ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
}
.technology-partnership-page .technology-partnership__need-partner ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.technology-partnership-page .technology-partnership__need-partner ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img {
  padding: 40px 0 80px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img {
    padding: 0;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img.left .technology-partnership__need-partner-shape_img {
  left: -50px;
  right: 0;
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shape_img {
  width: 470px;
  background: #e0faf4;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
  background: rgba(227, 30, 36, 0.4);
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shape_img {
    display: none;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img {
  background: #99edd9;
  border-radius: 6px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 14px;
  background: rgba(227, 30, 36, 0.9);
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img {
    padding: 20px 14px;
    height: auto;
  }
}
.technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner_features_img .technology-partnership__need-partner-shap_img img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__need-partner .technology-partnership__need-partner-column-left {
    order: 2;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus {
  background: linear-gradient(rgba(227, 30, 36, 0.9), rgba(179, 44, 48, 0.9)), url("../assets/image/technology-partnership/tp-bg-why-pepcus.JPG");
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container {
    flex-wrap: wrap;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container:before {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__col:nth-child(2) {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  z-index: 1;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__title {
  padding: 60px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__title {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__title h2 {
  font-size: 44px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  font-weight: 300;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__title h2 {
    font-size: 32px;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__title h2 span {
  display: block;
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__col .technology-partnership__why-pepcus-container__row:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row {
  display: flex;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column {
  background-position: center center;
  background-size: cover;
  padding: 5px;
  margin: 0;
  transition: all 0.3s ease-in-out !important;
  width: 50%;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column {
    width: 100%;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column .technology-partnership__why-pepcus-container__column-wrapper {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column .technology-partnership__why-pepcus-container__column-wrapper {
    min-height: auto;
  }
}
.technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column .technology-partnership__why-pepcus-container__column-wrapper h2 {
  font-size: 18px;
  font-weight: 500 !important;
  text-align: center;
  width: 95%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .technology-partnership-page .technology-partnership__why-pepcus .technology-partnership__why-pepcus-container .technology-partnership__why-pepcus-container__row .technology-partnership__why-pepcus-container__column .technology-partnership__why-pepcus-container__column-wrapper h2 {
    font-size: 17px;
    min-height: auto;
  }
}
.technology-partnership-page .process-section {
  background-image: url(https://images.pexels.com/photos/1182687/pexels-photo-1182687.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) !important;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center right;
}
@media (max-width: 767px) {
  .technology-partnership-page .process-section {
    background-image: url("test.png") !important;
  }
}

.tp-business-philosophy.elementor *, .tp-business-philosophy .elementor :after, .tp-business-philosophy .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tp-business-philosophy.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-business-philosophy .elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tp-business-philosophy .elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.tp-business-philosophy .elementor-widget-wrap .elementor-widget {
  position: relative;
}
.tp-business-philosophy.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.tp-business-philosophy.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tp-business-philosophy.elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.tp-business-philosophy.elementor .number {
  display: none;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .elementor-inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.tp-business-philosophy.elementor .elementor-element .elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.tp-business-philosophy.elementor .agency_featured_area {
  padding-top: 160px;
  padding: 0px 0px 0px 0px;
}
.tp-business-philosophy.elementor .elementor-section {
  position: relative;
}
.tp-business-philosophy.elementor .elementor-section.elementor-element-5c9919c {
  margin-top: -10px;
  margin-bottom: 0px;
}
.tp-business-philosophy.elementor .elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .tp-business-philosophy.elementor .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tp-business-philosophy.elementor .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .tp-business-philosophy.elementor .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tp-business-philosophy.elementor .elementor-column {
  min-height: 1px;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .elementor-column {
    width: 100%;
  }
}
.tp-business-philosophy.elementor .elementor-column, .tp-business-philosophy.elementor .elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .tp-business-philosophy.elementor .elementor-column.elementor-col-100,
.tp-business-philosophy.elementor .elementor-column[data-col="100"] {
    width: 100%;
  }
}
.tp-business-philosophy.elementor .elementor-column-wrap {
  width: 100%;
}
.tp-business-philosophy.elementor .elementor-column-wrap.elementor-element-populated {
  transition: all 0.3s linear;
}
.tp-business-philosophy.elementor .features_info {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .tp-business-philosophy.elementor .features_info {
    padding-bottom: 0;
  }
}
.tp-business-philosophy.elementor .features_info .dot_img {
  position: absolute;
  left: 0;
  top: 28px;
}
.tp-business-philosophy.elementor .features_info .dot_img.mac {
  display: none;
}
@media (max-width: 1199px) {
  .tp-business-philosophy.elementor .features_info .dot_img {
    display: none;
  }
}
.tp-business-philosophy.elementor .features_info .agency_featured_item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .features_info .agency_featured_item {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .tp-business-philosophy.elementor .agency_featured_item {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .agency_featured_item {
    text-align: center !important;
  }
}
.tp-business-philosophy.elementor .agency_featured_item .agency_featured_content {
  position: relative;
}
@media (max-width: 1199px) {
  .tp-business-philosophy.elementor .agency_featured_item .agency_featured_content {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .tp-business-philosophy.elementor .agency_featured_item .agency_featured_content {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .tp-business-philosophy.elementor .agency_featured_item .agency_featured_content {
    padding-left: 0;
    margin-top: 0;
  }
}
.tp-business-philosophy.elementor .agency_featured_item .agency_featured_content h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.tp-business-philosophy.elementor .agency_featured_item .agency_featured_content h3 > strong {
  display: block;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .agency_featured_item .agency_featured_content h3 > strong {
    display: inline;
  }
}
.tp-business-philosophy.elementor .agency_featured_item .agency_featured_content p {
  font-size: 1.1025rem;
  line-height: 1.45;
  text-align: left;
}
.tp-business-philosophy.elementor .agency_featured_item .agency_featured_content .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(40deg, #5e2ced 0, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #5e2ced 0, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
  box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.tp-business-philosophy.elementor .agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
  left: 45px !important;
}
.tp-business-philosophy.elementor .agency_featured_img {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor .agency_featured_img {
    margin-top: 0;
  }
}
@media (max-width: 1550px) {
  .tp-business-philosophy.elementor .agency_featured_img img {
    max-width: 100%;
  }
}
.tp-business-philosophy.elementor .agency_featured_img.second-img {
  margin-top: 20px;
}
.tp-business-philosophy.elementor img.attachment-full.size-full {
  width: auto;
}
@media (max-width: 767px) {
  .tp-business-philosophy.elementor img.attachment-full.size-full {
    width: 100%;
  }
}
.tp-business-philosophy.elementor .dot {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 0, 0, 0.161);
  display: block;
  left: -9px;
  top: 15px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tp-business-philosophy.elementor .dot {
    display: none;
  }
}
.tp-business-philosophy.elementor .dot .dot1, .tp-business-philosophy.elementor .dot .dot2 {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
}
.tp-business-philosophy.elementor .dot .dot1 {
  margin-top: -4px;
  margin-left: -4px;
  background: #f00;
}
.tp-business-philosophy.elementor .dot .dot2 {
  background: rgba(254, 0, 0, 0.8);
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.tp-business-philosophy.elementor .dot.middle_dot {
  top: 87%;
  left: 54.8%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}
.tp-business-philosophy.elementor .dot.middle_dot.middle_dot6 {
  top: 98%;
}
.tp-business-philosophy.elementor .dot, .tp-business-philosophy.elementor .dot .dot1, .tp-business-philosophy.elementor .dot .dot2 {
  position: absolute;
  border-radius: 50%;
}
.tp-business-philosophy.elementor .pl_70 {
  padding-left: 70px;
}
.tp-business-philosophy.elementor .pr_70 {
  padding-right: 70px;
}
.tp-business-philosophy.elementor .pl_100 {
  padding-left: 100px;
}
.tp-business-philosophy.elementor .mt_30 {
  margin-top: 30px;
}
.tp-business-philosophy.elementor .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.tp-business-philosophy.elementor .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
@media (min-width: 992px) {
  .tp-business-philosophy.elementor .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.tp-business-philosophy.elementor .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.tp-business-philosophy.elementor .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.privacy-policy-page .title-banner {
  height: 50vh;
}
.privacy-policy-page .title-banner .technology-partnership-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/privacy-policy/privacy-policy.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.privacy-policy-page .title-banner .container {
  top: 65%;
}
.privacy-policy-page .private-policy-wrapper {
  padding: 50px 0;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container h1 {
  font-size: 36px;
  color: #505050;
  font-weight: 700;
  line-height: 48px;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container h5 {
  font-size: 18px;
  font-weight: 500;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 15px;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container .private-policy-contact-us-container .link-boxes {
  display: flex;
  align-items: center;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container .private-policy-contact-us-container .link-boxes i {
  font-size: 24px;
}
.privacy-policy-page .private-policy-wrapper .privacy-policy-container .private-policy-contact-us-container .link-boxes a {
  font-weight: 400;
  color: #505050;
  font-size: 16px;
}

.health-care-page .health-care-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/health-care/health-care-banner.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
  background-position: left;
}
.health-care-page .health-care-offering {
  background: #f4f4f4;
}
.health-care-page .health-care-offering .section-title h2 {
  text-transform: capitalize;
}
.health-care-page .health-care-offering.elementor *, .health-care-page .health-care-offering .elementor :after, .health-care-page .health-care-offering .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.health-care-page .health-care-offering.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.health-care-page .health-care-offering .elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.health-care-page .health-care-offering .elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.health-care-page .health-care-offering .elementor-widget-wrap .elementor-widget {
  position: relative;
}
.health-care-page .health-care-offering.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.health-care-page .health-care-offering.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.health-care-page .health-care-offering.elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.health-care-page .health-care-offering.elementor .number {
  display: none;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .elementor-inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.health-care-page .health-care-offering.elementor .elementor-element .elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.health-care-page .health-care-offering.elementor .agency_featured_area {
  padding-top: 160px;
  padding: 0px 0px 0px 0px;
}
.health-care-page .health-care-offering.elementor .elementor-section {
  position: relative;
}
.health-care-page .health-care-offering.elementor .elementor-section.elementor-element-5c9919c {
  margin-top: -10px;
  margin-bottom: 0px;
}
.health-care-page .health-care-offering.elementor .elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .health-care-page .health-care-offering.elementor .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.health-care-page .health-care-offering.elementor .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .health-care-page .health-care-offering.elementor .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.health-care-page .health-care-offering.elementor .elementor-column {
  min-height: 1px;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .elementor-column {
    width: 100%;
  }
}
.health-care-page .health-care-offering.elementor .elementor-column, .health-care-page .health-care-offering.elementor .elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .health-care-page .health-care-offering.elementor .elementor-column.elementor-col-100,
.health-care-page .health-care-offering.elementor .elementor-column[data-col="100"] {
    width: 100%;
  }
}
.health-care-page .health-care-offering.elementor .elementor-column-wrap {
  width: 100%;
}
.health-care-page .health-care-offering.elementor .elementor-column-wrap.elementor-element-populated {
  transition: all 0.3s linear;
}
.health-care-page .health-care-offering.elementor .features_info {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .health-care-page .health-care-offering.elementor .features_info {
    padding-bottom: 0;
  }
}
.health-care-page .health-care-offering.elementor .features_info .dot_img {
  position: absolute;
  left: 0;
  top: 28px;
}
.health-care-page .health-care-offering.elementor .features_info .dot_img.mac {
  display: none;
}
@media (max-width: 1199px) {
  .health-care-page .health-care-offering.elementor .features_info .dot_img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .features_info .dot_img {
    display: none;
  }
}
.health-care-page .health-care-offering.elementor .features_info .agency_featured_item {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .features_info .agency_featured_item {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item {
    text-align: center !important;
  }
}
.health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content {
  position: relative;
}
@media (max-width: 1199px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content {
    padding-left: 0;
    margin-top: 0;
  }
}
.health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content h3 > strong {
  display: block;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content h3 > strong {
    display: inline;
  }
}
.health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}
.health-care-page .health-care-offering.elementor .agency_featured_item .agency_featured_content .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(40deg, #5e2ced 0, #a485fd 100%);
  background-image: -webkit-linear-gradient(40deg, #5e2ced 0, #a485fd 100%);
  background-image: -ms-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  -webkit-box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
  box-shadow: 0 10px 20px 0 rgba(94, 44, 237, 0.2);
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.health-care-page .health-care-offering.elementor .agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
  left: 45px !important;
}
.health-care-page .health-care-offering.elementor .agency_featured_img {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor .agency_featured_img {
    margin-top: 0;
  }
}
@media (max-width: 1550px) {
  .health-care-page .health-care-offering.elementor .agency_featured_img img {
    max-width: 100%;
  }
}
.health-care-page .health-care-offering.elementor .agency_featured_img.second-img {
  margin-top: 20px;
}
.health-care-page .health-care-offering.elementor img.attachment-full.size-full {
  width: 350px;
  height: auto;
}
@media (max-width: 767px) {
  .health-care-page .health-care-offering.elementor img.attachment-full.size-full {
    width: 100%;
  }
}
.health-care-page .health-care-offering.elementor .dot {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 0, 0, 0.161);
  display: block;
  left: -9px;
  top: 15px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .health-care-page .health-care-offering.elementor .dot {
    display: none;
  }
}
.health-care-page .health-care-offering.elementor .dot .dot1, .health-care-page .health-care-offering.elementor .dot .dot2 {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
}
.health-care-page .health-care-offering.elementor .dot .dot1 {
  margin-top: -4px;
  margin-left: -4px;
  background: #f00;
}
.health-care-page .health-care-offering.elementor .dot .dot2 {
  background: rgba(254, 0, 0, 0.8);
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.health-care-page .health-care-offering.elementor .dot.middle_dot {
  top: 87%;
  left: 54.8%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  top: auto;
}
.health-care-page .health-care-offering.elementor .dot.middle_dot.middle_dot6 {
  top: 98%;
}
.health-care-page .health-care-offering.elementor .dot, .health-care-page .health-care-offering.elementor .dot .dot1, .health-care-page .health-care-offering.elementor .dot .dot2 {
  position: absolute;
  border-radius: 50%;
}
.health-care-page .health-care-offering.elementor .pl_70 {
  padding-left: 70px;
}
.health-care-page .health-care-offering.elementor .pr_70 {
  padding-right: 70px;
}
.health-care-page .health-care-offering.elementor .pl_100 {
  padding-left: 100px;
}
.health-care-page .health-care-offering.elementor .mt_30 {
  margin-top: 30px;
}
.health-care-page .health-care-offering.elementor .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.health-care-page .health-care-offering.elementor .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
@media (min-width: 992px) {
  .health-care-page .health-care-offering.elementor .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.health-care-page .health-care-offering.elementor .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.health-care-page .health-care-offering.elementor .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.health-care-page .health-care-footer-image {
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/image/red-graph.PNG);
  color: #fff;
}
.health-care-page .health-care-footer-image h1 {
  margin-bottom: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .health-care-page .health-care-footer-image h1 {
    font-size: 22px;
  }
}
.health-care-page .health-care-footer-image a {
  color: #FFF;
}

.replatforming-needs {
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../assets/image/platform-upgrade/replatforming-banner.jpg");
  background-size: cover;
  width: 100%;
  bottom: 0;
}
.replatforming-needs .replatforming-needs__heading h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .replatforming-needs .replatforming-needs__heading h2 {
    text-align: center;
    font-size: 32px;
  }
}
.replatforming-needs .replatforming-needs__heading p {
  display: inline-block;
  max-width: 500px;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .replatforming-needs .replatforming-needs__heading p {
    text-align: center;
  }
}
.replatforming-needs .replatforming-needs__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .replatforming-needs .replatforming-needs__row .replatforming-needs__column-left {
    order: 2;
  }
}
.replatforming-needs .replatforming-needs__row .replatforming-needs__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .replatforming-needs ul {
    margin-left: 20px;
  }
}
.replatforming-needs ul li {
  list-style: none;
  padding-left: 47px;
  position: relative;
  margin-bottom: 24px;
  font-size: 18px;
}
.replatforming-needs ul li:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #ff0000;
}
.replatforming-needs ul li:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.replatforming-needs .api-design__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .replatforming-needs .api-design__logos {
    margin-top: 40px;
    padding: 0;
  }
}
.replatforming-needs .api-design__logos > div {
  width: 100px;
  height: 100px;
  margin: 1rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.replatforming-needs .api-design__logos > div:hover {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
  transform: scale(1.1);
}
.replatforming-needs .api-design__logos > div img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.replatforming-needs .api-design__logos .flex-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.replatforming-needs.bg-light {
  background: #fff;
  color: #505050;
}
.replatforming-needs.bg-light ul li:after {
  color: #505050;
}
.replatforming-needs .round-pulse {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.replatforming-needs .round-pulse .logo-pulse {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.replatforming-needs .round-pulse .logo-pulse > div {
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.replatforming-needs .round-pulse .logo-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.replatforming-needs .round-pulse .logo-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.replatforming-needs .round-pulse .logo-pulse .pulse-3 {
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  -ms-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}
.replatforming-needs .round-pulse .logo-pulse .pulse-4 {
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  -ms-transform: translate(-50%, -50%) scale(2.1);
  transform: translate(-50%, -50%) scale(2.1);
}
.replatforming-needs .round-pulse .logo-pulse .pulse-expand {
  will-change: transform;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.replatforming-needs .api-documentation__img {
  max-width: 1000px;
}
.replatforming-needs .api-documentation__img.small-img {
  max-width: 600px;
}
@media (max-width: 767px) {
  .replatforming-needs .api-documentation__img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .replatforming-needs .api-documentation__img.small-img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.replatforming-needs .api-section__logos {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.replatforming-needs .api-section__logos .api-section-logos__row {
  padding-right: 60px;
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .replatforming-needs .api-section__logos .api-section-logos__row {
    padding-right: 0;
    display: flex;
  }
}
.replatforming-needs .api-section__logos .api-section-logos__row .api-section-logos__column {
  margin-bottom: 30px;
}
.replatforming-needs .api-section__logos .api-section-logos__row .api-section-logos__column a {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  box-shadow: 0 4px 5px 0 rgba(29, 7, 90, 0.06);
  padding: 15px 10px;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .replatforming-needs .api-section__logos .api-section-logos__row .api-section-logos__column a {
    padding: 10px 5px;
  }
}
.replatforming-needs .api-section__logos .api-section-logos__row .api-section-logos__column a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  text-decoration: none;
  outline: 0;
}
.replatforming-needs .api-section__logos .api-section-logos__row .api-section-logos__column a img {
  width: 100%;
}

.expert-guide-container {
  justify-content: center;
  align-items: center;
}

.expert-guide-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.expert-guide-cards h2 {
  text-align: center;
}

.platform-footer-image {
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/image/red-graph.PNG);
  color: #fff;
}
.platform-footer-image .arrow-container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 0 30px;
}
.platform-footer-image .arrow-container-1 h1 {
  margin-bottom: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .platform-footer-image .arrow-container-1 h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
.platform-footer-image .arrow-container-1 p {
  margin-bottom: 0.5em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .platform-footer-image .arrow-container-1 p {
    width: 80%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .platform-footer-image .arrow-container-1 p {
    width: 100%;
    font-size: 14px;
  }
}
.platform-footer-image .arrow-container-1 a {
  color: #fff;
  position: relative;
  width: fit-content;
  height: unset;
  border: 2px solid #fff;
  overflow: hidden;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-footer-image .arrow-container-1 a .button-title {
  padding-right: 10px;
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation {
  transform: rotate(-90deg);
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation .action-button-01__scroll-arrows {
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin: 0 0 3px 4px;
  width: 10px;
  height: 10px;
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation .action-button-01__scroll-arrows.arrow-item {
  -webkit-animation: mouse-wheel__animation 1s infinite;
  -moz-animation: mouse-wheel__animation 1s infinite;
  animation: mouse-wheel__animation 1s infinite;
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation .action-button-01__scroll-arrows.arrow-item__item01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation .action-button-01__scroll-arrows.arrow-item__item02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.platform-footer-image .arrow-container-1 a .platform-upgrade-animation .action-button-01__scroll-arrows.arrow-item__item03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}
@-webkit-keyframes mouse-wheel__animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel__animation {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-wheel__animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.platform-footer-image .arrow-container-1 a:hover {
  background-color: #FFFFFF;
  color: #ff0000;
}
.platform-footer-image .arrow-container-1 a:hover .action-button-01__scroll-arrows {
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}

.expert-guide-wrraper__expertise {
  background-color: #F2F2F2;
}
.expert-guide-wrraper__expertise .platform-expert__section-content {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .expert-guide-wrraper__expertise .platform-expert__section-content div.platform-expert__expertise-col:last-child {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .expert-guide-wrraper__expertise .platform-expert__section-content div.platform-expert__expertise-col:last-child > span {
    margin: 0 auto;
  }
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col {
  margin-bottom: 30px;
  min-height: 180px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .expert-guide-wrraper__expertise .platform-expert__expertise-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 25, 26, 0.5);
  border-radius: 100%;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span:hover {
  box-shadow: 0 12px 22px rgba(0, 9, 128, 0.05), 0 20px 36px rgba(0, 9, 128, 0.075);
  transform: scale(1.1);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.ux {
  background: rgb(255, 236, 239);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.ux svg {
  width: 40px;
  height: 40px;
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.cross-platform {
  background: rgb(228, 255, 238);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.cross-platform svg {
  width: 50px;
  height: 50px;
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.scalability {
  background: rgb(255, 246, 211);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.scalability svg {
  width: 40px;
  height: 40px;
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.security {
  background: rgb(244, 244, 255);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.security svg {
  width: 50px;
  height: 50px;
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span.accelerated {
  background: rgb(228, 240, 253);
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col span > svg {
  width: 60px;
  height: 60px;
}
.expert-guide-wrraper__expertise .platform-expert__expertise-col h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .expert-guide-wrraper__expertise .platform-expert__expertise-col h2 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .replatforming-content {
    order: 2;
  }
}

.replatforming-needs-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .replatforming-needs-image {
    order: 1;
    margin-bottom: 30px;
  }
}
.replatforming-needs-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .replatforming-needs-image img {
    width: 80%;
  }
}

.platform-expert-title-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/image/platform-upgrade.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .platform-expert-title-bg {
    background-position: center;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../sass/base/_base.scss%22,%22../sass/abstracts/_mixins.scss%22,%22../sass/base/_typography.scss%22,%22../sass/layout/_navigation.scss%22,%22../sass/layout/_header.scss%22,%22../sass/layout/_footer.scss%22,%22../sass/layout/_layout.scss%22,%22../sass/components/_buttons.scss%22,%22../sass/components/_components.scss%22,%22../sass/abstracts/_variables.scss%22,%22../sass/components/_animation.scss%22,%22../sass/components/_loader.scss%22,%22../sass/components/_contactCommon.scss%22,%22../sass/pages/_home.scss%22,%22../sass/pages/_contact.scss%22,%22../sass/pages/_team.scss%22,%22../sass/pages/_expertise.scss%22,%22../sass/pages/_careers.scss%22,%22../sass/pages/_enterpriseSoftware.scss%22,%22../sass/pages/_apiDevelopment.scss%22,%22../sass/pages/_customIntegrations.scss%22,%22../sass/pages/_microservices.scss%22,%22../sass/pages/_technologySpectrum.scss%22,%22../sass/pages/_mobileDevelopment.scss%22,%22../sass/pages/_libraryAssetes.scss%22,%22../sass/pages/_qaTest.scss%22,%22../sass/pages/_devopsCloudServices.scss%22,%22../sass/pages/_technologyPartnership.scss%22,%22../sass/pages/_privacy-policy.scss%22,%22../sass/pages/_healthCare.scss%22,%22../sass/pages/_platformUpgrade.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;;;;AAIJ;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;EACA;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECnDA,oBDoDqB;ECnDrB,gBDmDqB;EClDrB,YDkDqB;;AACrB;EAEE;EACA;;AAEF;EC1DA,oBD6DuB;EC5DvB,gBD4DuB;EC3DvB,YD2DuB;;;AAIzB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEE;EACA;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;;AEjMJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;;AAIJ;EACE;EACA;;;AAGF;EACE;;;AChBF;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;AAEF;EAPF;IAQI;;;AAEF;EACE;;AAGA;EACE;;AAKA;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EFfN,oBEgB2B;EFf3B,gBEe2B;EFd3B,YEc2B;;AACrB;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EF3BR,oBE4B6B;EF3B7B,gBE2B6B;EF1B7B,YE0B6B;;AAGzB;EACE;;AACA;EACE;;AACA;EACE;;AAEF;EACE;;AAIN;EACE;EACA;EACA;;AAGA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EFpEZ,oBEqEiC;EFpEjC,gBEoEiC;EFnEjC,YEmEiC;EACrB;;AACA;EACE;EACA;EACA;;AAGJ;EACE;;AAEF;EACE;;AAKJ;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EF3FN,oBE4F2B;EF3F3B,gBE2F2B;EF1F3B,YE0F2B;EFzG3B,oBE0G2B;EFzG3B,gBEyG2B;EFxG3B,YEwG2B;EFjI3B,mBEkI0B;EFjI1B,eEiI0B;EFhI1B,WEgI0B;;AAElB;EACE;EACA;;AAKA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EF/Ed,mBEgFkC;EF/ElC,eE+EkC;EF9ElC,WE8EkC;;AAElB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EFrGhB,oBEuGuC;EFtGvC,iBEsGuC;EFrGvC,YEqGuC;;AACrB;EACE;EACA;EACA;;AAEE;EACE;EACA;EACA;;AAKR;EACE;EACA;EACA;EACA;EFrGlB,cEsGiC;EFrGjC,UEqGiC;EFpGjC,MEoGiC;EACf;;AACA;EFvIlB,sBEwI2C;EFvI3C,mBEuI2C;EFtI3C,cEsI2C;;AAG3B;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YACQ;EAIR;;AAGE;EACE;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACE;EACA;EACA;;AAWd;EACE;EACA;;AACA;EACE;EACA;EF9Ld,mBE+LkC;EF9LlC,eE8LkC;EF7LlC,WE6LkC;;AAElB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EFpNhB,oBEsNuC;EFrNvC,iBEqNuC;EFpNvC,YEoNuC;;AACrB;EACE;EACA;EACA;;AACA;EACE;;AAGA;EACE;EACA;EACA;;AAKR;EACE;EACA;EACA;EACA;EFvNlB,cEwNiC;EFvNjC,UEuNiC;EFtNjC,MEsNiC;EACf;;AACA;EFzPlB,sBE0P2C;EFzP3C,mBEyP2C;EFxP3C,cEwP2C;;AAG3B;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YACQ;EAIR;;AAGE;EACE;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACE;EACA;EACA;;AAYlB;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAMV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EFlXJ,oBEmXyB;EFlXzB,gBEkXyB;EFjXzB,YEiXyB;;AACrB;EF3YJ,mBE4Y0B;EF3Y1B,eE2Y0B;EF1Y1B,WE0Y0B;;AAEtB;EF9YJ,mBE+Y0B;EF9Y1B,eE8Y0B;EF7Y1B,WE6Y0B;;AAKpB;EFpZN,mBEqZ4B;EFpZ5B,eEoZ4B;EFnZ5B,WEmZ4B;;AAEtB;EFvZN,mBEwZ4B;EFvZ5B,eEuZ4B;EFtZ5B,WEsZ4B;;AAEtB;EF1ZN,mBE2Z4B;EF1Z5B,eE0Z4B;EFzZ5B,WEyZ4B;;;AAQ5B;EACE;;AACA;EACE;;AAIA;EACE;EACA;EACA;;AACA;EACE;EACA;;;AAOR;EACE;EACA;;AACA;EAHF;IAII;;;AAGF;EACE;EACA;;AACA;EACE;;AAIF;EACE;EACA;EACA;;AACA;EACE;EACA;;;AAQV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EFrZJ,oBEsZyB;EFrZzB,gBEqZyB;EFpZzB,YEoZyB;;AACrB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EFpfZ,oBEqfiC;EFpfjC,gBEofiC;EFnfjC,YEmfiC;;AACrB;EACE;EACA;EACA;EACA;EACA;EACA;EF5fd,oBE6fmC;EF5fnC,gBE4fmC;EF3fnC,YE2fmC;;AAMvB;EACE;EACA;EACA;EACA;;AACA;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;;AAYpB;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAIN;EACE;;AACA;EACE;;AAGJ;EACE;EACA;;AAKJ;EACE;;AACA;EACE;EACA;;AAEE;EACE;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACE;EACA;EACA;;;AAOV;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAEF;EACE;EACA;;;AC1rBJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EHkBA,oBGjBqB;EHkBrB,gBGlBqB;EHmBrB,YGnBqB;;AACrB;EACE;EACA;;AACA;EACE;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;IACA;IACA;IACA;;;AAIE;EACE;;AAKR;EAjDF;IAkDI;IACA;IACA;IACA;IACA;IACA;;;;ACvDJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAGF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGJ;EACE;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAIF;EADF;IAEI;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAEF;EACE;;AAIN;EACE;;AAIJ;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAGJ;EACE;;AAGJ;EACE;EACA;;AAIN;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGJ;EACE;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAGJ;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAEF;EACE;;AAIN;EACE;;AAIJ;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;IACA;;;AAEF;EACE;EACA;;AACA;EACE;;AAGJ;EACE;;AAKR;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAGJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAOZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;;;AC1RF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAIF;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAGJ;EACE;EACA;EACA;;AACA;EACE;;AAEF;EAPF;IAQI;IACA;;EACA;IACE;;;AAKR;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAMJ;EADF;IAEI;IACA;;;;AAKN;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EATF;IAUI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;;ACpKR;EACE;EAEA;EACA;EACA;EACA;EACA;EAEA;ENmBA,oBMlBqB;ENmBrB,gBMnBqB;ENoBrB,YMpBqB;;AACrB;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEF;EACE;;AAEF;EAxBF;IAyBI;IACA;IACA;IACA;;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAKN;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAGJ;EACE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;ACrKP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEE;AAAA;AAAA;EAGE;EACA;;AAEF;AAAA;EAEE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMN;EACE;EACA;;AAGI;EACE;;;AAQZ;EACE;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA,cCjFK;EDkFL;;AAEF;EAZF;IAaI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAMJ;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EP5FN,oBO6F2B;EP5F3B,gBO4F2B;EP3F3B,YO2F2B;;AAErB;EACE;EACA;EACA;;AAEF;EACE;;AAEF;EArBF;IAsBI;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;;AAQR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA,YC9KS;ED+KT;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGJ;EACE;EACA;EAAQ;EACR;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAEF;EACE;;AACA;EAFF;IAGI;;;;AAQR;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAGA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAQR;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAGA;EADF;IAEI;IACA;;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAMJ;EACE;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;;;AASF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZF;IAaI;IACA;;;AAKR;EACE;EACA;;AACA;EAHF;IAII;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;;;AAIN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAIN;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAIF;EADF;IAEI;;;;AAON;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EP5aF,0BO6a4B;EP5a5B,sBO4a4B;EP3a5B,kBO2a4B;EPvb5B,mBOwbsB;EPvbtB,eOubsB;EPtbtB,WOsbsB;;AAEtB;EACE;EPjbF,0BOkb4B;EPjb5B,sBOib4B;EPhb5B,kBOgb4B;EP5b5B,mBO6bsB;EP5btB,eO4bsB;EP3btB,WO2bsB;;;AAKxB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACE;EACE;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAUZ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAIF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;;AAON;EACE;EACA;;AACA;EAHF;IAII;;EACA;IACE;;;AAIF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGJ;EA7BF;IA8BI;IACA;IACA;;EACA;IACE;IACA;;EAEF;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAbF;IAcI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfF;IAgBI;;;AAEF;EACE;;AAEF;EACE;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAUZ;EACE;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAKJ;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EArCF;IAsCI;;EACA;IACE;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAMR;EACE;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAKJ;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EA3CF;IA4CI;IACA;;EACA;IACE;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAOR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;;AAEF;EA3BF;IA4BI;IACA;;;AAEF;EA/BF;IAgCI;IACA;;;AAEF;EAnCF;IAoCI;IACA;IACA;IACA;IACA;;EACA;IACE;;;;AAON;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGJ;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;;EACA;IACE;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAGJ;EACE;EACA;;AACA;EACE;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAjBF;IAkBI;IACA;IACA;IACA;;EACA;IACE;;;AAGJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;;AAWlB;EACE;;AACA;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAIN;EACE;EACA;EACA;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EARF;IASI;;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;AAIN;EACE;EACA;;AACA;EAHF;IAII;;;;AAOV;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVF;IAWI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAOV;EACE;EACA;;AACA;EACE;;AACA;EACE;;;AAQR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EPl1CJ,oBOm1CyB;EPl1CzB,gBOk1CyB;EPj1CzB,YOi1CyB;EPv3CzB,mBOw3CwB;EPv3CxB,eOu3CwB;EPt3CxB,WOs3CwB;;AAEtB;EP13CF,mBO23CwB;EP13CxB,eO03CwB;EPz3CxB,WOy3CwB;EACpB;EACA;;AAEF;EAxBF;IAyBI;IACA;;;AAGA;EADF;IAEI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAKN;EACE;EACA;EACA;;AACA;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAMN;EACE;;AAGA;EACE;;AAKJ;EACE;;AAGA;EACE;;;AAUZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAIF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;;AAUN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;;;AAEF;EAZF;IAaI;IACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AAIF;EACE;;AAGJ;EA1BF;IA2BI;IACA;;EACA;IACE;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;IACE;;EAEF;IACE;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;;;AAGJ;EACE;IACE;;EAEF;IACE;;EAEF;IACE;;;;AASZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAbF;IAcI;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;;AACA;EACE;;AAQV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAXF;IAYI;IACA;IACA;;;;AAMR;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;AAGJ;EA7CF;IA8CI;IACA;;;AAGJ;EACE;EACA;;AACA;EAHF;IAII;;;AAKR;EACE;;AACA;EACE;;AAEF;EALF;IAMI;IACA;;;AAGA;EACE;;AACA;EAFF;IAGI;;;AAGJ;EAPF;IAQI;IACA;;;AAKJ;EADF;IAEI;;;AAGA;EACE;;AACA;EAFF;IAGI;;;AAGJ;EAPF;IAQI;IACA;;;AAIN;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EAXF;IAYI;;;AAGJ;EACE;;AACA;EACE;;AAEF;EALF;IAMI;;;AAIF;EACE;;AACA;EACE;EACA;EACA;EACA;;;AAOR;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;;AAKN;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAKN;EAkBE;EACA;EACA;;AAnBA;EAIE;;AAHA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAUN;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;;AAOV;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA,YCjpEG;EDkpEH;EACA;;;AAOV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;;;AAKF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZF;IAaI;IACA;IACA;IACA;;;AAGA;EADF;IAEI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAGJ;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAjBF;IAkBI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAbF;IAcI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAjBF;IAkBI;IACA;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EAlBF;IAmBI;;;AAIF;EACE;;AAIE;EACE;;AAEF;EACE;;AAMN;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE;;AAEF;EACE;;AAMV;EACE;;;AAOR;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;IACA;IACA;;;AAGJ;EACE;EACA;;AACA;EACE;;AACA;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EATF;IAUI;;;AAEF;EAZF;IAaI;;;AAEF;EAfF;IAgBI;;;AAEF;EAlBF;IAmBI;;;AAEF;EArBF;IAsBI;;;AAEF;EAxBF;IAyBI;;;AAEF;EA3BF;IA4BI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EATF;IAUI;;;AAEF;EAZF;IAaI;;;AAEF;EAfF;IAgBI;;;AAEF;EAlBF;IAmBI;;;AAEF;EArBF;IAsBI;;;AAEF;EAxBF;IAyBI;;;AAEF;EA3BF;IA4BI;;;AAIN;EA/EF;IAgFI;;EACA;IACE;;;AAGJ;EArFF;IAsFI;;EACA;IACE;;;AAIN;EACE;EACA;;AAEF;EAlHF;IAmHI;;;AAEF;EArHF;IAsHI;IACA;;;AAEF;EAzHF;IA0HI;IACA;;;;AAIJ;AAGA;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;IACA;IACA;;;AAGJ;EACE;;AACA;EACE;;AACA;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EATF;IAUI;;;AAEF;EAZF;IAaI;;;AAEF;EAfF;IAgBI;;;AAEF;EAlBF;IAmBI;;;AAEF;EArBF;IAsBI;;;AAEF;EAxBF;IAyBI;;;AAEF;EA3BF;IA4BI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EATF;IAUI;;;AAEF;EAZF;IAaI;;;AAEF;EAfF;IAgBI;;;AAEF;EAlBF;IAmBI;;;AAEF;EArBF;IAsBI;;;AAEF;EAxBF;IAyBI;;;AAEF;EA3BF;IA4BI;;;AAIN;EA9EF;IA+EI;;EACA;IACE;;;AAGJ;EApFF;IAqFI;;EACA;IACE;;;AAIN;EACE;EACA;EACA;EACA;EACA;;AAEF;EApHF;IAqHI;;;AAEF;EAvHF;IAwHI;IACA;;;AAEF;EA3HF;IA4HI;IACA;;;;AAIJ;AEvnFA;EACE;IAAI;;EACJ;IAAM;;;AAGR;EACE;IAAI;;EACJ;IAAM;;;AAGR;EACE;EACA;;;AAKF;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;;EAGF;IACE;IACA;;;AAOJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;;AAMJ;AAMA;AAQA;EACE;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;;;AAGJ;EACE;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;;;AAKJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;;;AAGJ;EACE;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;;;AAIJ;AAMA;AASA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAEF;EACE;;AAEF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAMJ;EACE;IACE;IACA;IACA;;EAEF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAEF;IACE;IACA;IACA;;;ACnQJ;EACE;;AACA;EAFF;IAGI;;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA,kBFpBO;EEqBP;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA,OF7DO;EE8DP;;;AAKN;EACE;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;;EAEF;IACE;;;AAIJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AClGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;;AC9CN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAtBF;IAuBI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EARF;IASI;IACA;IACA;;EAEA;IACE;IACA;;;AAKR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EATF;IAUI;IACA;IACA;;EACA;IACE;IACA;;;AAIN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EAAc;;AACd;EAAc;;AAEhB;EACE;;AACA;EAFF;IAGI;;;AAEH;EACE;;AACA;EAFF;IAGI;;;;AAyFP;EACE;;AAEF;EACE;EACA;EACA;;;AAIJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAEF;EACE;EACA;;AAGJ;EACE;;AACA;EACE;;AAKJ;EACE;;AAEF;EACE;;AAIF;EACE;;AAEF;EACE;EACA;EACA;;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;;AAMJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAGJ;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAIN;EAxCF;IAyCI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;;AAIN;EA8BE;EACA;EACA;;AA9BE;EACE;EACA;;AAGJ;EAUE;;AATA;EACE;;AAGA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYV;EACE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGJ;EAhBF;IAiBI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;EACA;IACE;;;AAGJ;EZldN,sBYmdiC;EZldjC,qBYkdiC;EZjdjC,oBYidiC;EZhdjC,yBYgdiC;EZ/cjC,eY+ciC;EZ9cjC,iBY8ciC;EZtcjC,kBYuc2B;EZtc3B,mBYsc2B;EZrc3B,mBYqc2B;EZpc3B,WYoc2B;EZje3B,wBYkegC;EZjehC,qBYiegC;EZhehC,oBYgegC;EZ/dhC,mBY+dgC;EZ9dhC,gBY8dgC;EACxB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAED;EACC;;AACA;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;;AAWd;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EZplBJ,wBYqlB4B;EZplB5B,qBYolB4B;EZnlB5B,oBYmlB4B;EZllB5B,mBYklB4B;EZjlB5B,gBYilB4B;EZxkB5B,sBYykB6B;EZxkB7B,qBYwkB6B;EZvkB7B,oBYukB6B;EZtkB7B,yBYskB6B;EZrkB7B,eYqkB6B;EZpkB7B,iBYokB6B;EACzB;EACA;;AACA;EACE,YJxsBK;;AI0sBP;EAxBF;IAyBI;IACA;IACA;;EACA;IACE;;;AAGJ;EACE,YJntBK;;AIotBL;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;;AAIN;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;;AASd;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EACE;EACA;EZprBF,oBYqrBuB;EZprBvB,gBYorBuB;EZnrBvB,YYmrBuB;;AAEvB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAEF;EACE;;AAIN;EACE;;AACA;EAFF;IAGI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;;ACp1BV;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAIN;EACE;EACA;EACA;EACA;EACA;;;AC5CF;EACE,YACQ;EACR;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAGJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAEF;EALF;IAMI;;;AAEF;EARF;IASI;;;AAGJ;EACE;;AACA;EAFF;IAGI;IACA;IACA;IACA;;;AAEF;EARF;IASI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEF;EAlBF;IAmBI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGJ;EAhDF;IAiDI;IACA;IACA;IACA;;;AAEF;EAtDF;IAuDI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEF;EAhEF;IAiEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAdF;IAeI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EAZF;IAaI;IACA;IACA;;EACA;IACE;;;AAIF;EACE;EACA;;AAKR;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;;;AAEF;EAZF;IAaI;IACA;IACA;;;AAIE;EADF;IAEI;;;AAIF;EADF;IAEI;;;AAIN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EACE;EACA;EACA;;AAEF;EAfF;IAgBI;;EACA;IACE;IACA;IACA;;;AAGJ;EACE;IACE;IACA;IACA;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAGJ;EACE;EACA;;AACA;EAHF;IAII;;;AAGJ;EACE;;AACA;EACE;;AAIF;EADF;IAEI;;;AAGJ;EACE;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;IACE;;EAEF;IACE;;;AAGJ;EAjBF;IAkBI;IACA;IACA;;;AAEF;EAtBF;IAuBI;IACA;IACA;;;AAIE;EADF;IAEI;;;AAIF;EADF;IAEI;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;IACE;;;AAGJ;EACE;IACE;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAGJ;EACE;EACA;;AACA;EAHF;IAII;;;AAGJ;EACE;;AACA;EACE;;AAIF;EADF;IAEI;;;AAMV;EACE,YACQ;EACR;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE,YACQ;EACR;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAEF;EAbF;IAcI;;;AAEF;EAhBF;IAiBI;;;AAEF;EAnBF;IAoBI;IACA;;;AAEH;EAvBD;IAwBG;IACA;IACA;;;AAED;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;IACE;IACA;IACA;;;AAGJ;EAvBF;IAwBI;;EACA;IACE;;;;AAOV;EACE;EAEA;EACA;EAGA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAGJ;EACE;;;ACteF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAKJ;EACE;;AACA;EAFF;IAGI;IACA;;;AAEF;EANF;IAOI;IACA;;;AAGJ;EAZF;IAaI;IACA;IACA;;;AAIJ;EACE;IACE;;;;AASN;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EAEE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAQR;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOF;EAOE;EACA;EACA;EACA;EACA;EACA;EACA;;;AClPF;EACE,YACQ;EACR;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAahB;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGJ;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA,YRxLS;EQyLT;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAON;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAOR;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIF;EADF;IAEI;IACA;;;;AAIJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AASR;EACE;;AAGI;EACE;;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;;;ACjhBF;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGJ;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAOV;EACE;;AACA;EACE;;AAGF;EACE;;AAGF;EACE;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;EACA;;AACA;EACE,kBTvIG;ESwIH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;;AAUV;EADF;IAEI;;;AAEF;EACE;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACE;;AAEF;EACE;IACE;;;;AAKN;EACE;IAAK;;EACL;IAAO;;;AAGT;EACE;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAIF;EACE;;AAEF;EAJF;IAKI;;;AAIF;EACE;;AAEF;EAJF;IAKI;;;AAGJ;EAxDF;IAyDI;IACA;IACA;;EAEE;IACE;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;EACA;IACE;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAIF;EADF;IAEI;;;AAIN;EACE;EACA;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfF;IAgBI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;IACA;;;;AC9WJ;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAIN;EACE;EACA;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAED;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAIL;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;;AAGI;EACE;;AAKR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;AACA;EACE;;AAEF;EALF;IAMI;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;;AC9PZ;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE,YACQ;EAIR;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;;AAEE;EADF;IAEI;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;;;AAEF;EACE;EACA;;AAIN;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AAWV;EACE;EACA;EACA;;AAEE;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARJ;IASM;;;AAGN;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACE;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EAXF;IAYI;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAUd;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAGJ;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;EACA;IACE;;;AAGJ;EnBpGR,sBmBqGmC;EnBpGnC,qBmBoGmC;EnBnGnC,oBmBmGmC;EnBlGnC,yBmBkGmC;EnBjGnC,emBiGmC;EnBhGnC,iBmBgGmC;EnBxFnC,kBmByF6B;EnBxF7B,mBmBwF6B;EnBvF7B,mBmBuF6B;EnBtF7B,WmBsF6B;EnBnH7B,wBmBoHkC;EnBnHlC,qBmBmHkC;EnBlHlC,oBmBkHkC;EnBjHlC,mBmBiHkC;EnBhHlC,gBmBgHkC;EACxB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;;AC7RhB;EACE,YACQ;EAER;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AAIJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAIF;EACE;;AAEF;EAJF;IAKI;;;AAIF;EACE;;AAEF;EAJF;IAKI;;;AAGJ;EAxDF;IAyDI;IACA;IACA;;EAEE;IACE;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfF;IAgBI;IACA;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;IACA;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;EACA;IACE;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAIF;EADF;IAEI;;;AAIN;EACE;EACA;;;AC1LR;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;EACE;;AAIF;EADF;IAEI;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAhBF;IAiBI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAKJ;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAGJ;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAUlB;EACE,YACQ;;AAKR;EAPF;IAQI;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAIN;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;IACA;;;AAMF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AASR;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAQV;EADF;IAEI;;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;IACA;IACA;IACA;IACA;;;AAMF;EACE;;;ACtkBJ;EACE;EACA;EACA;;AACA;EACE;IACE;IACA;IACA;;EACA;IACE;;;AAKR;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;IACA;IACA;;;;AAOV;EACE;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAEF;EAPF;IAQI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;;AAIE;EACE;;AAKR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAKR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAhBF;IAiBI;;;AAEF;EAnBF;IAoBI;;;;ACrOR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAGJ;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;EACA;IACE;;;AAGJ;EvB8CN,sBuB7CiC;EvB8CjC,qBuB9CiC;EvB+CjC,oBuB/CiC;EvBgDjC,yBuBhDiC;EvBiDjC,euBjDiC;EvBkDjC,iBuBlDiC;EvB0DjC,kBuBzD2B;EvB0D3B,mBuB1D2B;EvB2D3B,mBuB3D2B;EvB4D3B,WuB5D2B;EvB+B3B,wBuB9BgC;EvB+BhC,qBuB/BgC;EvBgChC,oBuBhCgC;EvBiChC,mBuBjCgC;EvBkChC,gBuBlCgC;EACxB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE;;AAEF;EAJF;IAKI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAIV;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;;AACA;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;;AAaV;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;;AAMA;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAKF;EACE;;AAEF;EACE;;AAGA;EACE;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;;AAEF;EAEE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AAKA;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;;AAGA;EACE;;AAON;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGA;EACE;;;AAUV;EACE;;AAKF;EACE;;AAEF;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAIF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGJ;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;;AAEF;EAEE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EADF;IAEI;;;AAGJ;EACE;EACA;;AAGA;EACE;AACA;AACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAMF;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAGJ;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAfF;IAgBI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAjBF;IAkBI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAbF;IAcI;;;AAIF;EACE;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;IACA;;;AAMN;EACE;;AAGA;EACE;;AAGA;EACE;;AAEF;EACE;;AAON;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGA;EACE;;AAEF;EACE;;AAMV;EACE;;;ACt9BJ;AAsJE;AA8IA;;AAnSA;EACE;EAKA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EAKA;EACA;;AAIA;EADF;IAEI;;;AAGA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AASF;EACE;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AACA;EAhBF;IAiBI;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OhB/EK;;AgBiFP;EASE;;AARA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAMR;EACE;EAKA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAGJ;EACE;;AAKF;EADF;IAEI;IACA;IACA;IACA;;EACA;IACE;;;AAGJ;EAVF;IAWI;IACA;IACA;IACA;;EACA;IACE;;;AAQN;EACE;;AAEA;EAHF;IAII;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,OhB5JC;;AgB8JD;EARF;IASI;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA,OhB3KC;EgB4KD;;AAEA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AACA;EAXF;IAYI;IACA;;;AAOR;EACE;;AACA;EACE;;AACA;EACE;;AAGJ;EACE;;AACA;EAFF;IAGI;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXF;IAYI;IACA;;;AAKN;EACE;EACA;;AACA;EAHF;IAII;IACA;IACA;IACA;IACA;;;AAEF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAZF;IAaI;IACA;;;AAaZ;EACI;EACA,kBhB/RW;EgBgSX;;AACF;EAJF;IAKI;;;AAIE;EACE;EACA;EACA;EACA;EACA,OhB1SH;EgB2SG;;AAEA;EARF;IASI;IACA;IACA;;;AAMR;AACC;AAsCC;AAuCA;;AA3EA;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;IACA;IACA;IACA;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;IACA;IACA;;;AASR;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;IACA;IACA;IACA;;;AAGF;EACE;EACE;;AACF;EAHF;IAII;IACA;;;AAEA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;IACA;IACA;IACA;;;AAQV;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EANF;IAOI;IACA;IACA;IACA;;;AAGF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEF;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EATF;IAUI;IACA;IACA;IACA;;;;AChbZ;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;EACA;IACE;;;AAGJ;EACE;;AACA;EAFF;IAGI;IACA;;;AAKJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;;AAKN;EACE,YACQ;EAGR;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAjBF;IAkBI;IACA;IACA;;EACA;IACE;;;AAGJ;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;;AAWhB;EAEE;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;;;AAMR;EACE;EACA;EACA;EACA;;;AAMF;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAIN;EACE;EACA;EACA;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;;;AAMR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;;AAGI;EACE;;AAKR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;AACA;EACE;;AAEF;EALF;IAMI;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;;AAQZ;EACE;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAKJ;EACE;EACA;;AACA;EAHF;IAII;;;AAMN;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;;ACxkBN;EACE;EAKA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;;;AAKN;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;;AAEA;EACE;;AAGF;EAPF;IAQI;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAQR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAKN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfF;IAgBI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EADF;IAEI;;;AAKN;EACE;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAGF;EACE;EACA;E1BnHN,oB0BoH2B;E1BnH3B,gB0BmH2B;E1BlH3B,Y0BkH2B;;AAGvB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAGF;EACE;;AAKJ;EACE;EACA;EACA;;AAIJ;EACE;;AACA;EAFF;IAGI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAUd;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;;AAOJ;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AAIA;EADF;IAEI;IACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAIF;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAON;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;AAAA;IAEE;;;AAIJ;EACE;;AAGF;EACE;;AAcF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EAPF;IAQI;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AASJ;EADF;IAEI;;;AAEF;EAJF;IAKI;;;AAGF;EACE;;AACA;EAFF;IAGI;IACA;;;AAEF;EANF;IAOI;IACA;;;AAEF;EAVF;IAWI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAIN;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;;AAKN;EACE;EACA;;AACA;EAHF;IAII;;;AAGA;EADF;IAEI;;;AAGJ;EACE;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAKN;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;;ACvqBJ;EACE;;AACA;EACE;EAKA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAIJ;EACE;;AAEC;EACE;EACA;EACA;EACA;;AAED;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAGA;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;;ACvDV;EACE;EAKA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAEE;EACE;;AAGJ;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAIJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AAIA;EADF;IAEI;IACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAIF;EACE;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EAPF;IAQI;IACA;;;AAON;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAIJ;EACE;;AACA;EAFF;IAGI;;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;AAAA;IAEE;;;AAIJ;EACE;;AAGF;EACE;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EAPF;IAQI;;;AAEF;EAVF;IAWI;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAKJ;EADF;IAEI;;;AAEF;EAJF;IAKI;;;AAGF;EACE;;AACA;EAFF;IAGI;IACA;;;AAEF;EANF;IAOI;IACA;;;AAEF;EAVF;IAWI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AAIN;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKF;EACE;;AAKN;EACE;EACA;;AACA;EAHF;IAII;;;AAGA;EADF;IAEI;;;AAGJ;EACE;;AAIJ;EACE;EACA;;AACA;EAHF;IAII;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAKN;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;;;AAGJ;EACE;;;AC3YN;EACE;EACA;EACA;EACA;EACA;EAKA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AAIN;EACE;EACA;EACA;;AACA;EACE;IACE;;;AAGJ;EACE;EACA;EACA;;AAIF;EADF;IAEI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARF;IASI;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;;AAGI;EACE;;AAKR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;AACA;EACE;;AAEF;EALF;IAMI;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAdF;IAeI;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;;AAQZ;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZF;IAaI;IACA;IACA;IACA;;;AAEF;EAlBF;IAmBI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAGJ;EACE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAK;;EACL;IAAM;;EACN;IAAM;;EACN;IAAM;;EACN;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAET;EAEE;IAAO;;EACP;IAAO;;EACP;IAAO;;;AAIX;EACE;EACA;;AACA;EACE;EACA;;;AAOV;EACE;;AACA;EACE;EACA;EACA;;AACA;EACE;IACE;IACA;IACA;;EACA;IACE;;;AAKR;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AACA;EACE;EACA;;AAGJ;EACE;;AAEF;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;IACA;;;;AAMN;EADF;IAEI;;;;AAIJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAEF;EACE;;AACA;EAFF;IAGI;;;;AAKN;EACE,YACQ;EAKR;EACA;EACA;EACA;EACA;EACA;;AACA;EAbF;IAcI%22,%22file%22:%22style.css%22%7D */
