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

p {
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  color: #8e8d9b;
  font-size: 0.99vw;
  line-height: 1.7vw;
  font-weight: 300;
}

.nav-bar {
  z-index: 150;
  background-color: rgba(170, 2, 83, 0);
}

.nav-bar.style-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 13px 0 rgba(26, 51, 80, .29);
}

.nav-bar.style-1._1 {
  display: none;
}

.nav-bar.style2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  box-shadow: 1px 1px 16px 0 rgba(26, 51, 80, .15);
}

.nav-bar.style2._1 {
  display: none;
}

.nav-container {
  padding-right: 20px;
  padding-left: 20px;
}

.brand {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.nav-link {
  margin-right: 1vw;
  margin-left: 1vw;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-2 {
  padding: 5vw 10vw 3vw;
  background-color: #f0f5f4;
}

.text-block-2 {
  display: inline-block;
  padding: 0.5vw;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #eb00ff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.element-container {
  margin-bottom: 3vw;
  padding: 0vw 1.5vw 1.5vw;
}

.label-headline {
  margin-bottom: 1vw;
  border-bottom: 4px solid #eb00ff;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-zero {
  padding-right: 0px;
  padding-left: 0px;
}

.flex2 {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.flex2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex40per {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.flex40per._2fa {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.flex-expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2-7 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 28.58%;
  -ms-flex-preferred-size: 28.58%;
  flex-basis: 28.58%;
}

.flex-grid-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-bottom: 3vw;
  margin-left: 5vw;
  padding-bottom: 1px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex---main4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 481px;
  margin: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  font-family: 'Proxima nova', sans-serif;
  text-align: center;
}

.flex---main4.class-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding: 0vw 0vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex---main4.prods {
  height: auto;
  min-height: 27vw;
  padding: 2vw 2vw 3vw;
  box-shadow: none;
  opacity: 0.91;
  -webkit-transition: all 200ms cubic-bezier(.755, .05, .855, .06);
  transition: all 200ms cubic-bezier(.755, .05, .855, .06);
  text-decoration: none;
}

.flex---main4.prods:hover {
  box-shadow: none;
  opacity: 1;
}

.image-icon {
  display: block;
  width: 25vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-icon.sol {
  display: block;
  width: 15vw;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  color: #8e8d9b;
  font-size: 1vw;
  line-height: 1.6vw;
}

.paragraph.home {
  margin-bottom: 1vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: justify;
}

.paragraph.home.factstext {
  width: 70%;
  margin-top: 1vw;
  font-size: 1.4vw;
}

.class3-content {
  padding: 0vw 2vw 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19vw;
  -ms-flex: 0 0 19vw;
  flex: 0 0 19vw;
}

.button-holder3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 1vw;
}

.cta-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #5dbcff;
  color: #fff;
}

.cta-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.cta-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.42;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #1a3350;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
  color: hsla(0, 0%, 100%, .85);
}

.cta-link {
  margin-top: 0.5vw;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
}

.cta-heading {
  margin-bottom: 2vw;
}

.cta-button {
  display: block;
  height: auto;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #7f58b3;
  box-shadow: 0 6px 45px -4px rgba(74, 44, 116, .65);
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 0.99vw;
  line-height: 1vw;
  font-weight: 400;
  letter-spacing: 0.06vw;
}

.cta-button:hover {
  border-radius: 34px;
  background-color: #1a3350;
}

.cta-paragraph {
  width: 85%;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.3vw;
  font-weight: 300;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 9vw;
  background-color: #333;
  color: #fff;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .33);
}

.footer-column._11 {
  border-right-style: none;
}

.footer---heading {
  margin-bottom: 1.8vw;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 600;
  text-align: left;
}

.footer-paragraph {
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.4vw;
  font-weight: 100;
  text-align: left;
}

.footer---row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer---sub-link {
  text-align: center;
  text-decoration: none;
}

.footer---socmed {
  margin-right: 1vw;
  margin-left: 1vw;
  text-decoration: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-bottom: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
  color: #fff;
}

.footr-logo {
  width: 89px;
  margin-left: 10vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer---link {
  margin-left: 2vw;
  opacity: 0.53;
  color: #fff;
  font-size: 0.88vw;
  line-height: 0.88vw;
  font-weight: 100;
  letter-spacing: 0.05vw;
  text-decoration: none;
  text-transform: uppercase;
}

.footer---link:hover {
  font-weight: 300;
}

.footer---sub-link {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-logo {
  width: 75px;
}

.cta-pop-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(40, 62, 77, .78);
}

.cta-popup {
  display: block;
  width: 35vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.cta-popup.call {
  display: block;
}

.cta-popup.chat {
  display: block;
  padding-bottom: 1vw;
}

.cta-popup.email {
  display: block;
  width: 35vw;
}

.cta-popup.email.sms {
  display: block;
}

.cta---heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cta-pop-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36pt;
  padding: 0px 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 41px;
  background-color: #7f58b3;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-pop-button:hover {
  background-color: #1a3350;
}

.cta-pop-button._1 {
  margin-left: 7vw;
}

.cta-pop-button._2 {
  margin-right: 13vw;
  margin-left: 13vw;
}

.call-line1 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.call-line2 {
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.cta-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  padding: 0.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5dbcff;
}

.close-icon {
  width: 40px;
  height: 40px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cta-label {
  width: 9vw;
  margin-right: 2vw;
  font-size: 1vw;
  line-height: 1.1vw;
  text-align: right;
}

.cta-label.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.textarea {
  min-height: 5vw;
  margin-bottom: 1vw;
}

.chat-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.chat-div2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.chat-div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-rep-pic {
  width: 75px;
  height: 75px;
  margin: 1vw;
}

.div-block-14 {
  height: 12vw;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-line-1 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.chat-line-3 {
  display: inline-block;
  padding: 9px;
  background-color: #c8d1d8;
  font-size: 1vw;
  line-height: 1vw;
  cursor: pointer;
}

.chat-line-2 {
  color: #0dad5a;
  font-size: 1vw;
  line-height: 1.5vw;
}

.chatbox {
  margin-bottom: 0px;
  border-style: none;
  font-size: 1vw;
  line-height: 1.5vw;
}

.chat-box {
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 18%, 59%, .21);
}

.cta-call {
  display: none;
}

.cta-email {
  display: none;
}

.cta-chat {
  display: none;
}

.cta-text {
  display: none;
}

.cta-ribbon-heading {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 400;
  text-transform: none;
}

.success-message {
  background-color: #fff;
  font-size: 1vw;
  line-height: 1vw;
}

.error-message {
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 68px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-2.w--current {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav---link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 300ms cubic-bezier(.755, .05, .855, .06);
  transition: all 300ms cubic-bezier(.755, .05, .855, .06);
  font-family: 'Open Sans Condensed', sans-serif;
  color: #5dbcff;
  font-size: 1vw;
  line-height: 1vw;
  text-decoration: none;
  text-transform: uppercase;
}

.nav---link:hover {
  color: #37a5c5;
}

.nav---link.font-awesome {
  font-family: Fontawesome, sans-serif;
}

.nav---link.white {
  color: #fff;
  text-transform: uppercase;
}

.nav---link.white.dark {
  color: #333;
}

.nav---link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans Condensed', sans-serif;
  color: #5dbcff;
  font-size: 1vw;
  line-height: 1vw;
  text-decoration: none;
  text-transform: uppercase;
}

.nav---link-2:hover {
  color: #37a5c5;
}

.nav---link-2.drop {
  padding-right: 3vw;
  padding-left: 3vw;
}

.nav---link-2.white {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.nav---link-2.white:hover {
  color: #5dbcff;
  font-weight: 300;
}

.nav---link-2.white.w--current {
  font-weight: 700;
}

.nav---link-2.white.dark {
  color: #333;
}

.nav-menu-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-row-1._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog---collection--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-right: 6vw;
  margin-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .59);
}

.blog---small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog---small.blgp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog---small.blgp._1 {
  padding-left: 0vw;
}

.icon---font {
  display: inline-block;
  font-family: Fontawesome, sans-serif;
}

.icon---font.blog {
  margin-right: 10px;
}

.blog---mini {
  text-transform: uppercase;
}

.sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.blgp---hero-img {
  height: 30vw;
  background-image: url('../images/example-bg.png');
  background-position: 50% 32%;
  background-size: cover;
}

.blgc---hero-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14vw;
  margin-left: 14vw;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blgc---hero-img.line2 {
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blgc---hero-img.line2.block {
  display: none;
}

.blgc---hero-img.comment---form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blgp---date {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.blgp---blog-title {
  width: 75%;
  margin-bottom: 1vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.blgp---author-view-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blgp---auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blgp---comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blgp---comment.blgp---comment---profile-pic {
  margin-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.facebook-2 {
  width: 6vw;
}

.google-2 {
  margin-right: 0px;
}

.twitter-2 {
  margin-right: 10px;
}

.blgp---comment---head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blgp--socmed-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blgp--socmed-line.button {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog---comment {
  font-size: 0.95vw;
  line-height: 1.4vw;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blgp---1 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blgp---submit {
  margin-right: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.blgp---form---box {
  border-radius: 2px;
}

.blgp---form---box._1 {
  height: 9vw;
}

.body {
  font-family: 'Proxima nova', sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 300;
}

.icofont-metro {
  font-family: Metro, sans-serif;
  font-size: 1vw;
}

.icofont-metro.plus {
  margin-right: 0.5vw;
  font-size: 0.8vw;
}

.image-3 {
  height: 68px;
  min-height: auto;
  min-width: auto;
  margin-right: 0.5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-bar-no-white {
  display: none;
  background-color: transparent;
}

.cta-icon-metro {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Metro, sans-serif;
  font-size: 1.4vw;
}

.cta-icon-fontawe {
  margin-top: 0px;
  margin-bottom: 0.2px;
  font-family: Fontawesome, sans-serif;
  font-size: 1.6vw;
}

.form-wrapper-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-icons.font-awe {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.25;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 2.2vw;
  text-decoration: none;
}

.footer-icons.font-awe:hover {
  opacity: 1;
}

.footer-icons.font-awe:active {
  opacity: 1;
}

.form-5 {
  display: block;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.submit---metro {
  display: block;
  height: 36pt;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #37a5c5;
  font-family: Metro, sans-serif;
  font-size: 1.2vw;
}

.text-field-2 {
  width: 69%;
  height: 36pt;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-wrapper-3 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  min-width: 10vw;
}

.section {
  background-image: -webkit-linear-gradient(0deg, #3e2691, #786ecf 47%, #2cbbe0);
  background-image: linear-gradient(90deg, #3e2691, #786ecf 47%, #2cbbe0);
  color: #fff;
}

.section.goldbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d29b01;
  background-image: url('../images/card1-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section.goldbg.contacf {
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.goldbg._111 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  background-image: none;
}

.section.goldbg._2fa-color {
  background-image: -webkit-linear-gradient(0deg, #fdcd0a 73%, #fee068);
  background-image: linear-gradient(90deg, #fdcd0a 73%, #fee068);
}

.section.bg-red {
  position: relative;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  opacity: 1;
}

.section.bggreen {
  background-image: url('../images/bg2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.cognitiveautomation {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .26)), url('../images/cognitive-bg-dark1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .26)), url('../images/cognitive-bg-dark1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.authenticationapis {
  background-image: -webkit-linear-gradient(270deg, rgba(141, 113, 0, .69), rgba(89, 83, 7, .32) 29%, transparent), url('../images/svgproduct-bghero-06-06.svg');
  background-image: linear-gradient(180deg, rgba(141, 113, 0, .69), rgba(89, 83, 7, .32) 29%, transparent), url('../images/svgproduct-bghero-06-06.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.nobg {
  background-image: none;
}

.section.nobg._11111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.email-copy {
  background-image: url('../images/svgproduct-bghero-05-05.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.prodsec {
  background-image: url('../images/ProductGradientBG-02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section._12ver {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-8.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.appointment {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.instantleads {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-9.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.callmon {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-4.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-4.jpg');
  background-position: 0px 0px, 50% 62%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.masked {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-7 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  font-size: 4.5vw;
  line-height: 5vw;
}

.text-block-7.vv {
  margin-right: auto;
  margin-bottom: 0vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 700;
  text-align: left;
}

.text-block-7.vv.usecase-heading {
  padding-top: 0vw;
  padding-bottom: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: none;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38pt;
  margin-bottom: 4vw;
  padding: 0px 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #0dbedd;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  font-size: 1.3vw;
}

.button-2:hover {
  background-color: #6772e5;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.hero-subtitle {
  display: block;
  width: 70%;
  margin: 0px auto 2vw;
  font-family: 'Helvetica neue normal', sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 300;
}

.hero---main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 8vw;
  padding-bottom: 12vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/card1-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero---main.sub {
  padding-top: 5vw;
  padding-bottom: 2vw;
}

.hero---main.sub.transp {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero---main._111.main-heropage {
  padding-top: 0vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero---main.sub-copy {
  padding-top: 5vw;
  padding-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.hero---main.sub-copy.clickto {
  background-image: -webkit-linear-gradient(270deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-7.jpg');
  background-image: linear-gradient(180deg, rgba(23, 9, 146, .77), rgba(23, 9, 146, .77)), url('../images/optimized-images-7.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero---main.sub-copy.masked {
  background-image: none;
}

.hero---main.sub-copy._12ver {
  background-image: none;
}

.heromain-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.heromain-1.hero {
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-left: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heromain-1.hero._12 {
  padding: 2vw 1vw;
}

.heromain-1.hero.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.heromain-1.hero-copy {
  padding-top: 6vw;
  padding-right: 0px;
  padding-bottom: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-main1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-main1.pict {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.main-2nd-section {
  position: absolute;
  top: -8vw;
  display: block;
  width: 101%;
  height: 192px;
  background-color: transparent;
  background-image: url('../images/blue-sample.svg');
  background-position: 50% 62%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main-2nd-section.white {
  top: -12vw;
  height: 13vw;
  padding-top: 9vw;
  background-color: hsla(0, 0%, 98%, 0);
  background-image: url('../images/^711C8CD466C8203D4899C0E6D61B24BFE490401E31DD5E7A1E^pimgpsh_fullsize_distr.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-2nd-section.white.reversed {
  top: -4vw;
  background-color: hsla(0, 0%, 98%, .01);
  background-image: url('../images/^711C8CD466C8203D4899C0E6D61B24BFE490401E31DD5E7A1E^pimgpsh_fullsize_distr.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-2nd-section._2 {
  width: 100vw;
  height: 13vw;
  background-image: url('../images/curve1.png');
  background-position: 50% 50%;
  background-size: contain;
}

.main-2nd-section._2.gray {
  background-image: url('../images/curve2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.main-2nd-section._2.whait {
  background-image: url('../images/curve3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-big-text {
  display: block;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 85%;
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.paragraph-big-text.blue {
  margin-bottom: 0vw;
  padding-left: 6vw;
  color: #8e8d9b;
  font-weight: 300;
}

.part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-top: 5vw;
}

.sec2---main {
  position: relative;
  height: 65vh;
  padding-top: 3vh;
  background-color: #5dbcff;
}

.sec2---div {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .21);
}

.blue-bold {
  color: #5dbcff;
}

.sec3---main {
  position: relative;
  top: -15vw;
  margin-top: 16vw;
  padding-top: 5vw;
  padding-bottom: 15vw;
  background-color: #f6f9fc;
}

.h1---main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20vw;
  margin-bottom: 5.199999999999999vw;
  margin-left: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5dbcff;
  font-size: 3.2vw;
  line-height: 3.3vw;
  font-weight: 600;
  text-align: center;
}

.flex50per {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.flex---horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12vw;
  margin-bottom: 3vw;
  margin-left: 12vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex---horizon.ld2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

._50.left {
  padding-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

._50.right {
  padding-right: 3vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.template {
  background-color: #fff;
}

.template.nocolor {
  background-color: #f9f9f9;
}

.template.nocolor-copy {
  background-color: transparent;
}

.text-block-8 {
  margin-right: 25vw;
  margin-bottom: 10vw;
  margin-left: 25vw;
  color: #8e8d9b;
  font-size: 1.3vw;
  line-height: 1.6vw;
  font-weight: 400;
  text-align: center;
}

.text-block-8.biggertext {
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-size: 1.7vw;
  line-height: 1.9vw;
}

.sec4---main {
  position: relative;
  display: block;
  margin-top: 5vw;
  padding-top: 7vw;
  padding-bottom: 1vw;
  background-color: #fff;
}

.sec4---main.blue {
  padding-top: 12vw;
  padding-bottom: 5vw;
}

.sec4---main.blue.ldfm {
  top: -10vw;
  margin-top: -2vw;
  padding-top: 10vw;
  padding-bottom: 2vw;
}

.sec4---para {
  padding-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8e8d9b;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: justify;
}

.sec4---para.center {
  font-size: 1vw;
  line-height: 1.3vw;
  text-align: center;
}

.sec4---para.center.white {
  color: #eee;
}

.h3---main {
  padding-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1d4c78;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: left;
  text-transform: uppercase;
}

.h3---main._2fs-hd {
  margin-top: 0vw;
  margin-bottom: 4vw;
  text-align: center;
}

.sec4---link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 0.5vw;
  padding-left: 2vw;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #378ae1;
  font-size: 1vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.metro-arrow {
  font-family: Fontawesome, sans-serif;
}

.sec-5-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vw;
  padding-bottom: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #eee, #eee), -webkit-linear-gradient(0deg, #605ca6, #224d7c);
  background-image: linear-gradient(180deg, #eee, #eee), linear-gradient(90deg, #605ca6, #224d7c);
}

.heading-3 {
  font-family: 'Proxima nova', sans-serif;
  color: #1d4c78;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}

.heading-3.white {
  color: #fff;
}

.h4---main {
  margin-top: 0px;
  margin-bottom: 5vw;
  font-family: 'Proxima nova', sans-serif;
  color: #32325d;
  font-size: 1.6vw;
  font-weight: 600;
}

.h4---main.white {
  color: #fff;
}

.title---cc {
  font-family: 'Proxima nova', sans-serif;
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 600;
}

.title---cc.sub {
  font-size: 3vw;
  line-height: 3vw;
}

.title---cc.sub.cc.white {
  color: #fff;
}

.title---cc.sub-copy {
  font-size: 3vw;
  line-height: 3vw;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24.white {
  position: absolute;
  left: 0px;
  top: -46px;
  right: 0px;
  height: 46vw;
  padding: 1vw 4vw 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 4px 6px 20px -2px rgba(26, 51, 80, .53);
}

.cc-pic {
  display: block;
  width: 10vw;
  margin-right: 0px;
  margin-bottom: 0vw;
  margin-left: 0px;
  text-align: left;
}

.div-block-25 {
  display: none;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f9fc;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45pt;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #6772e5;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.3vw;
}

.text-block-9 {
  display: none;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-11 {
  width: 90%;
  margin-top: 1.5vw;
  margin-bottom: 0.7vw;
  color: #8e8d9b;
  font-size: 1vw;
  line-height: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-11.vio {
  color: #6772e5;
  text-transform: uppercase;
}

.hero---product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vw;
  padding-bottom: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero---product.cap {
  height: 26vw;
  margin-top: -0.7vw;
  padding-top: 2px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

.hero---product.cap.redcover {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.hero---product.cap.redcover.gren {
  padding-top: 10vw;
  float: none;
}

.hero---product.cap.whyus-hero {
  display: block;
  height: auto;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(26, 51, 80, .94), rgba(26, 51, 80, .94)), url('../images/whyusbg.PNG');
  background-image: linear-gradient(180deg, rgba(26, 51, 80, .94), rgba(26, 51, 80, .94)), url('../images/whyusbg.PNG');
  background-position: 0px 0px, -296px 36%;
  background-size: auto, 119vw;
  background-repeat: repeat, no-repeat;
}

.hero---product.cap.whyus-hero._111-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73vh;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-linear-gradient(0deg, #43329c, #149bba), -webkit-linear-gradient(270deg, rgba(23, 9, 146, .86), rgba(23, 9, 146, .86)), url('../images/optimized-images-5.jpg');
  background-image: linear-gradient(90deg, #43329c, #149bba), linear-gradient(180deg, rgba(23, 9, 146, .86), rgba(23, 9, 146, .86)), url('../images/optimized-images-5.jpg');
  background-position: 0px 0px, 0px 0px, 0px 36%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero---product.cap._2fa {
  display: block;
  padding-bottom: 3vw;
}

.hero---product.cap.testi {
  padding-top: 7vw;
  padding-bottom: 14vw;
}

.hero---product.cap.adjust {
  padding-top: 0px;
  padding-bottom: 0vw;
}

.smokey-gray {
  padding: 8vw 14vw 6vw;
  background-color: #f9f9f9;
}

.smokey-gray.product {
  padding-top: 7vw;
  background-color: #eee;
}

.smokey-gray.product.dblue {
  background-color: #1a3350;
  font-weight: 600;
}

.smokey-gray.product.darkgray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
}

.smokey-gray.product.one {
  position: relative;
  top: -10vw;
  padding-right: 0vw;
  padding-bottom: 6vw;
  padding-left: 0vw;
}

.smokey-gray.product.dblue-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a3350;
  font-weight: 600;
}

.smokey-gray.product.white {
  background-color: #eee9e9;
}

.smokey-gray.product.gadient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  background-image: url('../images/cloud-updateffinal-05.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.hero-title-product {
  width: 80%;
  padding-bottom: 5vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Helvetica neue light', sans-serif;
  font-size: 3.2vw;
  line-height: 3.8vw;
  font-weight: 300;
  text-align: center;
}

.hero-title-product.cark {
  color: #333;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1.3vw;
  line-height: 1.4vw;
  font-weight: 600;
}

.paragraph-6 {
  width: 65%;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.paragraph-6.cta {
  width: 80%;
  margin-bottom: 5vw;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38pt;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #6772e5;
  box-shadow: 4px 7px 14px -3px rgba(57, 62, 112, .65);
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 1.18vw;
  line-height: 1.18vw;
}

.button-4:hover {
  box-shadow: none;
}

.text-block-12 {
  width: 50%;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 100;
  text-transform: none;
}

.text-block-12.whyus-hero-white-parag {
  width: 100%;
  font-size: 1vw;
  line-height: 1.3vw;
  text-align: justify;
}

.text-block-12.white {
  width: 43%;
  color: hsla(0, 0%, 100%, .76);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 300;
}

.text-block-12.white._1 {
  width: 45%;
  text-align: center;
}

.text-block-12.white.center {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-align: center;
}

.text-block-12.white.center.dark {
  color: rgba(51, 51, 51, .79);
}

.text-block-12.white.center-copy {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  text-align: center;
}

.text-block-12.white.center-copy.dark {
  color: rgba(51, 51, 51, .81);
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-right: 2vw;
  margin-bottom: 3vw;
  margin-left: 2vw;
  padding: 4vw 3vw 2vw;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .3);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 3px 4px 16px -4px rgba(0, 0, 0, .34);
  text-align: justify;
  text-decoration: none;
}

.link-block-4:hover {
  box-shadow: none;
}

.link-block-4.noborder {
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.vv {
  margin-right: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6vw;
  -ms-flex: 0 0 6vw;
  flex: 0 0 6vw;
}

.text-block-13 {
  margin-bottom: 3vw;
  padding-top: 0px;
  padding-left: 0.3vw;
  font-family: 'Proxima nova', sans-serif;
  font-size: 1vw;
  line-height: 1.1vw;
  text-align: center;
  text-transform: uppercase;
}

.text-block-13.largertext {
  color: #1d4c78;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 700;
}

.text-block-13.white {
  color: #fff;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 700;
}

.vv---para {
  margin-top: 2vw;
  margin-right: 2vw;
  padding-left: 0.3vw;
  line-height: 1.3vw;
  text-align: left;
}

.vv---para.black {
  margin-top: 0vw;
  margin-bottom: 2vw;
  color: #333;
  font-weight: 400;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-27._2f-card {
  padding-right: 8vw;
  padding-left: 8vw;
}

.vv-box {
  margin-right: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.5vw;
  -ms-flex: 0 0 4.5vw;
  flex: 0 0 4.5vw;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a3350;
  color: #fff;
}

.heading-5 {
  margin-top: 1vw;
  margin-bottom: 7vw;
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
  text-transform: uppercase;
}

.heading-5._2-bottommargin {
  width: 69%;
  margin-bottom: 2vw;
}

.heading-5._2-bottommargin.whitevtext {
  margin-bottom: 4vw;
  color: #fff;
}

.heading-5.whitetext {
  color: #fff;
}

._2fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 2vw;
  font-size: 1.2vw;
  text-align: center;
}

._2fa---pic {
  display: block;
  width: 22vw;
  margin-bottom: 4vw;
  padding-top: 0px;
}

._2f---h4 {
  color: #37a5c5;
  font-size: 1.3vw;
  text-transform: uppercase;
}

.flex---af2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.div-block-30 {
  margin-right: 1vw;
  margin-bottom: 2vw;
  margin-left: 1vw;
  padding: 2vw 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: #eef3f6;
}

._2fa---hd {
  margin-bottom: 1.4vw;
  color: #0757a3;
  font-size: 1.1vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

._2fa---hd.lefthd {
  text-align: left;
}

._2-fa-para {
  margin-top: 1vw;
  margin-bottom: 0px;
  text-align: center;
}

._2-fa-para.leftpara {
  text-align: justify;
}

.image-6 {
  display: block;
  width: 40vw;
  height: 30vw;
  min-height: 20vw;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.whyus-hero {
  height: 450px;
  margin-top: 0vw;
  background-color: #0e5686;
}

.hero-2col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.hero-2col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.whyus-hero-blue-parag {
  color: #37a5c5;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: left;
  text-transform: none;
}

.div-block-34 {
  background-color: #0098ff;
}

.div-block-34.white {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  color: #fff;
  text-align: center;
}

.div-block-37 {
  width: auto;
  margin-right: 3vw;
  margin-left: 3vw;
  background-color: #f9f9f9;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clicktocall-left {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clicktocall-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.heading-8 {
  display: block;
  color: #5dbcff;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: left;
  text-transform: none;
}

.heading-8._3col-usecase-title {
  padding-left: 1vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1vw;
}

.heading-8._3col-usecase-title-copy {
  margin-bottom: 1vw;
  font-size: 1vw;
}

.paragraph-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: left;
  text-transform: none;
}

.paragraph-11.center {
  font-size: 1vw;
  line-height: 1.4vw;
  text-align: center;
}

.paragraph-11.center._3 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 5vw;
  margin-left: auto;
}

.div-block-39 {
  height: 450px;
  background-image: url('../images/call-tracking-ui.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-39.cllicktocall-img {
  background-image: url('../images/call-to-action-ui.png');
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 2vw 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.div-block-42 {
  padding-top: 7vw;
  padding-bottom: 7vw;
  background-color: #eee;
}

.heading-9 {
  padding-top: 5vw;
  padding-bottom: 5vw;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
}

.uses-cases-temp {
  display: block;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-right: 15vw;
  margin-left: 15vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-43.fieldtype {
  width: 100%;
  margin-right: 0vw;
  margin-left: 0vw;
}

.div-block-44 {
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-44.ge {
  padding-right: 0vw;
  padding-left: 0vw;
}

.heading-10 {
  color: #1d4c78;
  font-size: 1.6vw;
  line-height: 1.8vw;
  text-align: center;
}

.div-block-45 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.div-block-45.ewe {
  padding-right: 5vw;
  padding-bottom: 6vw;
  padding-left: 5vw;
}

.submit-button-3 {
  float: right;
  background-color: #7f58b3;
}

.text-field-3 {
  width: 100%;
}

.text-field-4 {
  width: 100%;
}

.heading-11 {
  padding-top: 3vw;
  padding-bottom: 3vw;
  color: #1d4c78;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-align: center;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37a5c5;
}

.div-block-46.move {
  padding-top: 5vw;
}

.paragraph-12 {
  color: #fff;
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: center;
}

.paragraph-12._12ver-par {
  display: none;
}

.paragraph-12.spave {
  margin-bottom: 0.7vw;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-transform: uppercase;
}

.paragraph-12.move {
  margin-top: 1vw;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 89px;
  background-color: #7f58b3;
  box-shadow: 4px 4px 7px 0 rgba(57, 62, 112, .65);
  font-size: 1vw;
  line-height: 1vw;
  text-align: center;
}

.button-5._1 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0098ff;
}

.div-block-48._2colblock {
  padding: 1vw;
  background-color: #fff;
}

.div-block-48._2colblock.lit {
  background-color: #eef3f6;
}

.heading-12 {
  padding-top: 4vw;
  padding-bottom: 4vw;
  color: #1a3350;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
}

.div-block-49 {
  padding-top: 2vw;
  padding-bottom: 7vw;
  background-color: #eee;
}

.div-block-49.whitev {
  padding-right: 17vw;
  padding-bottom: 2vw;
  padding-left: 17vw;
  background-color: #fff;
}

.div-block-49.sidemarging {
  padding-right: 19vw;
  padding-bottom: 7vw;
  padding-left: 19vw;
}

.div-block-49._111 {
  padding: 5vw 0vw 4vw;
}

.div-block-49.sidemarging-copy {
  padding-right: 19vw;
  padding-bottom: 7vw;
  padding-left: 19vw;
  background-color: #fff;
}

.div-block-49._111-copy {
  padding: 5vw 0vw 4vw;
}

.div-block-50 {
  background-color: #37a5c5;
}

.text-span {
  color: #1a3350;
}

.list-item {
  color: #8e8d9b;
  text-transform: none;
}

.unordered-list {
  text-align: left;
}

.login-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/card1-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
}

.heading-13 {
  color: #fff5f5;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.field-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.field-label-3 {
  color: #fff;
}

.link-2 {
  float: right;
  color: #fff;
  text-decoration: none;
}

.form-6 {
  width: 260px;
}

.submit-button-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.sign-in-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  margin-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 600;
  text-align: center;
}

.sign-in-hd.login {
  margin-bottom: 1vw;
}

.form-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 45%;
  margin-bottom: 0px;
  padding: 2vw 0vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.text-field-5 {
  width: 40%;
  height: 2.6vw;
  margin-bottom: 0px;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #fff;
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.field-label-4 {
  padding-right: 1vw;
  float: left;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
  text-align: right;
}

.field-label-4.checklabel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.1vw;
  text-align: left;
}

.field-label-4.center {
  padding-right: 0vw;
  text-align: center;
}

.formline-signin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 1.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #5dbcff;
  font-size: 1.6vw;
  line-height: 1.6vw;
  text-transform: uppercase;
}

.paragraph-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: center;
}

.paragraph-14.small {
  width: 89%;
}

.paragraph-17 {
  margin-bottom: 0vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, .22);
  font-size: 0.99vw;
  line-height: 0.99vw;
  text-align: center;
}

.paragraph-17.no-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.paragraph-17.compress {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-57 {
  padding-top: 6vw;
  padding-bottom: 9vw;
  padding-left: 5vw;
}

.contact-form-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 21vw;
  margin-left: 21vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 9px;
  box-shadow: 8px 8px 50px 0 rgba(0, 0, 0, .11);
}

.div-block-61 {
  padding: 3vw 2vw auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #37a5c5;
}

.paragraph-20 {
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.paragraph-20._2ndp {
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-size: 0.99rem;
}

.paragraph-20.smalltextwhite {
  color: #fff;
}

.paragraph-20.smalltextwhite.callus {
  margin-top: 3vw;
}

.paragraph-20.smalltextwhite.followus {
  margin-top: 3vw;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-63 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label-7 {
  font-size: 0.99rem;
  line-height: 1rem;
}

.submit-button-6 {
  height: 45px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 65px;
  background-color: #37a5c5;
  font-size: 0.99vw;
  line-height: 1vw;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.3vw;
  margin-top: -0.5vw;
  padding-left: 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.paragraph-21 {
  margin-right: 0.5vw;
  margin-bottom: 0px;
  margin-left: 0.5vw;
  font-size: 1rem;
  line-height: 1.3rem;
}

.link-4 {
  color: #fffdfd;
  text-decoration: none;
  text-transform: none;
}

.heroblock-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  margin-left: 3vw;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 9px;
  background-color: #eee;
}

.div-block-67.rounded {
  border-radius: 9px;
  font-size: 0.99vw;
}

.div-block-67.roundedblue {
  margin-right: 3vw;
  margin-left: 3vw;
  border-radius: 9px;
  background-color: #5dbcff;
}

.div-block-67.notrounded {
  border-radius: 0px;
}

.div-block-68 {
  display: block;
  padding-top: 2vw;
  text-align: center;
}

.div-block-68.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-bg {
  padding: 3vw 6vw;
  color: #1a3350;
}

.dark-bg.authy-margin {
  padding-right: 7vw;
  padding-left: 7vw;
}

._2fa-3col-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #5dbcff;
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-align: center;
}

._2fa-3col-title._2fa-leftaligned-title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

._2fa-title {
  padding-top: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1d4c78;
  font-size: 0.99vw;
  line-height: 20px;
  text-align: center;
}

._2fa-title._2fa-title-white {
  color: #fff;
  font-size: 0.99vw;
  line-height: 1.3rem;
}

._2fa-title.left-aligned {
  width: 75%;
  margin-bottom: 2vw;
  text-align: left;
}

._2fa-title.left-aligned.api {
  font-size: 1.4vw;
  line-height: 1.5vw;
}

._2fa-title.cta {
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #1d4c78;
  font-size: 1.1vw;
  line-height: 1.1vw;
  font-weight: 600;
}

._2fa-paragraph {
  display: block;
  width: 75%;
  padding: 1.2rem 4.5rem 0.5rem;
  font-size: 1vw;
  line-height: 1.4vw;
}

._2fa-paragraph._2fa-parag-white {
  padding-right: 0vw;
  padding-left: 0vw;
  color: #fff;
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: center;
}

._2fa-paragraph.white {
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center;
}

._2fa-paragraph.api {
  padding-right: 0vw;
  padding-left: 0vw;
}

._2fa-paragraph.center {
  margin-bottom: -4vw;
  border-top: 1px solid rgba(51, 51, 51, .23);
  color: #333;
  text-align: center;
}

._2fa-3col-paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: center;
}

._2fa-3col-paragraph._2fa-leftalinged-parag {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

._2fa-3col-paragraph.cta {
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 0.99vw;
  line-height: 1.3vw;
}

.darkblue-block {
  padding-bottom: 3vw;
  background-color: #1a3350;
}

.darkblue-block.authymargin {
  padding: 3vw 7vw 5vw;
}

._2fa-main-heading {
  color: #000;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 700;
  text-transform: uppercase;
}

._2fa-main-heading.white {
  color: #fff;
}

._2fa-main-heading.ctahd {
  margin-top: 0px;
  margin-bottom: 4vw;
  font-size: 1.2vw;
  line-height: 1.3vw;
  font-weight: 400;
  text-align: center;
}

._2fa-main-heading._2fahd {
  margin-top: 0px;
  margin-bottom: 3vw;
  color: #1d4c78;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 700;
  text-align: center;
}

._2fa-main-heading._2fahd.white {
  color: #fff;
}

._2fa-main-heading.authy {
  margin-bottom: 2.5vw;
}

._2fa-main-paragraph {
  width: 43vw;
  font-size: 1vw;
  line-height: 1.4vw;
}

.button-6 {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 1vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #5dbcff;
  box-shadow: 4px 4px 7px 0 rgba(57, 62, 112, .65);
  font-size: 1vw;
  line-height: 1vw;
  text-transform: uppercase;
}

.button-6:hover {
  box-shadow: none;
}

.button-6.move {
  height: auto;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-6.move._2favio {
  background-color: #4fccd1;
}

.button-6.cta {
  width: 18vw;
  height: auto;
  margin-top: 2vw;
  padding: 11px 15px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 66px;
  box-shadow: none;
  font-size: 1vw;
  line-height: 1.3vw;
  text-transform: none;
}

.button-6.not-rounded {
  width: 20%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  text-align: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-24 {
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eee;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 45%;
  -webkit-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
}

.div-block-71.apibox {
  padding-top: 5vw;
  padding-right: 0vw;
  padding-left: 8vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-72 {
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  background-color: #f8cc00;
}

.tab-link {
  background-color: #1a3350;
}

.tab-link.w--current {
  background-color: #37a5c5;
}

.tab-link-2 {
  background-color: #f8cc00;
}

.tab-link-2.w--current {
  background-color: #49cbd5;
}

.tab-link-3 {
  background-color: #f8cc00;
}

.tab-link-3.w--current {
  background-color: #37a5c5;
}

.text-block-14 {
  color: #fff;
}

.text-block-15 {
  color: #fff;
}

.text-block-16 {
  color: #fff;
}

.div-block-73 {
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #37a5c5;
}

.div-block-73.darkblue-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-73.darkblue-block.ddark {
  background-color: #d6bf18;
}

.link-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

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

.text-span-2:hover {
  color: #5dbcff;
}

.text-span-2.light-gray {
  color: hsla(0, 2%, 64%, .5);
}

.text-span-3 {
  color: #1a3350;
}

.text-span-3.white {
  color: #fff;
}

.tabs-2 {
  width: 36vw;
  height: auto;
  border: 1px solid #c5c4c4;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-74.licta {
  padding: 0vw 1vw;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-75.edge {
  padding-right: 2vw;
  padding-left: 2vw;
}

.image-8 {
  width: 6.9vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-77 {
  padding-top: 5vw;
}

.div-block-77.light-gray {
  padding: 6vw 9vw;
  background-color: #eee;
  font-size: 1px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-81.rev {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._2fa-2col-paragraph {
  font-size: 0.99vw;
  line-height: 1.3vw;
  text-align: justify;
}

._2fa-2col-paragraph.white {
  color: #fff;
}

.unordered-list-2.white {
  color: #fff;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.table-header.skyblue {
  background-color: #49cbd5;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8vw;
  line-height: 1.5vw;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .56);
  background-color: #fff;
  text-align: left;
}

.div-block-88.left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0.5vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-align: center;
}

.paragraph-26.left-aligned {
  margin-bottom: 0px;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-align: left;
}

.paragraph-26.white {
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.2vw;
}

.paragraph-26.white.invisible {
  color: #49cbd5;
}

.paragraph-26.invisible {
  color: #fff;
}

.image-9 {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .5);
}

.div-block-91 {
  margin-right: 5vw;
  margin-left: 5vw;
}

.div-block-92 {
  padding-left: 2vw;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .05);
  background-color: #f8cc00;
}

.heading-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5vw;
  padding-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a3350;
  font-size: 1.6vw;
  line-height: 2vw;
}

.paragraph-27 {
  padding-top: 2vw;
  padding-left: 5vw;
  font-size: 0.99vw;
}

.pricing-table {
  background-color: #eee;
}

.pricing-table.white {
  background-color: #fff;
}

.div-block-96 {
  position: relative;
  top: -5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-97.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-13 {
  position: relative;
  top: -10vw;
  right: 5vw;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-14 {
  position: relative;
  left: 5vw;
  top: -13vw;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-15 {
  position: relative;
  top: -10vw;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-98 {
  padding: 4vw 14vw;
}

.div-block-98.bg {
  background-image: -webkit-linear-gradient(270deg, #eee, #eee);
  background-image: linear-gradient(180deg, #eee, #eee);
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-99.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cc50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.cc50.pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc50.ccpara {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cc50.ccpara.lefy {
  padding-left: 9vw;
}

.cc50.ccpara.rigy {
  padding-right: 8vw;
}

.cchd {
  margin-bottom: 1vw;
  color: #7f58b3;
  font-size: 1.6vw;
  line-height: 2vw;
}

.text-block-17 {
  color: rgba(51, 51, 51, .7);
  font-size: 1.35vw;
  line-height: 1.6vw;
}

.ccparag {
  margin-bottom: 0vw;
  line-height: 1.3vw;
  text-align: justify;
}

.heroliz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9vw;
  padding-bottom: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9f9f9;
}

.heroliz.product-add {
  height: auto;
  padding-top: 0vw;
  padding-bottom: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h3-vv {
  margin-top: 0px;
  margin-bottom: 0.7vw;
  color: #383838;
  font-size: 1.6vw;
  line-height: 1.5vw;
}

.h3-vv.red1 {
  color: #e80012;
}

.h3-vv.red1.orange {
  color: #ea9c42;
}

.h3-vv.red2 {
  color: #e80012;
}

.h3-vv.red2.orange {
  color: #ea9c42;
}

.h3-vv.red3 {
  color: #e80012;
}

.h3-vv.red4 {
  color: #e80012;
}

.h3-vv.red5 {
  color: #e80012;
}

.h3-vv.red6 {
  color: #e80012;
}

.h3-vv.red7 {
  color: #e80012;
}

.h3-vv.green1 {
  color: #49ab17;
}

.h3-vv.green2 {
  color: #329400;
}

.h3-vv.green3 {
  color: #1b7d00;
}

.h3-vv.green4 {
  color: #046600;
}

.text-block-18 {
  display: inline-block;
  margin-bottom: 1vw;
  color: #363636;
  font-size: 0.9vw;
  line-height: 0.9vw;
}

.text-block-18.red1 {
  color: #e80012;
}

.text-block-18.red2 {
  color: #e80012;
}

.text-block-18.red3 {
  color: #e80012;
}

.text-block-18.red4 {
  color: #e80012;
}

.text-block-18.red5 {
  color: #e80012;
}

.text-block-18.red6 {
  color: #e80012;
}

.text-block-18.red7 {
  color: #e80012;
}

.text-block-18.green1 {
  color: #49ab17;
}

.text-block-18.green2 {
  color: #329400;
}

.text-block-18.green3 {
  color: #1b7d00;
}

.text-block-18.green4 {
  color: #046600;
}

.text-block-18.invi {
  opacity: 0;
  color: #670000;
}

.text-block-18.orange1 {
  color: #ea9c42;
}

.paragraph-28 {
  line-height: 1.3vw;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-29 {
  margin-right: 2vw;
  margin-bottom: 3vw;
  margin-left: 2vw;
  padding: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  border: 1px solid #eee;
  background-color: transparent;
  line-height: 1.3vw;
  text-align: left;
}

.paragraph-29:hover {
  background-color: #1a3350;
  color: #fff;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-field {
  display: block;
  width: 75%;
  margin: 1vw auto 0.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.checkbox-field.half {
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  padding: 1vw;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-30 {
  width: 50%;
  text-align: center;
}

.paragraph-30.para {
  display: block;
  width: 75%;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
}

.div-block-104 {
  margin-top: 5vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-104.emailsoftwareoffer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-105 {
  padding: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-31 {
  margin-top: 1vw;
  color: #333;
  font-size: 0.99vw;
  text-align: center;
}

.paragraph-31.whitevtext {
  color: #fff;
}

.div3col {
  display: block;
  width: 81%;
  min-height: 29vw;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, .31);
}

.div3col.ca {
  min-height: 23vw;
}

.div3col.email-size {
  min-height: 28vw;
}

._3col-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2vw 2vw 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._3col-title-cognitiveauto {
  margin-top: 1vw;
  margin-bottom: 1vw;
  color: #4ccbd2;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

._3col-title-cognitiveauto.purple {
  color: #8c66d9;
  font-size: 0.97vw;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

._3col-title-cognitiveauto.purple.blue {
  color: #0757a3;
}

.paragraph-32 {
  text-align: center;
}

.paragraph-32.usecase {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-32.usecase.center {
  text-align: center;
}

.img-size {
  display: block;
  width: 15vw;
  margin-right: auto;
  margin-left: auto;
}

.space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78vw;
  margin-bottom: 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tb---col---3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.tb---col---3.email-cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.usecase-list {
  padding-left: 22px;
  color: transparent;
}

.cta-textblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  padding-right: 24vw;
  padding-left: 24vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Proxima nova', sans-serif;
  color: #1d4c78;
  font-size: 2vw;
  line-height: 2.5vw;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.4px;
  text-transform: none;
}

.cta-textblock.darkbg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #242e3a;
  color: #5dbcff;
}

.div-block-109 {
  background-color: #44667e;
}

.subtitle-product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-transform: none;
}

.subtitle-product-item.left {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.subtitle-product-item.left.cus {
  width: 50%;
  color: #43329c;
  font-size: 1.6vw;
  font-weight: 600;
}

.subtitle-product-item._111111 {
  margin-top: 4vw;
}

.heading-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 6vw;
  margin-top: 0px;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 5.7vw;
  line-height: 6vw;
  text-transform: uppercase;
}

.heading-21.left {
  margin-top: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-21.left.cus {
  width: 100%;
  color: #43329c;
}

.heading-21._111 {
  height: auto;
  margin-top: 16vw;
}

.signin-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.signin-line2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.signin-line2-copy.top-margin {
  margin-top: 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.signin-line2-copy.top-margin.center {
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signin-line2-copy.center {
  width: 70%;
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  margin-right: 1vw;
}

.image-17 {
  width: 10vw;
  min-width: 5vw;
  margin-bottom: 2vw;
}

.link-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: hsla(0, 0%, 100%, .45);
  font-size: 1vw;
  line-height: 1.1vw;
  text-decoration: none;
}

.link-6.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, .45);
}

.link-6.line {
  margin-top: 1vw;
  color: hsla(0, 0%, 100%, .45);
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-110.half {
  width: 70%;
  margin-bottom: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13vw;
  padding: 0px 12vw 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 15px 15px 3px 0 rgba(51, 92, 121, .72);
}

.div-block-112 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.div-block-113 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 26vw;
  margin: 0vw 1vw 1vw;
  padding: 7vw 2vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5vw;
  background-color: #eee;
  box-shadow: 0 5px 36px 1px rgba(45, 89, 119, .35);
}

.image-18 {
  position: absolute;
  left: 5vw;
  top: -8vw;
  right: 4.5px;
  bottom: 0px;
  width: 12vw;
  border-radius: 57vw;
  background-color: #5dbcff;
  box-shadow: 0 4px 50px -1px rgba(33, 89, 129, .43);
}

.div-block-114 {
  background-image: url('../images/card1-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div3col-copy {
  display: block;
  width: 81%;
  min-height: 16vw;
  padding: 0vw 2vw 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9px;
  text-decoration: none;
}

.div3col-copy:hover {
  border-color: rgba(1, 80, 155, .6);
}

.usecase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.regular-bar {
  position: relative;
}

.fixed-bars {
  display: none;
}

.text-span3 {
  color: #d6bf18;
  text-decoration: none;
}

.text-span3:hover {
  color: #5dbcff;
}

.div-block-116 {
  display: block;
  height: 4.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._2fz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2fz-container.dblue {
  background-color: #1a3350;
}

._2fz-container.grey {
  background-color: #eee;
}

.form-block {
  padding: 0vw 3vw 3vw 6vw;
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  background-color: #fff;
}

.div-block-117 {
  position: static;
  top: -3vw;
  height: 46vw;
  padding-top: 5vw;
}

.textarea-3 {
  width: 100%;
  min-height: 5vw;
  margin-bottom: 1vw;
  border-radius: 3px;
}

.text-field-6 {
  width: 80%;
  border-radius: 3px;
}

.important-text-7 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
}

.list-item-2 {
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vw 4vw 0.5vw 7vw;
  background-color: rgba(207, 216, 230, .31);
}

.section-2.voiceandvideo {
  background-color: rgba(97, 5, 5, .88);
  background-image: -webkit-linear-gradient(0deg, #720808, #ed3343 0%, #f9cb3d);
  background-image: linear-gradient(90deg, #720808, #ed3343 0%, #f9cb3d);
}

.section-2.messagingbr {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #6dbc45, #f4ca3d);
  background-image: linear-gradient(90deg, #6dbc45, #f4ca3d);
}

.section-2.emailblock {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #6351e1, #b693ca);
  background-image: linear-gradient(90deg, #6351e1, #b693ca);
}

.section-2.cognitiveblock {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #4e4d9d, #c4389b 25%, #e94552 50%, #fad348 76%, #3eb264);
  background-image: linear-gradient(90deg, #4e4d9d, #c4389b 25%, #e94552 50%, #fad348 76%, #3eb264);
}

.section-2.autblock {
  background-color: transparent;
  background-image: -webkit-linear-gradient(0deg, #19cbd4, #feeb72 47%);
  background-image: linear-gradient(90deg, #19cbd4, #feeb72 47%);
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3vw 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, .05);
  background-color: transparent;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  color: #b3b8be;
  font-size: 0.9vw;
  line-height: 1.3vw;
  text-decoration: none;
}

.link-block-5:hover {
  box-shadow: 1px 4px 24px 2px rgba(143, 162, 192, .53);
}

.link-block-5.w--current {
  position: relative;
  z-index: 20;
  box-shadow: 5px 5px 10px -5px #646d7c;
  color: hsla(217, 8%, 44%, .66);
  font-weight: 700;
}

.link-block-5.dropdown {
  padding-right: 2.3vw;
}

.icon-2 {
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-2.white {
  color: #fff;
}

.dropdown-list-2.w--open {
  box-shadow: 7px 7px 50px 0 rgba(0, 0, 0, .09);
}

.bd-dropdowlink {
  padding: 0.3vw 1vw;
  background-color: #cfd8e6;
  color: #676e79;
  font-size: 0.9rem;
  line-height: 1.5vw;
  text-transform: capitalize;
}

.bd-dropdowlink:hover {
  background-color: #676e79;
  color: #fff;
}

.body-4 {
  background-color: #1d4c78;
}

.navbar-holder {
  position: relative;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #43329c, #149bba);
  background-image: linear-gradient(90deg, #43329c, #149bba);
}

.navbar-holder.white {
  background-color: #fff;
  background-image: none;
}

.navbar {
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  min-height: 68px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navs {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

.navs.mainnav {
  background-color: transparent;
  background-image: none;
}

.navbar-small-dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navs-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8888;
  display: none;
  width: 100%;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #1a3350;
}

.product-hd {
  display: block;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 700;
  text-transform: none;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-subhd {
  display: block;
  margin-top: 0px;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-transform: none;
}

.heading-11-copy {
  display: block;
  width: 80%;
  margin: 0px auto;
  padding-top: 0vw;
  padding-bottom: 3vw;
  color: #1d4c78;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-align: center;
}

.heading-11-copy.withgreen {
  width: 100%;
  margin-bottom: 3vw;
  padding-bottom: 0vw;
  background-color: #49ab17;
  color: #fff;
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-11-copy-copy {
  margin-top: 0px;
  padding-top: 0vw;
  padding-bottom: 0vw;
  color: #1d4c78;
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-align: left;
}

.link-8 {
  color: hsla(0, 0%, 100%, .42);
}

.link-9 {
  padding-left: 1.5vw;
  color: hsla(0, 0%, 100%, .65);
}

.container-sec {
  margin: 3vw 8vw;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.link {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #34c1dc;
  font-size: 0.99vw;
  line-height: 1.33vw;
}

.div-block-41-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-bottom: 2vw;
  margin-left: 1vw;
  padding: 2vw 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.33%;
  -ms-flex: 0 0 29.33%;
  flex: 0 0 29.33%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: #fff;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-41-cocopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-bottom: 2vw;
  margin-left: 1vw;
  padding: 2vw 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: #fff;
}

.text-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-top: 0.5vw;
  margin-bottom: 1.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(244, 7%, 58%, .17);
  color: rgba(51, 51, 51, .68);
  font-size: 1.4vw;
  line-height: 2vw;
}

.link-big {
  color: #f8cc00;
  text-decoration: none;
}

.product-subhd-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.9vw;
  line-height: 2.6vw;
  font-weight: 400;
  text-transform: none;
}

.navbig {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8888;
  display: none;
  width: 76vw;
  margin-top: 4.25vw;
  margin-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafdff;
  box-shadow: 0 7px 24px 6px rgba(0, 0, 0, .23);
}

.navb-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.navb-col.gray {
  background-color: #f0f3f7;
  background-image: -webkit-linear-gradient(135deg, #7f58b3, #6772e5);
  background-image: linear-gradient(315deg, #7f58b3, #6772e5);
  box-shadow: 0 0 22px 0 #333;
}

.nav-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navb-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vw;
  padding-left: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .73);
  font-size: 0.87vw;
  line-height: 1vw;
  text-decoration: none;
}

.navb-link:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.navb-link.lv1 {
  font-size: 1vw;
  font-weight: 800;
}

.navb-link.lv2 {
  color: #6772e5;
  font-size: 0.95vw;
  font-weight: 600;
}

.navb-link.special {
  height: 3vw;
  margin-top: 1vw;
  margin-right: 2vw;
  margin-left: 2vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #6772e5;
  background-image: -webkit-linear-gradient(106deg, #7f58b3, #6772e5 54%);
  background-image: linear-gradient(344deg, #7f58b3, #6772e5 54%);
  color: #fff;
  font-weight: 700;
}

.navb-link.special:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navb-link.lv0 {
  color: #fff;
  font-size: 0.95vw;
  font-weight: 600;
}

.navb-link.lv04 {
  color: hsla(0, 0%, 100%, .73);
}

.navb-divider {
  height: 2px;
  margin: 1vw 2vw;
  background-color: hsla(0, 0%, 41%, .23);
}

.navb-divider.wit {
  background-color: hsla(0, 0%, 100%, .23);
}

.important-text-8 {
  font-size: 1rem;
}

.div-block-127 {
  position: relative;
  top: -13vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 0vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-24 {
  position: static;
  top: -13vw;
  z-index: 9;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: rgba(51, 51, 51, .55);
  font-size: 2vw;
  line-height: 2.2vw;
  font-weight: 400;
  text-align: center;
}

.cloudcol {
  position: static;
  top: -10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 0vw;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cloudcol._2ndcc {
  position: relative;
  top: -5vw;
  background-color: #fff;
}

.cloudcol._2ndcc.cloud1 {
  position: static;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1vw 2vw;
  padding: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #7f58b3;
  font-size: 1.3vw;
  line-height: 1.4vw;
  font-weight: 700;
  text-align: center;
}

.heading-24.white {
  color: #fff;
}

.paragraph-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2vw;
  text-align: center;
}

.paragraph-33.ccparag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3vw;
  line-height: 1.8vw;
  text-align: left;
}

.paragraph-33.cc1 {
  text-align: center;
}

.paragraph-33.cc1.white {
  color: #fff;
  text-align: center;
}

.paragraph-33.cc1.hidden {
  color: #f9f9f9;
}

.paragraph-33.white {
  color: #f5f5f6;
}

.image-25 {
  width: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.div-block-131 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-131.textleft {
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.div-block-131.imageright {
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
}

.paragraph-34 {
  font-size: 1.19vw;
  line-height: 1.5vw;
  text-align: justify;
}

.image-28 {
  position: relative;
  top: -5vw;
  width: auto;
}

.text-block-21 {
  color: #fff;
}

.text-block-22 {
  color: #fff;
}

.text-block-23 {
  color: #fff;
}

.text-block-24 {
  color: #fff;
}

.text-block-25 {
  color: #fff;
}

.text-block-26 {
  color: #fff;
}

.text-block-27 {
  color: #fff;
}

.widget-group {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 31vw;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
  background-color: #fff;
  box-shadow: 0 4px 22px -3px rgba(89, 90, 99, .97);
}

.widget-group.hide {
  display: none;
}

.widget-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget---head {
  position: relative;
  width: 100%;
  height: 3vw;
  background-image: -webkit-linear-gradient(0deg, #6772e5, #6a75ea);
  background-image: linear-gradient(90deg, #6772e5, #6a75ea);
}

.widget---head.voice {
  background-image: -webkit-linear-gradient(270deg, #e80014, #e80014);
  background-image: linear-gradient(180deg, #e80014, #e80014);
}

.widget---head.opt-voice {
  border-left: 9px solid #e80014;
  background-color: #fff;
  background-image: none;
}

.widget---head.msg {
  background-image: -webkit-linear-gradient(270deg, #49ab17, #49ab17);
  background-image: linear-gradient(180deg, #49ab17, #49ab17);
}

.widget---head.opt-msg {
  border-left: 9px solid #49ab17;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---fb2 {
  border-left: 9px solid #4867aa;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---line {
  border-left: 9px solid #47d144;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---watap {
  border-left: 9px solid #51be45;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---wecht {
  border-left: 9px solid #40cd00;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---viber {
  border-left: 9px solid #675dae;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---fb-copy {
  border-left: 9px solid #2f7bff;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---ym {
  border-left: 9px solid #5824ca;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---kao {
  border-left: 9px solid #3aa9e7;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---skp {
  border-left: 9px solid #3aa9e7;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---kik {
  border-left: 9px solid #77d100;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---gg {
  border-left: 9px solid #129b58;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---sc {
  border-left: 9px solid #fdfb00;
  background-color: #fff;
  background-image: none;
}

.widget---head.video {
  background-image: -webkit-linear-gradient(270deg, #ef9300, #ef9300);
  background-image: linear-gradient(180deg, #ef9300, #ef9300);
}

.widget---head.opt-video {
  border-left: 9px solid #ef9300;
  background-color: #fff;
  background-image: none;
}

.widget---head.email {
  background-image: -webkit-linear-gradient(270deg, #5946da, #5946da);
  background-image: linear-gradient(180deg, #5946da, #5946da);
}

.widget---head.opt-email {
  border-left: 9px solid #5946da;
  background-color: #fff;
  background-image: none;
}

.widget---head.soc {
  background-image: -webkit-linear-gradient(270deg, #378ae1, #378ae1);
  background-image: linear-gradient(180deg, #378ae1, #378ae1);
}

.widget---head.s---pin {
  border-left: 9px solid #cc2028;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---tw {
  border-left: 9px solid #1da1f2;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---in {
  border-left: 9px solid #1080ba;
  background-color: #fff;
  background-image: none;
}

.widget---head.s---ins {
  border-left: 9px solid #d31293;
  background-color: #fff;
  background-image: none;
}

.widget---head.s--ka {
  border-left: 9px solid #eed911;
  background-color: #fff;
  background-image: none;
}

.widget---block {
  position: relative;
  width: 100%;
  height: 4.5vw;
  background-image: none;
}

.widget---block.button {
  height: 3vw;
  cursor: pointer;
}

.widget---close {
  position: relative;
  width: 100%;
  height: 4vw;
  cursor: pointer;
}

.widget---body {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.wid-hd-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
}

.wid-hd-txt.white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
}

.wid-hd-txt.grey {
  color: #41526e;
  font-weight: 400;
}

.wid-hd-txt.sa---fb {
  color: #41526e;
  font-weight: 400;
}

.wid-butt-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 100%;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wid-butt-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 100%;
  padding-right: 1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wid-ch-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #41526e;
  font-size: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.wid-ch-txt.green {
  background-image: none;
}

.wid-ch-txt.green:hover {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.green:active {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.purp {
  background-image: none;
}

.wid-ch-txt.purp:hover {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8), -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8), linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.purp:active {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8), -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8), linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-ch-txt.blue {
  background-image: none;
}

.wid-ch-txt.blue:hover {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-ch-txt.blue:active {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-ch-txt.hum {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.wid-ch-txt.hum:hover {
  margin-bottom: 1px;
  padding-right: 15%;
}

.wud-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 1vw;
  margin-left: 1.7vw;
}

.wid-home {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9100;
  display: block;
}

.wid-home.hide {
  display: none;
}

.wid-opt-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  color: #4d4c4c;
  font-size: 0.92vw;
  font-weight: 400;
  text-transform: none;
}

.wid-opt-txt.red {
  background-image: none;
}

.wid-opt-txt.red:hover {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.red:active {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.red.stay {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-txt.green {
  background-image: none;
}

.wid-opt-txt.green:hover {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green:active {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green.stay {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-txt.green.stay-copy {
  padding-right: 0.5vw;
  padding-left: 5vw;
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
  text-align: left;
}

.wid-opt-txt.orange {
  background-image: none;
}

.wid-opt-txt.orange:hover {
  background-image: -webkit-linear-gradient(270deg, #f5cda5, #f5cda5);
  background-image: linear-gradient(180deg, #f5cda5, #f5cda5);
}

.wid-opt-txt.orange:active {
  background-image: -webkit-linear-gradient(270deg, #f5cda5, #f5cda5);
  background-image: linear-gradient(180deg, #f5cda5, #f5cda5);
}

.wid-opt-txt.purple {
  background-image: none;
}

.wid-opt-txt.purple:hover {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.wid-opt-txt.purple:active {
  background-image: none;
}

.wid-opt-txt.blue {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-opt-txt.hd {
  background-image: -webkit-linear-gradient(270deg, #f7f7f7, #fff);
  background-image: linear-gradient(180deg, #f7f7f7, #fff);
  color: #49ab17;
  font-weight: 600;
}

.wid-opt-txt.purp {
  background-image: -webkit-linear-gradient(270deg, #f7f7f7, #fff);
  background-image: linear-gradient(180deg, #f7f7f7, #fff);
  color: #6772e5;
  font-weight: 600;
}

.wd-fn-icon {
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.5vw;
}

.wd-fn-icon.purple {
  color: #6772e5;
  font-size: 1.4vw;
}

.wd-fn-icon.gray {
  color: #6f8695;
}

.wid-close-txt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.5;
  color: #41526e;
  font-size: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.wid-close-txt:hover {
  opacity: 0.8;
}

.wid-butt-close {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 0.9vw;
  padding-left: 5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wid-butt-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
}

.wid-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-136 {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.text-block-28 {
  font-size: 0.9vw;
}

.tog-on-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-1.hide {
  display: none;
}

.wd-icon {
  margin-bottom: 4px;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.wd-icon.red {
  color: #e80014;
}

.wd-icon.org {
  color: #ef9300;
}

.tog-off-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-2.hide {
  display: none;
}

.tog-off-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-4.hide {
  display: none;
}

.tog-off-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.wid-number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  color: #6f8695;
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.div-block-137 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dialpad {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-138 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.text-block-29 {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.3vw;
  line-height: 1.8vw;
}

.text-block-30 {
  font-size: 0.8vw;
  line-height: 0.8vw;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-30.invi {
  opacity: 0;
}

.wid-full-width-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1vw;
  line-height: 1vw;
  cursor: pointer;
}

.wid-full-width-button.red {
  background-color: #e80014;
}

.wid-full-width-button.email {
  background-color: #5946da;
}

.wid-opt-stat {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  color: #4d4c4c;
  font-size: 0.92vw;
  font-weight: 400;
  text-transform: none;
}

.wid-opt-stat.red {
  background-image: none;
}

.wid-opt-stat.red:hover {
  background-image: none;
}

.wid-opt-stat.red:active {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-stat.red.stay {
  background-image: -webkit-linear-gradient(270deg, #faccd0, #faccd0);
  background-image: linear-gradient(180deg, #faccd0, #faccd0);
}

.wid-opt-stat.green {
  background-image: -webkit-linear-gradient(270deg, #dbeed1, #dbeed1);
  background-image: linear-gradient(180deg, #dbeed1, #dbeed1);
}

.wid-opt-stat.orange {
  background-image: -webkit-linear-gradient(270deg, #f5cda5, #f5cda5);
  background-image: linear-gradient(180deg, #f5cda5, #f5cda5);
}

.wid-opt-stat.purple {
  background-image: -webkit-linear-gradient(270deg, #dedaf8, #dedaf8);
  background-image: linear-gradient(180deg, #dedaf8, #dedaf8);
}

.wid-opt-stat.blue {
  background-image: -webkit-linear-gradient(270deg, #d7e8f9, #d7e8f9);
  background-image: linear-gradient(180deg, #d7e8f9, #d7e8f9);
}

.wid-opt-stat.buttoncall {
  background-image: -webkit-linear-gradient(270deg, #e80014, #e80014);
  background-image: linear-gradient(180deg, #e80014, #e80014);
  color: #fff;
}

.div-block-135-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-35 {
  width: 72%;
  margin-bottom: 1.5vw;
  font-size: 0.9vw;
  line-height: 1.4vw;
  text-align: center;
}

.paragraph-35.nospace {
  margin-bottom: 0vw;
}

.image-29 {
  width: 70px;
  height: 70px;
  margin-bottom: 1vw;
}

.wid-link {
  color: #6772e5;
  text-decoration: none;
}

.wid-link.orange {
  color: #ef9300;
}

.text-block-31 {
  margin-bottom: 1.2vw;
  color: #41526e;
  font-size: 0.93vw;
  line-height: 0.93vw;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-31.nospace {
  margin-bottom: 0vw;
}

.form-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-7 {
  margin-bottom: 0px;
}

.form-block-2 {
  height: 30vw;
  margin-bottom: 0px;
}

.chatbod {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3999999999999999vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dbeed1;
}

.form-8.orange {
  background-color: #f5cda5;
}

.text-field-8 {
  height: 2.4vw;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.3vw;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-7 {
  height: 2.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  color: #49ab17;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button-7.orange {
  color: #ef9300;
}

.textarea-4 {
  max-height: 2.5vw;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px 0px 0px 4px;
}

.div-block-135-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.form-8-copy {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4vw 0.3999999999999999vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-8-copy.orange {
  background-color: #f5cda5;
}

.chat-input-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-email-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5vw;
  min-width: 3.7vw;
  margin-bottom: 0px;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5946da;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
}

.wid-email-label.orange {
  color: #ef9300;
}

.wid-input-emai {
  max-height: 2.5vw;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px 0px 0px 4px;
}

.form-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.wid-input-emai-copy {
  max-height: 2.5vw;
  margin-bottom: 0px;
  margin-left: 4vw;
  border: 1px solid transparent;
  border-radius: 4px 0px 0px 4px;
}

.button-7 {
  margin-right: 0.5vw;
  padding: 0.5vw;
  border-radius: 3px;
  background-color: #665da3;
  font-size: 0.88vw;
  line-height: 0.88vw;
}

.textarea-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-post-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: none;
  color: #fff;
}

.wid-post-form.p---fb {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  background-image: -webkit-linear-gradient(270deg, #4867aa, #4867aa);
  background-image: linear-gradient(180deg, #4867aa, #4867aa);
}

.wid-post-form.p---twitter {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  background-image: -webkit-linear-gradient(270deg, #1da1f2, #1da1f2);
  background-image: linear-gradient(180deg, #1da1f2, #1da1f2);
}

.wid-post-form.p---in {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  background-image: -webkit-linear-gradient(270deg, #007bb6, #007bb6);
  background-image: linear-gradient(180deg, #007bb6, #007bb6);
}

.wid-post-form.p---pin {
  padding-top: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  background-image: -webkit-linear-gradient(270deg, #cc2028, #cc2028);
  background-image: linear-gradient(180deg, #cc2028, #cc2028);
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
}

.image-30 {
  width: 22px;
  height: 22px;
  margin-right: 1vw;
}

.textarea-6 {
  min-height: 50%;
}

.wid-post-button {
  height: 2.8vw;
  margin-right: 1vw;
  border-radius: 4px;
  background-color: #378ae1;
}

.wid-post-button.cark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #41526e;
}

.wid-ch-voice {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9101;
  display: block;
}

.wid-ch-voice.hide {
  display: none;
}

.wid-vc-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-1.hide {
  display: none;
}

.wid-vc-1-clickcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-1-clickcall.hide {
  display: none;
}

.wid-vc-2-clickdial {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-2-clickdial.hide {
  display: none;
}

.wid-vc-3-showcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-3-showcall.hide {
  display: none;
}

.wid-vc-4-getcall {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-4-getcall.hide {
  display: none;
}

.wid-ch-msg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-ch-msg.hide {
  display: none;
}

.wid-msg-1-sms {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-1-sms.hide {
  display: none;
}

.facts-percent {
  margin-bottom: 3vw;
  color: #4718c6;
  font-size: 11vw;
}

.image-31 {
  position: relative;
  top: -10vw;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  padding-top: 4vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-143 {
  padding: 2vw 7vw;
  background-image: -webkit-linear-gradient(0deg, #43329c, #149bba);
  background-image: linear-gradient(90deg, #43329c, #149bba);
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-147 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-25 {
  color: #fff;
  font-size: 3vw;
  line-height: 3.3vw;
}

.heading-26 {
  color: #fff;
  font-size: 2vw;
  line-height: 2.5vw;
}

.paragraph-36 {
  color: #fff;
}

.image-32 {
  width: 5vw;
  margin-bottom: 1px;
}

.wid-msg-2-ott {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott.hide {
  display: none;
}

.wid-msg-2-ott-fb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-fb.hide {
  display: none;
}

.wid-msg-2-ott-wa {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-wa.hide {
  display: none;
}

.wid-msg-2-ott-ln {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-ln.hide {
  display: none;
}

.wid-msg-2-ott-wc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-wc.hide {
  display: none;
}

.wid-msg-2-ott-vb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-vb.hide {
  display: none;
}

.wid-msg-2-ott-ko {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-ko.hide {
  display: none;
}

.wid-msg-2-ott-sk {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-sk.hide {
  display: none;
}

.wid-msg-2-ott-ki {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-ki.hide {
  display: none;
}

.wid-msg-2-ott-hg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-hg.hide {
  display: none;
}

.wid-msg-2-ott-sc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-sc.hide {
  display: none;
}

.wid-msg-3-chat {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-3-chat.hide {
  display: none;
}

.wid-ch-vid {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9102;
  display: block;
}

.wid-ch-vid.hide {
  z-index: 9102;
  display: none;
}

.wid-vid-1-ca {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vid-1-ca.hide {
  display: none;
}

.wid-vid-2-sch {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vid-2-sch.hide {
  display: none;
}

.wid-ch-email {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-ch-email.hide {
  display: none;
}

.wid-em-1-fe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-em-1-fe.hide {
  display: none;
}

.wid-em-2-ce {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-em-2-ce.hide {
  display: none;
}

.wid-ch-soc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-ch-soc.hide {
  display: none;
}

.wid-sm-1-fp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-sm-1-fp.hide {
  display: none;
}

.wid-home-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-home-copy.hide {
  display: none;
}

.wid-sm-1-tp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-sm-1-tp.hide {
  display: none;
}

.wid-sm-1-lp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-sm-1-lp.hide {
  display: none;
}

.wid-sm-1-ip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-sm-1-ip.hide {
  display: none;
}

.wid-sm-1-pp {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-sm-1-pp.hide {
  display: none;
}

.wid-msg-2-ott-ym {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-msg-2-ott-ym.hide {
  display: none;
}

.to-widget {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 7777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-33 {
  border-style: solid;
  border-width: 3px;
  border-color: rgba(89, 70, 218, .79);
  border-radius: 400px;
  box-shadow: 0 4px 32px 0 #5c587a;
}

.hero-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e80014;
}

.hero-2col.green {
  padding-top: 5vw;
  background-color: #43b809;
}

.hero-2col.blue {
  padding-top: 5vw;
  background-color: #f8cc00;
}

.hero-2col.purple {
  padding-top: 5vw;
  background-color: #6452e0;
}

.hero-2col.multicolor {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #5946da, #5946da);
  background-image: linear-gradient(180deg, #5946da, #5946da);
}

.hero-2col.videoherp {
  background-color: #ef9300;
}

.div-block-148 {
  display: block;
  padding: 3vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-34 {
  display: block;
  width: 30vw;
  margin-right: auto;
  margin-left: auto;
}

.image-34.email {
  width: 30vw;
  background-image: none;
}

.div-block-149 {
  border-bottom: 150px solid #f9f9f9;
  border-left: 110vw solid transparent;
  background-color: #e80014;
}

.div-block-149.light.green {
  background-color: #43b809;
}

.div-block-149.light.blue {
  background-color: #f8cc00;
}

.div-block-149.light.purple {
  background-color: #6452e0;
}

.div-block-149.light.videohrep {
  background-color: #ef9300;
}

.div-block-149.light.ca {
  background-color: #5946da;
}

.div-block-150 {
  background-color: #fff;
}

.div-block-151 {
  position: relative;
  top: -16.5vw;
  overflow: visible;
  height: auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-bottom: 150px solid #f9f9f9;
  border-left: 110vw solid transparent;
}

.div-block-151.prod {
  display: none;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-153 {
  position: relative;
  top: -3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #1d4c78;
}

.text-block-32 {
  color: #fff;
}

.div-block-154 {
  display: none;
}

.div-block-155 {
  display: none;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-157 {
  padding-right: 1.5vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-158 {
  padding-right: 1.5vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-nav-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-159 {
  position: relative;
  top: -13vw;
  height: auto;
  padding: 3vw 4vw;
}

.div-block-160 {
  margin-bottom: 5vw;
}

.heading-28 {
  margin-bottom: 3vw;
  color: #7f58b3;
  font-size: 2.5vw;
  line-height: 2.6vw;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-162 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-162.cc1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.div-block-162.cc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.div-block-163 {
  position: relative;
  top: -5vw;
  padding: 4vw;
  background-color: #6772e5;
  color: #fff;
}

.div-block-164 {
  background-color: #fff;
}

.image-35 {
  width: 20vw;
}

.div-block-165 {
  background-image: -webkit-linear-gradient(0deg, #665eaa, #1d4c78), url('../images/example-bg.png');
  background-image: linear-gradient(90deg, #665eaa, #1d4c78), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-repeat: repeat, repeat;
}

.paragraph-37 {
  width: 60%;
  color: #fff;
}

.paragraph-37.centered {
  font-size: 1.3vw;
  text-align: center;
}

.paragraph-38 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5vw;
  line-height: 1.9vw;
}

.paragraph-38.white {
  color: #fff;
}

.paragraph-38.white.centered {
  text-align: center;
}

.div-block-166 {
  padding: 5vw;
  text-align: center;
}

.div-block-166.purple {
  background-color: #7f58b3;
}

.heading-29 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #37a5c5;
  font-size: 2.5vw;
  line-height: 2.8vw;
  text-align: center;
}

.div-block-167 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.div-block-168 {
  padding: 3vw 3vw 3vw 3px;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 2vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-170.white {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}

.div-block-170.white.blue {
  background-color: #37a5c5;
}

.div-block-170.white.blank {
  background-color: #f9f9f9;
  box-shadow: none;
}

.nav-why-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-testi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-136-4 {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.tog-off-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #6f8695;
  font-size: 1.3vw;
  line-height: 1vw;
}

.tog-on-3.hide {
  display: none;
}

.wid-call-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
}

.div-block-172 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-clickcall-dialer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wid-vc-1-clickcall-unanswerd {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.wid-vc-1-clickcall-unanswerd.hide {
  display: none;
}

.div-block-173 {
  width: 100%;
}

.sign-in-accordion {
  display: none;
  width: 100%;
  margin-bottom: 1vw;
}

.div-block-174 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #6772e5;
  cursor: pointer;
}

.text-block-33 {
  color: #fcf1f1;
  font-size: 1vw;
  line-height: 1.5vw;
}

.sign-in-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1vw;
}

.div-block-92-copy {
  padding-left: 2vw;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(244, 7%, 58%, .05);
  background-color: #f8cc00;
}

html.w-mod-js *[data-ix="hide-nav-search"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(45px, 0px);
  -ms-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

html.w-mod-js *[data-ix="hide-widget-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="sign-in-accordion"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  body {
    font-family: 'Proxima nova', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nav-bar.style-1 {
    display: block;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 1px 1px 16px 0 rgba(26, 51, 80, .29);
  }
  .nav-container {
    padding-right: 3px;
    padding-left: 5px;
  }
  .nav-link {
    text-align: left;
  }
  .div-block-2 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .flex40per._2fa {
    width: 100%;
    margin-left: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-grid-3 {
    margin-right: 7vw;
    margin-bottom: 0vw;
    margin-left: 7vw;
    padding-bottom: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex---main4 {
    height: 58vw;
    margin-bottom: 6vw;
  }
  .flex---main4.class-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 47%;
    -webkit-flex: 47%;
    -ms-flex: 47%;
    flex: 47%;
  }
  .flex---main4.prods {
    min-height: 23vw;
    padding: 3vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
  .flex---main4.prods:active {
    box-shadow: 0 8px 31px -4px rgba(0, 0, 0, .19);
  }
  .image-icon {
    width: 11vw;
    margin-bottom: 3vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-icon.sol {
    width: 13vw;
    margin-bottom: -1vw;
  }
  .paragraph {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .paragraph.home {
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .class3-content {
    margin-bottom: 0vw;
    padding-right: 2vw;
    padding-bottom: 0vw;
    padding-left: 2vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-holder3 {
    position: absolute;
    padding-bottom: 2vw;
  }
  .cta-ribbon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-col1 {
    padding-top: 6vw;
    padding-right: 3vw;
    padding-bottom: 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 35vw;
    -ms-flex-preferred-size: 35vw;
    flex-basis: 35vw;
  }
  .cta-col2 {
    padding-right: 1vw;
    padding-left: 1vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block {
    margin-top: 0vw;
    margin-right: 0.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-link {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .cta-icon {
    width: 100px;
  }
  .cta-button {
    height: 45px;
    padding: 2vw 4vw;
    font-size: 0.99rem;
    line-height: 0.99rem;
    text-align: center;
  }
  .cta-paragraph {
    font-size: 0.89rem;
    line-height: 1.1rem;
  }
  .div-block-9 {
    padding: 4vw 3vw 3vw;
  }
  .footer---heading {
    font-size: 1.6vw;
  }
  .footer-paragraph {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .footer---row2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footr-logo {
    margin-left: 5vw;
  }
  .footer---link {
    font-size: 0.75rem;
  }
  .cta-pop-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 33vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup {
    width: 60vw;
  }
  .cta-popup.email {
    width: 65vw;
  }
  .cta---heading {
    font-size: 1rem;
    line-height: 2rem;
  }
  .cta-pop-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .call-line1 {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .call-line2 {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .cta-heading {
    padding: 1vw;
  }
  .cta-label {
    width: 11vw;
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .div-block-14 {
    height: 33vw;
  }
  .chat-line-1 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .chat-line-3 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .chat-line-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .chatbox {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .cta-ribbon-heading {
    margin-bottom: 3.8vw;
    font-size: 0.95rem;
  }
  .error-message {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .nav-menu-2 {
    margin-top: 0vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background-color: #f5f5f5;
  }
  .brand-2 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav---link {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1rem;
    line-height: 1rem;
  }
  .nav---link:hover {
    color: #37a5c5;
  }
  .nav---link-2 {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: center;
  }
  .nav---link-2:hover {
    color: #37a5c5;
  }
  .nav---link-2:active {
    font-weight: 400;
  }
  .nav---link-2.drop {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .nav-menu-row-1 {
    padding-right: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .dropdown-list.w--open {
    background-color: transparent;
  }
  .icon---font.blog {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .blog---mini {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .text-block-5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .blgc---hero-img {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .div-block-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .facebook-2 {
    width: 13vw;
  }
  .blgp--socmed-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog---comment {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .form-4 {
    margin-left: 13vw;
  }
  .blgp---1._2 {
    padding-right: 0px;
  }
  .icofont-metro.plus {
    font-size: 2vw;
  }
  .icofont-metro.plus._1 {
    font-size: 2.5vw;
  }
  .image-3 {
    height: auto;
  }
  .menu-button {
    margin-top: 1vw;
    padding: 14px;
    border: 2px solid #5dbcff;
    border-radius: 5px;
    color: #5dbcff;
  }
  .menu-button:hover {
    border-color: hsla(0, 0%, 100%, .71);
  }
  .menu-button.w--open {
    padding: 13px;
    border: 2px solid #37a5c5;
    border-radius: 5px;
    background-color: transparent;
  }
  .icon {
    background-color: transparent;
    color: #5dbcff;
  }
  .cta-icon-metro {
    font-size: 1.4rem;
  }
  .cta-icon-fontawe {
    font-size: 1.4rem;
  }
  .footer-icons.font-awe {
    font-size: 1.6rem;
  }
  .submit---metro {
    height: 5.5vw;
    font-size: 1rem;
  }
  .text-field-2 {
    height: 5.5vw;
  }
  .text-block-7 {
    width: 90%;
    margin-bottom: 2vw;
    margin-left: auto;
    font-size: 4.5vw;
    line-height: 4.4vw;
    text-align: center;
  }
  .text-block-7.vv {
    display: block;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
  }
  .button-2 {
    height: 45px;
    margin-bottom: 1vw;
    margin-left: 5%;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .hero-subtitle {
    width: 90%;
    margin-left: 5%;
    font-size: 0.89rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .hero---main {
    height: 33.5vw;
    padding: 0vw 3vw;
  }
  .hero---main.sub {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .hero---main._111 {
    height: 74.5vw;
    padding-left: 0vw;
  }
  .hero---main._111.main-heropage {
    height: auto;
    padding-right: 0vw;
    background-image: none;
    background-position: 0px 0px;
  }
  .hero---main.sub-copy {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .heromain-1.hero {
    padding-top: 6vw;
    padding-right: 0vw;
    padding-left: 3vw;
  }
  .heromain-1.hero._12 {
    padding-top: 5vw;
    padding-left: 4vw;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .heromain-1.hero-copy {
    padding-top: 6vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .hero-main1.pict {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto;
  }
  .main-2nd-section._2 {
    top: -11vw;
  }
  .paragraph-big-text {
    padding-left: 5vw;
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 400;
  }
  .sec2---main {
    height: 85vw;
    padding-top: 0vw;
  }
  .sec2---div {
    margin-top: 0vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .sec3---main {
    top: -10vw;
    margin-top: 11vw;
    padding-top: 4vw;
    padding-bottom: 14vw;
    background-color: #f6f9fc;
  }
  .h1---main {
    margin-bottom: 10.2vw;
    font-size: 2rem;
    line-height: 2rem;
  }
  .flex---horizon {
    margin-bottom: 0vw;
  }
  .flex---horizon.ld2 {
    margin-right: 9vw;
    margin-bottom: 6vw;
    margin-left: 9vw;
  }
  .flex---horizon.ld2.switch {
    margin-right: 9vw;
    margin-left: 9vw;
  }
  ._50 {
    height: 47vw;
  }
  .text-block-8 {
    display: block;
    width: 77vw;
    margin-right: auto;
    margin-bottom: 11vw;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .text-block-8.biggertext {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .sec4---main.blue {
    padding-bottom: 0vw;
  }
  .sec4---main.blue.ldfm {
    top: -5vw;
    padding-top: 5vw;
    padding-bottom: 0vw;
  }
  .sec4---para {
    margin-bottom: 4vw;
    font-size: 0.8rem;
    line-height: 1.1rem;
    text-align: justify;
  }
  .sec4---para.center {
    width: 90%;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .h3---main {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .h3---main._2fs-hd {
    margin-bottom: 7vw;
    font-size: 1.3rem;
  }
  .sec4---link {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    font-size: 1.7vw;
  }
  .sec-5-main {
    padding-top: 10vw;
  }
  .heading-3 {
    font-size: 0.85rem;
    line-height: 1.09rem;
  }
  .h4---main {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .title---cc {
    font-size: 1.9rem;
    line-height: 2.3rem;
    font-weight: 600;
  }
  .title---cc.sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .div-block-24.white {
    position: absolute;
    left: 0px;
    top: 21px;
    right: 0px;
    width: 85%;
    height: auto;
    margin-left: 0vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cc-pic {
    display: block;
    width: 7vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-25 {
    display: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-3 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 1rem;
  }
  .text-block-9 {
    font-size: 0.8rem;
  }
  .text-block-11 {
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .text-block-11.vio {
    margin-bottom: 0.5rem;
  }
  .hero---product {
    height: 29vw;
  }
  .hero---product.cap {
    width: 100%;
    height: 35vw;
    padding-left: 0vw;
  }
  .hero---product.cap.redcover {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .hero---product.cap.redcover.gren {
    padding-top: 19vw;
  }
  .hero---product.cap.whyus-hero {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/whyusbg.PNG');
    background-image: linear-gradient(180deg, null, null), url('../images/whyusbg.PNG');
    background-position: 0px 0px, 92% 20%;
    background-size: auto, cover;
  }
  .hero---product.cap.adjust {
    padding-top: 18px;
    font-size: 0.99rem;
    line-height: 1.6rem;
  }
  .smokey-gray {
    padding: 11vw 3vw;
  }
  .smokey-gray.product {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
  .smokey-gray.product.dblue {
    padding: 10vw 9vw;
  }
  .smokey-gray.product.darkgray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11vw 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .smokey-gray.product.one {
    top: -20vw;
  }
  .smokey-gray.product.dblue-copy {
    padding: 10vw 9vw;
  }
  .smokey-gray.product.gadient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11vw 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-title-product {
    width: 59vw;
    margin-top: 0px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .div-block-26 {
    position: relative;
    top: -15vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .paragraph-6 {
    width: 83%;
    margin-bottom: 6vw;
    font-size: 0.89rem;
    text-align: center;
  }
  .paragraph-6.cta {
    width: 96%;
    font-size: 0.9rem;
  }
  .button-4 {
    height: 45px;
    border-width: 2px;
    font-size: 0.89rem;
    line-height: 0.89rem;
  }
  .text-block-12 {
    width: 59%;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .text-block-12.whyus-hero-white-parag {
    display: block;
    width: 60%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.09rem;
    text-align: center;
  }
  .text-block-12.white {
    width: 59%;
    font-size: 0.95rem;
    line-height: 1.2rem;
    font-weight: 300;
  }
  .text-block-12.white._1 {
    margin-top: 3vw;
  }
  .text-block-12.white.center {
    margin-bottom: 0px;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .text-block-12.white.center-copy {
    margin-bottom: 0px;
    font-size: 0.95rem;
    line-height: 1.2rem;
  }
  .link-block-4 {
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-13 {
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .text-block-13.largertext {
    width: 70%;
    margin-bottom: 3.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .text-block-13.white {
    width: 70%;
    margin-bottom: 3.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .vv---para {
    margin-bottom: 0px;
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .vv---para.black {
    font-size: 0.9rem;
    text-align: center;
  }
  .div-block-27._2f-card {
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vv-box {
    -webkit-flex-basis: 7.5vw;
    -ms-flex-preferred-size: 7.5vw;
    flex-basis: 7.5vw;
  }
  .div-block-28 {
    height: 159vw;
  }
  .heading-5 {
    margin-bottom: 4vw;
    font-size: 1.4rem;
    line-height: 1.1rem;
  }
  .heading-5._2-bottommargin {
    font-size: 1.12rem;
    line-height: 1.2rem;
    text-transform: none;
  }
  .heading-5._2-bottommargin.whitevtext {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
    text-transform: none;
  }
  .paragraph-7 {
    font-size: 0.9rem;
  }
  ._2fa---pic {
    width: 42vw;
  }
  ._2f---h4 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .flex---af2 {
    width: 55vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-29 {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .div-block-30 {
    margin-right: 2vw;
    margin-bottom: 4vw;
    margin-left: 2vw;
    padding: 3vw 5vw;
    -webkit-flex-basis: 43vw;
    -ms-flex-preferred-size: 43vw;
    flex-basis: 43vw;
  }
  ._2fa---hd {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
  }
  ._2-fa-para {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .image-6 {
    width: 90vw;
    height: 30vw;
    min-height: auto;
    min-width: auto;
  }
  .hero-2col-left {
    width: 80%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .hero-2col-right {
    margin-top: 14vw;
    padding-right: 0vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .whyus-hero-blue-parag {
    padding-right: auto;
    padding-left: auto;
    font-size: 0.89rem;
    line-height: 1.09rem;
    text-align: center;
  }
  .clicktocall-left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .clicktocall-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .heading-8 {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.9rem;
    text-align: center;
  }
  .heading-8._3col-usecase-title {
    margin-bottom: 1vw;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .heading-8._3col-usecase-title-copy {
    margin-bottom: 1vw;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .paragraph-11 {
    float: none;
    font-size: 0.89rem;
    line-height: 1.09rem;
    text-align: left;
  }
  .paragraph-11.center._3 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .div-block-39.cllicktocall-img {
    height: 350px;
  }
  .div-block-42 {
    padding-top: 4vw;
    padding-bottom: 6vw;
  }
  .div-block-44.ge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-10 {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  .div-block-45.ewe {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .text-field-3 {
    width: 600px;
  }
  .text-field-4 {
    width: 600px;
  }
  .div-block-46 {
    padding: 6vw 14vw;
  }
  .paragraph-12 {
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .paragraph-12.spave {
    margin-bottom: 1.7vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .button-5 {
    font-size: 0.9rem;
    line-height: 1vw;
  }
  .button-5._1 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .div-block-48._2colblock.lit {
    padding: 2vw;
  }
  .div-block-49.whitev {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .div-block-49.sidemarging {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-49._111 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-49.sidemarging-copy {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .div-block-49._111-copy {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-51 {
    width: 1vw;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .field-label-3 {
    font-size: 0.9rem;
  }
  .link-2 {
    font-size: 0.9rem;
  }
  .link-3 {
    font-size: 0.9rem;
  }
  .sign-in-hd {
    width: 32vw;
    margin-bottom: 5vw;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .form-wrapper-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding: 4vw 4vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field-5 {
    width: 60%;
    height: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .field-label-4 {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .field-label-4.left {
    margin-bottom: 5px;
    text-align: left;
  }
  .field-label-4.checklabel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 0.92rem;
    text-align: left;
  }
  .formline-signin {
    margin-bottom: 1.5vw;
  }
  .heading-15 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .paragraph-14 {
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .paragraph-17 {
    margin-bottom: 0vw;
    border-right-style: none;
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .div-block-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-form-container {
    margin-right: 6vw;
    margin-left: 6vw;
  }
  .paragraph-20.smalltextwhite {
    margin-bottom: 1rem;
    font-size: 0.88rem;
    line-height: 1rem;
  }
  .submit-button-6 {
    font-size: 0.99rem;
    line-height: 1rem;
  }
  .div-block-64 {
    height: 4.3vw;
  }
  .link-4 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .heroblock-a {
    height: 33.5vw;
  }
  .div-block-67.rounded {
    border-radius: 9px;
  }
  .div-block-67.roundedblue {
    border-radius: 9px;
  }
  .dark-bg.authy-margin {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  ._2fa-3col-title._2fa-leftaligned-title {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  ._2fa-title {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  ._2fa-title._2fa-title-white {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  ._2fa-title.left-aligned.api {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: center;
  }
  ._2fa-title.darkblue-title.api {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-align: center;
  }
  ._2fa-title.cta {
    margin-top: 0vw;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  ._2fa-paragraph {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  ._2fa-paragraph._2fa-parag-white {
    width: 99%;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  ._2fa-paragraph.api {
    font-size: 0.89rem;
    line-height: 1.09rem;
    text-align: center;
  }
  ._2fa-3col-paragraph {
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  ._2fa-3col-paragraph.cta {
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .darkblue-block.authymargin {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  ._2fa-main-heading {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  ._2fa-main-heading.ctahd {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  ._2fa-main-heading._2fahd {
    margin-bottom: 4vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  ._2fa-main-paragraph {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .button-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin: 20px auto 33px;
    padding: 3vw 4vw;
    font-size: 0.9rem;
    line-height: 1vw;
  }
  .button-6.move {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .button-6.cta {
    width: 52%;
    margin-top: 5vw;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .button-6.not-rounded {
    height: auto;
    line-height: 1rem;
  }
  .paragraph-24 {
    font-size: 0.89rem;
    line-height: 1rem;
  }
  .div-block-71.apibox {
    padding-left: 0vw;
  }
  .div-block-73.darkblue-block {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .text-span-2.light-gray {
    font-size: 3vw;
  }
  .image-8 {
    width: 7.5vw;
  }
  .div-block-77.light-gray {
    padding-right: 0vw;
    padding-bottom: 1vw;
    padding-left: 0vw;
  }
  .div-block-80 {
    padding: 3vw;
  }
  .div-block-81 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  ._2fa-2col-paragraph {
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .table-header {
    background-color: transparent;
  }
  .heading-19 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .div-block-88 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-88.left-aligned {
    font-size: 16px;
    line-height: 18px;
  }
  .paragraph-26 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .paragraph-26.left-aligned {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .paragraph-26.white {
    height: 7vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .paragraph-26.white.invisible {
    border-bottom: 2px solid rgba(0, 0, 0, .09);
  }
  .paragraph-26.white.invisible.non {
    border-bottom-style: none;
  }
  .div-block-92 {
    padding-left: 0vw;
    border-color: #1a3350;
    background-color: #1a3350;
  }
  .heading-20 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .paragraph-27 {
    font-size: 0.7rem;
    line-height: 1.1rem;
  }
  .div-block-96 {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .form-wrapper-5 {
    width: 80%;
  }
  .div-block-97 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-13 {
    top: -3vw;
  }
  .image-14 {
    top: 2vw;
  }
  .div-block-98.bg {
    background-size: 246vw;
  }
  .cc50.ccpara.lefy {
    padding-left: 0vw;
  }
  .cc50.ccpara.rigy {
    padding-right: 0vw;
  }
  .cchd {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .text-block-17 {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.1rem;
    letter-spacing: 0px;
  }
  .ccparag {
    margin-bottom: 1rem;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .heroliz {
    height: 33.5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heroliz.product-add {
    height: auto;
  }
  .h3-vv {
    height: 6vw;
    margin-bottom: 0vw;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .h3-vv.red1 {
    height: auto;
  }
  .h3-vv.red2 {
    height: auto;
  }
  .h3-vv.red3 {
    height: auto;
  }
  .h3-vv.red4 {
    height: auto;
  }
  .h3-vv.red5 {
    height: auto;
  }
  .h3-vv.red6 {
    height: auto;
  }
  .h3-vv.green1 {
    height: auto;
  }
  .h3-vv.green2 {
    height: auto;
  }
  .h3-vv.green3 {
    height: auto;
  }
  .h3-vv.green4 {
    height: auto;
  }
  .text-block-18 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .paragraph-28 {
    font-size: 0.9rem;
    line-height: 1.09rem;
  }
  .div-block-101 {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .paragraph-29 {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5vw;
    margin-bottom: 3vw;
    padding-left: 4.3vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-103 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .paragraph-30 {
    width: 69%;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .paragraph-30.para {
    display: block;
    width: 78%;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.89rem;
    line-height: 1.09rem;
  }
  .div-block-106 {
    margin-bottom: 2vw;
  }
  .paragraph-31 {
    font-size: 0.99rem;
  }
  .paragraph-31.whitevtext {
    font-size: 0.8rem;
  }
  .paragraph-31.whitevtext.center {
    line-height: 0.99rem;
  }
  .div3col {
    display: block;
    width: 92%;
    min-height: 35vw;
    margin-right: auto;
    margin-left: auto;
  }
  .div3col.ca {
    width: 54%;
    min-height: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div3col.ca._2f1 {
    width: 62%;
    margin-bottom: 1vw;
    padding: 4vw;
  }
  .div3col.email-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 48vw;
  }
  ._3col-title-cognitiveauto {
    line-height: 1.4rem;
  }
  ._3col-title-cognitiveauto.purple {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .paragraph-32.usecase {
    margin-bottom: 0px;
    font-size: 0.89rem;
    line-height: 0.9rem;
    text-align: left;
  }
  .paragraph-32.usecase.center {
    line-height: 1rem;
  }
  .img-size {
    width: 7.5vw;
    margin-bottom: 1vw;
  }
  .space {
    width: 93vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .space._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb---col---3 {
    padding-bottom: 6vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48vw;
    -ms-flex: 0 0 48vw;
    flex: 0 0 48vw;
  }
  .tb---col---3.email-cont {
    padding-bottom: 4vw;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .usecase-list {
    padding-left: 0px;
  }
  .cta-textblock {
    height: 28vw;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .subtitle-product-item {
    width: 59%;
    height: auto;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 300;
  }
  .heading-21 {
    height: auto;
    margin-bottom: 1vw;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .signin-form {
    width: 68vw;
    font-size: 0.89rem;
    line-height: 1.1rem;
    text-align: center;
  }
  .signin-line2-copy {
    margin-bottom: 1.5vw;
  }
  .signin-line2-copy.top-margin {
    margin-top: 3.5vw;
  }
  .checkbox {
    margin-right: 2vw;
  }
  .link-6 {
    font-size: 0.9rem;
    line-height: 0.98rem;
  }
  .div-block-111 {
    padding-right: 4vw;
    padding-bottom: 9vw;
    padding-left: 4vw;
  }
  .div-block-113 {
    min-height: 45vw;
    padding-top: 9vw;
  }
  .image-18 {
    left: 8vw;
    right: 8px;
  }
  .div-block-115 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div3col-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    min-height: 21vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed-bars {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
  }
  .image-22 {
    width: 6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  .text-span3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .div-block-116 {
    height: 9.3vw;
  }
  ._2fz-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-117 {
    height: 68vw;
  }
  .textarea-3 {
    margin-bottom: 2vw;
  }
  .important-text-7 {
    font-size: 0.99rem;
  }
  .list-item-2 {
    font-size: 0.99rem;
    line-height: 1.09rem;
  }
  .section-2 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.89rem;
    line-height: 1rem;
  }
  .link-block-5.dropdown {
    padding-right: 3.3vw;
  }
  .bd-dropdowlink {
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
    line-height: 1rem;
  }
  .navbar {
    display: none;
  }
  .navbar-small-dev {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .navs-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }
  .product-hd {
    height: auto;
    margin-bottom: 1vw;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .div-block-120 {
    width: 80%;
  }
  .product-subhd {
    height: auto;
    margin-bottom: 1vw;
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .div-block-121 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link {
    font-size: 0.89rem;
    line-height: 0.89rem;
  }
  .div-block-41-cocopy {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .text-block-20 {
    width: 70vw;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .product-subhd-copy {
    height: auto;
    margin-bottom: 1vw;
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .image-23 {
    min-width: 20vw;
  }
  .heading-23 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .div-block-129 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-24 {
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: center;
  }
  .paragraph-33 {
    font-size: 0.8rem;
    line-height: 1.25rem;
    text-align: center;
  }
  .paragraph-33.ccparag {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: justify;
  }
  .image-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-34 {
    font-size: 0.79rem;
    line-height: 1rem;
  }
  .widget-group {
    width: 100vw;
    height: 100vh;
    margin-right: 0vw;
    margin-bottom: 0vw;
  }
  .widget-block {
    height: 100vh;
  }
  .widget---head {
    height: 6vw;
  }
  .widget---block {
    height: 9vw;
  }
  .widget---block.button {
    height: 6vw;
  }
  .widget---close {
    height: 10vw;
  }
  .wid-hd-txt {
    font-size: 1rem;
    line-height: 1rem;
  }
  .wid-hd-txt.white {
    font-size: 0.95rem;
    line-height: 0.95rem;
  }
  .wid-butt-left {
    padding-left: 17px;
  }
  .wid-butt-right {
    padding-right: 17px;
  }
  .wid-ch-txt {
    font-size: 0.93rem;
  }
  .wud-img {
    margin-top: 2vw;
    margin-left: 27vw;
  }
  .wid-opt-txt {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .wid-opt-txt.green.stay-copy {
    padding-left: 22vw;
  }
  .wd-fn-icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .wd-fn-icon.purple {
    font-size: 1.2rem;
  }
  .wid-close-txt {
    margin-bottom: 2vw;
    font-size: 0.93rem;
  }
  .wid-butt-close {
    padding-bottom: 1.9vw;
    padding-left: 39vw;
  }
  .wid-butt-toggle {
    height: 10vw;
  }
  .text-block-28 {
    font-size: 0.9rem;
  }
  .wd-icon {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1rem;
  }
  .tog-off-1 {
    font-size: 1.3rem;
    line-height: 1rem;
  }
  .wid-number-block {
    height: 10vw;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .text-block-29 {
    font-size: 3rem;
    line-height: 1.8rem;
  }
  .text-block-30 {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .wid-full-width-button.red {
    height: 10vw;
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .wid-full-width-button.email {
    height: 6vw;
    font-size: 1rem;
    line-height: 1rem;
  }
  .wid-opt-stat {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .div-block-135-copy {
    padding-top: 12vw;
  }
  .paragraph-35 {
    width: 50%;
    margin-bottom: 6.5vw;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .image-29 {
    margin-bottom: 3vw;
  }
  .text-block-31 {
    margin-bottom: 7vw;
    font-size: 0.93rem;
    line-height: 0.93rem;
  }
  .form-8 {
    padding-right: 1.4vw;
    padding-left: 1.4vw;
  }
  .chat-input {
    height: 9vw;
  }
  .submit-button-7 {
    height: 6vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .textarea-4 {
    max-height: 6vw;
  }
  .div-block-135-copy-copy {
    padding-top: 12vw;
  }
  .form-8-copy {
    margin-top: 1vw;
    padding-right: 1.4vw;
    padding-bottom: 1vw;
    padding-left: 2.4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-input-copy {
    height: 9vw;
  }
  .wid-email-label {
    height: 6vw;
    min-width: 10vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .wid-input-emai {
    max-height: 6vw;
  }
  .wid-input-emai-copy {
    max-height: 6vw;
  }
  .button-7 {
    font-size: 0.88rem;
    line-height: 0.88rem;
  }
  .button-7._1 {
    margin-left: 10vw;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .wid-post-button {
    height: auto;
  }
  .div-block-151 {
    top: -21.5vw;
  }
  .div-block-155 {
    display: none;
  }
  .heading-28 {
    color: #7f58b3;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .div-block-161 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-38.white {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .heading-29 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .div-block-171 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-174 {
    width: 94%;
  }
  .text-block-33 {
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sign-in-arrow {
    margin-left: 1vw;
    font-size: 2rem;
  }
  .div-block-92-copy {
    padding-left: 0vw;
    border-color: #1a3350;
    background-color: #1a3350;
  }
}

@media (max-width: 767px) {
  .nav-bar.style-1 {
    padding-right: 7px;
    padding-left: 0px;
  }
  .flex40per._2fa {
    margin-left: 2vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-grid-3 {
    margin-right: 6vw;
    margin-left: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex---main4 {
    margin-bottom: 8vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex---main4.prods {
    height: auto;
    min-height: 15vw;
    margin-right: 0.5vw;
    margin-bottom: 6vw;
    margin-left: 1.5vw;
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 74%;
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
  }
  .image-icon {
    display: block;
    margin-bottom: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .image-icon.sol {
    width: 24vw;
  }
  .paragraph.home {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .paragraph.home.factstext {
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
  }
  .cta-ribbon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cta-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-col2 {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-icon {
    width: 100px;
    margin-top: 4vw;
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .cta-heading {
    text-align: center;
  }
  .cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-top: 4vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .cta-paragraph {
    width: 85%;
    margin-bottom: 0vw;
    line-height: 1.4rem;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-column {
    width: 338px;
    margin-bottom: 3vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: none;
  }
  .footer---heading {
    font-size: 0.9rem;
  }
  .footer-paragraph {
    font-size: 0.8rem;
  }
  .footer---row2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cta-pop-bg {
    padding-top: 12vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup.chat {
    width: 70vw;
  }
  .cta-popup.email {
    width: 72vw;
  }
  .cta-label {
    width: 15vw;
  }
  .div-block-14 {
    height: 20vw;
  }
  .cta-call {
    display: none;
  }
  .cta-ribbon-heading {
    margin-bottom: 1.8vw;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .brand-2 {
    padding-left: 5px;
  }
  .blgc---hero-img {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .blgp---1._2 {
    padding-right: 0px;
  }
  .cta-icon-fontawe {
    margin-bottom: 0px;
  }
  .text-block-7.vv.usecase-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .div-block-20 {
    width: 338px;
  }
  .div-block-21 {
    width: 338px;
  }
  .button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .hero-subtitle {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .hero---main {
    height: auto;
    padding-top: 2vw;
  }
  .hero---main.sub {
    height: 37.5vw;
  }
  .hero---main._111 {
    height: 79.5vw;
    padding-left: 0vw;
  }
  .hero---main._111.main-heropage {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero---main.sub-copy {
    height: 37.5vw;
  }
  .heromain-1.hero {
    padding-top: auto;
    padding-bottom: auto;
  }
  .heromain-1.hero._12 {
    padding-left: 6vw;
  }
  .heromain-1.hero-copy {
    padding-top: auto;
    padding-bottom: auto;
  }
  .hero-main1 {
    position: static;
  }
  .main-2nd-section.white.reversed {
    top: -3vw;
  }
  .main-2nd-section._2 {
    top: -10vw;
  }
  .part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec2---main {
    height: 170vw;
  }
  .sec2---div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec3---main {
    margin-top: 14vw;
    padding-top: 8vw;
  }
  .flex---horizon {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .sec4---para {
    display: block;
    margin-bottom: 5vw;
    text-align: center;
  }
  .sec4---para.center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h3---main {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    text-align: center;
  }
  .h3---main._2fs-hd {
    display: block;
    margin-right: auto;
    margin-bottom: 10vw;
    margin-left: auto;
  }
  .sec4---link {
    display: block;
    padding-left: 0vw;
    font-size: 0.9rem;
    text-align: center;
  }
  .heading-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9rem;
    text-align: center;
  }
  .h4---main {
    margin-bottom: 12vw;
  }
  .title---cc {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .title---cc.sub {
    text-align: center;
  }
  .title---cc.sub-copy {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .div-block-24.white {
    width: 98%;
    margin-left: 1vw;
  }
  .cc-pic {
    width: 12vw;
  }
  .hero---product.cap {
    height: 38vw;
    padding-top: 9vw;
    padding-bottom: 13vw;
  }
  .hero---product.cap.redcover {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .hero---product.cap.whyus-hero {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/whyusbg.PNG');
    background-image: linear-gradient(180deg, null, null), url('../images/whyusbg.PNG');
    background-position: 0px 0px, 60% 50%;
  }
  .hero---product.cap.whyus-hero._111-copy {
    padding-top: 0vw;
  }
  .hero---product.cap._2fa {
    padding-top: 0vw;
  }
  .hero---product.cap.testi {
    padding-bottom: 7vw;
  }
  .smokey-gray {
    padding: 11vw 14vw;
  }
  .smokey-gray.product {
    padding-right: 16vw;
    padding-left: 16vw;
  }
  .smokey-gray.product.dblue {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .smokey-gray.product.one {
    padding-top: 11vw;
  }
  .smokey-gray.product.dblue-copy {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
  .hero-title-product {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .button-4 {
    height: 45px;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .text-block-12 {
    width: 65%;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .text-block-12.whyus-hero-white-parag {
    width: 64%;
    margin-top: 9vw;
    margin-bottom: 2vw;
    padding-right: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .text-block-12.white {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .link-block-4 {
    width: 96%;
    margin-bottom: 8vw;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vv {
    -webkit-flex-basis: 7vw;
    -ms-flex-preferred-size: 7vw;
    flex-basis: 7vw;
  }
  .text-block-13 {
    width: 80%;
    margin-bottom: 4.6rem;
    text-align: center;
  }
  .vv---para {
    text-align: left;
  }
  .vv---para.black {
    text-align: center;
  }
  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-28 {
    height: 210vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
  .heading-5._2-bottommargin {
    margin-bottom: 3vw;
  }
  .div-block-30 {
    margin-bottom: 7vw;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  ._2fa---hd {
    text-align: center;
  }
  ._2-fa-para {
    text-align: center;
  }
  .image-6 {
    width: 100vw;
    height: 35vw;
    font-size: 1.2rem;
  }
  .hero-2col-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .hero-2col-right {
    margin-top: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .whyus-hero-blue-parag {
    width: 80%;
    padding-right: 0vw;
    padding-left: 0vw;
    text-align: center;
  }
  .clicktocall-right {
    padding-right: 3vw;
    padding-bottom: 5vw;
    padding-left: 3vw;
  }
  .heading-8._3col-usecase-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .heading-8._3col-usecase-title-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .paragraph-11 {
    padding-top: 4vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-41 {
    margin-bottom: 5vw;
    padding: 3vw;
  }
  .div-block-43 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-44.ge {
    display: block;
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-11 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .div-block-46.move {
    padding: 8vw 16vw;
  }
  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-48._2colblock {
    margin-bottom: 5vw;
    text-align: center;
  }
  .div-block-49.whitev {
    padding-right: 15vw;
    padding-left: 15vw;
  }
  .div-block-49.sidemarging {
    padding-right: 14vw;
    padding-left: 14vw;
  }
  .div-block-49._111 {
    padding-top: 12vw;
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .div-block-49.sidemarging-copy {
    padding-right: 18vw;
    padding-left: 18vw;
  }
  .div-block-49._111-copy {
    padding-top: 12vw;
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .login-section {
    padding-top: 13vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sign-in-hd {
    width: 65vw;
  }
  .sign-in-hd.login {
    margin-bottom: 2vw;
  }
  .form-wrapper-4 {
    width: 85%;
    padding-right: 5vw;
    padding-bottom: 11vw;
    padding-left: 5vw;
  }
  .text-field-5 {
    width: 60%;
    height: 7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .field-label-4.checklabel {
    line-height: 0.94rem;
  }
  .contact-form-container {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .body-3 {
    height: auto;
  }
  .div-block-64 {
    height: 6.3vw;
  }
  .heroblock-a {
    height: 37.5vw;
  }
  .div-block-66 {
    padding-right: 14vw;
    padding-left: 14vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-67 {
    margin-bottom: 2vw;
  }
  .div-block-67.roundedblue {
    margin-bottom: 2vw;
  }
  .div-block-68 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
  }
  .div-block-70 {
    padding-left: 3vw;
  }
  .div-block-73.darkblue-block {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .link-5 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .text-span-2.light-gray {
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .tabs-2 {
    width: 500px;
  }
  .div-block-75.edge {
    padding-right: 1vw;
    padding-left: 1vw;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .image-8 {
    width: 10.5vw;
  }
  .div-block-79 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  .div-block-88 {
    height: 45px;
  }
  .div-block-88.left-aligned {
    height: 45px;
  }
  .div-block-90 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-92 {
    height: 60px;
  }
  .div-block-94 {
    height: 50px;
  }
  .ddiv {
    height: 50px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-wrapper-5 {
    width: 70%;
  }
  .tabs-8 {
    width: 500px;
  }
  .div-block-98.bg {
    height: auto;
    background-size: 500vw;
  }
  .div-block-99 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-99.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ccparag {
    font-size: 0.79rem;
  }
  .heroliz {
    height: 37.5vw;
  }
  .checkbox-field {
    margin-bottom: 1vw;
  }
  .checkbox-field.half {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
  .important-text-5 {
    text-align: left;
  }
  .paragraph-30 {
    width: 89%;
  }
  .div-block-105 {
    display: block;
    width: 58%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-106 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-31.whitevtext {
    letter-spacing: 0.02rem;
  }
  .paragraph-31.whitevtext.center {
    text-align: center;
  }
  .div3col {
    width: 72%;
    min-height: auto;
    margin-bottom: 1vw;
    padding: 4vw 0vw;
  }
  .div3col.ca {
    width: 78%;
    padding-top: 3vw;
    padding-bottom: 5vw;
  }
  .div3col.ca._2f1 {
    width: 76%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .div3col.email-size {
    width: 70%;
    min-height: auto;
    margin-bottom: 0vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  ._3col-title-cognitiveauto {
    margin-bottom: 3vw;
  }
  ._3col-title-cognitiveauto.purple {
    margin-bottom: 2vw;
  }
  .img-size {
    display: block;
    width: 9.5vw;
    margin-right: auto;
    margin-bottom: 3vw;
    margin-left: auto;
  }
  .space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tb---col---3 {
    width: 64vw;
    margin-bottom: 5vw;
    -webkit-flex-basis: 48vw;
    -ms-flex-preferred-size: 48vw;
    flex-basis: 48vw;
  }
  .tb---col---3.email-cont {
    margin-bottom: 7vw;
    padding-bottom: 0vw;
  }
  .usecase-list {
    margin-right: 13vw;
    margin-left: 13vw;
  }
  .cta-textblock {
    height: 31vw;
    line-height: 1.7rem;
  }
  .subtitle-product-item {
    position: relative;
  }
  .subtitle-product-item._111111 {
    margin-top: 11vw;
  }
  .heading-21 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2.4rem;
  }
  .heading-21._111 {
    margin-top: 31vw;
  }
  .signin-form {
    width: 77vw;
  }
  .signin-line2-copy.top-margin.center {
    margin-bottom: 3.5vw;
  }
  .image-17 {
    margin-bottom: 8vw;
  }
  .link-6.privacy {
    margin-top: 2vw;
  }
  .link-6.line {
    margin-top: 2vw;
  }
  .div-block-110.half {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .div-block-111 {
    padding-right: 8vw;
    padding-bottom: 18vw;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-113 {
    width: 65vw;
    min-height: auto;
    margin-top: 13vw;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 11vw;
    padding-bottom: 5vw;
  }
  .image-18 {
    left: 40%;
    right: 49%;
    width: 16vw;
  }
  .div3col-copy {
    width: 75%;
    min-height: auto;
  }
  .div-block-116 {
    height: 12vw;
  }
  .div-block-117 {
    height: 97vw;
  }
  .link-block-5.dropdown {
    padding-right: 6.3vw;
    padding-left: 3.5vw;
  }
  .navbar-small-dev {
    padding-right: 6px;
    padding-left: 0px;
  }
  .navs-fixed {
    display: none;
  }
  .product-hd {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2.4rem;
  }
  .product-subhd {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .heading-11-copy {
    padding-bottom: 8vw;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .heading-11-copy-copy {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .div-block-41-copy {
    margin-bottom: 5vw;
    padding: 3vw;
  }
  .div-block-40-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-41-cocopy {
    margin-bottom: 5vw;
    padding: 3vw;
  }
  .text-block-20 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .product-subhd-copy {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .div-block-127 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-128 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .cloudcol._2ndcc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-129 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-33.cc1 {
    width: 80%;
  }
  .image-25 {
    width: 15vw;
  }
  .div-block-130 {
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-28 {
    top: 4vw;
  }
  .widget---head {
    height: 8vw;
  }
  .widget---block {
    height: 12vw;
  }
  .widget---block.button {
    height: 8vw;
  }
  .widget---close {
    height: 13vw;
  }
  .wud-img {
    margin-top: 2.5vw;
    margin-left: 17vw;
  }
  .wid-butt-close {
    padding-bottom: 2vw;
    padding-left: 36vw;
  }
  .wid-butt-toggle {
    height: 13vw;
  }
  .wid-number-block {
    height: 13vw;
  }
  .text-block-29 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .wid-full-width-button.red {
    font-size: 1rem;
  }
  .wid-full-width-button.email {
    height: 8vw;
  }
  .div-block-135-copy {
    padding-top: 9vw;
  }
  .paragraph-35 {
    width: 60%;
  }
  .chat-input {
    height: 13vw;
  }
  .submit-button-7 {
    height: 8vw;
  }
  .textarea-4 {
    max-height: 8vw;
  }
  .div-block-135-copy-copy {
    padding-top: 9vw;
  }
  .chat-input-copy {
    height: 13vw;
  }
  .wid-email-label {
    height: 8vw;
  }
  .wid-input-emai {
    max-height: 8vw;
  }
  .wid-input-emai-copy {
    max-height: 8vw;
  }
  .div-block-151 {
    top: -28.2vw;
  }
  .div-block-171 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-174 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .div-block-92-copy {
    height: 60px;
  }
}

@media (max-width: 479px) {
  .div-block-2 {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .flex40per._2fa {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
  .flex-grid-3 {
    display: block;
    margin-right: 9vw;
    margin-left: 9vw;
  }
  .flex---main4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 118vw;
    margin: 0vw 0vw 14vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex---main4.prods {
    height: auto;
    margin-bottom: 13vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-icon {
    display: block;
    width: 17vw;
    margin-right: 18vw;
    margin-bottom: 5vw;
    margin-left: 18vw;
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .image-icon.sol {
    width: 40vw;
    margin-bottom: 1vw;
  }
  .paragraph {
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
  .cta-ribbon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cta-col1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .cta-col2 {
    padding-top: 4vw;
    padding-bottom: 14vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .link-block {
    margin: 2vw 4.5vw 5vw;
  }
  .cta-icon {
    width: 75px;
  }
  .cta-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding-right: 10vw;
    padding-left: 10vw;
    box-shadow: 0 10px 44px -11px rgba(74, 44, 116, .65);
  }
  .div-block-9 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .footer-column {
    width: 278px;
    margin-bottom: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer---heading {
    line-height: 1.1rem;
    text-align: center;
  }
  .footer-paragraph {
    line-height: 1.3rem;
    text-align: center;
  }
  .footer---row2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footr-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-11 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer---link {
    margin-right: 5vw;
    margin-bottom: 4vw;
    margin-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.8rem;
    line-height: 0.88rem;
  }
  .cta-pop-bg {
    padding-top: 24vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-popup {
    width: 96vw;
  }
  .cta-popup.chat {
    width: 96vw;
  }
  .cta-popup.email {
    width: 93vw;
  }
  .div-block-12 {
    padding-top: 6vw;
  }
  .cta-label {
    width: 23vw;
  }
  .div-block-14 {
    height: 60vw;
  }
  .cta-call {
    display: none;
  }
  .cta-email {
    display: none;
  }
  .cta-chat {
    display: none;
  }
  .cta-text {
    display: none;
  }
  .cta-ribbon-heading {
    margin-top: 5vw;
    margin-bottom: 3.8vw;
  }
  .text-block-4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .brand-2 {
    padding-left: 4px;
  }
  .blgc---hero-img {
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .blgc---hero-img.line2 {
    margin-right: 5vw;
    margin-left: 5vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .blgp---author-view-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blgp---auto {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-18.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .facebook-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .google-2 {
    margin-right: -6vw;
  }
  .twitter-2 {
    margin-right: 4vw;
  }
  .blgp--socmed-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-4 {
    margin-left: 0vw;
  }
  .menu-button {
    margin-top: 2.6vw;
    padding: 12px;
  }
  .footer-icons.font-awe {
    margin-right: 2vw;
    font-size: 2rem;
  }
  .submit---metro {
    height: 14vw;
  }
  .text-field-2 {
    width: auto;
    height: 14vw;
  }
  .image-4 {
    min-width: 30vw;
    margin-top: 7vw;
  }
  .text-block-7 {
    margin-top: 8vw;
    margin-bottom: 6vw;
    margin-left: auto;
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-align: center;
  }
  .text-block-7.vv {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0vw;
    margin-bottom: 9vw;
  }
  .text-block-7.vv.usecase-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .div-block-20 {
    width: 278px;
  }
  .div-block-21 {
    width: 278px;
  }
  .div-block-22 {
    width: 278px;
  }
  .button-2 {
    height: 45px;
    margin-left: 0%;
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: center;
  }
  .hero-subtitle {
    margin-bottom: 5vw;
    margin-left: auto;
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 300;
    text-align: center;
  }
  .hero---main {
    height: auto;
    padding-top: 17vw;
    padding-bottom: 33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero---main.sub {
    height: auto;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .hero---main._111 {
    height: 224.5vw;
    padding-top: 37vw;
    padding-right: 0vw;
  }
  .hero---main.sub-copy {
    height: 134vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .heromain-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heromain-1.hero {
    padding-left: 0vw;
  }
  .heromain-1.hero._12 {
    margin-top: 0px;
    padding-top: 2vw;
    padding-left: 1vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heromain-1.hero.full {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heromain-1.hero-copy {
    padding-left: 0vw;
  }
  .hero-main1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-main1.pict {
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
    background-image: url('../images/Home-Assets-06.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .main-2nd-section.white {
    top: -60vw;
    background-position: 50% 100%;
    background-size: contain;
  }
  .main-2nd-section.white.reversed {
    background-position: 50% 100%;
    background-size: contain;
  }
  .main-2nd-section._2 {
    top: -12vw;
    z-index: 2;
  }
  .main-2nd-section._2.gray {
    -webkit-transform: rotateX(1deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(1deg) rotateY(0deg) rotateZ(0deg);
  }
  .paragraph-big-text {
    width: 80vw;
  }
  .part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec2---main {
    height: 357vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .sec2---div {
    padding: 15vw 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec3---main {
    margin-top: 32vw;
  }
  .h1---main {
    margin-right: 1vw;
    margin-bottom: 15.2vw;
    margin-left: 1vw;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .flex---horizon {
    margin: 12vw 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .flex---horizon.ld2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex---horizon.ld2.switch {
    margin-bottom: 23vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  ._50.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  ._50.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-8 {
    margin-right: 10vw;
    margin-bottom: 17vw;
    margin-left: 10vw;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .sec4---main.blue {
    padding-top: 29vw;
  }
  .sec4---main.blue.ldfm {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .sec4---para {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .h3---main {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sec4---link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-5-main {
    padding-top: 23vw;
    padding-bottom: 11vw;
  }
  .h4---main {
    margin-bottom: 16vw;
    line-height: 1.3rem;
    text-align: center;
  }
  .title---cc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .title---cc.sub.cc {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .title---cc.sub-copy {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
  .div-block-24.white {
    width: 96%;
    margin-left: 1vw;
  }
  .cc-pic {
    display: block;
    width: 20vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-25 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .button-3 {
    height: 39pt;
  }
  .text-block-11 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .hero---product.cap {
    height: 135vw;
  }
  .hero---product.cap.redcover.gren {
    height: 132vw;
  }
  .hero---product.cap.whyus-hero {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/whyusbg.PNG');
    background-image: linear-gradient(180deg, null, null), url('../images/whyusbg.PNG');
    background-position: 0px 0px, 50% 50%;
  }
  .hero---product.cap.whyus-hero._111-copy {
    height: auto;
    margin-top: 0vw;
    padding-top: 0vw;
    padding-bottom: 17vw;
  }
  .smokey-gray {
    padding: 20vw 3vw 16vw;
  }
  .smokey-gray.product {
    padding: 22vw 6vw;
  }
  .smokey-gray.product.dblue {
    padding: 20vw 4vw;
  }
  .smokey-gray.product.darkgray {
    padding-top: 20vw;
    padding-bottom: 0vw;
  }
  .smokey-gray.product.one {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
  .smokey-gray.product.dblue-copy {
    padding: 20vw 4vw;
  }
  .smokey-gray.product.gadient {
    padding-top: 20vw;
    padding-bottom: 0vw;
  }
  .hero-title-product {
    width: 87vw;
    margin-bottom: 10.7vw;
    padding-bottom: 10vw;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .div-block-26 {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
  .paragraph-6 {
    margin-bottom: 8vw;
  }
  .paragraph-6.cta {
    width: auto;
    margin-bottom: 13vw;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .button-4 {
    height: 45px;
    padding-right: 9vw;
    padding-left: 9vw;
    line-height: 1rem;
    text-align: center;
  }
  .text-block-12 {
    width: 73%;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .text-block-12.whyus-hero-white-parag {
    width: 90%;
    margin-top: 16vw;
    text-align: center;
  }
  .text-block-12.white {
    margin-bottom: 6vw;
  }
  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-right: 0vw;
    margin-bottom: 16vw;
    margin-left: 0vw;
    padding: 8vw 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-13 {
    width: 70%;
    font-size: 0.7rem;
  }
  .text-block-13.largertext {
    width: 90%;
    margin-bottom: 6.6rem;
  }
  .text-block-13.white {
    width: 90%;
    margin-bottom: 6.6rem;
  }
  .vv---para {
    text-align: center;
  }
  .vv---para.black {
    margin-bottom: 7vw;
  }
  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vv-box {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-28 {
    height: 385vw;
    padding-top: 27vw;
  }
  .heading-5 {
    margin-bottom: 7vw;
    font-size: 1.1rem;
    text-align: center;
  }
  .heading-5._2-bottommargin {
    width: 100%;
    margin-bottom: 16vw;
  }
  .heading-5._2-bottommargin.whitevtext {
    margin-bottom: 16vw;
  }
  .paragraph-7 {
    margin-bottom: 12vw;
    line-height: 1.09rem;
  }
  ._2fa---pic {
    width: 72vw;
    margin-bottom: 7vw;
    padding-top: 10vw;
  }
  ._2f---h4 {
    text-align: center;
  }
  .flex---af2 {
    width: 91vw;
  }
  .div-block-30 {
    margin: 8vw 0vw 1vw;
    padding: 9vw 5vw;
  }
  ._2fa---hd {
    line-height: 1.2rem;
  }
  .image-6 {
    background-image: url('../images/Home-Assets-06.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .whyus-hero-blue-parag {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    text-align: center;
  }
  .heading-7 {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .heading-8 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .paragraph-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-11._11 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-weight: 800;
    text-transform: uppercase;
  }
  .div-block-39.cllicktocall-img {
    height: 250px;
  }
  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-41 {
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }
  .div-block-43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-43.fieldtype {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .text-field-3 {
    width: auto;
  }
  .text-field-4 {
    width: auto;
  }
  .div-block-46 {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .div-block-46.move {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
  .paragraph-12.spave {
    margin-bottom: 6.7vw;
  }
  .button-5 {
    width: 98%;
  }
  .button-5._1 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-48._2colblock {
    margin-bottom: 2vw;
  }
  .div-block-48._2colblock.lit {
    margin-right: 0vw;
    margin-bottom: 16vw;
    margin-left: 0vw;
  }
  .div-block-49._111 {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .div-block-49.sidemarging-copy {
    padding-top: 20vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .div-block-49._111-copy {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .sign-in-hd {
    margin-bottom: 16vw;
  }
  .form-wrapper-4 {
    width: 97%;
    padding: 5vw 7vw 20vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-field-5 {
    width: 100%;
    height: 11vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .field-label-4 {
    text-align: center;
  }
  .field-label-4.left {
    text-align: left;
  }
  .field-label-4.checklabel {
    float: none;
  }
  .formline-signin {
    margin-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .paragraph-17 {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .div-block-57 {
    height: 145vw;
  }
  .contact-form-container {
    margin-right: 5vw;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-61 {
    padding: 14vw;
  }
  .paragraph-20 {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .paragraph-20._2ndp {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .paragraph-20.smalltextwhite {
    text-align: center;
  }
  .paragraph-20.smalltextwhite.callus {
    margin-top: 11vw;
  }
  .paragraph-20.smalltextwhite.followus {
    margin-top: 15vw;
  }
  .div-block-62 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .submit-button-6 {
    margin-top: 4vw;
  }
  .div-block-64 {
    height: 11.3vw;
  }
  .heroblock-a {
    height: 134vw;
    padding-top: 13vw;
    padding-bottom: 13vw;
  }
  .div-block-66 {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .div-block-67 {
    margin-bottom: 9vw;
  }
  .div-block-67.roundedblue {
    margin-bottom: 8vw;
  }
  .div-block-67.notrounded {
    margin-bottom: 5vw;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  ._2fa-title {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  ._2fa-paragraph {
    line-height: 1rem;
  }
  ._2fa-main-heading.white {
    margin-bottom: 10vw;
  }
  ._2fa-main-heading._2fahd {
    margin-bottom: 11vw;
  }
  ._2fa-main-paragraph {
    width: 87%;
  }
  .button-6 {
    height: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .button-6.move {
    width: 90%;
    height: 39pt;
    margin-bottom: 11px;
    line-height: 1rem;
  }
  .button-6.cta {
    width: 72%;
  }
  .button-6.not-rounded {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .link-5 {
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .text-span-3.white {
    color: #37a5c5;
  }
  .tabs-2 {
    width: 50%;
  }
  .div-block-75.edge {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-77.light-gray {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-80 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-header {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .heading-19 {
    font-size: 0.5rem;
  }
  .paragraph-26 {
    font-size: 0.6rem;
  }
  .paragraph-26.left-aligned {
    font-size: 0.6rem;
  }
  .div-block-95 {
    padding: 4vw 1vw;
  }
  .div-block-96 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .form-wrapper-5 {
    width: 250px;
  }
  .div-block-97 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-97.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-98 {
    padding-top: 19vw;
    padding-bottom: 19vw;
  }
  .div-block-98.bg {
    background-size: 1000vw;
  }
  .div-block-99 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-99.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc50.ccpara {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cc50.ccpara.lefy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cchd {
    text-align: center;
  }
  .text-block-17 {
    text-align: center;
  }
  .ccparag {
    font-size: 0.8rem;
    line-height: 0.89rem;
  }
  .heroliz {
    height: 134vw;
  }
  .h3-vv.red1 {
    margin-bottom: 3vw;
  }
  .h3-vv.red2 {
    margin-bottom: 3vw;
  }
  .h3-vv.red3 {
    margin-bottom: 3vw;
  }
  .h3-vv.red4 {
    margin-bottom: 3vw;
  }
  .h3-vv.red5 {
    margin-bottom: 3vw;
  }
  .h3-vv.red6 {
    margin-bottom: 3vw;
  }
  .h3-vv.red7 {
    margin-bottom: 3vw;
  }
  .h3-vv.green1 {
    margin-bottom: 6vw;
    text-align: center;
  }
  .h3-vv.green2 {
    margin-bottom: 3vw;
  }
  .h3-vv.green3 {
    margin-bottom: 3vw;
  }
  .h3-vv.green4 {
    margin-bottom: 3vw;
  }
  .text-block-18.red1 {
    margin-bottom: 3vw;
  }
  .text-block-18.red2 {
    margin-bottom: 3vw;
  }
  .text-block-18.red3 {
    margin-bottom: 3vw;
  }
  .text-block-18.red4 {
    margin-bottom: 3vw;
  }
  .text-block-18.red5 {
    margin-bottom: 3vw;
  }
  .text-block-18.red6 {
    margin-bottom: 3vw;
  }
  .text-block-18.red7 {
    margin-bottom: 3vw;
  }
  .text-block-18.green1 {
    margin-bottom: 3vw;
  }
  .text-block-18.green2 {
    margin-bottom: 3vw;
  }
  .text-block-18.green3 {
    margin-bottom: 3vw;
  }
  .text-block-18.green4 {
    margin-bottom: 3vw;
  }
  .paragraph-28 {
    text-align: center;
  }
  .paragraph-29 {
    margin-right: 4vw;
    margin-bottom: 9vw;
    margin-left: 4vw;
    padding: 9vw 7vw;
    -webkit-flex-basis: 89%;
    -ms-flex-preferred-size: 89%;
    flex-basis: 89%;
  }
  .div-block-102 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-field {
    display: block;
    width: 100%;
    margin: 11vw auto;
    padding-left: 9.3vw;
  }
  .div-block-105 {
    width: 88%;
  }
  .div-block-106 {
    margin-bottom: 16vw;
  }
  .div3col {
    width: 95%;
    padding: 4vw 11vw;
  }
  .div3col.ca {
    width: 100%;
    padding: 7vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div3col.ca._2f1 {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .div3col.email-size {
    width: 97%;
  }
  ._3col-title-cognitiveauto.purple {
    margin-bottom: 4.8vw;
  }
  .paragraph-32.usecase {
    line-height: 1.09rem;
  }
  .paragraph-32.usecase.center {
    line-height: 1.09rem;
  }
  .img-size {
    width: 15.5vw;
  }
  .tb---col---3 {
    width: 86vw;
    margin-bottom: 15vw;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .tb---col---3.email-cont {
    margin-bottom: 16vw;
  }
  .usecase-list {
    margin-right: -2vw;
    margin-left: -2vw;
  }
  .cta-textblock {
    height: 118vw;
    padding-right: 14vw;
    padding-left: 14vw;
    line-height: 1.8rem;
  }
  .cta-textblock.darkbg {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .subtitle-product-item {
    width: 78%;
  }
  .heading-21 {
    height: auto;
    margin-bottom: 9vw;
    font-size: 2.2rem;
    line-height: 2.1rem;
  }
  .signin-form {
    width: 81vw;
  }
  .signin-line2-copy {
    margin-bottom: 7.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .signin-line2-copy.top-margin {
    margin-top: 8.5vw;
  }
  .checkbox {
    margin-right: 2vw;
  }
  .div-block-110.half {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-113 {
    width: 87vw;
    margin-bottom: 20vw;
    padding-top: 25vw;
    padding-bottom: 6vw;
  }
  .image-18 {
    left: 24vw;
    top: -20vw;
    width: 38vw;
  }
  .div3col-copy {
    width: 92%;
    padding: 4vw;
  }
  .textarea-2 {
    height: 23vw;
    max-height: 18vw;
    min-height: 48vw;
  }
  .text-span3.w--current {
    color: #37a5c5;
  }
  .div-block-116 {
    height: 21vw;
  }
  .form-block {
    padding-top: 20vw;
    padding-bottom: 9vw;
    -webkit-flex-basis: 71%;
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%;
  }
  .div-block-117 {
    position: static;
    height: 378vw;
    padding-left: 4px;
  }
  .textarea-3 {
    width: 100%;
    min-height: 49vw;
  }
  .text-field-6 {
    width: 100%;
  }
  .section-2 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-5 {
    height: 10vw;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .bd-dropdowlink {
    height: 30px;
  }
  .navs-fixed {
    display: none;
  }
  .product-hd {
    height: auto;
    margin-bottom: 9vw;
    font-size: 2.2rem;
    line-height: 2.1rem;
  }
  .product-subhd {
    height: auto;
    margin-bottom: 9vw;
  }
  .heading-11-copy {
    width: 100%;
    padding-bottom: 13vw;
  }
  .div-block-41-copy {
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }
  .div-block-40-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-41-cocopy {
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }
  .product-subhd-copy {
    height: auto;
    margin-bottom: 9vw;
  }
  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-126 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-23 {
    min-width: 40vw;
  }
  .div-block-127 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-128 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .cloudcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-25 {
    width: 35vw;
  }
  .widget---head {
    height: 14vw;
  }
  .widget---block {
    height: 21vw;
  }
  .widget---block.button {
    height: 14vw;
  }
  .widget---close {
    height: 23vw;
  }
  .wid-butt-left {
    padding-left: 6px;
  }
  .wid-butt-right {
    padding-right: 6px;
  }
  .wud-img {
    margin-top: 4.6vw;
    margin-left: 10px;
  }
  .wid-butt-close {
    padding-bottom: 2vw;
    padding-left: 26vw;
  }
  .wid-butt-toggle {
    height: 23vw;
  }
  .wid-number-block {
    height: 23vw;
  }
  .text-block-30 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .wid-full-width-button.red {
    height: 14vw;
  }
  .wid-full-width-button.email {
    height: 14vw;
    font-size: 1rem;
    line-height: 1rem;
  }
  .div-block-135-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-35 {
    width: 92%;
  }
  .image-29 {
    margin-bottom: 6vw;
  }
  .chat-input {
    height: 20vw;
  }
  .submit-button-7 {
    height: 14vw;
  }
  .textarea-4 {
    max-height: 14vw;
  }
  .div-block-135-copy-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-8-copy {
    padding-bottom: 2vw;
  }
  .chat-input-copy {
    height: 20vw;
  }
  .wid-email-label {
    height: 14vw;
    min-width: 17vw;
  }
  .wid-input-emai {
    max-height: 14vw;
  }
  .wid-input-emai-copy {
    max-height: 14vw;
  }
  .button-7 {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .button-7._1 {
    margin-left: 16vw;
  }
  .hero-2col {
    padding-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-148 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-34 {
    width: 50vw;
  }
  .div-block-151 {
    top: -48.5vw;
  }
  .div-block-152 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-27 {
    text-align: center;
  }
  .paragraph-38.white {
    width: 90%;
  }
  .sign-in-accordion {
    display: none;
  }
  .div-block-174 {
    width: 100%;
    margin-top: 17vw;
    margin-bottom: 17vw;
  }
}

@font-face {
  font-family: 'Metro';
  src: url('../fonts/metro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue normal';
  src: url('../fonts/helvetica-normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/proxima-nova-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue light';
  src: url('../fonts/HelveticaNeueLTStd-Light_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue body';
  src: url('../fonts/HelveticaNeueLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica neue heavy';
  src: url('../fonts/HelveticaNeueLTStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}