.body {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-author {
  display: inline-block;
  font-family: Karla, sans-serif;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Karla, sans-serif;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -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: 6px;
  background-color: #5b3acc;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #5b3acc;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

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

.flowbase-right-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-navigation-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  padding: 20px 5px;
  -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;
  border-radius: 8px 0px 0px 8px;
  background-color: #5b3acc;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-next-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 10px;
  background-color: rgba(241, 236, 236, 0.18);
}

.flowbase-previous-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  margin-bottom: 12px;
  -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;
  cursor: pointer;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-4 {
  padding: 3px;
}

.button {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 180px;
  -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: 4px;
  background-color: #f5f6f8;
}

.button-t {
  position: relative;
  z-index: 4;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-cover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  min-height: 5px;
  background-color: #5b3acc;
}

.button-t-white {
  position: absolute;
  font-family: Karla, sans-serif;
  color: #f1ecec;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.problem-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #000;
}

.icon-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 20%;
  max-width: 350px;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.25;
}

.field {
  margin-top: 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 41, 128, 0.25);
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.field:focus {
  border: 1px solid #1a2980;
  color: #000;
}

.field.area {
  min-height: 75px;
}

.list {
  margin-bottom: 0px;
  text-align: left;
  text-transform: capitalize;
}

.disclaimer {
  margin-bottom: 20px;
  font-size: 15px;
}

