body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

h2 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #006cac;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #0c6cb3;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3e4f5f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

h6 {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #3e4f5f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 5px;
  color: #3e4f5f;
  font-size: 14px;
  line-height: 22px;
}

a {
  position: static;
  display: block;
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  float: none;
  border-radius: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #94c8eb;
  text-decoration: none;
}

a.w--current {
  display: block;
  background-color: transparent;
}

.button {
  display: inline-block;
  margin-top: 30px;
  margin-right: 0px;
  padding: 10px 30px;
  float: none;
  border: 3px solid #000;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
}

.navbar {
  height: 70px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 0px;
  background-color: transparent;
}

.navbar.navless {
  height: auto;
  border-bottom: 1px none hsla(0, 0%, 100%, .11);
  background-color: #fff;
}

.nav-link {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 25px;
  padding-right: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #94c8eb;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f2f2f2;
}

.nav-link.w--current {
  color: #fff;
}

.hero-section {
  height: 600px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #0b6cb3;
  background-image: -webkit-linear-gradient(225deg, rgba(11, 109, 179, .41) 32%, rgba(11, 109, 179, .74)), url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_graphic-fourth.jpg');
  background-image: linear-gradient(225deg, rgba(11, 109, 179, .41) 32%, rgba(11, 109, 179, .74)), url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_graphic-fourth.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.vr2 {
  height: auto;
  padding-top: 259px;
  padding-bottom: 336px;
  border-bottom: 1px none rgba(0, 0, 0, .1);
  background-color: transparent;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_topbackground2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  line-height: 30px;
}

.hero-section.vr2._2 {
  height: 315px;
  background-position: 0px 0px, 50% 100%;
}

.hero-section.vr2.mobile {
  height: auto;
  padding-top: 25px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_topbackground2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.monitors-section {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f5f7fa;
}

.monitors-section.sec {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px none rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background-color: transparent;
}

.clients-section {
  margin-top: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #f3f3f3;
}

.submenu-title {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.quote-sectinon {
  padding-top: 80px;
  padding-bottom: 0px;
  border-top: 1px none #efefef;
  border-bottom: 6px none #428bca;
  background-color: #f8f8f8;
  text-align: center;
}

.quote {
  margin-bottom: 25px;
  color: #3e4f5f;
  font-size: 15px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
}

.quote.sec {
  margin-bottom: 50px;
  font-size: 18px;
  text-align: left;
}

.quote-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 100px;
  opacity: 0.44;
}

.footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #363636;
  background-color: #333;
}

.footer-section._1 {
  padding-bottom: 40px;
}

.footer-section._2 {
  padding-top: 40px;
}

.cta-h1 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.cta-h1.footer {
  margin-bottom: 5px;
  text-align: left;
}

.cta-h1._2 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 68px;
  text-align: center;
}

.footer-text {
  margin-top: 23px;
  color: #606369;
  font-size: 11px;
  text-align: right;
}

.icon {
  position: absolute;
  left: -34px;
  top: 0px;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 5px solid #0b6cb3;
  border-radius: 50px;
  background-color: #fff;
}

.navmenu {
  padding-top: 0px;
  float: right;
}

.navmenu.new {
  padding-top: 20px;
}

.logos-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px none #f3f3f3;
  text-align: center;
}

.logos-mobile._6 {
  border-top: 1px none #ececec;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px none #ececec;
}

.logos-mobile._5 {
  border-top: 1px none #ececec;
  border-bottom: 1px none #000;
  text-align: center;
}

.logos-mobile._7 {
  border-bottom: 1px none #000;
}

.logos-mobile._8 {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px none #000;
}

.logos-mobile._4 {
  border-right: 1px none #000;
}

.footer-pargh {
  margin-bottom: 30px;
  color: #e9e9e9;
  font-size: 12px;
}

.footer-pargh._1 {
  display: inline-block;
  float: none;
  font-size: 11px;
}

.footer-green-btn {
  margin-right: 20px;
  padding: 5px 15px;
  float: none;
  border-radius: 4px;
  background-color: #00af43;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.footer-green-btn:hover {
  color: #fff;
}

.footer-yellow-btn {
  margin-right: 0px;
  padding: 5px 15px;
  float: none;
  border-radius: 4px;
  background-color: #f1c40f;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.footer-yellow-btn:hover {
  color: #fff;
}

.footer-link-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #3c3c3c;
  color: #a4a8ac;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-link-title.noname {
  padding-top: 21px;
}

