/* Global Styles */
html,
body {
  height: 100%;
}

html {
  width: 100%;
  font-size: 100%;
  text-size-adjust: 100%;
}

body {
  background: #2F3238;
  color: #7F8289;
  font-weight: 300;
  font-size: 16px;
  font-family: elza, sans-serif;
  line-height: 28px;
  line-height: 1.25 !important;
}

a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.1s linear;
}

a:hover,
a:active,
a:focus {
  color: #FFF;
  text-decoration: none;
}

img {
  max-width: none;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

hr {
  border-style: dashed;
  border-color: #3C3F45;
  margin: 50px 0;
}

ul {
  list-style: circle;
}

li {
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.align-left {
  float: left;
  margin-right: 25px;
}

.align-right {
  float: right;
  margin-left: 25px;
}

.pointer {
  cursor: pointer;
}

.ul-main {
  list-style-type: disc;
}

.display-mobile {
  display: none;
}

.display-mobile-tablet {
  display: none;
}

.object-fit-cover {
  height: 100%;
}

.redesign {
  overflow: hidden;
}

@media (width <= 1199px) {
  .display-mobile-tablet {
    display: block;
  }
  .display-desktop-fte {
    display: none !important;
  }
}
@media (width <= 991px) {
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
}
@media (width <= 767px) {
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
}
@media (width <= 767px) {
  .container {
    max-width: 670px;
  }
}
.oip-green {
  color: #87EEBF;
}

.oip-yellow {
  color: #FEEAA0;
}

.oip-light-blue {
  color: #76e5ff;
}

.oip-pink {
  color: #ffa7a4;
}

.oip-dark-purple {
  color: #2d2035;
}

.oip-bkg-purple {
  background-color: #2d2035;
}

.oip-primary-bg-color-1 {
  background-color: #2d2035;
}

.oip-primary-bg-color-2 {
  background-color: #1c191e;
}

.oip-primary-bg-color-3 {
  background-color: #111;
}

.oip-primary-bg-color-4 {
  background: linear-gradient(180deg, #2D2035 0%, #110E13 100%);
}

.oip-theme-color-yellow {
  color: var(--creative-yellow, #FEEAA0);
}

.oip-theme-color-cyan {
  color: var(--software-blue, #76E5FF);
}

.oip-theme-color-green {
  color: #08ab61;
}

.oip-theme-color-border-orange {
  color: #ffa7a4;
}

.oip-theme-color-border-green {
  color: #87EEBF;
}

.oip-theme-color-border-yellow {
  color: #FEEAA0;
}

.oip-theme-color-border-cyan {
  color: #76e5ff;
}

.media-indicator {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}

@font-face {
  font-family: elza;
  src: url("/fonts/font-elza.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: elza;
}

h1, h2, h3, h4, h5, h6 {
  font-family: elza;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 20px;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: elza;
  font-weight: 700;
  font-style: normal;
}

h5 {
  color: #76e5ff;
  margin-bottom: 3rem;
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  color: #76e5ff;
}

#problem-section h4 {
  color: #edf9f9;
  line-height: 2rem;
}
#problem-section h6 {
  margin-bottom: 4rem;
  margin-top: -0.5rem;
}

#global-section h4 {
  color: #edf9f9;
  margin-top: 1rem;
  margin-bottom: 0;
}
#global-section h6 {
  color: #76e5ff;
}

#success-section h6 {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#success-section p {
  font-size: 1.1rem;
}

.case-study-section p {
  font-size: 1.1rem;
}
.case-study-section .case-results {
  color: #ffa7a4;
}
.case-study-section .case-surname {
  margin-bottom: 0;
}

h3.spec {
  color: purple;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (width <= 575px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.3rem;
    padding: 0 25px;
    text-align: center;
  }
  h6 {
    font-size: 1rem;
  }
  #problem-section h4 {
    font-size: 2rem;
  }
  #problem-section h5 {
    font-size: 1.5rem;
  }
  #problem-section h6 {
    margin-right: 30px;
    font-size: 1.3rem;
  }
  #success-section h4 {
    font-size: 2rem;
  }
  #success-section h6 {
    font-size: 1.3rem;
  }
  #success-section p {
    font-size: 1rem;
  }
}
@media (width >= 576px) and (width <= 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.1rem;
  }
}
@media (width >= 768px) and (width <= 1023px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 0.8rem;
  }
}
@media (width >= 1024px) and (width <= 1199px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
@media (width >= 1200px) {
  #gt1200 {
    visibility: visible;
  }
  h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
p {
  font-size: 14px;
}

.m-0 {
  margin: 0 !important;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

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

.m-b-10 {
  margin-bottom: 10px;
}

.p-r-0 {
  padding-right: 0 !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

/* AMP common css for @media */
@media (width <= 767px) {
  .py-112 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-80 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .p-r-0 {
    padding: 0 !important;
  }
  .m-b-40-r {
    margin-bottom: 40px;
  }
}
@media (width >= 991px) {
  .m-t-100-lg {
    margin-top: 100px !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 0.375rem 1.5rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin-right: 0.75rem;
}

.btn-primary {
  background-color: #771a7f;
  color: #fff;
  border: none;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: rgb(79.3333333333, 17.3333333333, 84.6666666667);
  color: #fff;
}
.btn-primary:active {
  background-color: rgb(39.6666666667, 8.6666666667, 42.3333333333) !important;
  color: #fff;
}

.btn-secondary {
  background: none;
  color: #fff;
  border: solid 1px #fff;
}
.btn-secondary:hover {
  background: none;
  color: #fff;
  border: solid 1px #fff;
}
.btn-secondary:active {
  background: none;
  color: #fff;
  border: solid 1px #fff;
}

.btn-highlight {
  background-color: #08ab61;
  color: #fff;
  border: none;
}
.btn-highlight:hover {
  background-color: rgb(5.7206703911, 122.2793296089, 69.3631284916);
  color: #FFF;
}
.btn-highlight:active {
  background-color: rgb(3.4413407821, 73.5586592179, 41.7262569832);
  color: #FFF;
}

.oip-primary-button-green {
  background: #12AE67;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  padding: 12px 30px;
}
.oip-primary-button-green a {
  color: #fff;
}

.oip-primary-button-purple {
  background: #771A7F;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  padding: 12px 32px;
}
.oip-primary-button-purple a {
  color: #fff;
}

.oip-primary-button-white-outline {
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  padding: 10px 20px;
}

@media (width <= 575px) {
  .oip-primary-button-purple,
  .oip-primary-button-white-outline {
    font-size: 14px !important;
  }
  .btn {
    font-size: 14px;
    max-width: 360px !important;
  }
}
.height-560 {
  height: 560px !important;
}

.height-45 {
  height: 45px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.width-50 {
  width: 50px;
}

.width-400 {
  width: 400px;
}

.width-464 {
  width: 464px;
}

.max-width-265 {
  max-width: 265px;
}

.max-width-310 {
  max-width: 310px;
}

.max-width-320 {
  max-width: 320px;
}

.width-320 {
  width: 320px;
}

.max-width-400 {
  max-width: 400px;
}

@media (width <= 991px) {
  .width-sm-100 {
    width: 100% !important;
  }
}
@media (width >= 1200px) {
  .min-height-60-xl {
    min-height: 60px;
  }
}
@media (width <= 575px) {
  .width-sm-100 {
    width: 100% !important;
  }
  .height-sm-40 {
    height: 40px;
  }
  .height-sm-45 {
    height: 45px;
  }
  .width-sm-40 {
    width: 40px;
  }
}
@media (width <= 1200px) {
  .max-width-500-lg {
    max-width: 500px;
  }
}
@media (width <= 1200px) {
  .quality-and-expertise-section .max-width-265,
  .time-saving-cn .max-width-265,
  .flexible-scalable-cn .max-width-265 {
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .quality-and-expertise-section .table-section,
  .time-saving-cn .table-section,
  .flexible-scalable-cn .table-section {
    text-align: center;
    margin: auto;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #636;
}

.overlay-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 9999;
}

.overlay-content.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url("../images/photos/cross.png") no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

.login-part {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  padding: 0;
}

.login-part input {
  width: 100%;
  height: auto;
  margin: 10px 0 !important;
  background: white;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #4c4c4c !important;
  border: 2px solid white;
  border-radius: 4px;
}

.login-part input:focus {
  border-color: #88b7b3;
}

.login-part button[type=submit] {
  background: #3bb3bb;
  padding: 17px;
}

.login-part button[type=submit]:hover {
  background: #3bb3bb;
}

.login-part a.forgot-pw {
  display: block;
  text-align: center;
  margin-top: 2.5em;
  color: white;
  opacity: 0.5;
  font-size: 0.95em;
}

.signup-spiner {
  text-align: center;
  margin-top: 70px;
}

#signup .login-part {
  height: 362px;
}

.btn-block {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.signup-required-box {
  text-align: center;
  margin-bottom: 10px;
}

.join-btn-margin {
  margin-top: 10px;
}

.text-red {
  color: red !important;
}

.login-overlay {
  color: #fff;
  font-size: 1.7em !important;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 300;
}

.calendly-overlay .calendly-close-overlay {
  background-color: #111;
}

.case-study-swiper-button-left,
.case-study-swiper-button-right,
.blog-swiper-button-left,
.blog-swiper-button-right {
  height: 16px;
  width: 16px;
}
.case-study-swiper-button-left.swiper-button-disabled,
.case-study-swiper-button-right.swiper-button-disabled,
.blog-swiper-button-left.swiper-button-disabled,
.blog-swiper-button-right.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CCC;
  border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.case-study-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

@media (width <= 575px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
  }
}
.brand-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-swiper .swiper-slide {
  width: 300px;
  height: 200px;
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.brand-swiper .swiper-slide .content {
  transform: scale(0.5);
}
.brand-swiper .swiper-slide-active .content,
.brand-swiper .swiper-slide-duplicate-active .content {
  transform: scale(1);
}

.fte-section .fte-section-bg {
  background: rgb(33, 23, 39);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.fte-section .fte-tabs.active {
  background: rgb(33, 23, 39);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.fte-section .fte-section-accordion-active-bg {
  background: rgb(33, 23, 39);
  border-radius: 20px;
}
.fte-section .fte-accordion-item {
  overflow: hidden;
}
.fte-section .fte-accordion-header {
  cursor: pointer;
}
.fte-section .fte-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}
.fte-section .content-section {
  padding-top: 15px;
}
.fte-section .content-section p {
  font-size: 14px;
  margin-bottom: 0;
}
.fte-section .content-section .dot {
  width: 4px;
  height: 4px;
  background-color: #ffa7a4;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}
.fte-section .content-section .first-description {
  color: #FFA7A4;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

#global-section img {
  height: 4rem;
}

.global-section .bg-image-2 {
  height: 1050px;
  width: 100%;
  background-image: url("../images/photos/oip-earth-image-bg.jpeg");
  background-size: cover;
  background-position: 50% center;
}
.global-section .content {
  top: 19%;
}

@media (width >= 992px) {
  .global-section .content {
    max-width: 460px;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
}
@media (width >= 1200px) {
  .global-section .content {
    max-width: 570px;
  }
}
@media (width >= 1600px) {
  .global-section .content {
    max-width: 735px;
  }
}
@media (width >= 2000px) {
  .global-section .bg-image-2 {
    height: 1350px;
  }
  .global-section .content {
    top: 20%;
  }
}
@media (width >= 2500px) {
  .global-section .bg-image-2 {
    height: 1500px !important;
  }
  .global-section .content {
    top: 22%;
  }
}
@media (width <= 1600px) {
  .global-section .bg-image-2 {
    height: 800px;
  }
}
@media (width <= 1199px) {
  .global-section .bg-image-2 {
    height: 650px;
  }
}
@media (width <= 991px) {
  .global-section .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .global-section .bg-image-2 {
    height: 1050px;
  }
  .global-section .content {
    text-align: center;
    --bs-gutter-x: 10rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 86%;
  }
}
@media (width <= 767px) {
  .global-section .bg-image-2 {
    height: 800px;
  }
  .global-section .content {
    --bs-gutter-x: 9rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 86%;
  }
}
@media (width <= 575px) {
  .global-section .bg-image-2 {
    height: 500px;
  }
  .global-section .content {
    --bs-gutter-x: 2rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 86%;
  }
}
.oip-header .navbar-toggler {
  border: none !important;
  padding: 0;
}
.oip-header .navbar-toggler:focus {
  box-shadow: none !important;
}
.oip-header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  opacity: 0.5;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (width <= 575px) {
  .oip-header .navbar .navbar-logo {
    width: 140px;
  }
  .oip-header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    width: 18px;
    height: 12px;
  }
  .oip-header .navbar .navbar-toggler-icon {
    width: 18px;
    height: 18px;
  }
  .oip-header .navbar .navbar-collapse ul {
    height: calc(100vh - 54px) !important;
  }
  .oip-header .navbar .sign-up-button {
    padding: 3px 8px;
    font-size: 12px !important;
    margin-right: 20px;
    background: #000;
  }
}

@media (width <= 575px) {
  .hero-section {
    height: fit-content;
  }
  .hero-section .hero-bg-image {
    background-image: url("../images/photos/oip-main-site-bg-1m.jpg") !important;
    background-position: 0 center !important;
    background-size: cover;
    opacity: 0.8;
  }
  .hero-section #oip-bulb-image {
    background-image: url("../images/photos/oip-main-site-bg-1m.jpg") !important;
    background-size: 100%;
    height: 650px;
  }
  .hero-section .content {
    --bs-gutter-x: 4.5rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 85%;
  }
}
.hero-section .hero-bg-image {
  width: 100%;
  height: 1000px;
  background-image: url("../images/photos/oip-main-site-bg-1.jpeg");
  background-size: cover;
  background-position: top center;
  opacity: 0.8;
  background-repeat: no-repeat;
}
.hero-section .content {
  top: 30%;
}
@media (width >= 992px) {
  .hero-section {
    color: green !important;
  }
  .hero-section .content {
    max-width: 500px;
  }
}
@media (width >= 1200px) {
  .hero-section .content {
    max-width: 720px;
  }
}
@media (width >= 2000px) {
  .hero-section .hero-bg-image {
    height: 1350px;
  }
}
@media (width >= 2500px) {
  .hero-section .hero-bg-image {
    height: 1500px !important;
  }
}
@media (width <= 1800px) {
  .hero-section .hero-bg-image {
    height: 1100px;
    background-position: 50% center;
  }
  .hero-section .content {
    top: 36%;
  }
}
@media (width <= 1600px) {
  .hero-section .hero-bg-image {
    height: 790px;
    background-position: 50% center;
  }
  .hero-section .content {
    top: 30%;
  }
}
@media (width <= 1199px) {
  .hero-section .hero-bg-image {
    opacity: 0.5;
    height: 640px;
  }
  .hero-section .content {
    top: 30%;
  }
}
@media (width <= 991px) {
  .hero-section .hero-bg-image {
    background-position: 68% center;
    height: 600px;
  }
  .hero-section .content {
    --bs-gutter-x: 80px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 12%;
  }
}
@media (width <= 767px) {
  .hero-section .hero-bg-image {
    height: 815px;
  }
  .hero-section .content {
    --bs-gutter-x: 9rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    top: 82%;
  }
}
@media (width <= 576px) {
  .hero-section .btn {
    width: 100%;
    max-width: 400px;
  }
  .hero-section .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#news-link .all-posts-cn .post-title {
  font-size: 24px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#news-link .all-posts-cn .post-excerpt {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.plan-section .partner-subheading {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.plan-section .plan-section-one .header,
.plan-section .plan-section-two .header,
.plan-section .plan-section-three .header,
.plan-section .plan-section-four .header {
  font-weight: 600;
  color: #87EEBF;
}
.plan-section .plan-section-one .footer-button,
.plan-section .plan-section-two .footer-button,
.plan-section .plan-section-three .footer-button,
.plan-section .plan-section-four .footer-button {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  background: #111;
  border: 1px solid #87EEBF;
  width: 270px;
  padding: 13px 10px;
}
.plan-section .plan-section-two .header {
  font-weight: 600;
  color: #FEEAA0;
}
.plan-section .plan-section-two .footer-button {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  background: #111;
  border: 1px solid #FEEAA0;
  width: 270px;
  padding: 13px 10px;
}
.plan-section .plan-section-three .header {
  font-weight: 600;
  color: #76e5ff;
}
.plan-section .plan-section-three .footer-button {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  background: #111;
  border: 1px solid #76e5ff;
  width: 270px;
  padding: 13px 10px;
}
.plan-section .plan-section-four .header {
  font-weight: 600;
  color: #ffa7a4;
}
.plan-section .plan-section-four .footer-button {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  background: #111;
  border: 1px solid #ffa7a4;
  width: 270px;
  padding: 13px 10px;
}
@media (width <= 1199px) {
  .plan-section .plan-section-one,
  .plan-section .plan-section-two,
  .plan-section .plan-section-three,
  .plan-section .plan-section-four {
    max-width: 370px;
  }
  .plan-section .plan-section-one .footer-button,
  .plan-section .plan-section-two .footer-button,
  .plan-section .plan-section-three .footer-button,
  .plan-section .plan-section-four .footer-button {
    width: 100% !important;
  }
}

@media (width <= 991px) {
  .plan-section {
    padding-top: 330px;
  }
}
@media (width <= 767px) {
  .plan-section {
    padding-top: 380px;
  }
}
@media (width <= 575px) {
  .plan-section {
    padding-top: 460px;
  }
}
#problem-section img {
  margin-right: 1rem;
}
#problem-section .border-center {
  max-width: fit-content;
  margin: auto;
}
#problem-section .border-center .border-1-height {
  border: 3px solid #87EEBF;
  width: 5px;
  margin-left: 4px;
  margin-top: 5px;
  height: 302px;
}
#problem-section .oip-divider {
  border: 1px solid #87EEBF;
  width: 1px;
  margin-left: 4px;
  margin-top: 5px;
  height: 360px;
}
@media (width <= 767px) {
  #problem-section.problem-section {
    padding-top: 330px;
  }
}
@media (width <= 575px) {
  #problem-section.problem-section {
    background-color: #241d2a;
    padding-top: 500px;
  }
  #problem-section.problem-section .border-center .border-1-height {
    height: 347px;
  }
  #problem-section.problem-section img {
    margin-left: 30px;
  }
}

