:root {
  /*text colors*/
  /*bg colors*/
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  /* Medium */
  font-family: poppins;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 300;
}
@font-face {
  /* Medium */
  font-family: poppins;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  /* Semi bold */
  font-family: poppins;
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  /* Bold */
  font-family: poppins;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  /* Thin */
  font-family: proxima;
  src: url(../fonts/proxima-final/Proxima-Nova-Regular.ttf);
}
@font-face {
  /* Thin */
  font-family: proxima;
  src: url(../fonts/proxima-final/Proxima-Nova-Sbold.ttf);
  font-weight: 600;
}
@font-face {
  /* Thin */
  font-family: proxima;
  src: url(../fonts/proxima-final/Proxima-Nova-Bold.ttf);
  font-weight: 700;
}
* {
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ldikz");
  src: url("fonts/icomoon.eot?ldikz#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ldikz") format("truetype"), url("fonts/icomoon.woff?ldikz") format("woff"), url("fonts/icomoon.svg?ldikz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quotation-1:before {
  content: "\e900";
}

.icon-quotation-2:before {
  content: "\e901";
}

body {
  font-family: poppins;
}

:root {
  --marquee-width: 100vw;
  /*--marquee-height: 20vh;*/
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 6.2;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 7s);
  --marquee-right-width: 100vw;
  /*--marquee-height: 20vh;*/
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-right-elements-displayed: 6.2;
  --marquee-right-element-width: calc(var(--marquee-right-width) / var(--marquee-right-elements-displayed));
  --marquee-right-animation-duration: calc(var(--marquee-right-elements) * 7s);
}

.marquee {
  width: var(--marquee-width);
  /*height: var(--marquee-height);*/
  overflow: hidden;
  position: relative;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  /*font-size: calc(var(--marquee-height) * 3 / 4);*/ /* 5rem; */
  white-space: nowrap;
  padding: 0 20px;
}

.marquee-content li img {
  width: 100%;
  /* height: 100%; */
}

.marquee-right {
  width: var(--marquee-right-width);
  /*height: var(--marquee-height);*/
  overflow: hidden;
  position: relative;
}

.marquee-right-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling-right var(--marquee-right-animation-duration) linear infinite;
}

.marquee-right-content:hover {
  animation-play-state: paused;
}

@keyframes scrolling-right {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-1 * var(--marquee-right-element-width) * var(--marquee-right-elements)));
  }
}
.marquee-right-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-right-element-width);
  max-height: 100%;
  /*font-size: calc(var(--marquee-height) * 3 / 4);*/ /* 5rem; */
  white-space: nowrap;
  padding: 0 20px;
}

.marquee-right-content li img {
  width: 100%;
  /* height: 100%; */
  border: 2px solid #eee;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.d-hide {
  display: none !important;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}
.clear::before, .clear::after {
  content: "";
  display: block;
  clear: both;
}

.comma {
  font-family: proxima;
  font-style: normal;
}

.quote {
  font-family: pompiere;
}

.heading {
  font-family: proxima;
  letter-spacing: -4px;
  font-weight: 700 !important;
}

