:root {
  --royal-blue: #1f6fff;
  --lime-green: #5ec045;
  --medium-orchid: #b75dda;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #1f6fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #1f6fff;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:focus {
  color: #555;
  text-decoration: none;
}

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 25px;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 19px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  margin-right: 30px;
  padding-right: 30px;
  font-weight: 400;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: #fff3;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #01a1e5;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
}

.container.hero-container {
  text-align: center;
}

.container.testimonial-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.container.centered {
  text-align: center;
}

.container.home-intro-container {
  text-align: center;
  height: 610px;
  margin-top: -127px;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.container.team-container {
  text-align: left;
  margin-top: 40px;
}

.container.above-image-section {
  text-align: center;
  margin-bottom: -220px;
}

.button {
  clear: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  width: 160px;
  margin-top: 20px;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.button:hover {
  color: #fff200;
  background-color: #0b4fc9;
  box-shadow: 0 0 15px #00000057;
}

.button.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button.text-button:hover {
  background-color: #000;
}

.button.green {
  background-color: #5ec045;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button.purple {
  background-color: #b75dda;
}

.button.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button.full {
  text-align: center;
  display: block;
}

.button.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 30px;
}

.button.white-pricing-button {
  margin-top: 0;
}

.button.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button.slider-button {
  background-color: #5ec045;
}

.button.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button._2.green {
  background-color: #5ec045;
}

.button._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.button.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white, .button.light {
  color: #000;
  background-color: #fff;
}

.button.detail-sol {
  color: #fff;
  text-align: center;
  background-color: #1f6fff;
  background-image: linear-gradient(303deg, #1f6fff 30%, #40caff);
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: block;
}

.button.detail-sol:hover {
  color: #fbff00;
  background-color: #000;
  border: 2px #fbff00;
  box-shadow: 0 1px 5px 2px #fff75c57;
}

.detail-sol2 {
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  line-height: 29px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 1px 1px 5px 1px #00000036;
  border-radius: 5px;
  display: block;
}

.button.right {
  float: right;
}

.button.home-more {
  color: #fff;
  text-align: center;
  background-color: #1f6fff;
  background-image: linear-gradient(303deg, #1f6fff 30%, #40caff);
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  padding: 5px 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: block;
}

.button.home-more:hover {
  color: #fbff00;
  background-color: #000;
  border: 2px #fbff00;
  box-shadow: 0 1px 5px 2px #fff75c57;
}

.button.home-more2 {
  color: #1f6fff;
  text-align: center;
  background-color: #fff;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  padding: 5px 15px;
  line-height: 29px;
  box-shadow: 1px 1px 5px 1px #00000036;
  border-radius: 5px;
  display: block;
}

.section {
  background-color: #fff;
  border: 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.tint {
  background-color: #eee;
  padding-bottom: 80px;
}

.section.app-info-section {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 60px;
}

.section.dark {
  color: #fff;
  background-color: #3b3f46;
  border: 0 solid #000;
  overflow: hidden;
}

.section.top-line {
  border-top: 1px solid #ddd;
}

.section.overflow-none {
  overflow: hidden;
}

.section.bottom-space {
  padding-bottom: 150px;
}

.section.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.section.pricing-section {
  padding-bottom: 160px;
}

.section.bottom-line {
  border-bottom: 1px solid #e2e2e2;
}

.section.contact-us-section {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 55px;
  padding-bottom: 45px;
}

.section.blog-intro-section {
  padding-bottom: 100px;
}

.section.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.feature-section.odd {
  background-color: #fafafa;
  border-top: 1px solid #ececec;
}

.section.cta-section {
  color: #fff;
  background-color: #2a323f;
}

.section.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
}

.section.white-cta-section {
  color: #000;
}

.section.blog-page-section {
  background-color: #f5f5f5;
}

.section.solution, .section.package {
  padding: 60px 40px 100px;
}

.section.solution-copy {
  padding: 60px 40px 100px;
  display: block;
}

.section.refer {
  padding: 60px 40px 100px;
}

.section.ref-old {
  padding: 60px 40px 100px;
  display: none;
}

.section.silver {
  background-color: #e6e6e6;
}

.section.popup {
  padding-top: 0;
}

.section-title-wrapper {
  text-align: center;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper.full.below-video {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.full-centered.contact {
  margin-bottom: 10px;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.info {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.section-title-wrapper.cta {
  margin-bottom: 30px;
}

.section-title {
  text-align: center;
  margin-top: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 46px;
}

.section-title.large {
  line-height: 47px;
}

.section-title.elements-title {
  margin-bottom: 0;
}

.section-title.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-title.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.section-title.home {
  margin-bottom: 10px;
}

.section-description {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  display: inline-block;
}

.section-description.faded {
  opacity: .6;
  margin-top: -10px;
  font-weight: 400;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.section-description.elements {
  margin-top: 10px;
}

.section-description.in-column {
  font-size: 16px;
  line-height: 26px;
}

.section-description.in-column.main {
  font-size: 15px;
}

.section-description.home {
  margin-top: 10px;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -180px;
}

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6_2.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.large-color {
  background-color: #5ec045;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  transition: background-color .2s;
  position: static;
  top: 0;
  transform: none;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.video-lightbox-button.green {
  background-color: #5ec045;
}

.video-lightbox-button.line {
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 16px;
  padding-left: 3px;
}

.video-lightbox-icon {
  height: 25px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  color: #6f737a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
  transition: background-color .2s;
}

.portfolio-tab-button:hover {
  background-color: #0000001a;
}

.portfolio-tab-button.w--current {
  color: #fff;
  background-color: #1f6fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.portfolio-row {
  margin-bottom: 20px;
}

.portfolio-image-block {
  background-image: url('../images/Photo-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 270px;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-image-block.large {
  background-image: url('../images/Photo-2_1.jpg');
  height: 560px;
}

.portfolio-image-block.medium {
  margin-bottom: 20px;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-overlay-content-wrapper {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: 200px;
}

.testimonial-slide {
  flex-flow: row;
  place-content: space-around;
  align-items: center;
  position: relative;
}

.testimonial-slider-arrow {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 15px;
  transition: border .2s, background-color .2s;
}

.testimonial-slider-arrow:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.testimonial-block {
  padding-left: 200px;
  padding-right: 40px;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.testimonial-image {
  border-radius: 4px;
  width: 140px;
  height: 140px;
  margin-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-quote {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-name {
  color: #1f6fff;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  color: #b3b3b3;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.testimonial-name.green {
  color: #5ec045;
}

.elements-wrapper.centered {
  text-align: center;
  margin-top: 10px;
}

.element-column.left {
  padding-right: 50px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-row {
  display: none;
}

.footer-column {
  padding-right: 30px;
}

.image-section {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.clients {
  background-image: url('../images/Photo-6_1.jpg');
}

.image-section.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.image-section.quote {
  background-image: url('../images/electronics-1364541_1280.jpg');
  background-position: 50%;
  display: none;
}

.image-section.pricing {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section.newsletter {
  background-image: url('../images/Photo-6_2.jpg');
}

.image-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.image-section.about-us {
  background-image: url('../images/Photo-5_2.jpg');
}

.image-section.about-us-2, .image-section.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section.ui-section {
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, #eee3), url('../images/UI-Elements_1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 700px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-section.employ {
  background-image: url('../images/skyscraper-3094696_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.cmcerp {
  background-image: url('../images/class-377117_640.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-section.cmcscm {
  background-image: url('../images/ikea-2714998_640.jpg');
  background-position: 50%;
  background-size: 1250px;
}

.image-section.hrm {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.image-section.product {
  background-image: url('../images/Photo-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.pack {
  background-image: url('../images/coffee-2425275_1920.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.image-section-overlay {
  color: #fff;
  background-color: #2a2a2acc;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.image-section-overlay.pricing {
  background-color: #2c2e3199;
}

.image-section-overlay.color {
  background-color: #1f6fffe6;
}

.image-section-overlay.dark-gradient {
  background-color: #202124b3;
  background-image: linear-gradient(#2a2d3000, #181a1dfc 88%, #181a1d 89%);
  padding-bottom: 125px;
}

.image-section-overlay.dark {
  background-color: #1f6fffe6;
  padding-top: 115px;
  padding-bottom: 185px;
}

.image-section-overlay.black {
  background-color: #1b1c1f99;
  padding-top: 80px;
  padding-bottom: 50px;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff 39%, #fff0);
  padding-top: 210px;
  padding-bottom: 240px;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.hero-mockup-image {
  width: 455px;
  position: absolute;
  top: -120px;
  right: 30px;
}

.hero-mockup-description-block {
  text-align: left;
  width: 430px;
}

.white-hero-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}

.small-hero-intro-title {
  opacity: .3;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-description {
  color: #a3aab8;
}

.hero-description.light {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}

.devices-mockup-right {
  height: 565px;
  position: absolute;
  top: -50px;
  right: -450px;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 45%;
}

.info-row {
  margin-top: 20px;
}

.info-block {
  float: left;
  width: 97%;
}

.info-icon {
  float: left;
  height: 17px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-form {
  color: #fff;
  background-color: #1f6fff;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  position: relative;
}

.newsletter-column-left {
  padding-right: 20px;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-field {
  float: left;
  border: 0 solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 80%;
  height: 60px;
  padding-left: 34px;
}

.newsletter-submit {
  float: right;
  text-transform: uppercase;
  background-color: #5ec045;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 20%;
  height: 60px;
  padding-left: 9px;
  padding-right: 9px;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.app-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.device-mockup-left {
  height: 560px;
  position: absolute;
  top: -150px;
  left: -80px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.features-row {
  margin-top: 50px;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  text-align: justify;
  border-radius: 7px;
  width: 95%;
  padding: 12px 20px;
  box-shadow: 1px 1px 5px 1px #00000036;
}

.feature-icon {
  width: 40px;
  padding: 0;
}

.feature-icon.overall {
  margin-bottom: 20px;
}

.feature-title {
  color: #1e2022;
  margin-bottom: 23px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 20px;
  padding-bottom: 40px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-inline-link.w--current {
  font-size: 12px;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.hero-background-video {
  width: 100%;
  height: auto;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  padding-top: 240px;
  padding-bottom: 130px;
}

.hero-block-overlay.business-2 {
  background-color: #1f6fffcc;
  padding-top: 230px;
  padding-bottom: 0;
}

.hero-video-lightbox {
  margin-top: 40px;
  display: none;
}

.hero-description-title {
  opacity: .85;
  text-shadow: none;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

.team-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team-image-block-overlay {
  color: #fff;
  background-color: #0000004d;
  width: 100%;
  padding: 45px 35px 35px;
  overflow: hidden;
}

.team-block-title {
  font-size: 21px;
  font-weight: 700;
}

.team-block-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.team-block-title.subtitle.small-subtitle {
  margin-bottom: -5px;
  line-height: 21px;
}

.team-block-title.smaller {
  font-size: 15px;
}

.team-social-button {
  text-align: center;
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 6px;
  padding-top: 9px;
}

.team-social-button:hover {
  opacity: .55;
}

.team-social-button.dark {
  opacity: .4;
  margin-top: 0;
}

.team-social-button.dark:hover {
  opacity: 1;
}

.team-social-icon {
  height: 20px;
}

.team-social-icon.dark {
  height: 14px;
}

.team-outline-block {
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 18px 25px 20px 95px;
  position: relative;
}

.team-outline-block.light {
  border-color: #fff3;
}

.team-portrait-image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.small-section-title.smaller {
  opacity: .4;
  margin-bottom: 15px;
  font-size: 11px;
}

.logo-column {
  text-align: center;
}

.client-logo {
  opacity: .3;
  height: 50px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.client-logo.small {
  height: 36px;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-hero.busines-2 {
  background-image: url('../images/Photo-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-hero.download {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-9.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 120px;
}

.contact-form {
  width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.email {
  text-align: center;
  background-color: #fffc;
  margin-bottom: 0;
}

.field.email:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.success-message.transparant {
  background-color: #0000;
  padding-top: 42px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.large-hero-title {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #333;
  width: 90%;
  margin: 0 auto 49px;
  font-size: 45px;
  font-weight: 300;
  line-height: 47px;
  display: block;
}

.large-hero-title-bold {
  font-size: 50px;
  font-weight: 700;
}

.footer-logo {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  margin-bottom: 9px;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: none;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.footer-logo-column-left {
  align-items: center;
  display: flex;
}

.footer-menu-column {
  clear: none;
  padding-left: 109px;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.contact-section {
  width: 100%;
  height: auto;
  position: relative;
}

.contact-map {
  height: 100%;
  padding-right: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-section-overlay {
  z-index: 10;
  color: #fff;
  background-color: #1f6fffdb;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/paper-3265721_1920.jpg');
  background-position: 0 0, 50% 79%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 0;
  position: relative;
}

.outline-social-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 11px;
  transition: background-color .2s;
}

.outline-social-icon:hover {
  background-color: #fff3;
}

.overall-row {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 90%;
  height: 260px;
  margin-right: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox.large-hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 90%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox.in-page-header {
  height: 215px;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 800px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-lightbox-image-block.hero {
  text-align: center;
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.video-lightbox-image-block.slider {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-13.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-row {
  margin-bottom: 40px;
}

.pricing-block {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.pricing-block.image {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.pricing-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-paragraph {
  font-size: 13px;
  line-height: 22px;
}

.pricing-block-tag {
  text-transform: uppercase;
  background-color: #5ec045;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.plan-tabs {
  margin-top: -20px;
}

.plan-tabs-menu {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.tab-button-left {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
}

.tab-button-left:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-left.w--current {
  color: #000;
  background-color: #fff;
}

.tab-button-right {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
}

.tab-button-right:hover {
  color: #fff;
  background-color: #fff3;
}

.tab-button-right.w--current {
  color: #000;
  background-color: #fff;
}

.pricing-tab-pane {
  text-align: center;
  padding-top: 50px;
}

.white-pricing-block {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.white-pricing-block.color {
  color: #fff;
  background-color: #1f6fff;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: #ffffff80;
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0;
}

.pricing-feature-item {
  border-top: 1px solid #0000001a;
  margin-bottom: 0;
  padding: 14px 18px 13px;
}

.pricing-feature-text {
  margin-bottom: 0;
  font-size: 13px;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 770px;
  position: absolute;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px #0000001a;
}

.browser-mockup-right.small {
  width: 560px;
  top: -15px;
  right: -165px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-icon {
  height: 25px;
}

.overall-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.overall-hero-description {
  opacity: .71;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.top-line-block._2 {
  border-top-style: dashed;
  border-top-color: #00000029;
  margin-top: 97px;
  margin-bottom: 80px;
}

.process-tab-pane {
  margin-bottom: 66px;
  padding-top: 60px;
  padding-left: 0;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 45px;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.worldmap-left-wrapper {
  z-index: 1;
  width: 730px;
  position: absolute;
  top: 17px;
  left: -141px;
}

.map-contact-form {
  z-index: 10;
  float: right;
  background-color: #fffc;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  position: relative;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.map-marker {
  background-color: #1f6fff;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 145px;
  left: 86px;
}

.map-marker._2 {
  top: 164px;
  left: 344px;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.dark-field.first {
  width: 95%;
}

.dark-field.sign-up {
  background-color: #fff;
  height: 50px;
  font-size: 15px;
}

.dark-field.sign-up:hover {
  background-color: #ffffffe6;
}

.dark-field.sign-up:focus {
  box-shadow: 5px 5px 16px #0000004d;
}

.dark-field.sign-up.first {
  width: 95%;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.portfolio-item-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  display: block;
}

.portfolio-item-block:hover {
  opacity: .9;
}

.portfolio-item-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-description {
  color: #969696;
  font-size: 13px;
}

.hero-slider {
  background-color: #0000;
  height: 320px;
}

.hero-slider-arrow {
  opacity: .35;
  margin-left: -90px;
  margin-right: -90px;
  font-size: 18px;
  transition: opacity .2s;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-mockup {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-content-block {
  width: 410px;
  position: absolute;
  top: 10px;
  right: 0;
}

.hero-slider-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.hero-slider-text {
  color: #ffffff80;
}

.hero-slider-section {
  background-color: #1f6fff;
  padding-top: 220px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.hero-left-block {
  float: left;
  width: 480px;
}

.hero-title-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 53px;
  font-weight: 300;
  line-height: 54px;
}

.hero-download-form {
  float: right;
  background-color: #fff;
  border-radius: 4px;
  width: 350px;
  margin-bottom: 0;
  padding: 24px;
}

.large-pricing-block {
  border-right: 2px solid #e4e4e4;
  padding-right: 51px;
}

.large-pricing-block._2 {
  border-right-width: 0;
  padding-left: 50px;
  padding-right: 0;
}

.large-pricing-icon {
  height: 50px;
  margin-bottom: 20px;
  display: block;
}

.large-pricing-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}

.large-pricing-title.price {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 400;
  line-height: 50px;
}

.large-pricing-title.sw {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.pricing-features-list {
  float: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-feature-list-item {
  margin-bottom: 6px;
  padding-left: 26px;
  position: relative;
}

.pricing-list-icon {
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.pricing-list-title {
  line-height: 21px;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 790px;
  position: absolute;
  top: -25px;
  left: -370px;
  box-shadow: 4px 4px 33px #0000001a;
}

.browser-mockup-left.small {
  width: 560px;
  top: -15px;
  left: -150px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-column {
  padding-right: 20px;
}

.feature-info-block {
  text-align: justify;
  width: 90%;
  position: relative;
}

.feature-info-icon {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.feature-info-paragraph {
  opacity: .7;
  font-size: 14px;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.hero-main-title {
  color: #fff;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 54px;
}

.hero-main-title.subtitle {
  width: 70%;
  margin: 35px auto 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  display: block;
}

.home-intro-wrapper {
  color: #9a9da3;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-intro-wrapper.mid {
  z-index: 10;
  width: 47%;
  top: -56px;
  left: 250px;
}

.home-intro-wrapper.right {
  top: 0;
  left: auto;
  right: 0;
}

.home-intro-link-block {
  background-image: url('../images/Home-Business-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 340px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px #0000004d;
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  background-image: url('../images/Home-Business-2.jpg');
  background-size: cover;
  height: 450px;
}

.home-intro-link-block._3 {
  background-image: url('../images/Home-App.jpg');
}

.intro-block-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.intro-block-overlay:hover {
  opacity: 1;
  background-color: #0000004d;
}

.intro-block-text-wrapper {
  text-align: center;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.intro-block-title {
  color: #2e3241;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
}

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

.homepage-column {
  padding-left: 15px;
  padding-right: 15px;
}

.homepage-link-block {
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000004d;
}

.homepage-link-block:hover {
  opacity: .8;
}

.homepage-screenshot {
  width: 100%;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.simple-white-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding-top: 45px;
  padding-bottom: 45px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.download-image-left {
  width: 640px;
  position: absolute;
  top: -65px;
  left: -200px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.iphone-hero {
  background-color: #353942;
  background-image: linear-gradient(135deg, #353942cc, #2a2e36), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 130px;
  overflow: hidden;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.half-image-section {
  float: left;
  background-image: url('../images/Photo-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.half-image-section.right {
  float: right;
  background-image: url('../images/Photo-8.jpg');
}

.half-content-section {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-content-section.left {
  float: left;
}

.content-section-block {
  float: left;
  max-width: 450px;
}

.content-section-block.left {
  float: right;
}

.full-hero-content-block {
  text-align: center;
  width: 80%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #ffffffb3;
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block {
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 16px #0000001a;
}

.color-block-title {
  z-index: 10;
  color: #000;
  margin-bottom: 17px;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

.color-block-paragraph {
  z-index: 10;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  position: relative;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 30px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

.white-pricing-column {
  border-right: 1px solid #0000000f;
  padding-left: 20px;
  padding-right: 20px;
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: #d8d8d800;
}

.transparant-pricing-block {
  text-align: center;
  border-radius: 4px;
  padding: 34px 24px;
  transition: background-color .35s, box-shadow .35s, color .2s;
}

.transparant-pricing-block:hover {
  background-color: #fff6;
  box-shadow: 0 12px 33px #0003;
}

.transparant-pricing-block.highlight {
  background-color: #fff;
  box-shadow: 0 10px 30px #0000001a;
}

.white-pricing-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-icon-block {
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  display: inline-block;
}

.pricing-icon {
  opacity: .28;
  width: 40px;
  height: 40px;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.white-pricing-paragraph {
  color: #252525;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.service {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/analytics-2618277_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#1f6fffde, #1f6fffde), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.with-contact-info {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.subpage-header.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header.pricing-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/ipad-820272_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.pricing-2 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/pcb-2655767_640.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 30px;
}

.subpage-header.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.subpage-header.pricing-5 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.subpage-header.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 90px;
}

.subpage-header.about-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/buildings-984195_1920.jpg');
  background-position: 0 0, 84%;
  background-size: auto, cover;
}

.subpage-header.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-header.blog-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-2.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
}

.subpage-header.sign-up-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.subpage-header.blog-2 {
  background-image: linear-gradient(#1c2331e6, #1c2331e6), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 0;
}

.subpage-header.scm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-3167295_640.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-bottom: 30px;
}

.subpage-header.erp {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/digital-marketing-1725340_1920.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  padding-bottom: 30px;  
}

.subpage-header.hrm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-people-1572059_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 30px;
}

.subpage-header.mypage {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/notebook-2386034_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.bom {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/paper-3224638_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.smart {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/photos-hobby-dRMQiAubdws-1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.white-contact-form {
  float: none;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: auto;
  margin-bottom: 0;
  padding: 35px 45px;
  display: inline-block;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.contact-info-block-right {
  float: right;
  width: 35%;
}

.form-title {
  color: #555;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-title.subtitle.white {
  font-size: 16px;
}

.form-title.subtitle.sw {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
}

.form-title.white {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title {
  text-shadow: 1px 1px 6px #0009;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.subpage-title.smaller {
  font-size: 33px;
  line-height: 39px;
}

.subpage-title.blog-post-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 49px;
  display: block;
}

.subpage-title.less-wide {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  display: block;
}

.page-subtitle {
  letter-spacing: 0;
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.page-subtitle.full {
  width: 100%;
}

.contact-info-column {
  text-align: center;
}

.contact-info-title {
  display: inline-block;
}

.contact-info-list-item {
  margin-top: 9px;
  margin-bottom: 5px;
}

.contact-info-button {
  display: block;
}

.contact-info-button.white-text {
  color: #fff;
}

.contact-info-button.white-text:hover {
  color: #ffffff96;
}

.contact-info-icon {
  opacity: .7;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.contact-info-block {
  text-align: left;
  border: 2px solid #ffffff40;
  border-radius: 4px;
  height: 545px;
  padding: 45px 45px 0;
}

.small-contact-info-title {
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.contact-overlay-bar {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-form-block {
  border: 2px solid #00000014;
  border-radius: 4px;
  height: 445px;
  margin-bottom: 0;
  padding: 40px;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.contact-map-block {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 468px;
}

.contact-map-wrapper {
  border: 0 solid #0000000f;
  border-radius: 20px;
  height: 445px;
  padding: 0;
  overflow: hidden;
}

.header-video-column-right {
  padding-left: 50px;
}

.cta-column-right {
  text-align: right;
}

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 16px;
}

.feature-blocks-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature-line-block {
  text-align: left;
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: 25px 35px 25px 75px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 3px #0000004a;
}

.small-feature-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.small-feature-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.pricing-features-row {
  margin-top: -195px;
}

.features-pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.color-pricing-title {
  color: #5ec045;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 13px;
}

.pricing-price-title {
  font-size: 34px;
  line-height: 40px;
}

.pricing-content-block {
  border-bottom: 1px solid #f0f0f0;
  padding: 28px;
}

.pricing-content-block.first {
  background-color: #f3f3f380;
  height: 115px;
}

.pricing-feature-title {
  color: #969696;
  font-size: 14px;
  display: inline-block;
}

.pricing-feature-title.bold {
  color: #000;
  margin-right: 7px;
  font-weight: 700;
}

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

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

.pricing-decription {
  color: #a3a3a3;
  margin-bottom: 0;
  font-size: 15px;
}

.team-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.team-image {
  float: left;
  background-image: url('../images/Testimonial-12.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 170px;
  height: 140px;
  margin-right: 40px;
}

.team-title {
  font-size: 20px;
  font-weight: 600;
}

.team-title.title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
}

.team-description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

.team-member-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: 0 0 13px #00000017;
}

.team-member-image {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
}

.team-member-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 4px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}

.team-member-description {
  color: #838383;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  opacity: .37;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.image-block-right {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 200px;
}

.text-column-left {
  padding-top: 21px;
  padding-bottom: 67px;
  padding-right: 40px;
}

.image-block {
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.image-block-column-left {
  padding-right: 30px;
}

.image-block-description {
  color: #fff;
  background-image: linear-gradient(#0000, #000000b3);
  padding: 25px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-column-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.overall-text-column {
  padding-right: 15px;
}

.gallery-lightbox {
  margin-bottom: 20px;
  display: block;
}

.gallery-lightbox.small-gallery {
  width: 96%;
  margin-bottom: 10px;
}

.gallery-image-block {
  background-image: url('../images/meeting-1338770_1920.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery-image-block._2 {
  background-image: url('../images/cmcmes_utube.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border: 1px #000;
}

.gallery-image-block._3 {
  background-image: url('../images/cap_ess_mes.jpg');
}

.gallery-image-block.small {
  background-image: url('../images/business-people-1572059_1280.jpg');
  height: 100px;
}

.gallery-image-block.small._2 {
  background-image: url('../images/photo_mes_1.jpg');
}

.gallery-image-block.small._3 {
  background-image: url('../images/programming-2115930_640.jpg');
}

.gallery-image-block.small._4 {
  background-image: url('../images/photo_mes_2.jpg');
}

.gallery-image-block.small._5 {
  background-image: url('../images/Photo-13.jpg');
}

.gallery-image-block.small._6 {
  background-image: url('../images/photo_mes_3.jpg');
}

.gallery-overlay-icon {
  text-align: center;
  background-color: #0006;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.gallery-overlay-icon:hover {
  background-color: #000000b3;
}

.view-icon {
  height: 35px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: block;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.stats-row {
  margin-top: 50px;
}

.stats-block {
  padding-top: 14px;
  padding-left: 128px;
  position: relative;
}

.stats-number {
  color: #1f6fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.elements-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.social-button {
  text-align: center;
  background-color: #2f3538;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: .8;
}

.social-button.facebook {
  background-color: #5963ac;
}

.social-button.facebook:hover {
  opacity: .8;
}

.social-button.google {
  background-color: #ec4545;
}

.social-button.google:hover {
  opacity: .8;
}

.social-button.rss {
  background-color: #ebba1f;
}

.social-button.rss:hover {
  opacity: .8;
}

.social-button.line {
  background-color: #0000;
  border: 1px solid #0003;
  padding-top: 11px;
  transition: background-color .2s, border .2s;
}

.social-button.line:hover {
  background-color: #0000001a;
  border-color: #0000;
}

.social-icon {
  height: 20px;
}

.element-container {
  border-radius: 5px;
  max-width: 1090px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.element-container.navigation {
  background-color: #1f6fff;
  height: 120px;
}

.element-container.navigation._2 {
  background-color: #39404d;
}

.element-container.navigation._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 130px;
}

.logo {
  width: auto;
  margin-top: 20px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.video-section {
  width: 100%;
  height: auto;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

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

.text-left {
  padding-right: 40px;
}

.about-column-left {
  padding-right: 30px;
}

.gallery-column-right {
  padding-top: 42px;
  padding-bottom: 42px;
}

.table-item-wrapper {
  border-bottom: 1px solid #00000017;
  padding: 14px 14px 14px 24px;
}

.table-item-wrapper.title {
  color: #fff;
  background-color: #1f6fff;
}

.table-title {
  font-family: Montserrat, sans-serif;
}

.license-image {
  border-radius: 4px;
  height: 60px;
}

.table-wrapper {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.hero-video {
  height: auto;
}

.hero-overlay-block {
  background-color: #1f6fffcc;
  width: 100%;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 210px;
}

.blog-posts-list {
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: stretch;
  display: flex;
}

.blog-posts-list.archive {
  display: flex;
}

.blog-post-item {
  order: -1;
  margin-bottom: 40px;
  padding-left: 210px;
  padding-right: 40px;
  position: relative;
}

.blog-post-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 320px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.blog-post-image-block.large {
  border-radius: 4px;
  overflow: hidden;
}

.blog-post-overlay {
  background-color: #0003;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.blog-post-overlay:hover {
  background-color: #1f6fff4d;
}

.blog-post-overlay.light {
  background-color: #0000001a;
}

.blog-post-overlay.light:hover {
  background-color: #1f6fffb3;
}

.blog-date-block {
  position: absolute;
  top: 25px;
  left: 35px;
}

.blog-date-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.blog-overlay-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.blog-overlay-title.large {
  font-size: 27px;
  line-height: 29px;
}

.blog-post-title-wrapper {
  background-image: linear-gradient(#0000, #0009 68%);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 55px 35px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  float: left;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.blog-author-name {
  float: left;
  color: #fff;
  margin-top: 0;
  display: inline-block;
}

.blog-author-name.archive {
  color: #b4b4b4;
  margin-top: -2px;
  font-size: 14px;
}

.empty-state {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.blog-left-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 180px;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.blog-post-title-link {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.blog-post-title-link.archive-title {
  margin-bottom: 10px;
}

.blog-post-date {
  color: #bdbdbd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
}

.blog-post-date.archive-date {
  float: left;
  color: #b4b4b4;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
}

.simple-blog-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  display: block;
}

.simple-blog-image-block.small {
  float: left;
  width: 90px;
  height: 85px;
  margin-right: 30px;
}

.simple-blog-post-item {
  order: -1;
  margin-bottom: 20px;
}

.simple-blog-post-item.archive {
  order: -1;
  padding-right: 20px;
}

.simple-blog-post-item.related, .image-blog-post-item {
  order: -1;
}

.blog-post-page-content {
  background-color: #fff;
  border-radius: 4px;
  width: 80%;
  margin: -140px auto 60px;
  padding: 70px;
  display: block;
  box-shadow: 0 0 33px #0000000a;
}

.blog-post-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.blog-post-header-overlay {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
}

.blog-post-content {
  padding-right: 20px;
}

.single-post-author-block {
  text-align: left;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.post-author-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-author-photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 0;
  margin-right: 30px;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  color: #afafaf;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.feature-text-block {
  float: left;
  width: 100%;
  height: 300px;
  padding-left: 20px;
  position: relative;
}

.feature-text-block.right {
  float: right;
  width: auto;
  padding-left: 6px;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 45px;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.archive-info-block {
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.archive-title-wrapper {
  float: none;
  display: inline-block;
}

.blog-single-post-date {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

.sign-up-column-left {
  text-align: left;
  padding-left: 0;
}

.sign-up-column-right {
  padding-left: 0;
  padding-right: 0;
}

.contact-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 31px;
  font-weight: 500;
}

.contact-form-info-paragraph {
  color: #d8dfeb;
  width: 85%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.sign-up-form {
  width: 100%;
  margin-bottom: 0;
  padding-right: 60px;
}

.sign-up-info-block {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: 4px;
  padding: 20px 70px 25px;
}

.testimonial-text {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-person-image {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 17px;
}

.testimonial-person-title {
  float: left;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.testimonial-person-title.title {
  opacity: .7;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  display: inline-block;
}

.testimonial-person-title.dark {
  color: #000;
}

.testimonial-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

.testimonial-person-wrapper {
  text-align: left;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-sign-up-block {
  float: left;
  background-color: #1f6fff;
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.full-sign-up-block.right {
  float: right;
  color: #000;
  background-color: #fff;
  background-image: none;
  width: 35%;
}

.full-page-sign-up-form {
  max-width: 380px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.sign-up-info-wrapper {
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.large-testimonial-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.testimonial-text-block {
  margin-top: 45px;
  margin-bottom: 35px;
}

.sign-up-logos-wrapper {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.small-column-icon {
  float: left;
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.portfolio-image-wrapper {
  width: 80%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 50px #0006;
}

.portfolio-image {
  width: 100%;
}

.close-lightbox-button {
  opacity: .6;
  position: absolute;
  top: -54px;
  right: 0;
}

.close-lightbox-button:hover {
  opacity: 1;
}

.lightbox-close-icon {
  height: 30px;
}

.portfolio-lightbox-block {
  text-decoration: none;
  display: block;
}

.button_r {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  background-image: none;
  border-radius: 3px;
  width: 106px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button_r:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button_r.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button_r.text-button:hover {
  background-color: #000;
}

.button_r.green {
  background-color: #5ec045;
}

.button_r.green:hover {
  background-color: #6fdd53;
}

.button_r.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button_r.purple {
  background-color: #b75dda;
}

.button_r.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button_r.full {
  text-align: center;
  display: block;
}

.button_r.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button_r.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_r.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button_r.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button_r.icon-button.download.green {
  margin-top: 30px;
}

.button_r.white-pricing-button {
  margin-top: 0;
}

.button_r.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button_r.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button_r.slider-button {
  background-color: #5ec045;
}

.button_r.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button_r.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button_r.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button_r.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_r.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button_r._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button_r._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button_r._2.green {
  background-color: #5ec045;
}

.button_r._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button_r.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.button_r.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.button_r.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button_r.cta-button:hover {
  background-color: #73d65a;
}

.button_r.cta-button.white, .button_r.light {
  color: #000;
  background-color: #fff;
}

.div-block {
  background-color: #000000d6;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Photo-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 3px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
}

.title_btn_white {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.portfolio-block-title2 {
  font-size: 18px;
  font-weight: 700;
}

.text-white {
  color: #ffffffe8;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 12px;
  line-height: 25px;
}

.div-block-2 {
  margin-bottom: 20px;
  padding-top: 37px;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
}

.home_pd_bg {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  width: 98%;
  height: 320px;
  margin-bottom: 15px;
  padding-top: 0;
  box-shadow: 0 0 13px 1px #858585ab;
}

.home_pd_bg_erp {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  border-radius: 3px;
  width: 100%;
  height: 300px;
  padding-top: 60px;
}

.home_pd_bg_scm {
  background-color: #000000d6;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Photo-8.jpg');
  background-position: 0 0, 77%;
  background-size: auto, cover;
  border-radius: 3px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
}

.home_pd_bg_hrm {
  background-color: #000000d6;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Photo-2_1.jpg');
  background-position: 0 0, 77%;
  background-size: auto, cover;
  border-radius: 3px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
}

.button_contact {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  background-image: linear-gradient(303deg, #1f6fff, #40caff 86%);
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button_contact:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button_contact.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button_contact.text-button:hover {
  background-color: #000;
}

.button_contact.green {
  background-color: #5ec045;
}

.button_contact.green:hover {
  background-color: #6fdd53;
}

.button_contact.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button_contact.purple {
  background-color: #b75dda;
}

.button_contact.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button_contact.full {
  text-align: center;
  display: block;
}

.button_contact.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button_contact.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_contact.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button_contact.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button_contact.icon-button.download.green {
  margin-top: 30px;
}

.button_contact.white-pricing-button {
  margin-top: 0;
}

.button_contact.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button_contact.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button_contact.slider-button {
  background-color: #5ec045;
}

.button_contact.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button_contact.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button_contact.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button_contact.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_contact.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button_contact._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button_contact._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button_contact._2.green {
  background-color: #5ec045;
}

.button_contact._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button_contact.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.button_contact.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.button_contact.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button_contact.cta-button:hover {
  background-color: #73d65a;
}

.button_contact.cta-button.white, .button_contact.light {
  color: #000;
  background-color: #fff;
}

.button_contact.home_detail {
  color: #fff;
  text-align: center;
  background-color: #1f6fff;
  width: 65%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: block;
}

.button_contact.home_detail:hover {
  background-color: #000;
}

.home_table_sol {
  float: none;
  justify-content: flex-start;
  width: auto;
  margin-top: 15px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.home_pd_bg_pdm {
  background-color: #000000d6;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Photo-13.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 800px;
  border-radius: 3px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
}

.paragraph {
  font-size: 14px;
}

.white-contact-form-home {
  float: none;
  color: #000;
  text-align: left;
  background-color: #0000;
  border-radius: 4px;
  width: 65%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 45px 35px;
  display: block;
}

.white-contact-form-home.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.block_vision {
  background-color: #fff;
  border-radius: 2px;
  height: 420px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 38px 25px 40px;
  box-shadow: 0 0 6px #a3a3a3;
}

.image_vision {
  border-radius: 90px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  text-align: center;
}

.image-2 {
  float: right;
}

.table_product {
  float: none;
  justify-content: flex-start;
  width: 60%;
  margin: 19px auto 30px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.pd_bg {
  background-color: #000000d6;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pcb-2655767_640.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 800px;
  border-radius: 7px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  box-shadow: inset 0 0 8px #fff;
}

.pd_bg_erp {
  background-color: #000000d6;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Webflow-Photo.jpg');
  background-position: 0 0, 62%;
  background-size: auto, cover;
  border-radius: 7px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  box-shadow: inset 0 0 8px #fff;
}

.pd_bg_scm {
  background-color: #000000d6;
  background-image: linear-gradient(#00000082, #00000082), url('../images/Photo-8.jpg');
  background-position: 0 0, 77%;
  background-size: auto, cover;
  border-radius: 7px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  box-shadow: inset 0 0 8px #fff;
}

.pd_bg_pdm {
  background-color: #000000d6;
  background-image: linear-gradient(#00000082, #00000082), url('../images/Photo-13.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 800px;
  border-radius: 7px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  box-shadow: inset 0 0 8px #fff;
}

.pd_bg_hrm {
  background-color: #000000d6;
  background-image: linear-gradient(#00000082, #00000082), url('../images/Photo-2_1.jpg');
  background-position: 0 0, 77%;
  background-size: auto, cover;
  border-radius: 7px;
  width: 100%;
  height: 270px;
  padding-top: 60px;
  box-shadow: inset 0 0 8px #fff;
}

.section-title2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
}

.section-title2.large {
  line-height: 47px;
}

.section-title2.elements-title {
  margin-bottom: 0;
}

.section-title2.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-title2.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.image-3 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submenu_product {
  color: #ffffffe8;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  line-height: 25px;
}

.overall-video-lightbox-rught {
  border-radius: 4px;
  width: 45%;
  height: 100%;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox-rught.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.overall-video-lightbox-rught.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.overall-video-lightbox-rught.large-hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 90%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overall-video-lightbox-rught.in-page-header {
  height: 215px;
}

.columns {
  width: auto;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-edu {
  background-image: url('../images/Photo-5_2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.image-section-edu.clients {
  background-image: url('../images/Photo-6_1.jpg');
}

.image-section-edu.get-the-app {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 34%;
}

.image-section-edu.quote {
  background-image: url('../images/Photo-3_1.jpg');
  background-position: 50%;
}

.image-section-edu.pricing {
  background-image: url('../images/Photo-1.jpg');
  background-size: cover;
}

.image-section-edu.newsletter {
  background-image: url('../images/Photo-6_2.jpg');
}

.image-section-edu.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.image-section-edu.about-us {
  background-image: url('../images/Photo-5_2.jpg');
}

.image-section-edu.about-us-2, .image-section-edu.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section-edu.ui-section {
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, #eee3), url('../images/UI-Elements_1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 700px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.text-block {
  float: none;
  text-align: right;
  padding-right: 22px;
  font-size: 16px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.columns-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.radio-button-field-4 {
  display: inline-block;
}

.field-label-2 {
  font-weight: 600;
}

.field-upload {
  width: 100%;
}

.field-label-6 {
  letter-spacing: -1px;
  font-weight: 600;
}

.btn_side {
  color: #000;
  background-color: #e08989;
  border-style: none;
  border-radius: 5px;
  margin-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.mystage-h2 {
  color: #6e6d6d;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 34px;
}

.form-mystage-upload {
  border: 1px solid #c3c2c2;
  border-radius: 10px;
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.submit-button-5 {
  background-color: #0c54d6;
  border-radius: 7px;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-9 {
  display: inline-block;
}

.radio-button-label {
  letter-spacing: 0;
  margin-right: 26px;
}

.form-pt {
  border: 1px solid #c3c2c2;
  border-radius: 10px;
  width: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 41px 29px 40px;
  font-size: 16px;
  display: block;
}

.text_guide {
  color: #1e68c7;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.form {
  font-size: 14px;
}

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

.field-label-3 {
  color: #333;
  text-align: left;
}

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

.checkbox-field {
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
}

.div-block-wz-thum {
  text-shadow: 1px 1px 6px #000;
  background-image: linear-gradient(#1d302980, #1d302980), url('../images/mesedu1_2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 5px;
  width: auto;
  min-width: 213px;
  min-height: 260px;
  padding: 30px 22px 12px 23px;
  text-decoration: none;
}

.div-block-wz-thum._2 {
  background-image: linear-gradient(#1d302980, #1d302980), url('../images/SYSM_MPS1.JPG');
  background-position: 0 0, 0%;
}

.div-block-wz-thum._3 {
  background-image: linear-gradient(#1d302980, #1d302980), url('../images/YT_pack_thum.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.text-white2 {
  color: #ffffffe8;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  line-height: 25px;
}

.heading {
  color: #fff;
  font-weight: 600;
  line-height: 40px;
}

.div-block-4 {
  margin-top: 111px;
  margin-bottom: 19px;
}

.div-block4 {
  background-image: linear-gradient(#1d302980, #1d302980), url('../images/ipad-820272_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  padding: 30px 30px 50px 33px;
}

.div-block-5 {
  height: 30px;
}

.div-block4-1 {
  background-image: linear-gradient(#1d302980, #1d302980), url('../images/Photo-10.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 800px;
  border-radius: 5px;
  padding: 30px 30px 50px 33px;
}

.link {
  color: #fff;
}

.list-item {
  margin-bottom: 10px;
  font-size: 16px;
}

._2-column-pricing-copy.tint {
  padding-bottom: 80px;
}

.bold-text {
  color: #888;
  font-weight: 400;
}

.image-4 {
  opacity: 1;
}

.title_btn_gray {
  color: #5f5f5f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.text-gray {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 26px;
  font-size: 14px;
}

.img-home-sol {
  width: 100%;
  height: 50px;
  margin-bottom: 28px;
  margin-left: 0;
}

.image-5 {
  padding-top: 0;
}

.paragraph-3 {
  line-height: 25px;
}

.paragraph-3.sw {
  margin-left: 0;
  padding-left: 0;
}

.block_employ {
  background-color: #fff;
  border-radius: 2px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  box-shadow: 0 0 6px #a3a3a3;
}

.middle-text-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.image_employ {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6 {
  border-radius: 7px;
}

.column-36 {
  background-color: #ffffff47;
  padding-top: 0;
  padding-bottom: 0;
}

.text_table {
  background-color: #00000082;
  margin-top: 11px;
  margin-bottom: 5px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  font-weight: 300;
  line-height: 25px;
}

.btn_employ {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button_employ {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  background-image: none;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button_employ:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button_employ.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.button_employ.text-button:hover {
  background-color: #000;
}

.button_employ.green {
  background-color: #5ec045;
}

.button_employ.green:hover {
  background-color: #6fdd53;
}

.button_employ.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.button_employ.purple {
  background-color: #b75dda;
}

.button_employ.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.button_employ.full {
  text-align: center;
  display: block;
}

.button_employ.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button_employ.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_employ.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button_employ.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button_employ.icon-button.download.green {
  margin-top: 30px;
}

.button_employ.white-pricing-button {
  margin-top: 0;
}

.button_employ.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button_employ.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.button_employ.slider-button {
  background-color: #5ec045;
}

.button_employ.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.button_employ.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.button_employ.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.button_employ.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.button_employ.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.button_employ._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button_employ._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button_employ._2.green {
  background-color: #5ec045;
}

.button_employ._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button_employ.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.button_employ.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.button_employ.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button_employ.cta-button:hover {
  background-color: #73d65a;
}

.button_employ.cta-button.white, .button_employ.light {
  color: #000;
  background-color: #fff;
}

.div-block-6 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  font-size: 25px;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin-top: 32px;
  padding: 15px;
}

.div-block-7:hover {
  box-shadow: 4px 0 19px 2px #8b8b8b;
}

.image-7 {
  border: 1px solid #707070ba;
}

.heading-3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
}

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

.columns-3, .columns-4 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-solution {
  height: 800px;
  margin-top: 60px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  background-color: #0053c4;
  border-radius: 10px;
  width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-slider {
  border: 1px solid #8a8a8a;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-4 {
  width: 70%;
  margin: 20px auto 30px;
}

.div-block-8 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #b63d01;
  text-align: center;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.btn-empty {
  letter-spacing: 2px;
  background-color: #e7f4ff4d;
  border: 1px solid #ffffff8c;
  border-radius: 20px;
  width: 160px;
  font-size: 16px;
}

.div-block-9 {
  background-color: #0000;
  background-image: linear-gradient(#6e6e6ecc, #6e6e6ecc), url('../images/img_bom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 600px;
}

.pack_table {
  float: none;
  justify-content: flex-start;
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.pack_pd_bg {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  padding-top: 0;
  box-shadow: 0 0 10px 1px #9c9c9c91;
}

.pack_pd_bg:hover {
  box-shadow: 0 0 13px 7px #858585ab;
}

.title_gray {
  color: #5f5f5f;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.text-gray2 {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 14px;
}

.image-pack {
  border-radius: 10px 10px 0 0;
  display: block;
}

.columns-5 {
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  border: 1px solid #000;
  width: 1000px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  justify-items: center;
  width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-slider-g {
  border: 1px solid #acacac;
  width: 300px;
  height: 225px;
  margin-bottom: 10px;
}

.section-title-ref {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.section-title-ref.large {
  line-height: 47px;
}

.section-title-ref.elements-title {
  margin-bottom: 0;
}

.section-title-ref.dont-miss {
  color: #b6b6b6;
  font-size: 24px;
  line-height: 29px;
}

.section-title-ref.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.columns-6 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  line-height: 40px;
}

.link-submenu {
  color: #fff;
  text-decoration: none;
}

.link-submenu:hover {
  color: #99bdff;
}

.link-submenu.w--current {
  color: #abffc5;
}

.link-submenu2 {
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
  line-height: 40px;
}

.list-item-2 {
  margin-bottom: 15px;
}

.heading-sub {
  color: #154aa5;
  background-color: #e3efff;
  border: 1px solid #96b2e2;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-sub.scm {
  margin-bottom: 20px;
}

.image-8 {
  margin: 40px auto 20px;
  display: block;
}

.heading-sub2 {
  color: #57861a;
  background-color: #eafae1;
  border: 1px solid #b9daa7;
  border-radius: 10px;
  margin-top: 30px;
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-sub3 {
  color: #8d310a;
  background-color: #0000;
  border: 1px solid #e2a896;
  border-radius: 10px;
  margin-top: 30px;
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.photo_comp {
  margin: 9px auto 10px;
  display: block;
  box-shadow: 1px 1px 3px 1px #a1a1a1;
}

.div-block-11 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-7 {
  width: 98%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  margin-bottom: 11px;
}

.list {
  list-style-type: square;
}

.paragraph-5 {
  font-size: 13px;
}

.sol_pd_bg {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 330px;
  margin-bottom: 15px;
  padding-top: 0;
  box-shadow: 0 0 10px 1px #9c9c9c91;
}

.sol_pd_bg:hover {
  box-shadow: 0 0 13px 7px #858585ab;
}

.title_gray-sol {
  color: #5f5f5f;
  text-align: center;
  margin-top: 39px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.sol_table {
  float: none;
  justify-content: flex-start;
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.columns-8 {
  border-radius: 10px;
}

.pack_pd_bg2 {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  padding-top: 0;
  display: flex;
  box-shadow: 0 0 10px 1px #9c9c9c91;
}

.pack_pd_bg2:hover {
  box-shadow: 0 0 13px 7px #858585ab;
}

.image-pack2 {
  border-radius: 10px 0 0 10px;
  flex: 0 auto;
  width: 180px;
  height: 330px;
  display: block;
}

.text-gray2-sol {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 25px;
  font-size: 14px;
}

.link-block {
  float: none;
  width: 220px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-blockpack {
  float: none;
  width: 220px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.img-erp {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-2 {
  color: #6b91d1;
  margin-bottom: 40px;
  padding-right: 30px;
  list-style-type: square;
}

.text-block-5 {
  color: #333;
  margin-bottom: 20px;
}

.text-block-6 {
  text-align: center;
  background-color: #e1fcff;
  border: 1px solid #62aab1;
  border-radius: 10px;
  width: 110px;
  height: auto;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-7 {
  width: 145px;
  margin-left: 25px;
  margin-right: 40px;
  line-height: 35px;
  display: inline-block;
}

.column-38 {
  border: 1px solid #b1b1b1;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
}

.text-block-7-2 {
  width: 200px;
  margin-left: 25px;
  margin-right: 30px;
  line-height: 35px;
  display: inline-block;
}

.columns-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-6 {
  border: 1px solid #b9b9b9;
  width: 800px;
  margin: 66px auto 0;
  padding: 30px 27px;
}

.color-block-2 {
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 16px #00000038;
}

.color-gray-title {
  z-index: 10;
  color: #767679;
  margin-bottom: 17px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  position: relative;
}

.color-block-bsky {
  color: #8f8f8f;
  text-align: left;
  background-color: #e4edfcc4;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 16px #00000038;
}

.image-11 {
  border: 1px solid #dfdfdf;
  margin: 30px auto 50px;
  padding-top: 0;
  display: block;
}

.image-12 {
  border: 1px solid #c4c4c4;
  width: 285px;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-right: 20px;
}

.image-13 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.paragraph-7 {
  line-height: 28px;
}

.paragraph-8 {
  text-indent: 0;
  padding-left: 5px;
  padding-right: 15px;
  line-height: 22px;
}

.div-block-12 {
  border: 1px solid #bbb;
  border-radius: 10px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ff9531;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 15px;
}

.heading-5.y {
  background-color: #f3c211;
}

.heading-5.g {
  background-color: #76af54;
}

.heading-5.p {
  background-color: #a65cc9;
}

.heading-5.b {
  background-color: #3d91e6;
}

.heading-5.n {
  background-color: #e07070;
}

.list-3 {
  color: #ff802b;
  padding-left: 30px;
}

.paragraph-9 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 28px;
}

.columns-10 {
  width: 930px;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
}

.image-14 {
  border: 1px solid #c4c4c4;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  color: #ffe100;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-13 {
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: 41px;
  padding-top: 26px;
  padding-left: 0;
  display: block;
  box-shadow: 0 0 30px #d6d6d6ba;
}

.div-block-13:hover {
  background-color: #dff3ff;
  box-shadow: 0 0 30px #aaaaaaba;
}

.icon-ref {
  width: auto;
  height: auto;
  margin-bottom: 6px;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-8 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-8.smf {
  margin-top: 12px;
  font-size: 16px;
}

.text-customer {
  color: #333;
  width: 220px;
  font-size: 14px;
  display: inline-block;
}

.text-customer2 {
  color: #333;
  font-size: 14px;
  display: inline-block;
}

.list-customer {
  color: #2e8fff;
  margin-bottom: 5px;
}

.list-4 {
  padding-left: 89px;
}

.column-ref, .paragraph-10 {
  margin-bottom: 60px;
}

.list-item-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-5 {
  color: #1057e4;
  margin-bottom: 20px;
  list-style-type: square;
}

.text-block-9 {
  color: #333;
  font-size: 16px;
}

.text-block-9.prg {
  font-size: 18px;
  font-weight: 400;
}

.container-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  float: none;
  justify-content: center;
  margin: 39px auto 60px;
  display: flex;
}

.title-lecture {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 37px;
}

.image-17 {
  border: 1px solid #a3a3a3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-class {
  clear: none;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0c54d6;
  background-image: none;
  border-radius: 3px;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.btn-class:hover {
  color: #fff200;
  background-color: #0b4fc9;
  box-shadow: 0 0 15px #00000057;
}

.btn-class.text-button {
  color: #fff;
  background-color: #1f6fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: inline-block;
}

.btn-class.text-button:hover {
  background-color: #000;
}

.btn-class.green {
  background-color: #5ec045;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.btn-class.green:hover {
  background-color: #6fdd53;
}

.btn-class.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.btn-class.purple {
  background-color: #b75dda;
}

.btn-class.purple.full.outline:hover {
  background-color: #b75dda;
  border-color: #b75dda;
}

.btn-class.full {
  text-align: center;
  display: block;
}

.btn-class.full.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.btn-class.full.outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.btn-class.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.btn-class.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.btn-class.icon-button.download.green {
  margin-top: 30px;
}

.btn-class.white-pricing-button {
  margin-top: 0;
}

.btn-class.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.btn-class.submit-newsletter {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 0;
}

.btn-class.slider-button {
  background-color: #5ec045;
}

.btn-class.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.btn-class.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.btn-class.dark-outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #e4e4e4;
}

.btn-class.dark-outline:hover {
  color: #fff;
  background-color: #1f6fff;
  border-color: #1f6fff;
}

.btn-class.pricing-start {
  text-align: center;
  margin-top: 0;
  display: block;
}

.btn-class._2 {
  background-color: #0009;
  margin-left: 10px;
}

.btn-class._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.btn-class._2.green {
  background-color: #5ec045;
}

.btn-class._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.btn-class.continue-reading {
  background-color: #36393f;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  line-height: 13px;
}

.btn-class.continue-reading:hover {
  background-color: #1f6fff;
  box-shadow: 6px 6px 16px 4px #0003;
}

.btn-class.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.btn-class.cta-button:hover {
  background-color: #73d65a;
}

.btn-class.cta-button.white, .btn-class.light {
  color: #000;
  background-color: #fff;
}

.btn-class.detail-sol {
  color: #fff;
  text-align: center;
  background-color: #1f6fff;
  background-image: linear-gradient(303deg, #1f6fff 30%, #40caff);
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  line-height: 29px;
  transition: background-color .2s;
  display: block;
}

.btn-class.detail-sol:hover {
  color: #fbff00;
  background-color: #000;
  border: 2px #fbff00;
  box-shadow: 0 1px 5px 2px #fff75c57;
}

.btn-class.right {
  float: right;
}

.paragraph-11 {
  text-align: center;
  border: 1px solid #879ee7;
  width: 100%;
  margin-top: 40px;
  padding: 14px 25px 15px;
}

.bbs_list_class {
  border-top: 1px #ccc;
  border-bottom: 1px solid #9e9c9c;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.bbs_data-copy {
  text-align: left;
  letter-spacing: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
}

.bbs_data-copy.center {
  text-align: center;
}

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

.icon-lec-list {
  margin-right: 5px;
}

.btn-listen-class {
  float: right;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: auto;
  margin-right: 10px;
  padding: 3px 10px;
}

.btn-listen-class.navy {
  background-color: #0641a7;
}

.btn-listen-class.navy:hover {
  color: #9de8ff;
}

.btn-listen-class.gray {
  background-color: #888;
}

.btn-listen-class.right {
  float: right;
}

.list-class {
  color: #474747;
  margin-bottom: 40px;
  list-style-type: none;
}

.div-block-15 {
  height: 50px;
}

.section-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 43px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 39px;
}

.bbs_view1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.bbs_title {
  color: #0b4ca2;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.bbs_data {
  float: none;
  letter-spacing: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.column-80 {
  text-align: left;
}

.bbs_view2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.paragraph-12 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.section-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.lblue {
  background-color: #e8f1f6;
  padding-top: 40px;
  padding-bottom: 60px;
}

.bbs_list_tt_4col-tt {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.bbs_list_tt_4col {
  border-top: 1px #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.bbs-text {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.section-3 {
  background-color: #214ea8;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #307ee4;
  border-radius: 20px;
  width: 150px;
  margin-right: 15px;
  padding: 7px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  box-shadow: inset 1px 1px 3px #00000080;
}

.form-login {
  border: 1px solid #cacaca;
  border-radius: 7px;
  width: 630px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 60px;
}

.heading-6 {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.submit-button-login {
  text-align: center;
  background-color: #0c54d6;
  border-radius: 7px;
  width: 220px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button-login:hover {
  color: #fffb00;
  box-shadow: 0 0 7px #0000005e;
}

.text-block-10 {
  text-align: center;
  font-size: 14px;
}

.bbs_list_tt {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.bbs_title-2 {
  color: #00249b;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
}

.bbs_list_tt_4col-tt-2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.bbs_list_tt_4col-2 {
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.bbs_writer {
  margin-right: 13px;
  display: inline-block;
}

.icon_mem {
  margin-bottom: 5px;
  overflow: visible;
}

.bbs_search {
  width: 1000px;
  margin: 30px auto 50px;
  display: block;
}

.bbs_data-2 {
  float: right;
  letter-spacing: 0;
  padding-left: 10px;
  font-size: 15px;
}

.text-field-2 {
  width: 230px;
}

.submit-button-4-small-gray {
  float: none;
  text-align: center;
  background-color: #707070;
  border-radius: 5px;
  width: 105px;
  margin-right: 5px;
  padding: 4px 10px;
  font-size: 14px;
  display: inline-block;
}

.submit-button-4-small-red {
  float: none;
  text-align: center;
  background-color: #c32d2d;
  border-radius: 5px;
  width: 105px;
  margin-right: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.submit-button-4-small-red:hover {
  color: #fff200;
}

.submit-button-4-long-red {
  float: none;
  text-align: center;
  background-color: #c32d2d;
  border-radius: 5px;
  width: 145px;
  margin-right: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.submit-button-4-long-red:hover {
  color: #fff200;
}

.row-button {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button-4-small {
  text-align: center;
  background-color: #d65f5f;
  border-radius: 5px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  display: block;
}

.submit-button-4-small-blue {
  float: none;
  text-align: center;
  background-color: #0c54d6;
  border-radius: 5px;
  width: 105px;
  margin-right: 5px;
  padding: 4px 10px;
  font-size: 14px;
  display: inline-block;
}

.submit-button-4-small-blue:hover {
  color: #fff200;
}

.textarea {
  height: auto;
  display: block;
}

.columns-11 {
  border: 1px solid #c4c4c4;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.text_mypage2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: visible;
}

.text_mypage2:hover {
  color: #1e34a0;
}

.row-mypage-info {
  margin-bottom: 10px;
}

.column-47 {
  margin-top: 0;
  padding-top: 0;
}

.btn-blue-right {
  float: right;
  text-align: center;
  background-color: #0da5bd;
  border-radius: 10px;
  width: 150px;
  margin-top: -25px;
  margin-right: 20px;
  padding: 7px 0;
  display: inline-block;
  position: relative;
}

.image-29 {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-right: 7px;
}

.bold-text-5 {
  color: #8b8b8b;
}

.column-42 {
  padding-top: 0;
  padding-left: 20px;
}

.mypage-photo {
  float: none;
  border: 1px solid #cfcfcf;
  border-radius: 99px;
  width: 150px;
  height: 150px;
  margin-left: 60px;
  box-shadow: 1px 1px 3px #8d8d8d;
}

.text_mypage1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  display: inline;
  position: static;
  overflow: visible;
}

.text_mypage1:hover {
  color: #1e34a0;
}

.row-button_3_1 {
  justify-content: flex-start;
  width: 600px;
  margin: 29px auto 30px;
  display: block;
}

.column-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.submit-button-4-gray-long {
  text-align: center;
  background-color: #6b6b6b;
  border-radius: 5px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-30 {
  margin-top: 22px;
}

.div-block-16 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16.menu {
  justify-content: flex-end;
  width: 800px;
  margin-bottom: 5px;
  display: flex;
}

.link-4 {
  color: #0148c9;
  text-decoration: none;
}

.link-4:hover {
  color: #bb5400;
}

.page_list {
  text-align: center;
  margin-top: 30px;
}

.bbs_view_qa {
  border-top: 1px solid #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.bbs_data_qa {
  float: none;
  letter-spacing: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.form-join {
  border: 1px solid #cacaca;
  border-radius: 7px;
  width: 630px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 60px;
}

.textarea-2 {
  margin-bottom: 20px;
}

.textarea-3 {
  overflow: visible;
}

.join_text {
  color: #0461db;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
}

.columns-find-join {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.feature-info-icon-2 {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.login_tt1 {
  color: #ffa8a8;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pink-link {
  color: #0b4ca2;
  font-weight: 600;
  text-decoration: none;
}

.pink-link:hover {
  color: #fff;
}

.para-grey {
  opacity: .7;
  color: #3d3d3d;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0b4ca2;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.button-3:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.join_text-2 {
  color: #991f1f;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.join_text-2.box {
  color: #797979;
  margin-top: 20px;
  line-height: 23px;
}

.id {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
}

.join_text-big {
  color: #0b4ca2;
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.btn_1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #339aaa;
  border-radius: 7px;
  width: 220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.btn_1:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.div-block-18 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.join_form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.join_form.centered {
  z-index: 10;
  float: none;
  box-shadow: none;
  border: 1px solid #bbb;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
}

.field-label-10 {
  color: #686868;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.email {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.link-5 {
  color: #333;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-5:hover {
  color: #176fd5;
}

.field-label-11 {
  color: #686868;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
}

.field-label-4 {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.column-26 {
  padding-left: 37px;
}

.btn-popup {
  background-color: #339aaa;
  background-image: none;
  border-radius: 5px;
  margin: 0 auto 5px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.section-white {
  padding-top: 80px;
  padding-bottom: 80px;
}

.join_check {
  color: #979eac;
  margin-top: 10px;
  margin-bottom: 7px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}

.join_check:hover {
  color: #1f6fff;
}

.radio-button-field-3 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 40px;
  display: inline-block;
}

.btn-photo {
  background-color: #339aaa;
  background-image: none;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: auto;
  line-height: 16px;
  display: inline-block;
}

.join_form_info {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.join_form_info.centered {
  z-index: 10;
  float: none;
  box-shadow: none;
  border: 1px solid #bbb;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: relative;
}

.rcm_birth {
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 5px;
  margin-right: 30px;
  display: inline-block;
}

.rcm_join_input-2 {
  background-color: #ececec;
  border-radius: 5px;
}

.rcm_id-2 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 7px;
}

.image-27 {
  border: 1px solid #858585;
  border-radius: 100px;
  margin-top: 9px;
}

.popup_form {
  float: none;
  background-color: #fff;
  border-radius: 4px;
  width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.button_blue {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d65f5f;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.button_blue:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button_blue.full-submit {
  background-color: #486dbb;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.field-label-5 {
  color: #989ba2;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
}

.popup_tt {
  text-align: center;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dark-field-2 {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field-2:hover {
  background-color: #dbdce2;
}

.dark-field-2:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.popup_text {
  color: #989ba2;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.btn_popup {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #339aaa;
  border-radius: 7px;
  width: 100%;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.btn_popup:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.body {
  background-color: #fff;
}

.pay_title {
  background-image: url('../images/paper-3265721_1920.jpg');
  background-position: 50% 75%;
  background-size: cover;
  height: 100px;
  margin-bottom: 40px;
}

.form-pay {
  border: 1px solid #c3c2c2;
  border-radius: 10px;
  width: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 41px 29px 40px;
  font-size: 16px;
  display: block;
}

.qa-block {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 75%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
}

.qa-thum {
  border: 1px solid #8b8b8b;
  border-radius: 95px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.text-qa-name {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.qa-paragraph {
  color: #333;
  background-color: #0000;
  margin-bottom: 0;
  padding: 3px 10px 3px 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.link-reply {
  margin-left: 7px;
}

.photo-qa-reply {
  border: 1px solid #8b8b8b;
  border-radius: 99px;
  width: 40px;
  height: 40px;
}

.qa-block1 {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
  left: 20px;
}

.icon-qa {
  margin-left: 0;
  margin-right: 0;
}

.column-72 {
  padding-left: 8px;
}

.submit-button-4-small-2.qa {
  text-align: center;
  border-radius: 3px;
  width: 80px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submit-button-4-small-2.qa {
  width: 80px;
  margin-bottom: 5px;
}

.submit-button-4-small-2.qa.gray {
  background-color: #707070;
}

.columns-reply-qa {
  float: none;
  width: 100%;
  margin: 20px 0;
}

.columns-reply-qa.rp {
  width: 95%;
}

.qa-block3 {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
  left: 60px;
}

.bold-text-11 {
  color: #6d6d6d;
  font-size: 15px;
}

.qa-block4 {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
  left: 80px;
}

.qa-block5 {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
  left: 95px;
}

.text-quiz-q {
  background-color: #0000;
  margin-bottom: 5px;
  padding: 5px 7px 0 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.radio-button-field-8 {
  margin-right: 10px;
  font-size: 15px;
  display: inline-block;
}

.block-quiz-q {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

.div-block-40 {
  background-color: #e6e6e68f;
  border: 1px #000;
  margin-bottom: 40px;
  padding: 20px 15px 10px 20px;
}

.bold-text-3-copy {
  color: #004aca;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.submit-button-4 {
  text-align: center;
  background-color: #0641a7;
  border-radius: 5px;
  width: 130px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-quiz {
  margin-left: 10px;
}

.form-quiz {
  border: 7px solid #c3c2c2c4;
  border-radius: 12px;
  width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 50px 60px;
  display: block;
}

.columns-12 {
  margin-bottom: 10px;
}

.qa-block2 {
  text-align: left;
  border: 1px #00000014;
  border-radius: 4px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 35px 10px 65px;
  display: block;
  position: relative;
  left: 40px;
}

.div-block-btn-right {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 70px;
  display: block;
}

.block-msg {
  z-index: 5;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.heading-7 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 400;
}

.div-block-39 {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  width: 800px;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 60px;
  display: block;
  position: static;
  inset: 14% auto 0% 20%;
}

.heading-8 {
  color: #000;
  text-align: center;
  background-color: #fff5f5;
  width: 500px;
  height: auto;
  margin: 0 auto 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.submit-button-6 {
  text-align: center;
  background-color: #d65f5f;
  border-radius: 5px;
  width: 130px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-39 {
  border-width: 7px;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-quiz-ok {
  box-shadow: none;
  color: #242424;
  text-align: center;
  background-color: #d9ebc7;
  border: 3px solid #9fc780;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.text-quiz-ng {
  box-shadow: none;
  color: #242424;
  text-align: center;
  background-color: #f8dede;
  border: 3px solid #d89a9a;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.quiz-para {
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  line-height: 30px;
}

.button-navy {
  background-color: #0641a7;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 14px;
}

.button-navy:hover {
  color: #ffd900;
}

.button-navy.r {
  float: right;
  margin-right: 0;
}

.button-red {
  background-color: #c25050;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 14px;
}

.submit-button-4-navy {
  text-align: center;
  background-color: #0c54d6;
  border-radius: 5px;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-81 {
  padding-top: 0;
  padding-left: 20px;
}

.list-item-5 {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.webinar_list {
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.icon_webinar {
  border: 1px solid #c5c5c5;
}

.column-49 {
  clear: none;
}

.paragraph-14 {
  font-size: 16px;
  line-height: 25px;
}

.image-45 {
  float: none;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-11 {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 3px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.list-6 {
  color: #2e70e2;
  margin-top: 15px;
  padding-left: 31px;
  list-style-type: square;
}

.text-block-12 {
  color: #333;
  font-size: 14px;
}

.list-item-6 {
  margin-bottom: 9px;
}

.img-sw {
  margin-top: 20px;
  margin-left: 34px;
}

.row-sw {
  margin-top: 40px;
}

.column-82 {
  padding-left: 20px;
  padding-right: 40px;
}

.form-sw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #c3c2c2;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 41px 29px 40px;
  font-size: 16px;
  display: block;
}

.text-block-11-2 {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 15px;
  padding-bottom: 3px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-13 {
  margin-top: 12px;
  padding-left: 38px;
  font-size: 28px;
}

.div-block-41 {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  width: 1050px;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.paragraph-15 {
  margin-bottom: 34px;
  padding-left: 31px;
  font-size: 17px;
  line-height: 30px;
}

.heading-9 {
  text-align: center;
  font-size: 18px;
}

.image-46 {
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-83 {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.columns-13 {
  margin-bottom: 45px;
}

.button-join {
  color: #001741;
  text-align: center;
  background-color: #4da6ff;
  border-radius: 7px;
  width: 220px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-join:hover {
  color: #fffb00;
  box-shadow: 0 0 7px #0000005e;
}

.navbar-copy {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 25px;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-copy.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar-copy.white {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.div-block-42 {
  background-image: url('../images/Photo-9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 300px;
}

.div-block-42.bom {
  background-image: url('../images/Photo-13.jpg');
}

.div-block-42.mps {
  background-image: url('../images/Photo-3_1.jpg');
}

.image-47 {
  border: 1px solid #999;
  margin-bottom: 33px;
  box-shadow: 1px 1px 3px 2px #0003;
}

.list-5-1 {
  color: #1057e4;
  margin-bottom: 20px;
  font-size: 17px;
  list-style-type: disc;
}

.block-scm {
  color: #8f8f8f;
  border-radius: 4px;
  height: 205px;
  padding: 32px;
  position: relative;
  box-shadow: 0 0 16px #00000045;
}

.block-scm-blue {
  color: #8f8f8f;
  background-color: #e4edfcc4;
  border-radius: 4px;
  height: 170px;
  padding: 32px;
  position: relative;
  box-shadow: 0 0 16px #00000045;
}

.sol_mobile {
  background-color: #ffffffd6;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  padding-top: 0;
  box-shadow: 0 0 10px 1px #9c9c9c91;
}

.sol_mobile:hover {
  box-shadow: 0 0 13px 7px #858585ab;
}

.div-block-43 {
  display: none;
}

.home-top {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.subpage-header-copy {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-3_1.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header-copy.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.service {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/analytics-2618277_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.contact-1 {
  background-image: linear-gradient(#1f6fffde, #1f6fffde), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.with-contact-info {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.subpage-header-copy.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-header-copy.pricing-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/ipad-820272_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.pricing-2 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/pcb-2655767_640.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.subpage-header-copy.pricing-5 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.subpage-header-copy.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 90px;
}

.subpage-header-copy.about-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/buildings-984195_1920.jpg');
  background-position: 0 0, 84%;
  background-size: auto, cover;
}

.subpage-header-copy.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.subpage-header-copy.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-header-copy.blog-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-2.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
}

.subpage-header-copy.sign-up-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.subpage-header-copy.blog-2 {
  background-image: linear-gradient(#1c2331e6, #1c2331e6), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 0;
}

.subpage-header-copy.scm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-3167295_640.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.subpage-header-copy.erp {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/digital-marketing-1725340_1920.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.subpage-header-copy.hrm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-people-1572059_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.mypage {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/notebook-2386034_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header-copy.bom {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/paper-3224638_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffd6, #1f6fffd6), url('../images/christopher-gower-m_HRfLhgABo-unsplash_1920.jpg');
  background-position: 0 0, 0 65%;
  background-size: auto, cover;
  padding-top: 202px;
  padding-bottom: 112px;
}

.home-header.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.service {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/analytics-2618277_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.contact-1 {
  background-image: linear-gradient(#1f6fffde, #1f6fffde), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.with-contact-info {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.home-header.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.home-header.pricing-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/ipad-820272_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.pricing-2 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/pcb-2655767_640.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.home-header.pricing-5 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.home-header.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 90px;
}

.home-header.about-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/buildings-984195_1920.jpg');
  background-position: 0 0, 84%;
  background-size: auto, cover;
}

.home-header.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.home-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.home-header.blog-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-2.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
}

.home-header.sign-up-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.home-header.blog-2 {
  background-image: linear-gradient(#1c2331e6, #1c2331e6), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 0;
}

.home-header.scm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-3167295_640.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.home-header.erp {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/digital-marketing-1725340_1920.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.home-header.hrm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-people-1572059_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.mypage {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/notebook-2386034_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-header.bom {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/paper-3224638_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tt-class {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 40px;
}

.tt-class.blue {
  color: #085ece;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 31px;
}

.block_line {
  float: none;
  border: 2px solid #d1d1d1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 39px auto 60px;
  padding: 30px 50px;
  display: flex;
}

.paragraph-16 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 28px;
}

.list-7 {
  margin-bottom: 40px;
  list-style-type: decimal;
}

.list-link {
  color: var(--royal-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-classmnu {
  color: #2c2c2c;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.link-classmnu:hover {
  color: var(--royal-blue);
}

.link-classmnu:visited {
  color: #333;
}

.btn-yt-pop {
  text-align: center;
  background-color: #84c01e;
  border-radius: 7px;
  width: 80px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.btn-yt-pop:focus {
  color: #353535;
}

.text-block-14 {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 11px;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-44 {
  border-bottom: 1px solid #cacaca;
  justify-content: space-between;
  margin-bottom: 11px;
  margin-left: 20px;
  padding: 6px 20px 6px 12px;
  display: flex;
}

.block-right {
  z-index: 3;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.block-line {
  border-bottom: 1px solid #cacaca;
}

.tt-class2 {
  color: #1e68c7;
  text-align: center;
  background-color: #0000;
  border: 1px solid #929292;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.tt-class2.blue {
  color: #085ece;
}

.div-block-45 {
  justify-content: space-around;
  align-items: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block_line2 {
  float: none;
  border: 1px solid #929292;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto 60px;
  padding: 54px 50px 30px;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.image-48 {
  border-radius: 20px 0 0 20px;
}

.heading-10 {
  color: #4b4b4b;
  margin-top: 12px;
  margin-left: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading-10.s {
  margin-left: 20px;
  font-size: 18px;
}

.image-49 {
  border: 1px solid #292929;
}

.link-yt {
  background-image: url('../images/cmcmes_utube.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.youtube-2 {
  width: 100%;
}

.link-yt1 {
  background-image: url('../images/cmcmes-smm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt2 {
  background-image: url('../images/CMCMES-TA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt3 {
  background-image: url('../images/CMCMES-FP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt4 {
  background-image: url('../images/CMCMES-Interlock.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt5 {
  background-image: url('../images/CMCMES-CODE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt6 {
  background-image: url('../images/CMCMES-mm_wh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt7 {
  background-image: url('../images/CMCMES-mh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt8 {
  background-image: url('../images/CMCMES-machine.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt9 {
  background-image: url('../images/CMCERP-hw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt10 {
  background-image: url('../images/CMC-MPS_MRP_MP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt11 {
  background-image: url('../images/CMCMES-BOM.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt12 {
  background-image: url('../images/CMCMES-fifo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.h_tag_edu {
  background-color: #3898ec;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  padding: 15px 20px 15px 22px;
  font-size: 22px;
}

.h_tag_edu.blue {
  color: #fff;
  background-color: #1a59d1;
}

.h_tag_edu.purple {
  background-color: #cb6ce7;
}

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

.link-6 {
  color: #464646;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-6:hover {
  color: #e06500;
}

.link-6:focus {
  color: #3d3d3d;
}

.column-line {
  border: 1px solid;
  border-color: #3898ec;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 14px;
  padding-left: 55px;
}

.column-line.blue {
  border-color: #1a59d1;
}

.column-line.purple {
  border-color: #cb6ce7;
}

.link-yt-edu1 {
  background-image: url('../images/mesedu1_1.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu1.s {
  height: 250px;
}

.link-yt-edu2 {
  background-image: url('../images/mesedu1_2.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu2.s {
  height: 250px;
}

.link-yt-edu3 {
  background-image: url('../images/mesedu1_3.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu3.s {
  height: 250px;
}

.link-yt-edu4 {
  background-image: url('../images/mesedu1_4.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu4.s {
  height: 250px;
}

.paragraph-5-1 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
}

.div-block-smart {
  background-color: #0000;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: 41px;
  padding-top: 26px;
  padding-left: 0;
  display: block;
  box-shadow: 0 0 14px #979797ba;
}

.div-block-smart:hover {
  background-color: #5ec0454f;
  box-shadow: 0 0 14px #aaaaaaba;
}

.list-smart {
  color: var(--lime-green);
  margin-bottom: 15px;
  font-weight: 600;
}

.bold-text-smart {
  color: #40a327;
  font-size: 18px;
}

.column-bg-green {
  border: 1px solid var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.column-bg-green.blue {
  border-color: #1a59d1;
}

.column-bg-green.purple {
  border-color: #cb6ce7;
}

.column-line-green {
  border: 1px solid var(--lime-green);
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 31px;
}

.column-line-green.blue {
  border-color: #1a59d1;
}

.column-line-green.purple {
  border-color: #cb6ce7;
}

.columns-same-h {
  margin-top: 10px;
  display: flex;
}

.btn-green-r {
  float: none;
  border: 2px solid var(--lime-green);
  color: #444;
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  width: 304px;
  min-width: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.btn-green-r:active, .btn-green-r:visited {
  color: #444;
}

.div-block-rnd-smart {
  background-color: #ffffffd6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 205px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 0 0 10px 1px #9c9c9c91;
}

.div-block-rnd-smart:hover {
  box-shadow: 0 0 13px 7px #858585ab;
}

.image-smart {
  border-radius: 10px 10px 0 0;
  height: auto;
  display: block;
}

.div-block-46 {
  background-image: url('../images/photo_mes_1.jpg');
  background-position: 50% 10%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 55px;
}

.title_gray2 {
  color: #5f5f5f;
  text-align: center;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.div-block-46-1 {
  background-image: url('../images/mes_photo_KW.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list-item-4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.image-50 {
  box-shadow: 1px 1px 7px 1px #7e7e7e;
}

.link-block-3 {
  text-align: center;
  border: 1px solid #a3a3a3;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 150px;
  text-decoration: none;
}

.div-block-47 {
  border-bottom: 1px solid #acacac;
  margin-bottom: 59px;
}

.div-block-47._2 {
  margin-top: 60px;
}

.divblock_webz_bg {
  border-radius: 5px;
  width: 100%;
  padding: 24px 35px 50px;
  box-shadow: 0 1px 4px 1px #0000005c;
}

.image_webz_left {
  float: left;
  border: 1px solid #0000005e;
  margin-right: 25px;
}

.heading_webz {
  color: #1155cf;
  margin-top: 30px;
  margin-bottom: 29px;
}

.image_webz_right {
  float: right;
  border: 1px solid #0000005e;
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 0;
}

.list_webz {
  color: #1d8d00;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: square;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.divblock_webz2 {
  background-color: #ddefff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 49px;
  margin-bottom: 20px;
  padding: 10px 20px 30px;
}

.div-block-48 {
  background-color: #fff;
  padding: 15px 20px 16px;
}

.subpage-email_rej {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-2.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  padding-top: 75px;
  padding-bottom: 41px;
}

.subpage-email_rej.contact {
  color: #fff;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.service {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/analytics-2618277_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.contact-1 {
  background-image: linear-gradient(#1f6fffde, #1f6fffde), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.with-contact-info {
  background-image: linear-gradient(#0009, #0009), url('../images/Photo-5_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 230px;
  position: relative;
}

.subpage-email_rej.pricing-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.subpage-email_rej.pricing-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/ipad-820272_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.pricing-2 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/pcb-2655767_640.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.pricing-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.about-1 {
  text-align: left;
  background-image: linear-gradient(#191b1fcc, #191b1fcc), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
}

.subpage-email_rej.pricing-5 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.subpage-email_rej.about-2 {
  background-image: linear-gradient(#1f6fffcc, #1f6fffcc), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 90px;
}

.subpage-email_rej.about-3 {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/buildings-984195_1920.jpg');
  background-position: 0 0, 84%;
  background-size: auto, cover;
}

.subpage-email_rej.about-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 250px;
  padding-bottom: 170px;
}

.subpage-email_rej.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-email_rej.blog-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-2.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
}

.subpage-email_rej.sign-up-1 {
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.subpage-email_rej.blog-2 {
  background-image: linear-gradient(#1c2331e6, #1c2331e6), url('../images/Photo-6_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 0;
}

.subpage-email_rej.scm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-3167295_640.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.subpage-email_rej.erp {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/digital-marketing-1725340_1920.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.subpage-email_rej.hrm {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/business-people-1572059_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.mypage {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/notebook-2386034_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.bom {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/paper-3224638_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-email_rej.smart {
  background-image: linear-gradient(#1b63e5d1, #1b63e5d1), url('../images/photos-hobby-dRMQiAubdws-1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.divblock_webz3 {
  background-color: #fff5dd;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 25px;
  margin-bottom: 44px;
  padding: 18px 36px 30px;
  font-size: 16px;
  line-height: 26px;
}

.heading_webz2 {
  font-size: 20px;
}

.btn_blue_rnd_right {
  float: none;
  clear: none;
  text-align: center;
  border-radius: 10px;
  width: 260px;
  margin-left: auto;
  margin-right: 0;
  font-weight: 600;
  display: block;
}

.btn_blue_rnd_right.gr {
  background-color: #979797;
  width: 214px;
  margin-left: auto;
  margin-right: 0;
}

.divblock_webz4 {
  background-color: #0000;
  border: 1px solid #bebebe;
  border-radius: 7px;
  margin-top: 35px;
  margin-bottom: 17px;
  padding: 24px 24px 20px;
  line-height: 26px;
}

.link-block-webz {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 50px;
  margin-left: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.bold-text-webz {
  font-size: 18px;
  font-weight: 700;
}

.bold-text-bg {
  background-color: #0000001f;
  line-height: 24px;
}

.text_under {
  font-weight: 400;
  text-decoration: underline;
}

.image_line_l20 {
  border: 1px solid #b4b4b4;
  margin-left: 20px;
  margin-right: 0;
}

.link-block-webz-yt {
  color: #4b4b4b;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 260px;
  height: 50px;
  margin-left: auto;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-webz-yt:hover {
  background-color: #ececec;
}

.link-yt13 {
  background-image: url('../images/YT_MPS_hum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.link-yt14 {
  background-image: url('../images/YT_pack_thum.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.checkbox-field-2 {
  font-size: 15px;
}

.button-4 {
  text-align: center;
  background-color: #0c54d6;
  border-radius: 7px;
  width: 80px;
}

.block_cent {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.block5090p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-yt-edu10 {
  background-image: url('../images/Thum_smart1.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu10.s {
  height: 250px;
}

.link-yt-edu11 {
  background-image: url('../images/Thum_smart2.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu11.s {
  height: 250px;
}

.link-yt-edu12 {
  background-image: url('../images/Thum_EIMS03.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu12.s {
  height: 250px;
}

.link-yt-edu13 {
  background-image: url('../images/Thum_smart4.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.link-yt-edu13.s {
  height: 250px;
}

.link-yt-edu10-h {
  background-image: url('../images/Thum_smart1.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.link-yt-edu10-h.s {
  height: 250px;
}

.link-yt-edu11-h {
  background-image: url('../images/Thum_smart2.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.link-yt-edu11-h.s {
  height: 250px;
}

.link-yt-edu12-h {
  background-image: url('../images/Thum_EIMS03.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #a5a5a5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.link-yt-edu12-h.s {
  height: 250px;
}

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

.link-block-h-img {
  margin-bottom: 10px;
  margin-right: 5px;
}

.home-cmcit {
  z-index: 10;
  color: #fff;
  background-color: #1f6fffdb;
  background-image: linear-gradient(#3939399c, #3939399c), url('../images/technology-8028575_1280.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  width: 100%;
  padding: 45px 100px 40px;
  position: relative;
}

.text-block-15 {
  text-align: left;
  padding-left: 118px;
  font-size: 17px;
  line-height: 28px;
}

.title_it {
  color: #606060;
  border-bottom: 1px solid silver;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-blog {
  color: #202020;
  text-align: center;
  background-color: #fff;
  border: 2px solid #6dcb6b;
  border-radius: 9px;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.block-95-stre {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  margin: 40px auto 0;
  display: flex;
}

.btn-blog {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #6dcb6b;
  border: 2px solid #6dcb6b;
  border-radius: 16px;
  width: 350px;
  min-width: 0;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.btn-blog:active, .btn-blog:visited {
  color: #fff;
}

.link_itblog {
  border: 1px solid #c3c3c3;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.link-block-blog {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 300px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

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

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-lightbox"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.team-container {
    margin-top: 20px;
  }

  .button.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .button.white-pricing-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.dark-outline {
    margin-top: 10px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .button.detail-sol {
    width: 150px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 27px;
    display: block;
  }

  .button.home-more {
    width: 150px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 12px;
    line-height: 27px;
    display: block;
  }

  .button.home-more2 {
    width: 150px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 12px;
    line-height: 27px;
    display: block;
  }

  .section {
    padding: 45px 45px 50px;
  }

  .section.tint {
    padding-bottom: 60px;
  }

  .section.tint.overflow-none {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section.below-contact-form {
    padding-bottom: 35px;
  }

  .section.pricing-section {
    padding-bottom: 180px;
  }

  .section.feature-section {
    padding: 80px 20px;
  }

  .section.feature-section.odd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.solution {
    padding-bottom: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.package {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.solution-copy {
    padding-bottom: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.refer, .section.ref-old {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-title.newsletter-title {
    font-size: 34px;
  }

  .section-description {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .section-description.faded {
    margin-top: 7px;
  }

  .section-description.small {
    width: 80%;
  }

  .section-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .video-lightbox-block.about-us {
    height: 250px;
  }

  .portfolio-image-block {
    height: 210px;
  }

  .portfolio-image-block.large {
    height: 440px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 13px;
  }

  .testimonial-block {
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer {
    padding: 45px;
  }

  .image-section.ui-section {
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-section-overlay {
    padding: 40px 45px;
  }

  .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .menu-button {
    margin-right: 20px;
  }

  .hero-mockup-image {
    width: 385px;
    top: -70px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }

  .info-block-left.ui {
    width: 55%;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsletter-column-right {
    padding-top: 10px;
  }

  .newsletter-field {
    width: 75%;
  }

  .newsletter-submit {
    width: 25%;
  }

  .device-mockup-left {
    height: 510px;
    top: -72px;
    left: -117px;
  }

  .features-row {
    margin-top: 30px;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
    height: 280px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .hero-background-video {
    background-image: url('../images/home_bg_mp4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: #00000073;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-description-title {
    width: 80%;
    font-size: 20px;
  }

  .team-block-title.smaller {
    font-size: 13px;
    line-height: 19px;
  }

  .team-outline-block {
    padding-left: 85px;
    padding-right: 5px;
  }

  .team-portrait-image {
    width: 50px;
    height: 50px;
    top: 27px;
  }

  .client-logo {
    height: 40px;
  }

  .client-logo.small {
    height: 26px;
  }

  .image-hero.download {
    padding: 140px 45px 50px;
  }

  .large-hero-title {
    width: 90%;
  }

  .large-hero-title-bold {
    font-size: 40px;
  }

  .footer-menu-column {
    padding-left: 40px;
  }

  .contact-section {
    height: auto;
  }

  .contact-map {
    height: 100%;
    padding-right: 240px;
  }

  .contact-section-overlay {
    padding-top: 0;
  }

  .overall-row {
    width: 100%;
  }

  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .overall-video-lightbox.in-page-header {
    height: 285px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .pricing-block {
    padding: 50px 30px 30px;
  }

  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .top-line-block._2 {
    margin-top: 83px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .worldmap-left-wrapper {
    width: 670px;
    top: 27px;
    left: -101px;
  }

  .map-marker._2 {
    top: 146px;
    left: 296px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-bottom-nav {
    text-align: left;
    margin-bottom: -20px;
    padding-left: 30px;
  }

  .hero-slider-mockup {
    height: 190px;
    top: 61px;
    left: 20px;
  }

  .hero-slider-content-block {
    width: 360px;
    top: 16px;
  }

  .hero-slider-title {
    font-size: 33px;
    line-height: 41px;
  }

  .hero-slider-section {
    padding: 140px 45px 70px 0;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-download-form {
    width: 260px;
  }

  .large-pricing-block {
    padding-right: 30px;
  }

  .large-pricing-block._2 {
    padding-left: 30px;
  }

  .pricing-list-title {
    font-size: 11px;
    line-height: 18px;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .browser-mockup-left.small {
    top: 1px;
    left: -336px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 44px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .homepage-row {
    width: 100%;
  }

  .homepage-column {
    padding-left: 9px;
    padding-right: 9px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .download-image-left {
    width: 560px;
    top: -23px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 45px;
  }

  .half-image-section {
    height: 470px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .full-hero-content-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .white-pricing-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .subpage-header.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 50px;
  }

  .subpage-header.blog-2 {
    padding-top: 90px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }

  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }

  .page-subtitle {
    width: 80%;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .pricing-features-row {
    margin-top: -160px;
  }

  .team-image {
    width: 120px;
    margin-right: 20px;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .image-block-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-text-column {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-block {
    padding-left: 118px;
  }

  .stats-title {
    font-size: 11px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .elements-title-wrapper {
    margin-bottom: 30px;
  }

  .video-section {
    background-image: url('../images/Photo-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

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

  .pricing-column-right, .portfolio-col-left {
    padding-right: 0;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #1f6fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .hero-video {
    background-image: url('../images/Photo-9.jpg');
    background-position: 0 0;
    background-size: 800px;
  }

  .hero-overlay-block {
    background-color: #1f6fffd9;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .blog-posts-list {
    align-content: space-between;
  }

  .blog-post-item {
    order: -1;
    padding-left: 10px;
    padding-right: 20px;
  }

  .blog-left-image-block {
    width: 100%;
    height: 130px;
    position: static;
  }

  .blog-post-summary {
    font-size: 14px;
    line-height: 22px;
  }

  .simple-blog-image-block {
    height: 150px;
  }

  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }

  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .feature-text-block {
    width: 100%;
    height: auto;
  }

  .feature-text-block.right {
    width: 350px;
  }

  .main-feature-title {
    line-height: 40px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .contact-form-info-paragraph {
    width: 90%;
    font-size: 14px;
  }

  .sign-up-form {
    padding-right: 20px;
  }

  .sign-up-info-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full-sign-up-block {
    width: 60%;
  }

  .full-sign-up-block.right {
    width: 40%;
  }

  .full-page-sign-up-form {
    max-width: 360px;
  }

  .sign-up-info-wrapper {
    max-width: 250px;
  }

  .large-testimonial-text {
    font-size: 18px;
  }

  .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .portfolio-image-wrapper {
    width: 90%;
  }

  .button_r {
    width: 106px;
  }

  .button_r.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button_r.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .button_r.white-pricing-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_r.dark-outline {
    margin-top: 10px;
  }

  .button_r.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .portfolio-block-title2 {
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .home_pd_bg {
    height: 280px;
  }

  .button_contact.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button_contact.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .button_contact.white-pricing-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_contact.dark-outline {
    margin-top: 10px;
  }

  .button_contact.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .button_contact.home_detail {
    font-size: 10px;
    line-height: 27px;
  }

  .white-contact-form-home {
    padding: 25px;
  }

  .block_vision {
    height: 500px;
  }

  .section-title2 {
    margin-bottom: 30px;
    font-size: 31px;
    line-height: 40px;
  }

  .section-title2.large {
    line-height: 37px;
  }

  .section-title2.newsletter-title {
    font-size: 34px;
  }

  .overall-video-lightbox-rught.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .overall-video-lightbox-rught.in-page-header {
    height: 285px;
  }

  .columns {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-section-edu.ui-section {
    background-size: auto, cover;
    padding-left: 45px;
    padding-right: 45px;
  }

  .columns-2 {
    width: 95%;
  }

  .form-mystage-upload {
    width: 85%;
  }

  .form-pt {
    width: 90%;
  }

  .text_guide {
    line-height: 30px;
  }

  .div-block-wz-thum {
    height: auto;
  }

  ._2-column-pricing-copy.tint {
    padding-bottom: 50px;
  }

  .image-4 {
    width: 215px;
    height: 140px;
  }

  .block_employ {
    height: auto;
  }

  .middle-text-title {
    font-size: 18px;
  }

  .button_employ.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .button_employ.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .button_employ.white-pricing-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_employ.dark-outline {
    margin-top: 10px;
  }

  .button_employ.cta-button {
    width: 30%;
    margin-top: 15px;
  }

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

  .slider-solution {
    height: 750px;
  }

  .paragraph-4, .div-block-8 {
    width: 80%;
  }

  .icon {
    margin-left: 15px;
  }

  .icon-2 {
    margin-right: 15px;
  }

  .pack_table {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pack_pd_bg {
    height: auto;
    padding-bottom: 15px;
  }

  .grid {
    width: 80%;
  }

  .image-slider-g {
    width: 250px;
    height: 190px;
  }

  .section-title-ref {
    margin-bottom: 60px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title-ref.large {
    line-height: 37px;
  }

  .section-title-ref.newsletter-title {
    font-size: 34px;
  }

  .image-8 {
    max-width: 100%;
  }

  .sol_pd_bg {
    height: auto;
    padding-bottom: 0;
  }

  .sol_table {
    width: 80%;
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-8 {
    margin-bottom: 30px;
  }

  .pack_pd_bg2 {
    height: auto;
    padding-bottom: 15px;
  }

  .image-pack2 {
    width: 180px;
    height: 300px;
  }

  .text-gray2-sol {
    margin-bottom: 30px;
    padding-left: 34px;
    padding-right: 10px;
  }

  .link-block {
    width: 150px;
    margin-left: auto;
  }

  .link-blockpack {
    width: 150px;
    margin-left: 39px;
  }

  .text-block-7, .text-block-7-2 {
    margin-right: 40px;
  }

  .color-block-2 {
    padding: 25px;
  }

  .color-gray-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-bsky {
    padding: 25px;
  }

  .div-block-12 {
    width: auto;
  }

  .columns-10 {
    width: auto;
    padding-left: 0;
  }

  .list-4 {
    padding-left: 59px;
  }

  .title-lecture {
    line-height: 40px;
  }

  .btn-class.text-button {
    font-size: 10px;
    line-height: 27px;
  }

  .btn-class.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .btn-class.white-pricing-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-class.dark-outline {
    margin-top: 10px;
  }

  .btn-class.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .btn-class.detail-sol {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 27px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .bbs_view1, .bbs_view2 {
    width: 100%;
  }

  .section-2 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section-2.lblue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bbs_list_tt_4col-tt, .bbs_list_tt_4col {
    width: 100%;
  }

  .button-2 {
    width: auto;
    margin-right: 10px;
  }

  .bbs_list_tt, .bbs_list_tt_4col-tt-2, .bbs_list_tt_4col-2, .bbs_search, .text-field-2 {
    width: 100%;
  }

  .submit-button-4-small-gray, .submit-button-4-small-red, .submit-button-4-long-red {
    margin-bottom: 5px;
  }

  .row-button {
    width: 70%;
  }

  .submit-button-4-small, .submit-button-4-small-blue {
    margin-bottom: 5px;
  }

  .columns-11 {
    width: 100%;
  }

  .btn-blue-right {
    margin-right: 10px;
  }

  .mypage-photo {
    margin-left: 30px;
  }

  .submit-button-4-gray-long {
    margin-bottom: 5px;
  }

  .image-30 {
    margin-top: 10px;
  }

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

  .div-block-16.menu {
    width: 95%;
  }

  .bbs_view_qa {
    width: 100%;
  }

  .columns-find-join {
    width: 80%;
  }

  .login_tt1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .para-grey {
    text-align: left;
  }

  .join_form {
    padding: 25px;
  }

  .join_form.centered {
    width: 95%;
    height: auto;
    padding-bottom: 40px;
  }

  .link-5 {
    color: #333;
  }

  .link-5:hover {
    color: #afffbe;
  }

  .join_form_info {
    padding: 25px;
  }

  .join_form_info.centered {
    width: 95%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup_form {
    float: none;
    border: 1px solid #999;
    border-radius: 5px;
    width: 400px;
    margin: 10px auto 20px;
    padding-top: 0;
    display: block;
  }

  .button_blue.full-submit {
    background-color: #486dbb;
  }

  .button_blue.full-submit:hover {
    background-color: #d65f5f;
  }

  .popup_tt {
    color: #504f4f;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .dark-field-2 {
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  .popup_text {
    color: #646464;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
  }

  .pay_title {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/paper-3265721_1920.jpg');
    background-position: 0 0, 50% 55%;
    background-size: auto, cover;
    margin-bottom: 65px;
    padding-top: 0;
  }

  .pay_title_subtt {
    background-image: linear-gradient(#00000069, #00000069);
    height: auto;
    padding-top: 0;
  }

  .pay_title_sst {
    color: #dbdbdb;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .pay_tt_h {
    float: right;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px #000;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 26px;
    font-weight: 400;
  }

  .form-pay {
    width: 80%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .qa-block {
    width: 95%;
  }

  .photo-qa-reply {
    width: 35px;
    height: 35px;
  }

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

  .qa-block1 {
    width: 95%;
    margin-left: auto;
    padding-right: 10px;
  }

  .columns-reply-qa, .columns-reply-qa.rp {
    width: 100%;
  }

  .qa-block3 {
    width: 88%;
    margin-left: auto;
  }

  .qa-block4 {
    width: 83%;
    margin-left: auto;
    padding-right: 15px;
  }

  .qa-block5 {
    width: 80%;
    margin-left: auto;
    padding-right: 10px;
  }

  .image-44 {
    width: 52px;
    height: 52px;
  }

  .submit-button-4 {
    margin-bottom: 5px;
  }

  .form-quiz {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .qa-block2 {
    width: 90%;
    margin-left: auto;
    padding-right: 10px;
  }

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

  .submit-button-6 {
    margin-bottom: 5px;
  }

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

  .text-quiz-ok, .text-quiz-ng {
    width: 85%;
  }

  .submit-button-4-navy {
    margin-bottom: 5px;
  }

  .img-sw {
    margin-left: 8px;
  }

  .column-82 {
    padding-right: 27px;
  }

  .form-sw {
    width: 90%;
  }

  .div-block-41 {
    width: 100%;
  }

  .paragraph-15 {
    padding-left: 21px;
    padding-right: 20px;
  }

  .navbar-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar-copy.with-color-button {
    padding-bottom: 20px;
  }

  .navbar-copy.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-42 {
    width: 100%;
  }

  .block-scm {
    height: 200px;
  }

  .block-scm-blue {
    height: 160px;
  }

  .sol_mobile {
    height: auto;
    padding-bottom: 15px;
  }

  .subpage-header-copy {
    padding: 140px 45px 60px;
  }

  .subpage-header-copy.contact-1 {
    padding-top: 110px;
  }

  .subpage-header-copy.about-1 {
    padding-top: 140px;
  }

  .subpage-header-copy.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-header-copy.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-header-copy.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-header-copy.ui {
    padding: 150px 45px 50px;
  }

  .subpage-header-copy.blog-1 {
    padding-bottom: 50px;
  }

  .subpage-header-copy.blog-2 {
    padding-top: 90px;
  }

  .home-header {
    padding: 140px 45px 60px;
  }

  .home-header.contact-1 {
    padding-top: 110px;
  }

  .home-header.about-1 {
    padding-top: 140px;
  }

  .home-header.pricing-5 {
    padding-bottom: 170px;
  }

  .home-header.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .home-header.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .home-header.ui {
    padding: 150px 45px 50px;
  }

  .home-header.blog-1 {
    padding-bottom: 50px;
  }

  .home-header.blog-2 {
    padding-top: 90px;
  }

  .tt-class {
    font-size: 26px;
  }

  .btn-yt-pop {
    margin-bottom: 5px;
  }

  .tt-class2 {
    font-size: 26px;
  }

  .div-block-45 {
    flex-wrap: wrap;
    width: 100%;
  }

  .heading-10 {
    margin-left: 15px;
    margin-right: 5px;
  }

  .link-yt {
    height: 260px;
  }

  .link-yt1 {
    height: 230px;
  }

  .img_play {
    width: 20%;
  }

  .link-yt2, .link-yt3, .link-yt4, .link-yt5, .link-yt6, .link-yt7, .link-yt8, .link-yt9, .link-yt10, .link-yt11, .link-yt12 {
    height: 230px;
  }

  .link-yt-edu1 {
    height: 260px;
  }

  .link-yt-edu1.s {
    height: 180px;
  }

  .link-yt-edu2 {
    height: 260px;
  }

  .link-yt-edu2.s {
    height: 180px;
  }

  .link-yt-edu3 {
    height: 260px;
  }

  .link-yt-edu3.s {
    height: 180px;
  }

  .link-yt-edu4 {
    height: 260px;
  }

  .link-yt-edu4.s {
    height: 180px;
  }

  .column-bg-green {
    padding-left: 40px;
  }

  .div-block-rnd-smart {
    width: 98%;
    height: 200px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .title_gray2 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-50 {
    margin-top: 58px;
  }

  .image_webz_left {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .subpage-email_rej {
    padding: 64px 45px 38px;
  }

  .subpage-email_rej.contact-1 {
    padding-top: 110px;
  }

  .subpage-email_rej.about-1 {
    padding-top: 140px;
  }

  .subpage-email_rej.pricing-5 {
    padding-bottom: 170px;
  }

  .subpage-email_rej.about-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .subpage-email_rej.about-5 {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .subpage-email_rej.ui {
    padding: 150px 45px 50px;
  }

  .subpage-email_rej.blog-1 {
    padding-bottom: 50px;
  }

  .subpage-email_rej.blog-2 {
    padding-top: 90px;
  }

  .link-block-webz {
    width: 310px;
  }

  .image_line_l20 {
    margin-bottom: 10px;
  }

  .link-yt13, .link-yt14 {
    height: 230px;
  }

  .block5090p {
    width: 90%;
  }

  .link-yt-edu10 {
    height: 260px;
  }

  .link-yt-edu10.s {
    height: 180px;
  }

  .link-yt-edu11 {
    height: 260px;
  }

  .link-yt-edu11.s {
    height: 180px;
  }

  .link-yt-edu12 {
    height: 260px;
  }

  .link-yt-edu12.s {
    height: 180px;
  }

  .link-yt-edu13 {
    height: 260px;
  }

  .link-yt-edu13.s {
    height: 180px;
  }

  .link-yt-edu10-h {
    height: 260px;
  }

  .link-yt-edu10-h.s {
    height: 180px;
  }

  .link-yt-edu11-h {
    height: 260px;
  }

  .link-yt-edu11-h.s {
    height: 180px;
  }

  .link-yt-edu12-h {
    height: 260px;
  }

  .link-yt-edu12-h.s {
    height: 180px;
  }

  .home-cmcit {
    padding: 40px 60px;
  }

  .text-block-15 {
    padding-left: 0;
  }

  .title_it {
    line-height: 25px;
  }

  .button-blog {
    height: 30px;
    margin-left: 10px;
  }

  .block-95-stre {
    width: 100%;
  }

  .link_itblog {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.testimonial-container {
    position: relative;
    top: 0%;
    transform: none;
  }

  .container.home-intro-container {
    height: auto;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.above-image-section {
    margin-bottom: -130px;
  }

  .button.text-button {
    display: inline-block;
  }

  .button.full {
    margin-top: 10px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
  }

  .button.pricing-button, .button.slider-button {
    margin-top: 10px;
  }

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .button.detail-sol {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .detail-sol2 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

  .button.home-more {
    width: 120px;
    margin-left: auto;
    display: block;
  }

  .button.home-more2 {
    width: 120px;
    margin-left: auto;
    display: block;
  }
  .section {
    padding: 25px 25px 60px;
  }

  .section.tint {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.tint.overflow-none {
    padding-top: 25px;
  }

  .section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.bottom-space {
    padding-bottom: 120px;
  }

  .section.pricing-section {
    padding-bottom: 130px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.feature-section.odd {
    padding-top: 48px;
  }

  .section.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.solution {
    padding-bottom: 130px;
  }

  .section.package {
    padding-bottom: 100px;
  }

  .section.solution-copy {
    padding-bottom: 130px;
  }

  .section.refer, .section.ref-old {
    padding-bottom: 100px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section-title-wrapper.full.below-video {
    margin-bottom: 0;
    padding-right: 0;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }

  .portfolio-tab-button {
    text-align: center;
    border: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

  .portfolio-image-block {
    height: 150px;
  }

  .portfolio-image-block.large {
    height: 280px;
  }

  .portfolio-image-block.medium {
    margin-bottom: 0;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-block {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .testimonial-image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }

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

  .element-column.left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .image-section.ui-section {
    padding: 25px;
  }

  .image-section-overlay {
    padding: 40px 25px 60px;
  }

  .image-section-overlay.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .image-section-overlay.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .image-section-overlay.white-gradient {
    background-image: linear-gradient(#fff 12%, #fff9);
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 70%;
    margin: 30px auto -40px;
    display: block;
    position: relative;
    right: 0;
  }

  .hero-mockup-description-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .devices-mockup-right {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .info-block-left {
    width: 100%;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column, .info-block {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form {
    text-align: center;
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

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

  .newsletter-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-field {
    margin-bottom: 0;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: -170px;
  }

  .features-row {
    margin-top: 0;
  }

  .feature-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
    height: auto;
  }

  .feature-icon.overall, .feature-title {
    margin-bottom: 10px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding: 130px 25px 60px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .hero-description-title {
    opacity: .95;
    width: 90%;
    margin-top: 20px;
    font-size: 18px;
  }

  .team-image-block {
    margin-bottom: 10px;
  }

  .team-outline-block {
    padding-bottom: 16px;
    padding-left: 97px;
  }

  .team-portrait-image {
    width: 60px;
    height: 60px;
    top: 20px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-hero.download {
    padding: 110px 25px 40px;
  }

  .contact-form {
    width: 100%;
  }

  .field.email {
    margin-bottom: 10px;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 31px;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 3px;
    padding-left: 8px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    height: auto;
  }

  .contact-section-overlay {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .overall-video-lightbox.large-hero {
    height: 210px;
  }

  .overall-video-lightbox.in-page-header {
    height: 195px;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    padding: 30px;
  }

  .pricing-block.image {
    padding-top: 50px;
  }

  .pricing-price {
    margin-bottom: 20px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-right.small {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .overall-hero-description {
    width: 90%;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-column.last {
    padding-bottom: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .top-line-block._2 {
    margin-top: 75px;
    margin-bottom: 66px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .worldmap-left-wrapper {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .map-marker {
    top: 101px;
    left: 48px;
  }

  .map-marker._2 {
    top: 83px;
    left: 195px;
  }

  .dark-field.sign-up {
    height: 40px;
  }

  .dark-field.sign-up.first {
    width: 100%;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .hero-slider {
    height: auto;
  }

  .slider-bottom-nav {
    text-align: center;
    padding-left: 0;
  }

  .hero-slider-mockup {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-slider-content-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-slider-section {
    padding: 90px 0 25px;
  }

  .hero-left-block {
    width: 100%;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }

  .large-pricing-block {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .large-pricing-block._2 {
    padding-left: 0;
  }

  .large-pricing-icon {
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .large-pricing-title.price, .large-pricing-title.sw {
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-features-list {
    margin-top: 10px;
  }

  .pricing-list-title {
    font-size: 13px;
    line-height: 20px;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .browser-mockup-left.small {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .home-intro-wrapper {
    width: 100%;
    position: static;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .home-intro-link-block, .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

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

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .download-image-left {
    width: 100%;
    margin-top: -80px;
    position: relative;
    left: 0;
    right: 0;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .iphone-hero {
    text-align: center;
    padding: 130px 25px 50px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section.left {
    border-top: 1px solid #ececec;
  }

  .content-section-block.left {
    float: none;
  }

  .blocks-row {
    width: 100%;
    margin-bottom: 0;
  }

  .block-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .white-pricing-column {
    border-right-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-pricing-block {
    border: 1px solid #0000001a;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-header.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .subpage-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-header.about-3 {
    padding-top: 90px;
  }

  .subpage-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-header.blog-1 {
    padding-bottom: 30px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 120px;
  }

  .subpage-header.blog-2 {
    padding-top: 80px;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .form-title.white {
    text-align: center;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }

  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-google-map {
    height: 270px;
  }

  .contact-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-overlay-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .contact-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-map-block {
    height: 300px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .header-video-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .feature-blocks-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-blocks-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-pricing-block {
    margin-bottom: 20px;
  }

  .team-image {
    height: 150px;
  }

  .team-member-block {
    margin-bottom: 10px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-block {
    height: 180px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 160px;
  }

  .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 100px;
  }

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

  .stats-block {
    padding-top: 0;
    padding-left: 0;
  }

  .stats-number {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 50px;
    position: static;
  }

  .stats-title {
    margin-top: 16px;
    font-size: 13px;
  }

  .element-container.navigation {
    height: 80px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .pricing-column-right {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hero-portfolio-slide {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-col-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .text-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right, .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-column-left {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-column-right-2, .gallery-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-gallery-column-left {
    padding-left: 0;
  }

  .bottom-gallery-column-right {
    padding-right: 0;
  }

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

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .blog-posts-list {
    display: block;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-image-block {
    height: 240px;
  }

  .blog-date-block {
    left: 25px;
  }

  .blog-overlay-title.large {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-post-title-wrapper {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-left-image-block {
    height: 195px;
  }

  .simple-blog-post-item, .image-blog-post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }

  .blog-post-header-overlay {
    padding-top: 140px;
  }

  .single-post-author-block {
    width: 100%;
  }

  .post-author-name.description {
    font-size: 15px;
  }

  .feature-text-block {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .feature-text-block.right {
    width: 250px;
  }

  .main-feature-title {
    font-size: 33px;
  }

  .feature-intro-title {
    margin-top: 10px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .team-member-item {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-single-post-date {
    width: 90%;
  }

  .sign-up-column-left {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .sign-up-form {
    padding-right: 0;
  }

  .sign-up-info-block {
    padding: 25px;
  }

  .testimonial-wrapper {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .full-sign-up-block {
    width: 100%;
    height: auto;
    padding: 40px;
    display: block;
  }

  .full-sign-up-block.right {
    width: 100%;
  }

  .full-page-sign-up-form {
    max-width: 1500px;
  }

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

  .sign-up-info-wrapper {
    max-width: 1500px;
  }

  .portfolio-item {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .close-lightbox-button {
    top: -33px;
  }

  .lightbox-close-icon {
    height: 20px;
  }

  .button_r {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_r.text-button {
    display: inline-block;
  }

  .button_r.full {
    margin-top: 10px;
  }

  .button_r.icon-button.download.green {
    margin-top: 20px;
  }

  .button_r.pricing-button, .button_r.slider-button {
    margin-top: 10px;
  }

  .button_r.cta-button {
    float: none;
    width: 50%;
  }

  .title_btn_white {
    margin-bottom: 25px;
  }

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

  .home_pd_bg {
    width: 100%;
    height: 300px;
  }

  .button_contact.text-button {
    display: inline-block;
  }

  .button_contact.full {
    margin-top: 10px;
  }

  .button_contact.icon-button.download.green {
    margin-top: 20px;
  }

  .button_contact.pricing-button, .button_contact.slider-button {
    margin-top: 10px;
  }

  .button_contact.cta-button {
    float: none;
    width: 50%;
  }

  .button_contact.home_detail {
    display: inline-block;
  }

  .home_table_sol {
    padding-left: 0;
    padding-right: 0;
  }

  .white-contact-form-home {
    text-align: left;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .white-contact-form-home.centered {
    margin-bottom: -245px;
  }

  .block_vision {
    height: auto;
    margin-bottom: 14px;
  }

  .section-title2 {
    margin-bottom: 23px;
    font-size: 26px;
    line-height: 34px;
  }

  .section-title2.large {
    line-height: 37px;
  }

  .overall-video-lightbox-rught.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .overall-video-lightbox-rught.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .overall-video-lightbox-rught.large-hero {
    height: 210px;
  }

  .overall-video-lightbox-rught.in-page-header {
    height: 195px;
  }

  .columns {
    margin-bottom: 55px;
  }

  .image-section-edu.ui-section {
    padding: 25px;
  }

  .text-block {
    text-align: left;
  }

  .form-pt {
    width: 95%;
  }

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

  .column-30, .column-31, .column-32, .column-33 {
    padding-right: 0;
  }

  .div-block-wz-thum, .div-block4 {
    margin-bottom: 20px;
  }

  .div-block-5 {
    height: 1px;
  }

  ._2-column-pricing-copy.tint {
    padding-bottom: 60px;
  }

  .image-4 {
    width: 400px;
    height: 265px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title_btn_gray {
    margin-bottom: 25px;
  }

  .block_employ {
    height: auto;
    margin-bottom: 14px;
  }

  .button_employ.text-button {
    display: inline-block;
  }

  .button_employ.full {
    margin-top: 10px;
  }

  .button_employ.icon-button.download.green {
    margin-top: 20px;
  }

  .button_employ.pricing-button, .button_employ.slider-button {
    margin-top: 10px;
  }

  .button_employ.cta-button {
    float: none;
    width: 50%;
  }

  .slider-solution {
    height: 680px;
  }

  .paragraph-4 {
    width: 75%;
    margin-bottom: 25px;
  }

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

  .icon {
    margin-left: 10px;
  }

  .icon-2 {
    margin-right: 10px;
  }

  .pack_table {
    padding-left: 0;
    padding-right: 0;
  }

  .pack_pd_bg {
    width: 100%;
    height: 508.359px;
    padding-bottom: 10px;
  }

  .title_gray {
    margin-bottom: 25px;
  }

  .grid {
    margin-bottom: 19px;
  }

  .image-slider-g {
    width: 100%;
    height: 140px;
  }

  .section-title-ref {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 30px;
  }

  .section-title-ref.large {
    line-height: 37px;
  }

  .columns-6 {
    width: 100%;
  }

  .image-9 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sol_pd_bg {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .title_gray-sol {
    margin-bottom: 25px;
  }

  .sol_table {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .pack_pd_bg2 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .image-pack2 {
    height: auto;
  }

  .text-gray2-sol {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .link-block {
    margin-left: auto;
  }

  .link-blockpack {
    margin-left: 97px;
  }

  .text-block-6 {
    margin-bottom: 10px;
  }

  .text-block-7, .text-block-7-2 {
    margin-right: 40px;
  }

  .div-block-12 {
    width: 80%;
    margin-bottom: 24px;
  }

  .columns-10 {
    width: 90%;
  }

  .div-block-13 {
    margin-bottom: 28px;
  }

  .icon-ref {
    height: 23px;
  }

  .list-4 {
    padding-left: 42px;
  }

  .btn-class.text-button {
    display: inline-block;
  }

  .btn-class.full {
    margin-top: 10px;
  }

  .btn-class.icon-button.download.green {
    margin-top: 20px;
  }

  .btn-class.pricing-button, .btn-class.slider-button {
    margin-top: 10px;
  }

  .btn-class.cta-button {
    float: none;
    width: 50%;
  }

  .btn-class.detail-sol {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bbs_data-copy {
    padding-left: 0;
  }

  .column-62 {
    padding-left: 20px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .bbs_data {
    float: none;
  }

  .section-2 {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-2.lblue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bbs_data-2 {
    float: none;
  }

  .row-button {
    width: 80%;
  }

  .btn-blue-right {
    margin-top: 0;
    margin-right: 10px;
  }

  .column-42 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .mypage-photo {
    margin-left: auto;
  }

  .row-button_3_1 {
    width: 100%;
  }

  .image-30 {
    margin-top: 5px;
  }

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

  .div-block-16.menu {
    width: 95%;
    margin-bottom: 11px;
  }

  .image-31 {
    margin-bottom: 6px;
  }

  .bbs_data_qa {
    float: none;
  }

  .columns-find-join {
    width: 95%;
  }

  .feature-info-icon-2 {
    margin-top: -4px;
  }

  .login_tt1 {
    margin-bottom: 13px;
  }

  .pink-link {
    font-size: 14px;
  }

  .join_form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .join_form.centered {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .join_form_info {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .join_form_info.centered {
    width: 95%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_form {
    width: 400px;
    margin-top: 30px;
  }

  .form-pay {
    width: 95%;
  }

  .qa-block {
    padding-right: 10px;
  }

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

  .qa-block1 {
    padding-right: 10px;
  }

  .submit-button-4-small-2.qa {
    width: 65px;
  }

  .qa-block3 {
    padding-right: 10px;
  }

  .radio-button-field-8 {
    margin-bottom: 10px;
  }

  .form-quiz {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-12 {
    margin-bottom: 0;
  }

  .qa-block2 {
    padding-right: 10px;
  }

  .heading-8 {
    width: 100%;
  }

  .div-block-39 {
    width: 100%;
    height: auto;
  }

  .text-quiz-ok, .text-quiz-ng {
    width: 85%;
  }

  .column-81 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .column-82 {
    margin-top: 19px;
    padding-top: 0;
    padding-left: 16px;
  }

  .form-sw {
    width: 95%;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .navbar-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar-copy.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sol_mobile {
    width: 100%;
    height: 508.359px;
    padding-bottom: 10px;
  }

  .subpage-header-copy {
    padding: 110px 25px 40px;
  }

  .subpage-header-copy.contact-1 {
    padding-top: 90px;
  }

  .subpage-header-copy.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-header-copy.about-1 {
    padding-top: 100px;
  }

  .subpage-header-copy.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-header-copy.about-3 {
    padding-top: 90px;
  }

  .subpage-header-copy.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-header-copy.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-header-copy.blog-1 {
    padding-bottom: 30px;
  }

  .subpage-header-copy.sign-up-1 {
    padding-top: 120px;
  }

  .subpage-header-copy.blog-2 {
    padding-top: 80px;
  }

  .home-header {
    padding: 121px 25px 80px;
  }

  .home-header.contact-1 {
    padding-top: 90px;
  }

  .home-header.with-contact-info {
    padding-bottom: 300px;
  }

  .home-header.about-1 {
    padding-top: 100px;
  }

  .home-header.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .home-header.about-3 {
    padding-top: 90px;
  }

  .home-header.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .home-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-header.blog-1 {
    padding-bottom: 30px;
  }

  .home-header.sign-up-1 {
    padding-top: 120px;
  }

  .home-header.blog-2 {
    padding-top: 80px;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .block-right {
    margin-top: 40px;
    position: static;
  }

  .div-block-45 {
    width: 96%;
  }

  .link-block-2 {
    height: 98px;
    margin-bottom: 16px;
  }

  .image-48 {
    width: 35%;
  }

  .heading-10.s {
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .link-yt, .link-yt1 {
    height: 250px;
  }

  .img_play {
    width: 16%;
  }

  .link-yt2, .link-yt3, .link-yt4, .link-yt5, .link-yt6, .link-yt7, .link-yt8, .link-yt9, .link-yt10, .link-yt11, .link-yt12 {
    height: 250px;
  }

  .h_tag_edu {
    padding-left: 17px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .link-6 {
    font-size: 19px;
  }

  .column-line {
    padding-left: 35px;
  }

  .link-yt-edu1 {
    height: 250px;
  }

  .link-yt-edu1.s {
    height: 130px;
  }

  .link-yt-edu2 {
    height: 250px;
  }

  .link-yt-edu2.s {
    height: 130px;
  }

  .link-yt-edu3 {
    height: 250px;
  }

  .link-yt-edu3.s {
    height: 130px;
  }

  .link-yt-edu4 {
    height: 250px;
  }

  .link-yt-edu4.s {
    height: 130px;
  }

  .div-block-smart {
    margin-bottom: 28px;
  }

  .column-bg-green {
    padding-left: 20px;
  }

  .column-line-green {
    padding-left: 35px;
  }

  .div-block-rnd-smart {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .title_gray2 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-50 {
    margin-top: 90px;
  }

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

  .heading_webz {
    line-height: 33px;
  }

  .image_webz_right {
    margin-bottom: 10px;
  }

  .list_webz {
    padding-left: 19px;
  }

  .div-block-48 {
    margin-bottom: 10px;
  }

  .subpage-email_rej {
    padding: 58px 25px 29px;
  }

  .subpage-email_rej.contact-1 {
    padding-top: 90px;
  }

  .subpage-email_rej.with-contact-info {
    padding-bottom: 300px;
  }

  .subpage-email_rej.about-1 {
    padding-top: 100px;
  }

  .subpage-email_rej.about-2 {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .subpage-email_rej.about-3 {
    padding-top: 90px;
  }

  .subpage-email_rej.about-5 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .subpage-email_rej.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-email_rej.blog-1 {
    padding-bottom: 30px;
  }

  .subpage-email_rej.sign-up-1 {
    padding-top: 120px;
  }

  .subpage-email_rej.blog-2 {
    padding-top: 80px;
  }

  .divblock_webz4 {
    margin-top: 27px;
  }

  .link-block-webz {
    width: 224px;
    margin-bottom: 16px;
    display: flex;
  }

  .image_m90p {
    width: 90%;
    max-height: 40px;
  }

  .link-block-webz-yt {
    width: 224px;
    margin-bottom: 16px;
    display: flex;
  }

  .link-yt13, .link-yt14 {
    height: 250px;
  }

  .block5090p {
    width: 95%;
    margin-top: 20px;
  }

  .link-yt-edu10 {
    height: 250px;
  }

  .link-yt-edu10.s {
    height: 130px;
  }

  .link-yt-edu11 {
    height: 250px;
  }

  .link-yt-edu11.s {
    height: 130px;
  }

  .link-yt-edu12 {
    height: 250px;
  }

  .link-yt-edu12.s {
    height: 130px;
  }

  .link-yt-edu13 {
    height: 250px;
  }

  .link-yt-edu13.s {
    height: 130px;
  }

  .link-yt-edu10-h {
    height: 250px;
  }

  .link-yt-edu10-h.s {
    height: 130px;
  }

  .link-yt-edu11-h {
    height: 250px;
  }

  .link-yt-edu11-h.s {
    height: 130px;
  }

  .link-yt-edu12-h {
    height: 250px;
  }

  .link-yt-edu12-h.s {
    height: 130px;
  }

  .home-cmcit {
    margin-bottom: 0;
  }

  .title_it {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .button-blog {
    height: 30px;
  }

  .link_itblog {
    margin-left: 12px;
  }

  .link-block-blog {
    width: 280px;
    height: 65px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    margin-top: 15px;
  }

  .button.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .button._2 {
    margin-left: 4px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 35px 25px 40px;
  }

  .section.tint.overflow-none {
    padding: 20px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section.pricing-section {
    padding-bottom: 120px;
  }

  .section.contact-us-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .section.blue-cta-section, .section.white-cta-section {
    text-align: center;
  }

  .section.blog-page-section {
    padding: 0;
  }

  .section.solution {
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.package {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.solution-copy {
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.refer, .section.ref-old {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }

  .section-title.large {
    line-height: 30px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.faded {
    font-size: 15px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .section-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-block.about-us {
    height: 140px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .portfolio-image-block.large {
    height: 220px;
  }

  .testimonial-slider-arrow {
    margin-left: -10px;
    margin-right: -10px;
  }

  .testimonial-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
  }

  .testimonial-quote {
    font-size: 13px;
    line-height: 20px;
  }

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

  .image-section.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, #eeec), url('../images/UI-Elements_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-mockup-image {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .hero-mockup-description-block {
    width: 100%;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 31px;
  }

  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .info-block-left {
    width: 100%;
  }

  .info-block-left.ui {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-row {
    margin-top: 0;
  }

  .info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    float: none;
    width: 90%;
    font-size: 14px;
  }

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .newsletter-field {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-size: 12px;
  }

  .newsletter-submit {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    font-size: 13px;
  }

  .info-block-right.app-info {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .device-mockup-left {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .feature-block.wide {
    width: 90%;
    margin-bottom: 26px;
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .team-image-block-overlay {
    padding: 25px;
  }

  .team-outline-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
  }

  .team-portrait-image {
    top: 10px;
    left: 10px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .client-logo {
    height: 28px;
  }

  .image-hero.download {
    padding: 80px 20px 20px;
  }

  .large-hero-title {
    font-size: 23px;
    line-height: 26px;
  }

  .large-hero-title-bold {
    font-size: 27px;
    line-height: 30px;
  }

  .footer-logo {
    margin-left: 14px;
  }

  .bottom-footer-paragraph {
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 20px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .contact-section {
    height: auto;
  }

  .contact-map {
    padding-right: 110px;
  }

  .overall-video-lightbox {
    width: 95%;
    height: 140px;
    margin-bottom: 18px;
  }

  .overall-video-lightbox.hero-small {
    height: 140px;
  }

  .overall-video-lightbox.in-slider {
    height: 120px;
  }

  .overall-video-lightbox.large-hero {
    height: 130px;
  }

  .overall-video-lightbox.in-page-header {
    height: 145px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .plan-tabs {
    margin-top: 0;
  }

  .tab-button-left {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
    margin-bottom: 4px;
  }

  .tab-button-right {
    text-align: center;
    border-width: 1px;
    border-radius: 60px;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .process-tab-icon {
    height: 13px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .map-marker {
    top: 56px;
    left: 24px;
  }

  .map-marker._2 {
    top: 53px;
    left: 115px;
  }

  .dark-field.area {
    height: 98px;
  }

  .dark-field.sign-up {
    margin-bottom: 5px;
  }

  .portfolio-item-title {
    margin-bottom: 9px;
  }

  .hero-slider-mockup {
    width: 70%;
  }

  .hero-slider-content-block {
    margin-top: 20px;
  }

  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }

  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  ._2-column-pricing.tint {
    padding-bottom: 88px;
  }

  .large-pricing-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .large-pricing-title {
    font-size: 12px;
  }

  .large-pricing-title.price {
    font-size: 30px;
    line-height: 30px;
  }

  .large-pricing-title.sw {
    font-size: 26px;
    line-height: 33px;
  }

  .pricing-features-list {
    width: 100%;
    margin-top: 40px;
  }

  .pricing-list-icon {
    width: 13px;
    top: 2px;
  }

  .pricing-list-title {
    line-height: 17px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .homepage-link-block {
    margin-bottom: 20px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .iphone-hero {
    padding: 80px 25px 35px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .color-block {
    padding: 20px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.contact, .subpage-header.service {
    padding-top: 80px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .subpage-header.pricing-2 {
    padding-bottom: 30px;
  }

  .subpage-header.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-header.about-3 {
    padding-top: 80px;
  }

  .subpage-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .subpage-header.sign-up-1 {
    padding-top: 80px;
  }

  .subpage-header.blog-2 {
    padding-top: 60px;
  }

  .subpage-header.scm, .subpage-header.erp, .subpage-header.hrm {
    padding-bottom: 30px;
  }

  .subpage-header.mypage {
    padding-top: 80px;
  }

  .subpage-header.bom {
    padding-bottom: 30px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .form-title.subtitle.white, .form-title.subtitle.sw {
    line-height: 24px;
  }

  .form-title.white {
    font-size: 30px;
  }

  .subpage-title {
    font-size: 24px;
    line-height: 26px;
  }

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .contact-google-map {
    height: 200px;
  }

  .contact-info-list {
    margin-bottom: 0;
  }

  .contact-info-list-item {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

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

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .feature-line-block {
    padding: 15px 25px 15px 55px;
  }

  .small-feature-icon {
    top: 15px;
    left: 15px;
  }

  .pricing-content-block {
    padding: 15px;
  }

  .pricing-content-block.first {
    height: auto;
  }

  .team-wrapper {
    margin-bottom: 10px;
  }

  .team-image {
    width: 60px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .team-title.title {
    margin-bottom: 10px;
  }

  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-block-right {
    height: 140px;
  }

  .text-column-left {
    text-align: center;
  }

  .image-block {
    height: 140px;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2, .gallery-image-block._3 {
    height: 120px;
  }

  .gallery-image-block.small, .gallery-image-block.small._2, .gallery-image-block.small._3 {
    height: 60px;
  }

  .stats-row {
    margin-top: 30px;
  }

  .stats-title {
    margin-top: 6px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .elements-title-wrapper {
    margin-bottom: 20px;
  }

  .element-container.navigation {
    height: 60px;
    margin-top: 10px;
  }

  .element-container.navigation._3 {
    height: 70px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .home-mockup-column {
    height: 180px;
  }

  .pricing-column-right {
    padding-bottom: 15px;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .license-image {
    height: 40px;
  }

  .hero-overlay-block {
    padding: 90px 15px 110px;
  }

  .blog-posts-list.related {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-post-item {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .blog-post-image-block {
    height: 210px;
    margin-bottom: 10px;
  }

  .blog-date-block {
    top: 15px;
  }

  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }

  .blog-overlay-title.large {
    font-size: 17px;
    line-height: 21px;
  }

  .blog-post-title-wrapper {
    padding-top: 35px;
  }

  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }

  .blog-author-name.archive {
    font-size: 13px;
  }

  .blog-left-image-block {
    float: left;
    height: 105px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: static;
  }

  .blog-post-title-link {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .blog-post-title-link.archive-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .blog-post-title-link.side-image {
    margin-bottom: 10px;
  }

  .blog-post-summary {
    margin-bottom: 9px;
    line-height: 21px;
  }

  .blog-post-date {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .blog-post-date.archive-date {
    font-size: 13px;
  }

  .simple-blog-image-block {
    height: 140px;
  }

  .simple-blog-image-block.small {
    width: 60px;
    height: 65px;
    margin-right: 15px;
  }

  .simple-blog-post-item.archive {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-page-content {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0;
  }

  .post-author-line {
    margin-bottom: 20px;
  }

  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 40px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .archive-info-block {
    margin-right: 6px;
  }

  .archive-title-wrapper {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
  }

  .blog-single-post-date {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 13px;
    display: block;
  }

  .contact-form-title {
    margin-bottom: 25px;
    font-size: 31px;
  }

  .contact-form-info-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .full-sign-up-block {
    padding: 30px;
  }

  .testimonial-text-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sign-up-logos-wrapper {
    padding-bottom: 20px;
  }

  .button_r {
    float: right;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 11px;
    font-size: 13px;
    line-height: 21px;
  }

  .button_r.icon-button.download.green {
    margin-top: 15px;
  }

  .button_r.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button_r.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .button_r._2 {
    margin-left: 4px;
  }

  .button_r.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title_btn_white {
    margin-bottom: 18px;
  }

  .home_pd_bg {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
  }

  .home_pd_bg_erp, .home_pd_bg_scm {
    height: autopx;
  }

  .button_contact {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button_contact.icon-button.download.green {
    margin-top: 15px;
  }

  .button_contact.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button_contact.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .button_contact._2 {
    margin-left: 4px;
  }

  .button_contact.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-contact-form-home {
    margin-bottom: 0;
  }

  .white-contact-form-home.centered {
    margin-bottom: -225px;
  }

  .section-title2 {
    font-size: 25px;
    line-height: 34px;
  }

  .section-title2.large {
    line-height: 30px;
  }

  .overall-video-lightbox-rught, .overall-video-lightbox-rught.hero-small {
    height: 140px;
  }

  .overall-video-lightbox-rught.in-slider {
    height: 120px;
  }

  .overall-video-lightbox-rught.large-hero {
    height: 130px;
  }

  .overall-video-lightbox-rught.in-page-header {
    height: 145px;
  }

  .columns {
    width: 95%;
    margin-bottom: 40px;
  }

  .image-section-edu.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, #eeec), url('../images/UI-Elements_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-block {
    text-align: center;
    margin-bottom: 11px;
  }

  .field-upload {
    width: 100%;
  }

  .mystage-h2 {
    text-align: center;
  }

  .form-mystage-upload {
    width: 95%;
    margin-top: 20px;
  }

  .form-pt {
    width: 100%;
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 23px;
  }

  .text_guide {
    text-align: center;
  }

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

  .column-30, .column-31, .column-32, .column-33 {
    margin-bottom: 12px;
  }

  .column-34, .column-35 {
    padding-right: 0;
  }

  .list-item {
    text-align: left;
  }

  ._2-column-pricing-copy.tint {
    padding-bottom: 40px;
  }

  .image-4 {
    width: 280px;
    height: 185px;
  }

  .title_btn_gray {
    margin-bottom: 18px;
  }

  .paragraph-3 {
    margin-top: 50px;
    margin-bottom: 27px;
  }

  .block_employ {
    width: 80%;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .button_employ {
    width: 140px;
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button_employ.icon-button.download.green {
    margin-top: 15px;
  }

  .button_employ.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button_employ.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .button_employ._2 {
    margin-left: 4px;
  }

  .button_employ.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-solution {
    height: 650px;
  }

  .heading-4 {
    width: 80%;
  }

  .icon {
    margin-left: 5px;
  }

  .icon-2 {
    margin-right: 5px;
  }

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

  .title_gray {
    margin-bottom: 18px;
  }

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

  .image-pack.tint {
    padding-bottom: 88px;
  }

  .grid {
    margin-bottom: 30px;
  }

  .image-slider-g {
    height: 72px;
  }

  .section-title-ref {
    margin-bottom: 70px;
    font-size: 26px;
    line-height: 26px;
  }

  .section-title-ref.large {
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 35px;
  }

  .list-item-2 {
    font-size: 15px;
  }

  .list {
    padding-left: 22px;
  }

  .sol_pd_bg {
    height: 100%;
  }

  .title_gray-sol {
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .sol_table {
    display: none;
  }

  .pack_pd_bg2 {
    height: 100%;
  }

  .image-pack2 {
    height: 350px;
  }

  .image-pack2.tint {
    padding-bottom: 88px;
  }

  .image-pack2.hr {
    height: 355px;
  }

  .link-block {
    margin-bottom: 15px;
    margin-left: auto;
  }

  .link-blockpack {
    margin-left: auto;
    margin-right: auto;
  }

  .list-2 {
    padding-left: 30px;
  }

  .text-block-7, .text-block-7-2 {
    margin-right: 20px;

  }

  .color-block-2, .color-block-bsky {
    padding: 20px;
  }

  .paragraph-8 {
    margin-top: 18px;
  }

  .div-block-12 {
    width: 100%;
  }

  .columns-10 {
    width: 95%;
  }

  .link-3 {
    font-size: 16px;
  }

  .icon-ref {
    height: 13px;
  }

  .text-customer {
    width: 200px;
  }

  .list-4 {
    padding-left: 17px;
  }

  .list-5 {
    padding-left: 24px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-9.prg {
    font-size: 16px;
  }

  .div-block-14 {
    display: block;
  }

  .title-lecture {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 40px;
  }

  .btn-class {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .btn-class.icon-button.download.green {
    margin-top: 15px;
  }

  .btn-class.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .btn-class.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .btn-class._2 {
    margin-left: 4px;
  }

  .btn-class.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bbs_data-copy {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .bbs_data-copy.center {
    text-align: left;
  }

  .column-62 {
    padding-left: 20px;
  }

  .list-class {
    padding-left: 24px;
  }

  .section-title-2 {
    font-size: 26px;
    line-height: 26px;
  }

  .bbs_view1 {
    width: 95%;
  }

  .bbs_title {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .bbs_data {
    float: none;
  }

  .bbs_view2 {
    width: 95%;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bbs_list_tt_4col-tt, .bbs_list_tt_4col {
    width: 95%;
  }

  .section-3 {
    padding-left: 22px;
    display: inline-block;
  }

  .button-2 {
    width: 145px;
    margin-bottom: 5px;
  }

  .form-login {
    width: 100%;
    padding-left: 20px;
    padding-right: 21px;
  }

  .bbs_list_tt {
    width: 100%;
  }

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

  .bbs_list_tt_4col-tt-2, .bbs_list_tt_4col-2 {
    width: 95%;
  }

  .icon_mem {
    margin-left: 2px;
  }

  .bbs_data-2 {
    float: none;
  }

  .submit-button-4-small-gray {
    width: 110px;
    display: inline-block;
  }

  .submit-button-4-small-red {
    width: 100px;
    display: inline-block;
  }

  .submit-button-4-long-red {
    width: 140px;
    display: inline-block;
  }

  .row-button {
    width: 100%;
  }

  .submit-button-4-small {
    width: 120px;
    display: block;
  }

  .submit-button-4-small-blue {
    width: 100px;
    display: inline-block;
  }

  .text_mypage2 {
    padding-left: 10px;
    display: inline-block;
  }

  .btn-blue-right {
    width: 120px;
  }

  .column-42 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 26px;
    display: block;
  }

  .mypage-photo {
    width: 150px;
    height: 150px;
  }

  .text_mypage1 {
    margin-right: 5px;
    padding-left: 10px;
    display: inline-block;
  }

  .submit-button-4-gray-long {
    width: auto;
    display: block;
  }

  .image-30 {
    margin-top: 5px;
  }

  .div-block-16.menu {
    width: 98%;
    margin-bottom: 17px;
  }

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

  .paragraph-13 {
    text-align: left;
  }

  .bbs_view_qa {
    width: 95%;
  }

  .bbs_data_qa {
    float: none;
  }

  .form-join {
    width: 100%;
    padding-left: 20px;
    padding-right: 21px;
  }

  .feature-info-icon-2 {
    height: 25px;
    margin-top: -3px;
  }

  .login_tt1 {
    margin-bottom: 12px;
  }

  .para-grey {
    margin-bottom: 20px;
  }

  .button-3, .btn_1 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .join_form.centered {
    width: 95%;
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-5 {
    color: #333;
  }

  .join_form_info.centered {
    width: 95%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_form {
    width: 95%;
  }

  .button_blue, .btn_popup {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .form-pay {
    width: 100%;
    margin-top: 20px;
  }

  .qa-block {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding: 15px 10px 15px 55px;
  }

  .qa-thum {
    width: 35px;
    height: 35px;
    top: 15px;
    left: 10px;
  }

  .photo-qa-reply {
    width: 25px;
    height: 25px;
  }

  .column-71 {
    padding-left: 10px;
  }

  .qa-block1 {
    width: auto;
    margin-left: 5px;
    padding: 15px 10px 15px 55px;
    left: 5px;
  }

  .column-72 {
    padding-left: 3px;
  }

  .submit-button-4-small-2.qa {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
  }

  .columns-reply-qa.rp {
    width: 110%;
    margin-left: -29px;
  }

  .qa-block3 {
    width: 90%;
    margin-left: 15px;
    padding: 15px 10px 15px 55px;
    left: 20px;
  }

  .qa-block4 {
    width: 88%;
    margin-left: 20px;
    padding: 15px 10px 15px 55px;
    left: 25px;
  }

  .qa-block5 {
    width: 85%;
    margin-left: 25px;
    padding: 15px 25px 15px 55px;
    left: 30px;
  }

  .radio-button-field-8 {
    margin-bottom: 20px;
  }

  .submit-button-4 {
    width: 120px;
    display: block;
  }

  .form-quiz {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-12 {
    margin-bottom: 0;
  }

  .qa-block2 {
    width: auto;
    margin-left: 10px;
    padding: 15px 10px 15px 55px;
    left: 15px;
  }

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

  .block-msg {
    display: none;
  }

  .heading-8 {
    width: 95%;
  }

  .submit-button-6 {
    width: 120px;
    display: block;
  }

  .div-block-39 {
    width: 100%;
    height: auto;
  }

  .text-quiz-ok, .text-quiz-ng {
    line-height: 30px;
  }

  .button-navy.r {
    padding-left: 9px;
    padding-right: 10px;
  }

  .submit-button-4-navy {
    width: auto;
    display: block;
  }

  .column-81 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 13px;
    display: block;
  }

  .icon_webinar {
    margin-bottom: 5px;
    margin-left: 7px;
  }

  .paragraph-14 {
    text-align: left;
  }

  .form-sw {
    width: 100%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-15 {
    font-size: 15px;
    line-height: 25px;
  }

  .navbar-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar-copy.white {
    padding-bottom: 10px;
  }

  .div-block-42 {
    height: 200px;
    margin-bottom: 25px;
  }

  .div-block-42.bom {
    height: 200px;
    margin-bottom: 30px;
  }

  .div-block-42.mps {
    height: 200px;
    margin-bottom: 25px;
  }

  .list-5-1 {
    padding-left: 24px;
  }

  .sol_mobile {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .div-block-43 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subpage-header-copy {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header-copy.contact, .subpage-header-copy.service {
    padding-top: 80px;
  }

  .subpage-header-copy.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-header-copy.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .subpage-header-copy.pricing-2 {
    padding-bottom: 30px;
  }

  .subpage-header-copy.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-header-copy.about-3 {
    padding-top: 80px;
  }

  .subpage-header-copy.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-header-copy.ui {
    padding: 94px 25px 30px;
  }

  .subpage-header-copy.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .subpage-header-copy.sign-up-1 {
    padding-top: 80px;
  }

  .subpage-header-copy.blog-2 {
    padding-top: 60px;
  }

  .subpage-header-copy.scm, .subpage-header-copy.erp, .subpage-header-copy.hrm {
    padding-bottom: 30px;
  }

  .subpage-header-copy.mypage {
    padding-top: 80px;
  }

  .subpage-header-copy.bom {
    padding-bottom: 30px;
  }

  .home-header {
    padding-top: 95px;
    padding-bottom: 30px;
  }

  .home-header.contact, .home-header.service {
    padding-top: 80px;
  }

  .home-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .home-header.pricing-2 {
    padding-bottom: 30px;
  }

  .home-header.about-2 {
    padding: 90px 20px 20px;
  }

  .home-header.about-3 {
    padding-top: 80px;
  }

  .home-header.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .home-header.ui {
    padding: 94px 25px 30px;
  }

  .home-header.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .home-header.sign-up-1 {
    padding-top: 80px;
  }

  .home-header.blog-2 {
    padding-top: 60px;
  }

  .home-header.scm, .home-header.erp, .home-header.hrm {
    padding-bottom: 30px;
  }

  .home-header.mypage {
    padding-top: 80px;
  }

  .home-header.bom {
    padding-bottom: 30px;
  }

  .tt-class {
    margin-bottom: 20px;
  }

  .tt-class.blue {
    font-size: 30px;
    line-height: 42px;
  }

  .block_line {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .link-classmnu {
    font-size: 16px;
  }

  .btn-yt-pop {
    display: block;
  }

  .div-block-44 {
    margin-left: 5px;
    padding-left: 8px;
    padding-right: 10px;
  }

  .tt-class2 {
    margin-bottom: 20px;
  }

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

  .block_line2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .link-block-2 {
    height: 90px;
  }

  .image-48 {
    width: 45%;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-10.s {
    margin-left: 7px;
    margin-right: 3px;
    line-height: 18px;
  }

  .link-yt, .link-yt1 {
    height: 200px;
  }

  .img_play {
    width: 22%;
  }

  .link-yt2, .link-yt3, .link-yt4, .link-yt5, .link-yt6, .link-yt7, .link-yt8, .link-yt9, .link-yt10, .link-yt11, .link-yt12 {
    height: 200px;
  }

  .h_tag_edu {
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 19px;
  }

  .link-6 {
    font-size: 18px;
  }

  .column-line {
    padding-left: 10px;
  }

  .link-yt-edu1 {
    height: 200px;
  }

  .link-yt-edu1.s {
    height: 150px;
  }

  .link-yt-edu2 {
    height: 200px;
  }

  .link-yt-edu2.s {
    height: 150px;
  }

  .link-yt-edu3 {
    height: 200px;
  }

  .link-yt-edu3.s {
    height: 150px;
  }

  .link-yt-edu4 {
    height: 200px;
  }

  .link-yt-edu4.s {
    height: 150px;
  }

  .column-bg-green, .column-line-green {
    padding-left: 10px;
  }

  .div-block-rnd-smart {
    width: 90%;
    height: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-smart.tint {
    padding-bottom: 88px;
  }

  .title_gray2 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-50 {
    margin-top: 20px;
  }

  .divblock_webz_bg {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image_webz_left {
    margin-bottom: 23px;
    margin-right: 10px;
  }

  .image_webz_right {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .grid-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .divblock_webz2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subpage-email_rej {
    padding-top: 51px;
    padding-bottom: 20px;
  }

  .subpage-email_rej.contact, .subpage-email_rej.service {
    padding-top: 80px;
  }

  .subpage-email_rej.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-email_rej.with-contact-info {
    padding-top: 80px;
    padding-bottom: 240px;
  }

  .subpage-email_rej.pricing-2 {
    padding-bottom: 30px;
  }

  .subpage-email_rej.about-2 {
    padding: 90px 20px 20px;
  }

  .subpage-email_rej.about-3 {
    padding-top: 80px;
  }

  .subpage-email_rej.about-5 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .subpage-email_rej.ui {
    padding: 94px 25px 30px;
  }

  .subpage-email_rej.blog-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }

  .subpage-email_rej.sign-up-1 {
    padding-top: 80px;
  }

  .subpage-email_rej.blog-2 {
    padding-top: 60px;
  }

  .subpage-email_rej.scm, .subpage-email_rej.erp, .subpage-email_rej.hrm {
    padding-bottom: 30px;
  }

  .subpage-email_rej.mypage {
    padding-top: 80px;
  }

  .subpage-email_rej.bom {
    padding-bottom: 30px;
  }

  .divblock_webz3, .divblock_webz4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-webz {
    width: 98%;
  }

  .image_m90p {
    width: auto;
  }

  .link-yt13, .link-yt14 {
    height: 200px;
  }

  .block_cent {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .block5090p {
    width: 100%;
  }

  .link-yt-edu10 {
    height: 200px;
  }

  .link-yt-edu10.s {
    height: 150px;
  }

  .link-yt-edu11 {
    height: 200px;
  }

  .link-yt-edu11.s {
    height: 150px;
  }

  .link-yt-edu12 {
    height: 200px;
  }

  .link-yt-edu12.s {
    height: 150px;
  }

  .link-yt-edu13 {
    height: 200px;
  }

  .link-yt-edu13.s {
    height: 150px;
  }

  .link-yt-edu10-h {
    height: 200px;
  }

  .link-yt-edu10-h.s {
    height: 150px;
  }

  .link-yt-edu11-h {
    height: 200px;
  }

  .link-yt-edu11-h.s {
    height: 150px;
  }

  .link-yt-edu12-h {
    height: 200px;
  }

  .link-yt-edu12-h.s {
    height: 150px;
  }

  .home-cmcit {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title_it {
    margin-top: 0;
    padding-left: 5px;
  }

  .button-blog {
    margin-top: 10px;
    margin-left: auto;
  }

  .block-95-stre {
    flex-flow: wrap;
    width: 100%;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .btn-blog {
    width: 300px;
  }

  .link_itblog {
    margin-top: 0;
  }

  .text-block-17 {
    line-height: 21px;
  }

  .link-block-blog {
    width: 100%;
  }
}

#w-node-_9f3a612e-7a82-93aa-e60c-c9bd6229fb22-766409ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fccb0d43-10e9-a378-229b-2ed0a56d452e-766409ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_208d494d-cecf-3483-bf13-451bb2914b2d-766409ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-af850c18-aa72-867c-9531-c4cfca25e160-766409ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47d38708-f879-de7c-3965-345128409efe-766409ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_47d38708-f879-de7c-3965-345128409eff-766409ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_47d38708-f879-de7c-3965-345128409f00-766409ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_47d38708-f879-de7c-3965-345128409f01-766409ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42346210-405e-b152-1d17-0e412cfc1e0e-766409ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42346210-405e-b152-1d17-0e412cfc1e0f-766409ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42346210-405e-b152-1d17-0e412cfc1e10-766409ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_42346210-405e-b152-1d17-0e412cfc1e11-766409ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_321bfe05-83cb-4262-6c14-a0432768e70b-766409ac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_321bfe05-83cb-4262-6c14-a0432768e70c-766409ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_321bfe05-83cb-4262-6c14-a0432768e70d-766409ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_321bfe05-83cb-4262-6c14-a0432768e70e-766409ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3e89c87-6dd2-c7c9-57d7-28b63b5b584f-5ef9c53a, #w-node-a9273adc-f741-b8e2-f4e3-a837522e4d09-897a7dd3 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_208d494d-cecf-3483-bf13-451bb2914b2d-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-af850c18-aa72-867c-9531-c4cfca25e160-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_47d38708-f879-de7c-3965-345128409f00-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_47d38708-f879-de7c-3965-345128409f01-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42346210-405e-b152-1d17-0e412cfc1e10-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_42346210-405e-b152-1d17-0e412cfc1e11-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_321bfe05-83cb-4262-6c14-a0432768e70d-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_321bfe05-83cb-4262-6c14-a0432768e70e-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f3a612e-7a82-93aa-e60c-c9bd6229fb22-766409ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_208d494d-cecf-3483-bf13-451bb2914b2d-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-af850c18-aa72-867c-9531-c4cfca25e160-766409ac, #w-node-_47d38708-f879-de7c-3965-345128409f01-766409ac, #w-node-_42346210-405e-b152-1d17-0e412cfc1e11-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_321bfe05-83cb-4262-6c14-a0432768e70c-766409ac {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_321bfe05-83cb-4262-6c14-a0432768e70d-766409ac {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_321bfe05-83cb-4262-6c14-a0432768e70e-766409ac {
    grid-area: 1 / 1 / 2 / 2;
  }
}