.or {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.line {
  width: 50%;
  height: 25px;
  margin-bottom: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-modal {
  position: relative;
  z-index: 2500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-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;
  border: 10px solid #1a2980;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.comment {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
}

.comment:hover {
  border-bottom-color: #fff;
}

.date {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
}

.client-logo {
  width: 150px;
  margin-bottom: 25px;
}

.wavey {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 350px;
  background-color: #000;
  background-image: url('../images/wavy.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(15%, transparent));
  background-image: url('../images/wavy.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 15%);
  background-position: 50% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.price {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
}

.row {
  margin-top: 50px;
}

.row.services {
  margin-top: 0px;
  margin-bottom: 20px;
}

.title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.title.includes {
  margin-top: 100px;
  margin-bottom: 70px;
  font-size: 3em;
  font-weight: 400;
}

.comment-form {
  width: 80%;
}

.heading {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 4.5em;
  line-height: 1.5em;
  font-weight: 800;
  text-transform: capitalize;
}

.close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 150ms ease-in;
  transition: -webkit-transform 150ms ease-in;
  transition: transform 150ms ease-in;
  transition: transform 150ms ease-in, -webkit-transform 150ms ease-in;
  cursor: pointer;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-modal-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  -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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.brand {
  margin-top: 30px;
}

.solution-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #000;
}

.action-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 15vh;
  background-color: #000;
}

.line-title {
  position: relative;
  z-index: 5;
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px auto 15vh;
  border-radius: 3px;
  background-color: #22ddcb;
}

.button-2 {
  position: relative;
  margin-top: 40px;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #22ddcb;
  -webkit-transition: box-shadow 200ms ease-in, background-color 200ms ease;
  transition: box-shadow 200ms ease-in, background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}

.button-2:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background-image: linear-gradient(90deg, transparent, #000);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.icon {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #1a2980;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 20px;
  line-height: 30px;
}

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

.div-line {
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px auto 15px;
  border-radius: 5px;
  background-color: #0072ff;
}

.div-line.black {
  background-color: #000;
}

.pricing-section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 5vh;
  background-color: #000;
}

.brand-name {
  display: inline-block;
  padding-left: 0px;
  float: left;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  margin-bottom: -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;
  background-image: url('../images/pizza.png');
  background-position: 0px 0px;
  background-size: 350px;
  color: #512da8;
  text-align: center;
}

.wrap {
  position: relative;
  margin-bottom: 15px;
  padding: 50px 100px;
  border: 10px solid #ece9e6;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
}

.wrap.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.wrap.price.total {
  border-style: none;
  border-color: #4441f8;
  color: #22ddcb;
  font-weight: 700;
}

.wrap.solution {
  border-style: none;
  border-color: #4441f8;
}

.wrap.padding {
  position: relative;
  margin-bottom: 20px;
  padding: 35px 20px;
  border-width: 5px;
  border-color: #eee;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.wrap.time {
  padding: 25px 50px;
  color: #000;
  font-size: 2em;
  text-align: center;
}

.button-next {
  margin-top: 50px;
  margin-bottom: 75px;
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease-in, color 200ms ease-in, background-color 200ms ease-in;
  transition: box-shadow 200ms ease-in, color 200ms ease-in, background-color 200ms ease-in;
  color: #000;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 600;
}

.button-next:hover {
  background-color: #00c6ff;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-next.cta {
  margin-bottom: 25px;
}

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

.button-next.cta.dark:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
  background-image: linear-gradient(270deg, transparent, #000);
}

.button-next.dark {
  background-color: #22ddcb;
  color: #fff;
}

.button-next.dark:hover {
  background-color: #0072ff;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#0072ff));
  background-image: linear-gradient(270deg, transparent, #0072ff);
}

.button-next.dark.w--current:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#0072ff));
  background-image: linear-gradient(90deg, transparent, #0072ff);
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav-link {
  margin-top: 30px;
  margin-left: 30px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: color 200ms ease-in, border-color 200ms ease-in;
  transition: color 200ms ease-in, border-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.client-name {
  position: relative;
  display: inline-block;
  margin-right: 2.5px;
  margin-left: 2.5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.container {
  text-align: center;
}

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

.paragraph {
  text-align: left;
}

.paragraph-2 {
  text-transform: none;
}

.paragraph-3 {
  text-transform: none;
}

.paragraph-4 {
  text-transform: none;
}

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

html.w-mod-js *[data-ix="content-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="bg-icons-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="initial-hide-contact-wrap"] {
  display: none;
}

@media (max-width: 991px) {
  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
  .problem-section {
    padding-top: 10vh;
  }
  .heading {
    font-size: 3.5em;
  }
  .solution-section {
    padding-top: 10vh;
  }
  .action-section {
    padding-top: 10vh;
  }
  .pricing-section {
    padding-top: 10vh;
  }
  .wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrap.price {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrap.padding {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }
  .flowbase-clone-button {
    margin-right: 15px;
  }
  .problem-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon-layer {
    width: 90%;
  }
  .list {
    text-align: left;
  }
  .wavey {
    padding-top: 150px;
  }
  .row.services {
    margin-bottom: 0px;
  }
  .heading {
    font-size: 2.8em;
  }
  .solution-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .action-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pricing-section {
    padding-top: 20vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrap.padding {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .flowbase-icon-wrap {
    min-width: 60px;
  }
  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }
  .problem-section {
    padding-top: 175px;
    padding-bottom: 50px;
  }
  .icon-layer {
    margin-top: 65px;
  }
  .line {
    margin-top: 5px;
  }
  .price {
    font-size: 0.9em;
  }
  .title {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .title.includes {
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .heading {
    font-size: 2.4em;
    line-height: 1.3em;
  }
  .brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .solution-section {
    padding-top: 175px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .action-section {
    padding-top: 175px;
  }
  .pricing-section {
    padding-top: 175px;
  }
  .brand-name {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .wrap {
    padding-right: 15px;
    padding-left: 15px;
    border-width: 5px;
    font-size: 1.3em;
  }
  .wrap.price {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 5px;
    font-size: 1.2em;
  }
  .wrap.solution {
    border-width: 5px;
    font-size: 1.3em;
  }
  .wrap.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .button-next {
    font-size: 1.1em;
  }
  .button-next.dark {
    display: block;
    margin-top: 40px;
    font-size: 1.5em;
  }
  .client-name {
    font-size: 1.2em;
  }
}

