@charset "UTF-8";
/**DO NOT EDIT**/
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, font, 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 {
  padding: 0;
  order: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  margin: 0px;
}

html {
  width: 100%;
  display: inline-block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

li {
  list-style: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
  width: 100%;
}

html, body {
  max-width: 100%;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

::-moz-selection {
  color: #fff;
  background: #0B1320;
}

::selection {
  color: #fff;
  background: #0B1320;
}

/* FONTS */
@font-face {
  font-family: "pc_Light";
  src: url("../fonts/Diagramm-Light.eot");
  src: url("../fonts/Diagramm-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Diagramm-Light.woff2") format("woff2"), url("../fonts/Diagramm-Light.woff") format("woff"), url("../fonts/Diagramm-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pc_Regular";
  src: url("../fonts/Diagramm-Regular.eot");
  src: url("../fonts/Diagramm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Diagramm-Regular.woff2") format("woff2"), url("../fonts/Diagramm-Regular.woff") format("woff"), url("../fonts/Diagramm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pc_Medium";
  src: url("../fonts/Diagramm-Medium.eot");
  src: url("../fonts/Diagramm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Diagramm-Medium.woff2") format("woff2"), url("../fonts/Diagramm-Medium.woff") format("woff"), url("../fonts/Diagramm-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pc_semi";
  src: url("../fonts/Diagramm-SemiBold.eot");
  src: url("../fonts/Diagramm-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Diagramm-SemiBold.woff2") format("woff2"), url("../fonts/Diagramm-SemiBold.woff") format("woff"), url("../fonts/Diagramm-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pc_bold";
  src: url("../fonts/Diagramm-Bold.eot");
  src: url("../fonts/Diagramm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Diagramm-Bold.woff2") format("woff2"), url("../fonts/Diagramm-Bold.woff") format("woff"), url("../fonts/Diagramm-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
.arrowBtn {
  background: #000;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrowBtn i {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  transition: 0.5s ease;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arrowBtn i:after { /*border-bottom: 1px solid #fff; border-right: 1px solid #fff; @include pseudo(0, null, 0, null,  12px, 12px);*/ }
.arrowBtn i:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}
.arrowBtn:hover i {
  transform: rotate(45deg);
}

body {
  font-family: "pc_Regular";
}

p, li {
  font-size: 1.18rem;
  color: #fff;
  line-height: 30px;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1em;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 130%;
  color: #000;
}

h1 {
  font-size: 38px;
  font-family: "pc_Regular";
}

h2 {
  font-size: 35px;
  font-family: "pc_Medium";
  margin-bottom: 20px;
}

h3 {
  font-size: 30px;
  font-family: "pc_Medium";
}

h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.svgIcon {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  display: inline-block;
  height: 1em;
  width: 1em;
}

/* GRID */
.gridwrap {
  display: grid;
  grid-template-rows: repeat(var(--kg-rows, 1), 1fr);
  grid-template-columns: repeat(var(--kg-columns, 12), 1fr);
  gap: var(--kg-gap, 1.5rem);
}
.gridwrap .g-col-1 {
  grid-column: auto/span 1;
}
.gridwrap .g-col-2 {
  grid-column: auto/span 2;
}
.gridwrap .g-col-3 {
  grid-column: auto/span 3;
}
.gridwrap .g-col-4 {
  grid-column: auto/span 4;
}
.gridwrap .g-col-5 {
  grid-column: auto/span 5;
}
.gridwrap .g-col-6 {
  grid-column: auto/span 6;
}
.gridwrap .g-col-7 {
  grid-column: auto/span 7;
}
.gridwrap .g-col-8 {
  grid-column: auto/span 8;
}
.gridwrap .g-col-9 {
  grid-column: auto/span 9;
}
.gridwrap .g-col-10 {
  grid-column: auto/span 10;
}
.gridwrap .g-col-11 {
  grid-column: auto/span 11;
}
.gridwrap .g-col-12 {
  grid-column: auto/span 12;
}
.gridwrap .g-start-1 {
  grid-column-start: 1;
}
.gridwrap .g-start-2 {
  grid-column-start: 2;
}
.gridwrap .g-start-3 {
  grid-column-start: 3;
}
.gridwrap .g-start-4 {
  grid-column-start: 4;
}
.gridwrap .g-start-5 {
  grid-column-start: 5;
}
.gridwrap .g-start-6 {
  grid-column-start: 6;
}
.gridwrap .g-start-7 {
  grid-column-start: 7;
}
.gridwrap .g-start-8 {
  grid-column-start: 8;
}
.gridwrap .g-start-9 {
  grid-column-start: 9;
}
.gridwrap .g-start-10 {
  grid-column-start: 10;
}
.gridwrap .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 250px) {
  .gridwrap .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .gridwrap .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .gridwrap .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .gridwrap .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .gridwrap .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .gridwrap .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .gridwrap .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .gridwrap .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .gridwrap .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .gridwrap .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .gridwrap .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .gridwrap .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .gridwrap .g-start-sm-1 {
    grid-column-start: 1;
  }
  .gridwrap .g-start-sm-2 {
    grid-column-start: 2;
  }
  .gridwrap .g-start-sm-3 {
    grid-column-start: 3;
  }
  .gridwrap .g-start-sm-4 {
    grid-column-start: 4;
  }
  .gridwrap .g-start-sm-5 {
    grid-column-start: 5;
  }
  .gridwrap .g-start-sm-6 {
    grid-column-start: 6;
  }
  .gridwrap .g-start-sm-7 {
    grid-column-start: 7;
  }
  .gridwrap .g-start-sm-8 {
    grid-column-start: 8;
  }
  .gridwrap .g-start-sm-9 {
    grid-column-start: 9;
  }
  .gridwrap .g-start-sm-10 {
    grid-column-start: 10;
  }
  .gridwrap .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .gridwrap .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .gridwrap .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .gridwrap .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .gridwrap .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .gridwrap .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .gridwrap .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .gridwrap .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .gridwrap .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .gridwrap .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .gridwrap .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .gridwrap .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .gridwrap .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .gridwrap .g-start-md-1 {
    grid-column-start: 1;
  }
  .gridwrap .g-start-md-2 {
    grid-column-start: 2;
  }
  .gridwrap .g-start-md-3 {
    grid-column-start: 3;
  }
  .gridwrap .g-start-md-4 {
    grid-column-start: 4;
  }
  .gridwrap .g-start-md-5 {
    grid-column-start: 5;
  }
  .gridwrap .g-start-md-6 {
    grid-column-start: 6;
  }
  .gridwrap .g-start-md-7 {
    grid-column-start: 7;
  }
  .gridwrap .g-start-md-8 {
    grid-column-start: 8;
  }
  .gridwrap .g-start-md-9 {
    grid-column-start: 9;
  }
  .gridwrap .g-start-md-10 {
    grid-column-start: 10;
  }
  .gridwrap .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .gridwrap .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .gridwrap .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .gridwrap .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .gridwrap .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .gridwrap .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .gridwrap .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .gridwrap .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .gridwrap .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .gridwrap .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .gridwrap .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .gridwrap .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .gridwrap .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .gridwrap .g-start-lg-1 {
    grid-column-start: 1;
  }
  .gridwrap .g-start-lg-2 {
    grid-column-start: 2;
  }
  .gridwrap .g-start-lg-3 {
    grid-column-start: 3;
  }
  .gridwrap .g-start-lg-4 {
    grid-column-start: 4;
  }
  .gridwrap .g-start-lg-5 {
    grid-column-start: 5;
  }
  .gridwrap .g-start-lg-6 {
    grid-column-start: 6;
  }
  .gridwrap .g-start-lg-7 {
    grid-column-start: 7;
  }
  .gridwrap .g-start-lg-8 {
    grid-column-start: 8;
  }
  .gridwrap .g-start-lg-9 {
    grid-column-start: 9;
  }
  .gridwrap .g-start-lg-10 {
    grid-column-start: 10;
  }
  .gridwrap .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .gridwrap .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .gridwrap .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .gridwrap .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .gridwrap .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .gridwrap .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .gridwrap .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .gridwrap .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .gridwrap .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .gridwrap .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .gridwrap .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .gridwrap .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .gridwrap .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .gridwrap .g-start-xl-1 {
    grid-column-start: 1;
  }
  .gridwrap .g-start-xl-2 {
    grid-column-start: 2;
  }
  .gridwrap .g-start-xl-3 {
    grid-column-start: 3;
  }
  .gridwrap .g-start-xl-4 {
    grid-column-start: 4;
  }
  .gridwrap .g-start-xl-5 {
    grid-column-start: 5;
  }
  .gridwrap .g-start-xl-6 {
    grid-column-start: 6;
  }
  .gridwrap .g-start-xl-7 {
    grid-column-start: 7;
  }
  .gridwrap .g-start-xl-8 {
    grid-column-start: 8;
  }
  .gridwrap .g-start-xl-9 {
    grid-column-start: 9;
  }
  .gridwrap .g-start-xl-10 {
    grid-column-start: 10;
  }
  .gridwrap .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .gridwrap .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .gridwrap .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .gridwrap .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .gridwrap .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .gridwrap .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .gridwrap .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .gridwrap .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .gridwrap .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .gridwrap .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .gridwrap .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .gridwrap .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .gridwrap .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .gridwrap .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .gridwrap .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .gridwrap .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .gridwrap .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .gridwrap .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .gridwrap .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .gridwrap .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .gridwrap .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .gridwrap .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .gridwrap .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .gridwrap .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

/* GRID */
/* COMMON */
:root {
  --pc-blue: #058996;
  --pc-dark-blue: #0a495a;
  --pc-red: #cf0918;
  --pc-dark-red: #a0041e;
  --pc-text-dark:#141414;
  --pc-primary-black-bg:#141414;
  --pc-secondry-bg:#EFEFEF;
  --pc-theme-grey-bg:#b3b3b3;
  --pc-theme-gr: linear-gradient(122deg, #058996 0%, #72afd3 100%);
  --pc-blue-gr:linear-gradient(to right, var(--pc-blue) 20%, var(--pc-dark-blue) 50%, var(--pc-blue) 100%);
  --pc-red-gr:linear-gradient(to right, #cccccc, var(--pc-red), var(--pc-dark-red));
  --pc-theme-gr1:linear-gradient(135deg, #d6ecff 0%, #4da6ff 30%, var(--pc-blue) 65%, var(--pc-dark-blue) 100%);
  --pc-theme-gr2: linear-gradient(135deg, #b3f0ff 0%, #00c2ff 35%, var(--pc-blue) 70%, var(--pc-dark-blue) 100%);
  --pc-theme-gr3: linear-gradient(90deg, #06589d, #348add);
  --themeangle: 90deg;
  --blue-core: #1565e0;
  --blue-deep:#172736;
  --blue-light: #e8f0fe;
  --blue-mid: #4285f4;
  --slate:#f4f7ff;
}

.container {
  max-inline-size: 80vw;
  margin: auto;
}

.container-fluid {
  max-inline-size: 90vw;
  margin: auto;
}

.img_fluid, .img-fluid {
  width: 100%;
  height: auto;
}

.align-items-center {
  align-items: center;
}

.empty10 {
  height: 10px;
}

.empty20 {
  height: 20px;
}

.empty30 {
  height: 30px;
}

.empty40 {
  height: 40px;
}

.empty50 {
  height: 50px;
}

.empty60 {
  height: 60px;
}

.empty80 {
  height: 80px;
}

.empty100 {
  height: 100px;
}

.empty150 {
  height: 150px;
}

.titleSec {
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}
.titleSec .headTag {
  margin: 0;
  font-size: 55px;
}
.titleSec .subtitle {
  font-size: 25px;
  color: #8d8d8d;
}
.titleSec .subtitle p {
  font-size: 25px;
  color: #8d8d8d;
}

.sectionspace {
  margin: 100px 0;
}

.theme_white_str_btn {
  border: 1px;
  border-style: solid;
  border-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  transition: 0.5s ease;
}
.theme_white_str_btn:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.theme_white_str_btn:hover {
  background: #fff;
  color: #000;
}

.theme_white_btn {
  border: 1px;
  border-style: solid;
  border-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-size: 18px;
  padding: 15px 20px;
  transition: 0.5s ease;
}
.theme_white_btn:hover {
  background: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
.theme_white_btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.theme_blue_str_btn {
  border: 1px;
  border-style: solid;
  border-color: var(--pc-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--pc-blue);
  font-size: 18px;
  padding: 15px 20px;
  transition: 0.5s ease;
}
.theme_blue_str_btn:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.theme_blue_str_btn:hover {
  background: var(--pc-blue);
  color: #fff;
}

.theme_blue_btn {
  border: 1px;
  border-style: solid;
  border-color: var(--pc-dark-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #058996;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  transition: 0.5s ease;
}
.theme_blue_btn:hover {
  background: rgb(3.3548387097, 91.9225806452, 100.6451612903);
  border-color: rgb(3.3548387097, 91.9225806452, 100.6451612903);
}
.theme_blue_btn:hover {
  background: var(--pc-dark-blue);
  color: #fff;
  border-color: var(--pc-dark-blue);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 80vw;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.5s ease;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  top: 10px;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}
header .logoArea img {
  width: 120px;
  display: block;
}
header .mainmenu {
  display: flex;
  justify-content: flex-end;
  transition: 0.5s ease;
}
header .mainmenu nav ul {
  display: flex;
  gap: 25px;
  position: relative;
  align-items: center;
}
header .mainmenu nav ul li a {
  color: #000;
  font-size: 0.75rem;
  transition: 0.5s ease;
  font-family: "pc_Medium";
  font-size: 16px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
header .mainmenu nav ul li a i {
  font-size: 13px;
  line-height: 0px;
}
header .mainmenu nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .mainmenu nav ul li a.blackBtn {
  background: var(--blue-deep);
  font-size: 16px;
  color: #fff;
  padding: 10px 18px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  font-family: "pc_Medium";
}
header .mainmenu nav ul li a.blackBtn:hover {
  background: none;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
header .mainmenu nav ul li a.blackBtn {
  font-size: 15px;
  padding: 6px 18px;
}
header .mainmenu nav ul li.menuBtn a {
  background: linear-gradient(var(--themeangle), #00ddff 0%, #adda28 100%);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4705882353);
}
header .mainmenu nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .mainmenu nav ul li li a {
  color: #d3d3d3;
  padding: 5px 20px;
  display: block;
}
header .mainmenu nav ul ul {
  display: block;
  position: absolute;
  border: 1px solid #2f2e2e;
  border-radius: 8px;
  background: var(--blue-deep);
  box-shadow: inset 0 -28px 84px -30px rgba(226, 232, 255, 0.1490196078);
  clip-path: inset(0 round 10px);
  backdrop-filter: blur(5px);
  top: 55px;
  opacity: 0;
  transform: translateY(15px);
  visibility: hidden;
  transition: 0.5s ease;
  left: -40px;
}
header .mainmenu nav ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 110%;
  display: block;
  border-left: 8px solid transparent;
  border-bottom: 8px solid var(--blue-deep);
  border-right: 8px solid transparent;
}
header .mainmenu li.current_page_parent > a, header .mainmenu li.current-menu-parent > a, header .mainmenu li.current-menu-ancestor > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
header .mainmenu li.current-menu-item > a, header .mainmenu li.current_page_item > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.main_hero {
  overflow: hidden;
  position: relative;
}
.main_hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #058996 0%, rgba(10, 143, 241, 0) 100%);
  z-index: 10;
}
.main_hero .hero_content {
  position: relative;
  z-index: 1000;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "pc_Regular";
  padding: 14vw 0 7vw 0;
}
.main_hero .hero_content .hero_con_grids {
  display: grid;
  gap: 30px;
  grid-template-columns: 35% 45%;
  justify-content: space-between;
  align-items: end;
  gap: 100px;
}
.main_hero .hero_content .hero_con_grids .hero_con_grid:last-child {
  opacity: 0;
}
.main_hero .hero_content .hero_con_grids .hero_semi {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "pc_light";
}
.main_hero .hero_content .hero_con_grids .hero_small {
  font-size: 20px;
  font-family: "pc_light";
  line-height: 150%;
}
.main_hero .hero_content .hero_con_grids .hero_med {
  font-size: 30px;
}
.main_hero .hero_content .hero_con_grids .hero_btn_wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.main_hero .hero_content .hero_con_grids h1 {
  margin: 0;
  font-family: "pc_semi";
  font-size: 55px;
  line-height: 110%;
  color: #fff;
}

.titleEffects {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 180px 180px 180px;
  gap: 20px;
}
.titleEffects li {
  font-family: "pc_Regular";
  width: 180px;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.0823529412);
  backdrop-filter: blur(21px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 6px;
  box-shadow: 1px 1px 5px 4px rgba(64, 64, 64, 0.1215686275);
}
.titleEffects li span {
  font-size: 14px;
  display: block;
  font-family: "pc_light";
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.titleEffects li i {
  font-size: 25px;
}

.hero_gr_ani {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  position: absolute;
  transform: skewX(-25deg) scale(1.3);
  inset: 0;
  top: 0;
  left: 0;
}
.hero_gr_ani::after {
  filter: url(#noise);
  inset: 0;
  position: absolute;
  content: "";
  mix-blend-mode: soft-light;
  animation: grain 5s ease-in-out infinite;
}
.hero_gr_ani .hero_gr_bx_three {
  display: grid;
  gap: 30px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}
.hero_gr_ani .hero_gr_bx_three:nth-child(even) .hero_gr_bx {
  background: linear-gradient(183deg, #0f6270 10%, #058996 58%, #058996 90%);
  animation: flow1 5s ease-in-out infinite;
}
.hero_gr_ani .hero_gr_bx {
  background-image: linear-gradient(183deg, #058996 10%, #058996 58%, #0f6270 90%);
  background-size: 200% 200%;
  animation: flow 3s ease-in-out infinite;
}
.hero_gr_ani .hero_gr_bx:nth-child(2) {
  margin-top: -30px;
}
.hero_gr_ani .hero_gr_bx:nth-child(3) {
  margin-top: -100px;
}

@keyframes flow {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes flow1 {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.scrollTextAni {
  color: #fff;
}

.exa_four_sec {
  color: #fff;
  padding: 150px 0 0 0;
  position: relative;
}
.exa_four_sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}
.exa_four_sec .exa_four_sec_inner {
  clip-path: inset(0 round 20px);
  position: relative;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  height: 100%;
  align-items: start;
  position: relative;
  z-index: 10;
  background: url(../images/about-pic-exa.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 80px 250px 80px;
  background-attachment: fixed;
}
.exa_four_sec .exa_four_sec_inner:before {
  background: #0a495a;
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.exa_four_sec .exa_four_sec_inner > * {
  z-index: 2;
}
.exa_four_sec .cardHeadSec {
  position: sticky;
  top: 150px;
}
.exa_four_sec .cardHeadSec .card_head {
  font-size: 4vw;
  font-family: "pc_Medium";
}
.exa_four_sec .cardHeadSec .card_head small {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.exa_four_sec .cardHeadSec p {
  font-size: 23px;
  line-height: 1.5;
}
.exa_four_sec .dark_cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.exa_four_sec .dark_cards .dark_card {
  padding: 50px;
  background: var(--pc-secondry-bg);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.exa_four_sec .dark_cards .dark_card:nth-child(1), .exa_four_sec .dark_cards .dark_card:nth-child(5) {
  margin-bottom: 50px;
}
.exa_four_sec .dark_cards .dark_card:nth-child(2) {
  margin-bottom: -50px;
}
.exa_four_sec .dark_cards .dark_card:nth-child(3) {
  margin-top: -50px;
}
.exa_four_sec .dark_cards .dark_card:nth-child(4) {
  margin-top: 50px;
}
.exa_four_sec .dark_cards .dark_card small {
  font-size: 70px;
  color: transparent;
  font-family: "pc_bold";
  -webkit-text-stroke: 1px rgba(70, 70, 70, 0.4705882353);
  text-shadow: 5px 5px 0px rgba(70, 70, 70, 0.3294117647);
  opacity: 0.3;
}
.exa_four_sec .dark_cards .dark_card h4 {
  font-family: "pc_semi";
  font-size: 30px;
  margin: 0;
  line-height: 120%;
  color: #000;
}

.exa_insurance {
  margin: -150px 0 90px 0;
  z-index: 20;
  position: relative;
}
.exa_insurance .exa_ins_bx {
  background: var(--pc-secondry-bg);
  border: 1px solid #575757;
  color: #000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 120px 60px;
  position: relative;
  border-radius: 20px;
  text-align: center;
}
.exa_insurance .exa_ins_bx::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  left: 50%;
  bottom: -120px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(21px);
  border-radius: 100%;
  z-index: -1;
  transform: translateX(-50%);
}
.exa_insurance .exa_ins_bx h3 {
  color: #000;
  font-size: 40px;
  font-family: "pc_semi";
}
.exa_insurance .exa_ins_bx h3.scrollTextAni span:nth-child(8), .exa_insurance .exa_ins_bx h3.scrollTextAni span:nth-child(9) {
  font-size: 9px;
}
.exa_insurance .exa_ins_bx p {
  color: #000;
  font-size: 27px;
  line-height: 130%;
}
.exa_insurance .exa_ins_bx .rotateText {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin: auto;
  top: 97%;
}
.exa_insurance .exa_ins_bx .rotateText ul {
  position: relative;
}
.exa_insurance .exa_ins_bx .rotateText ul li {
  position: relative;
  margin-top: -60px;
}
.exa_insurance .exa_ins_bx .rotateText ul li .cardsCon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "pc_bold";
  border: 1px solid #707070;
  width: 100%;
  height: 120px;
  font-size: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  background: var(--pc-primary-black-bg);
  padding: 20px;
  border-radius: 20px;
}

.exa_integrate {
  margin: 100px 0;
  overflow: hidden;
  position: relative;
}
.exa_integrate .exa_in_wrap {
  background: var(--pc-primary-black-bg);
  border-radius: 25px;
  padding: 6vw;
}
.exa_integrate .exa_in_wrap p {
  font-size: 2.5vw;
  line-height: 130%;
  text-align: center;
}
.exa_integrate .exa_in_wrap .dark_tr_cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  margin: 100px 0;
  position: relative;
  gap: 5px;
}
.exa_integrate .exa_in_wrap .dark_tr_cards .dark_tr_card {
  background: rgba(255, 255, 255, 0.1098039216);
  backdrop-filter: blur(50px);
  transition: 0.5s ease;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}
.exa_integrate .exa_in_wrap .dark_tr_cards .dark_tr_card:hover h5 {
  color: #fff;
}
.exa_integrate .exa_in_wrap .dark_tr_cards .dark_tr_card small {
  font-size: 60px;
  font-family: "pc_semi";
  color: rgba(255, 255, 255, 0.231372549);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3803921569);
}
.exa_integrate .exa_in_wrap .dark_tr_cards .dark_tr_card h5 {
  font-size: 2.5vw;
  color: rgba(255, 255, 255, 0.3411764706);
  font-family: "pc_semi";
  transition: 0.5s ease;
}
.exa_integrate .highLigt_grey_text {
  background: linear-gradient(105deg, #979797 50%, #FFFFFF 70%);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  font-size: 4vw;
  font-family: "pc_semi";
  text-align: center;
}

.cursor-1 {
  background: #DC2626;
  filter: blur(50px);
  border-radius: 100%;
  width: 15rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.exa_products {
  background-image: linear-gradient(to top, #0a495a 0%, rgba(0, 102, 204, 0) 60%);
  position: relative;
  clip-path: inset(0 round 20px);
  padding: 10px 0 10px 0;
}
.exa_products::after {
  filter: url(#noise);
  inset: 0;
  position: absolute;
  content: "";
  --grad: linear-gradient(0deg, red, rgba(255, 0, 0, 0.2) 50%, transparent 70%);
  --mask: var(--grad), var(--grad), var(--grad);
  -webkit-mask: var(--mask);
          mask: var(--mask);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
  mix-blend-mode: color;
}
.exa_products .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.exa_products .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.exa_products .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.exa_products .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.exa_products .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.exa_products .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}
.exa_products .title_sec h2, .exa_products .title_sec h3, .exa_products .title_sec p {
  color: #000;
}
.exa_products .proIntro {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  font-size: 25px;
}
.exa_products .ex_pro_tab {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
  display: inline-block;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  gap: 50px;
}
.exa_products .ex_pro_tab .ex_pro_tab_nav {
  position: sticky;
  top: 80px;
  z-index: 1000;
  margin-bottom: 30px;
}
.exa_products .ex_pro_tab .ex_pro_tab_nav ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
  border: 1px solid var(--pc-blue);
  border-radius: 10px;
  padding: 5px;
  background: #fff;
}
.exa_products .ex_pro_tab .ex_pro_tab_nav ul li.active a {
  background: var(--pc-dark-blue);
  color: #fff;
}
.exa_products .ex_pro_tab .ex_pro_tab_nav ul li a {
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  color: #000;
  border-radius: 10px;
  line-height: 130%;
}
.exa_products .ex_pro_tab .ex_pro_tab_con {
  padding: 50px;
  border-radius: 15px;
  margin: 30px 0;
  background-image: linear-gradient(111deg, #033f45 0%, rgb(0, 175, 193) 100%);
  color: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: space-between;
}
.exa_products .ex_pro_tab .ex_pro_tab_con:first-child {
  margin-top: 0;
}
.exa_products .ex_pro_tab .ex_pro_tab_con::after {
  filter: url(#noise);
  inset: 0;
  position: absolute;
  content: "";
  z-index: -1;
  clip-path: inset(0 round 20px);
  mix-blend-mode: soft-light;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .pro_con_top {
  padding-bottom: 30px;
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .pro_con_top .pro_title {
  font-family: "pc_Medium";
  font-size: 35px;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .pro_con_top .pro_title span:after {
  font-size: 22px;
  font-family: "pc_light";
}
.exa_products .ex_pro_tab .ex_pro_tab_con .pro_con_top .pro_gist {
  font-size: 24px;
  font-family: "pc_Regular";
  line-height: 1.2;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .pro_con_top p {
  font-size: 20px;
  font-family: "pc_light";
  color: rgba(255, 255, 255, 0.6392156863);
}
.exa_products .ex_pro_tab .ex_pro_tab_con .tab_count {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 75px;
  mix-blend-mode: overlay;
  font-family: "pc_bold";
  display: none;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .product_icon img {
  max-width: 200px;
  height: auto;
  min-width: 200px;
  width: -moz-min-content;
  width: min-content;
  mix-blend-mode: overlay;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .tab_link_btn {
  inset: 0;
  position: absolute;
}
.exa_products .ex_pro_tab .ex_pro_tab_con .tab_link_btn .tab_link_btn_con {
  background: rgba(0, 0, 0, 0.5607843137);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 13px;
  gap: 4px;
  transition: 0.5s ease;
}
.exa_products .ex_pro_tab .ex_pro_tab_con:hover .tab_link_btn_con {
  transform: translateX(10px);
}

.roll-text {
  position: relative;
  overflow: hidden;
  display: block;
}
.roll-text .char {
  display: inline-block;
  transform: translateY(0%);
}

.title_sec {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}

.exa_configur {
  background: linear-gradient(0deg, #033f45 0%, rgb(0, 175, 193) 100%);
  padding: 100px 0 150px 0;
  margin: 0px 0 100px 0;
  position: relative;
}
.exa_configur::after {
  opacity: 0.5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 10px);
  background-size: 28px 28px;
  mix-blend-mode: overlay;
}
.exa_configur > * {
  z-index: 2;
  position: relative;
}
.exa_configur .title_sec {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
.exa_configur .title_sec h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 100%;
  align-items: center;
}
.exa_configur .title_sec h2 span.brand {
  color: #fff !important;
}
.exa_configur .config_slider {
  position: relative;
  z-index: 10;
}
.exa_configur .config_slider .config_slide_con_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.exa_configur .config_slider .config_slide_con_grid .blue_theme_bx {
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.0823529412);
  backdrop-filter: blur(10px);
}
.exa_configur .config_slider .config_slide_con_grid .blue_theme_bx h4 {
  color: #fff;
  min-height: 70px;
}
.exa_configur .config_slider .config_slide_con_grid .blue_theme_bx i {
  color: #fff;
  font-size: 45px;
}

@keyframes grrotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.iconGrid {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 40px 60px 0px 60px;
  border-radius: 0px 0px 10px 10px;
  gap: 30px;
  position: relative;
}
.iconGrid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #CECECE -60%, transparent 100%);
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
.iconGrid li {
  color: #000;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 190px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.5s ease;
}
.iconGrid li:hover {
  box-shadow: 0 1px 3px #cf0918, 0 1px 2px #004cff;
  transform: translateY(-10px);
}
.iconGrid li i {
  font-size: 40px;
  margin-bottom: 20px;
}
.iconGrid:after {
  height: 70%;
}

.exa_result {
  padding-top: 100px;
}
.exa_result .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.exa_result .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.exa_result .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.exa_result .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.exa_result .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.exa_result .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}

.exa_ai_power {
  color: #000;
  padding-bottom: 50px;
  position: relative;
}
.exa_ai_power::after, .exa_ai_power:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -7%;
  top: 0;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(0, 221, 255, 0.3882352941) 60%, rgba(255, 115, 0, 0.5215686275) 40%);
  filter: blur(131px);
  z-index: -1;
}
.exa_ai_power:before {
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 0;
}
.exa_ai_power .exa_ai_power_inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.exa_ai_power .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.exa_ai_power .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.exa_ai_power .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.exa_ai_power .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.exa_ai_power .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.exa_ai_power .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}
.exa_ai_power p {
  color: #000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.exa_ai_power .result_bx {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.exa_ai_power .result_bx ul {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 40px 60px 0px 60px;
  border-radius: 0px 0px 10px 10px;
  gap: 30px;
  position: relative;
}
.exa_ai_power .result_bx ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #CECECE -60%, transparent 100%);
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
.exa_ai_power .result_bx ul li {
  color: #000;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 190px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.5s ease;
}
.exa_ai_power .result_bx ul li:hover {
  box-shadow: 0 1px 3px #cf0918, 0 1px 2px #004cff;
  transform: translateY(-10px);
}
.exa_ai_power .result_bx ul li i {
  font-size: 40px;
  margin-bottom: 20px;
}
.exa_ai_power .result_bx ul {
  margin: 0;
}
.exa_ai_power .result_bx ul li {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: var(--pc-primary-black-bg);
  border-radius: 6px;
  border-right: 1px solid #707070;
  color: #c9c9c9;
  width: auto;
}
.exa_ai_power .result_bx ul li h4 {
  color: #fff;
  font-family: "pc_semi";
  font-size: 35px;
  margin-top: 10px;
}
.exa_ai_power .result_bx ul::after {
  display: none;
}
.exa_ai_power .result_bx h3 {
  color: #000;
}

.ex_pro_outcome {
  margin: 0px 0 50px 0;
  position: relative;
}
.ex_pro_outcome::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -7%;
  top: 0;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(0, 221, 255, 0.3882352941) 60%, rgba(255, 115, 0, 0.5215686275) 40%);
  filter: blur(131px);
  z-index: -1;
}
.ex_pro_outcome .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.ex_pro_outcome .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.ex_pro_outcome .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.ex_pro_outcome .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.ex_pro_outcome .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.ex_pro_outcome .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}
.ex_pro_outcome .outcome_bx {
  margin-top: 50px;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list {
  padding: 80px 80px 80px 0;
  position: relative;
  clip-path: inset(0 round 10px);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list::after, .ex_pro_outcome .outcome_bx .outcome_bx_list:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 10px;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list::after {
  background: var(--blue-deep);
  z-index: 1;
  mix-blend-mode: color;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list > * {
  position: relative;
  z-index: 2;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head {
  background: var(--blue-deep);
  border: 1px solid #a1faff;
  box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head h3 {
  color: #fff;
  background: linear-gradient(to right, #ffffff 0%, #00f2fe 100%);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  font-family: "pc_bold";
  font-size: 50px;
  margin: 0;
  line-height: 110%;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head i {
  color: #ffffff;
  font-size: 35px;
  background: rgba(255, 255, 255, 0.1294117647);
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  padding: 15px;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head span {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.0823529412);
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  flex-direction: column;
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon .coutComlist {
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.5607843137);
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-family: "pc_light";
  font-size: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon .coutComlist strong {
  color: #fff;
  font-size: 40px;
  display: block;
  background: linear-gradient(to left, #ffffff 0%, #00f2fe 100%);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  font-family: "pc_Medium";
}
.ex_pro_outcome .carArrow {
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.2117647059);
  backdrop-filter: blur(20px);
  border-radius: 100%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ex_pro_outcome .carArrow.slick-prev {
  left: -40px;
}
.ex_pro_outcome .carArrow.slick-next {
  left: 400px;
}

.approach-section {
  background: var(--slate);
  padding: 80px 0 100px 0;
}
.approach-section .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.approach-section .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.approach-section .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.approach-section .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.approach-section .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.approach-section .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}
.approach-section .approach_sec_inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.approach-section .compare-row {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  gap: 0 12px;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(28px);
}
.approach-section .card {
  border-radius: 10px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.approach-section .card-trad {
  background: var(--white);
  border: 1.5px solid #dce5f7;
}
.approach-section .card-trad .card-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.approach-section .card-trad svg {
  stroke: #383838;
}
.approach-section .card-trad .card-text {
  font-size: 20px;
}
.approach-section .card-exas {
  background: var(--blue-deep);
  border: none;
}
.approach-section .card-exas:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.approach-section .card-exas .card-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.approach-section .card-exas .card-icon svg {
  stroke: #ffffff;
}
.approach-section .card-exas .card-text {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.approach-section .card-exas .card-text em {
  font-style: normal;
  font-size: 25px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "pc_Medium";
}

.col-headers {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  gap: 0 12px;
  margin-bottom: 12px;
  padding: 0 4px;
}

.col-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 22px;
}
.col-label.trad {
  color: #fff;
  background: rgba(150, 5, 71, 0.4901960784);
}
.col-label.trad .dot {
  background: #000;
}
.col-label.exas {
  color: #fff;
  background: var(--pc-blue);
}
.col-label.exas .dot {
  background: #fff;
}
.col-label .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

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

.arrow-pill {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(21, 101, 224, 0.12);
}
.arrow-pill svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-strip {
  margin-top: 36px;
  background: linear-gradient(135deg, var(--blue-core), var(--blue-deep));
  border-radius: var(--radius-lg);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  opacity: 0;
  transform: translateY(20px);
}

.cta-strip-text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}
.cta-strip-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}

.cta-btn {
  flex-shrink: 0;
  background: var(--teal);
  color: #0d1b3e;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.cta-btn:hover {
  background: var(--teal-dim);
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .compare-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 8px 0;
  }
  .arrow-col {
    transform: rotate(90deg);
  }
  .col-headers {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .col-headers .arrow-col {
    display: none;
  }
  .cta-strip {
    flex-direction: column;
    text-align: center;
  }
}
.exa_contact_lead {
  margin: 150px 0;
}
.exa_contact_lead .exa_contact_lead_inner {
  background: var(--blue-deep);
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.exa_contact_lead .exa_contact_lead_inner .title_sec {
  margin: 0;
}
.exa_contact_lead .exa_contact_lead_inner .title_sec h2 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 130%;
  color: #fff;
  margin-bottom: 15px;
}
.exa_contact_lead .exa_contact_lead_inner .title_sec p {
  color: #fff;
  font-size: 19px;
  margin: 0 !important;
}
.exa_contact_lead .exa_contact_lead_inner .btn_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.why_exasure {
  padding: 100px 0;
  position: relative;
  background: url(../images/why-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  container-name: why_exasure;
  container-type: inline-size;
  position: relative;
}
.why_exasure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.why_exasure > * {
  z-index: 2;
}
.why_exasure::before {
  background: var(--pc-theme-gr);
  mix-blend-mode: multiply;
}
.why_exasure > * {
  color: #fff;
  position: relative;
}
.why_exasure .title_sec {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.why_exasure .title_sec h2 {
  font-size: 60px;
  color: #fff;
}
.why_exasure .why_exa_grids {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 100;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.why_exasure .why_exa_grids .why_exa_grid {
  background: var(--pc-blue);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  padding: 30px;
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
}
.why_exasure .why_exa_grids .why_exa_grid::after {
  transform: translateY(120px);
  opacity: 0;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  background: #021c23;
  transition: 0.5s ease;
  filter: blur(50px);
  border-radius: 100px;
}
.why_exasure .why_exa_grids .why_exa_grid h6 {
  font-family: "pc_Medium";
  font-size: 25px;
  color: #fff;
}
.why_exasure .why_exa_grids .why_exa_grid i {
  font-size: 40px;
}
.why_exasure .why_exa_grids .why_exa_grid p {
  font-size: 18px;
  margin: 15px 0 0 0;
  line-height: 130%;
}
@container why_exasure (max-width:500px) {}
@container why_exasure (max-width:767px) {}
@container why_exasure (max-width:1400px) {}
.why_exasure.exaira .why_exa_grids p {
  font-size: 22px;
  margin: 0;
  color: #fff;
  margin-top: 15px;
}

.anitext {
  margin-top: 100px;
}
.anitext .card_head {
  font-size: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.anitext {
  text-align: center;
  font-family: "pc_light";
}
.anitext .animate_med {
  font-family: "pc_Medium";
}
.anitext .animate_bold {
  font-family: "pc_bold";
  display: block;
}

.success_stories {
  background: var(--pc-secondry-bg);
  display: inline-block;
  width: 100%;
  padding: 120px 0;
}
.success_stories .success_stories_wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list {
  position: relative;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list img {
  border-radius: 0px 60px 0px 80px;
  width: 100%;
  height: auto;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list p {
  background: rgba(0, 0, 0, 0.4588235294);
  margin: 20px;
  border-radius: 0 0 0 60px;
  padding: 30px;
  color: #fff;
  backdrop-filter: blur(50px);
  font-family: "pc_semi";
  position: absolute;
  bottom: 0;
  left: 0;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list .round_arrow {
  background: #000;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list .round_arrow i {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  transition: 0.5s ease;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.success_stories .success_stories_wrap .success_slide .success_slide_list .round_arrow i:after { /*border-bottom: 1px solid #fff; border-right: 1px solid #fff; @include pseudo(0, null, 0, null,  12px, 12px);*/ }
.success_stories .success_stories_wrap .success_slide .success_slide_list .round_arrow i:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}
.success_stories .success_stories_wrap .success_slide .success_slide_list .round_arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
}
.success_stories .success_stories_wrap .viewAll_success h4 {
  color: #000;
  font-size: 40px;
}
.success_stories .success_stories_wrap .viewAll_success p {
  color: #000;
}
.success_stories .success_stories_wrap .viewAll_success a {
  background: var(--pc-blue);
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  display: inline-flex;
  margin-top: 20px;
  font-family: "pc_Medium";
}

.wordsRotWrap {
  margin: 100px auto 200px auto;
  text-align: center;
  background: #000;
  padding: 80px 0 120px 0;
  width: 70%;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.wordsRotWrap .title_sec {
  text-align: center;
}
.wordsRotWrap .title_sec h2, .wordsRotWrap .title_sec h3 {
  color: #fff;
}
.wordsRotWrap .titleWrap {
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(111deg, #033f45 0%, rgb(0, 175, 193) 100%);
  padding: 30px;
  text-align: center;
  bottom: -70px;
}
.wordsRotWrap .leftTitle, .wordsRotWrap .rotwords {
  color: #fff;
  font-size: 62px;
}
.wordsRotWrap .leftTitle {
  line-height: 0.9;
  font-family: "pc_bold";
}
.wordsRotWrap .slider {
  overflow: hidden;
  height: 90px;
  position: relative;
}
.wordsRotWrap .rotwords {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "pc_Medium";
}
.wordsRotWrap .rotwords div {
  height: 90px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.wordsRotWrap .pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.wordsRotWrap .pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5d5d5;
  transition: 0.35s;
}
.wordsRotWrap .pagination .active {
  background: #000;
  transform: scale(1.5);
}

footer {
  margin: 30px 0;
}
footer .container {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
footer img {
  width: 150px;
}
footer p {
  color: #000;
  font-size: 14px;
}
footer .footer_grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer a {
  color: var(--pc-dark-blue);
}

.tick_bullet li {
  position: relative;
  padding-left: 30px;
}
.tick_bullet li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.tick_bullet li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 1px solid #000;
  border-radius: 50%;
}
.tick_bullet li:not(:last-child) {
  margin-bottom: 15px;
}

.subpageCon {
  margin-top: 150px;
}
.subpageCon:after {
  background: radial-gradient(100% 140% at 60% -10%, rgba(17, 157, 195, 0.38) 0%, #ffffff 75%), radial-gradient(100% 140% at 60% -10%, rgba(255, 255, 255, 0) 0%, #fff 75%), linear-gradient(45deg, #0f6270, #0a495a, #033f45);
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -2;
}
.subpageCon .pageHeader {
  font-size: 43px;
  color: #000;
  font-family: "pc_semi";
}
.subpageCon .pageHeader small {
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 20px;
}
.subpageCon .pageHeader .brand:after {
  font-size: 15px;
}
.subpageCon .pageHeadIntro {
  color: #000;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 130%;
}
.subpageCon p, .subpageCon li {
  color: #000;
  margin-bottom: 10px;
}
.subpageCon .bannerIMageWrap {
  height: 100%;
  position: relative;
}
.subpageCon .bannerIMageWrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpageCon .bannerIMageWrap::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -110px;
  bottom: -80px;
  border: 12px solid rgba(10, 73, 90, 0.5803921569);
  filter: blur(10px);
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s ease;
}
.subpageCon .bannerIMageWrap::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: -80px;
  border: 12px solid rgba(10, 73, 90, 0.5803921569);
  filter: blur(10px);
  border-radius: 100%;
  z-index: 1;
  transition: 0.5s ease;
}
.subpageCon .bannerIMageWrap:hover::after, .subpageCon .bannerIMageWrap:hover::before {
  transform: scale(1.1);
}
.subpageCon h3 {
  font-size: 40px;
}

.company_profile {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.company_profile .company_profile_intro {
  background: #fff;
  padding: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.company_profile p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
.company_profile .pageHeader {
  margin-bottom: 0;
}
.company_profile .pageHeadIntro {
  line-height: 170%;
}
.company_profile .bannerIMageWrap img {
  background: none;
}
.company_profile .profile_grid {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.scrollSecbx {
  margin: 140px 0;
}
.scrollSecbx .scroll_sec_head {
  background: var(--pc-theme-gr2);
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scrollSecbx .scroll_sec_head h3 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  font-family: "pc_bold";
}
.scrollSecbx .scroll_sec_head::after, .scrollSecbx .scroll_sec_head::before {
  width: 100%;
  transform: translate(-50%, -50%);
  content: "Business Impact";
  -webkit-text-stroke: 0.3px #fff;
  font-size: 50px;
  color: transparent;
  text-align: center;
  transition: 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
}
.scrollSecbx .scroll_sec_head::after {
  transform: translate(-50%, -150%);
}
.scrollSecbx .scroll_sec_head::before {
  transform: translate(-50%, 50%);
}
.scrollSecbx .scroll_sec_head:hover::after, .scrollSecbx .scroll_sec_head:hover::before {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.scrollSecbx .scrollroll {
  display: grid;
  gap: 15px;
}
.scrollSecbx .scrollroll .scroll_sec_con {
  background: var(--pc-secondry-bg);
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.scrollSecbx .scrollroll .scroll_sec_con.active {
  background: rgb(213.5, 213.5, 213.5);
}
.scrollSecbx .scrollroll .scroll_sec_con.active h4::after {
  transform: skewX(-40deg);
}
.scrollSecbx .scrollroll .scroll_sec_con.active h4::before {
  transform: skewX(40deg);
}
.scrollSecbx .scrollroll .scroll_sec_con h4 {
  font-family: "pc_semi";
  margin-bottom: 0px;
  font-size: 25px;
  position: relative;
  cursor: pointer;
}
.scrollSecbx .scrollroll .scroll_sec_con h4::after, .scrollSecbx .scrollroll .scroll_sec_con h4::before {
  transition: 0.5s ease;
  background: var(--blue-deep);
  display: block;
  right: 20px;
  position: absolute;
  top: 10px;
}
.scrollSecbx .scrollroll .scroll_sec_con h4::after {
  content: "";
  width: 2px;
  height: 10px;
  transform: skewX(40deg);
}
.scrollSecbx .scrollroll .scroll_sec_con h4::before {
  content: "";
  width: 2px;
  height: 10px;
  transform: skewX(-40deg);
  right: 28px;
}
.scrollSecbx .scrollroll .scroll_sec_con p {
  color: #000;
  margin: 10px 0 0 0;
}
.scrollSecbx .scrollroll .scroll_sec_con ul li {
  position: relative;
  padding-left: 30px;
}
.scrollSecbx .scrollroll .scroll_sec_con ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.scrollSecbx .scrollroll .scroll_sec_con ul li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 1px solid #000;
  border-radius: 50%;
}
.scrollSecbx .scrollroll .scroll_sec_con ul li:not(:last-child) {
  margin-bottom: 15px;
}

.commonTab {
  margin: 100px 0;
}
.commonTab .title_sec {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.commonTab .title_sec h2 {
  line-height: 120%;
  font-size: 48px;
  margin: 0;
}
.commonTab .title_sec h2 span {
  font-size: 40px;
  font-family: "pc_Medium";
  color: #fff;
}
.commonTab .title_sec h2 small {
  color: #fff;
  font-size: 30px;
}
.commonTab .title_sec h3 {
  font-size: 22px;
  font-family: "pc_Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5c5c5c;
  margin-bottom: 0;
}
.commonTab .title_sec p {
  margin-top: 25px;
  line-height: 1.4;
  color: #000;
}
.commonTab .commonTab_wrap {
  background: #000;
  padding: 30px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.commonTab .commonTab_wrap .commonTab_wrap_nav {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(50px);
}
.commonTab .commonTab_wrap .commonTab_wrap_nav li {
  margin: 8px 0;
  padding: 20px 18px;
}
.commonTab .commonTab_wrap .commonTab_wrap_nav li:not(:last-child) {
  border-bottom: 1px solid #2d2c2c;
}
.commonTab .commonTab_wrap .commonTab_wrap_nav li.active {
  border-right: 2px solid #00ddff;
}
.commonTab .commonTab_wrap .commonTab_wrap_nav li a {
  color: #fff;
  display: block;
}
.commonTab .commonTab_wrap .commonTab_list {
  display: none;
}
.commonTab .commonTab_wrap .commonTab_list .commonTab_list_con h4 {
  color: #fff;
  background: linear-gradient(to left, #ffffff 0%, #00f2fe 100%);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  font-size: 40px;
  font-family: "pc_semi";
}
.commonTab .commonTab_wrap .commonTab_list .commonTab_list_con li {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.commonTab .commonTab_wrap .commonTab_list .commonTab_list_con li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}
.commonTab .commonTab_wrap .commonTab_list .commonTab_list_con li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.commonTab .commonTab_wrap .commonTab_list .commonTab_list_con li:not(:last-child) {
  margin-bottom: 15px;
}

.challengeSec {
  background: linear-gradient(360deg, #fdf7f7, rgb(210, 243, 255) 36.95%, rgb(197, 240, 255) 100%);
  border-radius: 20px;
  padding: 50px 0 50px 50px;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.challengeSec .title_sec {
  width: 100%;
  text-align: left;
}
.challengeSec h3 {
  font-size: 35px;
}
.challengeSec:after {
  filter: url(#noise);
  inset: 0;
  position: absolute;
  content: "";
  z-index: -1;
  clip-path: inset(0 round 20px);
  mix-blend-mode: soft-light;
}
.challengeSec img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.challengeSec.exaDep img {
  width: 50%;
}

.dynamic_con .align_center {
  text-align: center;
}
.dynamic_con h4 {
  color: #000;
  font-family: "pc_semi";
}
.dynamic_con h2 {
  font-family: "pc_semi";
}

.faqlist_wrap {
  background: var(--pc-secondry-bg);
  padding: 50px;
  width: 80%;
  margin: auto;
  position: relative;
  border-radius: 10px;
  margin: 100px auto 0 auto;
}
.faqlist_wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 250px;
  right: 0;
  top: 50%;
  background: var(--pc-blue);
  transform: translateY(-50%);
  height: 50%;
}
.faqlist_wrap .faq_list {
  padding: 30px 0;
  position: relative;
}
.faqlist_wrap .faq_list:first-child {
  padding-top: 0;
}
.faqlist_wrap .faq_list:first-child .faqexcol_ico {
  top: 7px;
}
.faqlist_wrap .faq_list:first-child:last-child {
  padding-bottom: 0;
}
.faqlist_wrap .faq_list .faqexcol_ico {
  position: absolute;
  right: 0px;
  top: 35px;
  width: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.faqlist_wrap .faq_list .faqexcol_ico:after, .faqlist_wrap .faq_list .faqexcol_ico:before {
  transition: 0.5s ease;
  font-size: 30px;
  background: var(--pc-blue);
  font-family: "pc_light";
  content: "";
}
.faqlist_wrap .faq_list .faqexcol_ico:after {
  width: 26px;
  height: 2px;
}
.faqlist_wrap .faq_list .faqexcol_ico:before {
  position: absolute;
  width: 2px;
  height: 26px;
  left: 12px;
  top: 0;
}
.faqlist_wrap .faq_list:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}
.faqlist_wrap .faq_list .faq_question {
  font-size: 23px;
  font-family: "pc_semi";
  cursor: pointer;
  width: 90%;
  line-height: 150%;
  letter-spacing: 0;
}
.faqlist_wrap .faq_list.active .faq_question {
  margin-bottom: 15px;
  color: var(--pc-blue);
}
.faqlist_wrap .faq_list.active .faq_question .faqexcol_ico::after {
  opacity: 0;
  width: 0;
}
.faqlist_wrap .faq_list.active .faq_question .faqexcol_ico::before {
  transform: rotate(90deg);
  transform-origin: center;
}
.faqlist_wrap .faq_list p {
  color: #222;
}

h1 .brand::after, h2 .brand::after, h3 .brand::after, h4 .brand::after {
  font-size: 25px;
}

.title_sec h2 span.brand {
  color: #000 !important;
  font-size: inherit;
}
.title_sec h2 span.brand::after {
  font-size: 25px;
}

.title_sec_white h2 span.brand {
  color: #fff !important;
  font-size: inherit;
}

.brand {
  position: relative;
}
.brand::after {
  content: "™";
  font-size: 0.7em;
  vertical-align: super;
}

p .brand {
  line-height: 20px;
}

.contactPage .bannertitle {
  font-size: 45px;
  font-family: "pc_semi";
}
.contactPage .pageHeadIntro p {
  font-size: 27px;
  line-height: 170%;
}
.contactPage .contctPageInner {
  backdrop-filter: blur(91px);
  padding: 50px 15px 15px 15px;
}
.contactPage .contctPageInner .gridwrap {
  position: relative;
  gap: 70px;
}
.contactPage .contctPageInner .formhub {
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}
.contactPage .contctPageInner .formhub h4 {
  margin: 15px 0 25px 0;
}
.contactPage .contctPageInner .formhub label {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.contactPage .contctPageInner .formhub textarea {
  height: 100px;
}
.contactPage .contctPageInner .formhub .textfiArea {
  margin-bottom: 25px;
}
.contactPage .contctPageInner .formhub .inputField {
  background: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
}
.contactPage .blackBtn {
  background: var(--blue-deep);
  font-size: 16px;
  color: #fff;
  padding: 10px 18px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  font-family: "pc_Medium";
}
.contactPage .blackBtn:hover {
  background: none;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.contactPage .blackBtn {
  cursor: pointer;
}

.contactpageDetails {
  margin-top: 68px;
}
.contactpageDetails .gridwrap_con {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.contactpageDetails .contact_nav ul {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contactpageDetails .contact_nav ul li {
  margin: 0;
}
.contactpageDetails .contact_nav ul li.active a, .contactpageDetails .contact_nav ul li:hover a {
  background: var(--pc-dark-blue);
}
.contactpageDetails .contact_nav ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 8px;
  display: block;
  color: #fff;
  background: var(--pc-blue);
}
.contactpageDetails .contact_con:last-child .gridwrap_con {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.contactpageDetails .contact_con:last-child .gridwrap_con .contBx.first_child_bx {
  grid-column: 1/3;
}

.contBx {
  background: #fff;
  padding: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.contBx .phoneNo {
  color: var(--pc-dark-red);
  font-size: 22px;
}
.contBx.first_child_bx {
  display: flex;
  gap: 50px;
  grid-column: 1/4;
  align-items: center;
}
.contBx i {
  font-size: 25px;
  margin-right: 15px;
}
.contBx img {
  width: 30px;
  margin-bottom: 15px;
}
.contBx img.main_thumb {
  width: auto;
}
.contBx h5 {
  font-size: 20px;
  font-weight: bold;
  color: var(--pc-dark-red);
}
.contBx .contactDetails a {
  display: block;
}
.contBx a {
  color: var(--vt-primary-color);
}
.contBx a:hover {
  color: var(--vt-orange);
}

/** SLICK **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li {
  float: left;
}

.slick-dots span {
  width: 8px;
  height: 8px;
  background: #4C4C4C;
  border-radius: 100%;
  border: 0;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  margin: 0 10px;
}

.slick-dots span:hover {
  background: #7fab13;
}

/** SLICK **/
@media (max-width: 1300px) {
  .container {
    max-inline-size: 100vw;
    padding: 0 50px;
  }
  .main_hero .hero_content {
    bottom: 60px;
    top: inherit;
    transform: none;
    padding-top: 20vw;
  }
  .main_hero .hero_content .hero_con_grids {
    grid-template-columns: 35% 60%;
  }
  .main_hero .hero_content .hero_con_grids h1 {
    font-size: 39px;
  }
  .exa_four_sec .exa_four_sec_inner {
    padding: 50px 50px 250px 50px;
    gap: 50px;
  }
  .exa_four_sec .dark_cards .dark_card {
    padding: 30px;
  }
  .exa_four_sec .dark_cards .dark_card h4 {
    font-size: 25px;
  }
  .exa_ai_power .title_sec {
    width: 80%;
  }
  .exa_products .title_sec {
    width: 80%;
  }
  .exa_ai_power .exa_ai_power_inner, .success_stories .success_stories_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .exa_insurance .exa_ins_bx {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .exa_insurance .exa_ins_bx .rotateText ul li {
    font-size: 25px;
  }
  .exa_insurance .exa_ins_bx p {
    font-size: 21px;
  }
  .exa_ai_power h2 {
    font-size: 34px;
  }
  .why_exasure .why_exa_grids {
    gap: 15px;
  }
  .why_exasure .why_exa_grids .why_exa_grid {
    padding: 20px;
  }
  .subpageCon .bannerIMageWrap img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .iconGrid {
    padding: 40px 40px 0px 40px;
    gap: 20px;
  }
  .commonTab .commonTab_wrap, .challengeSec {
    width: 100%;
  }
  .ex_pro_outcome .title_sec {
    width: 80%;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list {
    padding: 40px 40px 40px 0;
    gap: 50px;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head {
    padding: 30px;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list .outcom_head h3 {
    font-size: 35px;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon {
    gap: 20px;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon .coutComlist {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .ex_pro_outcome .outcome_bx .outcome_bx_list .outcomCon .coutComlist strong {
    font-size: 30px;
  }
  .ex_pro_outcome .carArrow.slick-next {
    left: 295px;
  }
  .anitext .card_head {
    width: 90%;
  }
  .exa_contact_lead .exa_contact_lead_inner {
    width: 90%;
  }
  .contBx {
    padding: 30px;
  }
  .contBx.first_child_bx {
    align-items: self-start;
    flex-direction: column;
    gap: 10px;
  }
  .contBx img.main_thumb {
    width: 50%;
  }
  .contactpageDetails .gridwrap_con {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .contactPage .contctPageInner .gridwrap {
    gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */