body {
  color: #333;
  font-family: archia, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100%;
}

.div-block {
  width: 15%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.main-content-wrapper-right {
  width: 83%;
  float: right;
  background-color: #f8f7f7;
  position: relative;
}

.homepage-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.hero-content-wrapper {
  margin-bottom: 0;
  margin-left: 80px;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 54px;
}

.body {
  font-family: archia, sans-serif;
  font-weight: 400;
}

.arrows {
  width: 120px;
  height: 120px;
  background-color: #02aff1;
  margin-top: -120px;
  margin-bottom: 0;
  margin-right: 120px;
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
}

.slide {
  background-color: #012060;
  background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/ilya-pavlov-87438-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 122px;
  padding-right: 100px;
  position: relative;
}

.slide.system-integration {
  background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/hack-capital-568971-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.slide.consulting {
  background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/rawpixel-669607-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.cloud-services {
  background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/Cloud.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.business-analytics {
  background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/carlos-muza-84523-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.first-slider {
  background-color: #02aff1;
  background-image: linear-gradient(178deg, #012060, rgba(0, 0, 0, 0)), url('../images/BIC-final.svg');
  background-position: 0 0, 80% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
}

.slide.training {
  background-image: linear-gradient(164deg, #012060 9%, rgba(1, 19, 54, .32)), url('../images/nesa-by-makers-736784-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-3 {
  padding: 70px 100px;
  display: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 17%;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button {
  color: #fff;
  border-radius: 50px;
  margin-top: 15px;
  padding: 0;
  display: none;
}

.div-block-4 {
  z-index: 2;
  width: 80px;
  height: 320px;
  color: #fff;
  text-align: left;
  background-color: #02aff1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  margin-left: -40px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-menu {
  width: 100vw;
  height: 100vh;
  background-color: #012060;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.burger-btn-wrapper {
  z-index: 500000;
  text-align: center;
  cursor: pointer;
  border: 3px solid #012060;
  border-radius: 50%;
  padding: 10px;
  display: block;
  position: relative;
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: #012060;
  border-radius: 50px;
  margin: 4px auto;
  display: block;
}

.brand {
  margin-top: -15px;
}

.navlink {
  color: #fff;
  font-family: archia, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: letter-spacing .35s;
  display: block;
}

.navlink:hover {
  color: #012060;
  letter-spacing: 3px;
}

.div-block-5 {
  background-color: #02aff1;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 163px;
}

.side-bar {
  z-index: 100;
  width: 17%;
  height: 100vh;
  background-color: #fff;
  background-image: linear-gradient(rgba(248, 247, 247, .45), rgba(248, 247, 247, .45)), url('../images/618_0008_plexus1dark.png');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.burger {
  width: 100px;
  height: 55px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.line1 {
  width: 100%;
  height: 15px;
  transform-origin: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line1.red {
  height: 10px;
  background-color: #012060;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line2 {
  width: 100%;
  height: 15px;
  transform-origin: 50%;
  background-color: #fff;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line2.red {
  height: 10px;
  background-color: #012060;
  margin-top: 22px;
}

.line3 {
  width: 100%;
  height: 15px;
  transform-origin: 50%;
  background-color: #fff;
  margin-top: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.line3.red {
  height: 10px;
  background-color: #012060;
  margin-top: 45px;
}

.text-block {
  z-index: 20;
  color: #fff;
  background-color: #02aff1;
  flex: none;
  margin-bottom: 4%;
  margin-left: -37px;
  padding: 13px 55px;
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-92deg);
}

.logos {
  float: left;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-block {
  margin-right: 40px;
  padding: 8px;
  transition: none;
  display: inline-block;
}

.link-block:hover {
  opacity: 1;
  background-color: #012060;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.link-block.w--current {
  opacity: 1;
}

.text-block-2 {
  color: #012060;
  border-top: 4px solid #012060;
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  background-image: url('../images/BIC-final.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-basis: 50%;
}

.div-block-8 {
  flex-basis: 40%;
  padding-top: 200px;
}

.div-block-8.dd {
  padding-bottom: 60px;
}

.footer {
  background-color: #02aff1;
  padding: 60px 80px;
}

.footer-logo-and-email {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block {
  width: 50%;
  margin-top: 32px;
  margin-bottom: 0;
}

.form-block.small {
  max-width: 347px;
  margin-top: 0;
  display: none;
}

.form {
  display: flex;
}

.hero-email-field {
  height: 40px;
  color: #012060;
  border: 1px solid #e4edf5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 10px 15px 8px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
}

.hero-email-field:hover {
  border-color: #49b882;
}

.create-account-button {
  height: 40px;
  color: #fff;
  background-color: #012060;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.create-account-button:hover {
  background-color: #011336;
}

.talk-to-specialist-link {
  color: #fff;
  margin-top: 16px;
  text-decoration: none;
  display: inline-block;
}

.talk-to-specialist-link:hover {
  text-decoration: underline;
}

.right-arrow {
  width: 120px;
  height: 120px;
  background-color: #02aff1;
  margin-top: -240px;
  margin-bottom: 0;
  margin-right: 0;
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
}

.footer-menus-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.footer-menu-ul {
  flex: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Ibmplexsans, sans-serif;
}

.footer-menu-title {
  color: #c7e4ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-menu-link {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.tile-company-image {
  width: 80px;
  max-width: 120px;
}

.company-details {
  width: 100%;
  height: 193px;
  text-align: center;
  border: 1px solid #e4edf5;
  border-radius: 4px;
  padding: 25px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, .05);
}

.company-details:hover {
  border-color: #012060;
}

.tile-company-title {
  color: #00386c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.company-main-block {
  width: 25%;
  padding: 8px;
  display: inline-block;
}

.all-companies-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.tile-company-category {
  color: rgba(0, 56, 108, .5);
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.company-image-wrapper {
  height: 95px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.view-details-texts {
  opacity: 0;
  color: #012060;
  font-size: 14px;
  line-height: 37px;
  transition: all .2s ease-in-out;
}

.customers-wrapper {
  background-color: #f7f6f5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: block;
}

.line {
  width: 45px;
  height: 1px;
  background-color: #02aff1;
  position: absolute;
  top: 35px;
  left: 180px;
}

.line.destination-line {
  background-color: #02aff1;
  left: auto;
  right: 180px;
}

.customer-image {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}

.customers-title {
  max-width: 940px;
  color: #012060;
  text-align: center;
  margin: 0 auto;
  font-family: Ibmplexsans text, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 66px;
  display: block;
}

.sources-feature {
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.feature-column {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex-basis: 30%;
  justify-content: space-between;
  margin: 8px;
  padding: 20px 26px 24px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.feature-column.destination {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.customers-diagram {
  margin-top: 64px;
}

.feature-wrapper {
  color: #fff;
  background-color: #49b882;
  display: inline-block;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .2);
}

.feature-wrapper.float {
  background-color: #012060;
  border-radius: 4px;
  padding: 18px;
}

.feature-paragraph {
  color: #7999b8;
  margin-bottom: 0;
  font-family: Ibmplexsans text, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.feature-row {
  justify-content: space-around;
  display: flex;
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.paragraph {
  color: #ccffe6;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}

.destination-title {
  color: #00386c;
  margin-top: 8px;
  line-height: 24px;
}

.feature-category {
  color: #00386c;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 48px;
}

.feature-image {
  width: 80px;
  height: 80px;
  border: 2px solid #02aff1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.feature-description {
  max-width: 180px;
  text-align: left;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-description.destination {
  margin-top: 30px;
  position: static;
  left: auto;
  right: -280px;
}

.customers-paragraph {
  width: 80%;
  color: #02aff1;
  margin: 16px auto 0;
  font-family: Ibmplexsans text, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.feature-title-white {
  line-height: 24px;
}

.div-block-9 {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.image-2 {
  display: none;
}

.slide-nav {
  text-align: left;
  margin-bottom: 16px;
  margin-left: 132px;
  margin-right: 100px;
}

.div-block-10 {
  width: 50%;
  opacity: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-left: 130px;
  margin-right: 100px;
  padding-bottom: 44px;
  transition: all .35s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-100vw);
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 125%;
}

.div-block-11 {
  width: 15%;
  height: 100vh;
  position: fixed;
}

.sidebar-logo {
  margin-top: 35px;
  margin-left: 30px;
}

.users {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.users-title-paragraph {
  max-width: 720px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  display: block;
}

.all-users-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
  display: none;
}

.user-logo-wrapper {
  width: 25%;
  text-align: center;
  flex-basis: 18%;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.users-texts {
  text-align: center;
  margin-top: 32px;
}

.users-count-text {
  width: 60%;
  color: #fff;
  margin: 0 auto 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: block;
}

.learn-text-link {
  color: #02aff1;
  background-image: url('../images/arrow-light.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.learn-text-link:hover {
  color: #fff;
  background-image: url('../images/arrow-white.svg');
  background-size: auto;
  text-decoration: underline;
}

.div-block-12 {
  background-color: #012060;
  padding-top: 108px;
  padding-bottom: 108px;
}

.inner-hero {
  background-color: #012060;
  padding-top: 400px;
  padding-bottom: 45px;
}

.inner-hero.about-page {
  background-image: linear-gradient(rgba(1, 32, 96, .85), rgba(1, 32, 96, .85)), url('../images/charles-deluvio-456501-unsplash-1.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
}

.inner-hero.suite-hero {
  background-image: linear-gradient(rgba(1, 32, 96, .85), rgba(1, 32, 96, .85)), url('../images/rawpixel-565456-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-hero.digital {
  background-image: linear-gradient(rgba(1, 32, 96, .85), rgba(1, 32, 96, .85)), url('../images/stephen-dawson-670638-unsplash.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-14 {
  background-color: #012060;
}

.paragraph-2 {
  width: 80%;
  color: #fff;
  margin-top: 59px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 26px;
}

.form-label {
  color: #fff;
  margin-top: 42px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
}

.form-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #fff;
  padding-left: 0;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.submit-button {
  background-color: #012060;
  margin-top: 41px;
  padding: 20px 75px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-15 {
  margin-left: 80px;
  margin-right: 80px;
}

.heading-2 {
  color: #02aff1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.sibagen-flyer {
  z-index: 250;
  width: 300px;
  margin-left: -8px;
  padding-top: 6px;
  display: none;
  position: absolute;
}

.div-block-16 {
  background-color: #012060;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 20px;
  display: block;
}

.div-block-16.kk {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.div-block-17, .div-block-18 {
  background-color: #02aff1;
  padding: 70px 100px;
}

.column-3 {
  padding-left: 0;
}

.bold-text {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.bold-text-2 {
  color: #fff;
  text-decoration: none;
}

.bold-text-2:hover {
  color: #012060;
}

.link-block-2 {
  margin-bottom: 30px;
}

.paragraph-4 {
  width: 60%;
  color: #02aff1;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-4.whitee {
  color: #fff;
  font-family: Ibmplexsans, sans-serif;
}

.products-top-wrapper {
  background-color: #02aff1;
  padding: 70px 80px;
}

.heading-copy {
  width: 75%;
  color: #fff;
  margin-top: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 125%;
}

.recaptcha {
  margin-top: 55px;
}

.button {
  background-color: #012060;
  border-radius: 40px;
  padding: 17px 30px;
  line-height: 16px;
  transition: all .3s;
}

.button:hover {
  background-color: #02aff1;
}

.button.mt50 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 21px;
  transition: all .3s;
}

.button.mt50:hover {
  background-color: #02aff1;
}

.button.border {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #012060;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.border:hover {
  color: #02aff1;
  border-color: #02aff1;
}

.language-block {
  flex-grow: 1;
  flex-basis: 12.5%;
}

.product-video-image {
  border-radius: 5px;
}

.feature-icon {
  margin-bottom: 16px;
}

.play-image {
  opacity: .7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.features {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.feature-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 27px;
}

.language-image {
  width: 35px;
  height: 100%;
  opacity: .5;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.language-image:hover {
  opacity: 1;
}

.text-link {
  color: #49b882;
  transition: all .3s;
}

.text-link:hover {
  color: #54d194;
}

.feature {
  width: 50%;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-link {
  max-width: 600px;
  border-radius: 5px;
  position: relative;
}

.devlopers-love-segment {
  text-align: center;
  background-color: #012060;
  background-image: url('../images/top-left-c06533acf2.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 116px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: none;
}

.devlopers-and-segment-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.features-paragraph {
  color: #f2f9ff;
  margin-bottom: 0;
  font-weight: 400;
}

.all-languages {
  max-width: 450px;
  justify-content: space-around;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.devlopers-and-segment-paragraph {
  color: #c7e4ff;
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: 300;
  line-height: 24px;
}

.video-block {
  margin-top: 64px;
  margin-bottom: 64px;
}

.paragraph-main {
  width: 80%;
  color: #fff;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.row {
  align-items: center;
}

.features-holder {
  flex-basis: 60%;
  margin-bottom: 40px;
  display: flex;
}

.features-icon {
  float: right;
  flex-basis: 10%;
  padding-right: 42px;
}

.features-text {
  flex-basis: 80%;
}

.features-list-long {
  color: #fff;
  margin-top: 8px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.list-item {
  list-style-type: decimal;
}

.product-feature-ui {
  margin-top: 16px;
  margin-bottom: 16px;
}

.product-feature-ui.test-test {
  color: #fff;
  padding-right: 70px;
  list-style-type: square;
}

.feature-list-item {
  margin-bottom: 14px;
}

.heading-3 {
  float: none;
  color: #02aff1;
  text-align: right;
  margin-top: 28px;
  margin-bottom: 32px;
  margin-right: 42px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  display: block;
}

.heading-3.res {
  color: #012060;
}

.div-block-20._222 {
  align-items: center;
}

.products-feature-wrapper {
  background-color: #012060;
  padding: 80px 80px 70px 70px;
  position: relative;
}

.products-feature-wrapper.reverse-version {
  background-color: #02aff1;
}

.div-block-22 {
  padding: 70px 100px;
}

.get-started-main-block {
  background-color: #fff;
  border: 1px solid #e4edf5;
  justify-content: space-around;
  align-items: center;
  padding: 32px 16px;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.text-block-3 {
  color: #00386c;
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.cta-section {
  padding: 100px 180px;
}

.get-started-main-block-2 {
  background-color: #fff;
  border: 1px solid #e4edf5;
  justify-content: space-around;
  align-items: center;
  padding: 32px 16px;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.text-block-4 {
  color: #012060;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 24px;
}

.button-2 {
  background-color: #012060;
  border-radius: 40px;
  margin-right: 15px;
  padding: 17px 30px;
  line-height: 16px;
  transition: all .3s;
}

.button-2:hover {
  background-color: #02aff1;
}

.button-2.border {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #012060;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-2.border:hover {
  color: #02aff1;
  border-color: #02aff1;
}

.main-canvas {
  width: 100%;
}

.unordered-list {
  margin-bottom: 0;
}

.sibalife-flyer {
  z-index: 250;
  width: 300px;
  margin-left: -8px;
  padding-top: 6px;
  display: none;
  position: absolute;
}

.sibasuite-flyer {
  z-index: 250;
  width: 300px;
  opacity: 1;
  margin-left: -8px;
  padding-top: 6px;
  display: none;
  position: absolute;
}

.sibadigital-flyer {
  z-index: 250;
  width: 300px;
  margin-top: 0;
  margin-left: -8px;
  padding-top: 6px;
  display: none;
  position: absolute;
}

.hero-unordered-list {
  color: #fff;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  list-style-type: square;
}

.contact-page-light {
  background-color: #012060;
  padding: 70px 100px 40px;
}

.sibadigit {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 15px;
  list-style-type: square;
}

.column-5 {
  padding-left: 0;
}

.row-2 {
  width: 29%;
}

.div-block-26 {
  padding: 115px 80px 115px 70px;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  border: 2px solid #02aff1;
  border-radius: 50px;
  margin-right: 14px;
  padding: 4px;
  display: none;
}

.link-block-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
}

.menubutton-blue {
  width: 70px;
  height: 70px;
}

.right-arrow-2, .left-arrow {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50px;
}

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

.div-block-27 {
  padding: 39px 58px;
}

.paragraph-main-sub {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.div-block-28 {
  z-index: 2;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.row-3 {
  width: 80%;
}

.link-block-4 {
  width: 100%;
  background-color: #02aff1;
  border-radius: 4px;
  flex-direction: column;
  flex-basis: 45%;
  justify-content: flex-start;
  margin-right: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.link-block-4:hover {
  transform: translate(0, -8px);
}

.heading-4 {
  color: #012060;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.styling {
  background-color: #012060;
  padding: 80px 80px 20px 70px;
  position: relative;
  overflow: hidden;
}

.service-sub-heading {
  width: 80%;
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}

.circle-style {
  width: 2000px;
  height: 2000px;
  background-color: #011336;
  border-radius: 50%;
  margin-top: -200px;
  margin-left: -74px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle-style.circle-2 {
  z-index: 1;
  width: 1800px;
  height: 1800px;
  background-color: rgba(2, 175, 241, .09);
  margin-top: -100px;
  margin-left: 134px;
}

.text-block-5 {
  margin-top: 40px;
}

.see-more-butt {
  color: #fff;
  background-color: #012060;
  border: 2px solid #012060;
  border-radius: 40px;
  margin-top: 37px;
  margin-right: 15px;
  padding: 17px 30px;
  font-size: 1vw;
  font-weight: 600;
  line-height: 125%;
  transition: all .3s;
  display: block;
}

.see-more-butt:hover {
  background-color: #02aff1;
  border-color: #fff;
}

.see-more-butt.border {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #012060;
  padding-top: 15px;
  padding-bottom: 15px;
}

.see-more-butt.border:hover {
  color: #02aff1;
  border-color: #02aff1;
}

.div-block-29 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-3, .image-4 {
  width: 100%;
}

.div-block-30 {
  display: flex;
}

.div-block-31 {
  background-image: url('../images/olu-eletu-13086-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-basis: 50%;
}

.div-block-32 {
  flex-basis: 50%;
  padding: 150px 80px;
}

.paragraph-5 {
  color: #fff;
  font-size: 16px;
}

.div-block-33 {
  background-image: linear-gradient(rgba(1, 19, 54, .65), rgba(1, 19, 54, .65)), url('../images/pavel-fertikh-113162-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 500px 200px 200px 80px;
}

.heading-5 {
  width: 70%;
  color: #fff;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
  line-height: 50px;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 28px;
}

.div-block-34 {
  padding: 86px 200px 86px 80px;
}

.core-service-heading {
  color: #02aff1;
  margin-bottom: 28px;
  font-size: 42px;
  font-weight: 900;
  line-height: 52px;
}

.paragraph-main-copy {
  width: 80%;
  color: #fff;
  border-bottom: 8px solid #02aff1;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-main-copy._22 {
  width: auto;
  border-bottom-style: none;
  flex-basis: 40%;
  padding-right: 60px;
}

.div-block-35 {
  width: 50%;
}

.div-block-35._414 {
  width: 100%;
}

.core-service-wrapper {
  height: auto;
  background-color: #012060;
  background-image: linear-gradient(129deg, #011336 12%, #011336 28%, rgba(0, 0, 0, 0)), url('../images/nesa-by-makers-736784-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 80px 80px 300px 70px;
  position: relative;
}

.core-service-wrapper.systems-integration {
  background-image: linear-gradient(195deg, #011336 47%, rgba(0, 0, 0, 0)), url('../images/hack-capital-568971-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.core-service-wrapper.consulting-main {
  background-image: linear-gradient(#011336 6%, rgba(1, 19, 54, .74) 49%, rgba(0, 0, 0, 0)), url('../images/rawpixel-669607-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.core-service-wrapper.project-management {
  background-image: linear-gradient(#011336 24%, #011336 36%, rgba(1, 19, 54, .5)), url('../images/carlos-muza-84523-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.core-service-wrapper.training-services {
  background-image: linear-gradient(173deg, #011336 18%, #011336 42%, rgba(0, 0, 0, 0)), url('../images/venveo-609390-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.core-service-wrapper.cloudservice {
  background-image: linear-gradient(129deg, #011336 12%, #011336 28%, rgba(0, 0, 0, 0)), url('../images/Cloud.png');
  background-position: 0 0, 100%;
}

.div-block-36 {
  display: flex;
}

.core-serv {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  list-style-type: square;
}

.paragraph-7 {
  color: #fff;
  border-bottom: 8px solid #02aff1;
  margin-top: 54px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.core-services-header {
  background-color: #012060;
  padding-top: 395px;
}

.div-block-15-copy {
  background-color: #012060;
  padding: 60px 80px 45px 70px;
}

.heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.div-block-37 {
  height: 500px;
}

.html-embed {
  height: 100%;
}

.feature-row-copy {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.unordered-list-2 {
  color: #979090;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 18px;
  list-style-type: square;
}

.list-item-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-38 {
  margin-top: 40px;
  padding-top: 16px;
}

.div-block-38.ssdd {
  margin-top: 24px;
  margin-bottom: 29px;
}

.div-block-39 {
  width: 65%;
  height: 20px;
  border-top: 2px solid #02aff1;
  border-left: 2px solid #02aff1;
  border-right: 2px solid #02aff1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-6 {
  color: #012060;
  background-color: #f8f7f7;
  margin-top: -20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 800;
}

.text-block-6.ds {
  color: rgba(0, 0, 0, 0);
}

.see-more-butt-copy {
  color: #02aff1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #02aff1;
  border-radius: 40px;
  margin-top: 37px;
  margin-right: 15px;
  padding: 17px 30px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.see-more-butt-copy:hover {
  color: #fff;
  background-color: #02aff1;
  border-color: #fff;
}

.see-more-butt-copy.border {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #012060;
  padding-top: 15px;
  padding-bottom: 15px;
}

.see-more-butt-copy.border:hover {
  color: #02aff1;
  border-color: #02aff1;
}

.div-block-9-copy {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.hometab {
  height: 100%;
  display: flex;
  position: relative;
}

.tabs-content {
  float: right;
  flex-direction: column;
  flex-basis: 70%;
  justify-content: center;
  display: flex;
}

.tabs-menu {
  float: left;
  flex-direction: column;
  flex-basis: 30%;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.home-tab-link {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-tab-link.w--current {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border-color: #011336;
}

.tabs-wrapper {
  margin-top: 54px;
  display: none;
}

.tab-pane-tab-1 {
  height: 100%;
  padding: 75px 60px;
}

.div-block-41 {
  width: 2px;
  height: 20px;
  background-color: #02aff1;
  margin-top: 10px;
}

.dash-line-top {
  width: 2px;
  height: 20px;
  background-color: #02aff1;
}

.feature-image-round {
  width: 80px;
  height: 80px;
  border: 2px solid #02aff1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
}

.feature-column-copy {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex-basis: 47%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 8px 8px 20px;
  padding: 30px 60px 24px 26px;
  transition: all .55s;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.feature-column-copy:hover {
  transform: translate(0, -5px);
}

.feature-column-copy.destination {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.money-shift {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .75;
  margin-top: 52px;
  margin-left: -123px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, -50px)translate(120px);
}

._0 {
  opacity: .1;
  text-shadow: 7px 7px rgba(235, 245, 251, .1), -57px 57px rgba(235, 245, 251, .15);
  display: inline-block;
  position: absolute;
}

._0._05 {
  opacity: .2;
  font-size: 16px;
  top: 40vh;
  left: 5vh;
}

._0._01 {
  top: 15vh;
  left: 15%;
}

._0._10 {
  opacity: .3;
  font-size: 20px;
  top: -15vh;
  left: 20%;
}

._0._10.up {
  top: 115vh;
}

._0._03 {
  top: 10vh;
  left: 50%;
}

._0._02 {
  top: 60vh;
  left: 55%;
}

._0._04 {
  opacity: .3;
  font-size: 22px;
  top: 80vh;
  left: 80%;
}

._0._06 {
  opacity: .2;
  font-size: 16px;
  top: 10vh;
  left: 85%;
}

._0._07 {
  top: 90vh;
  left: 10vh;
}

._0._08 {
  opacity: .2;
  font-size: 18px;
  top: 35vh;
  left: 65%;
}

._0._09 {
  top: -10vh;
  left: 70%;
}

._0._09.up {
  top: 110vh;
}

.button-wrapper {
  min-height: 50px;
  color: #ff003d;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: #fff;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-arrow {
  width: 15px;
  margin-right: 20px;
}

.preloader {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-42 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.social-icons {
  width: 35px;
  height: 35px;
  opacity: .45;
  background-color: #fff;
  border: 2px solid #012060;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: opacity .35s;
  display: flex;
}

.social-icons:hover {
  opacity: 1;
}

.siba-portal-modal {
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100vh);
}

.div-block-43 {
  width: 60%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}

.siba-mobile-modal {
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100vh);
}

.siba-things {
  color: #012060;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 32px;
  font-weight: 100;
  list-style-type: decimal;
}

.div-block-44 {
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  flex-basis: 40%;
  padding-right: 30px;
}

.div-block-46 {
  height: 100%;
  flex-basis: 60%;
  overflow: auto;
}

.mobile-list-item {
  color: #012060;
  margin-bottom: 24px;
  font-size: 14px;
}

.heading-6 {
  color: #012060;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.image-5 {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 35px;
}

.heading-4-copy {
  color: #012060;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.heading-7 {
  font-size: 16px;
  line-height: 22px;
}

.close-profile {
  margin-top: 30px;
  margin-right: 60px;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-6 {
  display: block;
}

.image-7 {
  margin-bottom: 18px;
}

.head-blue {
  color: #012060;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
}

.div-block-47 {
  margin-bottom: 30px;
}

.div-block-48 {
  background-color: #02aff1;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 190px;
  display: flex;
}

.div-block-49 {
  flex-basis: 50%;
}

.div-block-50 {
  z-index: 124;
  position: relative;
}

.slider-2 {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 94px;
  margin-right: 94px;
}

.client-slider {
  width: 22%;
  margin-left: 11px;
  margin-right: 11px;
  padding: 19px 28px;
}

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

.right-arrow-3, .left-arrow-2 {
  display: none;
}

.sibalife-header {
  background-color: rgba(0, 0, 0, 0);
  padding: 55px 80px 38px;
}

.sibalife-hero {
  background-color: #012060;
  background-image: linear-gradient(rgba(1, 32, 96, .85), rgba(1, 32, 96, .85)), url('../images/erik-witsoe-630944-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 350px;
}

.sibalife-hero.about-page {
  padding-bottom: 0;
}

.div-block-3-copy {
  padding: 70px 100px;
  display: block;
}

.heading-for-sub-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.view-details-texts-copy {
  opacity: 0;
  color: #02aff1;
  font-size: 14px;
  line-height: 37px;
  transition: all .2s ease-in-out;
}

.tabs-wrapper-copy {
  margin-top: 54px;
  display: none;
}

.div-block-52 {
  margin-bottom: 56px;
}

.div-block-53 {
  margin-bottom: 18px;
}

.key-man {
  color: #f8f7f7;
  background-color: #012060;
  margin-top: -20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 800;
}

.all-companies-wrapper-copy {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.claim-feature-modal {
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100vh);
}

.div-block-44-copy {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-wrapps {
  width: 21%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 25px;
}

.joy-request {
  background-color: #012060;
  padding: 80px 80px 70px 70px;
  position: relative;
}

.joy-request.reverse-version {
  background-color: #02aff1;
}

.joy-request.ddde {
  background-color: #f8f7f7;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-8 {
  color: #02aff1;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
}

.joy-things {
  width: 60%;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 4px;
  font-weight: 100;
  list-style-type: square;
}

.joy-list-things {
  color: #fff;
  margin-bottom: 24px;
  font-size: 14px;
}

.joy-head {
  margin-top: 40px;
  margin-bottom: 42px;
  padding-top: 16px;
}

.sub-feature-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  margin-bottom: 44px;
  padding-bottom: 39px;
}

.div-block-54 {
  display: flex;
}

.text-block-7 {
  width: 100px;
  height: 100px;
  color: #02aff1;
  border: 7px solid #02aff1;
  border-radius: 50%;
  flex-basis: 10%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  font-size: 60px;
  font-weight: 900;
  display: flex;
}

.number-holder {
  flex-basis: 10%;
  margin-right: 12px;
}

.text-wrappers {
  flex-basis: 80%;
}

.row-4 {
  margin-top: 48px;
}

.menubutton-white {
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-color: #02aff1;
  position: relative;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 64px;
}

.middle-line {
  width: 25%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: 10px;
}

.bottom-line {
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 45px;
  left: 10px;
}

.top-line {
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 10px;
}

.navigationmenu {
  width: 66.6667vw;
  background-color: #02aff1;
  position: fixed;
  transform: translate(100%);
}

.link {
  width: 100%;
  float: right;
  color: #012060;
  text-align: right;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 215%;
  text-decoration: none;
  transition: all .52s;
  display: block;
}

.link:hover {
  color: #fff;
  padding-right: 14px;
}

.link.w--current {
  color: #fff;
  font-weight: 500;
}

.closebutton {
  z-index: 20000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-left: 45px;
  transition: all .6s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.closebutton:hover {
  transform: rotate(-180deg);
}

.close-line-1 {
  width: 35px;
  height: 2px;
  background-color: #000;
  flex: none;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  width: 35px;
  height: 2px;
  background-color: #000;
  flex: none;
  transform: rotate(-45deg);
}

.navigation-background {
  z-index: 200;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .62);
  display: none;
  position: fixed;
}

.nav-wrapper {
  z-index: 5000;
  float: right;
  align-items: center;
  margin-top: 90px;
  margin-right: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-8 {
  width: 70px;
  color: #012060;
  text-align: center;
  letter-spacing: 4px;
  align-items: center;
  margin-top: 6px;
  margin-bottom: -16px;
  font-weight: 800;
}

.navigation-upper {
  height: 70%;
  margin-left: 60px;
  margin-right: 15%;
  padding-top: 140px;
  overflow: auto;
}

.navigation-lower {
  height: 30%;
  background-color: #012060;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 10%;
  display: flex;
}

.div-block-55 {
  flex-basis: 50%;
}

.div-block-56 {
  flex-basis: 50%;
  justify-content: flex-start;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
}

.key-differentiators-block {
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.key {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex-basis: 30%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 8px 8px 20px;
  padding: 30px 60px 24px 26px;
  transition: all .55s;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.key:hover {
  transform: translate(0, -5px);
}

.key.destination {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.image-8 {
  float: right;
}

.key-differentiators-block-copy {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.cta-modal {
  z-index: 90000;
  background-color: #fff;
  border-radius: 4px;
  margin: 28px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-content-wrapper {
  width: 83%;
  float: right;
  background-color: #f8f7f7;
  position: relative;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-right: 60px;
  padding-top: 8px;
  padding-left: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  z-index: 101;
  height: 100vh;
  position: relative;
}

.menu-button-2 {
  z-index: 900000;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-6 {
  margin-top: 11px;
  margin-right: 40px;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
}

.div-block-57 {
  padding-top: 450px;
  padding-bottom: 112px;
}

.div-block-10-copy {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 250px;
  margin-left: 130px;
  margin-right: 100px;
  padding-bottom: 44px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-9 {
  transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.div-block-58 {
  float: left;
}

.text-block-9 {
  flex: none;
  font-family: Ibmplexsans, sans-serif;
  font-size: 4vh;
  font-weight: 900;
  line-height: 98%;
  transform: rotate(-90deg);
}

.link-2 {
  text-decoration: none;
}

.contact-hero {
  height: 70vh;
  background-color: #012060;
  background-image: linear-gradient(rgba(1, 32, 96, .85), rgba(1, 32, 96, .85)), url('../images/635926001726469145-header_contactus1.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50vh;
}

.contact-hero.about-page {
  padding-bottom: 0;
}

.sibasuite-list {
  color: #f8f7f7;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 21px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 700;
  list-style-type: decimal;
}

.sibasuite-list.test-test {
  color: #fff;
  padding-right: 70px;
  list-style-type: square;
}

._3-products {
  background-color: #f8f7f7;
  padding: 100px 80px 100px 70px;
  position: relative;
}

._3-products.reverse-version {
  background-color: #02aff1;
}

.link-block-7 {
  width: 100%;
  color: #02aff1;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  flex-basis: 32%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 80px 20px;
  font-family: archia, sans-serif;
  font-weight: 900;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, .15);
}

.link-block-7:hover {
  color: #02aff1;
  background-color: #02aff1;
  transform: translate(0, 14px);
  box-shadow: 0 2px 26px rgba(0, 0, 0, .15);
}

.product-name {
  color: #012060;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-size: 2vw;
  font-weight: 800;
  line-height: 125%;
  display: block;
}

.product-name.res {
  color: #012060;
}

.row-5 {
  align-items: center;
  display: flex;
}

.div-block-59 {
  justify-content: space-between;
  display: flex;
}

.get-started-suite-hr {
  text-align: center;
  background-color: #012060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 16px;
  display: flex;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
}

.text-block-10 {
  background-color: #fff;
  border: 2px solid #02aff1;
  border-radius: 50px;
  margin-top: 36px;
  padding: 14px 12%;
  font-family: Ibmplexsans, sans-serif;
  display: inline-block;
}

.hr-modal {
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100vh);
}

.suite-features-wrapper {
  height: 100%;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.paragraph-9 {
  width: 80%;
  color: #979090;
  margin-left: auto;
  margin-right: auto;
  font-family: Ibmplexsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.sub-head {
  color: #02aff1;
  margin-top: 68px;
  margin-bottom: 10px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 42px;
}

.row-6 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-11 {
  color: #02aff1;
  margin-top: 30px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-button {
  color: #012060;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 60px;
  margin-right: 15px;
  padding: 17px 40px;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 700;
  line-height: 16px;
  transition: all .3s;
}

.cta-button:hover {
  color: #fff;
  background-color: #02aff1;
}

.cta-button.border {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #012060;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-button.border:hover {
  color: #02aff1;
  border-color: #02aff1;
}

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

.text-block-12 {
  color: #f8f7f7;
  margin-bottom: 50px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 125%;
}

.text-block-13 {
  width: 40%;
  color: #02aff1;
  margin-left: auto;
  margin-right: auto;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.image-10 {
  margin-bottom: 40px;
}

.head-paragraph {
  width: 90%;
  color: #02aff1;
  margin-left: auto;
  margin-right: auto;
  font-family: Ibmplexsans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.business-intelligence-modal, .business-process-modal, .talk-to-an-expert-modal {
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100vh);
}

.expert-form-wrapper {
  height: 100%;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.expert-field {
  color: #012060;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #02aff1;
  padding-left: 0;
}

.expert-field.multi-text {
  height: 100px;
}

.expert-label {
  color: #012060;
  text-align: left;
  margin-top: 42px;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
}

.text-block-12-copy {
  color: #02aff1;
  margin-bottom: 50px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 125%;
}

.text-block-12-copy-copy {
  width: 60%;
  color: #02aff1;
  margin: 12px auto 50px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 125%;
  display: block;
}

.row-3-copy {
  width: 80%;
  display: flex;
}

.div-block-60 {
  justify-content: flex-start;
  display: flex;
}

html.w-mod-js [data-ix="center"] {
  transform: translate(-50%);
}

html.w-mod-js [data-ix="hero-up"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="hero-up-2"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="hero-up-3"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="hero-up-4"] {
  opacity: 0;
  transform: translate(0, -60px);
}

html.w-mod-js [data-ix="hero-up-5"] {
  opacity: 0;
  transform: translate(0, 70px);
}

@media screen and (max-width: 991px) {
  .hero-content-wrapper {
    margin-bottom: 0;
    margin-left: 45px;
    padding-top: 51px;
    padding-bottom: 30px;
  }

  .slide.first-slider {
    background-position: 0 0, 102% 82%;
    background-size: auto, contain;
  }

  .navbar {
    padding-left: 44px;
    padding-right: 36px;
  }

  .menu-button {
    margin-top: -5px;
  }

  .div-block-5 {
    padding-left: 20px;
  }

  .logos {
    width: 349px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 0;
  }

  .link-block {
    margin-right: 18px;
  }

  .div-block-6 {
    flex-wrap: wrap;
  }

  .div-block-7 {
    height: 350px;
    flex-basis: 100%;
    margin-top: 0;
  }

  .div-block-8 {
    flex-basis: 100%;
    padding-top: 150px;
    padding-right: 40px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 36px;
  }

  .form-block.small {
    flex-basis: 100%;
    margin-top: 22px;
  }

  .footer-menus-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-menu-ul {
    flex-basis: 33%;
  }

  .company-details {
    padding-left: 14px;
    padding-right: 14px;
  }

  .company-main-block {
    width: 33%;
  }

  .div-block-9 {
    padding-left: 50px;
    padding-right: 36px;
  }

  .sidebar-logo {
    margin-left: 20px;
    margin-right: 10px;
  }

  .users-title-paragraph {
    text-align: left;
  }

  .user-logo-wrapper {
    flex-basis: 50%;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .users-texts {
    text-align: left;
    margin-top: 52px;
  }

  .users-count-text {
    width: 100%;
    text-align: left;
  }

  .div-block-12 {
    padding-left: 50px;
    padding-right: 36px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .div-block-15 {
    margin-left: 50px;
    margin-right: 36px;
  }

  .div-block-17 {
    padding-left: 70px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .products-top-wrapper {
    padding-left: 50px;
    padding-right: 36px;
  }

  .heading-copy {
    font-size: 5vw;
  }

  .paragraph-main {
    width: 100%;
  }

  .features-holder {
    justify-content: space-between;
  }

  .features-text {
    flex-basis: 90%;
  }

  .heading-3 {
    float: left;
  }

  .products-feature-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-22 {
    padding-left: 50px;
    padding-right: 36px;
  }

  .get-started-main-block {
    flex-direction: column;
  }

  .div-block-23 {
    margin-top: 20px;
  }

  .cta-section {
    padding-left: 50px;
    padding-right: 36px;
  }

  .get-started-main-block-2 {
    flex-direction: column;
  }

  .div-block-25 {
    margin-top: 24px;
  }

  .sibadigital-flyer {
    margin-top: -2px;
  }

  .contact-page-light {
    padding-left: 70px;
  }

  .paragraph-main-sub {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }

  .row-3 {
    width: 100%;
  }

  .link-block-4 {
    flex-basis: 48%;
    margin-right: 0;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .styling {
    padding-left: 40px;
    padding-right: 36px;
  }

  .service-sub-heading {
    width: 100%;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-right: 0;
  }

  .see-more-butt {
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vw;
  }

  .paragraph-main-copy {
    width: 100%;
  }

  .core-service-wrapper {
    padding-left: 40px;
    padding-right: 36px;
  }

  .div-block-15-copy {
    margin-right: 36px;
    padding-left: 40px;
  }

  .feature-row-copy {
    flex-direction: column;
  }

  .div-block-9-copy {
    padding-left: 50px;
    padding-right: 36px;
  }

  .div-block-42 {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icons {
    margin-bottom: 16px;
  }

  .siba-portal-modal {
    padding-top: 14%;
    padding-bottom: 3%;
  }

  .div-block-43 {
    width: 90%;
  }

  .siba-mobile-modal {
    padding-top: 14%;
  }

  .heading-4-copy {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .close-profile {
    margin-right: 30px;
  }

  .div-block-48 {
    flex-direction: column;
  }

  .slider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .client-slider {
    width: 28%;
  }

  .sibalife-header {
    padding-left: 50px;
    padding-right: 36px;
  }

  .div-block-3-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .claim-feature-modal {
    padding-top: 14%;
  }

  .feature-wrapps {
    width: 50%;
  }

  .joy-request {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link {
    font-size: 3.1vw;
  }

  .link-block-5 {
    padding-left: 25px;
  }

  .key-differentiators-block, .key-differentiators-block-copy {
    flex-direction: column;
  }

  .div-block-58 {
    width: 75%;
  }

  ._3-products {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-7 {
    flex-basis: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-name {
    float: none;
    font-size: 5vw;
  }

  .div-block-59 {
    flex-wrap: wrap;
  }

  .get-started-suite-hr {
    flex-direction: column;
  }

  .hr-modal {
    padding-top: 14%;
    padding-bottom: 3%;
  }

  .paragraph-9 {
    width: 90%;
  }

  .row-6 {
    width: 80%;
  }

  .text-block-12 {
    font-size: 5vw;
  }

  .text-block-13 {
    width: 60%;
  }

  .head-paragraph {
    width: 90%;
  }

  .business-intelligence-modal, .business-process-modal, .talk-to-an-expert-modal {
    padding-top: 14%;
    padding-bottom: 3%;
  }

  .text-block-12-copy {
    font-size: 5vw;
  }

  .text-block-12-copy-copy {
    width: 80%;
    font-size: 5vw;
  }

  .row-3-copy {
    width: 100%;
  }

  .div-block-60 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .main-content-wrapper-right {
    width: 100%;
  }

  .hero-content-wrapper {
    margin-left: 40px;
  }

  .arrows {
    margin-right: 80px;
  }

  .navbar {
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 30px;
  }

  .div-block-4 {
    width: 60px;
    height: 180px;
    margin-bottom: 70px;
    margin-left: -12px;
  }

  .brand {
    width: 100px;
    padding-left: 0;
  }

  .side-bar {
    display: none;
  }

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

  .logos {
    width: 476px;
    float: left;
    justify-content: flex-end;
    margin-top: 46px;
  }

  .link-block {
    margin-left: -11px;
    padding-left: 11px;
  }

  .div-block-8 {
    background-color: #f8f7f7;
    padding-top: 215px;
    padding-right: 30px;
  }

  .div-block-8.dd {
    padding-bottom: 30px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 30px;
  }

  .form-block.small {
    margin-top: 24px;
  }

  .right-arrow {
    margin-right: 20px;
  }

  .footer-menus-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-menu-ul {
    flex-basis: 33%;
  }

  .company-main-block {
    width: 45%;
  }

  .customers-title {
    font-size: 54px;
    line-height: 62px;
  }

  .customers-paragraph {
    font-size: 24px;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 30px;
  }

  .div-block-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 100px;
  }

  .heading {
    font-size: 4vw;
  }

  .all-users-wrapper {
    justify-content: flex-start;
  }

  .user-logo-wrapper {
    flex-basis: 45%;
  }

  .div-block-12 {
    padding: 80px 30px 80px 40px;
  }

  .inner-hero.about-page {
    padding-top: 267px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .div-block-15 {
    margin-left: 40px;
    margin-right: 30px;
  }

  .div-block-17 {
    padding-left: 40px;
    padding-right: 30px;
  }

  .div-block-18 {
    padding-left: 40px;
  }

  .products-top-wrapper {
    padding-left: 40px;
    padding-right: 30px;
  }

  .features-text {
    flex-basis: 90%;
  }

  .product-feature-ui {
    flex-basis: 140px;
  }

  .product-feature-ui.test-test {
    padding-left: 25px;
  }

  .products-feature-wrapper {
    padding: 65px 30px;
  }

  .div-block-22, .cta-section, .contact-page-light {
    padding-left: 40px;
    padding-right: 30px;
  }

  .sibadigit {
    flex-basis: 140px;
  }

  .row-2 {
    width: 100%;
  }

  .link-block-4 {
    flex-basis: 100%;
    margin-bottom: 38px;
  }

  .styling {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-7 {
    margin-top: 45px;
    padding-left: 0;
    padding-right: 10px;
  }

  .see-more-butt {
    font-size: 3vw;
  }

  .div-block-35 {
    width: 70%;
  }

  .core-service-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .core-serv {
    flex-basis: 140px;
  }

  .div-block-15-copy {
    margin-right: 30px;
    padding-left: 30px;
  }

  .feature-row-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-39 {
    width: 75%;
  }

  .div-block-9-copy {
    padding-left: 40px;
    padding-right: 30px;
  }

  .siba-portal-modal, .siba-mobile-modal {
    padding-top: 18%;
  }

  .siba-things {
    flex-basis: 140px;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .div-block-45 {
    padding-right: 0;
  }

  .div-block-48 {
    margin-top: 294px;
  }

  .sibalife-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 38px;
  }

  .sibalife-hero {
    padding-top: 280px;
  }

  .div-block-3-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .claim-feature-modal {
    padding-top: 18%;
  }

  .div-block-44-copy {
    flex-direction: column;
  }

  .feature-wrapps {
    width: 70%;
  }

  .joy-request {
    padding: 14px 30px 16px;
  }

  .joy-things {
    flex-basis: 140px;
  }

  .middle-line {
    width: 50px;
  }

  .navigationmenu {
    padding-top: 18%;
  }

  .link-block-5 {
    padding-left: 0;
  }

  .nav-wrapper {
    margin-top: 90px;
    margin-right: 26px;
  }

  .key-differentiators-block, .key-differentiators-block-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-content-wrapper {
    width: 100%;
  }

  .navbar-3 {
    margin-top: 30px;
    margin-right: 30px;
    padding-left: 35px;
  }

  .hero {
    height: auto;
  }

  .menu-button-2 {
    margin-top: -67px;
  }

  .div-block-10-copy {
    width: 100%;
    margin-top: 363px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 77px;
    padding-right: 50px;
  }

  .div-block-58 {
    width: 385px;
    margin-top: 30px;
  }

  .brand-2 {
    width: 100%;
    padding-left: 0;
  }

  .text-block-9 {
    font-size: 2vh;
  }

  .contact-hero.about-page {
    padding-top: 267px;
  }

  .sibasuite-list {
    flex-basis: 140px;
  }

  .sibasuite-list.test-test {
    padding-left: 25px;
  }

  ._3-products {
    padding: 65px 30px;
  }

  .link-block-7 {
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-name {
    font-size: 6vw;
  }

  .div-block-59 {
    flex-wrap: wrap;
  }

  .text-block-10 {
    padding-left: 17%;
    padding-right: 17%;
  }

  .hr-modal {
    padding-top: 18%;
  }

  .suite-features-wrapper {
    flex-direction: column;
  }

  .text-block-12 {
    font-size: 6vw;
  }

  .text-block-13 {
    width: 70%;
  }

  .business-intelligence-modal, .business-process-modal, .talk-to-an-expert-modal {
    padding-top: 18%;
  }

  .expert-form-wrapper {
    flex-direction: column;
  }

  .text-block-12-copy, .text-block-12-copy-copy {
    font-size: 6vw;
  }

  .div-block-60 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-content-wrapper {
    margin-bottom: 28px;
    margin-left: 30px;
  }

  .slide.consulting {
    background-image: linear-gradient(rgba(1, 32, 96, .75), rgba(1, 32, 96, .75)), url('../images/rawpixel-669607-unsplash.jpg');
    background-position: 0 0, 81%;
    background-size: auto, cover;
  }

  .navbar {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .div-block-5 {
    padding-left: 10px;
  }

  .logos {
    width: 278px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .link-block {
    width: 90px;
    flex-basis: 38%;
    margin-bottom: 30px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-7 {
    height: 200px;
    background-position: 50%;
    background-size: contain;
  }

  .div-block-8 {
    padding-top: 271px;
    padding-right: 20px;
  }

  .div-block-8.dd {
    padding-top: 351px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 20px;
  }

  .footer-logo-and-email {
    flex-wrap: wrap;
  }

  .form-block.small {
    text-align: center;
    flex-basis: 100%;
    margin-top: 54px;
  }

  .form {
    flex-wrap: wrap;
  }

  .hero-email-field {
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .create-account-button {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .footer-menu-ul {
    flex-basis: 100%;
  }

  .company-main-block {
    width: 92%;
  }

  .customers-wrapper {
    padding-bottom: 40px;
  }

  .customers-title {
    font-size: 36px;
    line-height: 46px;
  }

  .customers-paragraph {
    width: 90%;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    margin-right: 20px;
  }

  .div-block-10 {
    padding-left: 85px;
    padding-right: 50px;
  }

  .heading {
    width: 100%;
    font-size: 6vw;
  }

  .user-logo-wrapper {
    flex-basis: 50%;
  }

  .users-texts {
    margin-top: 18px;
  }

  .learn-text-link {
    background-position: 100% 100%;
  }

  .div-block-12 {
    padding-left: 30px;
    padding-right: 20px;
  }

  .inner-hero {
    height: auto;
    padding-top: 370px;
    padding-bottom: 30px;
  }

  .inner-hero.about-page {
    padding-top: 310px;
  }

  .div-block-15 {
    margin-left: 30px;
    margin-right: 20px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .sibagen-flyer {
    margin-left: -28px;
    display: none;
  }

  .div-block-17, .div-block-18, .products-top-wrapper {
    padding-left: 30px;
    padding-right: 20px;
  }

  .heading-copy {
    width: 100%;
    font-size: 7vw;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    margin-top: 20px;
  }

  .button.mt50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.border {
    text-align: center;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .features-icon {
    float: left;
  }

  .features-text {
    flex-basis: 86%;
  }

  .heading-3.res {
    text-align: left;
  }

  .products-feature-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-block-3 {
    text-align: center;
  }

  .div-block-23 {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .cta-section {
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-block-4 {
    text-align: center;
  }

  .button-2 {
    margin-top: 20px;
    margin-right: 0;
  }

  .button-2.border {
    margin-right: 0;
  }

  .div-block-25 {
    flex-direction: column;
    flex: none;
    margin-top: 0;
    display: flex;
  }

  .sibalife-flyer {
    margin-left: -138px;
  }

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

  .sibadigital-flyer {
    margin-left: -128px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .contact-page-light {
    padding-left: 30px;
    padding-right: 20px;
  }

  .row-2 {
    width: 100%;
  }

  .link-block-3 {
    margin-bottom: 15px;
    margin-right: 200px;
    padding-right: 0;
  }

  .styling {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-sub-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .see-more-butt {
    margin-top: 20px;
    margin-right: 0;
    font-size: 5vw;
  }

  .see-more-butt.border {
    margin-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .core-service-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-main-copy._22 {
    flex-basis: 80%;
    padding-right: 0;
  }

  .div-block-35 {
    width: 85%;
  }

  .core-service-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .core-services-header {
    height: auto;
    padding-top: 370px;
  }

  .div-block-15-copy {
    margin-right: 20px;
    padding-left: 20px;
  }

  .heading-white {
    margin-bottom: 0;
  }

  .div-block-39 {
    width: 79%;
  }

  .text-block-6 {
    width: 63%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .see-more-butt-copy {
    margin-top: 20px;
    margin-right: 0;
  }

  .see-more-butt-copy.border {
    margin-right: 0;
  }

  .div-block-9-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-column-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-43 {
    padding: 18px;
  }

  .siba-mobile-modal {
    padding-top: 30%;
  }

  .close-profile {
    margin-top: 14px;
    margin-right: 14px;
  }

  .head-blue {
    margin-bottom: 0;
  }

  .div-block-48 {
    margin-top: 371px;
  }

  .client-slider {
    width: 46%;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .sibalife-header {
    padding-left: 32px;
  }

  .sibalife-hero {
    height: auto;
    padding-top: 370px;
  }

  .key-man {
    width: 60%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .claim-feature-modal {
    padding-top: 30%;
  }

  .feature-wrapps {
    width: 90%;
    padding: 18px;
  }

  .joy-request {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menubutton-white {
    margin-top: -6px;
  }

  .navigationmenu {
    width: 100vw;
  }

  .link {
    font-size: 6vw;
  }

  .closebutton {
    margin-top: 0;
    margin-left: 23px;
  }

  .link-block-5 {
    padding-left: 0;
  }

  .nav-wrapper {
    margin-top: 54px;
  }

  .key {
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar-3 {
    margin-right: 10px;
    padding-left: 15px;
  }

  .hero {
    height: auto;
  }

  .menu-button-2 {
    margin-top: -60px;
  }

  .link-block-6 {
    width: 80px;
    margin-right: 10px;
  }

  .div-block-10-copy {
    margin-top: 325px;
    padding-left: 55px;
    padding-right: 48px;
  }

  .div-block-58 {
    width: 220px;
    margin-top: 30px;
  }

  .brand-2 {
    width: 100%;
  }

  .contact-hero {
    height: auto;
    padding-top: 370px;
    padding-bottom: 30px;
  }

  .contact-hero.about-page {
    padding-top: 310px;
  }

  ._3-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .product-name.res {
    text-align: left;
  }

  .text-block-10 {
    margin-top: 20px;
  }

  .paragraph-9 {
    width: 100%;
    text-align: center;
  }

  .sub-head {
    line-height: 30px;
  }

  .text-block-11 {
    line-height: 22px;
  }

  .cta-button {
    margin-top: 50px;
    margin-right: 0;
  }

  .cta-button.border {
    margin-right: 0;
  }

  .text-block-12 {
    font-size: 8vw;
  }

  .text-block-13 {
    width: 90%;
  }

  .head-paragraph {
    width: 100%;
    text-align: center;
  }

  .text-block-12-copy {
    font-size: 8vw;
  }

  .text-block-12-copy-copy {
    width: 100%;
    font-size: 8vw;
  }
}


@font-face {
  font-family: 'archia';
  src: url('../fonts/611da7f8e1264c89bad132452dae05d9.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/a5a9339dcd1fae4bc3b753cbc7f35460.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/77e76a5e37ce09508cfcee203fd2ee9e.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/archia-regular-webfont.woff2') format('woff2'), url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('../fonts/IBMPlexSans-Bold.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans text';
  src: url('../fonts/IBMPlexSans-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-SemiBoldItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('../fonts/IBMPlexSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-BoldItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.woff2') format('woff2'), url('../fonts/IBMPlexSans-ExtraLight.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLightItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-ExtraLightItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans.woff2') format('woff2'), url('../fonts/IBMPlexSans.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Text.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans.woff') format('woff'), url('../fonts/IBMPlexSans-Text.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('../fonts/IBMPlexSans-Thin.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-ThinItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('../fonts/IBMPlexSans-TextItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-Italic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-TextItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-TextItalic.woff') format('woff'), url('../fonts/IBMPlexSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSans-Medium.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.woff2') format('woff2'), url('../fonts/IBMPlexSans-Light.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/611da7f8e1264c89bad132452dae05d9.eot') format('embedded-opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/9c38832906bb6467922547c0ccc640c9.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/611da7f8e1264c89bad132452dae05d9.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'archia';
  src: url('../fonts/9c38832906bb6467922547c0ccc640c9.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}