.quality-and-expertise-section .label-section {
  width: 92%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.title-section {
  opacity: 0.2;
}

.fte-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 800px;
}

.fte-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.fte-swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fte-swiper-slide.active {
  opacity: 1;
  z-index: 1;
}

@media (width <= 992px) {
  .fte-swiper-container {
    height: 1250px;
  }
}
.oip-theme-color-orange {
  color: #ffa7a4 !important;
}

.cost-saving-section,
.quality-and-expertise-section {
  color: rgb(255, 255, 255);
}
.cost-saving-section p,
.quality-and-expertise-section p {
  margin-bottom: 0;
}
.cost-saving-section .middle-block,
.quality-and-expertise-section .middle-block {
  margin-top: 40px;
  margin-bottom: 60px;
}
.cost-saving-section .middle-block .table-section,
.quality-and-expertise-section .middle-block .table-section {
  max-width: 350px;
}
.cost-saving-section .middle-block .table-section table,
.quality-and-expertise-section .middle-block .table-section table {
  color: rgb(217, 217, 217);
  width: 100%;
}
.cost-saving-section .middle-block .table-section table thead,
.quality-and-expertise-section .middle-block .table-section table thead {
  text-align: center;
}
.cost-saving-section .middle-block .table-section table thead th,
.quality-and-expertise-section .middle-block .table-section table thead th {
  font-size: 12px;
  font-weight: 400;
  color: #D9D9D9;
}
.cost-saving-section .middle-block .table-section table tbody tr td,
.quality-and-expertise-section .middle-block .table-section table tbody tr td {
  width: 25px;
  background: rgba(217, 217, 217, 0.2);
  height: 17px;
  border-left: rgb(33, 23, 39) 10px solid;
  border-right: rgb(33, 23, 39) 10px solid;
  border-top: rgb(33, 23, 39) 7px solid;
  border-bottom: rgb(33, 23, 39) 7px solid;
}
.cost-saving-section .middle-block .label-section,
.quality-and-expertise-section .middle-block .label-section {
  color: rgb(217, 217, 217);
}
.cost-saving-section .middle-block .label-section p,
.quality-and-expertise-section .middle-block .label-section p {
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}
.cost-saving-section .middle-block .label-section .width-max-content,
.quality-and-expertise-section .middle-block .label-section .width-max-content {
  width: max-content;
}
.cost-saving-section .middle-block .label-box,
.quality-and-expertise-section .middle-block .label-box {
  width: 48px;
  background: rgba(217, 217, 217, 0.2);
  height: 23px;
  border-left: rgb(33, 23, 39) 10px solid;
  border-right: rgb(33, 23, 39) 10px solid;
  border-top: rgb(33, 23, 39) 7px solid;
  border-bottom: rgb(33, 23, 39) 7px solid;
}
.cost-saving-section .middle-block .table-section .dark-red-cell,
.cost-saving-section .middle-block .label-section .dark-red-cell,
.quality-and-expertise-section .middle-block .table-section .dark-red-cell,
.quality-and-expertise-section .middle-block .label-section .dark-red-cell {
  background: rgba(207, 56, 53, 0.2);
}
.cost-saving-section .middle-block .table-section .light-red-cell,
.cost-saving-section .middle-block .label-section .light-red-cell,
.quality-and-expertise-section .middle-block .table-section .light-red-cell,
.quality-and-expertise-section .middle-block .label-section .light-red-cell {
  background: rgb(207, 56, 53);
}
.cost-saving-section .middle-block .table-section .white-cell,
.cost-saving-section .middle-block .label-section .white-cell,
.quality-and-expertise-section .middle-block .table-section .white-cell,
.quality-and-expertise-section .middle-block .label-section .white-cell {
  background: rgb(217, 217, 217);
}
.cost-saving-section .middle-block .table-section .dark-grey-cell,
.cost-saving-section .middle-block .label-section .dark-grey-cell,
.quality-and-expertise-section .middle-block .table-section .dark-grey-cell,
.quality-and-expertise-section .middle-block .label-section .dark-grey-cell {
  background: rgba(217, 217, 217, 0.5);
}
.cost-saving-section .middle-block .table-section .pink-cell,
.cost-saving-section .middle-block .label-section .pink-cell,
.quality-and-expertise-section .middle-block .table-section .pink-cell,
.quality-and-expertise-section .middle-block .label-section .pink-cell {
  background: rgb(255, 167, 164);
}
.cost-saving-section .middle-block .table-section .blue-cell,
.cost-saving-section .middle-block .label-section .blue-cell,
.quality-and-expertise-section .middle-block .table-section .blue-cell,
.quality-and-expertise-section .middle-block .label-section .blue-cell {
  background: rgb(12, 141, 222);
}
.cost-saving-section .middle-block .table-section .light-pink-cell,
.cost-saving-section .middle-block .label-section .light-pink-cell,
.quality-and-expertise-section .middle-block .table-section .light-pink-cell,
.quality-and-expertise-section .middle-block .label-section .light-pink-cell {
  background: rgb(227, 79, 240);
}
.cost-saving-section .middle-block .table-section .light-yellow-cell,
.cost-saving-section .middle-block .label-section .light-yellow-cell,
.quality-and-expertise-section .middle-block .table-section .light-yellow-cell,
.quality-and-expertise-section .middle-block .label-section .light-yellow-cell {
  background: rgb(254, 234, 160);
}
.cost-saving-section .middle-block .table-section .dark-yellow-cell,
.cost-saving-section .middle-block .label-section .dark-yellow-cell,
.quality-and-expertise-section .middle-block .table-section .dark-yellow-cell,
.quality-and-expertise-section .middle-block .label-section .dark-yellow-cell {
  background: rgb(255, 183, 59);
}
.cost-saving-section .middle-block .table-section .dark-pink-cell,
.cost-saving-section .middle-block .label-section .dark-pink-cell,
.quality-and-expertise-section .middle-block .table-section .dark-pink-cell,
.quality-and-expertise-section .middle-block .label-section .dark-pink-cell {
  background: rgb(183, 54, 142);
}
.cost-saving-section .middle-block .table-section .green-cell,
.cost-saving-section .middle-block .label-section .green-cell,
.quality-and-expertise-section .middle-block .table-section .green-cell,
.quality-and-expertise-section .middle-block .label-section .green-cell {
  background: rgb(135, 238, 191);
}