.footer-link-title._1 {
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.list-itme {
  padding-top: 2px;
  color: #a4a8ac;
  font-size: 11px;
  text-decoration: none;
}

.list-itme:hover {
  color: #fff;
}

.social-icon-link {
  margin-right: 20px;
  padding-top: 0px;
  float: right;
  color: #2561c6;
}

.social-icon-link.new {
  margin-right: 15px;
  opacity: 0.45;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-icon-link.new:hover {
  opacity: 1;
}

.stay-in-touch {
  padding-top: 2px;
  padding-right: 0px;
}

.tel-icon {
  margin-right: 5px;
  margin-left: 30px;
  padding-top: 5px;
  float: none;
}

.footer-info-column {
  padding-top: 22px;
}

.footer-logo {
  padding-top: 12px;
}

._w-nav-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.integrations-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.company-testimonial {
  margin-top: 20px;
}

.company-testimonial.sec {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.nodes-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #030720;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_nodebg-min.jpg');
  background-position: 50% -113px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.node-container {
  text-align: center;
}

.node-row {
  margin-top: 60px;
  margin-bottom: 100px;
}

.node-info {
  color: #bababa;
  text-align: center;
}

.node-info._2 {
  text-align: center;
}

.node-sub-text {
  color: #bababa;
}

.node-title {
  color: #fff;
}

.nav-con {
  display: block;
  height: auto;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sub-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  margin-top: 97px;
  padding-top: 24px;
  background-color: transparent;
}

.subnav-link {
  padding-bottom: 10px;
  color: #94c8eb;
  font-size: 12px;
}

.subnav-link:hover {
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}

.subnav-link.w--current {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 12px;
}

.form-wrapper {
  margin-top: 0px;
  margin-bottom: 70px;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.submit-button {
  width: 97%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  border-radius: 5px;
  background-color: #eb4a3c;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #3e4f5f;
}

.headline {
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  color: #0b6cb3;
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.headline.small {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.headline.small.black {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.headline.small.black.cloudflare {
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
}

.headline.small.date {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 120px;
  color: #81cdff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .47);
}

.headline.second {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.headline.open-text {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 35px;
  border: 4px solid transparent;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.headline.open-text:hover {
  border-width: 4px;
  border-color: rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, .7);
}

.headline.open-text.new {
  display: inline-block;
  width: 260px;
  min-width: 3px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 40px;
  float: none;
  border-style: none;
  border-radius: 5px;
  background-color: #2561c6;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}

.headline.open-text.new:hover {
  border-style: none;
  background-color: #0749b8;
}

.headline.open-text.new.right {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f07c30;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.headline.open-text.new.right:hover {
  background-color: #e46715;
}

.headline.open-text.new.small {
  width: 204px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 106px;
}

.headline.open-text.new.small.right {
  width: 150px;
  margin-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  font-size: 12px;
}

.headline.open-text.new.small.light {
  width: 150px;
  margin-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  background-color: #18bce8;
  font-size: 12px;
}

.headline.open-text.new.nav {
  width: 160px;
  padding: 5px 30px;
  border-radius: 120px;
  background-color: #18bce8;
  font-size: 14px;
}

.headline.open-text.new.nav:hover {
  background-color: #13a6ce;
}

.headline.open-text.new.nav.orange {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f07c30;
}

.headline.open-text.new.nav.orange:hover {
  background-color: #dd6c22;
}

.headline.sexon {
  margin-right: 0px;
  color: #000;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

.photo-image {
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 20px;
}

.photo-image.sec {
  margin-bottom: 0px;
  float: left;
  text-align: left;
}

.logo {
  height: 51px;
  padding-top: 7px;
  text-align: center;
}

.logo._5 {
  padding-top: 10px;
}

.logo._6 {
  padding-top: 5px;
}

.google-link {
  padding-top: 5px;
}

.google-link.logo._4 {
  padding-top: 12px;
}

.quote-div {
  padding-left: 30px;
  border-left: 1px solid #eceded;
  text-align: center;
}

.quote-div.one {
  padding-left: 0px;
  border-left: 0px none #000;
}

.testimonials-name {
  font-size: 19px;
}

.testimonials-name.white {
  color: #fff;
}

.color-strip {
  position: static;
  display: block;
  overflow: visible;
  height: 110px;
  margin-top: -110px;
  clear: none;
  background-color: #0b6cb3;
}

.logos-column {
  padding-right: 0px;
  padding-left: 0px;
}

.logo-1 {
  float: none;
  text-align: center;
}

.testimonilas-logo.left {
  display: block;
  margin-bottom: 55px;
  float: none;
  text-align: left;
}

.form-title {
  color: #b8b8b8;
  font-size: 18px;
}

.field-div {
  margin-right: 6px;
  margin-bottom: 15px;
  margin-left: 6px;
}

.text-field {
  margin-bottom: 0px;
  border-radius: 3px;
  font-size: 13px;
}

.info-text {
  margin-right: 130px;
  margin-left: 130px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.info-text.dark {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  color: #3e4f5f;
  text-align: left;
}

.info-text.blu {
  color: #bbdfff;
}

.info-text.new {
  margin-top: 31px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.white-headline {
  display: block;
  margin: 0px;
  padding: 0px 0px 20px;
  border-style: none;
  border-width: 2px 1px;
  border-color: hsla(0, 0%, 100%, .15) #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.white-headline.second {
  padding-top: 60px;
  padding-bottom: 0px;
  font-size: 60px;
}

.open {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.conntainner-form {
  margin-top: 0px;
  padding-right: 200px;
  padding-left: 200px;
}

.div-form {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-form {
  position: relative;
}

.conatinner-open {
  text-align: center;
}

.date {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
  float: none;
  color: #a0d3ff;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.date.new {
  color: #ffd631;
  text-shadow: 1px 1px 6px #000;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background-color: hsla(0, 0%, 100%, .32);
}

.title-headline {
  margin-right: 120px;
  margin-left: 120px;
}

.image {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  float: none;
  border: 0px none #dbdbdb;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_service-1-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .11);
}

.image._2 {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  float: none;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_tim.jpg');
  background-position: 50% 50%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.image._3 {
  width: 130px;
  height: 130px;
  margin-right: 0px;
  float: none;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_service-2-copy-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image._4 {
  width: 130px;
  height: 130px;
  padding-top: 0px;
  border-style: none;
  border-width: 1px;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_service-4-copy.png');
  background-size: cover;
}

.image._5 {
  width: 130px;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_service-3-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.containner {
  text-align: center;
}

.schedule-agenda {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-agenda-wrapper {
  padding: 20px;
  border: 0px none transparent;
  border-radius: 5px;
}

.title-date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.title-date.second {
  margin-top: 50px;
}

.title-date._3 {
  margin-top: 85px;
}

.title-date._4 {
  margin-top: 70px;
}

.title-date._5 {
  margin-top: 75px;
}

.line {
  width: 5px;
  height: 79px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0b6cb3;
}

.line._1 {
  height: 78px;
}

.icon-wrapper {
  width: 10%;
  margin-right: 30px;
  float: left;
  text-align: center;
}

.icon-wrapper._3 {
  display: block;
  width: 40%;
  margin: 20px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: none;
  border-radius: 10px;
  background-color: #5441a5;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .35);
}

.icon-wrapper._3.blue {
  padding-left: 10px;
  background-color: #5441a5;
}

.info-persona-div {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 1px none #e9e9e9;
  text-align: left;
}

.info-persona-div.catchpoint {
  margin-right: 0px;
  margin-left: 0px;
  border-right-style: none;
  text-align: center;
}

.linked-in-logo {
  margin-bottom: 0px;
  margin-left: 0px;
}

.linked-in-logo.catchpoint {
  margin-top: 55px;
  margin-bottom: 0px;
}

.speaker-name {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfe7f6;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.speaker-name.new {
  text-align: center;
}

.speaker-name.left {
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.dar-info-text {
  margin-bottom: 23px;
  letter-spacing: 0px;
}

.info-about-speaker {
  margin-right: 0px;
  margin-bottom: 70px;
  margin-left: 0px;
  border-right: 1px none #e9e9e9;
  text-align: center;
}

.info-about-speaker.last {
  border-right-style: none;
}

.info-about-speaker.new {
  border-right-style: none;
  text-align: center;
}

.info-about-speaker.new.lat {
  border-right-style: none;
  text-align: center;
}

.list {
  margin-right: 100px;
  margin-left: 100px;
}

.list-iteam {
  position: relative;
  padding-bottom: 100px;
  padding-left: 50px;
  border-left: 5px solid #0b6cb3;
}

.list-iteam._5 {
  padding-bottom: 0px;
}

.schedule {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}

.schedule.clients {
  padding-bottom: 30px;
  background-color: transparent;
}

.number {
  margin-top: 10px;
  color: #0b6db3;
  text-align: center;
}

.color {
  color: #0b6db3;
}

.blue-color {
  color: #9ed2ff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .38);
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 150px;
  padding-left: 150px;
}

.date-row {
  margin-right: 0px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}

.title-section {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #5441a5;
  font-size: 34px;
  font-weight: 400;
}

.title-section._1 {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-weight: 400;
}

.title-section.new {
  margin-top: 100px;
  font-size: 32px;
}

.title-section.small {
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  font-style: italic;
  font-weight: 300;
}

.title-section.small.name {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.title-section.small.name.padding {
  padding-right: 20px;
}

.code {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 17px -4px #a5a5a5;
}

.column {
  padding-left: 10px;
  border-right: 1px solid #cfe7f6;
}

.column.last {
  border-right-style: none;
}

.imag {
  margin-bottom: 20px;
}

.logo-3 {
  width: 380px;
  height: 50px;
  margin-top: 0px;
  border-radius: 0px;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_Priceline_logo-p-500x99.png');
  background-position: 50% 50%;
  background-size: 166px;
  background-repeat: no-repeat;
}

.ask_paragraph {
  margin-bottom: 0px;
}

.speaker {
  text-align: right;
}

.speaker.moderator {
  color: #000;
  font-weight: 700;
}

.andrew-important {
  color: #000;
}

.paragraphcolumn {
  margin-bottom: 60px;
  border-left: 1px none #e0e0e0;
}

.link {
  display: inline-block;
  color: #428bca;
}

.container {
  max-height: 1000px;
  padding-top: 70px;
  padding-bottom: 93px;
  text-align: center;
}

.paragraph-big {
  margin-bottom: 80px;
  font-family: 'Open Sans', sans-serif;
  color: #5c5c5c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-big.left {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: left;
}

.div-containner {
  display: block;
  max-width: 1248px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
}

.div-wrapper {
  height: 231px;
  border-radius: 10px 0px 0px 10px;
  background-color: #5441a5;
}

.div-wrapper.right {
  position: relative;
  padding-top: 10%;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
  text-align: center;
}

.div-wrapper._1 {
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_dem-1.png');
  background-position: 50% 50%;
  background-size: 300px;
}

.div-wrapper._2 {
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_AMA_57971a121a49879c114215a0_vvvvvvvv-1.jpeg');
  background-position: 50% 50%;
  background-size: 454px;
}

.div-wrapper.left {
  padding-top: 20%;
  border-radius: 0px 10px 10px 2px;
  background-color: #fff;
  text-align: center;
}

.div-wrapper.tre {
  height: auto;
  text-align: center;
}

.div-shadow {
  border-radius: 10px;
  box-shadow: 1px 1px 17px 5px rgba(0, 0, 0, .14);
}

.nav-menu {
  margin-left: 50px;
  padding-top: 8px;
  padding-bottom: 0px;
  float: none;
}

.nav-links {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #7f7f7f;
  line-height: 30px;
  letter-spacing: 0.7px;
}

.nav-links:hover {
  color: #2561c6;
}

.title-tile {
  left: 0px;
  top: 0%;
  right: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 300;
}

.title-tile._2 {
  padding-top: 0%;
}

.diffrent-color {
  padding: 4px 10px;
  border-radius: 3px;
  background-color: #5441a5;
  color: #fff;
  font-style: normal;
}

.exist-link {
  display: block;
  width: 40px;
  height: 60px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.violet {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #5441a5;
}

.qualtrics {
  float: none;
  opacity: 0.34;
}

.logo-section {
  height: auto;
}

.text-span {
  color: #2561c6;
}

.text-span-2 {
  color: #2561c6;
}

.text-span-3 {
  color: #2561c6;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blue {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
}

.column-4 {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px none hsla(0, 0%, 100%, .2);
  text-align: center;
}

.important-text {
  display: block;
  font-weight: 300;
  text-align: center;
}

.column-5 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-7 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-8 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-9 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-10 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  text-align: center;
}

.column-11 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px solid hsla(0, 0%, 100%, .16);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.row-2 {
  border-bottom: 1px solid hsla(0, 0%, 100%, .16);
}

.row-2._3 {
  border-top: 1px none hsla(0, 0%, 100%, .16);
  border-bottom-style: none;
}

.title-center {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.icon-copy {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.image-2 {
  margin-top: 5px;
  float: left;
}

.important-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.important-text-3 {
  font-weight: 300;
}

.important-text-4 {
  font-weight: 300;
}

.important-text-5 {
  font-weight: 300;
}

.important-text-6 {
  font-weight: 300;
}

.important-text-7 {
  font-weight: 300;
}

.important-text-8 {
  font-weight: 300;
}

.important-text-9 {
  font-weight: 300;
}

.important-text-10 {
  font-weight: 300;
}

.important-text-11 {
  font-weight: 300;
}

.important-text-12 {
  font-weight: 300;
}

.important-text-13 {
  font-weight: 300;
}

.important-text-14 {
  font-weight: 300;
}

.important-text-15 {
  font-weight: 300;
}

.footer-wrapper-div {
  padding: 100px 80px;
  background-color: hsla(0, 0%, 96%, .63);
}

.footer-wrapper-div.small {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, .07);
  background-color: #fff;
}

.logo-wrapper {
  margin-bottom: 30px;
}

.paragraph {
  padding-right: 200px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}

.title-solutions {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

.title-solutions._2 {
  margin-top: 10px;
}

.link-2 {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-weight: 300;
}

.link-2:hover {
  color: #2561c6;
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}

.navbar-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.container-2 {
  max-width: 2000px;
  margin-right: 80px;
  margin-left: 80px;
}

.nav-div {
  padding-right: 80px;
  padding-left: 80px;
}

.brand-2 {
  padding-top: 10px;
}

.nav-menu-2 {
  padding-left: 20px;
  float: right;
}

.nav-link-2 {
  display: inline-block;
  padding-top: 22px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #7f7f7f;
}

.nav-link-2:hover {
  color: #2561c6;
}

.nav-link-3 {
  display: inline-block;
  padding-top: 22px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #7f7f7f;
}

.nav-link-3:hover {
  color: #2561c6;
}

.nav-link-4 {
  font-family: 'Open Sans', sans-serif;
}

.nav-link-5 {
  font-family: 'Open Sans', sans-serif;
}

.nav-link-6 {
  font-family: 'Open Sans', sans-serif;
}

.buttons {
  padding-top: 10px;
  float: right;
}

.button-1 {
  width: 160px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 120px;
  background-color: #f07c30;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.button-1:hover {
  background-color: #e26e21;
}

.button-1._2 {
  background-color: #18bce8;
}

.button-1._2:hover {
  background-color: #00aedd;
}

.button-1.big {
  width: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-1.big.blue {
  background-color: #2561c6;
}

.button-1.big.blue:hover {
  background-color: #104fb9;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.column-13 {
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-right: 11px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .77);
}

.column-14 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-right: 42px;
  padding-left: 100px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: transparent;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.column-15 {
  background-color: hsla(0, 0%, 100%, .77);
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.row-3 {
  padding-right: 62px;
  padding-left: 44px;
  border-style: none;
  border-color: transparent;
  border-top-width: 0px;
}

.heading-4 {
  color: rgba(204, 94, 94, 0);
}

.div-block {
  margin-top: 0px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .77);
}

.div-block-2 {
  margin-top: 0px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .77);
}

.heading-5 {
  margin-top: 16px;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 34px;
  font-weight: 400;
}

.heading-6 {
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 34px;
  font-weight: 400;
}

.text-block-4 {
  margin-right: 36px;
  margin-left: 36px;
  padding-right: 19px;
  padding-left: 18px;
  font-size: 18px;
  text-align: left;
}

.text-block-5 {
  margin-right: 36px;
  margin-left: 36px;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 18px;
  text-align: left;
}

.button-2 {
  margin-top: 24px;
  margin-bottom: 25px;
  padding: 10px 21px;
  border-radius: 20px;
  background-color: #f07c30;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.button-3 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 21px 9px;
  border-radius: 20px;
  background-color: #f07c30;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(44, 44, 44, .77);
  text-align: center;
}

.sign-up-wrapper {
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
}

.text-block-6 {
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 28px;
  text-align: center;
}

.div-block-3 {
  padding-right: 172px;
  padding-left: 291px;
}

.text-block-7 {
  background-color: #214761;
}

.text-block-8 {
  background-color: #476579;
}

.text-block-9 {
  background-color: #354149;
}

.image-3 {
  text-align: center;
}

.div-block-4 {
  padding-left: 0px;
}

.section-2 {
  margin-top: 83px;
}

.heading-7 {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
}

.heading-8 {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
}

.text-block-10 {
  padding-right: 17px;
  padding-left: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 12px;
}

.text-block-11 {
  padding-right: 17px;
  padding-left: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 12px;
}

.text-block-12 {
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 12px;
}

.text-block-13 {
  padding-left: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 18px;
  line-height: 25px;
}

.row-4 {
  padding-bottom: 53px;
}

.text-block-14 {
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 18px;
  line-height: 25px;
}

.row-5 {
  padding-bottom: 53px;
}

.text-block-15 {
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 18px;
  line-height: 25px;
}

.row-6 {
  padding-bottom: 53px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
}

.button-4 {
  position: static;
  float: none;
  text-align: center;
}

.text-block-17 {
  padding-top: 21px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}

.text-block-17.new {
  padding-top: 67px;
  padding-bottom: 11px;
}

.button-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #e98519;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}

.heading-10 {
  padding-left: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
  text-align: left;
}

.heading-11 {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
  text-align: left;
}

.heading-12 {
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-size: 25px;
  text-align: left;
}

.row-7 {
  padding-top: 24px;
}

.section-3 {
  padding-top: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid #c2c2c2;
}

.column-16 {
  border-right: 1px solid #000;
}

.text-block-18 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-19 {
  border-right: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-4 {
  margin-right: 1px;
  padding-top: 35px;
}

.column-17 {
  padding-left: 11px;
}

.heading-13 {
  margin-bottom: 0px;
  padding-top: 54px;
  padding-bottom: 67px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 100;
}

.text-block-21 {
  font-family: 'Open Sans', sans-serif;
  color: #989898;
  font-size: 18px;
  line-height: 28px;
}

.div-block-5 {
  margin-top: 24px;
  padding-top: 0px;
  padding-bottom: 15px;
}

.image-5 {
  padding-top: 30px;
}

.image-6 {
  padding-top: 30px;
}

.div-block-6 {
  width: 500px;
}

.button-6 {
  padding: 17px 65px 17px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .99);
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.column-18 {
  padding-left: 0px;
  text-align: left;
}

.column-19 {
  padding-right: 0px;
  text-align: left;
}

.div-block-7 {
  position: static;
  top: -7px;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 49px;
  padding-bottom: 36px;
  float: none;
  border: 0px solid #000;
  text-align: center;
}

.div-block-8 {
  display: block;
  height: auto;
  margin-right: 19px;
  margin-left: 19px;
  padding: 0px 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.div-block-8.custom1 {
  padding-bottom: 120px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 1px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.text-block-22 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #727272;
  font-weight: 400;
  text-align: center;
}

.row-8 {
  padding-top: 10px;
  padding-bottom: 18px;
}

.image-7 {
  margin-right: 6px;
  margin-left: 7px;
  text-align: right;
}

.image-8 {
  margin-right: 6px;
  margin-left: 6px;
  text-align: left;
}

.column-20 {
  text-align: left;
}

.column-21 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.image-9 {
  display: none;
}

.image-10 {
  display: none;
}

.row-9 {
  padding-top: 33px;
}

.heading-15 {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.heading-15.new {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-22 {
  text-align: center;
}

.div-block-9 {
  margin-top: 21px;
}

.div-block-10 {
  display: block;
  width: auto;
  height: 7px;
  margin-right: auto;
  margin-left: auto;
  background-color: #654ff0;
  color: #654ff0;
}

.column-23 {
  padding-bottom: 51px;
  text-align: center;
}

.heading-16 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-23 {
  padding: 0px 40px 36px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 100;
}

.button-7 {
  padding: 21px 40px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #030303;
  font-size: 20px;
  font-weight: 300;
}

.column-24 {
  text-align: center;
}

.div-block-11 {
  display: block;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 91px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.div-block-12 {
  display: block;
  width: 100%;
  height: auto;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-13 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
}

.slider {
  height: 400px;
  background-color: #e4e4e4;
}

.row-10 {
  width: 100%;
  max-width: 550px;
}

.div-block-14 {
  padding-top: 6px;
  padding-bottom: 20px;
}

.text-block-24 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.button-8 {
  text-align: center;
}

.section-4 {
  margin-top: 31px;
  padding-top: 50px;
  padding-bottom: 78px;
  background-color: #5441a5;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_test_Bg_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.button-9 {
  padding: 20px 50px;
  border-radius: 30px;
  background-color: #ff8500;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.button-9:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
}

.button-9.new {
  border: 1px solid #929292;
  border-radius: 11px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
}

.button-9.new:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.text-block-25 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-26 {
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 18px;
}

.div-block-15 {
  height: 100%;
  max-height: 500px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
}

.div-block-15.small-blocks {
  padding-top: 37px;
  padding-bottom: 37px;
  border-radius: 6px;
}

.div-block-15.small-blocks.two {
  padding-top: 27px;
  padding-bottom: 27px;
}

.text-block-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  text-align: center;
}

.button-10 {
  text-align: center;
}

.div-block-16 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 93%, .35);
}

.div-block-17 {
  padding-bottom: 16px;
}

.text-block-28 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fcf8f8;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.button-11 {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  border-radius: 10px;
  background-color: #e99415;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

.div-block-18 {
  width: 100%;
  max-width: 35px;
}

.div-block-19 {
  display: block;
  overflow: visible;
  height: 300px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 30px 20px 100px;
  border: 1px none #000;
  border-radius: 10px;
  box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .23);
}

.paragraph-2 {
  display: block;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center;
}

.heading-17 {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-align: center;
}

.div-block-20 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.heading-18 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 7px;
  background-color: #00ffd6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.div-block-21 {
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #0b6cb3;
}

.div-block-22 {
  border: 1px solid #000;
}

.column-31 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #b8b8b8;
  color: #3b3b3b;
}

.column-32 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #5441a5;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 51px;
}

.div-block-23 {
  padding-top: 0px;
  padding-bottom: 65px;
  background-color: transparent;
}

.div-block-24 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.heading-19 {
  margin-bottom: 0px;
  padding-top: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #2561c6;
  font-weight: 400;
}

.heading-19.heading-192 {
  padding-top: 0px;
  padding-bottom: 36px;
}

.slide-2 {
  width: 100%;
  background-color: transparent;
}

.div-block-25 {
  background-color: #0b6cb3;
  color: #fff;
}

.paragraph-3 {
  padding: 0px 25px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-3.othersbody {
  color: #474747;
}

.paragraph-4 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.paragraph-5 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.paragraph-6 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.paragraph-7 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.paragraph-8 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.paragraph-9 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.heading-20 {
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.heading-20.others {
  color: #474747;
}

.div-block-26 {
  height: 1px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
}

.div-block-27 {
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-28 {
  display: block;
  width: 100%;
  height: 1px;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.div-block-28.othersline {
  background-color: rgba(71, 71, 71, .33);
}

.div-block-29 {
  color: #313131;
}

.heading-21 {
  font-size: 22px;
}

.heading-22 {
  font-size: 22px;
}

.heading-23 {
  font-size: 22px;
}

.text-block-29 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-30 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-31 {
  font-family: 'Open Sans', sans-serif;
}

.div-block-30 {
  background-color: #f0f0f0;
}

.slide-3 {
  background-color: transparent;
}

.slide-nav {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f0f0f0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}

.slide-nav.number1 {
  position: static;
  padding-top: 0px;
  background-color: transparent;
  color: #428bca;
}

.slide-4 {
  background-color: transparent;
}

.div-block-31 {
  height: 475px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 93%, .15);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 91%, .38), hsla(0, 0%, 91%, .38));
  background-image: linear-gradient(180deg, hsla(0, 0%, 91%, .38), hsla(0, 0%, 91%, .38));
  background-position: 0px 0px;
}

.slider-2 {
  background-color: transparent;
}

.heading-24 {
  padding-top: 34px;
}

.heading-25 {
  font-size: 22px;
}

.heading-26 {
  font-size: 22px;
}

.div-block-32 {
  padding-top: 83px;
  padding-bottom: 86px;
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_test_Bg_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-33 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 77px;
  padding-bottom: 63px;
  background-color: hsla(0, 0%, 93%, .27);
}

.row-11 {
  display: block;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.row-12 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.column-33 {
  height: 300px;
  padding-top: 21px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.text-block-32 {
  padding-top: 30px;
  font-size: 16px;
}

.heading-27 {
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 22px;
}

.row-13 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.unordered-list {
  box-shadow: 11px 11px 12px -3px rgba(0, 0, 0, .28);
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.unordered-list.other3 {
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: none;
}

.unordered-list.left {
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: none;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0px solid #000;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.list-item-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  font-weight: 400;
}

.list-item-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.list-item-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  font-weight: 400;
}

.list-item-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.list-item-6 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
  font-weight: 400;
}

.list-item-7 {
  padding-top: 20px;
  padding-bottom: 73px;
  font-weight: 400;
}

.list-item-8 {
  padding-top: 31px;
  padding-bottom: 37px;
  background-color: #0098ff;
  color: #f8f0f0;
  font-size: 22px;
  font-weight: 700;
}

.list-item-8.other2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #acacac;
}

.list-item-8.left {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e9e9e9;
  color: #2561c6;
}

.list-item-9 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #c9c9c9;
}

.list-item-9.other {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #363636;
}

.column-34 {
  padding-top: 0px;
  padding-left: 0px;
}

.div-block-34 {
  padding-top: 52px;
}

.column-35 {
  padding-left: 0px;
}

.div-block-35 {
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #b6b6b6;
  border-radius: 7px;
}

.text-block-33 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-33.heading19 {
  color: #2561c6;
  font-size: 22px;
  font-weight: 400;
}

.row-14 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-36 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #3171aa;
}

.div-block-36.right2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #7e7e7e;
}

.div-block-36.left2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #35507d;
}

.div-block-37 {
  background-color: #4b6c98;
}

.div-block-37.gray {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
}

.heading-193 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.heading-193.left4 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.heading-193.right5 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-38 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #4b6c98;
}

.div-block-38.right3 {
  background-color: #9e9e9e;
}

.unordered-list-2 {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.list-item-10 {
  padding: 20px 15px;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
}

.list-item-10.regular {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-item-10.regular.end {
  padding-bottom: 47px;
}

.text-block-34 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.column-36 {
  margin-top: 36px;
  border-top-right-radius: 0px;
}

.div-block-39 {
  padding-bottom: 48px;
}

.div-block-40 {
  background-color: #9e9e9e;
  color: #b8b8b8;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.column-37 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 8px;
  box-shadow: 3px 3px 19px -1px rgba(0, 0, 0, .48);
}

.div-block-41 {
  padding-top: 0px;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-194 {
  padding-top: 29px;
  padding-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #654ff0;
  font-weight: 100;
}

.text-block-35 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 42px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.image-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-42 {
  display: block;
  width: 100%;
  max-width: 275px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  border-radius: 9px;
  box-shadow: 2px 2px 17px 1px rgba(0, 0, 0, .21);
}

.heading-195 {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-36 {
  padding-top: 6px;
  padding-bottom: 37px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 100;
  text-align: center;
}

.heading-196 {
  margin-top: 0px;
  padding-top: 41px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.div-block-43 {
  margin-top: 63px;
  background-color: #f5f5f5;
}

.row-15 {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 10px;
}

.heading-197 {
  font-family: 'Open Sans', sans-serif;
  color: #654ff0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
}

.text-block-37 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.column-39 {
  padding-right: 30px;
  padding-left: 30px;
}

.column-40 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-44 {
  padding-bottom: 27px;
}

.div-block-45 {
  padding-bottom: 58px;
}

.column-41 {
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-38 {
  padding-top: 19px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 15px;
}

.image-24 {
  float: none;
}

.image-25 {
  float: right;
  clear: none;
}

.image-26 {
  float: none;
}

.image-27 {
  float: none;
}

.image-28 {
  float: left;
}

.image-29 {
  float: left;
}

.image-30 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-31 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 14px;
  padding-top: 10px;
}

.text-block-39 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.row-16 {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 49px;
}

.image-32 {
  float: right;
}

.text-block-40 {
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 18px;
  font-weight: 100;
}

.div-block-46 {
  font-size: 20px;
}

.button-12 {
  display: block;
  width: 300px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 60px;
  background-color: #654ff0;
  Font-size: 20px;
  color: #fff;
  text-align: center;
}

.row-17 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-41 {
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #585858;
  line-height: 75px;
}

.image-33 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-34 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-35 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-42 {
  display: block;
  width: auto;
  max-width: none;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #838383;
  line-height: 75px;
  text-align: left;
}

.div-block-47 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 29px;
  padding-bottom: 22px;
  text-align: center;
}

.image-36 {
  float: none;
  clear: none;
}

.image-37 {
  padding-top: 12px;
  float: none;
}

.image-38 {
  padding-top: 8px;
  padding-left: 0px;
  float: none;
  clear: none;
  line-height: 40px;
}

.div-block-48 {
  background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_gray_bg.png');
  background-position: 0px 0px;
  background-size: 975px;
}

.image-39 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
}

.heading-198 {
  margin-top: 0px;
  padding-top: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
}

.heading-198b {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 30px;
  font-weight: 100;
}

.heading-198c {
  margin-top: 0px;
  padding-top: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 30px;
}

.heading-198b.bottom {
  padding-bottom: 30px;
}

.row-18 {
  display: block;
  width: 100%;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
}

.column-43 {
  background-color: transparent;
}

.column-44 {
  background-color: transparent;
}

.div-block-49 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 39px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .2);
}

.div-block-49.mod {
  padding-bottom: 20px;
}

.heading-199 {
  margin-bottom: 0px;
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #654ff0;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}

.column-45 {
  padding-left: 12px;
}

.text-block-43 {
  padding-bottom: 7px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.image-40 {
  padding-left: 14px;
}

.text-block-44 {
  font-size: 10px;
  text-align: center;
}

.bold-text {
  margin-right: 30px;
  float: right;
  padding-right: 20px;
  color: #654ff0;
  font-size: 11.5px;
}

.div-block-50 {
  padding-bottom: 47px;
}

.image-41 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}

.div-block-51 {
  padding-top: 26px;
  padding-bottom: 59px;
}

.row-19 {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.image-42 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-200 {
  font-family: 'Open Sans', sans-serif;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.text-block-45 {
  font-family: 'Open Sans', sans-serif;
  color: #353535;
  font-style: italic;
  text-align: center;
}

.row-20 {
  font-size: 16px;
}

.row-21 {
  font-size: 16px;
}

.div-block-52 {
  padding-top: 36px;
  padding-bottom: 100px;
  background-color: #654ff0;
}

.icon-2 {
  display: none;
  overflow: visible;
}

.icon-3 {
  display: none;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  height: 75px;
  background-color: transparent;
}

.column-51 {
  display: block;
}

.navbar-3 {
  background-color: transparent;
}

.nav-link-7 {
  font-family: 'Open Sans', sans-serif;
  color: #383838;
}

.navbar-4 {
  background-color: transparent;
}

.form-block {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.hiddendiv {
  display: block;
  width: 100%;
  max-width: 460px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .2);
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.field-label-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.select-field {
  font-family: 'Open Sans', sans-serif;
  color: #777;
}

.text-field-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-field-3 {
  font-family: 'Open Sans', sans-serif;
}

.text-field-4 {
  font-family: 'Open Sans', sans-serif;
}

.text-field-5 {
  font-family: 'Open Sans', sans-serif;
}

.div-block-64 {
  position: static;
  display: inline;
  min-height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-6 {
  width: 100%;
  max-width: 1500px;
}

.div-block-65 {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.container-7 {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .2);
}

.form {
  margin-right: 15px;
  margin-bottom: 13px;
  margin-left: 15px;
  padding-left: 0px;
}

.info-form {
  position: absolute;
  top: 284px;
  right: 10px;
  z-index: 1000;
  background-color: #000;
}

.info-form:hover {
  background-color: #654ff0;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .2);
}

.text-block-46 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.text-block-46.question {
  padding-top: 16px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.link-block {
  width: 100px;
  height: 100px;
  padding: 15px 25px;
}

.div-block-66 {
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
}

html.w-mod-js *[data-ix="dashboard-1"] {
  opacity: 1;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="hover-up"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="dashboard-2"] {
  opacity: 1;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="listing-on-scorll"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="display-none"] {
  height: 0px;
}

html.w-mod-js *[data-ix="modal-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
  h6 {
    font-size: 14px;
  }
  a {
    float: none;
  }
  .button.first {
    margin-top: 40px;
  }
  .nav-link {
    float: none;
  }
  .hero-section {
    background-attachment: scroll, scroll;
  }
  .monitors-section {
    height: 588px;
    padding-bottom: 100px;
  }
  .monitors-section.sec {
    height: 1720px;
    padding-bottom: 0px;
  }
  .submenu-title {
    color: transparent;
  }
  .quote {
    font-size: 16px;
  }
  .quote.sec {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .cta-h1 {
    font-size: 24px;
  }
  .cta-h1._2 {
    font-size: 28px;
    line-height: 38px;
  }
  .icon {
    margin-top: 8px;
    padding: 18px;
    border-style: none;
    border-radius: 0px;
    background-color: #e7e7e7;
    color: #fff;
  }
  .navmenu {
    padding-left: 38px;
    background-color: #00649f;
    text-align: left;
  }
  .navmenu.new {
    padding-top: 25px;
    background-color: transparent;
  }
  .logos-mobile._7 {
    text-align: center;
  }
  .footer-green-btn {
    margin-bottom: 10px;
  }
  .social-icon-link.new {
    margin-right: 10px;
  }
  .menu-button {
    margin-top: 0px;
    border-radius: 5px;
    background-color: #f1f1f1;
  }
  .menu-button.w--open {
    background-color: #e6e6e6;
  }
  .nav-con {
    padding-right: 10px;
    padding-left: 10px;
  }
  .subnav-link {
    float: none;
  }
  .subnav-link.w--current {
    float: none;
  }
  .sub-nav-menu {
    background-color: #0b6cb3;
  }
  .sub-menu-buton {
    background-color: transparent;
  }
  .sub-menu-buton.w--open {
    background-color: transparent;
    color: #fff;
  }
  .sub-menu-name {
    float: right;
    color: #fff;
    font-size: 12px;
  }
  .arrow1 {
    margin-left: 5px;
    padding-top: 9px;
    float: right;
  }
  .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headline {
    font-size: 22px;
    line-height: 30px;
  }
  .headline.small.black {
    margin-left: 0px;
    font-size: 12px;
  }
  .headline.open-text.new.small.right {
    float: left;
  }
  .headline.open-text.new.small.light {
    margin-bottom: 40px;
    float: left;
  }
  .headline.sexon {
    font-size: 16px;
  }
  .quote-div.one {
    padding-left: 0px;
  }
  .color-strip {
    margin-top: -110px;
  }
  .info-text {
    margin-right: 50px;
    margin-left: 50px;
  }
  .white-headline {
    margin-bottom: 100px;
    line-height: 80px;
  }
  .white-headline.second {
    margin-right: 100px;
    margin-left: 100px;
    font-size: 45px;
  }
  .conntainner-form {
    padding-right: 70px;
    padding-left: 70px;
  }
  .date {
    padding-left: 0px;
  }
  .title-headline {
    margin-right: 50px;
    margin-left: 50px;
  }
  .div-agenda-wrapper {
    padding: 0px;
  }
  .title-date {
    font-size: 18px;
  }
  .title-date.second {
    margin-top: 35px;
    font-size: 19px;
  }
  .title-date._4 {
    font-size: 19px;
    line-height: 31px;
  }
  .title-date._5 {
    margin-top: 60px;
    font-size: 19px;
  }
  .icon-wrapper._3 {
    width: 60%;
    padding-right: 5px;
  }
  .icon-wrapper._3.blue {
    width: 60%;
  }
  .info-persona-div {
    margin-right: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 0px none #e9e9e9;
    border-right-style: none;
    border-right-width: 0px;
  }
  .info-persona-div.catchpoint {
    border-bottom-style: none;
  }
  .linked-in-logo {
    margin-left: 0px;
  }
  .speaker-name {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 19px;
  }
  .list {
    margin-right: 40px;
    margin-left: 40px;
  }
  .row {
    padding-right: 100px;
    padding-left: 100px;
  }
  .date-row {
    padding-right: 100px;
    padding-left: 100px;
  }
  .column {
    height: 345px;
  }
  .div-wrapper.left {
    padding-top: 40%;
  }
  .nav-menu {
    height: auto;
    margin-left: 0px;
  }
  .title-tile {
    font-size: 20px;
    line-height: 32px;
  }
  .exist-link {
    margin-top: 30px;
  }
  .column-4 {
    border-top: 1px solid hsla(0, 0%, 100%, .16);
    border-right-style: solid;
    border-right-color: hsla(0, 0%, 100%, .16);
  }
  .column-5 {
    border-top: 1px solid hsla(0, 0%, 100%, .16);
  }
  .column-8 {
    border-top: 1px solid hsla(0, 0%, 100%, .16);
  }
  .column-9 {
    border-top: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px solid hsla(0, 0%, 100%, .16);
  }
  .column-11 {
    border-top: 1px none #000;
    border-left: 1px solid hsla(0, 0%, 100%, .16);
  }
  .footer-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-solutions {
    margin-top: 20px;
  }
  .navbar-2 {
    z-index: 2000;
  }
  .container-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-menu-2 {
    padding-right: 20px;
    padding-bottom: 40px;
    background-color: #04143f;
  }
  .nav-link-2 {
    display: block;
    color: #fff;
  }
  .nav-link-2:hover {
    border-radius: 0px;
    background-color: #030e2c;
    color: #8cb6fd;
  }
  .nav-link-3 {
    display: block;
    color: #fff;
  }
  .nav-link-3:hover {
    border-radius: 0px;
    background-color: #030e2c;
    color: #8cb6fd;
  }
  .buttons {
    float: none;
  }
  .text-block-43 {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h5 {
    margin-bottom: 29px;
  }
  .info-form {
    display: none;
  }
  h6 {
    margin-bottom: 40px;
    font-size: 12px;
  }
  a {
    float: none;
  }
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 0px 0px, 50% 37%;
    background-attachment: scroll, scroll;
  }
  .hero-section.vr2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .monitors-section {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .monitors-section.sec {
    height: auto;
    padding-bottom: 50px;
  }
  .monitors-section.three {
    height: 897px;
    padding-bottom: 100px;
  }
  .clients-section {
    text-align: left;
  }
  .submenu-title {
    text-align: center;
  }
  .quote-sectinon {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote {
    font-size: 16px;
  }
  .quote.sec {
    text-align: center;
  }
  .footer-section {
    text-align: center;
  }
  .cta-h1 {
    font-size: 16px;
    line-height: 30px;
  }
  .cta-h1.footer {
    text-align: center;
  }
  .cta-h1._2 {
    font-size: 22px;
  }
  .footer-text {
    text-align: center;
  }
  .navmenu.new {
    padding-top: 22px;
    padding-right: 20px;
  }
  .logos-mobile {
    text-align: center;
  }
  .footer-column-left {
    margin-top: 30px;
    text-align: center;
  }
  .footer-link-title {
    margin-top: 30px;
  }
  .social-icon-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .social-icon-link.new {
    margin-right: 5px;
    margin-left: 5px;
  }
  .stay-in-touch {
    padding-left: 0px;
  }
  ._w-nav-brand {
    margin-top: -8px;
    padding-top: 20px;
  }
  .integrations-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .company-testimonial.sec {
    text-align: center;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    margin-top: 0px;
  }
  .sub-menu-buton.w--open {
    background-color: transparent;
  }
  .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headline {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .headline.small {
    padding-top: 15px;
  }
  .headline.small.black {
    padding-top: 0px;
  }
  .headline.open-text.new.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headline.open-text.new.nav.orange {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .photo-image.sec {
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }
  .quote-div.one {
    text-align: center;
  }
  .testimonilas-logo.left {
    text-align: center;
  }
  .info-text {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .white-headline {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 46px;
  }
  .white-headline.second {
    margin-right: 20px;
    margin-left: 20px;
  }
  .conntainner-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .date {
    margin-top: 0px;
  }
  .date.new {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 15px;
  }
  .schedule-agenda {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-date {
    font-size: 17px;
    line-height: 30px;
  }
  .title-date.second {
    margin-top: 17px;
  }
  .title-date._3 {
    margin-top: 92px;
    font-size: 17px;
    line-height: 24px;
  }
  .title-date._4 {
    margin-top: 79px;
    line-height: 24px;
  }
  .title-date._5 {
    margin-top: 40px;
  }
  .line {
    margin-right: auto;
    margin-left: auto;
  }
  .icon-wrapper {
    width: 12%;
    text-align: left;
  }
  .icon-wrapper._3 {
    width: 40%;
  }
  .icon-wrapper._3.blue {
    width: 40%;
  }
  .info-persona-div {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .speaker-name {
    font-size: 16px;
  }
  .info-about-speaker {
    margin-bottom: 20px;
    border-bottom: 0px none #e9e9e9;
    border-right-style: none;
    border-right-width: 0px;
  }
  .info-about-speaker.last {
    margin-bottom: 40px;
    border-bottom-style: none;
  }
  .info-about-speaker.new {
    border-bottom-style: none;
  }
  .list {
    margin-right: 40px;
    margin-left: 40px;
  }
  .date-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-section {
    font-size: 24px;
  }
  .title-section.small {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
  }
  .title-section.small.name {
    text-align: center;
  }
  .column {
    margin-bottom: 30px;
    border-bottom: 1px none #e9e9e9;
    border-right-style: none;
    border-right-width: 0px;
  }
  .column.last {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .row-1 {
    display: inline-block;
    text-align: center;
  }
  .row1 {
    display: inline-block;
  }
  .div-wrapper.right {
    height: auto;
    padding-top: 14%;
    padding-bottom: 0%;
  }
  .div-wrapper._1 {
    background-size: cover;
  }
  .div-wrapper._2 {
    background-size: cover;
  }
  .div-wrapper.left {
    height: auto;
    padding-top: 16%;
    padding-bottom: 0%;
  }
  .div-shadow {
    height: auto;
    margin-top: 30px;
  }
  .exist-link {
    margin-bottom: 70px;
  }
  .column-4 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px none #000;
    border-right-style: none;
  }
  .column-5 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px none #000;
    border-right-style: none;
  }
  .column-6 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-right-style: none;
  }
  .column-7 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px none #000;
    border-right-style: none;
  }
  .column-8 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px none #000;
    border-right-style: none;
  }
  .column-9 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-right-style: none;
    border-left-style: none;
  }
  .column-10 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-left: 1px none #000;
    border-right-style: none;
  }
  .column-11 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
    border-right-style: none;
    border-left-style: none;
  }
  .title-center {
    font-size: 24px;
  }
  .nav-menu-2 {
    padding-bottom: 20px;
  }
  .buttons {
    padding-top: 20px;
  }
  .button-1.big {
    width: 220px;
  }
  .button-1.big.blue {
    width: 220px;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row-16 {
    width: 100%;
  }
  .image-32 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .text-block-40 {
    text-align: center;
  }
  .text-block-42 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .div-block-49 {
    border-bottom: 11px solid #f0f0f0;
  }
  .column-46 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-49 {
    height: 5px;
  }
  .column-50 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .column-51 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 16px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    margin-bottom: 15px;
    text-align: center;
  }
  h6 {
    margin-bottom: 30px;
    font-size: 12px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
  }
  .button {
    margin-right: 0px;
    font-size: 14px;
  }
  .navbar {
    margin-bottom: 30px;
  }
  .hero-section {
    background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_laptop.jpg');
    background-position: 13% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-section.vr2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    background-image: url('http://pages.catchpoint.com/rs/005-RHC-551/images/WASM_landingpage_image.jpg');
    background-position: 100% 0px;
  }
  .hero-section.vr2.mobile {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .monitors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .monitors-section.sec {
    padding-top: 30px;
  }
  .monitors-section.three {
    height: auto;
    padding-bottom: 0px;
  }
  .submenu-title {
    display: none;
  }
  .quote-sectinon {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .quote {
    font-size: 12px;
    line-height: 22px;
  }
  .cta-h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .cta-h1._2 {
    margin-bottom: 7px;
    line-height: 30px;
  }
  .navmenu.new {
    display: none;
    padding-top: 20px;
    float: none;
    text-align: center;
  }
  .logos-mobile._6 {
    border-top: 1px solid #f3f3f3;
  }
  .social-icons-column {
    text-align: center;
  }
  .social-icon-link {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  .social-icon-link.new {
    float: none;
  }
  ._w-nav-brand {
    margin-top: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .integrations-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nodes-section {
    background-position: 50% 145px;
  }
  .node-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    margin-top: 4px;
  }
  .menu-button.w--open {
    margin-top: 5px;
  }
  .node-banner-column {
    margin-bottom: 22px;
  }
  .nav-con {
    text-align: center;
  }
  .sub-navbar {
    position: absolute;
    margin-top: 70px;
  }
  .sub-menu-buton.w--open {
    background-color: transparent;
  }
  .form-wrapper {
    height: auto;
    padding: 30px 10px;
  }
  .headline {
    margin-right: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .headline.small {
    font-size: 12px;
  }
  .headline.small.black {
    text-align: center;
  }
  .headline.second {
    font-size: 13px;
  }
  .headline.open-text.new.nav.orange {
    margin-bottom: 10px;
  }
  .photo-image.sec {
    margin-bottom: 30px;
  }
  .form-title {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .info-text {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 22px;
  }
  .info-text.new {
    font-size: 18px;
  }
  .white-headline {
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 45px;
  }
  .white-headline.second {
    padding-top: 50px;
    font-size: 40px;
  }
  .conntainner-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .date {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .date.new {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .title-headline {
    margin-right: 10px;
    margin-left: 10px;
  }
  .image {
    margin-right: 0px;
    float: none;
  }
  .schedule-agenda {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .title-date {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
  }
  .title-date.second {
    margin-top: 40px;
    font-size: 14px;
  }
  .title-date._3 {
    margin-top: 110px;
    font-size: 14px;
    line-height: 23px;
  }
  .title-date._4 {
    margin-top: 91px;
    font-size: 14px;
    line-height: 23px;
  }
  .title-date._5 {
    font-size: 14px;
  }
  .line {
    height: 95px;
  }
  .line._2 {
    height: 135px;
  }
  .line._4 {
    height: 110px;
  }
  .icon-wrapper {
    width: 22%;
    margin-right: 15px;
    margin-bottom: 200px;
  }
  .icon-wrapper._3 {
    width: 35%;
  }
  .icon-wrapper._3.blue {
    width: 35%;
  }
  .speaker-name {
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
  }
  .info-about-speaker {
    height: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .date-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-section {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .title-section.small.name {
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .logo-3 {
    background-size: 139px;
  }
  .speaker {
    margin-bottom: 20px;
    text-align: left;
  }
  .paragraphcolumn {
    margin-bottom: 50px;
  }
  .div-wrapper.right {
    padding-top: 10%;
  }
  .div-wrapper.left {
    padding-top: 10%;
  }
  .div-wrapper.tre {
    text-align: center;
  }
  .exist-link {
    margin-bottom: 50px;
  }
  .violet {
    text-align: center;
  }
  .title-center {
    font-size: 25px;
    line-height: 34px;
  }
  .icon-copy {
    margin-left: 14px;
  }
  .paragraph {
    padding-right: 0px;
  }
  .title-solutions._2 {
    margin-top: 20px;
  }
  .footer-copyright {
    margin-bottom: 20px;
    text-align: center;
  }
  .button-1 {
    margin-bottom: 10px;
  }
  .column-12 {
    text-align: center;
  }
  .div-block-4 {
    padding-right: 9px;
    padding-left: 12px;
  }
  .text-block-10 {
    font-size: 16px;
  }
  .text-block-11 {
    font-size: 16px;
  }
  .text-block-12 {
    font-size: 16px;
  }
  .text-block-13 {
    font-size: 16px;
  }
  .text-block-14 {
    padding-top: 0px;
    padding-bottom: 33px;
    font-size: 16px;
  }
  .text-block-15 {
    padding-right: 15px;
    padding-left: 11px;
    font-size: 16px;
  }
  .text-block-17 {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 16px;
  }
  .text-block-17.new {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 16px;
  }
  .row-7 {
    padding-top: 0px;
  }
  .container-4 {
    padding-right: 15px;
    padding-left: 11px;
  }
  .container-5 {
    padding-right: 15px;
    padding-left: 11px;
  }
  .heading-13 {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 38px;
  }
  .text-block-21 {
    padding-right: 6px;
    padding-left: 14px;
  }
  .div-block-7 {
    padding-top: 39px;
  }
  .div-block-8 {
    padding-top: 30px;
  }
  .text-block-22 {
    font-size: 18px;
    line-height: 23px;
  }
  .row-8 {
    float: none;
  }
  .column-21 {
    position: static;
  }
  .slider {
    height: 510px;
  }
  .new-class {
    margin-top: 19px;
    padding-top: 0px;
    padding-right: 29px;
    padding-bottom: 0px;
  }
  .body {
    font-size: 22px;
  }
  .column-25 {
    padding-top: 30px;
  }
  .column-26 {
    padding-top: 30px;
  }
  .right-arrow {
    padding-top: 0px;
  }
  .text-block-24 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .column-27 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .column-28 {
    padding-top: 18px;
  }
  .column-29 {
    padding-top: 18px;
  }
  .column-30 {
    padding-top: 18px;
  }
  .image-12 {
    padding-top: 65px;
  }
  .image-13 {
    padding-top: 65px;
  }
  .image-14 {
    padding-top: 65px;
  }
  .image-15 {
    padding-top: 25px;
  }
  .div-block-19 {
    margin-bottom: 47px;
  }
  .div-block-23 {
    padding-bottom: 0px;
  }
  .heading-19 {
    font-size: 20px;
  }
  .text-block-29 {
    font-size: 14px;
  }
  .text-block-30 {
    font-size: 14px;
  }
  .text-block-31 {
    font-size: 14px;
  }
  .slide-nav.number1 {
    position: static;
    display: block;
    overflow: visible;
    margin: 0px auto;
    padding-top: 18px;
    padding-bottom: 8px;
    float: right;
    clear: none;
  }
  .div-block-31 {
    display: block;
    height: 700px;
  }
  .slider-2 {
    position: relative;
    top: -15px;
    height: 425px;
    margin-bottom: 24px;
    padding-bottom: 0px;
  }
  .column-33 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin-bottom: 67px;
    padding-bottom: 0px;
  }
  .text-block-32 {
    position: absolute;
    left: 0px;
    top: 211px;
    right: 0px;
    display: inline;
    overflow: visible;
    height: 880px;
    padding: 48px 7px 64px 13px;
    float: none;
    clear: none;
  }
  .heading-27 {
    font-size: 18px;
  }
  .image-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-19 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-38 {
    padding-bottom: 49px;
  }
  .text-block-35 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .column-39 {
    padding-top: 27px;
  }
  .column-40 {
    padding-top: 27px;
  }
  .column-41 {
    padding-top: 27px;
  }
  .column-42 {
    padding-top: 27px;
  }
  .text-block-38 {
    padding-right: 14px;
    float: left;
    font-size: 13px;
    line-height: 15px;
  }
  .image-24 {
    float: left;
  }
  .image-25 {
    float: left;
  }
  .image-26 {
    float: left;
  }
  .image-27 {
    float: left;
  }
  .row-16 {
    width: 100%;
    padding-top: 28px;
  }
  .image-32 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .text-block-40 {
    font-size: 16px;
  }
  .button-12 {
    font-size: 14px;
  }
  .text-block-42 {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .image-36 {
    float: none;
  }
  .image-37 {
    float: none;
  }
  .image-38 {
    float: none;
  }
  .row-18 {
    padding-top: 0px;
  }
  .div-block-49 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    border-bottom: 10px solid #f0f0f0;
  }
  .heading-199 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .text-block-43 {
    padding-left: 0px;
    text-align: center;
  }
  .image-40 {
    text-align: center;
  }
  .text-block-44 {
    padding-left: 17px;
    text-align: left;
  }
  .bold-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-block-45 {
    font-size: 16px;
  }
  .slider-3 {
    padding-top: 17px;
  }
  .column-46 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .column-47 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-43 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-48 {
    padding-left: 0px;
  }
  .image-44 {
    text-align: center;
  }
  .div-block-53 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-54 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-55 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-block-56 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-45 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-46 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-47 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-57 {
    padding-bottom: 25px;
  }
  .div-block-58 {
    padding-bottom: 25px;
  }
  .div-block-59 {
    padding-bottom: 25px;
  }
  .div-block-60 {
    padding-bottom: 0px;
  }
  .div-block-61 {
    padding-bottom: 25px;
  }
  .div-block-62 {
    padding-bottom: 25px;
  }
  .div-block-63 {
    padding-bottom: 25px;
  }
  .column-49 {
    height: 5px;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand-3 {
    padding-left: 0px;
  }
  .menu-button-2 {
    padding: 10px 0px 0px;
  }
  .logo1 {
    width: 130px;
  }
  .logo2 {
    width: 80px;
  }
  .logo3 {
    width: 85px;
  }
  .w-nav-brand {
    padding-left: 0px;
  }
}