.burgerbutton {
  position: absolute;
  right: 0;
  top: 158px;
  z-index: 9;
}
.burgerbutton .burger-icon {
  width: 32px;
  height: 26px;
  cursor: pointer;
}
.burgerbutton span {
  width: 100%;
  transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  background: #636363;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(0);
  border-radius: 2px;
}
.burgerbutton span:nth-child(1) {
  top: 0;
}
.burgerbutton span:nth-child(2) {
  top: 12px;
  width: 100%;
}
.burgerbutton span:nth-child(3) {
  bottom: 0;
}
.burgerbutton.active span:nth-child(1) {
  top: 15.5px;
  transform: rotate(-45deg);
}
.burgerbutton.active span:nth-child(2) {
  width: 0%;
}
.burgerbutton.active span:nth-child(3) {
  bottom: 8px;
  transform: rotate(45deg);
}
.burgerbutton.active .menu-items {
  opacity: 1;
  max-height: 470px;
}
.burgerbutton .menu-items {
  width: 574px;
  background-color: #f1f1f1;
  right: -7px;
  position: absolute;
  top: 45px;
  padding: 55px 67px 34px 63px;
  border-radius: 18px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  max-height: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.burgerbutton .menu-items > ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.burgerbutton .menu-items > ul li {
  width: 100%;
  float: left;
  padding: 10px 0 20px;
}
.burgerbutton .menu-items > ul li .menu-list-card {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 13px 70px;
}
.burgerbutton .menu-items > ul li .menu-list-card:hover .menu-title {
  color: #5873f9;
}
.burgerbutton .menu-items > ul li .menu-list-card:hover .menu-desc {
  color: #5873f9;
}
.burgerbutton .menu-items > ul li .menu-list-card:hover .menu-arrow {
  opacity: 1;
}
.burgerbutton .menu-items > ul li .menu-list-card .menu-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 45px;
  background: rgba(217, 217, 217, 0.75);
  border-radius: 6px;
}
.burgerbutton .menu-items > ul li .menu-list-card .menu-title {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #636363;
  line-height: 17px;
  margin: 2px 0 7px;
  transition: all 0.3s ease-in-out;
}
.burgerbutton .menu-items > ul li .menu-list-card .menu-desc {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: rgba(99, 99, 99, 0.75);
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.burgerbutton .menu-items > ul li .menu-list-card .menu-arrow {
  position: absolute;
  top: 14px;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

main.main-wrap {
  width: 100%;
  margin: 0 auto;
}
main.main-wrap section {
  display: block;
}
main.main-wrap section .section-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
main.main-wrap section .section-container::before, main.main-wrap section .section-container::after {
  content: "";
  display: block;
  clear: both;
}

.section-title {
  font-size: 48px;
  margin-bottom: 50px;
}

.red-gradient {
  background: -webkit-linear-gradient(left, #fb2c76, #f98600);
  background: -o-linear-gradient(right, #fb2c76, #f98600);
  background: -moz-linear-gradient(right, #fb2c76, #f98600);
  background: linear-gradient(to right, #fb2c76, #f98600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blue-gradient {
  background: -webkit-linear-gradient(left, #00a3ff, #92fe9d);
  background: -o-linear-gradient(right, #00a3ff, #92fe9d);
  background: -moz-linear-gradient(right, #00a3ff, #92fe9d);
  background: linear-gradient(to right, #00a3ff, #92fe9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.purple-gradient {
  background: -webkit-linear-gradient(left, #bd00ff, #00c3ff);
  background: -o-linear-gradient(right, #bd00ff, #00c3ff);
  background: -moz-linear-gradient(right, #bd00ff, #00c3ff);
  background: linear-gradient(to right, #bd00ff, #00c3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.purple-gradient2 {
  background: -webkit-linear-gradient(left, #bd00ff, #00dbde);
  background: -o-linear-gradient(right, #bd00ff, #00dbde);
  background: -moz-linear-gradient(right, #bd00ff, #00dbde);
  background: linear-gradient(to right, #bd00ff, #00dbde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blue-gradient2 {
  background: -webkit-linear-gradient(90deg, #03a0f9 10.45%, #04de1a 106.43%);
  background: -o-linear-gradient(90deg, #03a0f9 10.45%, #04de1a 106.43%);
  background: -moz-linear-gradient(90deg, #03a0f9 10.45%, #04de1a 106.43%);
  background: linear-gradient(90deg, #03a0f9 10.45%, #04de1a 106.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.green-blue-gradient {
  background: -webkit-linear-gradient(90deg, #82db4d 7.26%, #5873f9 89.46%);
  background: -o-linear-gradient(90deg, #82db4d 7.26%, #5873f9 89.46%);
  background: -moz-linear-gradient(90deg, #82db4d 7.26%, #5873f9 89.46%);
  background: linear-gradient(90deg, #82db4d 7.26%, #5873f9 89.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.green-blue-gradient span {
  -webkit-text-fill-color: initial;
}
.green-blue-gradient i {
  font-style: normal;
}
.green-blue-gradient br {
  display: none;
}

.red-orange-gradient {
  background: -webkit-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: -o-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: -moz-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.red-orange-gradient span {
  -webkit-text-fill-color: initial;
}
.red-orange-gradient i {
  font-style: normal;
}
.red-orange-gradient br {
  display: none;
}

.blue-pink-gradient {
  background: -webkit-linear-gradient(left, #3494e6, #fd5fae);
  background: -o-linear-gradient(right, #3494e6, #fd5fae);
  background: -moz-linear-gradient(right, #3494e6, #fd5fae);
  background: linear-gradient(to right, #3494e6, #fd5fae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-pink-gradient2 {
  background: -webkit-linear-gradient(90deg, #3494e6 27.21%, #fd5fae 65.93%);
  background: -o-linear-gradient(90deg, #3494e6 27.21%, #fd5fae 65.93%);
  background: -moz-linear-gradient(90deg, #3494e6 27.21%, #fd5fae 65.93%);
  background: linear-gradient(90deg, #3494e6 27.21%, #fd5fae 65.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purple-blue-gradient {
  background: -webkit-linear-gradient(90deg, #bd00ff 10.9%, #00dbde 89.92%);
  background: -o-linear-gradient(90deg, #bd00ff 10.9%, #00dbde 89.92%);
  background: -moz-linear-gradient(90deg, #bd00ff 10.9%, #00dbde 89.92%);
  background: linear-gradient(90deg, #bd00ff 10.9%, #00dbde 89.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purple-blue-gradient span {
  -webkit-text-fill-color: initial;
}
.purple-blue-gradient i {
  font-style: normal;
}
.purple-blue-gradient br {
  display: none;
}

.yellow-blue-gradient {
  background: -webkit-linear-gradient(90deg, #ffbd03 32.74%, #00c3ff 96.43%);
  background: -o-linear-gradient(90deg, #ffbd03 32.74%, #00c3ff 96.43%);
  background: -moz-linear-gradient(90deg, #ffbd03 32.74%, #00c3ff 96.43%);
  background: linear-gradient(90deg, #ffbd03 32.74%, #00c3ff 96.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yellow-blue-gradient span {
  -webkit-text-fill-color: initial;
}
.yellow-blue-gradient i {
  font-style: normal;
}
.yellow-blue-gradient br {
  display: none;
}

.blue-yellow-gradient {
  background: -webkit-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: -o-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: -moz-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-yellow-gradient span {
  -webkit-text-fill-color: initial;
}
.blue-yellow-gradient i {
  font-style: normal;
}
.blue-yellow-gradient br {
  display: none;
}

.blue-purple-gradient {
  background: -webkit-linear-gradient(left, #3855e5, #c168f4);
  background: -o-linear-gradient(right, #3855e5, #c168f4);
  background: -moz-linear-gradient(right, #3855e5, #c168f4);
  background: linear-gradient(to right, #3855e5, #c168f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-purple-gradient2 {
  background: -webkit-linear-gradient(29.79deg, #3855e6 -5.64%, #bd6fe1 95.95%);
  background: -o-linear-gradient(29.79deg, #3855e6 -5.64%, #bd6fe1 95.95%);
  background: -moz-linear-gradient(29.79deg, #3855e6 -5.64%, #bd6fe1 95.95%);
  background: linear-gradient(29.79deg, #3855e6 -5.64%, #bd6fe1 95.95%);
}

.purple-blue-green-gradient {
  background: -webkit-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: -o-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: -moz-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.index-your-text {
  background: -webkit-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: -o-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: -moz-linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  background: linear-gradient(90deg, #fb2c76 7.26%, #e94057 38.56%, #f98600 89.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.automate-your-world {
  background: -webkit-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: -o-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: -moz-linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  background: linear-gradient(90deg, #00a3ff 10.45%, #92fe9d 91.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.program-your-world {
  background: -webkit-linear-gradient(90deg, #bd00ff 7.26%, #00c3ff 89.46%);
  background: -o-linear-gradient(90deg, #bd00ff 7.26%, #00c3ff 89.46%);
  background: -moz-linear-gradient(90deg, #bd00ff 7.26%, #00c3ff 89.46%);
  background: linear-gradient(90deg, #bd00ff 7.26%, #00c3ff 89.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.my-world-rules {
  background: -webkit-linear-gradient(90deg, #bd00ff 7.26%, #00dbde 89.46%);
  background: -o-linear-gradient(90deg, #bd00ff 7.26%, #00dbde 89.46%);
  background: -moz-linear-gradient(90deg, #bd00ff 7.26%, #00dbde 89.46%);
  background: linear-gradient(90deg, #bd00ff 7.26%, #00dbde 89.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.red-text {
  color: #ea4452;
}

.blue-text {
  color: #00a3ff;
}

.purple-text {
  color: #ae11fc;
}

.green-text {
  color: #3cbd7a;
}

.green-text2 {
  color: #74c766;
}

.green-bg {
  background: -webkit-linear-gradient(180deg, #f6ffe2 0%, #e2fff1 124.84%);
  background: -o-linear-gradient(180deg, #f6ffe2 0%, #e2fff1 124.84%);
  background: -moz-linear-gradient(180deg, #f6ffe2 0%, #e2fff1 124.84%);
  background: linear-gradient(180deg, #f6ffe2 0%, #e2fff1 124.84%);
}

.red-bg {
  background: -webkit-linear-gradient(180deg, #fde0dd 0%, #f1e7f4 113.44%);
  background: -o-linear-gradient(180deg, #fde0dd 0%, #f1e7f4 113.44%);
  background: -moz-linear-gradient(180deg, #fde0dd 0%, #f1e7f4 113.44%);
  background: linear-gradient(180deg, #fde0dd 0%, #f1e7f4 113.44%);
}

.purple-bg {
  background: -webkit-linear-gradient(180deg, #f5ecff 0%, #e2e7ff 100%);
  background: -o-linear-gradient(180deg, #f5ecff 0%, #e2e7ff 100%);
  background: -moz-linear-gradient(180deg, #f5ecff 0%, #e2e7ff 100%);
  background: linear-gradient(180deg, #f5ecff 0%, #e2e7ff 100%);
}

.yellow-bg {
  background: -webkit-linear-gradient(180deg, #fff7da 0%, #ffefcf 100%);
  background: -o-linear-gradient(180deg, #fff7da 0%, #ffefcf 100%);
  background: -moz-linear-gradient(180deg, #fff7da 0%, #ffefcf 100%);
  background: linear-gradient(180deg, #fff7da 0%, #ffefcf 100%);
}

.blue-bg {
  background: -webkit-linear-gradient(144.91deg, #bceaff 4.68%, #ccffec 148.36%);
  background: -o-linear-gradient(144.91deg, #bceaff 4.68%, #ccffec 148.36%);
  background: -moz-linear-gradient(144.91deg, #bceaff 4.68%, #ccffec 148.36%);
  background: linear-gradient(144.91deg, #bceaff 4.68%, #ccffec 148.36%);
}

.white-bg {
  background-color: #fff !important;
}

.banner {
  height: 1080px;
  background-color: #dcdcdc;
}
.banner .section-container {
  max-width: 1406px !important;
}
.banner .section-container .main-logo {
  padding-top: 139px;
}
.banner .section-container .main-logo img {
  width: 317px;
  height: 62px;
}
.banner .section-container .banner-text {
  float: left;
  width: 50%;
  padding-top: 190px;
}
.banner .section-container .banner-text h1 {
  font-size: 120px;
  color: #2d2d2d;
  line-height: 120px;
}
.banner .section-container .banner-image {
  float: left;
  width: 50%;
  text-align: right;
  padding: 4px 0 0 0;
}
.banner .book-demo-btn {
  text-decoration: none;
  float: right;
  padding: 0 30px;
  margin-top: 8px;
  height: 50px;
  font-size: 18px;
  line-height: 49px;
  color: #fff;
  background: #5873f9;
  border-radius: 36px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.banner .book-demo-btn:hover {
  background: #4f6af1;
}

.world-intelligence {
  margin: 0 0 84px;
}
.world-intelligence .section-container {
  max-width: 1080px !important;
}
.world-intelligence .build-for {
  width: 100%;
  max-width: 1080px !important;
  margin: 36px auto 0;
  clear: both;
  background: #f5f5f7;
  border-radius: 24px;
}
.world-intelligence .build-for .build-for-in-section {
  font-size: 86px;
  color: #1b1b1d;
  line-height: 102px;
  padding: 106px 43px 103px;
}
.world-intelligence .build-for .build-for-in-section .text-highlight {
  background: -webkit-linear-gradient(90deg, #fb2c76 0%, #fa4a4f 33.33%, #f98600 100%);
  background: -moz-linear-gradient(90deg, #fb2c76 0%, #fa4a4f 33.33%, #f98600 100%);
  background: -o-linear-gradient(90deg, #fb2c76 0%, #fa4a4f 33.33%, #f98600 100%);
  background: linear-gradient(90deg, #fb2c76 0%, #fa4a4f 33.33%, #f98600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.world-intelligence .section-head {
  background-color: #1b1b1d;
  color: #fff;
  margin: 20px auto 77px;
  padding: 112px 0 112px;
  border-radius: 24px;
}
.world-intelligence .section-head h2 {
  font-size: 120px;
  text-align: center;
}
.world-intelligence .card {
  width: 515px;
  height: 650px;
  margin-bottom: 120px;
  border-radius: 24px;
  float: left;
  padding: 46px 55px 55px 50px;
  position: relative;
}
.world-intelligence .card.gray-bg {
  background-color: #f5f5f7;
}
.world-intelligence .card:nth-child(even) {
  float: right;
}
.world-intelligence .card.right {
  padding-left: 56px;
}
.world-intelligence .card.world-automate {
  padding-right: 25px;
}
.world-intelligence .card.world-automate h3 {
  font-size: 78px;
}
.world-intelligence .card.world-automate .card-img {
  width: 400px;
  bottom: 40px;
  left: 69px;
}
.world-intelligence .card.world-automate-trans {
  padding-top: 45px;
}
.world-intelligence .card.world-automate-trans h3 {
  font-size: 78px;
}
.world-intelligence .card.world-automate-trans h3 span {
  display: inline-block;
  margin: 0 0 9px;
}
.world-intelligence .card.world-automate-trans h3 i {
  font-style: initial;
}
.world-intelligence .card.program-card {
  padding-top: 45px;
  margin-bottom: 119px;
}
.world-intelligence .card.program-card h3 {
  font-size: 78px;
  letter-spacing: -1px;
}
.world-intelligence .card.program-your-world-trans {
  padding-top: 45px;
}
.world-intelligence .card.program-your-world-trans .card-description {
  padding-right: 60px;
}
.world-intelligence .card h3 {
  font-size: 82px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 74px;
}
.world-intelligence .card .search-engine-text {
  float: left;
  display: inline-block;
  height: 170px;
  margin: 0 0 -23px;
}
.world-intelligence .card .card-description {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  position: absolute;
  bottom: 40px;
  padding: 0 94px 0 0;
  color: #484848;
}
.world-intelligence .card .card-description.automate-sec {
  bottom: 27px;
  padding: 0 70px 0 0;
}
.world-intelligence .card .card-description.program-your-world {
  bottom: 28px;
  padding: 0 60px 0 0;
}
.world-intelligence .card .card-img {
  width: 418px;
  position: absolute;
  bottom: 75px;
  left: 49px;
}

/* New platform is born start */
.new-platform {
  padding: 147px 0 0;
}
.new-platform .new-platform_heading {
  width: 100%;
  float: left;
  font-size: 86px;
  font-weight: 600;
  text-align: center;
  color: #222;
  margin: 0 0 270px;
}
.new-platform .section-content {
  width: 100%;
  float: left;
  margin: 0 0 245px;
}
.new-platform .section-content .new-platform_windows-mac {
  width: 38.345%;
  float: left;
  margin: -14px 0 0;
}
.new-platform .section-content .new-platform_windows-mac .section-img {
  width: 100%;
  float: left;
  margin: 0 0 47px;
}
.new-platform .section-content .new-platform_windows-mac .section-img:after {
  content: "";
  width: 1px;
  height: 186px;
  background: rgba(72, 72, 72, 0.1);
  float: right;
  margin: 14px 0 0;
}
.new-platform .section-content .new-platform_windows-mac .section-img .one-img {
  width: 239px;
  float: left;
}
.new-platform .section-content .new-platform_windows-mac .section-img .one-img img {
  width: 100%;
}
.new-platform .section-content .new-platform_windows-mac .section-img .two-img {
  width: 232px;
  float: left;
  margin: -7px 0 0 -13px;
}
.new-platform .section-content .new-platform_windows-mac .section-img .two-img img {
  width: 100%;
}
.new-platform .section-content .new-platform_windows-mac .section-os-text {
  width: 100%;
  float: left;
  text-align: center;
}
.new-platform .section-content .new-platform_windows-mac .section-os-text .win-os {
  width: 165px;
  float: left;
  margin: 12px 29px 0 59px;
}
.new-platform .section-content .new-platform_windows-mac .section-os-text .win-os img {
  width: 100%;
}
.new-platform .section-content .new-platform_windows-mac .section-os-text .max-os {
  width: 142px;
  float: left;
}
.new-platform .section-content .new-platform_windows-mac .section-os-text .max-os img {
  width: 100%;
}
.new-platform .section-content .new-platform_andr-ios {
  width: 35.725%;
  float: left;
}
.new-platform .section-content .new-platform_andr-ios .section-img {
  width: 100%;
  float: left;
  margin: 0 0 74px;
}
.new-platform .section-content .new-platform_andr-ios .section-img:after {
  content: "";
  width: 1px;
  height: 186px;
  background: rgba(72, 72, 72, 0.1);
  float: right;
}
.new-platform .section-content .new-platform_andr-ios .section-img .one-img {
  width: 129px;
  float: left;
  margin: 111px 24px 0 83px;
}
.new-platform .section-content .new-platform_andr-ios .section-img .one-img img {
  width: 100%;
}
.new-platform .section-content .new-platform_andr-ios .section-img .two-img {
  width: 141px;
  float: left;
  margin: 11px 0 0;
}
.new-platform .section-content .new-platform_andr-ios .section-img .two-img img {
  width: 100%;
}
.new-platform .section-content .new-platform_andr-ios .section-os-text {
  width: 100%;
  float: left;
  text-align: center;
}
.new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os {
  width: 200px;
  float: left;
  margin: 12px 29px 0 59px;
}
.new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os img {
  width: 100%;
}
.new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os {
  width: 110px;
  float: left;
  margin: 3px 0 0;
}
.new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os img {
  width: 100%;
}
.new-platform .section-content .new-platform_cam {
  width: 24.552%;
  float: left;
  padding: 0 0 0 66px;
}
.new-platform .section-content .new-platform_cam .section-img {
  width: 100%;
  float: left;
  margin: -90px 0 77px;
}
.new-platform .section-content .new-platform_cam .section-img .one-img {
  width: 288px;
  float: left;
  margin: 0 0 0;
}
.new-platform .section-content .new-platform_cam .section-img .one-img img {
  width: 100%;
}
.new-platform .section-content .new-platform_cam .section-os-text {
  width: 100%;
  float: left;
  text-align: center;
}
.new-platform .section-content .new-platform_cam .section-os-text .camkit-logo {
  width: 243px;
  float: left;
  margin: 0px 29px 0 35px;
}
.new-platform .section-content .new-platform_cam .section-os-text .camkit-logo img {
  width: 100%;
}

/* New platform is born end */
/* Camkit connect start */
.camkit-connect {
  padding: 206px 0 409px;
}
.camkit-connect .camkit-in-section {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 56px;
}
.camkit-connect .camkit-in-section i {
  font-style: normal;
}
.camkit-connect .camkit-in-section li {
  list-style: none;
}
.camkit-connect .camkit-in-section li span {
  color: rgba(72, 72, 72, 0.35);
}
.camkit-connect .camkit-in-section li b {
  color: rgba(72, 72, 72, 0.75);
  font-weight: 600;
}
.camkit-connect .camkit-in-section li img {
  margin: 0 17px 0 17px;
}
.camkit-connect .camkit-in-section li .camkit-ios {
  position: relative;
  top: 7px;
}
.camkit-connect .camkit-in-section li .camkit-ios i {
  font-style: normal;
}
.camkit-connect .camkit-in-section li .ios-tab-txt i {
  margin-left: 14px;
}
.camkit-connect .camkit-in-section li img.apple-home {
  width: 148px;
  margin: 0 12px 0 15px;
}
.camkit-connect .camkit-in-section li img.computer-win {
  margin: 0 15px 0 23px;
}
.camkit-connect .camkit-in-section li img.computer-mac {
  margin: 0 19px 0 0;
}
.camkit-connect .camkit-in-section li img.computer-andr {
  margin: 0 30px 0 8px;
}
.camkit-connect .camkit-in-section li img.computer-andr-mob {
  display: none;
}
.camkit-connect .camkit-in-section li img.camkit-ios {
  margin: 0 16px 0 0px;
}
.camkit-connect .camkit-bottom {
  width: 100%;
  float: left;
  color: #373737;
  text-align: center;
  margin: 91px 0 0;
}
.camkit-connect .camkit-bottom .camkit-quote {
  position: relative;
  top: -42px;
  margin: 0 2px;
}
.camkit-connect .camkit-bottom .camkit-icon {
  width: 75px;
  margin: 0 9px 0 57px;
}
.camkit-connect .camkit-bottom b {
  display: inline-block;
  font-size: 96px;
  font-weight: 500;
}
.camkit-connect .camkit-bottom span {
  display: block;
  font-size: 56px;
  margin: 8px 0 0;
}

/* Camkit connect end */
/* real world start */
.real-world-is {
  background: #f5f5f7;
  padding: 0 0 250px;
}
.real-world-is .real-world-heading {
  float: left;
  font-size: 64px;
  font-weight: 600;
  margin: 192px 0 86px;
}
.real-world-is .real-world-bg {
  width: 100%;
  float: left;
}
.real-world-is .real-world-bg .real-world-list {
  width: 34.483%;
  float: left;
  padding: 47px 40px 39px 52px;
  border-radius: 24px;
}
.real-world-is .real-world-bg .real-world-list .real-world-section-head {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 119px;
}
.real-world-is .real-world-bg .real-world-list ul {
  width: 100%;
  float: left;
  padding: 0;
}
.real-world-is .real-world-bg .real-world-list ul li {
  width: 100%;
  float: left;
  list-style: none;
  color: #fdfdfd;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 3px;
}
.real-world-is .real-world-bg .real-world-list ul li span {
  color: rgba(255, 255, 255, 0.6);
}
.real-world-is .real-world-bg .real-world-content {
  margin: 0 0 0 36.552%;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 24px;
  padding: 287px 48px 47px 67px;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-head {
  width: 100%;
  float: left;
  font-size: 50px;
  font-weight: 600;
  color: #282828;
  margin: 0 0 7px;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #c6c6c6;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc b {
  font-weight: normal;
  color: #282828;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 40px 0 31px;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li {
  list-style: none;
  font-size: 36px;
  color: #5c5a5a;
  margin: 0 0 10px;
  font-weight: 600;
}
.real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li .comma {
  font-weight: 700;
}

/* real world end */
/* We are start */
.we-are {
  padding: 221px 0 135px;
}
.we-are .section-container .section-title {
  margin-bottom: 52px;
}
.we-are .section-container .section-head {
  background-color: #f5f5f7;
  border-radius: 24px;
  padding: 54px 0 51px;
  margin-bottom: 53px;
}
.we-are .section-container .section-head h2 {
  text-align: center;
  font-size: 92px;
  line-height: 110px;
}
.we-are .section-container .card {
  width: 700px;
  background-color: #000;
  float: left;
  border-radius: 24px;
  color: #fff;
  font-size: 62px;
  font-weight: 800;
  padding: 81px 91px 379px;
  line-height: 73px;
}
.we-are .section-container .card:nth-child(even) {
  float: right;
  font-size: 49px;
  font-weight: 600;
}
.we-are .section-container .card .muted {
  color: #a5a5a5;
}
.we-are .section-container .card .to-automate-title {
  width: 100%;
  float: left;
  margin: 7px 0 32px;
}
.we-are .section-container .card .in-real-world-title {
  width: 100%;
  float: left;
}
.we-are .section-container .card.to-automate {
  padding-top: 81px;
  padding-bottom: 71px;
  line-height: 60px;
}

/* We are end */
/* Camkit capabilities start */
.camkit-capabilities .section-head {
  width: 100%;
  float: left;
  color: #000;
  margin: 257px 0 95px;
  font-size: 62px;
  font-weight: 600;
  text-align: center;
}
.camkit-capabilities .section-slide-content {
  width: 100%;
  float: left;
  margin-bottom: 204px;
}
.camkit-capabilities .section-slide-content .camkit-capabilities-content {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card {
  width: 275px;
  min-width: 275px;
  max-width: 275px;
  height: 320px;
  display: inline-block;
  border-radius: 19px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card .camkit-image {
  width: 100%;
  float: left;
  height: 233px;
}
.camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card .camkit-image img {
  width: 100%;
  height: 100%;
  border-radius: 19px 19px 0 0;
}
.camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card .camkit-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 87px;
  font-size: 24px;
  line-height: 26px;
  color: #484848;
  font-weight: 600;
  padding: 0 30px 2px 40px;
  white-space: break-spaces;
  display: flex;
  align-items: center;
}

/* Camkit capabilities end */
.why-one {
  background-color: #f5f5f7;
  padding-bottom: 345px;
}
.why-one .section-container {
  max-width: 900px !important;
}
.why-one .title {
  font-size: 62px;
  color: #484848;
  margin: 0;
  padding: 187px 0 68px;
  text-align: center;
  font-weight: 600;
}
.why-one .tile-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.why-one .tile-card li {
  float: left;
  padding-right: 18px;
  padding-bottom: 20px;
}
.why-one .tile-card li:nth-child(3), .why-one .tile-card li:nth-child(6) {
  padding-right: 0;
}
.why-one .tile-card li > div {
  background-color: #fff;
  border-radius: 18px;
  border-radius: 18px;
}
.why-one .tile-card li .one-card {
  width: 288px;
  height: 429px;
}
.why-one .tile-card li .one-card .card-head {
  height: 262px;
  background-color: #e0e0e0;
  border-radius: 18px 18px 0 0;
}
.why-one .tile-card li .one-card .card-body {
  padding: 20px 24px 24px;
}
.why-one .tile-card li .one-card .card-body .card-title {
  height: 95px;
}
.why-one .tile-card li .one-card .card-body .card-title h4 {
  font-weight: 100;
  font-size: 18px;
  color: #484848;
  margin-bottom: 1px;
}
.why-one .tile-card li .one-card .card-body .card-title h3 {
  font-size: 20px;
  color: #484848;
  font-weight: 800;
  line-height: 26px;
}
.why-one .tile-card li .one-card .card-body p {
  font-size: 12px;
  font-weight: 100;
  color: rgba(72, 72, 72, 0.75);
}

.unified-platform .section-head {
  text-align: center;
  padding-top: 149px;
  padding-bottom: 142px;
}
.unified-platform .section-head h3.title {
  font-size: 64px;
  line-height: 69px;
  color: #484848;
  margin-bottom: 38px;
  font-weight: 600;
}
.unified-platform .section-head .title-tagline {
  font-size: 26px;
  color: #484848;
}
.unified-platform .section-head .title-tagline strong {
  font-weight: 600;
}
.unified-platform .filter-nav {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(72, 72, 72, 0.1);
}
.unified-platform .filter-nav ul {
  list-style: none;
}
.unified-platform .filter-nav ul li {
  display: inline-block;
  padding-right: 25px;
}
.unified-platform .filter-nav ul li a {
  text-decoration: none;
  color: rgba(72, 72, 72, 0.5);
  background-color: rgba(72, 72, 72, 0.1);
  padding: 0 11px 0 12px;
  border-radius: 6px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  min-width: 53px;
  font-size: 20px;
}
.unified-platform .filter-nav ul li:last-child {
  padding-right: 0;
}
.unified-platform .filter-nav ul li.active a {
  background-color: #484848;
  color: #fff;
}
.unified-platform .cards-wrap {
  text-align: center;
}
.unified-platform .cards-wrap .arrow-more {
  display: none;
}
.unified-platform .cards-wrap > ul {
  width: 1223px;
  list-style: none;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.unified-platform .cards-wrap > ul > li {
  float: left;
  padding: 0 41px 77px 0;
}
.unified-platform .cards-wrap > ul > li:nth-child(4), .unified-platform .cards-wrap > ul > li:nth-child(5) {
  padding-right: 0;
}
.unified-platform .cards-wrap > ul > li ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 8px;
  text-align: right;
  width: 100%;
}
.unified-platform .cards-wrap > ul > li ul > li {
  padding-right: 21px;
  display: inline-block;
  text-align: left;
}
.unified-platform .cards-wrap > ul > li ul > li .card {
  width: 240px !important;
}
.unified-platform .cards-wrap > ul > li ul > li:last-child {
  padding-right: 0;
}
.unified-platform .cards-wrap > ul > li:last-child {
  padding-right: 0;
  width: 75%;
  float: right;
}
.unified-platform .cards-wrap .card-container .product-card-title {
  padding: 0 0 20px 10px;
  height: 110px;
  position: relative;
}
.unified-platform .cards-wrap .card-container .product-card-title .align-bottom {
  position: absolute;
  bottom: 21px;
}
.unified-platform .cards-wrap .card-container .product-card-title h3 {
  font-size: 26px;
  color: rgba(72, 72, 72, 0.5);
  margin-bottom: 1px;
  font-weight: 600;
  line-height: 35px;
}
.unified-platform .cards-wrap .card-container .product-card-title h3 span {
  font-weight: 500;
}
.unified-platform .cards-wrap .card-container .product-card-title .tag {
  font-size: 12px;
  color: #484848;
  display: inline-block;
  background-color: rgba(72, 72, 72, 0.1);
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 8px;
  border-radius: 6px;
  margin-right: 8px;
}
.unified-platform .cards-wrap .card-container .card {
  width: 275px;
  height: 320px;
  border-radius: 19px;
  padding: 0 10px 0 38px;
}
.unified-platform .cards-wrap .card-container .card .card-img {
  height: 85px;
  margin: 64px 0 46px;
}
.unified-platform .cards-wrap .card-container .card .card-txt h1 {
  font-size: 37px;
  color: #484848;
  margin: 0;
  padding: 0 0 7px;
  font-weight: 600;
}
.unified-platform .cards-wrap .card-container .card .card-txt h1 span {
  font-weight: 300;
}
.unified-platform .cards-wrap .card-container .card .card-txt h3 {
  font-size: 20.16px;
  line-height: 23px;
  color: #484848;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.unified-platform .cards-wrap .card-container .card.border {
  border: 1px solid rgba(72, 72, 72, 0.1);
}
.unified-platform .cards-wrap .card-container .card.border .card-img {
  margin: 63px 0 47px;
  height: 86px;
}
.unified-platform .cards-wrap .card-container .card.border .placeholder-img {
  width: 69.12px;
  height: 69.12px;
  border-radius: 70px;
  background: #d2d2d2;
  float: left;
  margin: 73px 0 58px;
}
.unified-platform .cards-wrap .addon-cards .card {
  padding-left: 32px;
}
.unified-platform .cards-wrap .addon-cards .card .card-txt h1,
.unified-platform .cards-wrap .addon-cards .card .card-txt h3 {
  color: rgba(72, 72, 72, 0.75) !important;
}

.card-lg .section-head .logo {
  float: left;
}
.card-lg .section-head .logo img {
  width: 100px;
  float: left;
}
.card-lg .section-head .logo h1 {
  float: left;
  margin: 0;
  padding: 0 0 0 27px;
  font-size: 36px;
  line-height: 103px;
  color: #02b7e1;
  font-weight: 600;
}
.card-lg .section-head .logo h1 span {
  color: #484848;
  font-weight: 100;
}
.card-lg .section-head .text {
  float: right;
  font-size: 56px;
  font-weight: 600;
  padding-top: 20px;
  padding-right: 31px;
  padding-left: 66px;
}
.card-lg .section-head .text .open-quote {
  font-size: 16px;
  position: relative;
  top: -38px;
  margin-right: 6px;
}
.card-lg .section-head .text .close-quote {
  font-size: 16px;
  position: relative;
  top: -37px;
  margin-left: 1px;
}
.card-lg .section-head .text .green-quote {
  color: #82db4d;
}
.card-lg .section-head .text .blue-quote {
  color: #5873f9;
}
.card-lg .section-head .text .red-quote {
  color: #ee0979;
}
.card-lg .section-head .text .orange-quote {
  color: #ff6a00;
}
.card-lg .section-head .text .purple-quote {
  color: #fc00ff;
}
.card-lg .section-head .text .cyan-quote {
  color: #00dbde;
}
.card-lg .section-head .text .yellow-quote {
  color: #ffbd03;
}
.card-lg .section-head .text .blue2-quote {
  color: #00c3ff;
}
.card-lg .section-head .text .blue3-quote {
  color: #00a3ff;
}
.card-lg .section-head .text .green2-quote {
  color: #92fe9d;
}
.card-lg .card-left {
  width: 547px;
  height: 579px;
  background: -webkit-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: -o-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: -moz-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  margin-top: 41px;
  border-radius: 24px;
  padding: 47px 46px 48px 45px;
  float: left;
}
.card-lg .card-left .icon {
  width: 235px;
}
.card-lg .card-left .kpi-wrap {
  float: left;
  width: 100%;
  padding-top: 65px;
  line-height: 70px;
}
.card-lg .card-left .kpi-wrap h1 {
  font-size: 62px;
  margin: 0 0 -1px;
  padding: 0;
  color: #74c766;
  font-weight: 600;
}
.card-lg .card-left .kpi-wrap span {
  font-size: 36px;
  color: #484848;
  font-weight: 600;
}
.card-lg .card-left .kpi-wrap .left-kpi {
  float: left;
  padding-left: 22px;
  width: 267px;
}
.card-lg .card-left .kpi-wrap .right-kpi {
  float: left;
}
.card-lg .card-right {
  float: right;
  width: 877px;
  height: 579px;
  border-radius: 24px;
  margin-top: 41px;
  position: relative;
}
.card-lg .card-right .content-wrap {
  position: absolute;
  bottom: 29px;
  padding-left: 66px;
}
.card-lg .card-right .content-wrap p {
  font-size: 28px;
  line-height: 36px;
  color: #484848;
  padding-bottom: 140px;
  font-weight: 300;
}
.card-lg .card-right .content-wrap span.semibold {
  font-weight: 600;
}
.card-lg .card-right .content-wrap .logo {
  color: #02b7e1;
  font-weight: 600;
}
.card-lg .card-right .content-wrap .logo span {
  color: #484848;
}
.card-lg .card-right .tag-section {
  float: left;
  width: 100%;
  color: #636363;
  font-size: 14px;
  height: 100px;
  padding-left: 3px;
}
.card-lg .card-right .tag-section .for {
  float: left;
  height: 27px;
  border-right: 2px solid rgba(99, 99, 99, 0.5);
  margin-right: 48px;
  padding-top: 3px;
  padding-right: 35px;
}
.card-lg .card-right .tag-section .for > span {
  float: left;
  line-height: 20px;
}
.card-lg .card-right .tag-section .for .tag-list {
  float: left;
  width: 80px;
  margin-left: 14px;
}
.card-lg .card-right .tag-section .for .tag-list .tag {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  display: inline-block;
  padding: 0 8px;
  min-width: 80px;
  text-align: center;
  margin-bottom: 6px;
}
.card-lg .card-right .tag-section .explore {
  float: left;
  margin-top: -13px;
}
.card-lg .card-right .tag-section .explore > span {
  float: left;
  line-height: 55px;
  padding-right: 16px;
}
.card-lg .card-right .tag-section .explore > span:last-child {
  padding-right: 0;
}
.card-lg .card-right .tag-section .explore .tag-lg {
  text-decoration: none;
  height: 51px;
  font-size: 16px;
  color: #484848;
  float: left;
  line-height: 51px;
  border-radius: 24px;
  min-width: 115px;
  text-align: center;
  font-weight: 600;
  margin-top: 1px;
  font-weight: 300;
}
.card-lg .card-right .tag-section .explore .tag-lg span {
  color: #128fcf;
  font-weight: 600;
}
.card-lg.cam-ai {
  margin-top: 214px;
  margin-bottom: 292px;
}
.card-lg.cam-ai .text {
  float: right;
  position: inherit;
}
.card-lg.cam-ai .card-left {
  background: -webkit-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: -moz-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: -o-linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  background: linear-gradient(140.5deg, #f1ffe5 7.89%, #e2fff1 108.11%);
  padding-left: 62px;
  padding-top: 62px;
  height: auto;
}
.card-lg.cam-ai .card-left .cam-ai-list {
  width: 100%;
  float: left;
  padding: 0;
}
.card-lg.cam-ai .card-left .cam-ai-list + ul {
  margin-top: 57px;
  margin-bottom: 32px;
}
.card-lg.cam-ai .card-left .cam-ai-list li {
  list-style: none;
  color: #74c766;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
.card-lg.cam-ai .card-right {
  background: -webkit-linear-gradient(238.32deg, #f1ffe5 65.05%, #e2fff1 95.43%);
  background: -moz-linear-gradient(238.32deg, #f1ffe5 65.05%, #e2fff1 95.43%);
  background: -o-linear-gradient(238.32deg, #f1ffe5 65.05%, #e2fff1 95.43%);
  background: linear-gradient(238.32deg, #f1ffe5 65.05%, #e2fff1 95.43%);
  height: auto;
}
.card-lg.cam-ai .card-right .content-wrap {
  position: initial;
  padding-right: 45px;
}
.card-lg.cam-ai .card-right .content-wrap p {
  width: 100%;
  float: left;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 0;
}
.card-lg.cam-ai .card-right .content-wrap p:first-child {
  margin: 175px 0 70px;
}
.card-lg.cam-ai .card-right .content-wrap p:nth-child(2) {
  margin-bottom: 190px;
}
.card-lg.cam-ai .card-right .content-wrap p b {
  font-size: 32px;
  font-weight: 600;
}
.card-lg.cam-ai .card-right .content-wrap p b.green-bold {
  color: #74c766;
}
.card-lg.cam-ai .card-right .content-wrap .tag-section {
  height: auto;
  margin-bottom: 94px;
}
.card-lg.cam-ai .highlight {
  color: #74c766;
  font-weight: 600;
}
.card-lg.cam-ai .tag {
  color: #54b51a;
  background-color: #fafff6;
}
.card-lg.cam-ai .tag-lg {
  background-color: #fafff6;
  padding-right: 0 !important;
  font-weight: 300 !important;
}
.card-lg.cam-ai .tag-lg span {
  font-weight: 600;
}
.card-lg.cam-ai .floating-img {
  position: absolute;
  right: -163px;
  bottom: -106px;
}
.card-lg.cam-ai .floating-img img {
  height: 283px;
}
.card-lg.cam-hub {
  margin-bottom: 292px;
}
.card-lg.cam-hub .card-left {
  background: -webkit-linear-gradient(143.21deg, #fde0dd 0%, #f1e7f4 111.07%);
  background: -o-linear-gradient(143.21deg, #fde0dd 0%, #f1e7f4 111.07%);
  background: -moz-linear-gradient(143.21deg, #fde0dd 0%, #f1e7f4 111.07%);
  background: linear-gradient(143.21deg, #fde0dd 0%, #f1e7f4 111.07%);
}
.card-lg.cam-hub .card-right {
  background: -webkit-linear-gradient(244.71deg, #fde0dd 52.35%, #f1e7f4 94.02%);
  background: -o-linear-gradient(244.71deg, #fde0dd 52.35%, #f1e7f4 94.02%);
  background: -moz-linear-gradient(244.71deg, #fde0dd 52.35%, #f1e7f4 94.02%);
  background: linear-gradient(244.71deg, #fde0dd 52.35%, #f1e7f4 94.02%);
}
.card-lg.cam-hub .card-right .content-wrap {
  bottom: 23px;
}
.card-lg.cam-hub .card-right .content-wrap p {
  padding-bottom: 116px;
}
.card-lg.cam-hub .card-right .content-wrap p .highlight {
  font-size: 32px;
}
.card-lg.cam-hub .card-right .floating-img {
  position: absolute;
  right: -208px;
  bottom: -176px;
}
.card-lg.cam-hub .highlight {
  color: #ee5839;
  font-weight: 600;
}
.card-lg.cam-hub .tag {
  color: #f46c56;
  background-color: #fff2f0;
}
.card-lg.cam-hub .tag-lg {
  background-color: #fff2f0;
}
.card-lg.cam-vms {
  margin-bottom: 293px;
}
.card-lg.cam-vms .section-head .text .open-quote {
  margin-right: -1px;
  top: -47px;
}
.card-lg.cam-vms .section-head .text .close-quote {
  margin-left: -1px;
  top: -46px;
}
.card-lg.cam-vms .card-left {
  padding-left: 61px;
}
.card-lg.cam-vms .card-left h1 {
  font-size: 48px;
  color: #8a59f1;
  margin-top: 23px;
  line-height: 56px;
  font-weight: 600;
}
.card-lg.cam-vms .card-left h1 span {
  color: #484848;
  margin-top: 12px;
  display: inline-block;
}
.card-lg.cam-vms .card-left {
  width: 546px;
  height: 664px;
  background: -webkit-linear-gradient(146.32deg, #f5ecff 51.21%, #e2e7ff 100.11%);
  background: -o-linear-gradient(146.32deg, #f5ecff 51.21%, #e2e7ff 100.11%);
  background: -moz-linear-gradient(146.32deg, #f5ecff 51.21%, #e2e7ff 100.11%);
  background: linear-gradient(146.32deg, #f5ecff 51.21%, #e2e7ff 100.11%);
}
.card-lg.cam-vms .card-right {
  width: 876px;
  height: 664px;
  background: -webkit-linear-gradient(235.53deg, #f5ecff 51.02%, #e2e7ff 95.07%);
  background: -o-linear-gradient(235.53deg, #f5ecff 51.02%, #e2e7ff 95.07%);
  background: -moz-linear-gradient(235.53deg, #f5ecff 51.02%, #e2e7ff 95.07%);
  background: linear-gradient(235.53deg, #f5ecff 51.02%, #e2e7ff 95.07%);
}
.card-lg.cam-vms .card-right .content-wrap {
  bottom: 21px;
}
.card-lg.cam-vms .card-right .content-wrap p {
  font-size: 28px;
  line-height: 36px;
  padding-right: 100px;
  padding-bottom: 187px;
  font-weight: 500;
}
.card-lg.cam-vms .card-right .content-wrap p .highlight {
  color: #d868ff;
  font-size: 32px;
  font-weight: 600;
}
.card-lg.cam-vms .tag {
  color: #d868ff;
  background-color: #f9f4fe;
}
.card-lg.cam-vms .tag-lg {
  background-color: #f9f4fe;
}
.card-lg.cam-vms .floating-img {
  position: absolute;
  right: -136px;
  bottom: -65px;
}
.card-lg.cam-vms .floating-img img {
  height: 270px;
}
.card-lg.cam-mc {
  margin-bottom: 292px;
}
.card-lg.cam-mc .section-head .text .open-quote {
  margin-right: -1px;
  top: -47px;
}
.card-lg.cam-mc .section-head .text .close-quote {
  margin-left: -1px;
  top: -46px;
}
.card-lg.cam-mc .card-left {
  padding-left: 61px;
}
.card-lg.cam-mc .card-left h1 {
  font-size: 48px;
  color: #f0aa58;
  margin-top: 23px;
  line-height: 56px;
  font-weight: 600;
}
.card-lg.cam-mc .card-left h1 span {
  color: #484848;
  margin-top: 12px;
  display: inline-block;
}
.card-lg.cam-mc .card-left {
  height: 750px;
  background: -webkit-linear-gradient(140.99deg, #fff7da 7.37%, #ffefcf 99.18%);
  background: -o-linear-gradient(140.99deg, #fff7da 7.37%, #ffefcf 99.18%);
  background: -moz-linear-gradient(140.99deg, #fff7da 7.37%, #ffefcf 99.18%);
  background: linear-gradient(140.99deg, #fff7da 7.37%, #ffefcf 99.18%);
}
.card-lg.cam-mc .card-right {
  height: 608px;
  background: -webkit-linear-gradient(242.18deg, #fff7da 32.99%, #ffefcf 88.76%);
  background: -o-linear-gradient(242.18deg, #fff7da 32.99%, #ffefcf 88.76%);
  background: -moz-linear-gradient(242.18deg, #fff7da 32.99%, #ffefcf 88.76%);
  background: linear-gradient(242.18deg, #fff7da 32.99%, #ffefcf 88.76%);
  height: auto;
}
.card-lg.cam-mc .card-right .tag-section {
  height: auto;
  margin-bottom: 131px;
}
.card-lg.cam-mc .card-right .content-wrap {
  position: initial;
  padding-right: 76px;
}
.card-lg.cam-mc .card-right .content-wrap p:first-child {
  margin-top: 122px;
  padding-bottom: 0;
  margin-bottom: 55px;
}
.card-lg.cam-mc .card-right p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
.card-lg.cam-mc .card-right p .highlight {
  color: #f0aa58;
  font-weight: 600;
  font-size: 32px;
}
.card-lg.cam-mc .tag {
  color: #d68a31;
  background: #fef8e3;
}
.card-lg.cam-mc .tag-lg {
  background: #fef8e3;
}
.card-lg.cam-mc .floating-img {
  position: absolute;
  right: -136px;
  bottom: -62px;
}
.card-lg.cam-mc .floating-img img {
  height: 283px;
}
.card-lg.cam-os {
  margin-bottom: 295px;
}
.card-lg.cam-os .section-head .text .open-quote {
  margin-right: -3px;
  top: -38px;
}
.card-lg.cam-os .section-head .text .close-quote {
  margin-left: 1px;
  top: -37px;
}
.card-lg.cam-os .card-left {
  padding-left: 60px;
  padding-right: 20px;
}
.card-lg.cam-os .card-left h1 {
  font-size: 48px;
  color: #00a3ff;
  line-height: 62px;
  font-weight: 600;
  margin-top: 21px;
}
.card-lg.cam-os .card-left h1 span {
  color: rgba(0, 163, 255, 0.5);
  display: inline-block;
}
.card-lg.cam-os .card-left {
  width: 573px;
  height: 734px;
  background: -webkit-linear-gradient(150.38deg, #bceaff 0%, #ccffec 123.02%);
  background: -o-linear-gradient(150.38deg, #bceaff 0%, #ccffec 123.02%);
  background: -moz-linear-gradient(150.38deg, #bceaff 0%, #ccffec 123.02%);
  background: linear-gradient(150.38deg, #bceaff 0%, #ccffec 123.02%);
}
.card-lg.cam-os .card-right {
  width: 847px;
  height: 734px;
  background: -webkit-linear-gradient(231.29deg, #bceaff 38.23%, #ccffec 114.45%);
  background: -o-linear-gradient(231.29deg, #bceaff 38.23%, #ccffec 114.45%);
  background: -moz-linear-gradient(231.29deg, #bceaff 38.23%, #ccffec 114.45%);
  background: linear-gradient(231.29deg, #bceaff 38.23%, #ccffec 114.45%);
}
.card-lg.cam-os .card-right .content-wrap {
  bottom: 90px;
}
.card-lg.cam-os .card-right p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  padding-bottom: 207px;
}
.card-lg.cam-os .card-right p .highlight {
  color: #00a3ff;
  font-weight: 600;
  font-size: 32px;
}
.card-lg.cam-os .tag {
  color: #128fcf;
  background-color: #e9faff;
}
.card-lg.cam-os .tag-lg {
  background-color: #e9faff;
}
.card-lg.cam-os .floating-img {
  position: absolute;
  right: -124px;
  bottom: -157px;
}
.card-lg.cam-os .floating-img img {
  height: 286px;
}

.learn-what-camkit {
  background: #f5f5f7;
  padding: 279px 0 275px;
}
.learn-what-camkit .section-container {
  max-width: 1451px !important;
}
.learn-what-camkit .section-container .section-head {
  font-size: 64px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg {
  width: 100%;
  float: left;
  margin: 94px 0 0;
  padding: 0;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li {
  list-style: none;
  float: left;
  margin: 0 26px 25px 0;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(7n) {
  margin-right: 0;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li:last-child {
  position: relative;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card {
  width: 185px;
  float: left;
  height: 229.5px;
  background: #fff;
  border-radius: 24px;
  position: relative;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main {
  width: 100%;
  float: left;
  height: 167px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 15px 0;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main .card-img-bg {
  display: flex;
  width: 148px;
  height: 152px;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main .card-img-bg img {
  width: 100%;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-heading {
  font-size: 20px;
  font-weight: 600;
  color: #484848;
  padding: 0 15px 0 20px;
  line-height: 20px;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count {
  position: absolute;
  top: 40px;
  left: 35px;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .learn-what-camkit-count {
  float: left;
  font-size: 82px;
  font-weight: 600;
  margin-left: -4px;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .learn-what-camkit-count span {
  font-weight: 400;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i {
  font-style: normal;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.lg, .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xs {
  display: none;
}
.learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .more-text {
  width: 100%;
  float: left;
  font-size: 36px;
  font-weight: 600;
  color: #484848;
  line-height: 42px;
  margin: -10px 0 0;
}

.anywhere-any-scale {
  background: #f5f5f7;
  padding: 158px 0 276px;
}
.anywhere-any-scale .section-head {
  font-size: 62px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 95px;
}
.anywhere-any-scale .section-head em {
  color: #5873f9;
  font-style: normal;
}
.anywhere-any-scale .section-head span {
  font-weight: 500;
  margin: 0 30px;
}
.anywhere-any-scale .anywhere-any-scale-content {
  width: 100%;
  float: left;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right {
  float: left;
  width: 711px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1 {
  width: 343px;
  float: left;
  margin: 0 25px 24px 0;
  background: #fff;
  border-radius: 24px;
  height: 361.5px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1:nth-child(even) {
  margin-right: 0;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type1 {
  font-size: 62px;
  font-weight: 700;
  color: #5873f9;
  padding: 40px 30px 20px 53px;
  line-height: 68px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type2 {
  font-size: 42px;
  font-weight: 600;
  color: #5873f9;
  padding: 52px 20px 20px 48px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type2 span {
  width: 100%;
  float: left;
  margin-bottom: 82px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type2 img {
  width: 86px;
  float: left;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type3 {
  font-size: 42px;
  font-weight: 600;
  color: #5873f9;
  padding: 35px 40px 20px 50px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type3 span {
  width: 100%;
  float: left;
  margin-bottom: 74px;
  line-height: 42px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type3 img {
  width: 211px;
  float: left;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type4 {
  font-size: 42px;
  font-weight: 600;
  color: #5873f9;
  padding: 35px 40px 20px 45px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type4 span {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  line-height: 42px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type4 img {
  width: 232.5px;
  float: left;
  margin-left: -11px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left {
  width: 700px;
  float: right;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2 {
  width: 343px;
  float: left;
  margin: 0 14px 24px 0;
  background: #484848;
  border-radius: 24px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2:nth-child(even) {
  margin-right: 0;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type5 {
  height: 535px;
  padding: 55px 47px 20px 47px;
  color: #fefefe;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type5 span {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 113px;
  line-height: 42px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type5 img {
  width: 149px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 {
  height: 535px;
  padding: 55px 0 0;
  color: #fefefe;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 span {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 61px;
  line-height: 42px;
  padding: 0 40px 0 43px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 img {
  width: 321px;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type7 {
  height: 188px;
  line-height: 68px;
  color: #fff;
  font-weight: 700;
  font-size: 62px;
  padding: 29px 48px 0;
}
.anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type8 {
  height: 188px;
  line-height: 42px;
  color: #636363;
  font-weight: 600;
  font-size: 42px;
  padding: 32px 44px 0;
  background: none;
}

.any-strategy {
  background: #f5f5f7;
  padding: 159px 0 250px;
}
.any-strategy .section-container .section-head {
  font-size: 62px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.any-strategy .section-container .section-content {
  width: 100%;
  float: left;
  margin: 97px 0 0;
}
.any-strategy .section-container .section-content .section-right {
  width: 715px;
  float: left;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list {
  padding: 0;
  width: 100%;
  float: left;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li {
  list-style: none;
  float: left;
  margin: 0 25px 23px 0;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:nth-child(even) {
  margin-right: 0;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card {
  width: 345px;
  float: left;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head {
  width: 100%;
  height: 265px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 700;
  line-height: 56px;
  padding: 49px 30px 61px 46px;
  background: #d8d8da;
  transition: all 0.6s ease-in-out;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head span {
  width: 100%;
  float: left;
  margin-top: 6px;
  font-size: 42px;
  line-height: 42px;
  text-transform: initial;
  font-weight: 600;
  color: #d0d0d1;
  transition: all 0.6s ease-in-out;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon {
  height: 99px;
  width: 100%;
  float: left;
  padding: 23px 20px 21px 52px;
  background: #f0f0f2;
  transition: all 0.6s ease-in-out;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon ul {
  width: 100%;
  float: left;
  padding: 0;
  transition: all 0.6s ease-in-out;
  opacity: 0.25;
  filter: grayscale(100%);
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon ul li {
  float: left;
  list-style: none;
  margin: 0 22px 0 0;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon ul li img {
  width: 42px;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover {
  cursor: pointer;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.red .any-strategy-card-head, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.red .any-strategy-card-head {
  background: #f14821;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.red .any-strategy-card-head span, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.red .any-strategy-card-head span {
  color: #b42302;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.red .any-strategy-card-icon, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.red .any-strategy-card-icon {
  background: #ffe3dd;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.blue .any-strategy-card-head, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.blue .any-strategy-card-head {
  background: #18a0fb;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.blue .any-strategy-card-head span, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.blue .any-strategy-card-head span {
  color: #1676b9;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.blue .any-strategy-card-icon, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.blue .any-strategy-card-icon {
  background: #ddf1ff;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.purple .any-strategy-card-head, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.purple .any-strategy-card-head {
  background: #7b61ff;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.purple .any-strategy-card-head span, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.purple .any-strategy-card-head span {
  color: #4d30e0;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.purple .any-strategy-card-icon, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.purple .any-strategy-card-icon {
  background: #e7e2ff;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.green .any-strategy-card-head, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.green .any-strategy-card-head {
  background: #1bc37c;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.green .any-strategy-card-head span, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.green .any-strategy-card-head span {
  color: #088551;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card.green .any-strategy-card-icon, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card.green .any-strategy-card-icon {
  background: #d2fbea;
}
.any-strategy .section-container .section-content .section-right .any-strategy-card-list > li.active .any-strategy-card .any-strategy-card-icon ul, .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li:hover .any-strategy-card .any-strategy-card-icon ul {
  opacity: 1;
  filter: grayscale(0%);
}
.any-strategy .section-container .section-content .section-left {
  width: 710px;
  float: right;
}
.any-strategy .section-container .section-content #ots .card-detail span {
  color: #f14821;
}
.any-strategy .section-container .section-content #byoai .card-detail span {
  color: #18a0fb;
}
.any-strategy .section-container .section-content #aiy .card-detail span {
  color: #7b61ff;
}
.any-strategy .section-container .section-content #aiy .card-detail span:not(.comma) {
  display: block;
}
.any-strategy .section-container .section-content #scale .card-detail span {
  color: #1bc37c;
  display: block;
}
.any-strategy .section-container .section-content .card-detail {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 250px;
  right: 149px;
  width: 500px;
  height: 750px;
  z-index: 9;
}
.any-strategy .section-container .section-content .card-detail.active {
  opacity: 1;
  z-index: 999;
}
.any-strategy .section-container .section-content .card-detail .any-strategy-content-title {
  font-size: 92px;
  line-height: 92px;
  font-weight: 600;
  color: #484848;
}
.any-strategy .section-container .section-content .card-detail .any-strategy-content-title em {
  font-style: normal;
}
.any-strategy .section-container .section-content .card-detail .any-strategy-content-desc {
  width: 100%;
  float: left;
  font-size: 22px;
  line-height: 28px;
  padding-right: 60px;
  color: #484848;
  position: absolute;
  top: 428px;
  left: 0;
  right: 0;
}
.any-strategy .section-container .section-content .card-detail .any-strategy-content-desc span {
  color: #00a3ff;
  font-weight: 700;
}
.any-strategy .section-container .section-content .card-detail#ots-cnt .any-strategy-content-desc {
  top: initial;
  bottom: 202px;
}
.any-strategy .section-container .section-content .card-detail#byoai-cnt .any-strategy-content-desc {
  top: initial;
  bottom: 180px;
}
.any-strategy .section-container .section-content .card-detail#aiy-cnt .any-strategy-content-desc {
  top: initial;
  bottom: 182px;
}
.any-strategy .section-container .section-content .card-detail#scale-cnt .any-strategy-content-desc {
  top: initial;
  bottom: 180px;
}
.any-strategy .section-container .section-content .any-strategy-bg {
  width: 100%;
  float: left;
  padding: 62px 70px 57px 82px;
  background: #fff;
  border-radius: 24px;
  height: 750px;
  position: relative;
}

.open-unified .section-container {
  margin-top: 311px !important;
}
.open-unified .section-container .section-title {
  width: 100%;
  float: left;
}
.open-unified .section-container .section-title .sm-title {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #484848;
  text-align: center;
  margin-bottom: 17px;
}
.open-unified .section-container .section-title .lg-title {
  width: 100%;
  float: left;
  font-size: 100px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 161px;
}
.open-unified .section-container .section-title .lg-title span {
  margin: 0 25px;
}
.open-unified .section-container .open-unified-right {
  width: 573px;
  float: left;
}
.open-unified .section-container .open-unified-right .open-unifield-box {
  width: 100%;
  padding: 76px 40px 75px 55px;
  margin-bottom: 51px;
  float: left;
  color: #fff;
  background: #000;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  border-radius: 24px;
}
.open-unified .section-container .open-unified-right .turn-connected {
  width: 100%;
  padding: 113px 40px 79px 60px;
  float: left;
  color: #484848;
  background: #f5f5f7;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  border-radius: 24px;
}
.open-unified .section-container .open-unified-right .turn-connected span {
  color: #5873f9;
}
.open-unified .section-container .open-unified-left {
  width: 830px;
  float: right;
  background: #f5f5f7;
  border-radius: 24px;
  padding: 117px 0 87px 155px;
}
.open-unified .section-container .open-unified-left .open-unified-left-image1 {
  width: 340px;
  float: left;
  margin-right: 56px;
}
.open-unified .section-container .open-unified-left .open-unified-left-image1 img {
  width: 100%;
}
.open-unified .section-container .open-unified-left .open-unified-left-image2 {
  width: 161px;
  float: left;
  filter: -webkit-grayscale(100%);
  filter: -o-grayscale(100%);
  filter: -moz-grayscale(100%);
  filter: grayscale(100%);
}
.open-unified .section-container .open-unified-left .open-unified-left-image2 img {
  width: 100%;
}

.private-and-secure {
  padding: 341px 0;
}
.private-and-secure .section-container .section-head {
  width: 100%;
  float: left;
  margin-bottom: 52px;
  font-size: 36px;
  color: #484848;
  text-align: center;
}
.private-and-secure .section-container .private-and-secure-title {
  width: 100%;
  float: left;
  margin-bottom: 111px;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
  text-align: center;
}
.private-and-secure .section-container .private-and-secure-desc {
  width: 100%;
  float: left;
  font-size: 28px;
  line-height: 42px;
  color: rgba(99, 99, 99, 0.75);
  text-align: center;
  margin-bottom: 49px;
}
.private-and-secure .section-container .private-and-secure-desc span {
  color: #484848;
}
.private-and-secure .section-container .private-and-secure-list {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.private-and-secure .section-container .private-and-secure-list li {
  list-style: none;
  display: inline-block;
  margin-right: 110px;
}
.private-and-secure .section-container .private-and-secure-list li:last-child {
  margin-right: 0;
}
.private-and-secure .section-container .private-and-secure-list li .private-and-secure-short {
  width: 224px;
  float: left;
  text-align: left;
}
.private-and-secure .section-container .private-and-secure-list li .private-and-secure-short .private-and-secure-text {
  font-size: 22px;
  font-weight: 600;
  color: rgba(99, 99, 99, 0.5);
  width: 100%;
  float: left;
}
.private-and-secure .section-container .private-and-secure-list li .private-and-secure-short .private-and-secure-text.short-title {
  line-height: 26px;
}
.private-and-secure .section-container .private-and-secure-list li .private-and-secure-short b {
  font-size: 85px;
  color: #333;
  font-weight: 500;
  width: 100%;
  float: left;
  margin: 15px 0 4px;
}

.save-on .section-container .save-text {
  width: 100%;
  float: left;
  text-align: center;
  margin: 371px 0 303px;
}
.save-on .section-container .save-text .sec-1,
.save-on .section-container .save-text .sec-2,
.save-on .section-container .save-text .sec-3 {
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}
.save-on .section-container .save-text .save-on-text {
  background: -webkit-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: -moz-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: -o-linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  background: linear-gradient(90deg, #bd00ff 6.08%, #00dbde 54.5%, #3cbd7a 93.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.save-on .section-container .talk-to-us-bg {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 143px;
}
.save-on .section-container .talk-to-us-bg .talk-to-us {
  width: 240px;
  height: 64px;
  font-size: 24px;
  color: #fff;
  background: #5873f9;
  border-radius: 50px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  line-height: 64px;
}
.save-on .section-container .talk-to-us-bg .talk-to-us:hover {
  background: #4f6af1;
}

footer .section-container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  clear: both;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
  padding: 26px 39px 19px 39px;
}
footer .section-container::before, footer .section-container::after {
  content: "";
  display: block;
  clear: both;
}
footer .section-container .footer-right {
  float: left;
  font-size: 14px;
}
footer .section-container .footer-right .country {
  float: left;
  color: #373737;
}
footer .section-container .footer-right .divider {
  float: left;
  margin: 0 32px 0 33px;
  color: rgba(55, 55, 55, 0.4);
}
footer .section-container .footer-right .footer-list {
  padding: 0;
  float: left;
}
footer .section-container .footer-right .footer-list li {
  float: left;
  list-style: none;
  padding-right: 32px;
}
footer .section-container .footer-right .footer-list li a {
  text-decoration: none;
  color: #373737;
  font-weight: 300;
}
footer .section-container .footer-left {
  float: right;
}
footer .section-container .footer-left span {
  float: left;
  color: #373737;
  font-size: 14px;
}
footer .section-container .footer-left .social-list {
  float: left;
  padding: 0;
  margin: -3px 0 0 0;
}
footer .section-container .footer-left .social-list li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
footer .section-container .footer-left .social-list li:last-child {
  margin-right: 0;
}
footer .section-container .footer-left .copyright .links {
  padding-left: 20px;
  float: right;
}
footer .section-container .footer-left .copyright .links a {
  text-decoration: none;
  color: #373737;
}
footer .section-container .footer-left .copyright .links a:hover {
  color: #017bc0;
}

.header {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 0 20px;
  margin-bottom: 20px;
}

.privacy-policy {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 20px;
}
.privacy-policy h1.page-title {
  font-size: 33px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}
.privacy-policy p {
  font-weight: 300;
  padding: 0 0 20px;
  line-height: 30px;
  font-size: 16px;
}
.privacy-policy p a {
  color: #00a3ff;
  text-decoration: none;
}
.privacy-policy p a:hover {
  text-decoration: underline;
}
.privacy-policy h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 30px 0 20px;
}
.privacy-policy strong {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-top: 20px;
  color: #608fa8;
}

.explore-page {
  background-color: #1f1f1f;
  color: #fff;
}
.explore-page .main-logo img {
  width: 317px;
  margin-top: 136px;
}
.explore-page .main-wrap {
  width: 100%;
  max-width: 1450px;
  padding-bottom: 150px;
  position: relative;
}
.explore-page .main-wrap .left-content {
  width: 54.173%;
  float: left;
  padding-top: 115px;
}
.explore-page .main-wrap .left-content .left-banner {
  position: absolute;
  left: -230px;
  top: 670px;
}
.explore-page .main-wrap .left-content h1 {
  font-weight: 300;
  font-size: 86px;
  line-height: 92px;
  margin: 0;
  padding: 0 0 38px;
}
.explore-page .main-wrap .left-content p {
  font-size: 26px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 42px;
}
.explore-page .main-wrap .right-content {
  width: 44.828%;
  float: right;
  padding-top: 127px;
}
.explore-page .main-wrap .right-content h2 {
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 400;
}
.explore-page .main-wrap .form-row {
  display: flex;
}
.explore-page .main-wrap .form-row .form-group {
  margin-right: 32px;
  margin-bottom: 40px;
  width: 286px;
  position: relative;
}
.explore-page .main-wrap .form-row .form-group label {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 18px;
}
.explore-page .main-wrap .form-row .form-group .form-control {
  border: 1px solid #fff;
  height: 52px;
  border-radius: 6px;
  padding-right: 10px;
  padding-left: 17px;
  position: relative;
}
.explore-page .main-wrap .form-row .form-group .form-control.select:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 20px;
  top: 18px;
  transform: rotate(45deg);
}
.explore-page .main-wrap .form-row .form-group .form-control input,
.explore-page .main-wrap .form-row .form-group .form-control select {
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 95%;
  height: 100%;
  border-radius: 6px;
  border: 0;
  color: #fff;
}
.explore-page .main-wrap .form-row .form-group .form-control input:focus,
.explore-page .main-wrap .form-row .form-group .form-control select:focus {
  outline: none;
}
.explore-page .main-wrap .form-row .form-group .form-control input option,
.explore-page .main-wrap .form-row .form-group .form-control select option {
  background-color: #333;
  margin-right: -20px;
  margin-left: -20px;
}
.explore-page .main-wrap .form-row .form-group .form-control input[type=date] {
  text-transform: uppercase;
}
.explore-page .main-wrap .form-row .form-group .form-control.focus-input {
  box-shadow: rgba(245, 250, 255, 0.3) 0px 0px 10px 1px;
  border-color: #00c3ff;
}
.explore-page .main-wrap .form-row .form-group .help-txt {
  position: absolute;
  font-size: 13px;
  bottom: -22px;
  font-weight: 100;
  color: #afafaf;
}
.explore-page .main-wrap .form-row.comments .form-group {
  width: 604px;
}
.explore-page .main-wrap .form-row.comments .form-control {
  padding: 0;
  height: inherit;
}
.explore-page .main-wrap .form-row.comments .form-control textarea {
  background-color: transparent;
  border: 0;
  border-radius: 6px;
  width: 100%;
  padding: 17px;
  color: #fff;
  resize: none;
}
.explore-page .main-wrap .form-row.comments .form-control textarea:focus {
  outline: none;
}
.explore-page .main-wrap .form-row .star {
  color: #cf0404;
}
.explore-page .main-wrap .form-row .custom-checkbox {
  position: relative;
  padding-left: 40px;
  line-height: 27px;
  font-size: 14px;
}
.explore-page .main-wrap .form-row .custom-checkbox span {
  float: left;
}
.explore-page .main-wrap .form-row .custom-checkbox input {
  position: absolute;
  cursor: pointer;
  left: 7px;
  top: 0;
}
.explore-page .main-wrap .form-row .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #676767;
  border-radius: 3px;
}
.explore-page .main-wrap .form-row .custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.explore-page .main-wrap .form-row .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.explore-page .main-wrap .form-row .custom-checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}
.explore-page .main-wrap .form-row .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.explore-page ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.explore-page .add-btn {
  min-width: 231px;
  height: 38.5px;
  font-size: 18px;
  color: #1f1f1f;
  border-radius: 6px;
  border: 0;
  margin: 0 auto;
  margin-top: 83px;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  display: inline-block;
}
.explore-page .add-btn.continue {
  padding: 0 40px;
  font-size: 22px;
  height: 54px;
  line-height: 58px;
}
.explore-page .thanks-content {
  text-align: center;
  padding-top: 170px;
}
.explore-page .thanks-content h1 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 400;
}
.explore-page .thanks-content p {
  margin: 68px 0 0 0;
  font-size: 26px;
}
.explore-page .thanks-content .cnt-img {
  padding-top: 185px;
  padding-left: 183px;
  padding-bottom: 85px;
}
.explore-page footer .section-container {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.explore-page footer .section-container .footer-left .copyright .links a,
.explore-page footer .section-container .footer-left span {
  color: #fff;
}
.explore-page footer .section-container .footer-right .country {
  color: #fff;
}

.privacy-page .header {
  max-width: 1000px;
}
.privacy-page .privacy-policy {
  max-width: 1000px;
}

@media only screen and (min-width: 2301px) and (max-width: 2560px) {
  :root {
    --marquee-elements-displayed: 8.2;
    --marquee-right-elements-displayed: 8.2;
  }
}
@media only screen and (min-width: 2071px) and (max-width: 2300px) {
  :root {
    --marquee-elements-displayed: 7.4;
    --marquee-right-elements-displayed: 7.4;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2070px) {
  :root {
    --marquee-elements-displayed: 6.6;
    --marquee-right-elements-displayed: 6.6;
  }
}
@media only screen and (max-width: 1720px) {
  :root {
    --marquee-elements-displayed: 5.48;
    --marquee-right-elements-displayed: 5.48;
  }
}
@media only screen and (max-width: 1600px) {
  :root {
    --marquee-elements-displayed: 5.17;
    --marquee-right-elements-displayed: 5.17;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --marquee-elements-displayed: 4.643;
    --marquee-right-elements-displayed: 4.643;
  }
}
@media only screen and (max-width: 1400px) {
  :root {
    --marquee-elements-displayed: 4.51;
    --marquee-right-elements-displayed: 4.51;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --marquee-elements-displayed: 4.4;
    --marquee-right-elements-displayed: 4.4;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    --marquee-elements-displayed: 4.12;
    --marquee-right-elements-displayed: 4.12;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --marquee-elements-displayed: 3.87;
    --marquee-right-elements-displayed: 3.87;
  }
}
@media only screen and (max-width: 1075px) {
  :root {
    --marquee-elements-displayed: 3.45;
    --marquee-right-elements-displayed: 3.45;
  }
}
@media only screen and (max-width: 992px) {
  :root {
    --marquee-elements-displayed: 3.19;
    --marquee-right-elements-displayed: 3.19;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .card-lg.cam-os .card-right .floating-img {
    right: -63px;
    bottom: -170px;
  }
  .card-lg.cam-vms .card-right .floating-img {
    right: -63px;
    bottom: -101px;
  }
  .card-lg.cam-ai .card-right .floating-img {
    right: -70px;
    bottom: -124px;
  }
  .card-lg.cam-mc .card-right .floating-img {
    right: -70px;
    bottom: -130px;
  }
  .card-lg.cam-hub .card-right .floating-img {
    right: -136px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-heading {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  main.main-wrap .new-platform .section-container,
main.main-wrap .banner .section-container,
main.main-wrap .real-world-is .section-container,
main.main-wrap .we-are .section-container,
main.main-wrap .cam-ai .section-container,
main.main-wrap .cam-hub .section-container,
main.main-wrap .cam-vms .section-container,
main.main-wrap .cam-mc .section-container,
main.main-wrap .cam-os .section-container,
main.main-wrap .learn-what-camkit .section-container,
main.main-wrap .anywhere-any-scale .section-container,
main.main-wrap .any-strategy .section-container,
main.main-wrap .open-unified .section-container {
    padding: 0 50px;
    position: relative;
  }
  main.main-wrap .new-platform .section-container .learn-what-camkit-card-bg li,
main.main-wrap .banner .section-container .learn-what-camkit-card-bg li,
main.main-wrap .real-world-is .section-container .learn-what-camkit-card-bg li,
main.main-wrap .we-are .section-container .learn-what-camkit-card-bg li,
main.main-wrap .cam-ai .section-container .learn-what-camkit-card-bg li,
main.main-wrap .cam-hub .section-container .learn-what-camkit-card-bg li,
main.main-wrap .cam-vms .section-container .learn-what-camkit-card-bg li,
main.main-wrap .cam-mc .section-container .learn-what-camkit-card-bg li,
main.main-wrap .cam-os .section-container .learn-what-camkit-card-bg li,
main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li,
main.main-wrap .anywhere-any-scale .section-container .learn-what-camkit-card-bg li,
main.main-wrap .any-strategy .section-container .learn-what-camkit-card-bg li,
main.main-wrap .open-unified .section-container .learn-what-camkit-card-bg li {
    width: 16.666%;
    margin-right: 0;
  }
  main.main-wrap .new-platform .section-container .learn-what-camkit-card-bg li:nth-last-child(2), main.main-wrap .new-platform .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .banner .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .banner .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .real-world-is .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .real-world-is .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .we-are .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .we-are .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .cam-ai .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .cam-ai .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .cam-hub .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .cam-hub .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .cam-vms .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .cam-vms .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .cam-mc .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .cam-mc .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .cam-os .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .cam-os .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .anywhere-any-scale .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .anywhere-any-scale .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .any-strategy .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .any-strategy .section-container .learn-what-camkit-card-bg li:nth-last-child(3),
main.main-wrap .open-unified .section-container .learn-what-camkit-card-bg li:nth-last-child(2),
main.main-wrap .open-unified .section-container .learn-what-camkit-card-bg li:nth-last-child(3) {
    display: none;
  }
  main.main-wrap .new-platform .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .banner .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .real-world-is .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .we-are .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .cam-ai .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .cam-hub .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .cam-vms .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .cam-mc .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .cam-os .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .anywhere-any-scale .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .any-strategy .section-container .learn-what-camkit-card-bg li:nth-child(7),
main.main-wrap .open-unified .section-container .learn-what-camkit-card-bg li:nth-child(7) {
    margin-right: 0px;
  }
  main.main-wrap .new-platform .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .banner .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .real-world-is .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .we-are .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .cam-ai .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .cam-hub .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .cam-vms .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .cam-mc .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .cam-os .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .anywhere-any-scale .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .any-strategy .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card,
main.main-wrap .open-unified .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card {
    display: in;
  }
  main.main-wrap .new-platform .section-container .open-unified-left,
main.main-wrap .banner .section-container .open-unified-left,
main.main-wrap .real-world-is .section-container .open-unified-left,
main.main-wrap .we-are .section-container .open-unified-left,
main.main-wrap .cam-ai .section-container .open-unified-left,
main.main-wrap .cam-hub .section-container .open-unified-left,
main.main-wrap .cam-vms .section-container .open-unified-left,
main.main-wrap .cam-mc .section-container .open-unified-left,
main.main-wrap .cam-os .section-container .open-unified-left,
main.main-wrap .learn-what-camkit .section-container .open-unified-left,
main.main-wrap .anywhere-any-scale .section-container .open-unified-left,
main.main-wrap .any-strategy .section-container .open-unified-left,
main.main-wrap .open-unified .section-container .open-unified-left {
    width: 720px;
    padding-left: 75px;
  }
  main.main-wrap .new-platform .card-detail,
main.main-wrap .banner .card-detail,
main.main-wrap .real-world-is .card-detail,
main.main-wrap .we-are .card-detail,
main.main-wrap .cam-ai .card-detail,
main.main-wrap .cam-hub .card-detail,
main.main-wrap .cam-vms .card-detail,
main.main-wrap .cam-mc .card-detail,
main.main-wrap .cam-os .card-detail,
main.main-wrap .learn-what-camkit .card-detail,
main.main-wrap .anywhere-any-scale .card-detail,
main.main-wrap .any-strategy .card-detail,
main.main-wrap .open-unified .card-detail {
    width: 35% !important;
    right: 112px !important;
  }
  main.main-wrap .new-platform .section-left,
main.main-wrap .banner .section-left,
main.main-wrap .real-world-is .section-left,
main.main-wrap .we-are .section-left,
main.main-wrap .cam-ai .section-left,
main.main-wrap .cam-hub .section-left,
main.main-wrap .cam-vms .section-left,
main.main-wrap .cam-mc .section-left,
main.main-wrap .cam-os .section-left,
main.main-wrap .learn-what-camkit .section-left,
main.main-wrap .anywhere-any-scale .section-left,
main.main-wrap .any-strategy .section-left,
main.main-wrap .open-unified .section-left {
    width: 45% !important;
  }
  main.main-wrap .new-platform .section-left .any-strategy-bg,
main.main-wrap .banner .section-left .any-strategy-bg,
main.main-wrap .real-world-is .section-left .any-strategy-bg,
main.main-wrap .we-are .section-left .any-strategy-bg,
main.main-wrap .cam-ai .section-left .any-strategy-bg,
main.main-wrap .cam-hub .section-left .any-strategy-bg,
main.main-wrap .cam-vms .section-left .any-strategy-bg,
main.main-wrap .cam-mc .section-left .any-strategy-bg,
main.main-wrap .cam-os .section-left .any-strategy-bg,
main.main-wrap .learn-what-camkit .section-left .any-strategy-bg,
main.main-wrap .anywhere-any-scale .section-left .any-strategy-bg,
main.main-wrap .any-strategy .section-left .any-strategy-bg,
main.main-wrap .open-unified .section-left .any-strategy-bg {
    padding-bottom: 10px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list {
    padding-bottom: 54px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list ul li {
    font-size: 43px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-head {
    font-size: 44px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc {
    font-size: 31px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li {
    font-size: 31px;
  }
  main.main-wrap .card-lg .card-left {
    width: 40%;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap .left-kpi,
main.main-wrap .card-lg .card-left .kpi-wrap .right-kpi {
    width: 50%;
  }
  main.main-wrap .card-lg .card-right {
    width: 58%;
  }
  main.main-wrap .card-lg .card-right .content-wrap {
    padding-left: 45px;
    padding-right: 65px;
  }
  .banner .banner-image {
    position: absolute;
    top: 18vh;
    right: 0;
  }
  .main-logo {
    padding-top: 14vh !important;
  }
  .burgerbutton {
    top: 19vh !important;
    right: 50px !important;
  }
  .banner-text {
    padding-top: 12vh !important;
  }
  .banner-text h1.heading {
    margin: 0;
    padding: 0;
  }
  .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo {
    margin-left: 20px;
  }
  .card-lg.cam-vms .card-left h1, .card-lg.cam-mc .card-left h1, .card-lg.cam-os .card-left h1 {
    font-size: 42px;
  }
  .card-lg .card-left .kpi-wrap h1 {
    font-size: 57px;
    display: inline-block;
  }
  .card-lg .card-left .kpi-wrap span {
    font-size: 33px;
    display: block;
  }
  .banner .section-container .banner-text {
    padding-top: 24vh !important;
  }
  .banner .section-container .banner-text h1.heading {
    font-size: 100px;
    margin: 0;
    padding: 0;
  }
  .banner .section-container .banner-image {
    position: absolute;
    top: 18vh;
    right: 0;
    padding-right: 53px;
  }
  .banner .section-container .banner-image img {
    height: 72vh;
  }
  .main-logo {
    padding-top: 14vh !important;
  }
  .card-lg .section-head .text {
    font-size: 48px;
  }
  .card-lg.cam-ai .card-right .content-wrap {
    margin-bottom: 6px;
  }
  .card-lg.cam-ai .card-right .content-wrap p {
    font-size: 25px;
  }
  .card-lg.cam-ai .card-right .content-wrap p b {
    font-size: 28px;
  }
  .card-lg.cam-ai .card-right .floating-img {
    right: -35px;
    bottom: -95px;
  }
  .card-lg.cam-ai .card-right .floating-img img {
    height: 200px;
  }
  .card-lg.cam-mc .card-right .content-wrap {
    padding-right: 30px;
  }
  .card-lg.cam-mc .card-right .floating-img {
    right: -22px;
    bottom: -99px;
  }
  .card-lg.cam-mc .card-right .floating-img img {
    height: 200px;
  }
  .card-lg.cam-hub .card-right .content-wrap p {
    font-size: 25px;
  }
  .card-lg.cam-hub .card-right .content-wrap p .highlight {
    font-size: 28px;
  }
  .card-lg.cam-hub .card-right .floating-img {
    right: -53px;
    bottom: -77px;
  }
  .card-lg.cam-hub .card-right .floating-img img {
    height: 200px;
  }
  .card-lg.cam-vms .card-right .content-wrap {
    padding-right: 40px;
  }
  .card-lg.cam-vms .card-right .content-wrap p {
    font-size: 25px;
    padding-right: 32px;
  }
  .card-lg.cam-vms .card-right .content-wrap p .highlight {
    font-size: 28px;
  }
  .card-lg.cam-vms .card-right .floating-img {
    right: -48px;
    bottom: -77px;
  }
  .card-lg.cam-vms .card-right .floating-img img {
    height: 200px;
  }
  .card-lg.cam-os .card-right .content-wrap {
    padding-right: 40px;
  }
  .card-lg.cam-os .floating-img {
    right: -48px;
    bottom: -142px;
  }
  .card-lg.cam-os .floating-img img {
    height: 200px;
  }
  .card-lg .card-right .content-wrap p {
    font-size: 25px;
  }
  .card-lg .card-right .content-wrap p .highlight {
    font-size: 28px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-heading {
    font-size: 18px;
    padding: 0 25px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i {
    font-style: normal;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.lg {
    display: inline-block;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xlg, .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xs {
    display: none;
  }
  .world-intelligence .section-container {
    padding: 0 !important;
  }
  .we-are .section-container .card {
    width: 49%;
    font-size: 59px;
  }
  .we-are .section-container .card:nth-child(even) {
    font-size: 45px;
  }
  .why-one .section-container {
    padding: 0 !important;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1 {
    width: 309px;
    padding-left: 25px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right {
    width: 650px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left {
    width: 640px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2 {
    width: 309px;
    margin-right: 15px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 img {
    width: 271px;
  }
  .any-strategy .section-container .section-right {
    width: 56%;
  }
  .any-strategy .section-container .section-right .any-strategy-card-list > li {
    width: 47%;
  }
  .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card {
    width: 100%;
  }
  .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head {
    font-size: 56px;
    padding-left: 36px;
  }
  .any-strategy .section-container .section-left {
    width: 44%;
  }
  .any-strategy .section-container .section-left .any-strategy-bg {
    padding: 30px;
  }
  .any-strategy .section-container .section-left .any-strategy-bg .any-strategy-content-title {
    font-size: 80px;
    line-height: 82px;
  }
  .any-strategy .section-container .section-content .card-detail {
    top: 200px;
    height: 700px;
    left: 56%;
    padding-left: 57px;
  }
  .any-strategy .section-container .section-content .card-detail#ots-cnt .any-strategy-content-desc {
    bottom: 180px;
  }
  .any-strategy .section-container .section-content .card-detail#ots-cnt .any-strategy-content-desc, .any-strategy .section-container .section-content .card-detail#byoai-cnt .any-strategy-content-desc, .any-strategy .section-container .section-content .card-detail#aiy-cnt .any-strategy-content-desc, .any-strategy .section-container .section-content .card-detail#scale-cnt .any-strategy-content-desc {
    padding-left: 57px;
    padding-right: 0px;
  }
  .any-strategy .section-container .section-content .card-detail .any-strategy-content-title {
    font-size: 80px;
    line-height: 80px;
  }
  .open-unified .section-container .open-unified-right {
    width: 563px;
  }
  .open-unified .section-container .section-title .lg-title {
    font-size: 85px;
  }
  .save-on .section-container .save-text .sec-1,
.save-on .section-container .save-text .sec-2,
.save-on .section-container .save-text .sec-3 {
    font-size: 85px;
    line-height: 95px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in {
    padding-top: 294px;
  }
  .explore-page .main-wrap {
    padding: 0 50px 130px;
  }
  .explore-page .main-wrap .main-logo {
    padding-top: 0 !important;
  }
  .explore-page .main-wrap .main-logo img {
    margin-top: 139px;
  }
  .explore-page .main-wrap .left-content {
    width: 50%;
  }
  .explore-page .main-wrap .right-content {
    width: 50%;
  }
  .explore-page footer {
    color: #fff;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1399px) {
  main.main-wrap section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  main.main-wrap section.camkit-capabilities {
    padding: 0 !important;
  }
  main.main-wrap .new-platform .new-platform_heading {
    font-size: 76px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img {
    margin: 0 0 37px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img:after {
    height: 145px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .one-img {
    width: 189px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .two-img {
    width: 182px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os {
    width: 135px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os {
    width: 112px;
    margin-top: 4px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img {
    margin: 0 0 65px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img:after {
    height: 145px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .one-img {
    width: 89px;
    margin: 85px 24px 0 83px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .two-img {
    width: 101px;
    float: left;
    margin: 11px 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .andr-os {
    width: 160px;
    margin: 12px 29px 0 59px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .ios-os {
    width: 75px;
    margin: 10px 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-img {
    margin: -70px 0 74px;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-img .one-img {
    width: 218px;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo {
    width: 160px;
  }
  main.main-wrap .banner .section-container .main-logo {
    padding-top: 9vh !important;
  }
  main.main-wrap .banner .burgerbutton {
    top: 12vh;
  }
  main.main-wrap .banner .banner-text {
    padding-top: 18vh;
  }
  main.main-wrap .banner .banner-text h1 {
    font-size: 100px;
    line-height: 100px;
  }
  main.main-wrap .banner .banner-image img {
    width: 96%;
    margin-top: -20px;
  }
  main.main-wrap .camkit-connect .camkit-in-section {
    font-size: 42px !important;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list .real-world-section-head {
    margin-bottom: 75px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list ul li {
    font-size: 40px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in {
    padding-top: 220px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-head {
    font-size: 40px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc {
    font-size: 30px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li {
    font-size: 30px;
  }
  main.main-wrap .we-are .section-container .card {
    width: 590px;
    padding-bottom: 306px;
  }
  main.main-wrap .we-are .section-container .card.to-automate {
    padding-bottom: 72px !important;
  }
  main.main-wrap .card-lg .section-head .text {
    font-size: 42px;
  }
  main.main-wrap .card-lg .card-left {
    width: 38%;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap .left-kpi,
main.main-wrap .card-lg .card-left .kpi-wrap .right-kpi {
    width: 50%;
    padding: 0;
    line-height: normal;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap .left-kpi h1,
main.main-wrap .card-lg .card-left .kpi-wrap .right-kpi h1 {
    font-size: 42px;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap .left-kpi span,
main.main-wrap .card-lg .card-left .kpi-wrap .right-kpi span {
    font-size: 24px;
  }
  main.main-wrap .card-lg .card-right {
    width: 60%;
  }
  main.main-wrap .card-lg .card-right .content-wrap {
    padding-left: 35px;
    padding-right: 20px;
  }
  main.main-wrap .card-lg.cam-ai .card-left .cam-ai-list li {
    font-size: 42px;
    line-height: 56px;
  }
  main.main-wrap .card-lg.cam-ai .card-right .content-wrap p {
    padding-right: 20px;
  }
  main.main-wrap .card-lg.cam-ai .card-right .floating-img {
    right: -10px;
    bottom: -86px;
  }
  main.main-wrap .card-lg.cam-ai .card-right .floating-img img {
    width: 335px;
    height: auto;
  }
  main.main-wrap .card-lg.cam-hub .card-right .floating-img {
    right: -10px;
    bottom: -146px;
  }
  main.main-wrap .card-lg.cam-hub .card-right .floating-img img {
    width: 330px;
  }
  main.main-wrap .card-lg.cam-vms .card-left h1 {
    font-size: 44px;
    line-height: 50px;
  }
  main.main-wrap .card-lg.cam-vms .card-right .floating-img {
    right: -15px;
    bottom: -104px;
  }
  main.main-wrap .card-lg.cam-vms .card-right .floating-img img {
    height: 216px;
  }
  main.main-wrap .card-lg.cam-mc .card-left {
    padding-left: 30px;
  }
  main.main-wrap .card-lg.cam-mc .card-left h1 {
    font-size: 42px;
    line-height: 46px;
  }
  main.main-wrap .card-lg.cam-mc .card-right .tag-section {
    margin-bottom: 72px;
  }
  main.main-wrap .card-lg.cam-mc .card-right .floating-img {
    right: -15px;
    bottom: -110px;
  }
  main.main-wrap .card-lg.cam-mc .card-right .floating-img img {
    height: 216px;
  }
  main.main-wrap .card-lg.cam-os .card-left {
    padding-left: 30px;
  }
  main.main-wrap .card-lg.cam-os .card-left h1 {
    font-size: 33px;
    line-height: 60px;
  }
  main.main-wrap .card-lg.cam-os .card-right .floating-img {
    right: -15px;
    bottom: -169px;
  }
  main.main-wrap .card-lg.cam-os .card-right .floating-img img {
    height: 216px;
  }
  main.main-wrap .unified-platform .cards-wrap > ul {
    padding-left: 0px;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li .card-container {
    width: 275px;
    text-align: left;
    display: inline-block;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child {
    width: 68%;
    float: right;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child ul {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child ul li {
    display: inline-block;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child ul li:last-child {
    padding-right: 0;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child ul li .card-container {
    width: 240px;
    float: right;
  }
  main.main-wrap .learn-what-camkit .section-container .section-head {
    font-size: 54px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li {
    margin-right: 18px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(7n) {
    margin-right: 18px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(2), main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(3) {
    display: none;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count {
    left: 20px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i {
    font-style: normal;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.lg {
    display: inline-block;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xlg, main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xs {
    display: none;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .more-text {
    font-size: 34px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-heading {
    font-size: 18px;
    padding: 0 20px;
  }
  main.main-wrap .anywhere-any-scale .section-head {
    font-size: 52px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left {
    width: 49.5%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type5 {
    height: 495px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type5 img {
    width: 119px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 {
    height: 495px;
    padding-top: 60px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type6 img {
    width: 100%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .cam-ai .type6 {
    height: 495px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .cam-ai .type6 img {
    width: 255px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type7 {
    height: 168px;
    line-height: 60px;
    padding-top: 18px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .type8 {
    line-height: 38px;
    font-size: 35px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2 {
    width: 283px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right {
    width: 49.5%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type1 {
    font-size: 52px;
    padding-left: 33px;
    line-height: 68px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type2 {
    font-size: 39px;
    padding-left: 33px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type3 {
    font-size: 39px;
    padding-left: 33px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type3 img {
    width: 181px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type4 {
    font-size: 39px;
    padding-left: 33px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .type4 img {
    width: 200px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1 {
    width: 288px;
    height: 331.5px;
  }
  main.main-wrap .any-strategy .section-container .section-right {
    width: 56%;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li {
    width: 47%;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card {
    width: 100%;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head {
    font-size: 56px;
    padding-left: 36px;
  }
  main.main-wrap .any-strategy .section-container .section-left {
    width: 44%;
  }
  main.main-wrap .any-strategy .section-container .section-left .any-strategy-bg {
    padding: 30px;
  }
  main.main-wrap .any-strategy .section-container .section-left .any-strategy-bg .any-strategy-content-title {
    font-size: 80px;
    line-height: 82px;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail {
    top: 200px;
    height: 700px;
    left: 56%;
    padding-left: 62px;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail#ots-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#byoai-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#aiy-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#scale-cnt .any-strategy-content-desc {
    padding-left: 62px;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail .any-strategy-content-title {
    font-size: 80px;
    line-height: 80px;
  }
  main.main-wrap .open-unified .section-container .open-unified-left {
    width: 620px;
    padding: 100px 30px 105px 30px;
  }
  main.main-wrap .open-unified .section-container .open-unified-right {
    width: 563px;
  }
  main.main-wrap .open-unified .section-container .section-title .lg-title {
    font-size: 75px;
  }
  main.main-wrap .save-on .section-container .save-text {
    margin: 320px 0 450px;
  }
  main.main-wrap .save-on .section-container .save-text .sec-1,
main.main-wrap .save-on .section-container .save-text .sec-2,
main.main-wrap .save-on .section-container .save-text .sec-3 {
    font-size: 75px;
    line-height: 85px;
  }
  .explore-page .main-wrap {
    padding: 0 30px 130px;
  }
  .explore-page .main-wrap .main-logo {
    padding-top: 0 !important;
  }
  .explore-page .main-wrap .main-logo img {
    margin-top: 139px;
  }
  .explore-page .main-wrap .left-content {
    width: 50%;
  }
  .explore-page .main-wrap .left-content h1 {
    font-size: 76px;
    line-height: 82px;
  }
  .explore-page .main-wrap .right-content {
    width: 50%;
  }
  .explore-page .main-wrap .right-content .form-row .form-group:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  :root {
    --marquee-width: 100vw;
    --marquee-elements-displayed: 3;
    --marquee-right-width: 100vw;
    --marquee-right-elements-displayed: 3;
  }
  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .heading {
    letter-spacing: 0;
  }
  .banner {
    height: auto;
    padding-bottom: 111px;
  }
  .banner .section-container {
    padding: 0 40px;
  }
  .banner .section-container .main-logo {
    padding-top: 60px;
  }
  .banner .section-container .main-logo img {
    width: 29.3vw;
  }
  .banner .section-container .banner-text {
    padding-top: 107px;
  }
  .banner .section-container .banner-text h1 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .banner .section-container .banner-image img {
    width: 100%;
  }
  .new-platform {
    padding-top: 58px;
  }
  .new-platform .new-platform_heading {
    font-size: 55px;
    margin-bottom: 130px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img {
    margin: 0;
    text-align: center;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img:after {
    height: 97px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .one-img {
    width: 120px;
    float: none;
    display: inline-block;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .two-img {
    width: 122px;
    float: none;
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os {
    width: 100px;
    margin-right: 20px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os {
    width: 85px;
    margin-top: 4px;
    float: none;
    display: inline-block;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img {
    margin: 0 0 14px;
    height: 90px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img:after {
    height: 146px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .one-img {
    width: 89px;
    margin: 77px 24px 0 50px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .two-img {
    width: 101px;
    margin: 0;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os {
    width: 130px;
    margin: 12px 29px 0 28px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os {
    width: 70px;
    margin: 3px 0 0;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1259px) {
  main.main-wrap section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  main.main-wrap section.camkit-capabilities {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  main.main-wrap .banner {
    height: auto;
    padding-bottom: 111px;
  }
  main.main-wrap .banner .section-container {
    padding: 0 40px;
  }
  main.main-wrap .banner .section-container .main-logo {
    padding-top: 60px;
  }
  main.main-wrap .banner .section-container .main-logo img {
    width: 29.3vw;
  }
  main.main-wrap .banner .section-container .banner-text {
    padding-top: 107px;
  }
  main.main-wrap .banner .section-container .banner-text h1 {
    font-size: 7vw;
    line-height: 7vw;
  }
  main.main-wrap .banner .section-container .banner-image img {
    width: 100%;
  }
  main.main-wrap .new-platform {
    padding-top: 58px;
  }
  main.main-wrap .new-platform .new-platform_heading {
    font-size: 55px;
    margin-bottom: 130px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac {
    text-align: center;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img {
    margin: 0;
    text-align: center;
    padding: 0 10%;
    position: relative;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img:after {
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .one-img {
    width: 49.5%;
    float: left;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .one-img img {
    width: 150px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .two-img {
    width: 49.5%;
    position: initial;
    float: left;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-img .two-img img {
    width: 150px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text {
    padding: 0 10%;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os {
    width: 49.5%;
    float: left;
    display: inline-block;
    margin: 12px 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os img {
    width: 113px;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os {
    width: 49.5%;
    margin-top: 6px;
    float: left;
    display: inline-block;
  }
  main.main-wrap .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os img {
    width: 90px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img {
    margin: 0 0 24px;
    height: auto;
    text-align: center;
    padding: 0 10%;
    position: relative;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img:after {
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .one-img {
    width: 49.5%;
    margin: 58px 0 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .one-img img {
    width: 90px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .two-img {
    width: 49.5%;
    margin: 0;
    display: inline-block;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-img .two-img img {
    width: 90px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-os-text {
    padding: 0 10%;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os {
    width: 49.5%;
    margin: 11px 0 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os img {
    width: 105px;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os {
    width: 49.5%;
    margin: 5px 0 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os img {
    width: 56px;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam {
    padding: 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-img {
    padding-left: 10%;
    text-align: center;
    margin: -60px 0 33px;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-img .one-img {
    width: 100%;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-img .one-img img {
    width: 175px;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo {
    width: 100%;
    margin: 0;
  }
  main.main-wrap .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo img {
    width: 146px;
  }
  main.main-wrap .camkit-connect .camkit-in-section {
    font-size: 31px !important;
  }
  main.main-wrap .camkit-connect .camkit-in-section li {
    margin-bottom: 7px;
  }
  main.main-wrap .camkit-connect .camkit-in-section li img.computer-win {
    width: 140px;
  }
  main.main-wrap .camkit-connect .camkit-in-section li img.computer-mac {
    width: 120px;
  }
  main.main-wrap .camkit-connect .camkit-in-section li img.computer-andr {
    width: 170px;
  }
  main.main-wrap .camkit-connect .camkit-in-section li img.camkit-ios {
    width: 90px;
  }
  main.main-wrap .camkit-connect .camkit-in-section li img.apple-home {
    width: 120px;
  }
  main.main-wrap .camkit-connect .camkit-bottom b {
    font-size: 75px;
  }
  main.main-wrap .camkit-connect .camkit-bottom span {
    font-size: 43px;
  }
  main.main-wrap .camkit-connect .camkit-bottom .camkit-quote {
    top: -33px;
    width: 12px;
  }
  main.main-wrap .camkit-connect .camkit-bottom .camkit-icon {
    width: 65px;
    margin-left: 37px;
  }
  main.main-wrap .world-intelligence .build-for .build-for-in-section {
    font-size: 62px;
    line-height: 70px;
    letter-spacing: -2px;
    padding: 85px 43px 80px;
  }
  main.main-wrap .world-intelligence .section-head {
    padding: 62px 0 62px;
    margin-bottom: 50px;
  }
  main.main-wrap .world-intelligence .section-head h2 {
    font-size: 95px;
  }
  main.main-wrap .world-intelligence .card {
    width: 48%;
    padding-left: 35px;
    padding-right: 40px;
  }
  main.main-wrap .world-intelligence .card h3 {
    font-size: 6vw;
    line-height: 6.1vw;
  }
  main.main-wrap .world-intelligence .card .card-img {
    width: 82%;
    right: 0;
    left: 8%;
  }
  main.main-wrap .world-intelligence .card .card-description {
    padding-right: 27px;
  }
  main.main-wrap .real-world-is .real-world-heading {
    font-size: 54px;
  }
  main.main-wrap .real-world-is .real-world-bg {
    display: flex;
    align-items: stretch;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list {
    padding-left: 30px;
    padding-right: 20px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list .real-world-section-head {
    font-size: 17px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-list ul li {
    font-size: 29px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content {
    margin-left: 20px;
    display: flex;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in {
    padding-top: 158px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-head {
    font-size: 35px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc {
    font-size: 21px;
  }
  main.main-wrap .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li {
    font-size: 21px;
  }
  main.main-wrap .we-are .section-container .section-head h2 {
    font-size: 72px;
    line-height: 90px;
  }
  main.main-wrap .we-are .section-container .card {
    width: 49%;
    font-size: 42px;
    padding: 51px 40px 379px;
    line-height: 53px;
    height: 800px;
  }
  main.main-wrap .we-are .section-container .card.to-automate {
    line-height: 50px;
  }
  main.main-wrap .we-are .section-container .card:nth-child(even) {
    font-size: 44px;
  }
  main.main-wrap .unified-platform .cards-wrap > ul {
    width: 100%;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li {
    padding-right: 17px;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:nth-child(3) {
    padding-right: 0;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li:last-child {
    width: 100%;
  }
  main.main-wrap .unified-platform .cards-wrap > ul > li ul {
    text-align: left;
  }
  main.main-wrap .card-lg.cam-vms .card-left h1 {
    font-size: 28px;
    line-height: 36px;
  }
  main.main-wrap .card-lg.cam-vms .floating-img {
    bottom: -140px;
  }
  main.main-wrap .card-lg.cam-mc .card-left {
    height: auto;
    padding-bottom: 150px;
  }
  main.main-wrap .card-lg.cam-mc .card-left h1 {
    font-size: 28px;
    line-height: 36px;
  }
  main.main-wrap .card-lg.cam-mc .card-right .content-wrap p:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 98px;
  }
  main.main-wrap .card-lg.cam-os .card-left h1 {
    font-size: 30px;
    line-height: 42px;
  }
  main.main-wrap .card-lg .section-head .logo img {
    width: 60px;
  }
  main.main-wrap .card-lg .section-head .logo h1 {
    line-height: 65px;
    font-size: 31px;
  }
  main.main-wrap .card-lg .section-head .text {
    font-size: 36px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
  main.main-wrap .card-lg .section-head .text .open-quote {
    font-size: 13px;
    top: -23px;
  }
  main.main-wrap .card-lg .section-head .text .close-quote {
    font-size: 13px;
    top: -23px;
  }
  main.main-wrap .card-lg .card-left {
    width: 35%;
    padding-left: 25px;
    padding-top: 30px;
    padding-right: 25px;
  }
  main.main-wrap .card-lg .card-left .cam-ai-list li {
    font-size: 29px;
    line-height: 40px;
  }
  main.main-wrap .card-lg .card-left .icon {
    width: 140px;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap {
    line-height: 48px;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap h1 {
    font-size: 42px;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap span {
    font-size: 24px;
  }
  main.main-wrap .card-lg .card-left .kpi-wrap .left-kpi {
    padding-left: 0;
    width: 50%;
  }
  main.main-wrap .card-lg .card-right {
    width: 63%;
  }
  main.main-wrap .card-lg .card-right .content-wrap {
    padding: 0 35px;
  }
  main.main-wrap .card-lg .card-right .content-wrap p {
    font-size: 23px;
    line-height: 30px;
  }
  main.main-wrap .card-lg .card-right .content-wrap p b {
    font-size: 23px;
  }
  main.main-wrap .card-lg .card-right .content-wrap p:first-child {
    margin: 45px 0 40px;
  }
  main.main-wrap .card-lg .card-right .content-wrap p:nth-child(2) {
    margin-bottom: 114px;
  }
  main.main-wrap .card-lg .card-right .content-wrap p br {
    display: none;
  }
  main.main-wrap .card-lg .card-right .content-wrap p .highlight {
    font-size: 23px;
  }
  main.main-wrap .card-lg .card-right .content-wrap .floating-img {
    right: -15px;
  }
  main.main-wrap .card-lg .card-right .content-wrap .floating-img img {
    width: 290px;
    height: auto;
  }
  main.main-wrap .learn-what-camkit .section-container .section-head {
    font-size: 48px;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li {
    width: 25%;
    margin-right: 0;
    text-align: center;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(2), main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-last-child(3) {
    display: none;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card {
    float: none;
    display: inline-block;
    text-align: left;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count {
    text-align: left;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .xlg {
    display: none;
  }
  main.main-wrap .learn-what-camkit .section-container .learn-what-camkit-card-bg li .lg {
    display: inline-block;
  }
  main.main-wrap .anywhere-any-scale .section-head {
    font-size: 52px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right {
    width: 50%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1 {
    width: 48%;
    margin: 0 8px 8px 0px;
    padding: 40px 20px 20px 20px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type1 {
    font-size: 38px;
    height: 251.5px;
    line-height: 48px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 {
    font-size: 31px;
    height: 251.5px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 span {
    margin-bottom: 42px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 img {
    width: 66px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 {
    font-size: 31px;
    height: 251.5px;
    padding-right: 30px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 span {
    margin-bottom: 37px;
    line-height: 35px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 img {
    width: 150px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 {
    font-size: 31px;
    height: 251.5px;
    padding-right: 30px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 span {
    margin-bottom: 18px;
    line-height: 35px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 img {
    width: 150px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left {
    width: 50%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2 {
    width: 48%;
    margin: 0 8px 8px 0px;
    padding: 40px 20px 20px 20px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type5 {
    font-size: 31px;
    height: 355px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type5 img {
    width: 100px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 {
    font-size: 31px;
    height: 355px;
    padding: 39px 0 0;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 span {
    width: 100%;
    margin-bottom: 61px;
    line-height: 32px;
    padding: 0 20px 0 20px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 img {
    width: 80%;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type7 {
    height: 148px;
    line-height: 48px;
    font-size: 42px;
    padding-top: 27px;
  }
  main.main-wrap .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type8 {
    height: 188px;
    line-height: 32px;
    font-size: 31px;
    padding-top: 27px;
  }
  main.main-wrap .any-strategy .section-container .section-right {
    width: 56%;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li {
    width: 47%;
    margin-right: 15px;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card {
    width: 100%;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head {
    font-size: 36px;
    padding: 29px 20px 61px 26px;
    line-height: 43px;
    height: 205px;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-head span {
    font-size: 32px;
    line-height: 32px;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon {
    padding-left: 22px;
    padding-top: 21px;
    height: 79px;
  }
  main.main-wrap .any-strategy .section-container .section-right .any-strategy-card-list > li .any-strategy-card .any-strategy-card-icon ul li img {
    width: 32px;
  }
  main.main-wrap .any-strategy .section-container .section-left {
    width: 44%;
  }
  main.main-wrap .any-strategy .section-container .section-left .any-strategy-bg {
    height: 591px;
    padding: 30px;
  }
  main.main-wrap .any-strategy .section-container .section-left .any-strategy-bg .any-strategy-content-title {
    font-size: 80px;
    line-height: 82px;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail {
    top: 200px;
    height: 700px;
    left: 56%;
    padding-left: 32px;
    width: auto;
    right: 0;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail#ots-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#byoai-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#aiy-cnt .any-strategy-content-desc, main.main-wrap .any-strategy .section-container .section-content .card-detail#scale-cnt .any-strategy-content-desc {
    padding-left: 32px;
  }
  main.main-wrap .any-strategy .section-container .section-content .card-detail .any-strategy-content-title {
    font-size: 60px;
    line-height: 60px;
  }
  main.main-wrap .open-unified .section-container .section-title .lg-title {
    font-size: 65px;
    margin-bottom: 80px;
  }
  main.main-wrap .open-unified .section-container .section-title .lg-title span {
    margin: 0 5px;
  }
  main.main-wrap .open-unified .section-container .open-unified-right {
    width: 45%;
    padding-right: 20px;
  }
  main.main-wrap .open-unified .section-container .open-unified-right .open-unifield-box {
    padding: 46px 20px 55px 35px;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  main.main-wrap .open-unified .section-container .open-unified-right .turn-connected {
    padding: 53px 20px 54px 30px;
    font-size: 50px;
    line-height: 55px;
  }
  main.main-wrap .open-unified .section-container .open-unified-left {
    width: 55%;
    padding: 47px 0 23px 35px;
  }
  main.main-wrap .open-unified .section-container .open-unified-left .open-unified-left-image1 {
    width: 250px;
    margin-right: 36px;
  }
  main.main-wrap .open-unified .section-container .open-unified-left .open-unified-left-image2 {
    width: 118px;
  }
  main.main-wrap .save-on .section-container .save-text .sec-1,
main.main-wrap .save-on .section-container .save-text .sec-2,
main.main-wrap .save-on .section-container .save-text .sec-3 {
    font-size: 60px;
    line-height: 70px;
  }
  main.main-wrap .save-on .section-container .talk-to-us-bg .talk-to-us {
    width: 200px;
    height: 54px;
    font-size: 20px;
    line-height: 57px;
  }
  .explore-page main.main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .explore-page main.main-wrap .left-content {
    width: 100%;
  }
  .explore-page main.main-wrap .left-content .left-banner {
    position: initial;
    margin: 70px 0 0 -200px;
    text-align: center;
  }
  .explore-page main.main-wrap .right-content {
    width: 100%;
  }
  .explore-page main.main-wrap .right-content .form-row .form-group {
    width: 50%;
  }
  .explore-page main.main-wrap .right-content .form-row .form-group:nth-child(2) {
    margin-right: 0;
  }
  .explore-page main.main-wrap .right-content .form-row.comments .form-group {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  :root {
    --marquee-width: 100vw;
    --marquee-elements-displayed: 3;
    --marquee-right-width: 100vw;
    --marquee-right-elements-displayed: 3;
  }
  section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .heading {
    letter-spacing: 0;
  }
  .banner {
    height: inherit;
  }
  .banner .section-container .banner-text {
    float: inherit;
    width: 100%;
    padding-top: 0;
  }
  .banner .section-container .banner-text h1 {
    margin: 0;
    padding: 22px 0 0 0;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    letter-spacing: -1px;
  }
  .banner .section-container .main-logo {
    text-align: center;
    padding-top: 38px;
  }
  .banner .section-container .main-logo img {
    width: 300px;
  }
  .banner .section-container .banner-image {
    float: inherit;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .banner .section-container .banner-image img {
    width: 80%;
  }
  .banner .section-container .burgerbutton {
    top: 0px;
    right: -25px;
    left: -25px;
  }
  .banner .section-container .burgerbutton .burger-icon {
    position: absolute;
    z-index: 10;
    top: 58px;
    right: 27px;
  }
  .banner .section-container .burgerbutton span:nth-child(2) {
    top: 9px;
  }
  .banner .section-container .burgerbutton.active span:nth-child(1) {
    top: 9.5px;
  }
  .banner .section-container .burgerbutton.active .burger-icon {
    width: 26px;
    top: 57px;
  }
  .banner .section-container .burgerbutton.active .menu-items {
    min-height: 550px;
  }
  .banner .section-container .burgerbutton .burger-icon {
    height: 20px;
  }
  .banner .section-container .burgerbutton .menu-items {
    width: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 153px 25px 24px;
    background: #fff;
  }
  .unified-platform .filter-nav {
    margin-bottom: 12px;
  }
  .unified-platform .cards-wrap > ul {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .banner .section-container {
    padding: 0;
  }
  .banner .section-container .main-logo {
    text-align: left;
  }
  .banner .section-container .main-logo img {
    width: 180px;
  }
  .banner .section-container .book-demo-btn {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
  .banner .section-container .banner-text {
    float: left !important;
    width: 50% !important;
  }
  .banner .section-container .banner-text .heading {
    text-align: left;
    padding-top: 90px;
  }
  .banner .section-container .banner-image {
    float: left;
    width: 50%;
    margin-top: 55px;
  }
  .new-platform .section-content {
    display: flex;
    margin-right: 0;
    margin-bottom: 0;
  }
  .new-platform .section-content .new-platform_windows-mac {
    width: 33.3%;
    position: relative;
    padding-right: 15px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img {
    display: flex;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .one-img {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .one-img img {
    width: 100px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .two-img {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .two-img img {
    width: 110px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img:after {
    right: 0px;
    position: absolute;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text {
    display: flex;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os {
    width: 50%;
    margin: 0;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os img {
    width: 100px;
    padding-top: 10px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os {
    width: 50%;
    margin-top: 4px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os img {
    width: 85px;
  }
  .new-platform .section-content .new-platform_andr-ios {
    width: 33.3%;
    position: relative;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img {
    display: flex;
    height: 88px;
    margin: 0;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .one-img {
    width: 50%;
    margin: 0;
    padding-top: 10px;
    text-align: center;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .one-img img {
    width: 85px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .two-img {
    width: 50%;
    text-align: center;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img .two-img img {
    width: 80px;
    margin-top: -25px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-img:after {
    position: absolute;
    height: inherit;
    right: 0;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text {
    display: flex;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os {
    width: 50%;
    margin: 0;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os img {
    width: 95px;
    padding-top: 12px;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os {
    width: 50%;
    margin: 0;
  }
  .new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os img {
    width: 55px;
    margin-top: 6px;
  }
  .new-platform .section-content .new-platform_cam {
    width: 33.3%;
    padding: 0 !important;
  }
  .new-platform .section-content .new-platform_cam .section-img {
    margin: 0;
  }
  .new-platform .section-content .new-platform_cam .section-img .one-img {
    width: 100%;
    text-align: center;
    margin-top: -20px;
  }
  .new-platform .section-content .new-platform_cam .section-img .one-img img {
    width: 90px;
  }
  .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 22px;
  }
  .new-platform .section-content .new-platform_cam .section-os-text .camkit-logo img {
    width: 120px;
  }
  .camkit-connect {
    padding-bottom: 200px;
  }
  .camkit-connect .camkit-bottom b {
    font-size: 60px;
  }
  .camkit-connect .camkit-bottom .camkit-icon {
    width: 45px;
  }
  .camkit-connect .camkit-bottom span {
    font-size: 36px;
  }
  .camkit-connect .camkit-in-section {
    font-size: 27px;
    padding: 0;
    line-height: 60px;
  }
  .camkit-connect .camkit-in-section li img.computer-win {
    height: 20px;
  }
  .camkit-connect .camkit-in-section li img.computer-mac {
    height: 25px;
  }
  .camkit-connect .camkit-in-section li img.computer-andr {
    height: 20px;
  }
  .camkit-connect .camkit-in-section li img.camkit-ios {
    height: 20px;
    top: 2px;
  }
  .camkit-connect .camkit-in-section li img.apple-home {
    height: 24px;
    width: inherit;
  }
  .world-intelligence .section-container {
    max-width: 100% !important;
  }
  .world-intelligence .card {
    width: 40%;
    height: 500px;
    padding: 30px;
  }
  .world-intelligence .card .card-img {
    width: 90% !important;
    left: 15px !important;
    bottom: 10px !important;
  }
  .world-intelligence .card h3 {
    font-size: 42px !important;
    line-height: 50px;
    font-weight: 600;
  }
  .world-intelligence .card.right, .world-intelligence .card.world-automate-trans, .world-intelligence .card.program-your-world-trans {
    width: 60%;
  }
  .world-intelligence .card.right h3, .world-intelligence .card.world-automate-trans h3, .world-intelligence .card.program-your-world-trans h3 {
    font-size: 40px;
  }
  .world-intelligence .card.right h3 .search-engine-text, .world-intelligence .card.world-automate-trans h3 .search-engine-text, .world-intelligence .card.program-your-world-trans h3 .search-engine-text {
    height: 75px;
  }
  .world-intelligence .card.right h3 br, .world-intelligence .card.world-automate-trans h3 br, .world-intelligence .card.program-your-world-trans h3 br {
    display: none;
  }
  .world-intelligence .card.right h3 .automate-your-world br, .world-intelligence .card.world-automate-trans h3 .automate-your-world br, .world-intelligence .card.program-your-world-trans h3 .automate-your-world br {
    display: block;
  }
  .world-intelligence .card.world-automate-trans br {
    display: block !important;
  }
  .world-intelligence .build-for .build-for-in-section {
    font-size: 60px;
    line-height: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .world-intelligence .section-head {
    padding: 30px 50px;
  }
  .world-intelligence .section-head h2 {
    font-size: 75px;
    padding: 0 60px;
  }
  .real-world-is .real-world-list {
    padding: 20px !important;
  }
  .real-world-is .real-world-list .real-world-section-head {
    font-size: 18px !important;
    margin-bottom: 265px !important;
  }
  .real-world-is .real-world-list ul li {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .real-world-is .real-world-content .real-world-content-in {
    padding: 20px !important;
  }
  .real-world-is .real-world-content .real-world-content-in .real-world-content-desc {
    font-size: 30px;
  }
  .real-world-is .real-world-content .real-world-content-in .real-world-content-list li {
    font-size: 30px;
  }
  .we-are .section-container:nth-child(2) {
    display: flex;
  }
  .we-are .section-container .section-head h2 {
    font-size: 45px;
    line-height: 72px;
  }
  .we-are .section-container .card {
    width: 48%;
    padding: 30px;
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .we-are .section-container .card.to-automate {
    padding-top: 15px !important;
  }
  .we-are .section-container .card:first-child {
    margin-right: 20px;
  }
  .camkit-capabilities .section-slide-content {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
  }
  .unified-platform .cards-wrap > ul {
    width: 100%;
  }
  .unified-platform .cards-wrap > ul > li {
    padding-right: 20px;
    width: 33.3%;
  }
  .unified-platform .cards-wrap > ul > li:last-child {
    float: left;
    width: 100%;
  }
  .unified-platform .cards-wrap > ul > li:last-child .addon-cards-bg {
    width: 100%;
    overflow-x: auto;
  }
  .unified-platform .cards-wrap > ul > li:last-child .addon-cards-bg .addon-cards {
    width: 100%;
  }
  .unified-platform .cards-wrap > ul > li:last-child ul > li {
    float: left;
    width: 33.3%;
  }
  .unified-platform .cards-wrap > ul > li:nth-child(4) {
    padding-right: 20px;
  }
  .unified-platform .cards-wrap > ul .card-container .card {
    width: 100% !important;
  }
  .unified-platform .cards-wrap > ul .card-container .card .card-txt {
    float: left;
  }
  .unified-platform .cards-wrap > ul .card-container .card .card-txt h1 {
    font-size: 30px;
  }
  .unified-platform .cards-wrap .card-container .card {
    width: 100%;
  }
  .card-lg .section-head .logo {
    width: 250px;
  }
  .card-lg .section-head .logo img {
    width: 60px;
  }
  .card-lg .section-head .logo h1 {
    line-height: 60px;
    font-size: 24px;
    padding-left: 15px;
  }
  .card-lg .section-head .text {
    font-size: 26px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .card-lg .section-head .text .open-quote {
    top: -20px;
  }
  .card-lg .section-head .text .blue-quote {
    top: -20px;
  }
  .card-lg .card-left {
    width: 33%;
    padding: 20px !important;
  }
  .card-lg .card-left .cam-ai-list li {
    font-size: 27px !important;
    line-height: 33px !important;
  }
  .card-lg .card-left .icon {
    width: 75%;
  }
  .card-lg .card-left .kpi-wrap {
    padding-top: 50px;
  }
  .card-lg .card-left .kpi-wrap .left-kpi {
    padding-left: 0;
    width: 100%;
    line-height: 55px;
    padding-bottom: 20px;
  }
  .card-lg .card-left .kpi-wrap h1 {
    font-size: 50px;
  }
  .card-lg .card-right {
    width: 65%;
  }
  .card-lg .card-right .content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-lg .card-right .content-wrap p {
    font-size: 20px !important;
  }
  .card-lg .card-right .content-wrap p b {
    font-size: 20px !important;
  }
  .card-lg .card-right .content-wrap p br {
    display: none;
  }
  .card-lg .card-right .content-wrap p .highlight {
    font-size: 20px !important;
  }
  .card-lg .card-right .tag-section .for {
    padding-right: 15px;
    margin-right: 15px;
  }
  .card-lg.cam-ai .card-right .content-wrap p:first-child {
    margin: 25px 0 25px;
  }
  .card-lg.cam-ai .card-right .content-wrap p:nth-child(2) {
    margin-bottom: 50px;
  }
  .card-lg.cam-ai .card-right .content-wrap .floating-img {
    right: -5px;
    bottom: -55px;
  }
  .card-lg.cam-ai .card-right .content-wrap .floating-img img {
    height: 150px;
  }
  .card-lg.cam-hub .card-right .floating-img {
    right: -5px;
    bottom: -75px;
  }
  .card-lg.cam-hub .card-right .floating-img img {
    height: 150px;
  }
  .card-lg.cam-vms .text .open-quote,
.card-lg.cam-vms .text .close-quote {
    top: -18px !important;
  }
  .card-lg.cam-vms .card-left {
    width: 33.3%;
    height: 500px;
  }
  .card-lg.cam-vms .card-left h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .card-lg.cam-vms .card-right {
    width: 65%;
    height: 500px;
  }
  .card-lg.cam-vms .card-right .content-wrap {
    bottom: 55px;
  }
  .card-lg.cam-vms .card-right .content-wrap p {
    padding-bottom: 50px;
  }
  .card-lg.cam-vms .card-right .floating-img {
    right: -5px;
    bottom: -90px;
  }
  .card-lg.cam-vms .card-right .floating-img img {
    height: 150px;
  }
  .card-lg.cam-mc .text .open-quote,
.card-lg.cam-mc .text .close-quote {
    top: -18px !important;
  }
  .card-lg.cam-mc .card-left {
    height: 525px;
  }
  .card-lg.cam-mc .card-left h1 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .card-lg.cam-mc .card-right {
    height: 525px;
  }
  .card-lg.cam-mc .card-right .content-wrap p {
    font-size: 18px !important;
    padding-bottom: 20px;
  }
  .card-lg.cam-mc .card-right .content-wrap p:first-child {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .card-lg.cam-mc .card-right .content-wrap p.highlight {
    font-size: 18px;
  }
  .card-lg.cam-mc .card-right .content-wrap .floating-img {
    right: -12px;
    bottom: -38px;
  }
  .card-lg.cam-mc .card-right .content-wrap .floating-img img {
    height: 115px;
  }
  .explore-page main.main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .explore-page main.main-wrap .left-content {
    width: 100%;
  }
  .explore-page main.main-wrap .left-content .left-banner {
    position: initial;
    margin: 70px 0 0 -200px;
    text-align: center;
  }
  .explore-page main.main-wrap .right-content {
    width: 100%;
  }
  .explore-page main.main-wrap .right-content .form-row .form-group {
    width: 50%;
  }
  .explore-page main.main-wrap .right-content .form-row .form-group:nth-child(2) {
    margin-right: 0;
  }
  .explore-page main.main-wrap .right-content .form-row.comments .form-group {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 577px) and (max-width: 699px) {
  .explore-page .main-wrap {
    max-width: 100%;
    height: inherit;
    padding-bottom: 0;
  }
  .explore-page .main-wrap .main-logo img {
    margin-top: 55px;
    width: 160px;
    margin-left: 25px;
  }
  .explore-page .main-wrap .left-content {
    width: 100%;
    padding-left: 25px;
    padding-top: 65px;
  }
  .explore-page .main-wrap .left-content h1 {
    font-size: 54px;
    padding-bottom: 40px;
    padding-right: 20px;
    line-height: 60px;
  }
  .explore-page .main-wrap .left-content p {
    font-size: 22px;
    line-height: 32px;
    padding-right: 60px;
    margin-bottom: 110px;
  }
  .explore-page .main-wrap .left-content p br {
    display: none;
  }
  .explore-page .main-wrap .left-content .left-banner {
    position: relative;
    top: 0;
    left: -245px;
  }
  .explore-page .main-wrap .left-content .left-banner img {
    width: 565px;
  }
  .explore-page .main-wrap .right-content {
    width: 100%;
    padding: 150px 25px 240px 25px;
  }
  .explore-page .main-wrap .right-content h2 {
    padding-bottom: 30px;
  }
  .explore-page .main-wrap .right-content .form-row {
    display: block;
  }
  .explore-page .main-wrap .right-content .form-row .form-group {
    width: 100%;
  }
  .explore-page .main-wrap .right-content .custom-checkbox {
    width: 100%;
    float: left;
  }
  .explore-page .main-wrap .right-content .custom-checkbox span {
    float: left;
    line-height: 20px;
  }
  .explore-page .main-wrap .right-content .custom-checkbox .checkmark {
    margin: 0;
  }
  .explore-page .main-wrap .thanks-content {
    text-align: left;
    padding: 70px 25px 0;
  }
  .explore-page .main-wrap .thanks-content p {
    font-weight: 100;
    font-size: 22px;
  }
  .explore-page .main-wrap .thanks-content .cnt-img {
    width: 350px;
    overflow-x: hidden;
    padding: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .explore-page .main-wrap .thanks-content .add-btn.continue {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
  }
}
@media (max-width: 576px) {
  :root {
    --marquee-width: 100vw;
    --marquee-elements-displayed: 1.6;
    --marquee-right-width: 100vw;
    --marquee-right-elements-displayed: 1.6;
  }
  .xs-clear {
    clear: both;
  }
  .xs-clear::before, .xs-clear::after {
    content: "";
    display: block;
    clear: both;
  }
  .banner {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 54px;
    height: 812px;
  }
  .banner .section-container {
    padding: 0;
    height: 100%;
  }
  .banner .section-container .burgerbutton {
    top: -12px !important;
  }
  .banner .main-logo {
    text-align: left !important;
    padding-top: 25px !important;
  }
  .banner .main-logo img {
    width: 159px !important;
    position: relative;
    z-index: 11;
  }
  .banner .book-demo-btn {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 12px;
    font-weight: 100;
  }
  .banner .banner-text h1 {
    font-size: 66px !important;
    text-align: left !important;
    letter-spacing: -2px !important;
    padding-top: 110px !important;
    line-height: 72px !important;
  }
  .banner .banner-image {
    margin-top: -15px;
  }
  .banner .banner-image img {
    width: 105% !important;
    margin-left: -2%;
  }
  .new-platform {
    padding-top: 93px;
    padding-bottom: 127px;
  }
  .new-platform .new-platform_heading {
    font-size: 48px;
    letter-spacing: -2px;
    margin-bottom: 100px;
    text-align: left;
    line-height: 52px;
    margin-bottom: 90px;
  }
  .new-platform .new-platform_heading span {
    display: block;
    margin-right: -10px;
  }
  .new-platform .section-content {
    margin-bottom: 0;
  }
  .new-platform .section-content .new-platform_windows-mac .one-img {
    width: 167px !important;
    height: 164px !important;
    top: 8px !important;
    position: relative;
  }
  .new-platform .section-content .new-platform_windows-mac .two-img {
    width: 162px !important;
    height: 135px !important;
    top: -25px !important;
  }
  .new-platform .section-content .new-platform_windows-mac,
.new-platform .section-content .new-platform_andr-ios,
.new-platform .section-content .new-platform_cam {
    width: 100%;
    margin-bottom: 75px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img,
.new-platform .section-content .new-platform_andr-ios .section-img,
.new-platform .section-content .new-platform_cam .section-img {
    text-align: center;
    margin: 0;
    height: 175px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img:after,
.new-platform .section-content .new-platform_andr-ios .section-img:after,
.new-platform .section-content .new-platform_cam .section-img:after {
    display: none;
  }
  .new-platform .section-content .new-platform_windows-mac .section-img .one-img,
.new-platform .section-content .new-platform_windows-mac .section-img .two-img,
.new-platform .section-content .new-platform_andr-ios .section-img .one-img,
.new-platform .section-content .new-platform_andr-ios .section-img .two-img,
.new-platform .section-content .new-platform_cam .section-img .one-img,
.new-platform .section-content .new-platform_cam .section-img .two-img {
    width: 50%;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text,
.new-platform .section-content .new-platform_andr-ios .section-os-text,
.new-platform .section-content .new-platform_cam .section-os-text {
    margin-top: 14px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .win-os,
.new-platform .section-content .new-platform_cam .section-os-text .win-os {
    width: 137px;
    margin-left: -5px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .max-os,
.new-platform .section-content .new-platform_cam .section-os-text .max-os {
    width: 118px !important;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os,
.new-platform .section-content .new-platform_windows-mac .section-os-text .andr-os,
.new-platform .section-content .new-platform_windows-mac .section-os-text .ios-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .max-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os,
.new-platform .section-content .new-platform_cam .section-os-text .max-os,
.new-platform .section-content .new-platform_cam .section-os-text .andr-os,
.new-platform .section-content .new-platform_cam .section-os-text .ios-os {
    margin: 0;
    width: 48%;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os img,
.new-platform .section-content .new-platform_windows-mac .section-os-text .andr-os img,
.new-platform .section-content .new-platform_windows-mac .section-os-text .ios-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .max-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os img,
.new-platform .section-content .new-platform_cam .section-os-text .max-os img,
.new-platform .section-content .new-platform_cam .section-os-text .andr-os img,
.new-platform .section-content .new-platform_cam .section-os-text .ios-os img {
    width: 140px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .win-os,
.new-platform .section-content .new-platform_andr-ios .section-os-text .win-os,
.new-platform .section-content .new-platform_cam .section-os-text .win-os {
    text-align: left;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .max-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .max-os img,
.new-platform .section-content .new-platform_cam .section-os-text .max-os img {
    width: 118px;
    margin-top: -7px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .andr-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .andr-os img,
.new-platform .section-content .new-platform_cam .section-os-text .andr-os img {
    width: 150px;
  }
  .new-platform .section-content .new-platform_windows-mac .section-os-text .ios-os img,
.new-platform .section-content .new-platform_andr-ios .section-os-text .ios-os img,
.new-platform .section-content .new-platform_cam .section-os-text .ios-os img {
    width: 83px;
    margin-top: -10px;
  }
  .new-platform .new-platform_andr-ios {
    margin-top: 6px;
  }
  .new-platform .new-platform_andr-ios .section-img .one-img {
    width: 96.75px !important;
    margin: 0 7px 0 0 !important;
    float: none !important;
    display: inline-block;
  }
  .new-platform .new-platform_andr-ios .section-img .one-img img {
    width: 100% !important;
  }
  .new-platform .new-platform_andr-ios .section-img .two-img {
    width: 105.75px !important;
    margin: 0 0 0 7px !important;
    float: none !important;
    display: inline-block;
  }
  .new-platform .new-platform_andr-ios .section-img .two-img img {
    margin-top: 15px !important;
  }
  .new-platform .new-platform_andr-ios .section-os-text {
    margin-top: 7px !important;
  }
  .new-platform .new-platform_andr-ios .section-os-text .andr-os {
    width: 150px !important;
    margin: 0 15px 0 0 !important;
    float: none !important;
    display: inline-block;
  }
  .new-platform .new-platform_andr-ios .section-os-text .andr-os img {
    width: 100% !important;
  }
  .new-platform .new-platform_andr-ios .section-os-text .ios-os {
    width: 82.5px !important;
    float: none !important;
    margin: 0 0 0 15px !important;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .new-platform .new-platform_andr-ios .section-os-text .ios-os img {
    width: 100% !important;
  }
  .new-platform .new-platform_cam {
    padding-left: 0 !important;
    margin-top: 28px;
  }
  .new-platform .new-platform_cam .section-img {
    height: auto !important;
  }
  .new-platform .new-platform_cam .section-img .one-img {
    width: 216.52px !important;
    text-align: center;
    float: none !important;
    margin: 0 !important;
    display: inline-block;
  }
  .new-platform .new-platform_cam .section-img .one-img img {
    height: 208px !important;
  }
  .new-platform .new-platform_cam .section-os-text {
    margin-top: 20px !important;
  }
  .new-platform .new-platform_cam .section-os-text .camkit-logo {
    width: 243px !important;
    text-align: center;
    margin: 0 !important;
    padding-top: 10px;
    float: none !important;
    display: inline-block;
  }
  .new-platform .new-platform_cam .section-os-text .camkit-logo img {
    height: 48px;
  }
  .camkit-connect {
    padding-top: 92px;
    padding-bottom: 100px;
    background-color: #f5f5f7;
  }
  .camkit-connect .camkit-in-section {
    padding: 0 0 0 1px;
  }
  .camkit-connect .camkit-in-section li {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 49px;
  }
  .camkit-connect .camkit-in-section li:last-child {
    margin-bottom: 47px;
  }
  .camkit-connect .camkit-in-section li i {
    width: 100%;
  }
  .camkit-connect .camkit-in-section li i span,
.camkit-connect .camkit-in-section li i b {
    float: left;
  }
  .camkit-connect .camkit-in-section li span {
    font-size: 32.4px;
    margin-bottom: 8px;
    float: left;
  }
  .camkit-connect .camkit-in-section li .ios-tab-txt {
    text-align: left;
  }
  .camkit-connect .camkit-in-section li .ios-tab-txt span {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .camkit-connect .camkit-in-section li .ios-tab-txt i {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 8px;
  }
  .camkit-connect .camkit-in-section li .ios-tab-txt b {
    float: left;
  }
  .camkit-connect .camkit-in-section li .win-wrap {
    width: 24px;
    overflow: hidden;
    margin-right: 36px;
    margin-left: 24px;
    position: relative;
    top: 1px;
  }
  .camkit-connect .camkit-in-section li .win-wrap .computer-win {
    height: 24px;
    margin: 0;
  }
  .camkit-connect .camkit-in-section li .is-for {
    clear: left;
  }
  .camkit-connect .camkit-in-section li .mac-wrap img.computer-mac {
    width: 95.85px;
    margin-top: -5px;
  }
  .camkit-connect .camkit-in-section li .ios-wrap {
    margin-top: -5px;
  }
  .camkit-connect .camkit-in-section li .ios-wrap img.camkit-ios {
    margin-top: -8px;
    width: 72.24px;
  }
  .camkit-connect .camkit-in-section li .andr-wrap {
    margin-left: 24px;
    margin-right: 24px;
  }
  .camkit-connect .camkit-in-section li .andr-wrap .computer-andr {
    display: none;
  }
  .camkit-connect .camkit-in-section li .andr-wrap .computer-andr-mob {
    display: inline-block;
    margin: 0;
    width: 35.8px;
  }
  .camkit-connect .camkit-in-section li b {
    font-size: 32.4px;
  }
  .camkit-connect .camkit-in-section li b.computer-txt {
    padding-left: 9px;
  }
  .camkit-connect .camkit-in-section li b.tablet {
    margin-left: 0;
  }
  .camkit-connect .camkit-in-section li b.iot-devices {
    margin-left: 10px;
  }
  .camkit-connect .camkit-in-section li .home-wrap img.apple-home {
    width: inherit;
    height: 31px !important;
    margin-top: -7px;
    margin-left: 24px;
  }
  .camkit-connect .camkit-bottom {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .camkit-connect .camkit-bottom b {
    font-size: 50.35px;
    letter-spacing: -2px;
  }
  .camkit-connect .camkit-bottom b .camkit-quote {
    top: -22px;
    height: 15px;
  }
  .camkit-connect .camkit-bottom b.were {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
  }
  .camkit-connect .camkit-bottom .camkit-icon {
    height: 52.8px;
    margin-top: 1px;
    margin-left: -4px;
    margin-right: 0;
  }
  .camkit-connect .camkit-bottom span {
    font-size: 24px;
    color: rgba(72, 72, 72, 0.75);
    font-weight: 600;
    margin-top: 11px;
    margin-left: 6px;
  }
  .world-intelligence {
    padding-top: 164px;
  }
  .world-intelligence .section-container .build-for {
    border-radius: 12px;
  }
  .world-intelligence .section-container .build-for .build-for-in-section {
    font-size: 52px;
    line-height: 54px;
    padding: 36px 55px 38px 24px;
    text-align: left;
    letter-spacing: -2px;
  }
  .world-intelligence .section-container .build-for .build-for-in-section span.clear {
    clear: initial;
  }
  .world-intelligence .section-container .build-for .build-for-in-section span.clear:before, .world-intelligence .section-container .build-for .build-for-in-section span.clear:after {
    content: initial;
  }
  .world-intelligence .section-container .section-head {
    padding: 23px 0 26px;
    margin: 12px auto 60px;
    border-radius: 12px;
  }
  .world-intelligence .section-container .section-head h2 {
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -3px;
  }
  .world-intelligence .section-container .card {
    width: 100%;
    height: auto;
    padding: 29px 25px 31px;
    margin-bottom: 2px;
  }
  .world-intelligence .section-container .card.world-automate {
    padding-right: 16px;
    padding-top: 31px;
    padding-bottom: 28px;
  }
  .world-intelligence .section-container .card.world-automate img {
    padding: 0 12px 0 2px;
  }
  .world-intelligence .section-container .card.world-automate h3.automate-your-world {
    font-size: 58px;
    line-height: 58px;
    letter-spacing: -2px;
    margin-bottom: 29px;
  }
  .world-intelligence .section-container .card h3 {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 32px;
  }
  .world-intelligence .section-container .card.world-automate-trans {
    padding-top: 55px;
    padding-bottom: 148px;
  }
  .world-intelligence .section-container .card.world-automate-trans h3 {
    margin-bottom: 55px;
  }
  .world-intelligence .section-container .card.world-automate-trans h3 .ai-robotic {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 7px;
  }
  .world-intelligence .section-container .card.world-automate-trans h3 .ai-robotic i {
    display: block;
  }
  .world-intelligence .section-container .card.world-automate-trans .automate-sec {
    line-height: 28px;
    padding-right: 0;
  }
  .world-intelligence .section-container .card.world-automate-trans .automate-sec br {
    display: none;
  }
  .world-intelligence .section-container .card.world-automate-trans .automate-sec .mob-sparate {
    display: block;
  }
  .world-intelligence .section-container .card.program-card {
    padding-left: 27px;
    padding-top: 28px;
  }
  .world-intelligence .section-container .card.program-your-world-trans {
    padding-top: 42px;
    padding-right: 15px;
  }
  .world-intelligence .section-container .card.program-your-world-trans h3.my-world-rules {
    font-size: 60px;
    margin-bottom: 57px;
  }
  .world-intelligence .section-container .card.program-your-world-trans .card-description {
    margin-bottom: 90px;
  }
  .world-intelligence .section-container .card .card-img {
    position: inherit;
    width: 100%;
    bottom: initial;
    left: initial;
    padding: 0 5px;
  }
  .world-intelligence .section-container .card.program-your-world-trans h3 {
    margin-bottom: 18px;
  }
  .world-intelligence .section-container .card.program-your-world-trans .program-your-world {
    text-align: left;
  }
  .world-intelligence .section-container .card.right {
    padding-top: 44px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: left;
    margin-bottom: 111px;
  }
  .world-intelligence .section-container .card.right h3 {
    margin-bottom: 55px;
  }
  .world-intelligence .section-container .card .card-description {
    position: initial;
    padding-right: 13px;
    font-size: 18px;
    line-height: 24px;
  }
  .world-intelligence .section-container .card .card-description.index-your-content {
    margin-bottom: 8px;
  }
  .world-intelligence .section-container .card .card-description.index-your-content .red-text {
    display: block;
  }
  .world-intelligence .section-container .search-engine-text {
    margin: 0 0 -41px;
  }
  .real-world-is {
    padding-bottom: 100px;
  }
  .real-world-is .real-world-heading {
    margin-top: 69px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 48px;
  }
  .real-world-is .real-world-heading span {
    display: block;
  }
  .real-world-is .real-world-bg .real-world-list {
    width: 100%;
    padding: 41px 30px 30px;
    border-radius: 12px;
  }
  .real-world-is .real-world-bg .real-world-list .real-world-section-head {
    margin-bottom: 65px;
    font-size: 20px;
  }
  .real-world-is .real-world-bg .real-world-list ul li {
    font-size: 32px;
    margin: 0 0 4px;
  }
  .real-world-is .real-world-bg .real-world-content {
    width: 100%;
    margin: 0;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in {
    margin-top: 10px;
    padding: 35px 25px 64px;
    border-radius: 12px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-head {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc {
    font-size: 32px;
    line-height: 40px;
    padding-right: 48px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-desc.bottom {
    line-height: 37px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list {
    margin-top: 43px;
    margin-bottom: 53px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li {
    font-size: 40px;
    margin-bottom: 1px;
  }
  .real-world-is .real-world-bg .real-world-content .real-world-content-in .real-world-content-list li.reduce-space {
    letter-spacing: -2px;
  }
  .we-are {
    padding: 191px 25px 10px;
  }
  .we-are .section-container .section-title {
    font-size: 48px;
    margin-bottom: 39px;
    font-weight: 600;
  }
  .we-are .section-container .section-head {
    padding: 38px 30px 35px;
    margin-bottom: 12px;
    border-radius: 14px;
  }
  .we-are .section-container .section-head h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    text-align: left;
    padding-right: 40px;
  }
  .we-are .section-container .card {
    width: 100%;
    padding: 37px 25px 77px 27px;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 21px;
    border-radius: 12px;
  }
  .we-are .section-container .card:nth-child(even), .we-are .section-container .card.to-automate {
    font-size: 30px;
    line-height: 36px;
    padding: 34px 25px 66px 31px;
  }
  .we-are .section-container .card:nth-child(even) .in-real-world-title, .we-are .section-container .card.to-automate .in-real-world-title {
    margin-top: 20px;
  }
  .we-are .section-container .card .to-automate-title {
    margin-bottom: 20px;
  }
  .camkit-capabilities {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .camkit-capabilities .section-head {
    font-size: 48px;
    margin: 170px 0 65px;
    line-height: 52px;
    text-align: left;
    padding: 0 24px;
  }
  .camkit-capabilities .section-head span {
    text-transform: capitalize;
  }
  .camkit-capabilities .section-slide-content {
    margin-bottom: 52px;
  }
  .camkit-capabilities .section-slide-content .camkit-capabilities-content {
    margin-bottom: 26px;
  }
  .camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card {
    width: 206.25px;
    min-width: 206.25px;
    max-width: 206.25px;
    height: 240px;
  }
  .camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card .camkit-image {
    height: 174.75px;
  }
  .camkit-capabilities .section-slide-content .camkit-capabilities-content .camkit-card .camkit-title {
    height: 65.25px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 30px 2px 20px;
    letter-spacing: 0.5px;
  }
  .unified-platform .section-head {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .unified-platform .section-head h3.title {
    font-size: 56px;
    line-height: 56px;
    color: #000;
    margin-top: 123px;
    margin-bottom: 39px;
  }
  .unified-platform .section-head h3.title .green-text {
    display: block;
  }
  .unified-platform .section-head h3.title br {
    display: none;
  }
  .unified-platform .section-head .title-tagline {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    padding: 0 10px;
  }
  .unified-platform .unified-content {
    margin: 0 -25px;
  }
  .unified-platform .filter-nav {
    width: 100%;
    float: left;
    padding-bottom: 9px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .unified-platform .filter-nav ul {
    padding: 0;
    width: 100%;
    float: left;
  }
  .unified-platform .filter-nav ul li {
    float: left;
    margin-bottom: 16px;
  }
  .unified-platform .filter-nav ul li a {
    font-size: 18px;
  }
  .unified-platform .cards-wrap .arrow-more {
    display: inline-block;
    float: right;
    margin: 20px 0 0;
  }
  .unified-platform .cards-wrap > ul {
    padding: 0;
  }
  .unified-platform .cards-wrap > ul > li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 36px;
  }
  .unified-platform .cards-wrap > ul > li .run-scale-card {
    margin-top: -5px;
    margin-bottom: 46px;
  }
  .unified-platform .cards-wrap > ul > li .addon-cards-bg {
    margin: 0 -25px;
  }
  .unified-platform .cards-wrap > ul > li ul::-webkit-scrollbar {
    display: none;
  }
  .unified-platform .cards-wrap > ul > li ul {
    padding: 0 25px;
    text-align: left;
    overflow-y: hidden;
    overflow-x: auto;
    float: left;
    white-space: nowrap;
  }
  .unified-platform .cards-wrap > ul > li ul li .card-container {
    float: left;
  }
  .unified-platform .cards-wrap > ul > li ul li .card-container .card-txt {
    float: left;
  }
  .unified-platform .cards-wrap > ul > li:last-child {
    width: 100%;
  }
  .unified-platform .cards-wrap > ul > li:nth-child(4) {
    margin-bottom: 40px;
  }
  .unified-platform .cards-wrap > ul .card-container .card {
    width: 100%;
  }
  .card-lg.cam-ai {
    margin-top: 105px;
    margin-bottom: 232px;
  }
  .card-lg.cam-ai .section-container .section-head .text .green-blue-gradient br {
    display: block;
  }
  .card-lg.cam-ai .section-container .card-left {
    margin-top: 43px;
    padding-left: 27px;
    padding-top: 49px;
    padding-bottom: 26px;
  }
  .card-lg.cam-ai .section-container .card-left .cam-ai-list li {
    font-size: 34px;
    line-height: 48px;
  }
  .card-lg.cam-ai .section-container .card-left .cam-ai-list + ul {
    margin-top: 47px;
    margin-bottom: 32px;
  }
  .card-lg.cam-ai .section-container .card-right {
    background: -webkit-linear-gradient(48.9deg, #f1ffe5 60.05%, #e2fff1 90.59%);
    background: -moz-linear-gradient(48.9deg, #f1ffe5 60.05%, #e2fff1 90.59%);
    background: -o-linear-gradient(48.9deg, #f1ffe5 60.05%, #e2fff1 90.59%);
    background: linear-gradient(48.9deg, #f1ffe5 60.05%, #e2fff1 90.59%);
    margin-top: 12px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap {
    padding-right: 20px;
    padding-top: 46px;
    margin-top: 0;
    padding-left: 26px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap p {
    font-size: 22px;
    line-height: 32px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap p b {
    font-size: 28px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap p:first-child {
    margin-top: 0px;
    margin-bottom: 86px;
    padding-right: 5px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap p:nth-child(2) {
    margin-bottom: 60px;
    padding-right: 20px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap .tag-section {
    margin-bottom: 19px;
  }
  .card-lg.cam-ai .section-container .card-right .content-wrap .tag-section .for .tag-list {
    margin-left: 46px;
  }
  .card-lg.cam-ai .section-container .card-right .floating-img {
    position: initial;
    right: 0;
    bottom: 40px;
    left: -14px;
    float: left;
    margin: 28px -20px -106px -26px;
  }
  .card-lg.cam-ai .section-container .card-right .floating-img img {
    width: 100%;
    height: auto;
  }
  .card-lg.cam-hub {
    margin-bottom: 239px;
  }
  .card-lg.cam-hub .section-head .text {
    font-size: 39px;
    letter-spacing: -1px;
    margin-bottom: 3px;
    padding-left: 28px;
  }
  .card-lg.cam-hub .section-head .text .red-orange-gradient br {
    display: block;
  }
  .card-lg.cam-hub .section-head .text .red-orange-gradient .open-quote {
    margin-left: -27px;
    left: 1px;
  }
  .card-lg.cam-hub .section-head .text .red-orange-gradient .close-quote {
    color: #f98600;
  }
  .card-lg.cam-hub .card-left {
    padding-top: 36px;
    padding-right: 28px;
    padding-bottom: 18px;
  }
  .card-lg.cam-hub .card-left .icon {
    width: 130.8px;
  }
  .card-lg.cam-hub .card-right {
    background: -webkit-linear-gradient(224.62deg, #f1e7f4 15.87%, #fde0dd 66.4%);
    background: -moz-linear-gradient(224.62deg, #f1e7f4 15.87%, #fde0dd 66.4%);
    background: -o-linear-gradient(224.62deg, #f1e7f4 15.87%, #fde0dd 66.4%);
    background: linear-gradient(224.62deg, #f1e7f4 15.87%, #fde0dd 66.4%);
    margin-top: 12px;
  }
  .card-lg.cam-hub .card-right .content-wrap {
    height: auto;
    padding-top: 17px;
    padding-left: 26px;
  }
  .card-lg.cam-hub .card-right .content-wrap p {
    padding-right: 22px;
    margin-bottom: 25px;
    line-height: 34px;
  }
  .card-lg.cam-hub .card-right .content-wrap p .highlight {
    font-size: 28px;
  }
  .card-lg.cam-hub .card-right .content-wrap p .mob-break {
    display: block;
  }
  .card-lg.cam-hub .card-right .content-wrap .tag-section {
    margin-bottom: 47px;
  }
  .card-lg.cam-hub .card-right .content-wrap .tag-section .for .tag-list {
    margin-left: 46px;
  }
  .card-lg.cam-hub .card-right .content-wrap .tag-section .for .tag-list br {
    display: none;
  }
  .card-lg.cam-hub .card-right .content-wrap .tag-section .explore {
    margin: 33px 0 0;
  }
  .card-lg.cam-hub .card-right .content-wrap .floating-img {
    position: initial;
    margin: 0px -20px -137px -26px;
  }
  .card-lg.cam-hub .card-right .content-wrap .floating-img img {
    width: 100%;
  }
  .card-lg .card-left {
    width: 100%;
    padding: 25px;
    height: inherit;
  }
  .card-lg .card-left .icon {
    width: 100px;
  }
  .card-lg .card-left .kpi-wrap {
    padding-top: 39px;
    line-height: 50px;
  }
  .card-lg .card-left .kpi-wrap .left-kpi {
    padding-left: 0;
    width: 50%;
  }
  .card-lg .card-left .kpi-wrap .right-kpi {
    width: 50%;
    padding-left: 15px;
  }
  .card-lg .card-left .kpi-wrap h1 {
    font-size: 41.85px;
    margin-bottom: -2px;
  }
  .card-lg .card-left .kpi-wrap span {
    font-size: 24.3px;
  }
  .card-lg.cam-vms {
    margin-bottom: 234px;
  }
  .card-lg.cam-vms .section-head .logo {
    margin-bottom: 50px;
  }
  .card-lg.cam-vms .section-head .text {
    padding-top: 0;
    font-size: 40px;
    margin-top: 3px;
    line-height: 45px;
    padding-left: 24px;
    position: relative;
    left: 3px;
  }
  .card-lg.cam-vms .section-head .text .purple-blue-gradient br {
    display: block;
  }
  .card-lg.cam-vms .section-head .text .purple-blue-gradient .close-quote {
    color: #3e92e9;
  }
  .card-lg.cam-vms .section-head .text .open-quote {
    top: -20px;
    left: 3px;
  }
  .card-lg.cam-vms .section-head .text .close-quote {
    margin-left: -1px;
    top: -15px;
  }
  .card-lg.cam-vms .card-left {
    height: inherit;
    width: 100%;
    padding: 0 25px;
    position: initial;
    right: 0;
    bottom: 40px;
    left: -14px;
    float: left;
    margin-top: 40px;
    /* width: 100%; */
  }
  .card-lg.cam-vms .card-left h1 {
    font-size: 36px;
    line-height: 49px;
    margin-top: 42px;
    margin-bottom: 48px;
  }
  .card-lg.cam-vms .card-left h1 span {
    margin-top: 20px;
  }
  .card-lg.cam-vms .card-right {
    background: -webkit-linear-gradient(24.47deg, #f5ecff 56.13%, #e2e7ff 94.51%);
    background: -moz-linear-gradient(24.47deg, #f5ecff 56.13%, #e2e7ff 94.51%);
    background: -o-linear-gradient(24.47deg, #f5ecff 56.13%, #e2e7ff 94.51%);
    background: linear-gradient(24.47deg, #f5ecff 56.13%, #e2e7ff 94.51%);
    height: inherit;
    width: 100%;
    margin-top: 12px;
  }
  .card-lg.cam-vms .card-right .floating-img {
    position: initial;
    margin: 0 -19px -160px -28px;
  }
  .card-lg.cam-vms .card-right .floating-img img {
    width: 100%;
  }
  .card-lg.cam-vms .card-right .content-wrap {
    padding-top: 16px;
    margin-top: 48px;
    padding-left: 28px;
  }
  .card-lg.cam-vms .card-right .content-wrap p {
    font-size: 22px;
    padding-right: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .card-lg.cam-vms .card-right .content-wrap p .highlight {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .card-lg.cam-vms .card-right .content-wrap .tag-section {
    margin-top: 47px;
    margin-bottom: 12px;
    height: auto;
  }
  .card-lg.cam-vms .card-right .content-wrap .tag-section .for .tag-list {
    margin-left: 46px;
  }
  .card-lg.cam-vms .card-right .content-wrap .tag-section .for .tag-list br {
    display: none;
  }
  .card-lg.cam-vms .card-right .content-wrap .tag-section .explore {
    margin: 33px 0 0;
  }
  .card-lg.cam-mc {
    margin-bottom: 86px;
  }
  .card-lg.cam-mc .section-head .text {
    padding: 35px 25px 0 27px !important;
    margin: 0 !important;
  }
  .card-lg.cam-mc .section-head .text .yellow-blue-gradient br {
    display: block;
  }
  .card-lg.cam-mc .section-head .text .yellow-blue-gradient .open-quote {
    left: 3px !important;
  }
  .card-lg.cam-mc .section-head .text .yellow-blue-gradient .close-quote {
    margin-left: 6px !important;
    color: #52c1ad;
  }
  .card-lg.cam-mc .card-left {
    height: inherit;
    padding: 27px;
    margin-top: 31px;
  }
  .card-lg.cam-mc .card-left h1 {
    font-size: 34px;
    line-height: 48px;
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .card-lg.cam-mc .card-left h1 span {
    margin-top: 20px;
  }
  .card-lg.cam-mc .card-right {
    background: -webkit-linear-gradient(50.2deg, #fff7da 27.45%, #ffefcf 91.66%);
    background: -moz-linear-gradient(50.2deg, #fff7da 27.45%, #ffefcf 91.66%);
    background: -o-linear-gradient(50.2deg, #fff7da 27.45%, #ffefcf 91.66%);
    background: linear-gradient(50.2deg, #fff7da 27.45%, #ffefcf 91.66%);
    height: inherit;
    margin-bottom: 150px;
    margin-top: 12px;
  }
  .card-lg.cam-mc .card-right .content-wrap {
    padding: 44px 25px 30px 27px;
    margin-top: 0;
  }
  .card-lg.cam-mc .card-right .content-wrap p {
    font-size: 22px;
    margin-bottom: 59px;
  }
  .card-lg.cam-mc .card-right .content-wrap p b {
    font-size: 28px;
  }
  .card-lg.cam-mc .card-right .content-wrap p:first-child {
    margin-top: 0px;
    line-height: 32px;
    margin-bottom: 59px;
  }
  .card-lg.cam-mc .card-right .content-wrap .tag-section {
    margin-bottom: 47px;
  }
  .card-lg.cam-mc .card-right .content-wrap .tag-section .for .tag-list {
    margin-left: 46px;
  }
  .card-lg.cam-mc .card-right .content-wrap .tag-section .for .tag-list span {
    display: block;
  }
  .card-lg.cam-mc .card-right .content-wrap .tag-section .explore {
    margin-top: 33px;
  }
  .card-lg.cam-mc .card-right .floating-img {
    position: initial;
    margin: 0 -25px -120px -26px;
  }
  .card-lg.cam-mc .card-right .floating-img img {
    width: 100%;
    height: auto;
  }
  .card-lg.cam-os {
    margin-bottom: 199px;
  }
  .card-lg.cam-os .section-head .text {
    padding-left: 28px;
  }
  .card-lg.cam-os .section-head .text .blue-yellow-gradient {
    background: -webkit-linear-gradient(90deg, #00a3ff 32.74%, #92fe9d 96.43%);
    background: -o-linear-gradient(90deg, #00a3ff 32.74%, #92fe9d 96.43%);
    background: -moz-linear-gradient(90deg, #00a3ff 32.74%, #92fe9d 96.43%);
    background: linear-gradient(90deg, #00a3ff 32.74%, #92fe9d 96.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .card-lg.cam-os .section-head .text .blue-yellow-gradient .open-quote {
    margin-left: -27px;
  }
  .card-lg.cam-os .section-head .text .blue-yellow-gradient .close-quote {
    color: #4ed3ca;
  }
  .card-lg.cam-os .section-head .text .blue-yellow-gradient br {
    display: block;
  }
  .card-lg.cam-os .card-left {
    height: inherit;
    width: 100%;
    padding: 20px 25px;
    margin-top: 25px;
  }
  .card-lg.cam-os .card-left h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 16px;
    margin-top: 22px;
  }
  .card-lg.cam-os .card-left h1 span {
    padding-top: 14px;
  }
  .card-lg.cam-os .card-right {
    background: -webkit-linear-gradient(225.74deg, #ccffec -4.78%, #bceaff 72.37%);
    background: -moz-linear-gradient(225.74deg, #ccffec -4.78%, #bceaff 72.37%);
    background: -o-linear-gradient(225.74deg, #ccffec -4.78%, #bceaff 72.37%);
    background: linear-gradient(225.74deg, #ccffec -4.78%, #bceaff 72.37%);
    margin-top: 12px;
    height: auto;
    width: 100%;
  }
  .card-lg.cam-os .card-right .tag-section {
    margin-bottom: 47px;
  }
  .card-lg.cam-os .card-right .tag-section .explore {
    margin-top: 33px;
  }
  .card-lg.cam-os .card-right .floating-img {
    position: initial;
    margin: 0 -19px -118px -27px;
  }
  .card-lg.cam-os .card-right .floating-img img {
    width: 100%;
    height: auto;
  }
  .card-lg.cam-os .card-right .content-wrap {
    bottom: inherit;
    margin-top: 26px;
    padding-left: 27px;
  }
  .card-lg.cam-os .card-right .content-wrap p {
    margin-bottom: 88px;
    line-height: 33px;
    padding-right: 7px;
  }
  .card-lg .card-right {
    width: 100%;
    height: inherit;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .card-lg .card-right .content-wrap {
    padding: 20px;
    position: inherit;
    margin-top: 50px;
  }
  .card-lg .card-right .content-wrap p {
    padding-bottom: 0 !important;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 50px;
  }
  .card-lg .card-right .content-wrap p br {
    display: none;
  }
  .card-lg .card-right .content-wrap p span.semibold {
    font-size: 28px;
  }
  .card-lg .card-right .content-wrap p .highlight {
    font-size: 28px;
    font-weight: 600;
  }
  .card-lg .card-right .tag-section {
    margin-top: 30px;
    height: auto;
    margin-bottom: 35px;
  }
  .card-lg .card-right .tag-section .for {
    width: 100%;
    margin-right: 0;
    padding: 0;
    border: 0;
    height: auto;
  }
  .card-lg .card-right .tag-section .for br {
    display: none;
  }
  .card-lg .card-right .tag-section .for .tag-list {
    margin-left: 46px;
  }
  .card-lg .card-right .tag-section .for .tag-list .tag {
    display: block;
  }
  .card-lg .card-right .tag-section .explore {
    width: 100%;
    margin: 23px 0 0;
  }
  .card-lg .card-right .tag-section .explore > span {
    padding-right: 17px;
  }
  .card-lg .section-head .logo img {
    width: 100px;
  }
  .card-lg .section-head .logo h1 {
    line-height: 100px;
    font-size: 36px;
    padding: 0 0 0 26px;
  }
  .card-lg .section-head .text {
    float: left;
    font-size: 40px;
    text-align: left;
    clear: both;
    padding-right: 0;
    width: 100%;
    padding-left: 31px;
    margin-top: 32px;
  }
  .card-lg .section-head .text .open-quote {
    top: -22px !important;
    left: -1px;
    margin-left: -30px;
    margin-right: 0;
  }
  .card-lg .section-head .text .close-quote {
    top: -15px !important;
  }
  .learn-what-camkit {
    padding: 49px 0 25px;
  }
  .learn-what-camkit .section-container .section-head {
    font-size: 46px;
    line-height: 52px;
    text-align: left;
    margin-top: 43px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg {
    margin: 65px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li {
    width: 50%;
    padding: 0 10px;
    margin-right: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(odd) {
    padding-left: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(even) {
    padding-right: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card {
    width: 100%;
    height: 188px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-heading {
    font-size: 18px;
    line-height: 18px;
    padding: 0 10px 0 15px;
    bottom: 15px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main {
    padding-top: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main .card-img-bg {
    width: 120px;
    margin-top: -5px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-card .card-img-main .card-img-bg img {
    width: 100%;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count {
    top: 17px;
    left: 15px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count span {
    font-size: 65.6px;
    font-weight: 300 !important;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i {
    font-style: normal;
    font-size: 65.6px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xs {
    display: inline-block;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.xlg, .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count i.lg {
    display: none;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .learn-what-camkit-count {
    float: left;
    font-size: 52px;
    margin: 19px 0 0 -4px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .learn-what-camkit-last-count .more-text {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:first-child {
    order: 1;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(2) {
    order: 2;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(8) {
    order: 3;
    padding-left: 0px;
    padding-right: 10px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(3) {
    order: 4;
    padding-left: 10px;
    padding-right: 0px;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(4) {
    order: 5;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(14) {
    order: 6;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(4) {
    padding-right: 10px;
    padding-left: 0;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(5), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(6), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(7), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(9), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(10), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(11), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(12), .learn-what-camkit .section-container .learn-what-camkit-card-bg li:nth-child(13) {
    display: none;
  }
  .learn-what-camkit .section-container .learn-what-camkit-card-bg li .m-h {
    display: none;
  }
  .anywhere-any-scale {
    padding-top: 50px;
    padding-bottom: 143px;
  }
  .anywhere-any-scale .section-head {
    font-size: 48px;
    margin-top: 92px;
    margin-bottom: 63px;
    line-height: 56px;
    text-align: left;
  }
  .anywhere-any-scale .section-head em {
    display: block;
  }
  .anywhere-any-scale .section-head span {
    display: none;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right {
    width: 100%;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1 {
    margin-right: 0 !important;
    width: calc(50% - 5px);
    margin-bottom: 11px;
    line-height: 31px;
    padding: 20px 10px 20px 25px;
    height: 165px;
    border-radius: 11px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1:nth-child(even) {
    float: right;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type1 {
    font-size: 28px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 {
    font-size: 24px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 img {
    width: 39px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type2 span {
    margin-bottom: 38px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 {
    font-size: 24px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 span {
    line-height: 24px;
    margin-bottom: 21px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type3 img {
    width: 97px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 {
    font-size: 24px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 span {
    margin-bottom: 1px;
    line-height: 42px;
    margin-top: -9px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-right .anywhere-any-scale-card1.type4 img {
    width: 106px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left {
    width: 100%;
    margin-top: 29px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2 {
    margin-right: 0;
    margin-bottom: 12px;
    width: calc(50% - 5px);
    border-radius: 11px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2:nth-child(even) {
    float: right;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type5 {
    font-size: 24px;
    padding: 25px 20px 20px 23px;
    height: 248px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type5 img {
    width: 69px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type5 span {
    line-height: 24px;
    margin-bottom: 24px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 {
    font-size: 24px;
    padding: 25px 0 20px;
    height: 248px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 img {
    width: 148px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type6 span {
    padding: 0 20px 0;
    line-height: 24px;
    margin-bottom: 17px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type7 {
    font-size: 28px;
    line-height: 32px;
    padding: 14px 15px 0 26px;
    height: 88px;
  }
  .anywhere-any-scale .anywhere-any-scale-content .anywhere-left .anywhere-any-scale-card2.type8 {
    font-size: 24px;
    line-height: 24px;
    padding: 8px 23px 0 10px;
    height: auto;
  }
  .any-strategy {
    padding: 27px 0 0;
  }
  .any-strategy .section-container .section-head {
    font-size: 48px;
    text-align: left;
    margin-bottom: 14px;
  }
  .any-strategy .section-container .section-head span {
    display: block;
  }
  .any-strategy .section-container .card-detail {
    position: relative !important;
    width: 100% !important;
    height: 450px !important;
    top: 14px !important;
    right: inherit !important;
    opacity: 1 !important;
    clear: both !important;
    background: #fff;
    padding: 35px 27px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .any-strategy .section-container .card-detail .any-strategy-content-title {
    font-size: 46px !important;
    line-height: 46px !important;
  }
  .any-strategy .section-container .card-detail .any-strategy-content-desc {
    position: initial !important;
    font-size: 18px !important;
    margin-top: 51px;
    line-height: 24px !important;
  }
  .any-strategy .section-container #ots .card-detail {
    background-color: #ffe3dd;
  }
  .any-strategy .section-container #byoai .card-detail {
    background-color: #ddf1ff;
  }
  .any-strategy .section-container #aiy .card-detail {
    background-color: #e7e2ff;
  }
  .any-strategy .section-container #scale .card-detail {
    background-color: #d2fbea;
  }
  .any-strategy .section-container .section-content {
    margin: 43px 0 0;
  }
  .any-strategy .section-container .section-content .section-right {
    width: 100%;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list {
    margin-bottom: 51px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card {
    width: 100%;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.red .any-strategy-card-head {
    background: #f14821;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.red .any-strategy-card-head span {
    color: #b42302;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.red .any-strategy-card-icon {
    background: #ffe3dd;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.blue .any-strategy-card-head {
    padding-top: 47px;
    height: 248.7px;
    background: #18a0fb;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.blue .any-strategy-card-head span {
    color: #1676b9;
    margin-top: 7px;
    line-height: 41px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.blue .any-strategy-card-icon {
    padding-top: 25px;
    padding-left: 47px;
    height: 93.25px;
    background: #ddf1ff;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.blue .any-strategy-card-icon ul li {
    margin-right: 26px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.purple .any-strategy-card-head {
    padding-top: 41px;
    height: 189px;
    background: #7b61ff;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.purple .any-strategy-card-head span {
    margin-top: 7px;
    color: #4d30e0;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.purple .any-strategy-card-icon {
    padding-top: 22px;
    height: 93px;
    background: #e7e2ff;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.green .any-strategy-card-head {
    padding-top: 39px;
    height: 248.7px;
    background: #1bc37c;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.green .any-strategy-card-head span {
    color: #088551;
    margin-top: 7px;
    padding-right: 70px;
    line-height: 40px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card.green .any-strategy-card-icon {
    padding-left: 43px;
    height: 93.26px;
    background: #d2fbea;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card .any-strategy-card-head {
    padding-left: 43px;
    font-size: 58px;
    padding-top: 48px;
    height: 252.28px;
    padding-bottom: 47px;
    line-height: 52px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card .any-strategy-card-head span {
    font-size: 38px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card .any-strategy-card-icon {
    padding-left: 49px;
    height: 94.25px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li .any-strategy-card .any-strategy-card-icon ul {
    filter: initial;
    opacity: 1;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #byoai-cnt.card-detail {
    margin-top: -2px;
    padding-top: 36px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #byoai-cnt.card-detail .any-strategy-content-title {
    line-height: 51px !important;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #byoai-cnt.card-detail .any-strategy-content-desc {
    margin-top: 63px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail {
    top: 11px !important;
    padding-top: 36px !important;
    margin-bottom: 88px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-title {
    line-height: 48px !important;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-title br {
    display: none;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-title em {
    display: block;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-desc {
    margin-top: 56px !important;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-desc span {
    display: initial;
    color: #484848;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #aiy-cnt.card-detail .any-strategy-content-desc span:not(.comma) {
    display: block;
    color: #7b61ff;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #scale-cnt.card-detail {
    top: 12px !important;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #scale-cnt.card-detail .any-strategy-content-title {
    line-height: 50px !important;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #scale-cnt.card-detail .any-strategy-content-desc {
    margin-top: 55px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #scale-cnt.card-detail .any-strategy-content-desc span {
    display: initial;
    color: #484848;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list li #scale-cnt.card-detail .any-strategy-content-desc span:not(.comma) {
    display: block;
    color: #1bc37c;
  }
  .any-strategy .section-container .section-content .section-left {
    width: 100%;
    display: none;
  }
  .any-strategy .section-container .section-content .section-left .any-strategy-bg {
    padding: 25px 30px 30px;
  }
  .any-strategy .section-container .section-content .section-left .any-strategy-bg .any-strategy-content-title {
    font-size: 52px;
    line-height: 62px;
  }
  .any-strategy .section-container .section-content .section-left .any-strategy-bg .any-strategy-content-desc {
    padding-right: 0;
    margin: 39px 0 30px;
  }
  .why-one {
    padding-bottom: 30px;
  }
  .why-one .title {
    font-size: 33px;
    padding: 89px 0 43px;
  }
  .why-one .tile-card li {
    padding-right: 0;
  }
  .why-one .tile-card li .one-card {
    width: 100%;
  }
  .open-unified .section-container {
    margin-top: 92px !important;
  }
  .open-unified .section-container .section-title .sm-title {
    font-size: 26px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 13px;
  }
  .open-unified .section-container .section-title .sm-title span {
    display: block;
  }
  .open-unified .section-container .section-title .lg-title {
    text-align: left;
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 32px;
    padding-right: 49px;
  }
  .open-unified .section-container .section-title .lg-title span {
    margin-left: 13px;
  }
  .open-unified .section-container .open-unified-right {
    width: 100% !important;
  }
  .open-unified .section-container .open-unified-right .open-unifield-box {
    padding: 43px 30px 41px;
    font-size: 40px;
    line-height: 46px;
    border-radius: 14px;
    margin-bottom: 30px;
  }
  .open-unified .section-container .open-unified-right .turn-connected {
    padding: 52px 30px 54px;
    font-size: 40px;
    line-height: 46px;
    border-radius: 14px;
  }
  .open-unified .section-container .open-unified-left {
    width: 100%;
    margin-top: 30px;
    padding: 20px 0 0 20px;
    border-radius: 14px;
  }
  .open-unified .section-container .open-unified-left .open-unified-left-image1 {
    width: 60%;
    margin-right: 0;
  }
  .open-unified .section-container .open-unified-left .open-unified-left-image2 {
    width: 28%;
  }
  .save-on .section-container .save-text {
    text-align: left;
    margin: 151px 0 85px;
  }
  .save-on .section-container .save-text .sec-1,
.save-on .section-container .save-text .sec-2,
.save-on .section-container .save-text .sec-3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    padding-right: 30px;
  }
  .save-on .section-container .save-text .sec-1 span,
.save-on .section-container .save-text .sec-2 span,
.save-on .section-container .save-text .sec-3 span {
    display: block;
  }
  .save-on .section-container .save-text .sec-2 {
    margin-top: 26px;
    margin-bottom: 27px;
    padding-right: 10px;
  }
  .save-on .section-container .talk-to-us-bg {
    text-align: left;
    margin-top: 117px;
  }
  .save-on .section-container .talk-to-us-bg .talk-to-us {
    width: 158.4px;
    height: 42.24px;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
  }
  .private-and-secure {
    padding: 89px 0 57px;
  }
  .private-and-secure .section-container .section-head {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .private-and-secure .section-container .private-and-secure-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 23px;
  }
  .private-and-secure .section-container .private-and-secure-desc {
    margin-bottom: 31px;
  }
  .private-and-secure .section-container .private-and-secure-list li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 37px;
  }
  .private-and-secure .section-container .private-and-secure-list li .private-and-secure-short {
    width: 100%;
    text-align: center;
  }
  .private-and-secure .section-container .private-and-secure-list li .private-and-secure-short b {
    font-size: 65px;
  }
  .private-and-secure .section-container .private-and-secure-list li .private-and-secure-short .private-and-secure-text {
    font-size: 18px;
  }
  .any-strategy {
    padding-top: 34px;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li {
    margin-right: 0;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .card-detail {
    height: auto !important;
    float: left;
    padding-bottom: 34px;
    margin-bottom: 91px;
    padding-right: 0;
  }
  .any-strategy .section-container .section-content .section-right .any-strategy-card-list > li .card-detail .any-strategy-content-desc {
    padding-right: 20px;
  }
  footer .section-container {
    padding: 41px 20px 27px 26px;
  }
  footer .section-container .footer-right {
    width: 100%;
    font-size: 18px;
  }
  footer .section-container .footer-right .country {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 14px;
  }
  footer .section-container .footer-right .divider {
    display: none;
  }
  footer .section-container .footer-right .footer-list {
    width: 100%;
  }
  footer .section-container .footer-right .footer-list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  footer .section-container .footer-right .footer-list li a {
    font-size: 18px;
  }
  footer .section-container .footer-left {
    width: 100%;
    margin-top: 0;
  }
  footer .section-container .footer-left .copyright {
    font-size: 14px;
  }
  footer .section-container .footer-left .copyright .links {
    padding-left: 0;
    margin-top: 17px;
  }
  footer .section-container .footer-left .copyright .links a {
    font-size: 16px;
  }
  footer .section-container .footer-left span {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
    font-weight: 300;
  }
  footer .section-container .footer-left .social-list {
    width: 100%;
    margin-top: 28px;
  }
  footer .section-container .footer-left .social-list li {
    float: none;
    display: inline-block;
  }
  footer .section-container .footer-left .social-list li a img {
    width: 30px;
  }
  .explore-page .main-wrap {
    max-width: 100%;
    height: inherit;
    padding-bottom: 0;
  }
  .explore-page .main-wrap .main-logo img {
    margin-top: 55px;
    width: 160px;
    margin-left: 25px;
  }
  .explore-page .main-wrap .left-content {
    width: 100%;
    padding-left: 25px;
    padding-top: 65px;
  }
  .explore-page .main-wrap .left-content h1 {
    font-size: 54px;
    padding-bottom: 40px;
    padding-right: 20px;
    line-height: 60px;
  }
  .explore-page .main-wrap .left-content p {
    font-size: 22px;
    line-height: 32px;
    padding-right: 60px;
    margin-bottom: 110px;
  }
  .explore-page .main-wrap .left-content p br {
    display: none;
  }
  .explore-page .main-wrap .left-content .left-banner {
    position: relative;
    top: 0;
    left: -245px;
  }
  .explore-page .main-wrap .left-content .left-banner img {
    width: 565px;
  }
  .explore-page .main-wrap .right-content {
    width: 100%;
    padding: 150px 25px 240px 25px;
  }
  .explore-page .main-wrap .right-content h2 {
    padding-bottom: 30px;
  }
  .explore-page .main-wrap .right-content .form-row {
    display: block;
  }
  .explore-page .main-wrap .right-content .form-row .form-group {
    width: 100%;
  }
  .explore-page .main-wrap .right-content .custom-checkbox {
    width: 100%;
    float: left;
  }
  .explore-page .main-wrap .right-content .custom-checkbox span {
    float: left;
    line-height: 20px;
  }
  .explore-page .main-wrap .right-content .custom-checkbox .checkmark {
    margin: 0;
  }
  .explore-page .main-wrap .thanks-content {
    text-align: left;
    padding: 70px 25px 0;
  }
  .explore-page .main-wrap .thanks-content p {
    font-weight: 100;
    font-size: 22px;
  }
  .explore-page .main-wrap .thanks-content .cnt-img {
    width: 350px;
    overflow-x: hidden;
    padding: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .explore-page .main-wrap .thanks-content .add-btn.continue {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