.flexible-scalable-cn {
  padding: 40px 60px 60px;
}
.flexible-scalable-cn .flexible-scalable-body {
  text-align: center;
}
.flexible-scalable-cn .flexible-scalable-body .first-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.flexible-scalable-cn .flexible-scalable-body .first-description {
  color: #FFA7A4;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.flexible-scalable-cn .flexible-scalable-body table {
  width: 100%;
}
.flexible-scalable-cn .flexible-scalable-body table tr {
  border-bottom: 5px solid #2d2035;
}
.flexible-scalable-cn .flexible-scalable-body table tr th {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  width: 20px;
  height: 16px;
}
.flexible-scalable-cn .flexible-scalable-body table tr td {
  width: 20px;
  height: 16px;
  background: rgba(217, 217, 217, 0.2);
  border-right: 5px solid #2d2035;
}
.flexible-scalable-cn .flexible-scalable-body .label-section {
  color: rgb(217, 217, 217);
}
.flexible-scalable-cn .flexible-scalable-body .label-section .label-box {
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
}
.flexible-scalable-cn .flexible-scalable-body .label-section p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.flexible-scalable-cn .flexible-scalable-body .section-2 {
  margin-top: 30px;
}
.flexible-scalable-cn .flexible-scalable-body .section-2 table tr td {
  width: 20px;
  height: 16px;
  background: rgba(217, 217, 217, 0.2);
  border-right: 5px solid #2d2035;
}
.flexible-scalable-cn .flexible-scalable-body .grey-cell {
  background: rgba(217, 217, 217, 0.2) !important;
}
.flexible-scalable-cn .flexible-scalable-body .dark-red-cell {
  background: rgba(207, 56, 53, 0.2) !important;
}
.flexible-scalable-cn .flexible-scalable-body .light-red-cell {
  background: rgb(207, 56, 53) !important;
}
.flexible-scalable-cn .flexible-scalable-body .white-cell {
  background: rgb(217, 217, 217) !important;
}
.flexible-scalable-cn .flexible-scalable-body .dark-grey-cell {
  background: rgba(217, 217, 217, 0.5) !important;
}
.flexible-scalable-cn .flexible-scalable-body .pink-cell {
  background: rgb(255, 167, 164) !important;
}
.flexible-scalable-cn .flexible-scalable-body .blue-cell {
  background: rgb(12, 141, 222) !important;
}
.flexible-scalable-cn .flexible-scalable-body .light-pink-cell {
  background: rgb(227, 79, 240) !important;
}
.flexible-scalable-cn .flexible-scalable-body .light-yellow-cell {
  background: rgb(254, 234, 160) !important;
}
.flexible-scalable-cn .flexible-scalable-body .dark-yellow-cell {
  background: rgb(255, 183, 59) !important;
}
.flexible-scalable-cn .flexible-scalable-body .dark-pink-cell {
  background: rgb(183, 54, 142) !important;
}
.flexible-scalable-cn .flexible-scalable-body .green-cell {
  background: rgb(135, 238, 191) !important;
}
.flexible-scalable-cn .flexible-scalable-body .dark-green-cell {
  background-color: #12AE67 !important;
}
.flexible-scalable-cn .flexible-scalable-body .black-cell {
  background-color: #000 !important;
}

