body {
  font-family: Roboto, sans-serif;
  color: #708099;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #2d363d;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #2d363d;
  font-size: 23px;
  line-height: 29px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2d363d;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #708099;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  padding-top: 4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2d363d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2d363d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #708099;
  font-size: 16px;
  line-height: 27px;
}

a {
  color: #708099;
  text-decoration: underline;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
}

blockquote {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  border-radius: 2px;
  color: #708099;
  font-size: 10.5px;
  line-height: 13px;
  text-align: right;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.less-bottom-padding {
  padding-bottom: 10px;
}

.content-section.less-top-padding {
  padding-top: 20px;
}

.content-section.blog {
  padding-top: 120px;
}

.content-section.no-bottom-padding {
  padding-bottom: 0px;
}

.content-section.half-top-padding {
  padding-top: 50px;
}

.content-section.purple {
  background-image: -webkit-linear-gradient(317deg, #6a3ccc, #4625ba);
  background-image: linear-gradient(133deg, #6a3ccc, #4625ba);
}

.content-section.gray {
  background-color: #f8fbff;
}

.content-section.purple-2 {
  background-color: #f8fbff;
}

.content-section.purple-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(317deg, #6036c7, #4625ba);
  background-image: linear-gradient(133deg, #6036c7, #4625ba);
}

.content-section.gray-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f8fa;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.purple-cta {
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(317deg, #3919ac, #7d4ae9);
  background-image: linear-gradient(133deg, #3919ac, #7d4ae9);
}

.content-section.purple-4 {
  background-image: -webkit-linear-gradient(270deg, #6036c7, #4625ba);
  background-image: linear-gradient(180deg, #6036c7, #4625ba);
}

.content-section.purple-5 {
  overflow: hidden;
  min-height: 645px;
  background-image: -webkit-linear-gradient(270deg, #6036c7, #4625ba);
  background-image: linear-gradient(180deg, #6036c7, #4625ba);
}

.content-wrapper {
  position: relative;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

.pricing-wrapper {
  position: relative;
  max-width: 1140px;
}

.content-wrapper._100 {
  height: 100%;
}

.style-box {
  margin-bottom: 60px;
}

.mini-title {
  margin-bottom: 5px;
  color: #708099;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mini-title.white {
  color: #fff;
}

.mini-title.no-border {
  margin-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 75px;
  /*background-color: #1b1c1f;*/
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-left: 3%;
  -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-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}


.brand.w--current {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.nav-link {
  height: 75px;
  padding-top: 22px;
  background-color: transparent;
  /*color: #fff;*/
  line-height: 14px;
}
.w-nav-link > p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 2px;
}

a.nav-link-contact.w-nav-link {
  height: 75px;
  padding-top: 22px;
  background-color: black;
  /*color: #fff;*/
  line-height: 14px;
  font-weight: 600;
}

.nav-link.w--current {
  color: .;
}

.nav-link.search {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/Lupa_1Lupa.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.nav-link.search-mobile {
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/Lupa_1Lupa.png');
  background-position: 20px 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.nav-link.search-mobile:hover {
  background-color: #1b1c1f;
}

.nav-link._2 {
  width: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link._2:hover {
  background-color: #1b1c1f;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 167px;
  padding-bottom: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero-section._2 {
  min-height: 80vh;
  padding-top: 170px;
  padding-bottom: 150px;
  background-color: #f8fbff;
  background-image: url('../images/howler-main-bg.svg');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll, fixed;
}

.hero-section._1 {
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: white;
}

.hero-center {
  position: relative;
  z-index: 10;
  display: block;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-content {
  background: #f8fbff;
}

.h1.large {
  margin-top: 10px;
  margin-bottom: 13px;
  color: white;
  font-size: 35px;
  line-height: 44px;
}

.h1.large-dark {
  margin-top: 10px;
  margin-bottom: 13px;
  color: #2d363d;
  font-size: 35px;
  line-height: 42.5px;
}

.h1.extra {
  font-size: 45px;
  line-height: 55px;
}

.h1.large-less-border {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 35px;
  line-height: 44px;
}

.mini-title-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 9px 14px 7px;
  border: 1px solid #708099;
  border-radius: 45px;
  color: #708099;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-2.paragraph-white {
  border-color: #fff;
}

.separation {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subtitle {
  color: white;
  font-size: 18px;
  line-height: 26px;
  margin-top: 1em;
  margin-bottom: 2em;
  font-weight: 300;
}

.subtitle.white {
  font-size: 1em;
  margin-bottom: 2em;
  color: #fff;
  text-align: center;
  padding-top: 2em;
}

.subtitle.border {
  margin-bottom: 25px;
}

.subtitle.gray {
  color: #3C484E;
  font-size: 1em;
  line-height: 1.8em;
  padding-bottom: 1.25em;
}

.subtitle.gray-border {
  margin-bottom: 25px;
  color: #677582;
}

.button-2 {
  min-width: 125px;
  padding: 13px 28px;
  border: 2px solid #fff;
  border-radius: 95px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.button-2:hover {
  background-color: #fff;
  color: #2d363d;
}

.button-2.purple:hover {
  color: #6a3ccc;
}

.frame-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17%;
  height: 272px;
  margin-top: 6%;
  margin-left: 2.5%;
  background-image: url('../images/Frame-Left.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 17%;
  height: 272px;
  margin-top: 6%;
  margin-right: 2.5%;
  background-image: url('../images/Frame-right.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.macbook {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 42%;
  height: 397px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/MacBook-Silver.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lamp {
  position: absolute;
  left: -72px;
  top: 64px;
  right: 0px;
  bottom: 0px;
  width: 29%;
  height: 240px;
  background-image: url('../images/Lamp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.horse {
  position: absolute;
  left: 98%;
  top: 157px;
  right: 0px;
  bottom: 0px;
  width: 19.3%;
  height: 151px;
  background-image: url('../images/Horse.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.center-box {
  display: block;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  text-align: center;
}

.center-box.no-border {
  margin-bottom: 0px;
}

.subtitle-box {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.subtitle-box._2 {
  width: 90%;
}

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

.pricing-box-2 {
  position: relative;
  background: white;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31.5%;
  max-width: 380px;
  padding: 25px;
  -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;
  border: solid 1px #e4eef4;
  border-radius: 5px;
  text-align: center;
}

.pricing-box-2:hover {
  box-shadow: 0px 20px 75px -15px rgba(0, 0, 255, .05);
}

.title-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67px;
  height: 67px;
  margin-bottom: 15px;
  -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: 50%;
  background-color: #f1f9ff;
}

.title-icon._1 {
  background-image: url('../images/Shield_1Shield.png');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.title-icon._2 {
  background-image: url('../images/Basket_1Basket.png');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.title-icon._3 {
  background-image: url('../images/Layers_1Layers.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.text-small {
  font-size: 15px;
  line-height: 22px;
}

.text-small.strikeout {
  text-decoration: line-through;
}

.text-small.white {
  color: #fff;
}

.intro-text-box {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 15px 14px 5px;
  border: solid 1px #e4eef4;
  border-bottom: solid 1px #e4eef4;
  text-align: center;
  border-radius: 5px;
}

.button-3 {
  width: 100%;
  height: 44px;
  min-width: 120px;
  padding-top: 15px;
  border: 1px solid #0059ec;
  border-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-3:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.w-button {
  background-color: #0f65ef;
  color: white;
  font-size: 1em;
  border: none;
}

.case-study {
  background-color: #0f65ef;
  border-radius: 3px;
}

.paragraph.less-height {
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}

.paragraph.less-height-white {
  color: #fff;
  line-height: 24px;
}

.paragraph.less-border {
  margin-bottom: 5px;
}

.flex-space {
  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-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;
}

.flex-space.padding {
  padding-right: 3%;
  padding-left: 3%;
}

._53-percent-column {
  width: 53%;
  max-width: 583px;
  min-height: 635px;
  background-image: url('../images/Guys.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._47-percent-column {
  width: 47%;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item.border {
  margin-bottom: 25px;
}

.text-right {
  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;
}

.left-icon {
  margin-right: 34px;
}

.text-box-1 {
  padding: 35px 35px 35px 60px;
}

.text-link {
  color: #0070ee;
  font-size: 14px;
  font-weight: 500;
}

.text-link.no-underline {
  text-decoration: none;
}

.text-link.no-underline:hover {
  text-decoration: underline;
}

._57-percent-column {
  width: 55%;
  max-width: 605px;
  min-height: 404px;
  background-image: url('../images/Img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._47-percent-column-copy {
  width: 45%;
}

.text-block-2 {
  padding-right: 6%;
  padding-left: 7%;
}

.left-icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding-top: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 22px;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd5;
}

.item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd5;
}

.item-3._6 {
  margin-bottom: 0px;
}

.item-3._5 {
  margin-bottom: 0px;
}

.no-top-border {
  margin-top: 0px;
}

.link-block {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.link-block.white {
  color: #fff;
}

.text-block {
  display: inline-block;
}

.mini-arrow {
  display: inline-block;
  margin-left: 3px;
  font-size: 9px;
}

._50-column {
  position: relative;
  width: 50%;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-column.center {
  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;
}

._50-column.flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column.spaced {
  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;
}

._50-column.flex-no-border {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-icon-2 {
  margin-top: -2px;
  margin-right: 8px;
}

.text-small-block {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
}

.bottom-line-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-bottom: 1px solid #c4cbd5;
}

.bottom-line-1.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-3 {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 35px;
}

.inline-block {
  display: inline-block;
}

.medium-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  -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: 50%;
  background-color: #f1f9ff;
}

.medium-icon.team {
  background-image: url('../images/Eye_1Eye.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.medium-icon.solutions {
  background-image: url('../images/wrench_1wrench.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.medium-icon.works {
  background-image: url('../images/Diamond_1Diamond.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.medium-icon.pricing {
  background-image: url('../images/Basket_1Basket.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.medium-icon.process {
  background-image: url('../images/Nav_1Nav.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 70px;
}

.member-picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 350px;
  margin-bottom: 5px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-name {
  color: #2d363d;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.title-name.white {
  color: #fff;
}

.title-name.footer {
  font-size: 16px;
}

.title-name.large {
  font-size: 23px;
  line-height: 35px;
}

.title-name.small {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.1%;
  -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-image: -webkit-linear-gradient(223deg, #6a3ccc, #4625ba);
  background-image: linear-gradient(227deg, #6a3ccc, #4625ba);
  opacity: 0.97;
}

.collection-item-2 {
  width: 50%;
  margin-bottom: 70px;
}

.collection-item-2.no-border {
  margin-bottom: 0px;
}

.preview-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 335px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview-image.blog {
  min-height: 415px;
}

.pricing-box {
  position: relative;
  overflow: hidden;
  width: 31.5%;
  max-width: 350px;
  padding-top: 35px;
  padding-bottom: 30px;
  border: 1px solid #c4cbd5;
  border-radius: 5px;
  background-color: #fff;
}

.pricing-intro {
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
}

.price {
  display: inline-block;
  margin-right: 2px;
  color: #2d363d;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
}

.price.medium {
  font-size: 32.5px;
  line-height: 32.5px;
}

.price.medium-white {
  color: #fff;
  font-size: 32.5px;
  line-height: 32.5px;
}

.currency {
  display: inline-block;
  font-size: 1em;
  line-height: 20px;
  font-weight: 300;
  color: #3c484e;
}

.currency.white {
  color: #fff;
}

.plan-price {
  margin-bottom: 10px;
}

.plan-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c4cbd5;
}

.plan-feature.last {
  border-bottom: 1px solid #c4cbd5;
}

.expand {
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-border {
  margin-right: 15px;
}

.plan-button-box {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.ribbon {
  position: absolute;
  top: 9px;
  right: -22px;
  width: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  background-color: #e32;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: 500;
}

.ribbon._2 {
  right: -32px;
  padding-left: 17px;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
}

.faq-box._1 {
  border-right: 1px solid #c4cbd5;
  border-bottom: 1px solid #c4cbd5;
}

.faq-box._2 {
  border-bottom: 1px solid #c4cbd5;
}

.faq-box._3 {
  border-right: 1px solid #c4cbd5;
  border-bottom: 1px solid #c4cbd5;
}

.faq-box._4 {
  border-bottom: 1px solid #c4cbd5;
}

.faq-box._5 {
  border-right: 1px solid #c4cbd5;
}

.question-tag {
  display: inline;
  margin-right: 9px;
  color: #2d363d;
  font-size: 18px;
  font-weight: 500;
}

.question {
  display: inline;
  margin-right: 9px;
  color: #2d363d;
  font-size: 18px;
  font-weight: 500;
}

.ansewer-tag {
  display: inline-block;
  margin-right: 9px;
  color: #0070ee;
  font-size: 18px;
  font-weight: 500;
}

.answer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-weight: 300;
}

.bottom-border {
  margin-bottom: 15px;
}

.bottom-border.medium {
  margin-bottom: 10px;
}

.bottom-border.small {
  margin-bottom: 5px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.display-none {
  display: none;
}

.slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.testimonial {
  width: 31.3%;
  height: auto;
  margin-right: 2.5%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 15px 29px 37px -25px rgba(0, 0, 0, .1);
}

.testimonial.last {
  margin-right: 5%;
}

.testimonial-text {
  font-size: 16px;
  color: #3c484e;
}

.testimonial-text a {
  text-decoration: none;
  font-weight: 500;
  color: #3c484e;
}

.testimonial-sign {
  font-size: 14px;
}

.testimonial-sign a {
  text-decoration: none;
  font-weight: 500;
  color: #3c484e;
}

.lines-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.lines-box.no-top-line {
  border-top-style: none;
}

.lines-box.no-lines {
  border-top-style: none;
  border-bottom-style: none;
}

.text-block-4 {
  width: 33%;
  padding: 7px 3%;
  border-right: 1px solid #c4cbd5;
  text-align: center;
}

.text-block-4._3 {
  border-right-style: none;
}

.h3.regular {
  font-weight: 400;
}

.h3.regular-white {
  color: #fff;
  font-weight: 400;
}

.h3.medium {
  font-size: 21px;
}

.h3.small-white {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.h3.white-border {
  margin-bottom: 4px;
  color: #fff;
}

.h3.large {
  font-size: 23px;
  line-height: 30px;
}

.h3.medium-white {
  color: #fff;
  font-size: 21px;
}

.h3.regular-border {
  margin-bottom: 3px;
  font-weight: 400;
}

.h3.small {
  font-size: 18px;
  line-height: 25px;
}

.icon-border {
  margin-bottom: 13px;
  font-size: 2.25em;
}

.testimonial-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.team-pic {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #f7f8fa;
}
.team-pic._1 {
  background-image: url('../images/matt.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-pic._2 {
  background-image: url('../images/daniel.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-pic._3 {
  background-image: url('../images/aaron.jpg');
  background-position: 0px 0px;
  background-size: 55px;
}

.team-pic._4 {
  background-image: url('../images/david.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.advisor-pic {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #f7f8fa;
}

.advisor-pic.cai {
  background-image: url('../images/cai.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.pishevar {
  background-image: url('../images/pishevar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.advisor-pic.silver {
  background-image: url('../images/silver.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.lucky {
  background-image: url('../images/lucky.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.ingallinera {
  background-image: url('../images/ingallinera.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.stefan {
  background-image: url('../images/stefan.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.tsai {
  background-image: url('../images/tsai.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.kyra {
  background-image: url('../images/kyra.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.xie {
  background-image: url('../images/xie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.lisovetsky {
  background-image: url('../images/lisovetsky.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.grills {
  background-image: url('../images/grills.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.font {
  background-image: url('../images/font.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.mathis {
  background-image: url('../images/mathis.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.ueno {
  background-image: url('../images/ueno.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.advisor-pic.linfoot {
  background-image: url('../images/linfoot.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.testimonial-name {
  margin-bottom: 5px;
  color: #2d363d;
  line-height: 20px;
  font-weight: 500;
}

.testimonial-name.white {
  color: #fff;
}

.company {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 300;
}

.company.white {
  color: #fff;
}

.testimonial-person-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 25px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._50-column-form {
  width: 50%;
  padding: 80px 50px;
  background-image: -webkit-linear-gradient(307deg, #4e2abe, #6036c7);
  background-image: linear-gradient(143deg, #4e2abe, #6036c7);
}

._50-column-form.gray {
  background-color: #f1f3f7;
  background-image: none;
}

.h2.white {
  color: #fff;
}

.h2.medium-white {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
}

.text-field {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-left: 19px;
  border: 2px solid #ffd772;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.gray {
  border-color: #c4cbd5;
}

.text-field.gray:focus {
  color: #708099;
}

.text-field.gray::-webkit-input-placeholder {
  color: #708099;
}

.text-field.gray:-ms-input-placeholder {
  color: #708099;
}

.text-field.gray::placeholder {
  color: #708099;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  width: 100%;
  height: 45px;
  padding-top: 10px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, #ffe29b, #ffca41);
  background-image: linear-gradient(180deg, #ffe29b, #ffca41);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
}

.submit-button:hover {
  background-image: -webkit-linear-gradient(270deg, #f8cc61, #ffca41);
  background-image: linear-gradient(180deg, #f8cc61, #ffca41);
}

.submit-button.purple {
  color: #4927bc;
  font-weight: 500;
}

.submit-button.dark {
  color: #2d363d;
}

.text-field-message {
  width: 100%;
  height: 85px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-bottom: 32px;
  padding-left: 19px;
  border: 2px solid #ffd772;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.text-field-message::-webkit-input-placeholder {
  color: #fff;
}

.text-field-message:-ms-input-placeholder {
  color: #fff;
}

.text-field-message::placeholder {
  color: #fff;
}

.text-field-message.gray {
  border-color: #c4cbd5;
}

.text-field-message.gray:focus {
  color: #708099;
}

.text-field-message.gray::-webkit-input-placeholder {
  color: #708099;
}

.text-field-message.gray:-ms-input-placeholder {
  color: #708099;
}

.text-field-message.gray::placeholder {
  color: #708099;
}

.text-mini-block {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}

.text-mini-block.border {
  margin-right: 3px;
}

.text-mini-block.double-border {
  margin-right: 3px;
  margin-left: 3px;
}

.link-mini {
  font-size: 14px;
  line-height: 21px;
}

.link-mini.no-underline {
  text-decoration: none;
}

.link-mini.no-underline:hover {
  text-decoration: underline;
}

.link-mini.italic {
  font-style: italic;
}

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

.text-block-5 {
  display: inline-block;
  width: 42%;
  margin-right: 8%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffca41;
}

.text-block-5._3 {
  margin-bottom: 0px;
}

.text-block-5._4 {
  margin-bottom: 0px;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.less-height {
  line-height: 24px;
}

.paragraph-white.small {
  font-size: 15px;
  line-height: 25px;
}

.medium-border {
  margin-bottom: 10px;
}

.form-block {
  margin-bottom: 0px;
}

.flex-space-end {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-section {
  background-color: #f8fbff;
  border-top: solid 1px #e4eef4;
}

.footer-column-3 {
  width: 40%;
  padding-left: 45px;
  border-left: 1px solid #c4cbd5;
}

.collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd5;
}

.mini-preview {
  position: relative;
  width: 132px;
  height: 80px;
  margin-right: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-post-link {
  color: #2d363d;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.small-border {
  margin-bottom: 3px;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-left: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column-2.full {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.footer-menu-link {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column-1 {
  width: 20%;
  padding-top: 3px;
}

.footer-notice-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c4cbd5;
}

.footer-notice-text {
  font-size: 13px;
  line-height: 23px;
}

.go-up {
  width: 35px;
  height: 31px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #d3d8e0;
  background-image: url('../images/Arrow-up_1Arrow-up.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-link-white {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

._50-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown {
  height: 75px;
}

.dropdown-toggle {
  height: 75px;
  padding-top: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-list {
  background-color: #1b1c1f;
}

.dropdown-list.w--open {
  background-color: #0c0c0c;
}

.dropdown-link {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-link:hover {
  background-color: #1b1c1f;
}

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

.slide-nav {
  position: relative;
  margin-top: 25px;
}

.menu-button {
  height: 75px;
  background-color: #0c0c0c;
  color: #fff;
}

.menu-button.w--open {
  background-color: #0c0c0c;
}

.nav-link-contact {
  height: 75px;
  padding-top: 22px;
  padding-right: 35px;
  padding-left: 30px;
  background-color: black;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.nav-link-contact:hover {
  background-color: #27282c;
}

.nav-link-contact.w--current {
  color: #c4cbd5;
}

.nav-link-contact.mobile {
  width: 100%;
  padding-left: 20px;
}

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

.mask {
  width: 100%;
  padding: 30px 3%;
}

.success-message {
  background-color: transparent;
  color: #fff;
}

.success-message.dark {
  color: #708099;
}

.search-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-height: 290px;
  padding-top: 107px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 5%, .95);
}

.search-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.search-input {
  height: 44px;
  margin-right: 25px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
}

.search-input:focus {
  color: #fff;
}

.search-input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.search-input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.search-input::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.search-input.gray {
  border-style: solid;
  border-color: #c4cbd5;
}

.search-input.gray::-webkit-input-placeholder {
  color: #708099;
}

.search-input.gray:-ms-input-placeholder {
  color: #708099;
}

.search-input.gray::placeholder {
  color: #708099;
}

.close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  -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;
}

.search-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;
  -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;
}

.hero-post {
  min-height: 750px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-post {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f8fa;
}

.content-wrapper-post {
  height: 100%;
  max-width: 1140px;
  padding: 80px 35px 40px;
  background-color: #fff;
}

.post-details-box {
  display: block;
  width: 54%;
  margin-right: auto;
  margin-left: auto;
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.link-block-3 {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #c4cbd5;
  border-bottom: 1px solid #c4cbd5;
}

.tag-title {
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 22px;
}

.link-small {
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.link-small:hover {
  text-decoration: underline;
}

.link-small.border {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.final-dots {
  margin-bottom: 25px;
  text-align: center;
}

.title-box {
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c4cbd5;
}

.mini-title-link-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 14px 7px;
  border: 1px solid #708099;
  border-radius: 45px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #708099;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link-2:hover {
  border-color: #708099;
  background-color: #708099;
  color: #fff;
}

.mini-title-link-2.white {
  margin-bottom: 0px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.mini-title-link-2.white:hover {
  background-color: #fff;
  color: #6a3ccc;
}

.empty-state {
  background-color: transparent;
}

.left-justified {
  margin-top: 25px;
  text-align: right;
}

.logo {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  margin: auto;
}

.mini-title-link-3 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 7px;
  border-radius: 45px;
  color: #708099;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link-3:hover {
  text-decoration: underline;
}

.mini-title-link-3.white {
  margin-bottom: 0px;
  border-style: none;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.mini-title-link-3.white:hover {
  text-decoration: underline;
}

.inner-hero {
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding-top: 70px;
  -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-image: -webkit-linear-gradient(317deg, rgba(106, 60, 204, .98), rgba(70, 37, 186, .97)), url('../images/dylan-gillis-533818.jpg');
  background-image: linear-gradient(133deg, rgba(106, 60, 204, .98), rgba(70, 37, 186, .97)), url('../images/dylan-gillis-533818.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.inner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.top-border {
  margin-top: 10px;
}

.top-border.medium {
  margin-top: 18px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.small {
  margin-top: 15px;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 44px;
  height: 37px;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url('../images/Arrow-down_1Arrow-down.png'), -webkit-linear-gradient(317deg, #6a3ccc, #4625ba);
  background-image: url('../images/Arrow-down_1Arrow-down.png'), linear-gradient(133deg, #6a3ccc, #4625ba);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px, auto;
  background-repeat: no-repeat, repeat;
}

.text-white {
  color: #fff;
}

.left {
  width: 62%;
}

.latest-post {
  width: 100%;
}

.author-pic {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-pic.medium {
  width: 40px;
  height: 40px;
}

.author-pic.large {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.flex-center {
  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;
}

.flex-center.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medium-top-border {
  margin-top: 15px;
}

.large-bottom-border {
  margin-bottom: 60px;
}

.preview-image-2 {
  position: relative;
  overflow: hidden;
  width: 42%;
  min-height: 172px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.righ-text-preview {
  width: 50%;
  padding-top: 8px;
  padding-left: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right {
  width: 34%;
}

.side-column-item {
  margin-bottom: 40px;
}

.logo-border {
  margin-bottom: 15px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.logo-border:hover {
  opacity: 0.8;
}

.preview-image-3 {
  position: relative;
  width: 36%;
  min-height: 92px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.righ-text-preview-2 {
  width: 50%;
  padding-top: 3px;
  padding-left: 14px;
  -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;
}

.side-menu-link-2 {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}

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

.text-field-2 {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-left: 19px;
  border: 2px solid #c4cbd5;
  background-color: transparent;
  font-size: 14px;
}

.title-box-2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4cbd5;
}

.title-box-2.flex {
  margin-bottom: 35px;
}

.work-left {
  width: 34%;
  padding-right: 15px;
}

.overview-item {
  margin-bottom: 8px;
}

.title {
  display: inline;
  margin-right: 5px;
  color: #2d363d;
  font-weight: 500;
}

.details {
  display: inline;
  margin-right: 5px;
}

.work-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-left {
  display: block;
  width: 60%;
  height: 100%;
  padding-top: 3%;
}

.laptop {
  width: 52%;
  padding-top: 10%;
  padding-left: 10%;
}

.hero-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pricing-text-wrapper {
  text-align: left;
}
.pricing-text {
  margin-bottom: 1em;
}
.button-hero {
  min-width: 120px;
  padding: 13px 28px;
  border: none;
  border-radius: 3px 3px 3px 3px;
  background-color: black;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 1.2em;
  line-height: 14px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .5px;
}

.button-hero:hover {
  box-shadow: 15px 29px 37px -25px rgba(0, 0, 0, 1);
  /*color: #6a3ccc;*/
}

.button-hero-2 {
  min-width: 120px;
  padding: 13px 28px;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #6a3ccc;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.button-hero-2:hover {
  padding-left: 26px;
  border-left-style: solid;
  background-color: transparent;
  color: #fff;
}

.left-full {
  position: relative;
  right: 176px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 65%;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  margin-right: 25px;
}

.right-negative {
  position: relative;
  right: 147px;
  width: 34%;
  max-width: 535px;
}

.text-box-2 {
  padding-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.circled-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -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: 2px dashed #708099;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.left-number {
  margin-right: 25px;
  padding-top: 5px;
}

._42-percent {
  width: 42%;
}

._58-percent {
  width: 58%;
}

.text-box-3 {
  width: 100%;
  padding-right: 35px;
}

.purple-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 7px 5px;
  border-radius: 2px;
  background-color: #e32;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 500;
}

.button {
  height: 45px;
  min-width: 150px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #0070ee;
  border-radius: 3px;
  background-color: #0f65ef;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: white;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
}

.button:hover {
  background-color: #0070ee;
  color: #fff;
}

.bg {
  margin-bottom: 16px;
}

.bg.color {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #c4cbd5;
}

.full-section {
  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;
}

.half-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(317deg, #4625ba, #6a3ccc);
  background-image: linear-gradient(133deg, #4625ba, #6a3ccc);
}

.half-1.right {
  padding-left: 4%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(317deg, #6a3ccc, #4625ba);
  background-image: linear-gradient(133deg, #6a3ccc, #4625ba);
}

.text-block-7 {
  width: 71%;
  padding-right: 20px;
  padding-left: 20px;
}

.h4.white {
  color: #fff;
}

.h4.less-border {
  margin-bottom: 3px;
}

.h4.small-white {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.h4.large {
  margin-bottom: 3px;
  font-size: 23px;
}

.h4.small {
  margin-bottom: 3px;
  font-size: 16px;
}

.h4.less-border-white {
  margin-bottom: 3px;
  color: #fff;
}

.h4.less-border {
  margin-bottom: 3px;
}

.h4.small-with-border {
  font-size: 16px;
}

.h4.less-border-2 {
  margin-bottom: 6px;
}

.half-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.half-2.picture {
  background-image: url('../images/nick-hillier-215633.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-full {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/alex-holyoake-361922.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-height: 45px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #fff;
  border-radius: 3px;
}

.outline-icon {
  width: 47.5px;
  border-right: 1px solid #fff;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.outline-icon._2 {
  background-image: url('../images/Basket_1Basket.png');
  background-size: 19px;
}

.outline-icon._3 {
  background-image: url('../images/Eye_1Eye.png');
  background-size: 22px;
}

.outline-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 15px;
  -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;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

.content-section-offset {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  padding-right: 1%;
  padding-bottom: 25px;
  padding-left: 2%;
  -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;
}

.flex-bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-bottom: 1px solid #c4cbd5;
}

.blue-bg {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: linear-gradient(133deg, #00d6fb, #0053ea);
}

.blue-bg._1 {
  background-image: url('../images/shield.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/shield.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._2 {
  background-image: url('../images/diamante.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/diamante.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._3 {
  background-image: url('../images/carpeta.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/carpeta.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._4 {
  background-image: url('../images/relampago.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/relampago.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 26px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._5 {
  background-image: url('../images/guia-telefonica.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/guia-telefonica.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 21px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._6 {
  background-image: url('../images/Browser_2Browser.png'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/Browser_2Browser.png'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.blue-bg._7 {
  background-image: url('../images/cesta-de-la-compra.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0053ea);
  background-image: url('../images/cesta-de-la-compra.svg'), linear-gradient(133deg, #00d6fb, #0053ea);
  background-position: 50% 50%, 0px 0px;
  background-size: 21px, auto;
  background-repeat: no-repeat, repeat;
}

.flex-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-bottom: 20px;
  padding-bottom: 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}

.flex-75.last {
  margin-bottom: 0px;
}

.div-block-11 {
  margin-right: 12px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

.checkbox {
  margin-right: 10px;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.preview-image-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 570px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.button-4 {
  min-width: 125px;
  padding: 13px 28px;
  border: 2px solid #0070ee;
  border-radius: 95px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0070ee;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.button-4:hover {
  background-color: #0070ee;
  color: #fff;
}

.mini-arrow-white {
  display: inline-block;
  margin-left: 3px;
  font-size: 9px;
}

.lines-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, .6);
}

.plan-price-2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-title {
  width: 40%;
  padding: 15px 25px 13px;
  border-right: 1px solid #c4cbd5;
}

.pricing-box-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #c4cbd5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.column {
  width: 20%;
  border-right: 1px solid #c4cbd5;
}

.center-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 8px 25px;
  -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-top: 1px solid #c4cbd5;
  border-right: 1px solid #c4cbd5;
  text-align: center;
}

.center-element._3 {
  border-right-style: none;
}

.plan-feature-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 8px 25px;
  -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;
  border-top: 1px solid #c4cbd5;
  border-right: 1px solid #c4cbd5;
}

.row-20 {
  position: relative;
  overflow: hidden;
  width: 20%;
  padding: 21px 25px 13px;
  text-align: center;
}

.row-20._1 {
  border-right: 1px solid #c4cbd5;
}

.row-20._2 {
  border-right: 1px solid #c4cbd5;
}

.faq-box-2 {
  width: 47%;
  padding: 30px 3% 15px;
}

.team-1 {
  width: 45%;
  height: auto;
  margin-bottom: 2%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 25px 10px -25px rgba(112,128,153,.25);
}

.testimonial-2 {
  width: 31.3%;
  height: auto;
  margin-bottom: 2%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 25px 10px -25px rgba(112,128,153,.25);
}

.testimonial-2.last {
  margin-right: 5%;
}

.div-block-12 {
  width: 100%;
}

.left-justified-full {
  width: 100%;
  padding-right: 20px;
}

.text-field-3 {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-left: 19px;
  border: 2px solid #ffd772;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.text-field-3::-webkit-input-placeholder {
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  color: #fff;
}

.text-field-3::placeholder {
  color: #fff;
}

.text-field-3.gray {
  border-color: #c4cbd5;
}

.text-field-3.gray:focus {
  color: #708099;
}

.text-field-3.gray::-webkit-input-placeholder {
  color: #708099;
}

.text-field-3.gray:-ms-input-placeholder {
  color: #708099;
}

.text-field-3.gray::placeholder {
  color: #708099;
}

._50-form-2 {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
}

.form-title {
  padding: 15px 35px 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eceff4;
  background-image: -webkit-linear-gradient(310deg, #4f2bbf, #4b28bd);
  background-image: linear-gradient(140deg, #4f2bbf, #4b28bd);
}

.form-text {
  padding-top: 15px;
  padding-right: 35px;
  padding-left: 35px;
}

.form-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-bg {
  width: 100%;
  padding: 22px 35px;
  background-image: -webkit-linear-gradient(307deg, #4f2bbf, #4e2abe);
  background-image: linear-gradient(143deg, #4f2bbf, #4e2abe);
}

.submit-bg.gray {
  background-color: #eceff4;
  background-image: none;
}

.inputs-container {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}

.form-100 {
  overflow: hidden;
  width: 100%;
  max-width: 470px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(307deg, #4b28bd, #6036c7);
  background-image: linear-gradient(143deg, #4b28bd, #6036c7);
  box-shadow: 21px 21px 38px 1px #4625ba;
}

.form-100.gray {
  background-color: #f1f3f7;
  background-image: none;
  box-shadow: 21px 21px 38px 1px rgba(112, 128, 153, .2);
}

.form-100.shadow {
  box-shadow: 17px 17px 48px 1px rgba(70, 37, 186, .3);
}

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

._50-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hand {
  position: relative;
  width: 47%;
  margin-right: 6%;
  text-align: center;
}

.circle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
}

.hand-image {
  position: relative;
  z-index: 1;
}

.hero-left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex-2 {
  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-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;
}

.intro-features-section {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(317deg, #512cc0, #4625ba);
  background-image: linear-gradient(133deg, #512cc0, #4625ba);
}

.intro-feature {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, .6);
  text-align: center;
}

.intro-feature._4 {
  border-right-style: none;
}

.blue-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 6px 5px 7px;
  border-radius: 3px;
  background-color: #0070ee;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.image-4 {
  position: relative;
}

.flex-extra {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
  -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-bottom: 1px solid #c4cbd5;
}

.flex-extra._2 {
  padding-bottom: 40px;
}

.flex-extra._12 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.flex-extra.no-line {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.mini-blue-bg {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #f1f9ff;
}

.mini-blue-bg._1 {
  background-image: url('../images/Shield_1Shield.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.mini-blue-bg._2 {
  background-image: url('../images/Layers_1Layers.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.mini-blue-bg._3 {
  background-image: url('../images/Padlock-1_1Padlock (1).png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.text-mini {
  font-size: 14px;
  line-height: 20px;
}

.text-mini.white {
  color: #fff;
}

.column-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
}

.text-block-8 {
  margin-top: 0px;
  margin-left: 5%;
  padding-left: 6%;
}

.text-block-9 {
  margin-right: 5%;
  padding-right: 6%;
}

.mini-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40px;
  margin-right: 5px;
  -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: 50%;
}

.column-mini-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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-style: solid solid solid none;
  border-width: 1px;
  border-color: #c4cbd5;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.outer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  height: 212px;
  -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;
  border: 2px solid #fff;
  border-radius: 50%;
}

.inner-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  -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: 2px solid #fff;
  border-radius: 50%;
}

.number {
  margin-bottom: 9px;
  color: #fff;
  font-size: 37.5px;
  line-height: 37.5px;
}

.text.white {
  color: #fff;
}

.circle-item-2 {
  position: relative;
  right: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 154px;
  -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: 50%;
  background-color: hsla(0, 0%, 100%, .5);
}

._50-column-circles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.inner-circle-1 {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background-image: url('../images/cursor.svg'), -webkit-linear-gradient(270deg, #ffa176, #fa12f2);
  background-image: url('../images/cursor.svg'), linear-gradient(180deg, #ffa176, #fa12f2);
  background-position: 50% 50%, 0px 0px;
  background-size: 45px, auto;
  background-repeat: no-repeat, repeat;
}

.inner-circle-2 {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background-image: url('../images/cesta-de-la-compra.svg'), -webkit-linear-gradient(270deg, #fc0ae8, #7655f3);
  background-image: url('../images/cesta-de-la-compra.svg'), linear-gradient(180deg, #fc0ae8, #7655f3);
  background-position: 50% 50%, 0px 0px;
  background-size: 55px, auto;
  background-repeat: no-repeat, repeat;
}

.inner-circle-3 {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background-image: url('../images/shield.svg'), -webkit-linear-gradient(270deg, #2acaff, #3090f3);
  background-image: url('../images/shield.svg'), linear-gradient(180deg, #2acaff, #3090f3);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
}

.circle-item-3 {
  position: relative;
  left: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 154px;
  -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: 50%;
  background-color: hsla(0, 0%, 100%, .5);
}

.circle-item-1 {
  position: relative;
  top: 50px;
  bottom: -28px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 154px;
  -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: 50%;
  background-color: hsla(0, 0%, 100%, .5);
}

.top-offset {
  position: relative;
  top: -30px;
  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;
}

.flex-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 4% 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd5;
}

.flex-padding.first {
  padding-top: 0px;
  padding-bottom: 40px;
}

.bottom-line {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c4cbd5;
}

.card-1 {
  width: 200px;
  height: 130px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/Nike-2_1Nike (2).png'), -webkit-linear-gradient(270deg, #fc0ae8, #7655f3);
  background-image: url('../images/Nike-2_1Nike (2).png'), linear-gradient(180deg, #fc0ae8, #7655f3);
  background-position: 18px 85%, 0px 0px;
  background-size: 53px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 11px 11px 35px -10px rgba(126, 85, 242, .45);
}

.card-2 {
  width: 48%;
  height: 130px;
  max-width: 200px;
  margin-right: 4%;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/Amazon_1Amazon.png'), -webkit-linear-gradient(270deg, #ffa176, #fa12f2);
  background-image: url('../images/Amazon_1Amazon.png'), linear-gradient(180deg, #ffa176, #fa12f2);
  background-position: 18px 85%, 0px 0px;
  background-size: 64px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 11px 11px 35px -10px rgba(218, 88, 204, .55);
}

.card-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 23%;
  -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;
}

.card-3 {
  width: 45%;
  height: 130px;
  max-width: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/Webflow-1.png'), -webkit-linear-gradient(270deg, #2acaff, #3090f3);
  background-image: url('../images/Webflow-1.png'), linear-gradient(180deg, #2acaff, #3090f3);
  background-position: 18px 85%, 0px 0px;
  background-size: 75px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 11px 11px 35px -10px rgba(48, 144, 243, .45);
}

.card-4 {
  width: 200px;
  height: 130px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-image: url('../images/Adobe.png'), -webkit-linear-gradient(270deg, #ffc686, #ffa176);
  background-image: url('../images/Adobe.png'), linear-gradient(180deg, #ffc686, #ffa176);
  background-position: 18px 85%, 0px 0px;
  background-size: 69px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 11px 11px 35px -10px rgba(255, 161, 118, .45);
}

.card-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-circle-4 {
  width: 156px;
  height: 156px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-image: url('../images/W-1_1W (1).png'), -webkit-linear-gradient(270deg, #bdfa50, #32b619);
  background-image: url('../images/W-1_1W (1).png'), linear-gradient(180deg, #bdfa50, #32b619);
  background-position: 50% 50%, 0px 0px;
  background-size: 54px, auto;
  background-repeat: no-repeat, repeat;
}

.inner-circle-5 {
  position: relative;
  right: 6%;
  width: 156px;
  height: 156px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-image: url('../images/Apple.svg'), -webkit-linear-gradient(270deg, #ffc686, #ffa176 99%);
  background-image: url('../images/Apple.svg'), linear-gradient(180deg, #ffc686, #ffa176 99%);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
}

.inner-circle-6 {
  position: relative;
  right: 12%;
  width: 156px;
  height: 156px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-image: url('../images/logo-de-android.svg'), -webkit-linear-gradient(270deg, #2acaff, #3090f3);
  background-image: url('../images/logo-de-android.svg'), linear-gradient(180deg, #2acaff, #3090f3);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
}

.offset-left {
  margin-top: 10px;
  margin-left: -25px;
}

.flex-circles {
  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-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;
}

.ipad {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 85%;
  margin-top: 54px;
  margin-right: auto;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/iPad.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-picture-2 {
  position: relative;
  overflow: hidden;
  width: 284px;
  height: 284px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-block {
  width: 32%;
  margin-bottom: 25px;
  padding: 31px 25px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(317deg, #7655f3, #4625ba);
  background-image: linear-gradient(133deg, #7655f3, #4625ba);
  box-shadow: 6px 6px 35px 3px rgba(112, 128, 153, .45);
  text-align: center;
}

.preview-image-5 {
  position: relative;
  overflow: hidden;
  width: 58%;
  min-height: 384px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._42-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -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;
}

.text-block-10 {
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-11 {
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-box-3 {
  width: 33.33%;
  padding: 30px 30px 15px;
  border-right: 1px solid #c4cbd5;
  border-bottom: 1px solid #c4cbd5;
}

.faq-box-3._3 {
  border-right-style: none;
}

.faq-box-3._4 {
  border-bottom-style: none;
}

.faq-box-3._5 {
  border-bottom-style: none;
}

.faq-box-3._6 {
  border-right-style: none;
  border-bottom-style: none;
}

.flex-testimonials-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 25px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(317deg, #6a3ccc, #4625ba);
  background-image: linear-gradient(133deg, #6a3ccc, #4625ba);
}

.social-link {
  display: block;
  margin-bottom: 10px;
  color: #708099;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-menu-link-2 {
  display: block;
  margin-right: 40px;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-notice-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c4cbd5;
}

.button-5 {
  height: 44px;
  min-width: 125px;
  padding-top: 15px;
  padding-right: 23px;
  padding-left: 23px;
  border: 1px solid #0055eb;
  border-radius: 95px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-5:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.hero-left-3 {
  position: relative;
  display: block;
  width: 46%;
  padding-top: 14%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  max-width: 330px;
  padding-top: 25px;
  padding-bottom: 15px;
  -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;
  border: 1px solid #c4cbd5;
  border-radius: 5px;
}

.intro-text-box-2 {
  width: 100%;
  margin-top: 5px;
  padding: 15px 25px 8px;
  border-top: 1px solid #c4cbd5;
  text-align: left;
}

.title-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  -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: 50%;
  background-color: #f1f9ff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.title-icon-2._1 {
  background-image: url('../images/Rayo_1Rayo.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.title-icon-2._3 {
  background-image: url('../images/Shield_1Shield.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.title-icon-2._2 {
  background-image: url('../images/Basket_1Basket.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.title-icon-2._5 {
  background-image: url('../images/Folder_1Folder.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.title-icon-2._6 {
  background-image: url('../images/Diamond_1Diamond.png');
  background-size: 20px;
}

.div-block-20 {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.column-mini-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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: 1px solid #0055eb;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  color: #fff;
}

.column-mini-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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-style: solid solid solid none;
  border-width: 1px;
  border-color: #0055eb;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  color: #fff;
}

.button-6 {
  width: auto;
  height: 44px;
  min-width: 125px;
  border: 1px solid #0055eb;
  border-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-6:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
  border-left: 1px solid #0055eb;
}

.flex-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._40-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-item-7 {
  width: 50%;
  height: 430px;
}

.text-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  text-align: center;
}

.text-block-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  text-align: center;
}

.picture-box {
  width: 100%;
  height: 374px;
  background-image: url('../images/alex-holyoake-361922.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture-box._2 {
  background-image: url('../images/tanja-heffner-196114.jpg');
}

.slider-3 {
  height: 374px;
}

.video-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 356px;
  min-width: 690px;
  margin-bottom: 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;
  background-image: url('../images/Video-player.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.play-button {
  width: 125px;
  height: 80px;
  background-image: url('../images/Play_2Play.png'), -webkit-linear-gradient(317deg, rgba(0, 83, 234, .94), rgba(0, 214, 251, .94));
  background-image: url('../images/Play_2Play.png'), linear-gradient(133deg, rgba(0, 83, 234, .94), rgba(0, 214, 251, .94));
  background-position: 50% 50%, 0px 0px;
  background-size: 26px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.center-flex {
  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;
  text-align: center;
}

.pricing-box-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31%;
  max-width: 350px;
  padding: 25px;
  -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;
  border: 1px solid #0055eb;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(225deg, #00a8fa, #0055eb);
  background-image: linear-gradient(225deg, #00a8fa, #0055eb);
}

.pricing-box-4._2 {
  border-color: #324859;
  background-image: -webkit-linear-gradient(225deg, #66869d, #49677c);
  background-image: linear-gradient(225deg, #66869d, #49677c);
}

.pricing-box-4._3 {
  border-color: #576571;
  background-image: -webkit-linear-gradient(225deg, #92a7b9, #677582);
  background-image: linear-gradient(225deg, #92a7b9, #677582);
}

.plan-price-4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: center;
}

.intro-text-box-3 {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 14px 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.button-7 {
  width: 100%;
  height: 44px;
  min-width: 150px;
  padding-top: 15px;
  border: 1px solid #fff;
  border-radius: 2.5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-7:hover {
  background-color: #fff;
}

.button-7.blue:hover {
  color: #0070ee;
}

.button-7.gray:hover {
  color: #677582;
}

.button-8 {
  width: 100%;
  height: 44px;
  min-width: 150px;
  padding-top: 15px;
  border: 1px solid #248b2a;
  border-radius: 2.5px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #60d760, #13a32d);
  background-image: linear-gradient(180deg, #60d760, #13a32d);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.button-8:hover {
  background-image: -webkit-linear-gradient(270deg, #69e969, #13a32d);
  background-image: linear-gradient(180deg, #69e969, #13a32d);
}

.plan-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4cbd5;
}

.plan-details.no-border {
  margin-bottom: 0px;
}

.details-right {
  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;
}

.column-center {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.column-center.line {
  border-right: 1px solid #c4cbd5;
}

._55-column {
  width: 55%;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: -webkit-linear-gradient(317deg, #6a3ccc, #4625ba);
  background-image: linear-gradient(133deg, #6a3ccc, #4625ba);
}

._50-cta-right {
  position: relative;
  width: 50%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-right: 9%;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-5 {
  position: absolute;
  top: 49px;
}

.pictures {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  height: 360px;
  max-width: 590px;
  -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-left-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex-3 {
  position: relative;
  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-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;
}

.picture-1 {
  position: absolute;
  bottom: 4%;
  border: 10px solid #fff;
  background-image: url('../images/Guy-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .45);
  -webkit-transform: rotate(-7deg) translate(-36px, 0px);
  -ms-transform: rotate(-7deg) translate(-36px, 0px);
  transform: rotate(-7deg) translate(-36px, 0px);
}

.picture-2 {
  position: absolute;
  bottom: 1%;
  margin-top: 10px;
  border: 10px solid #fff;
  background-image: url('../images/Cup-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture-3 {
  position: absolute;
  z-index: 10;
  border: 10px solid #fff;
  background-image: url('../images/Planing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, .4);
}

.intro-feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 4%;
  padding-bottom: 10px;
}

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

.intro-features-section-2 {
  padding-top: 0px;
  padding-bottom: 25px;
  background: #f8fbff;
}

.intro-features-section-2-alt {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f8fbff;
  border-top: solid 1px #e4eef4;
  border-bottom: solid 1px #e4eef4;
}

.meet-team {
  position: absolute;
  top: -16px;
  right: 0px;
  z-index: 100;
  margin-right: 10px;
}

.inner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.preview-image-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48.5%;
  min-height: 335px;
  -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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  text-decoration: none;
}

.preview-image-6:hover {
  color: #fff;
  text-decoration: underline;
}

.preview-image-6._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/alex-holyoake-361922.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/alex-holyoake-361922.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.preview-image-6._2 {
  -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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Windows.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Windows.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-14 {
  color: #fff;
  font-size: 21px;
  line-height: 21px;
}

.bottom-border-2 {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c4cbd5;
}

.dotted-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  height: 185px;
  -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: 2px dashed #66869d;
  border-radius: 50%;
}

.dotted-circle._2 {
  width: 220px;
  height: 220px;
}

.dotted-circle._3 {
  width: 250px;
  height: 250px;
}

.dotted-circle._4 {
  width: 280px;
  height: 280px;
}

.number-dark {
  margin-bottom: 9px;
  color: #2d363d;
  font-size: 37.5px;
  line-height: 37.5px;
}

.number-dark.medium {
  font-size: 49px;
  line-height: 49px;
}

.number-dark.large {
  font-size: 55px;
  line-height: 55px;
}

.number-dark.extra-large {
  font-size: 62px;
  line-height: 62px;
}

._44-column {
  width: 44%;
  margin-right: 4%;
}

._44-column._2 {
  margin-right: 0px;
  margin-left: 4%;
}

.media-text {
  color: #2d363d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.media-text:hover {
  color: #0f65ef;
}

.block-quote {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
  border-left: 1px none #000;
  background-image: url('../images/Quotation-mark_1Quotation-mark.png');
  background-position: 50% 0px;
  background-size: 31px;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 41px;
}

.flex-center-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-quote-box {
  display: block;
  width: 54%;
  margin-right: auto;
  margin-left: auto;
}

.hero-flex-4 {
  position: relative;
  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-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;
}

.testimonial-pic-medium {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #f7f8fa;
}

.testimonial-pic-medium._1 {
  background-image: url('../images/Pic-1_1Pic-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic-medium._2 {
  background-image: url('../images/Pic-2_1Pic-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic-medium._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-4 {
  height: auto;
  background-color: transparent;
}

.slide-1 {
  height: auto;
}

.client-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  opacity: 0.8;
  text-align: center;
}

.text-block-15 {
  width: 31.5%;
  padding: 20px 25px;
  border: 1px solid #c4cbd5;
  border-radius: 4px;
}

.small-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  margin-bottom: 15px;
  -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: 50%;
  background-color: #f1f9ff;
}

.small-icon._1 {
  background-image: url('../images/Nav_1Nav.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.small-icon._2 {
  background-image: url('../images/Arrow-1_1Arrow (1).png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.small-icon._3 {
  background-image: url('../images/Printer-1_1Printer (1).png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.form-title-2 {
  padding: 15px 35px 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #eceff4;
}

.title-icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  -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: 50%;
  background-image: -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: linear-gradient(133deg, #00d6fb, #0055eb);
}

.title-icon-3._1 {
  background-image: url('../images/brujula.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/brujula.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
}

.title-icon-3._3 {
  background-image: url('../images/shield.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/shield.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 19px, auto;
  background-repeat: no-repeat, repeat;
}

.title-icon-3._2 {
  background-image: url('../images/cesta-de-la-compra.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/cesta-de-la-compra.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 19px, auto;
  background-repeat: no-repeat, repeat;
}

.title-icon-3._5 {
  background-image: url('../images/carpeta.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/carpeta.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 19px, auto;
  background-repeat: no-repeat, repeat;
}

.title-icon-3._6 {
  background-image: url('../images/diamante.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/diamante.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.title-icon-3._4 {
  background-image: url('../images/relampago.svg'), -webkit-linear-gradient(317deg, #00d6fb, #0055eb);
  background-image: url('../images/relampago.svg'), linear-gradient(133deg, #00d6fb, #0055eb);
  background-position: 50% 50%, 0px 0px;
  background-size: 23px, auto;
  background-repeat: no-repeat, repeat;
}

.button-9 {
  height: 45px;
  min-width: 125px;
  padding-top: 10px;
  border-radius: 95px;
  background-image: -webkit-linear-gradient(270deg, #ffe29b, #ffca41);
  background-image: linear-gradient(180deg, #ffe29b, #ffca41);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  text-align: center;
}

.button-9:hover {
  background-image: -webkit-linear-gradient(270deg, #f8cc61, #ffca41);
  background-image: linear-gradient(180deg, #f8cc61, #ffca41);
}

.button-9.purple {
  color: #4927bc;
  font-weight: 500;
}

.button-9.dark {
  color: #2d363d;
}

.right-border {
  display: inline-block;
  margin-right: 15px;
}

.right-border.less {
  margin-right: 8px;
}

._50-form-3 {
  width: 50%;
  padding-right: 4%;
  padding-bottom: 80px;
  padding-left: 4%;
}

._36-column {
  width: 36%;
}

.flex-bottom-line-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  border-bottom: 1px solid #c4cbd5;
}

.flex-bottom-line-2.no-border {
  margin-bottom: 0px;
}

.flex-space-center {
  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-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;
}

.search-button {
  height: 45px;
  min-width: 150px;
  padding-top: 10px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, #ffe29b, #ffca41);
  background-image: linear-gradient(180deg, #ffe29b, #ffca41);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2d363d;
  font-size: 14px;
}

.search-button:hover {
  background-image: -webkit-linear-gradient(270deg, #f8cc61, #ffca41);
  background-image: linear-gradient(180deg, #f8cc61, #ffca41);
}

._25-column {
  width: 25%;
}

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

.faq-box-item {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4cbd5;
}

.set {
  margin-bottom: 50px;
}

.set.no-border {
  margin-bottom: 0px;
}

.back-top {
  display: inline-block;
  padding-top: 10px;
  padding-right: 9px;
  padding-bottom: 7px;
  border-radius: 45px;
  background-image: url('../images/Arrow-3_1Arrow (3).png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #708099;
  font-size: 10.5px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-top:hover {
  text-decoration: underline;
}

.move-right {
  margin-top: 25px;
  text-align: right;
}

@keyframes blinker {
  50% {
    opacity: 0.92;
  }
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: #141515;
}

.top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  /*margin-right: 20px;*/
  /*padding-right: 20px;*/
  -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;
  /*border-right: 1px solid #fff;*/
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  animation: blinker 0.1s linear infinite;
}

.top-box.no-line {
  padding-right: 7px;
  border-right-style: none;
}

.top-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-box-container._2 {
  width: 100%;
  -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;
}

.top-link {
  /*color: #fff;*/
  text-decoration: none;
}

.top-link.gray {
  color: #708099;
}

.top-social-link {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.top-social-link:hover {
  opacity: 0.8;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.right-justified {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75px;
  background-color: #1b1c1f;
}

.navbar-4 {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #1b1c1f;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 9px;
  padding-left: 19px;
  border: 2px solid #ffd772;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.password::-webkit-input-placeholder {
  color: #fff;
}

.password:-ms-input-placeholder {
  color: #fff;
}

.password::placeholder {
  color: #fff;
}

.password.gray {
  margin-bottom: 15px;
  border-color: #c4cbd5;
}

.password.gray::-webkit-input-placeholder {
  color: #708099;
}

.password.gray:-ms-input-placeholder {
  color: #708099;
}

.password.gray::placeholder {
  color: #708099;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-result-link {
  font-weight: 500;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.expand-2.top-padding {
  padding-top: 3px;
}

._100-percent {
  width: 100%;
}

.row {
  margin-bottom: 40px;
}

.row.no-border {
  margin-bottom: 0px;
}

._50-column-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -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;
}

._48-column {
  width: 48%;
}

.flex-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.flex-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-full.no-border {
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px 25px;
  -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-top: 1px solid #c4cbd5;
  border-right: 1px solid #c4cbd5;
  text-align: center;
}

.hero-border-line {
  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-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-bottom: 1px solid #c4cbd5;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  -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;
  border-right: 1px solid #c4cbd5;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}

.footer-box.no-line {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.text-block-16 {
  display: inline-block;
  width: 42%;
  margin-right: 8%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c4cbd5;
}

.column-mini-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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: 1px solid #fff;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.column-mini-white-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.flex-dotted-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-mini-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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: 1px solid #c4cbd5;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.laptop-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._50-cta-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-left {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-6 {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.mask-2 {
  height: 600px;
}

.slide-4 {
  background-image: url('../images/Train.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map {
  height: 100%;
}

.nav-menu-2 {
  background-color: #0c0c0c;
}

.text-block-17 {
  width: 71%;
  padding-right: 8%;
  padding-left: 20px;
}

.text-block-intro {
  width: 33%;
  padding: 7px 3%;
  padding-bottom: 40px;
  text-align: center;
}

.text-block-intro a {
  text-decoration: none;
}

.text-block-intro._3 {
  border-right-style: none;
}

.cta-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(317deg, #4625ba, #6a3ccc);
  background-image: linear-gradient(133deg, #4625ba, #6a3ccc);
}

.text-block-feature {
  width: 33%;
  padding: 7px 3%;
  border-right: 1px solid hsla(0, 0%, 100%, .6);
  text-align: center;
}

.text-block-feature._3 {
  border-right-style: none;
}

.cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cta-right.laptop {
  background-image: url('../images/MacBook-Pro-PSD-Mockup.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.price-box-2 {
  margin-bottom: 10px;
}

.flex-logos {
  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;
}

.layouts {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-preview {
  overflow: scroll;
  width: auto;
  height: 640px;
  margin-bottom: 15px;
  box-shadow: 31px 31px 44px -22px rgba(103, 117, 130, .3);
}

.bold-text {
  font-weight: 600;
  color: #2d363d;
}

.bubble-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-support {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 40px;
  height: 35px;
  margin-right: 17px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/Thunder_1Thunder.png'), -webkit-linear-gradient(317deg, #502bd2, #7d4ae9);
  background-image: url('../images/Thunder_1Thunder.png'), linear-gradient(133deg, #502bd2, #7d4ae9);
  background-position: 50% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
}

.bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-right: 35px;
  margin-bottom: 20px;
  padding: 14px 15px 14px 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 55px;
  background-image: -webkit-linear-gradient(317deg, #502bd2, #7d4ae9);
  background-image: linear-gradient(133deg, #502bd2, #7d4ae9);
  box-shadow: 11px 21px 37px -22px #3410b1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.close-x {
  position: absolute;
  right: 0px;
  z-index: 10;
  width: 30px;
  height: 35px;
  margin-right: 7px;
  background-image: url('../images/Close.svg');
  background-position: 50% 4px;
  background-size: 9px;
  background-repeat: no-repeat;
}

.hero-left-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-bg {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #6a3ccc;
}

.button-app-store {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 13px;
  border: 1px solid #0055eb;
  border-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-app-store:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.app-text {
  margin-bottom: 2px;
  color: #fff;
  font-size: 10.5px;
  line-height: 10.5px;
}

.large {
  font-size: 15px;
  line-height: 15px;
}

.button-right {
  display: inline-block;
}

.number-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  margin-right: -8px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #ff5e56;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.button-left {
  display: inline-block;
  margin-right: 14px;
}

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

.button-app-store-2 {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 15px;
  border: 1px solid #0055eb;
  border-radius: 55px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-app-store-2:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.left-border-2 {
  display: inline-block;
  margin-right: 15px;
}

.button-play-store {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 13px;
  border: 1px solid #0055eb;
  border-radius: 2.5px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-play-store:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.button-play-store-2 {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 15px;
  border: 1px solid #0055eb;
  border-radius: 55px;
  background-image: -webkit-linear-gradient(270deg, #00a8fa, #0055eb);
  background-image: linear-gradient(180deg, #00a8fa, #0055eb);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-play-store-2:hover {
  background-image: -webkit-linear-gradient(270deg, #009cf8, #0055eb);
  background-image: linear-gradient(180deg, #009cf8, #0055eb);
}

.button-play-store-black {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 13px;
  border-radius: 2.5px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-play-store-black:hover {
  background-color: #2d363d;
}

.button-app-store-black {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 13px;
  border-radius: 2.5px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-app-store-black:hover {
  background-color: #2d363d;
}

.button-app-store-black-2 {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 15px;
  border-radius: 55px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-app-store-black-2:hover {
  background-color: #2d363d;
}

.button-play-store-black-2 {
  min-height: 46px;
  min-width: 125px;
  padding: 9px 23px 5px 15px;
  border-radius: 55px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.button-play-store-black-2:hover {
  background-color: #2d363d;
}

.background-video {
  height: 100%;
}

.slide-3 {
  background-image: url('../images/dylan-gillis-533818.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-extra {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 75px;
  background-color: white;
  border-bottom: solid 1px #e4eef4;
}

.navbar-extra.top-border {
  margin-top: 37px;
}

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

.video {
  width: 100%;
}

.expand-3 {
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._50-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 80px;
  padding-left: 50px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.title-link:hover {
  text-decoration: underline;
}

.bottom-bar {
    position: fixed;
    height: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1em;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.bottom-bar-text {
  padding-top: 6.5px;
  color: white;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="display-none-on-load-2"] {
  display: none;
  opacity: 1;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media (max-width: 991px) {
  ._42-percent {
    width: 100%;
    margin-bottom: 35px;
  }
  .pricing-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-link.search {
    background-position: 20px 50%;
  }
  .nav-link.search-mobile {
    background-position: 20px 50%;
  }
  .hero-section._2 {
    padding-bottom: 120px;
  }
  .hero-section._1 {
    padding-bottom: 420px;
  }
  .hero-section._6 {
    padding-bottom: 120px;
  }
  .frame-left {
    width: 22%;
  }
  .frame-right {
    width: 22%;
  }
  .macbook {
    width: 62%;
    height: 350px;
  }
  .lamp {
    top: 44px;
    width: 27%;
  }
  .horse {
    top: 127px;
  }
  .subtitle-box {
    width: 64%;
  }
  .bottom-line-1 {
    padding-bottom: 30px;
  }
  .collection-item-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mini-preview {
    margin-bottom: 5px;
  }
  .footer-column-2.full {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._50-column-2 {
    padding-top: 29%;
  }
  .dropdown-list.w--open {
    overflow: auto;
  }
  .dropdown-link {
    padding-left: 40px;
  }
  .menu-button {
    color: #fff;
  }
  .w-icon-nav-menu {
    margin-top: 10px;
  }
  .menu-button.w--open {
    background-color: #1b1c1f;
  }
  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 100px;
    background-color: #fff;
  }
  .post-details-box {
    width: 64%;
  }
  .hero-left {
    padding-top: 0%;
    /*padding-left: 5%;*/
    width: 75%;
  }
  .hero-flex._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-box-2 {
    width: 145%;
    max-width: auto;
  }
  .text-block-7 {
    width: 90%;
  }
  .checkbox-field {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-mini {
    margin-bottom: 8px;
  }
  .column-mini-3 {
    border-style: solid;
    border-radius: 2.5px;
  }
  .outer-circle {
    margin-bottom: 25px;
  }
  .outer-circle.no-border {
    margin-bottom: 0px;
  }
  .card-2 {
    width: 48%;
  }
  .card-3 {
    width: 45%;
  }
  .inner-circle-5 {
    right: 0%;
  }
  .inner-circle-6 {
    right: 0%;
  }
  .ipad {
    display: block;
  }
  .member-picture-2 {
    width: 220px;
    height: 220px;
  }
  .hero-left-3 {
    padding-top: 0%;
  }
  .column-mini-4 {
    margin-bottom: 8px;
    border-radius: 2.5px;
  }
  .column-mini-5 {
    border-left-style: solid;
    border-radius: 2.5px;
  }
  .pictures {
    width: 100%;
    margin-bottom: 50px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .meet-team {
    margin-right: -17px;
  }
  .dotted-circle {
    margin-bottom: 20px;
  }
  .block-quote-box {
    width: 80%;
  }
  .top-box.no-line {
    margin-right: 6px;
  }
  ._100-percent {
    width: 100%;
  }
  .footer-box.no-line {
    margin-right: 6px;
  }
  .column-mini-white {
    margin-bottom: 8px;
  }
  .column-mini-gray {
    margin-bottom: 8px;
    border-radius: 2.5px;
  }
  .nav-menu-2 {
    background-color: #1b1c1f;
  }
  .text-block-17 {
    width: 90%;
  }
  .hero-left-5 {
    width: 100%;
  }
  .left-border-2 {
    margin-bottom: 10px;
  }
  ._50-column-4 {
    padding-top: 29%;
  }
  ._50-column-5 {
    padding-top: 29%;
  }
}

@media (max-width: 767px) {
  .pricing-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.purple-5 {
    min-height: 545px;
  }
  .hero-section._2 {
    padding-bottom: 0px;
  }
  .hero-section._1 {
    padding-bottom: 350px;
  }
  .hero-section._6 {
    padding-bottom: 0px;
  }
  .hero-center {
    width: 80%;
  }
  .macbook {
    height: 300px;
  }
  .lamp {
    top: 34px;
  }
  .horse {
    top: 107px;
  }
  .subtitle-box {
    width: 78%;
  }
  .pricing-box-2 {
    width: 48%;
    margin-bottom: 35px;
  }
  .pricing-box-2.no-border {
    margin-bottom: 0px;
  }
  .button-3 {
    min-width: auto;
  }
  ._53-percent-column {
    width: 100%;
  }
  ._47-percent-column {
    width: 100%;
  }
  .text-box-1 {
    padding-left: 0px;
  }
  ._57-percent-column {
    width: 100%;
  }
  ._47-percent-column-copy {
    width: 100%;
  }
  .text-block-2 {
    margin-bottom: 35px;
    padding-right: 3%;
    padding-left: 0%;
  }
  .text-block-2.no-border {
    margin-bottom: 0px;
  }
  .text-block-2.mobile-no-border {
    margin-top: 20px;
  }
  .text-block-2.mobile-no-border-2 {
    margin-bottom: 10px;
  }
  .item-3 {
    width: 100%;
  }
  .item-3._5 {
    margin-bottom: 35px;
  }
  ._50-column {
    width: 100%;
  }
  ._50-column.flex-no-border {
    margin-bottom: 0px;
  }
  ._50-column-center {
    width: 100%;
  }
  ._50-column-center.mobile-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-3 {
    margin-bottom: 35px;
    padding-left: 0px;
  }
  .collection-item {
    width: 50%;
  }
  .preview-image {
    min-height: 235px;
  }
  .pricing-box {
    width: 47%;
    margin-bottom: 35px;
  }
  .pricing-box.no-border {
    margin-bottom: 0px;
  }
  .expand {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ribbon._2 {
    display: none;
  }
  .testimonial {
    width: 46.8%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .testimonial.mobile-last {
    margin-right: 4%;
  }
  .lines-box {
    padding-bottom: 0px;
  }
  .text-block-4._1 {
    margin-bottom: 35px;
  }
  .text-block-4._2 {
    margin-bottom: 35px;
  }
  ._50-column-form {
    width: 100%;
  }
  .footer-column-3 {
    width: 100%;
    margin-top: 35px;
    padding-top: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .collection-item-4 {
    width: 50%;
    padding-right: 20px;
  }
  .footer-column-2 {
    width: 100%;
    padding-left: 0px;
  }
  .footer-column-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .go-up {
    margin-top: 15px;
  }
  ._50-column-2 {
    width: 100%;
    padding-bottom: 0px;
  }
  .dropdown-list.w--open {
    height: auto;
  }
  .post-details-box {
    width: 74%;
  }
  .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .right {
    width: 100%;
  }
  .hero-left {
    width: 100%;
  }
  .hero-left.mobile-border {
    margin-bottom: 50px;
  }
  .laptop {
    width: 90%;
    margin-top: 50px;
  }
  .left-full {
    right: 0px;
    width: 100%;
  }
  .right-negative {
    right: 0px;
    width: 100%;
  }
  .text-box-2 {
    width: 100%;
    padding-left: 35px;
  }
  ._42-percent {
    width: 100%;
    margin-bottom: 35px;
  }
  ._58-percent {
    width: 100%;
  }
  .half-1 {
    width: 100%;
  }
  .half-2 {
    width: 100%;
    height: 450px;
  }
  .item-4 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .checkbox {
    margin-top: 0px;
  }
  .row-title {
    width: 100%;
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }
  .center-element {
    width: 33.333%;
  }
  .plan-feature-40 {
    width: 100%;
    border-right-style: none;
  }
  .plan-feature-40.non-mobile {
    display: none;
  }
  .row-20 {
    width: 33.33%;
  }
  .testimonial-2 {
    width: 46.8%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .testimonial-2.last {
    margin-right: 2%;
  }
  .testimonial-2.mobile-last {
    margin-right: 4%;
  }
  ._50-form-2 {
    width: 100%;
  }
  ._50-column-3 {
    width: 100%;
    padding-top: 80px;
  }
  .hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-left-2 {
    width: 100%;
  }
  .hero-flex-2 {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .intro-feature {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
  }
  .intro-feature._4 {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .intro-feature._3 {
    border-bottom-style: none;
  }
  .intro-feature._2 {
    border-right-style: none;
  }
  .flex-extra {
    padding-right: 0%;
    padding-left: 0%;
  }
  .flex-extra._2 {
    padding-bottom: 40px;
  }
  .flex-extra.mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .text-block-8 {
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .text-block-8.mobile-top-border {
    margin-top: 20px;
  }
  .text-block-8.mobile-top-border-2 {
    margin-top: 0px;
  }
  .text-block-9 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .text-block-9.mobile-border {
    margin-bottom: 40px;
  }
  .text-block-9.mobile-border {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .text-block-9.mobile-top-border {
    margin-top: 20px;
  }
  ._50-column-circles {
    width: 100%;
  }
  .card-center {
    padding-left: 34%;
  }
  .member-picture-2 {
    width: 210px;
    height: 210px;
  }
  .faq-box-3 {
    width: 50%;
  }
  .faq-box-3._2 {
    border-right-style: none;
  }
  .faq-box-3._3 {
    border-right-style: solid;
  }
  .faq-box-3._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }
  .hero-left-3 {
    width: 100%;
  }
  .box-2 {
    width: 48%;
    margin-bottom: 35px;
  }
  .column-mini-4 {
    border-right-style: solid;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .column-mini-5 {
    border-left-style: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  ._40-column {
    width: 100%;
  }
  .text-block-12.mobile-border {
    margin-bottom: 40px;
  }
  .text-block-13 {
    padding-left: 0px;
  }
  .text-block-13.mobile-border {
    margin-top: 50px;
  }
  .video-box {
    min-width: 100%;
  }
  .pricing-box-4 {
    width: 48%;
    margin-bottom: 35px;
  }
  .column-center.line {
    border-right-style: none;
  }
  ._55-column {
    width: 45%;
  }
  .cta {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta.mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  ._50-cta-right {
    width: 100%;
    padding-left: 9%;
  }
  .pictures {
    width: 100%;
  }
  .hero-left-4 {
    width: 100%;
  }
  .intro-feature-2 {
    width: 50%;
    margin-bottom: 20px;
  }
  .intro-feature-2.no-border {
    margin-bottom: 0px;
  }
  .preview-image-6 {
    max-width: 235%;
  }
  .dotted-circle {
    margin-right: 2%;
  }
  .dotted-circle._4 {
    margin-right: 0%;
  }
  .block-quote {
    width: 80%;
  }
  .text-block-15 {
    width: 48%;
    margin-bottom: 35px;
  }
  ._50-form-3 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  ._36-column {
    width: 100%;
  }
  .top-box-container._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._50-column-circle {
    width: 100%;
  }
  ._48-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .center-button {
    width: 33.33%;
  }
  .hero-border-line {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .text-block-16._1 {
    margin-bottom: 0px;
  }
  .text-block-16._2 {
    margin-bottom: 0px;
  }
  .flex-dotted-circles {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-mini-gray {
    margin-right: 8px;
  }
  .laptop-hero {
    width: 100%;
    margin-bottom: 50px;
  }
  ._50-cta-left {
    width: 100%;
    height: 300px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .form-block-2 {
    max-width: 440px;
  }
  .text-block-17 {
    padding-right: 0%;
    padding-left: 8%;
  }
  .text-block-intro {
    width: 50%;
    margin-bottom: 20px;
  }
  .text-block-intro._2 {
    border-right-style: none;
  }
  .cta-left {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-feature {
    width: 50%;
    margin-bottom: 30px;
  }
  .text-block-feature._2 {
    border-right-style: none;
  }
  .cta-right {
    width: 100%;
    height: 450px;
  }
  .cta-right.laptop {
    margin-top: 0px;
  }
  .flex-logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-left-5 {
    width: 100%;
  }
  .expand-3 {
    width: 100%;
  }
  ._50-column-4 {
    width: 100%;
  }
  .mobile-top-border {
    margin-top: 20px;
  }
  ._50-column-5 {
    width: 100%;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .hero-section._2 {
    padding-top: 100px;
  }
  .hero-section._4 {
    padding-top: 160px;
  }
  .hero-section._1 {
    padding-bottom: 50px;
    /*background-size: auto 160px, auto;*/
  }
  .hero-center {
    width: 90%;
  }
  .frame-left {
    width: 30%;
  }
  .frame-right {
    width: 30%;
  }
  .macbook {
    width: 100%;
    height: 250px;
  }
  .lamp {
    display: none;
  }
  .horse {
    display: none;
  }
  .subtitle-box {
    width: 100%;
  }
  .flex.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-box-2 {
    width: 100%;
  }
  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-box-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-2.mobile-no-border {
    margin-bottom: 0px;
  }
  .text-block-2.mobile-no-border-2 {
    margin-bottom: 0px;
  }
  .text-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-item {
    width: 100%;
    max-width: 350px;
  }
  .collection-item-2 {
    width: 100%;
    max-width: 350px;
  }
  .collection-item-2.no-border {
    margin-bottom: 40px;
  }
  .pricing-box {
    width: 100%;
  }
  .ribbon._2 {
    display: none;
  }
  .faq-box {
    width: 100%;
  }
  .faq-box._1 {
    border-right-style: none;
  }
  .faq-box._3 {
    border-right-style: none;
  }
  .faq-box._5 {
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }
  .testimonial {
    width: 98%;
  }
  .text-block-4 {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 20px;
    padding-left: 0%;
    border-right-style: none;
  }
  .text-block-4._1 {
    border-bottom: 1px solid #c4cbd5;
  }
  .text-block-4._2 {
    border-bottom: 1px solid #c4cbd5;
  }
  .text-field {
    width: 100%;
  }
  .text-block-5 {
    width: 80%;
    margin-right: 0%;
  }
  .text-block-5._3 {
    margin-bottom: 35px;
  }
  .collection-item-4 {
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .footer-column-2 {
    width: 100%;
    padding-left: 0px;
  }
  .footer-column-1 {
    width: 100%;
    margin-bottom: 35px;
  }
  .search-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .search-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .latest-post {
    width: 100%;
  }
  .preview-image-2 {
    width: 60%;
  }
  .righ-text-preview {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .latest-news {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field-2 {
    width: 100%;
  }
  .work-left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .text-box-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .half-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-7 {
    width: 100%;
  }
  .flex-80 {
    min-width: auto;
  }
  .item-4 {
    padding-left: 0%;
  }
  .collection-item-3 {
    width: 100%;
    max-width: 350px;
  }
  .preview-image-4 {
    min-height: 270px;
  }
  .center-element {
    width: 100%;
    border-right-style: none;
  }
  .plan-feature-40 {
    border-right-style: none;
  }
  .row-20 {
    width: 100%;
    border-bottom: 1px solid #c4cbd5;
  }
  .row-20._2 {
    border-right-style: none;
  }
  .row-20._3 {
    border-bottom-style: none;
  }
  .faq-box-2 {
    width: 100%;
  }
  .team-1 {
    width: 100%;
  }
  .testimonial-2 {
    width: 100%;
    margin-right: 4%;
  }
  .testimonial-2.last {
    margin-right: 4%;
  }
  .text-field-3 {
    width: 100%;
  }
  ._50-form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._50-column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._50-column-3.no-padding-mobile {
    padding-bottom: 0px;
  }
  .hand {
    margin-right: 0px;
  }
  .intro-feature {
    width: 100%;
    border-right-style: none;
  }
  .intro-feature._3 {
    border-bottom-style: solid;
  }
  .circle-item-2 {
    width: 128px;
    height: 133px;
  }
  .circle-item-3 {
    width: 128px;
    height: 128px;
  }
  .circle-item-1 {
    width: 128px;
    height: 128px;
  }
  .card-1 {
    min-width: 200px;
  }
  .card-2 {
    min-width: 190px;
  }
  .card-center {
    padding-left: 17%;
  }
  .card-3 {
    min-width: 190px;
  }
  .card-right {
    padding-right: 13%;
  }
  .member-picture-2 {
    width: 250px;
    height: 250px;
  }
  .feature-block {
    width: 100%;
  }
  .preview-image-5 {
    width: 100%;
  }
  ._42-column {
    width: 100%;
  }
  ._42-column.mobile-border {
    margin-bottom: 20px;
  }
  .faq-box-3 {
    width: 100%;
    border-right-style: none;
  }
  .faq-box-3._3 {
    border-right-style: none;
  }
  .faq-box-3._5 {
    border-bottom-style: solid;
  }
  .box-2 {
    width: 100%;
  }
  .collection-item-7 {
    width: 100%;
  }
  .text-block-12.mobile-border {
    margin-top: 40px;
  }
  .center-flex.left-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pricing-box-4 {
    width: 100%;
  }
  .plan-details {
    padding-bottom: 0px;
  }
  .details-right {
    margin-top: 20px;
  }
  .column-center {
    margin-bottom: 20px;
    padding-left: 0px;
    text-align: left;
  }
  ._55-column {
    width: 100%;
  }
  .image-5 {
    width: 85%;
  }
  .pictures {
    display: block;
    width: 85%;
    height: 220px;
    max-width: 238px;
    margin-right: auto;
    margin-left: auto;
  }
  .picture-1 {
    bottom: 7%;
    max-width: 230px;
  }
  .picture-2 {
    max-width: 230px;
  }
  .picture-3 {
    max-width: 230px;
  }
  .intro-feature-2 {
    width: 100%;
    padding-right: 0%;
  }
  .meet-team {
    margin-top: -20px;
    margin-right: -30px;
  }
  .preview-image-6 {
    width: 100%;
  }
  .preview-image-6._1 {
    margin-bottom: 20px;
  }
  .dotted-circle._2 {
    width: 200px;
    height: 200px;
  }
  .dotted-circle._3 {
    width: 210px;
    height: 210px;
  }
  .dotted-circle._4 {
    width: 220px;
    height: 220px;
  }
  ._44-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 50px;
  }
  ._44-column._2 {
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .block-quote-box {
    width: 90%;
  }
  .client-box {
    width: 50%;
  }
  .text-block-15 {
    width: 100%;
    margin-bottom: 35px;
  }
  ._25-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .faq-box-item {
    width: 100%;
  }
  .top-bar {
    display: none;
  }
  .password {
    width: 100%;
  }
  .flex-numbers {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-full.mobile-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .center-button {
    width: 100%;
    border-right-style: none;
  }
  .footer-box {
    margin-bottom: 20px;
    border-right-style: none;
  }
  .text-block-16 {
    width: 85%;
    margin-right: 0%;
  }
  .text-block-16._1 {
    margin-bottom: 50px;
  }
  .column-mini-white {
    margin-right: 8px;
    border-radius: 2.5px;
  }
  .column-mini-white-2 {
    border-style: solid;
    border-radius: 2.5px;
  }
  .text-block-17 {
    width: 100%;
    padding-left: 0%;
  }
  .text-block-intro {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }
  .text-block-intro._3 {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .cta-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-feature {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    border-right-style: none;
  }
  .text-block-feature._3 {
    margin-bottom: 0px;
  }
  .layout-box {
    width: 100%;
  }
  .navbar-extra.top-border {
    margin-top: 0px;
  }
}
