.navbar {
  height: 150px;
  background-color: transparent;
}

.navbar.signup-navbar {
  background-image: url('../images/ic_clouds.png');
  background-position: 85% 50%;
  background-size: 180px;
}

.container {
  max-width: 85%;
  margin-top: 4vh;
}

.logo-image {
  margin-top: 10px;
}

.body {
  overflow: visible;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Background-2.svg'), url('../images/topbg.png');
  background-position: -46px 88%, 117% -115px;
  background-size: 200px, 875px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.body.recipes {
  background-image: url('../images/bg_main.png');
  background-position: 100% 0px;
  background-size: 850px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navigation-text {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.navigation-text.signup-button {
  margin-top: 1.5vh;
  border-style: none;
  border-width: 1px;
  border-color: rgba(36, 170, 100, .36);
  border-radius: 10px;
}

.navigation-text.mobile-nav-menu {
  display: block;
  border-style: none;
  border-radius: 5px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 16px;
  text-align: left;
}

.navigation-text.mobile-nav-menu:hover {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  color: #fff;
}

.navigation-text.mobile-nav-menu.w--current {
  color: hsla(0, 0%, 100%, .8);
}

.navigation-text.mobile-nav-menu.w--current:hover {
  border-style: none;
  color: #fff;
  text-decoration: none;
}

.navigation-text.mobile-nav-menu.recipes-nav {
  color: #15ebe4;
}

.navigation-text.mobile-nav-menu.sign-in:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #15ebe4;
}

.navigation-text.recipes-nav {
  color: #15ebe4;
}

.navigation-text.mobile-nav {
  color: hsla(0, 0%, 100%, .8);
}

.navigation-text.mobile-nav:hover {
  color: #fff;
}

.signup-button {
  margin-top: 1.5vh;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .44);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
}

.signup-button.mobile-nav {
  margin-top: 0vh;
  margin-left: 0px;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  min-height: 225px;
  margin-top: 10vh;
  background-color: #375368;
}

.intro-section {
  position: static;
  height: 550px;
}

.solution-statement {
  height: auto;
  margin-top: 20vh;
}

.features-statement {
  display: block;
  height: auto;
  max-width: 90%;
  margin: 5vh auto 29vh;
  text-align: center;
}

.pricing-statement {
  height: 800px;
  margin-top: 20vh;
  background-image: url('../images/Background-4.svg');
  background-position: 0px 50%;
  background-size: 900px;
  background-repeat: no-repeat;
}

.intro-header {
  display: block;
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 48px;
  text-align: left;
}

.row {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.intro-summary-text {
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 16px;
  line-height: 25px;
}

.intro-summary-text.second-paragraph {
  margin-top: 20px;
  line-height: 28px;
  font-weight: 400;
}

.contact-us-section {
  display: block;
  margin-top: 15vh;
  background-image: url('../images/ic_clouds.png');
  background-position: 43px 25px;
  background-size: 150px;
  background-repeat: no-repeat;
}

.subheader {
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  color: #375368;
  text-align: center;
}

.subheader.features {
  margin-top: 100px;
}

.subheader.features-space {
  margin-bottom: 3vh;
}

.subheader.pricing {
  margin-top: 45vh;
  color: #fff;
  font-size: 32px;
}

.subheader.feature-header {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-weight: 700;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.steps-text {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.steps-text.space {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

.row-2 {
  display: block;
  max-width: 70%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.hdiw-images {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: left;
}

.heading {
  display: block;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.div-block {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.row-3 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.row-3.left {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.endpoint-image {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 12px;
  text-align: center;
}

.cards {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.card {
  display: block;
  max-height: 600px;
  min-height: 450px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border: 0.5px solid transparent;
  border-radius: 10px;
  background-color: #fff;
}

.card:hover {
  z-index: 100;
  border-color: rgba(18, 56, 86, .2);
  background-color: #fff;
  box-shadow: 0 20px 37px 0 rgba(113, 135, 153, .87);
}

.card.hover-card:hover {
  z-index: 100;
  box-shadow: 6px 6px 21px 0 rgba(18, 56, 86, .11);
}

.card.schema-card {
  min-height: 600px;
}

.card-header {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #15ebe4;
  font-weight: 500;
  text-align: center;
}

.feature-icon {
  display: block;
  margin: 50px auto 20px;
}

.feature-text {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Rubik, sans-serif;
  color: #718799;
  line-height: 24px;
}

.row-4 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
}

.container-2 {
  display: inline;
}

.free-tier-card-text {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.div-block-2 {
  background-color: #fff;
}

.text-areas {
  border-style: none;
  color: #375368;
}

.text-areas.single-line {
  border-bottom: 1px solid #e7edf2;
}

.text-areas.single-line.sign-up {
  border-style: solid;
  border-color: rgba(0, 205, 255, .71);
}

.contact-us-row {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.send-button {
  display: block;
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  float: none;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(270deg, #15ebe4, #00cdff);
  background-image: linear-gradient(180deg, #15ebe4, #00cdff);
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.row-5 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.row-6 {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  min-height: 350px;
  margin-top: 5%;
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

.image-3 {
  margin-top: 26px;
  padding-right: 80px;
  float: none;
  background-color: transparent;
}

.step-header {
  margin-top: 25%;
  padding-left: 80px;
  font-family: Rubik, sans-serif;
  color: #15ebe4;
  font-size: 80px;
  font-weight: 700;
}

.step-sub-header {
  margin-top: 40px;
  padding-left: 80px;
  font-family: Rubik, sans-serif;
}

.step-description {
  margin-top: 20px;
  padding-left: 80px;
  font-family: Rubik, sans-serif;
  color: #718799;
  font-size: 16px;
  font-weight: 400;
}

.image-4 {
  margin-top: 80px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  background-color: #375368;
}

.contactus-container {
  height: 200px;
}

.signup-section {
  height: 100%;
  background-image: url('../images/ic_clouds.png');
  background-position: 22px 42px;
  background-size: 180px;
  background-repeat: no-repeat;
}

.form-block-2 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.sign-up-header {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.footer-image {
  display: block;
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.textarea {
  border-style: solid;
  border-color: rgba(0, 205, 255, .71);
}

.link {
  display: block;
  max-width: 30%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(270deg, #15ebe4, #00cdff);
  background-image: linear-gradient(180deg, #15ebe4, #00cdff);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.link.sign-up {
  max-width: 70%;
  margin-top: 30px;
  background-image: -webkit-linear-gradient(270deg, #15ebe4, #00cdff);
  background-image: linear-gradient(180deg, #15ebe4, #00cdff);
  line-height: 30px;
}

.company-blurb {
  display: block;
  max-width: 60%;
  margin-top: 6%;
  margin-left: 20%;
  padding-top: 10px;
  clear: left;
  font-family: Rubik, sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  text-align: center;
}

.company-blurb.padding {
  margin-top: 3%;
  float: left;
  font-size: 14px;
  text-align: center;
}

.footer-menu {
  margin-top: 2vh;
}

.list-item {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.list-item.first-item {
  display: block;
  float: left;
  clear: none;
  text-align: center;
}

.list-item.sub-list-item {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, .63);
  font-size: 12px;
}

.list-item.sub-list-item.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.recipes-section {
  display: block;
  max-width: 90%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/topbg.png'), url('../images/Background-4.svg');
  background-position: 100% 94%, 0px 50%;
  background-size: 700px, 800px;
  background-repeat: no-repeat, no-repeat;
}

.page-header {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  text-align: center;
}

.c {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.leaf {
  display: block;
  margin: 20px auto;
}

.recipes-title {
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-block-4 {
  margin-top: 20px;
}

.recipe-button {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #15ebe4;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.param-div {
  display: block;
  max-width: 80%;
  margin: 20px auto 40px;
}

.page-subheader-text {
  display: block;
  max-width: 90%;
  margin: 30px auto 50px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.page-subheader-text.bottom-text {
  max-width: 50%;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #375368;
  color: #fff;
}

.image-5 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 20%;
  float: left;
}

.div-block-4 {
  margin-top: 20px;
}

.text-block-6 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
}

.success-message {
  background-color: #375368;
}

.pricing-body {
  background-image: url('../images/bg_main.png');
  background-position: 100% 0px;
  background-size: 850px;
  background-repeat: no-repeat;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.pricing-box-header {
  margin-top: 40px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.pricing-box-description {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.pricing-box-description.custom-plan {
  margin-top: 40%;
}

.pricing-box-description.padding {
  margin-bottom: 40px;
}

.free-text {
  display: block;
  margin: 60px auto 30px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.pricing-get-started-button {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 10px;
  background-color: #15ebe4;
  font-size: 18px;
  text-align: center;
}

.text-block-7 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-7 {
  display: block;
  margin: 10px auto;
}

.pricing-feature-text {
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-cards {
  max-height: 850px;
  min-height: 850px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.pricing-cards:hover {
  z-index: 100;
  box-shadow: 0 20px 37px 0 rgba(113, 135, 153, .87);
}

.pricing-cards.pricing-bg {
  max-height: 850px;
  min-height: 850px;
}

.pricing-cards.pricing-bg.cards {
  min-height: 900px;
}

.pricing-cards.add-on-bg {
  min-height: 250px;
  background-color: #fff;
}

.pricing-tabs {
  position: static;
  display: block;
  max-width: 40%;
  min-width: 400px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-styling {
  position: static;
  left: 30%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  max-width: 33%;
  margin-right: 2.5px;
  margin-left: 2.5px;
  float: left;
  background-color: #fff;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.tab-styling:hover {
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  color: #4e7c9e;
}

.tab-styling.w--current {
  border-color: transparent;
  border-radius: 5px;
  background-color: #fff;
}

.tabs {
  display: block;
  max-width: 100%;
  margin-top: 29px;
  border-style: none;
  text-align: left;
}

.text-block-8 {
  font-weight: 500;
  text-transform: none;
}

.bold-text {
  font-weight: 400;
}

.bold-text.custom-plan {
  margin-top: 50px;
}

.bold-text-2 {
  font-weight: 400;
}

.rotatingtxt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  text-align: center;
}

.tabs-content {
  position: static;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.gifs {
  position: static;
  max-height: 1500px;
  margin-top: 25vh;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.split {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.s1l1 {
  max-height: 400px;
  min-height: 400px;
}

.s1r1 {
  max-height: 400px;
  min-height: 400px;
  border-radius: 20px 0px 0px 20px;
  background-color: transparent;
}

.right-gif-title-text {
  position: static;
  display: block;
  max-width: 75%;
  margin: 25% auto 25px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.left-gif-descriptive-text {
  display: block;
  max-width: 75%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.left-gif-title {
  display: block;
  max-width: 75%;
  margin: 15% auto 25px;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.right-gif-descriptive-text {
  display: block;
  max-width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.second-image {
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.second-image:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.first-imaghe {
  display: block;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-10 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

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

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.first-image {
  display: block;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.first-image:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.third-image {
  display: block;
  margin-top: 23%;
  margin-right: auto;
  margin-left: auto;
}

.third-image:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.pricing-bg {
  min-height: 500px;
  background-color: #fff;
}

.pricing-bg:hover {
  box-shadow: 0 20px 37px 0 rgba(113, 135, 153, .87);
}

.text-block-11 {
  font-weight: 400;
}

.pricing-section {
  min-height: 950px;
}

.individual-plan-cards {
  min-height: 650px;
  background-color: #fff;
}

.individual-plan-cards:hover {
  z-index: 100;
  box-shadow: 0 20px 37px 0 rgba(113, 135, 153, .87);
}

.aligment-padding {
  margin-top: -20px;
  padding-right: 20px;
}

.aligment-padding:active {
  background-color: transparent;
}

.aligment-padding.w--open:active {
  background-color: #fff;
  color: #375368;
}

.dropdown-menu.w--open {
  display: block;
  max-width: 250px;
  min-width: 250%;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 0px;
  color: #375368;
  font-weight: 400;
  text-align: left;
}

.dropdown-link.dropdown-link-end {
  padding-bottom: 15px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
  -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;
  border-bottom: 0.5px dashed #15ebe4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.product-tabs {
  position: static;
  display: block;
  max-width: 20%;
  min-width: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.product-tabs.w--current {
  display: block;
  border: 2px solid #15ebe4;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.product-images {
  display: block;
  margin: 10px auto;
}

.tab-text {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.product-columns {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.nav-sub-text {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: rgba(55, 83, 104, .62);
  font-size: 12px;
  font-weight: 400;
}

.solutions-nav-link-block {
  text-decoration: none;
}

.product-nav-link-box {
  text-decoration: none;
}

.new-product-columns {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.product-list-item {
  padding-right: 20px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.product-text {
  display: block;
  max-width: 80%;
  margin-top: 20%;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.product-page-header {
  display: block;
  max-width: 80%;
  margin: 35px auto 50px;
  background-color: #fff;
  font-family: Rubik, sans-serif;
  color: #375368;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.inside-tab-content {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.solutions-tab-content {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.column-height {
  overflow: hidden;
  max-height: 400px;
  min-height: 400px;
}

.column-3 {
  max-height: 300px;
  min-height: 300px;
}

.dropdown-styling {
  margin-top: -19px;
  padding-right: 20px;
}

.dropdown-styling.mobile-nav {
  margin-top: 0px;
}

.who-are-you-section {
  margin-top: 20vh;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.solution-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.solution-title {
  font-family: Rubik, sans-serif;
  color: #375368;
  text-align: center;
  text-decoration: none;
}

.solution-column-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px none #15ebe4;
  border-radius: 5px;
  text-decoration: none;
}

.solution-column-box:hover {
  border-style: solid;
}

.solution-column-box.inside:hover {
  border-style: none;
}

.columns {
  margin-top: 50px;
}

.tabs-2 {
  margin-top: 35px;
}

.tabs-3 {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .body {
    background-image: url('../images/Background-2.svg');
    background-position: -46px 88%;
    background-size: 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .navigation-text.mobile-nav-menu {
    margin-top: 50px;
  }
  .navigation-text.mobile-nav {
    position: relative;
    display: block;
    margin-top: 32px;
    text-align: center;
  }
  .signup-button.mobile-nav {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    background-color: #375368;
  }
  .menu-button {
    border-radius: 5px;
    background-color: #fff;
    color: #15ebe4;
  }
  .menu-button.w--open {
    background-color: #375368;
  }
  .signup-section {
    background-image: none;
  }
  .icon {
    color: #15ebe4;
  }
  .icon-3 {
    color: #fff;
  }
  .icon-4 {
    color: #375368;
  }
  .aligment-padding.mobile-nav {
    text-align: center;
  }
  .tabs-menu {
    max-width: 100%;
  }
  .product-tabs {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .new-product-columns.mobile-content {
    max-width: 100%;
  }
  .product-page-header {
    max-width: 100%;
  }
  .solutions-tab-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 120px;
  }
  .navigation-text.mobile-nav-menu {
    color: #fff;
    text-align: center;
  }
  .navigation-text.mobile-nav {
    margin-top: 15px;
  }
  .signup-button {
    margin-top: 6.5vh;
    background-color: #375368;
  }
  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .features-statement {
    margin-top: 1vh;
  }
  .image-4 {
    display: none;
  }
  .nav-menu {
    background-color: #375368;
  }
  .pricing-body {
    overflow: visible;
    max-height: 100%;
    max-width: 100%;
  }
  .image-7 {
    display: none;
  }
  .pricing-feature-text {
    text-align: center;
  }
  .new-product-columns.mobile-content {
    max-width: 100%;
  }
  .product-page-header {
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #15ebe4;
  }
  .inside-tab-content.mobile-content {
    max-width: 100%;
  }
  .tab-dropdown {
    min-width: 100%;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .mobile-dropdown {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-block-12 {
    margin-left: 1px;
  }
  .tab-dropdown-text {
    color: #fff;
  }
  .tab-dropdown-icon {
    color: #fff;
  }
  .dd-entrepreneur-link.w--current {
    color: #375368;
  }
  .dd-link {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #375368;
    text-align: center;
  }
  .entrepreneur-mobile-content {
    background-color: #fff;
  }
  .data-scientist-mobile-content {
    background-color: #fff;
  }
  .mobile-product-text {
    margin: 25px 15px;
    font-size: 18px;
  }
  .api-mobile-content {
    background-color: #fff;
  }
  .storage-mobile-content {
    background-color: #fff;
  }
  .editor-mobile-content {
    background-color: #fff;
  }
}

@media (max-width: 479px) {
  .navbar {
    height: 125px;
  }
  .body {
    background-image: url('../images/Background-2.svg');
    background-position: -46px 88%;
    background-size: 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .navigation-text.mobile-nav-menu {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
  }
  .navigation-text.mobile-nav-menu:hover {
    color: #375368;
  }
  .navigation-text.mobile-nav-menu.sign-in {
    display: block;
    max-width: 85%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .signup-button {
    display: block;
    max-width: 80%;
    margin: 8vh auto 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    background-color: #375368;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .footer {
    display: none;
  }
  .intro-header {
    margin-top: 15px;
  }
  .contact-us-section {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .image-4 {
    display: none;
    margin-top: 40px;
  }
  .nav-menu {
    min-width: 80%;
    background-color: #375368;
  }
  .menu-button {
    background-color: #fff;
  }
  .contactus-container {
    max-height: 200px;
  }
  .link.sign-up {
    margin-bottom: 5vh;
  }
  .pricing-box-description.custom-plan {
    margin-top: 11%;
  }
  .image-7 {
    display: none;
  }
  .pricing-feature-text {
    text-align: center;
  }
  .pricing-tabs {
    min-width: 100%;
    float: none;
  }
  .tab-styling {
    display: block;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .gifs {
    display: none;
  }
  .column {
    display: none;
  }
  .icon-3 {
    color: #fff;
  }
  .product-page-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #15ebe4;
  }
  .mobile-product-text {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Rubik, sans-serif;
    color: #375368;
    font-size: 16px;
  }
}