.time-saving-cn {
  padding: 40px 60px 60px;
}
.time-saving-cn .time-saving-body {
  text-align: center;
}
.time-saving-cn .time-saving-body .grey-cell {
  background: rgba(217, 217, 217, 0.2) !important;
}
.time-saving-cn .time-saving-body .green-cell {
  background-color: #12AE67 !important;
}
.time-saving-cn .time-saving-body .white-cell {
  background-color: #FFF !important;
}
.time-saving-cn .time-saving-body .first-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.time-saving-cn .time-saving-body .first-description {
  color: #FFA7A4;
  font-size: 12px;
  font-weight: 700;
}
.time-saving-cn .time-saving-body table {
  width: 100%;
}
.time-saving-cn .time-saving-body table tr th {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  width: 26px;
  height: 8px;
}
.time-saving-cn .time-saving-body table tr td {
  width: 26px;
  height: 8px;
  background-color: #FFF;
  border-right: 5px solid #2d2035;
}
.time-saving-cn .time-saving-body .line-bar {
  position: relative;
  width: 100%;
  height: 1.5px;
  margin: 15px 0;
  background-color: #D9D9D9;
  /* Left circle */
  /* Right circle */
}
.time-saving-cn .time-saving-body .line-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.time-saving-cn .time-saving-body .line-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.time-saving-cn .time-saving-body .days-text {
  font-size: 12px;
  font-weight: 400;
  color: #D9D9D9;
}
.time-saving-cn .time-saving-body .section-2 table tr td {
  width: 20px;
  height: 16px;
  background: rgba(217, 217, 217, 0.2);
  border-right: 5px solid #2d2035;
}
.time-saving-cn .time-saving-body .section-2 .line-bar-cn .line-bar {
  width: 35%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.time-saving-cn .time-saving-body .section-2 .line-bar-cn .days-text {
  text-align: left;
  margin-bottom: 15px;
  padding: 8px 0 0;
}
.time-saving-cn .time-saving-body .section-3 .line-bar-cn .line-bar {
  width: 25%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.time-saving-cn .time-saving-body .section-3 .line-bar-cn .days-text {
  text-align: left;
  margin-bottom: 15px;
  padding: 8px 0 0;
}
.time-saving-cn .time-saving-body .section-4 .line-bar-cn .line-bar {
  width: 15%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.time-saving-cn .time-saving-body .section-4 .line-bar-cn .days-text {
  text-align: left;
  margin-bottom: 15px;
  padding: 8px 0 0;
}
.time-saving-cn .time-saving-body .section-3 table tr,
.time-saving-cn .time-saving-body .section-4 table tr {
  border-bottom: 5px solid #2d2035;
}
.time-saving-cn .time-saving-body .section-3 table tr td,
.time-saving-cn .time-saving-body .section-4 table tr td {
  width: 20px;
  height: 20px;
  background: rgba(217, 217, 217, 0.2);
  border-right: 5px solid #2d2035;
}

.oip-footer .legal-links p a {
  color: #76e5ff !important;
  font-size: 0.8rem;
}
.oip-footer .information .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.oip-footer .information .contact .value {
  margin-top: 0;
  margin-bottom: 0;
}
@media (width >= 1600px) {
  .oip-footer .information .title {
    font-size: 18px;
  }
}
@media (width <= 575px) {
  .oip-footer {
    padding-left: 30px;
    font-size: 1rem;
  }
  .oip-footer p, .oip-footer a {
    font-size: 1rem;
  }
  .oip-footer .footer-link-cn a {
    font-size: 1rem;
  }
}
@media (width >= 768px) {
  .oip-footer .footer-link-cn a {
    font-size: 16px;
  }
}
.oip-footer .rights-reserved-cn p {
  font-size: 0.8rem;
}