.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333438;
  font-size: 14px;
  line-height: 20px;
}

.header-section-wrapper {
  min-height: 100vh;
  margin-bottom: 80px;
}

.header-section-wrapper.auto {
  min-height: auto;
}

.hero-banner-wrapper {
  position: relative;
  background-color: #2dc8fe;
  background-image: url('../images/Hero-Banner-Elements.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smartedu-logo {
  max-width: 260px;
}

.hero-bottom-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 100vh;
  background-image: url('../images/Hero-Bottom-Curve.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(179, 235, 254, 0.5);
  background-color: transparent;
}
/* 
.logo {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
} */

.container {
  width: 95%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.overwrite.container.nav {
  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;
}

.container.hero {
  max-width: 1500px;
}

.container.counter-container {
  max-width: 1600px;
}

.nav-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}

.nav-link:hover {
  color: #ffc10a;
}

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

.nav-menu {
  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;
}

.nav-demo-button {
  margin-left: 20px;
  padding: 15px 30px;
  border: 2px solid #333438;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #333438;
  font-size: 17px;
  font-weight: 700;
}

.nav-demo-button:hover {
  background-color: #ecd58e;
}

.hero-banner-content {
  padding-bottom: 100px;
}

.hero-banner-content.inside {
  padding-bottom: 30px;
}

.hero-flex-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hero-flex-col.left {
  width: 51%;
  padding-top: 5vw;
}

.hero-flex-col.right {
  width: 49%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-heading {
  width: 83%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #151515;
  font-size: 3.2vw;
  line-height: 3.5vw;
}

.hero-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.hero-paragraph.margin-b20 {
  margin-bottom: 20px;
  padding-right: 8vw;
}

.hero-paragraph.margin-b40 {
  margin-bottom: 40px;
}

.button {
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  border-radius: 100px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.13);
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.button.yellow {
  position: relative;
  background-color: #ffc10a;
}

.button.yellow.margin-t85 {
  margin-top: 85px;
}

.button.yellow.form {
  padding: 9px 30px;
}

.button.yellow.form.previous {
  background-color: rgba(255, 193, 10, 0.4);
}

.button.baclk {
  position: relative;
  overflow: hidden;
  background-color: #464646;
  box-shadow: 0 8px 20px 0 rgba(70, 70, 70, 0.13);
  color: #fff;
}

.phone-wrapper {
  position: relative;
  z-index: 1;
}

.phone._2 {
  position: absolute;
  left: -6%;
  top: 133px;
  z-index: 2;
  width: 29vw;
  max-width: none;
}

.phone._1 {
  position: absolute;
  left: 28%;
  top: 62px;
  z-index: 1;
  width: 32vw;
  max-width: none;
}

.features-section-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.flex-wrapper {
  width: 100%;
}

.flex-wrapper.horizontal-ssb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.horizontal-ssb.operations {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.flex-wrapper.horizontal-ssb.operations.margin-b85 {
  margin-bottom: 85px;
}

.flex-wrapper.horizontal-ssb.operations.margin-b50 {
  margin-bottom: 50px;
}

.flex-wrapper.horizontal-ssb.operations.margin-b50.margin-t50 {
  margin-top: 50px;
}

.flex-wrapper.abasolute {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.flex-wrapper.footer.margin-b100 {
  margin-bottom: 100px;
}

.flex-wrapper.footer-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper.footer-form-fields.margin-b50 {
  margin-bottom: 50px;
}

.flex-wrapper.footer-form-fields.margin-b50.hide {
  display: none;
}

.flex-wrapper.horizontal-operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.flex-wrapper.horizontal-operations.margin-b85 {
  display: none;
  margin-bottom: 85px;
}

.flex-col.features-col {
  width: 30%;
  margin-bottom: 0px;
}

.flex-col.counter-col {
  width: 24%;
}

.flex-col.operations {
  width: 23%;
}

.flex-col.operations.margin-r {
  margin-right: 50px;
}

.flex-col.experience-phone {
  position: relative;
  left: 2.3vw;
  top: 2.3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col.experience-browser {
  position: relative;
  right: 2vw;
  width: 70vw;
}

.flex-col.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  padding-top: 23px;
  -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;
}

.flex-col.breaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 28%;
  -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;
}

.features-icon-wrapper {
  position: relative;
  cursor: pointer;
}

.features-icon {
  min-height: 95px;
  margin-bottom: 30px;
}

.features-icon.streamline {
  background-image: url('../images/Streamline-Icon.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.features-icon.grow {
  background-image: url('../images/Grow-Icon.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.features-icon.delight {
  background-image: url('../images/Delight-Icon.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.feautres-title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.features-info {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #666;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.small-section-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 37px;
  line-height: 47px;
  font-weight: 400;
}

.section-heading-title {
  position: relative;
  z-index: 1;
}

.section-heading-title.center {
  text-align: center;
}

.section-heading-title.center.margin-b80 {
  margin-bottom: 80px;
}

.section-heading-title.center.margin-b25 {
  margin-bottom: 25px;
}

.section-heading-title.center.margin-b100 {
  margin-bottom: 100px;
}

.features-icon-hover-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 20px;
  background-color: #2b2b2d;
  box-shadow: 0 4px 25px 10px rgba(51, 52, 56, 0.2);
}

.features-icon-hover {
  min-height: 95px;
}

.features-icon-hover.streamline {
  background-image: url('../images/Streamline-Icon-Hover.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.features-icon-hover.grow {
  background-image: url('../images/Grow-Icon-Hover.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.features-icon-hover.delight {
  background-image: url('../images/Delight-Icon-Hover.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.counter-section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #64d2fb;
  background-image: url('../images/Counter-Background-Object.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-top-curve {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 86px;
  background-image: url('../images/Counter-Top-Curve.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-bottom-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 67px;
  background-image: url('../images/Counter-Bottom-Curve.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.counter {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.counter-info {
  font-size: 19px;
  line-height: 27px;
  text-align: center;
}

.operations-section-wrapper {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 80px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.section-paragraph {
  color: #555;
  font-size: 19px;
  line-height: 29px;
}

.section-paragraph.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-paragraph.center._70 {
  width: 70%;
}

.section-paragraph.center._70.margin-b100 {
  margin-bottom: 100px;
}

.section-paragraph.center._70.b50 {
  margin-bottom: 50px;
}

.section-paragraph.margin20 {
  margin-bottom: 20px;
}

.operations-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.operations-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.operations-icon.crm {
  background-image: url('../images/crm.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.course-management {
  background-image: url('../images/course-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.finance {
  background-image: url('../images/fiannce--invoicing.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.promotion {
  background-image: url('../images/promotion-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.attendance {
  background-image: url('../images/attendance.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.assessment {
  background-image: url('../images/assessment.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.document-mgt {
  background-image: url('../images/document-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.communication {
  background-image: url('../images/communication.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.reporting {
  background-image: url('../images/reporting.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.academic-mgt {
  background-image: url('../images/academic-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.staff-mgt {
  background-image: url('../images/staff-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.client-portal {
  background-image: url('../images/client-portal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.student-subsidy {
  background-image: url('../images/student-subsidy-management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.online-payment {
  background-image: url('../images/online-payment-icon.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.organization-mgt {
  background-image: url('../images/Organization-Management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-icon.facility-mgt {
  background-image: url('../images/Facility-Management.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.operations-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 26px;
}

.operations-paragraph {
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.operations-button-wrapper {
  position: relative;
  z-index: 1;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.operations-bottom-curve {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  min-height: 918px;
  background-image: url('../images/Operations-Bottom-Curve.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.experience-section-wrapper {
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 100px;
  border-bottom: 2px solid #e5e9f5;
}

.experience-content-wrapper {
  position: relative;
}

.middle-browser {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.left-browser {
  max-width: 100%;
}

.phone-browser {
  position: relative;
  left: 10%;
  width: 27vw;
}

.phone-browser-2 {
  width: 27vw;
}

.clients-section-wrapper {
  margin-bottom: 0px;
}

.clients-slider-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.footer-content-wrapper {
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #2faded;
  background-image: url('../images/Footer-Background-Object.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-top-curve {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 125px;
  background-image: url('../images/Footer-Top-Curve.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-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;
  background-color: #333438;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.footer-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.footer-heading.margin-b50 {
  margin-bottom: 50px;
}

.footer-info {
  margin-bottom: 0px;
  padding-left: 47px;
  background-image: url('../images/check-icon.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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-radius: 15px;
  background-color: #fff;
}

.footer-text-field {
  width: 100%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.footer-text-field:focus {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.footer-text-field::-webkit-input-placeholder {
  color: #868686;
  font-size: 15px;
}

.footer-text-field:-ms-input-placeholder {
  color: #868686;
  font-size: 15px;
}

.footer-text-field::-ms-input-placeholder {
  color: #868686;
  font-size: 15px;
}

.footer-text-field::placeholder {
  color: #868686;
  font-size: 15px;
}

.footer-text-field.name {
  background-image: url('../images/form-name-icon.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-text-field.email {
  background-image: url('../images/form-email-icon.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-text-field.contact {
  background-image: url('../images/form-contact-number.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-text-field.school {
  background-image: url('../images/form-name-icon.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-text-field.message {
  background-image: url('../images/document.svg');
  background-position: 100% 0%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.footer-form-block {
  width: 100%;
}

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

.hide {
  display: block;
}

.divider-block {
  width: 80%;
}

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

.counter-sign {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.notes {
  color: #ffc10a;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.notes.margin-b20 {
  margin-bottom: 20px;
}

.accordion {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breaker-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.breaker-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.breaker-text.margin-b5 {
  margin-bottom: 5px;
}

.breaker-info-flex.margin-b15 {
  margin-bottom: 15px;
}

.breaker-content {
  display: none;
  padding: 40px;
  border-radius: 20px;
  background-color: #05b2e6;
  box-shadow: 0 1px 9px 4px rgba(0, 0, 0, 0.05);
}

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

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

.pop-up-content {
  padding: 25px 40px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}

.contact-section-form {
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(49, 51, 56, 0.69);
}

.pop-up-box {
  width: 40%;
  height: auto;
  margin: 5% auto;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url('../images/Close-Icon_1Close Icon.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-up-header {
  position: relative;
  padding: 30px 40px 25px;
  border-radius: 15px 15px 0px 0px;
  background-image: url('../images/Pop-Up-Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.pop-up-text-field {
  min-height: 50px;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-left: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.pop-up-text-field:hover {
  box-shadow: none;
}

.pop-up-text-field::-webkit-input-placeholder {
  font-size: 17px;
}

.pop-up-text-field:-ms-input-placeholder {
  font-size: 17px;
}

.pop-up-text-field::-ms-input-placeholder {
  font-size: 17px;
}

.pop-up-text-field::placeholder {
  font-size: 17px;
}

.pop-up-text-field.float {
  width: 100%;
  float: left;
}

.pop-up-text-field.float.name {
  width: 95%;
}

.pop-up-text-field.float.name::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.pop-up-text-field.float.name:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.pop-up-text-field.float.name::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.pop-up-text-field.float.name::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.pop-up-text-field.message {
  min-height: 120px;
  margin-bottom: 20px;
}

.pop-up-text-field-wrapper {
  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;
}

.pop-up-text-field-col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-up-text-field-label {
  position: absolute;
  left: 12px;
  top: -10px;
  right: auto;
  bottom: auto;
  padding: 5px 12px;
  border-radius: 20px;
  background-color: #ffc10a;
  font-size: 13px;
  line-height: 13px;
}

.bottom-curve {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 100%;
  background-image: url('../images/Operations-Bottom-Curve.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.clients-col {
  width: 23%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.clients-col.margin-b100 {
  margin-bottom: 80px;
}

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

.flex-block.footer-left {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-block.footer-right {
  width: 49%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-sub {
  margin-top: 0px;
  color: #333438;
  font-size: 25px;
  line-height: 35px;
}

.footer-sub.margin-b35 {
  margin-bottom: 35px;
}

.footer-contact-details {
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
}

.clients-grid-wrapper {
  display: none;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 55px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.success-message {
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
}

.thank-you {
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  -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;
}

.product-logo {
  width: 40%;
  margin-right: 14px;
  margin-left: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-payment-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  min-width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-bottom: 30px;
  -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-bottom: 3px solid hsla(0, 0%, 51%, 0.73);
  opacity: 0.3;
}

.icon-details.active {
  border-bottom-color: #27a1e3;
  opacity: 1;
}

.icon {
  max-width: 60px;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon.current {
  -webkit-filter: none;
  filter: none;
}

.icon-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-label.active {
  color: #2992da;
}

.info-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.form-block {
  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;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-wrapper.margin60 {
  margin-bottom: 60px;
}

.field-box {
  position: relative;
  width: 49.5%;
  margin-bottom: 8px;
}

.field-box._3 {
  width: 32%;
}

.field-text {
  position: absolute;
  top: -11px;
  display: inline-block;
  margin-left: 12px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}

.field {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(40, 149, 221, 0.73);
  border-radius: 5px;
}

.client-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.plan-image-holder {
  width: 23%;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 30px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 10px;
  box-shadow: 1px 4px 9px 2px rgba(98, 178, 230, 0.39);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.plan-image-holder:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #2eabeb;
}

.plan-image-holder:active {
  border-width: 2px;
}

.plan-info-wrapper {
  width: 100%;
}

.plan-header {
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #1284ca;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.small-field-descripption {
  margin-bottom: 20px;
  margin-left: 15px;
  color: #9e9fa2;
  font-size: 12px;
}

.details-review {
  width: 100%;
  margin-bottom: 60px;
}

.information-text {
  margin-bottom: 5px;
}

.information-text.margin-20 {
  margin-bottom: 20px;
}

.subscription-plan {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
}

.price {
  margin-bottom: 10px;
  color: #2ba7e8;
  font-size: 90px;
  line-height: 1.1em;
  font-weight: 700;
}

.plan-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.plan-text.smaller {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.dollar {
  font-size: 53px;
}

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

.message {
  font-size: 19px;
}

.success-message-2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 41px 45px;
  border-radius: 20px;
  background-color: #50d2fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b92db), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #2b92db, hsla(0, 0%, 100%, 0));
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.success {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.bigger {
  color: #fff;
  font-size: 60px;
  line-height: 1.1em;
}

.login-text-field {
  height: 45px;
  margin-bottom: 12px;
  border: 1px none #000;
  border-radius: 200px;
  font-size: 14px;
}

.login-header {
  margin-bottom: 18px;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -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 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.login-form {
  position: static;
  margin-top: 5px;
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.31);
}

.login-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 420px;
  margin-top: 29px;
  padding: 32px 40px 20px;
  -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: 20px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  color: #6d6363;
  font-size: 15px;
}

.login-button {
  position: static;
  left: auto;
  right: 0%;
  bottom: -57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 40px;
  -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: 200px;
  background-color: #ffc10a;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.login-link {
  margin-bottom: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}

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

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

.form-block-2 {
  width: 100%;
}

.sign-in-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-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;
  background-image: url('../images/Hero-Banner-Background.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.checkbox-label {
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.login-button-wrapper {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .header-section-wrapper {
    margin-bottom: 25%;
  }

  .header-section-wrapper.auto {
    margin-bottom: 5%;
  }

  .hero-bottom-curve {
    min-height: 94px;
  }

  .container {
    width: 90%;
  }

  .nav-link {
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid rgba(179, 235, 254, 0.4);
    font-size: 16px;
    line-height: 25px;
  }

  .nav-link.margin-b20 {
    margin-bottom: 20px;
  }

  .nav-link.hide {
    display: none;
  }

  .nav-menu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 6px 9px -1px rgba(0, 0, 0, 0.23);
  }

  .nav-demo-button {
    border-color: #1e9ee0;
    font-size: 16px;
  }

  .hero-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-flex-col.left {
    width: 100%;
    padding-top: 50px;
  }

  .hero-heading {
    width: 100%;
    font-size: 45px;
    line-height: 56px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-paragraph.margin-b20 {
    width: 100%;
  }

  .button {
    padding: 20px 35px;
    font-size: 16px;
    line-height: 23px;
  }

  .button.yellow.margin-t85 {
    margin-top: 65px;
  }

  .phone._2 {
    left: 47%;
    top: -61px;
    width: 65%;
  }

  .phone._1 {
    left: 79.5%;
    top: -80px;
    width: 70%;
  }

  .menu-button {
    color: #fff;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ffc10a;
  }

  .features-section-wrapper {
    margin-bottom: 0px;
  }

  .flex-wrapper.horizontal-ssb.operations {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b85 {
    margin-bottom: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50 {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50.margin-t50 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .flex-wrapper.footer.margin-b100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.horizontal-operations {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-wrapper.horizontal-operations.margin-b85 {
    margin-bottom: 65px;
  }

  .flex-col.features-col {
    width: 33%;
  }

  .flex-col.operations {
    width: 48%;
  }

  .flex-col.operations.margin-b40 {
    margin-bottom: 40px;
  }

  .flex-col.experience-phone {
    left: 0px;
    width: auto;
  }

  .flex-col.footer {
    width: 100%;
  }

  .flex-col.breaker {
    position: relative;
    width: 48%;
  }

  .features-icon {
    min-height: 60px;
  }

  .features-icon.streamline {
    background-size: contain;
  }

  .features-icon.grow {
    background-size: contain;
  }

  .features-icon.delight {
    background-size: contain;
  }

  .feautres-title {
    font-size: 20px;
    line-height: 26px;
  }

  .features-info {
    width: 85%;
    font-size: 15px;
    line-height: 22px;
  }

  .small-section-header {
    font-size: 32px;
    line-height: 42px;
  }

  .section-heading-title.center.margin-b80 {
    margin-bottom: 100px;
  }

  .section-heading-title.center.margin-b100 {
    margin-bottom: 80px;
  }

  .features-icon-hover {
    min-height: 65px;
  }

  .features-icon-hover.streamline {
    background-size: contain;
  }

  .features-icon-hover.grow {
    background-size: contain;
  }

  .features-icon-hover.delight {
    background-size: contain;
  }

  .counter-section-wrapper {
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .counter-top-curve {
    min-height: 36px;
  }

  .counter-bottom-curve {
    min-height: 37px;
  }

  .counter {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .counter-info {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }

  .operations-section-wrapper {
    margin-bottom: 75px;
    padding-bottom: 90px;
  }

  .section-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .section-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .section-paragraph.center._70 {
    width: 100%;
  }

  .section-paragraph.center._70.margin-b100 {
    margin-bottom: 80px;
  }

  .operations-title {
    margin-bottom: 15px;
  }

  .operations-bottom-curve {
    min-height: 500px;
  }

  .experience-section-wrapper {
    margin-bottom: 65px;
    padding-bottom: 75px;
  }

  .left-browser {
    max-width: 100%;
  }

  .phone-browser {
    max-width: 50%;
  }

  .phone-browser-2 {
    max-width: 50%;
  }

  .clients-section-wrapper {
    margin-bottom: 0px;
  }

  .clients-slider-wrapper {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-content-wrapper {
    padding-top: 150px;
  }

  .footer-top-curve {
    min-height: 80px;
  }

  .copyright {
    font-size: 15px;
  }

  .footer-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .footer-heading.margin-b50 {
    margin-bottom: 30px;
  }

  .footer-info {
    font-size: 17px;
    line-height: 27px;
  }

  .footer-text-field {
    padding-right: 40px;
  }

  .slider {
    min-height: auto;
  }

  .divider-block {
    padding-top: 0px;
  }

  .counter-sign {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .nav-demo-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
  }

  .breaker-content {
    padding: 30px;
  }

  .pop-up-box {
    width: 75%;
  }

  .pop-up-text-field {
    width: 100%;
  }

  .pop-up-text-field.float {
    width: 100%;
  }

  .clients-col {
    width: 50%;
  }

  .clients-col.margin-b100 {
    margin-bottom: 70px;
  }

  .clients-col.margin-mobile-b {
    margin-bottom: 70px;
  }

  .footer-sub.margin-b35 {
    margin-bottom: 30px;
  }

  .clients-grid-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .icon {
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .icon-label {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }

  .info-wrapper {
    padding-top: 0px;
  }

  .field-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-image-holder {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-section-wrapper {
    margin-bottom: 23%;
  }

  .hero-bottom-curve {
    min-height: 70px;
  }

  .nav-link {
    font-size: 15px;
    line-height: 24px;
  }

  .nav-demo-button {
    font-size: 15px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 46px;
  }

  .hero-paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .button.yellow {
    z-index: 1;
  }

  .button.yellow.margin-t85 {
    margin-top: 50px;
  }

  .button.baclk {
    z-index: 1;
  }

  .phone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .phone._2 {
    left: 44%;
    right: 0px;
    width: 70%;
  }

  .phone._1 {
    width: 75%;
  }

  .features-section-wrapper {
    margin-bottom: 0px;
  }

  .flex-wrapper.horizontal-ssb.features-icon {
    -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;
  }

  .flex-wrapper.horizontal-ssb.counter-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b85 {
    width: 95%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50 {
    margin-bottom: 25px;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50.margin-t50 {
    margin-top: 0px;
  }

  .flex-wrapper.horizontal-ssb.footer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .flex-wrapper.footer.margin-b100 {
    margin-bottom: 80px;
  }

  .flex-wrapper.footer-form-fields.margin-b50 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-wrapper.horizontal-operations {
    width: 95%;
  }

  .flex-wrapper.horizontal-operations.margin-b85 {
    margin-bottom: 50px;
  }

  .flex-col.features-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .flex-col.features-col.no-margin-b {
    margin-bottom: 0px;
  }

  .flex-col.counter-col {
    width: 50%;
  }

  .flex-col.operations {
    width: 47%;
  }

  .flex-col.experience-browser {
    right: 0vw;
    width: 65vw;
  }

  .features-icon {
    min-height: 60px;
  }

  .feautres-title {
    font-size: 19px;
    line-height: 25px;
  }

  .small-section-header {
    font-size: 29px;
    line-height: 39px;
  }

  .section-heading-title.center.margin-b80 {
    margin-bottom: 80px;
  }

  .features-icon-hover {
    min-height: 60px;
  }

  .counter-wrapper.margin-b25 {
    margin-bottom: 25px;
  }

  .counter {
    font-size: 35px;
    line-height: 45px;
  }

  .operations-section-wrapper {
    margin-bottom: 60px;
    padding-bottom: 100px;
  }

  .section-heading {
    font-size: 39px;
    line-height: 49px;
  }

  .section-paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .section-paragraph.center._70.margin-b100 {
    margin-bottom: 60px;
  }

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

  .operations-title {
    font-size: 17px;
    line-height: 25px;
  }

  .experience-section-wrapper {
    margin-bottom: 55px;
    padding-bottom: 60px;
  }

  .phone-browser {
    left: 10%;
  }

  .clients-section-wrapper {
    margin-bottom: 0px;
  }

  .footer-content-wrapper {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .footer-top-curve {
    min-height: 70px;
  }

  .copyright {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-heading.margin-b50 {
    margin-bottom: 20px;
  }

  .footer-info {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-form {
    padding: 40px;
  }

  .slider {
    height: auto;
  }

  .counter-sign {
    font-size: 35px;
    line-height: 45px;
  }

  .breaker-title {
    font-size: 16px;
    line-height: 22px;
  }

  .breaker-text {
    font-size: 15px;
    line-height: 19px;
  }

  .breaker-text.margin-b5 {
    font-size: 15px;
    line-height: 19px;
  }

  .breaker-content {
    padding: 25px;
  }

  .pop-up-box {
    width: 80%;
  }

  .pop-up-header {
    font-size: 30px;
    line-height: 40px;
  }

  .pop-up-text-field.message {
    min-height: 100px;
  }

  .clients-col {
    width: 45%;
  }

  .clients-col.margin-b100 {
    margin-bottom: 50px;
  }

  .clients-col.margin-mobile-b {
    margin-bottom: 50px;
  }

  .flex-block.footer-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-block.footer-right {
    width: 100%;
  }

  .footer-sub.margin-b35 {
    margin-bottom: 20px;
  }

  .footer-contact-details {
    font-size: 18px;
    line-height: 31px;
  }

  .success-message {
    font-size: 15px;
  }

  .thank-you {
    font-size: 24px;
  }

  .icon-payment-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .info-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .client-info {
    width: 100%;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header-section-wrapper {
    margin-bottom: 17%;
  }

  .hero-bottom-curve {
    min-height: 47px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.margin-b20 {
    margin-bottom: 15px;
  }

  .nav-menu {
    width: 95%;
  }

  .hero-banner-content {
    padding-bottom: 0px;
  }

  .hero-flex-col.left {
    padding-top: 40px;
  }

  .hero-heading {
    font-size: 29px;
    line-height: 40px;
  }

  .hero-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
  }

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

  .phone._2 {
    position: relative;
    left: 47%;
    top: 52px;
    width: 100%;
    min-width: 115%;
  }

  .phone._1 {
    position: relative;
    left: -11.5%;
    top: 30px;
    width: 100%;
    min-width: 120%;
  }

  .smartedu-logo {
    max-width: 180px;
  }

  .features-section-wrapper {
    margin-bottom: 0px;
  }

  .flex-wrapper.horizontal-ssb.operations {
    -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;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b85 {
    width: 90%;
    -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;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-wrapper.horizontal-ssb.operations.margin-b50.margin-t50 {
    margin-top: 0px;
  }

  .flex-wrapper.clients {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-wrapper.footer.margin-b100 {
    margin-bottom: 70px;
  }

  .flex-wrapper.footer-form-fields.margin-b50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper.horizontal-operations.margin-b85 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-col.counter-col {
    width: 100%;
  }

  .flex-col.operations {
    width: 100%;
  }

  .flex-col.operations.margin-b40 {
    margin-bottom: 15px;
  }

  .flex-col.experience-phone {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-col.breaker {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-icon {
    min-height: 50px;
  }

  .features-info {
    width: 80%;
  }

  .small-section-header {
    font-size: 20px;
    line-height: 30px;
  }

  .section-heading-title.center.margin-b80 {
    margin-bottom: 60px;
  }

  .section-heading-title.center.margin-b100 {
    margin-bottom: 60px;
  }

  .features-icon-hover {
    min-height: 50px;
  }

  .counter-section-wrapper {
    margin-bottom: 30px;
  }

  .counter-info {
    width: 85%;
  }

  .operations-section-wrapper {
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .section-paragraph.center._70.margin-b100 {
    margin-bottom: 50px;
  }

  .operations-icon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .operations-icon {
    width: 35px;
    height: 35px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .operations-icon.attendance {
    margin-bottom: 0px;
  }

  .operations-icon.student-subsidy {
    margin-bottom: 0px;
  }

  .operations-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .operations-paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .operations-bottom-curve {
    min-height: 450px;
  }

  .experience-section-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .footer-content-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer-top-curve {
    min-height: 32px;
  }

  .copyright {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 23px;
  }

  .footer-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-heading.margin-b50 {
    margin-bottom: 15px;
  }

  .footer-info {
    padding-left: 40px;
    background-position: 0px 7px;
    background-size: 22px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-form {
    padding: 30px;
  }

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

  .footer-text-field.name {
    margin-bottom: 15px;
  }

  .footer-text-field.email {
    margin-bottom: 15px;
  }

  .footer-text-field.contact {
    margin-bottom: 15px;
  }

  .divider-block {
    width: 80%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .notes.margin-b20 {
    font-size: 14px;
    line-height: 20px;
  }

  .pop-up-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .pop-up-box {
    width: 90%;
    margin-top: 15%;
  }

  .pop-up-text-field {
    padding-top: 13px;
  }

  .pop-up-text-field::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }

  .pop-up-text-field:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }

  .pop-up-text-field::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }

  .pop-up-text-field::placeholder {
    font-size: 14px;
    line-height: 17px;
  }

  .pop-up-text-field.float.name {
    width: 100%;
  }

  .pop-up-text-field-wrapper {
    -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;
  }

  .clients-col.margin-b100 {
    margin-bottom: 35px;
  }

  .clients-col.margin-mobile-b {
    margin-bottom: 35px;
  }

  .footer-sub {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-sub.margin-b35 {
    margin-bottom: 15px;
  }

  .footer-contact-details {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .clients-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .small {
    max-width: 80%;
  }

  .smaller {
    max-width: 65%;
  }

  .smaller.last {
    max-width: 30%;
  }

  .mid {
    width: 90%;
  }

  .thank-you {
    font-size: 22px;
    line-height: 28px;
  }

  .icon-payment-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .icon-details {
    padding-bottom: 8px;
  }

  .icon-label {
    display: none;
  }

  .info-wrapper {
    padding-top: 0px;
  }

  .field-box {
    width: 100%;
  }

  .field-box._3 {
    width: 100%;
  }

  .client-info {
    width: 100%;
    padding-top: 40px;
  }

  .plan-image-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plan-text.smaller {
    max-width: 90%;
  }

  .login {
    width: 90%;
  }

  .login-box-wrapper {
    min-width: 100%;
  }

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

#w-node-c367a35c-e266-ec65-486a-098453f98531-f584a00d {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
}

#w-node-a4951e0d-0baa-2c02-3e14-810610795810-f584a00d {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-ad6e6de8-d178-0a6e-dbc2-554d5e725b73-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_43160a4e-f0ee-ba9a-629c-e443d0b364f8-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_60ad44ba-b6bd-a046-38f3-715416794cf1-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1eaaf59e-8def-9c7e-fcab-f2759c6f30ac-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a07acd01-e389-2176-1ac2-aba53a678aac-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_54857edb-ec23-f12a-a118-13af0ddbcf43-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_189c5eb4-4261-3108-a5e8-20b8adfc99a1-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2d9d1915-38a1-5d02-a1da-395a86ff6ca5-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-b7f790ba-5010-e553-46c6-b0d0f29ea4e4-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_048580ee-26dd-8787-d89b-625104484c35-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-_9f7a8133-5527-028d-1be1-785b07057dc6-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-c367a35c-e266-ec65-486a-098453f98531-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-a4951e0d-0baa-2c02-3e14-810610795810-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_72f5fa8c-4b15-242c-ed0d-65322d6ec676-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad6e6de8-d178-0a6e-dbc2-554d5e725b73-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43160a4e-f0ee-ba9a-629c-e443d0b364f8-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4b978449-6ca4-66cb-2abf-1b5e2ca8714a-f584a00d {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_60ad44ba-b6bd-a046-38f3-715416794cf1-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_1eaaf59e-8def-9c7e-fcab-f2759c6f30ac-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a07acd01-e389-2176-1ac2-aba53a678aac-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_54857edb-ec23-f12a-a118-13af0ddbcf43-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_189c5eb4-4261-3108-a5e8-20b8adfc99a1-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_2d9d1915-38a1-5d02-a1da-395a86ff6ca5-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-b7f790ba-5010-e553-46c6-b0d0f29ea4e4-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_048580ee-26dd-8787-d89b-625104484c35-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_9f7a8133-5527-028d-1be1-785b07057dc6-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-c367a35c-e266-ec65-486a-098453f98531-f584a00d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-a4951e0d-0baa-2c02-3e14-810610795810-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_72f5fa8c-4b15-242c-ed0d-65322d6ec676-f584a00d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}