.body {
  background-color: #213548;
}

.container-header {
  background-color: #fff;
}

.navbar {
  padding-top: 10px;
  background-color: transparent;
}

.brand-logo {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
}

.container-grey-bc {
  padding: 15px 25px;
  background-color: #f1f1f1;
}

.container-footer {
  background-color: #141e28;
}

.column-footer-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
}

.column-footer-1._2nd {
  padding-top: 65px;
  padding-bottom: 65px;
}

.div-line {
  height: 1px;
  background-color: hsla(0, 0%, 100%, .1);
}

.link-social {
  margin-right: 15px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.link-social:hover {
  -webkit-filter: hue-rotate(20deg) contrast(200%);
  filter: hue-rotate(20deg) contrast(200%);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.link-social.last {
  margin-right: 0px;
}

.column-footer-3 {
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 40px;
  text-align: right;
}

.column-footer-3._2nd {
  padding-top: 65px;
}

.txt-block-choose {
  font-family: Montserrat, sans-serif;
  color: #666;
}

.row-footer-last {
  -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;
}

.link-12-grey {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-12-grey:hover {
  color: #b8b8b8;
}

.link-12-grey.paddingleft {
  margin-left: 25px;
}

.nav-link {
  margin-top: 25px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #141e28;
  font-size: 13px;
  font-weight: 500;
}

.nav-link:hover {
  color: #81868b;
}

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

.nav-link.logout {
  margin-top: 38px;
  margin-right: 25px;
  margin-left: 150px;
  padding: 5px 15px;
  border: 2px solid #eee;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 13px;
}

.nav-link.logout:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.h1-title-area {
  display: inline-block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #141e28;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
}

.link-breadcrumb {
  font-family: Montserrat, sans-serif;
  color: #141e28;
  text-decoration: none;
}

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

.link-breadcrumb.w--current {
  color: #2ab785;
  cursor: default;
}

.link-breadcrumb.w--current:hover {
  text-decoration: none;
}

.arrow {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-family: Vollkorn, serif;
  color: #141e28;
  font-size: 17px;
  font-weight: 500;
}

.row-breadcrumb {
  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;
}

.column-breadcrumb {
  text-align: right;
}

.container-main {
  padding: 25px;
  background-color: #fff;
}

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

.field-input {
  padding-left: 47px;
  border: 2px solid #e7e7e7;
  background-image: url('../images/magnifying-glass-browser.svg');
  background-position: 9px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.field-input:hover {
  border-color: #d6d6d6;
}

.field-input:focus {
  border-color: #2ab785;
}

.field-input.standard {
  display: block;
  width: 97%;
  height: 30px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 12px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  background-image: none;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.field-input.standard:focus {
  border-style: solid;
  border-color: #2ab785;
}

.field-input.standard.small {
  width: 40px;
  margin-right: 10px;
  padding-right: 2px;
  padding-left: 2px;
  float: left;
}

.field-input.standard.list {
  height: 45px;
  color: #979797;
}

.div-tree {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(33, 53, 72, .18);
  background-color: #d0d6df;
}

.div-item-tree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-bottom: 1px solid #b8bfd3;
}

.div-item-tree:hover {
  background-color: #ccd5e4;
}

.div-item-tree.inside {
  background-color: #edf1f8;
}

.div-item-tree.inside:hover {
  background-color: #e3e8f0;
}

.div-item-tree.inside.add {
  display: block;
  padding-top: 15px;
  -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;
  background-color: #fff;
}

.link-tree {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #343e5c;
  text-decoration: none;
}

.link-tree.add {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-tree.add:hover {
  color: #2ab785;
}

.item-tree {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #343e5c;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.item-tree.white {
  display: inline-block;
  margin-left: 0px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.item-tree.white.plus {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ccc;
  font-size: 40px;
}

.item-tree.white.plus.dark {
  position: absolute;
  display: block;
  margin-right: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #343e5c;
}

.item-tree.support {
  display: inline-block;
  margin-left: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #8b8b8b;
  text-align: left;
}

.item-tree.support:hover {
  color: #343e5c;
}

.item-tree.add {
  margin-left: 10px;
}

.item-tree.add.modal {
  margin-left: 30px;
  text-align: left;
}

.item-tree.add-element {
  margin-left: 35px;
}

.link-move {
  margin-right: 5px;
}

.link-move:hover {
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .65);
}

.div-50 {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-right: 1px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #ececec;
  text-align: center;
}

.div-50.last {
  width: 100%;
  margin-top: 20px;
}

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

.link-new {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #2ab785;
  background-color: #2ab785;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  text-align: center;
}

.link-new:hover {
  border-color: #259e73;
}

.link-new.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  text-decoration: none;
}

.link-new.small.grey {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
  border-color: silver;
  background-color: #fff;
}

.link-new.small.grey:hover {
  border-color: #afafaf;
}

.link-new.small.grey.modal {
  display: block;
  margin-top: 42px;
}

.link-new.small.modal {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
}

.link-new.small.modal.cancel {
  margin-bottom: 0px;
  border-color: #ccc;
  background-color: #ccc;
}

.link-new.small.modal.cancel:hover {
  border-color: #b3b3b3;
}

.arrow-normal {
  position: static;
}

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

.div-head-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  background-color: #343d5c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.div-head-column.last {
  border-right-width: 0px;
}

.div-head-column.lightblue {
  height: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px none #d3d3d3;
  background-color: #fff;
  color: #343d5c;
}

.div-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #c8d0db;
  background-color: #e3e8f0;
  font-family: Lato, sans-serif;
  color: #343d5c;
  font-weight: 700;
}

.div-item-list.borderless {
  border-left-width: 0px;
  font-family: Inconsolata, monospace;
  font-weight: 300;
}

.div-item-list.borderless.light {
  background-color: #edf1f8;
  font-family: Inconsolata, monospace;
  text-transform: lowercase;
}

.div-item-list.borderless.input {
  padding-left: 0px;
}

.div-item-list.light {
  background-color: #edf1f8;
}

.div-item-list.big {
  height: 100px;
}

.div-item-list._80 {
  height: 80px;
}

.div-item-list._80.newfields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.txtarea {
  display: block;
  width: 97%;
  min-height: 92px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 2px solid #fff;
  background-color: #fff;
}

.txtarea:focus {
  border: 2px solid #2ab785;
}

.div-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(200, 208, 219, .35);
  border-bottom: 1px solid rgba(200, 208, 219, .35);
  border-left: 1px none rgba(200, 208, 219, .35);
  text-align: center;
}

.div-admin.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-admin.regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.form-wrapper-txtarea {
  width: 100%;
  margin-bottom: 0px;
}

.link-admin-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8990a3;
  text-align: center;
  text-decoration: none;
}

.link-admin-icon:hover {
  color: #343d5c;
}

.link-admin-icon.double {
  display: inline-block;
}

.ico-admin {
  float: left;
}

.div-add-field {
  margin-top: 20px;
}

.tab-active {
  width: 50%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.tab-active.w--current {
  width: 50%;
  background-color: #2ab785;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.tab {
  width: 50%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: #2ab785;
  color: #fff;
}

.tab-menu {
  margin-bottom: 15px;
}

.title-constant-editor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0d6df;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper.modal {
  margin-bottom: 0px;
}

.form-inputs {
  margin-top: 14px;
}

.form-inputs.modal {
  height: 37px;
  margin-top: 0px;
  padding-top: 3px;
  border-bottom: 1px solid #fff;
  background-color: #e3e8f0;
}

.form-inputs.modal.last {
  border-bottom-style: none;
}

.form-inputs.modal.withhelptext {
  height: 80px;
  padding-top: 10px;
  border-bottom-color: #c8d0db;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding-top: 5%;
  background-color: rgba(52, 61, 92, .57);
}

.modal-content {
  position: relative;
  z-index: 99999;
  display: block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(52, 61, 92, .38);
}

.popup-header {
  background-color: #343d5c;
}

.link-close-modal {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  float: right;
  text-align: center;
}

.h3-title-modal {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

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

.modal-wrapper-field-properties {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding-top: 5%;
  background-color: rgba(52, 61, 92, .57);
}

.txt-helper {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.radio {
  display: inline-block;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #343d5c;
  font-style: normal;
}

.label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 13px;
  float: none;
  color: #343d5c;
  font-style: normal;
  font-weight: 700;
}

.modal-wrapper-new-field {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding-top: 5%;
  background-color: rgba(52, 61, 92, .57);
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #2fe9a5;
  background-color: #1c1e21;
}

.brand {
  position: relative;
  top: 6px;
  display: inline-block;
  overflow: visible;
  margin: -2px auto auto;
  padding-top: auto;
  padding-bottom: auto;
  float: none;
  clear: none;
  -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;
  cursor: pointer;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  -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;
}

.nav-link-2 {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #2ab785;
}

.nav-link-2:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.home-button-inverted {
  height: 35px;
  padding-top: 7px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #2fe9a5;
  border-radius: 100px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2fe9a5;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-button-inverted:hover {
  background-color: #2ab785;
  background-image: -webkit-linear-gradient(353deg, #2ab785, rgba(0, 231, 241, .95));
  background-image: linear-gradient(97deg, #2ab785, rgba(0, 231, 241, .95));
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fdfdfd;
}

.home-button-inverted:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.home-button-inverted.pricing {
  width: 160px;
  height: 45px;
  margin-top: 22px;
  padding-top: 12px;
  padding-right: 50px;
  padding-left: 50px;
  border-color: #50e3c2;
  color: #50e3c2;
}

.home-button-inverted.pricing:hover {
  background-color: #57e2c2;
  color: #fff;
}

.section-hero {
  display: block;
  height: 600px;
  margin-top: -70px;
  padding-left: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.home-hero-heading1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: perspective(197px);
  transform: perspective(197px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.text-block-16 {
  display: inline-block;
  font-size: 48px;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, .43);
}

.home-hero-heading2 {
  display: inline-block;
  width: auto;
  height: 44px;
  margin-top: 27px;
  margin-right: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: -webkit-linear-gradient(0deg, #2fe9c3, #0ff3ff);
  background-image: linear-gradient(90deg, #2fe9c3, #0ff3ff);
  font-family: Montserrat, sans-serif;
  color: #1c1e21;
  font-size: 40px;
  font-weight: 700;
}

.home-hero-heading2.how-it-works {
  display: block;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-17 {
  width: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  direction: ltr;
  font-size: 44px;
  font-style: italic;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-17.body {
  display: block;
  overflow: visible;
  background-color: transparent;
  text-transform: none;
}

.home-hero-summary {
  width: 550px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: 6px 6px 18px rgba(0, 0, 0, .27);
}

.home-button {
  display: inline-block;
  height: 35px;
  margin-top: 34px;
  padding-top: 8px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 100px;
  background-color: #10cfa4;
  background-image: -webkit-linear-gradient(357deg, #2ab785, #00ebff);
  background-image: linear-gradient(93deg, #2ab785, #00ebff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.home-button:hover {
  box-shadow: inset 0 0 47px 10px #18f0ee;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home-button:active {
  -webkit-transform: scale(0.98) translate(0px, 0px);
  -ms-transform: scale(0.98) translate(0px, 0px);
  transform: scale(0.98) translate(0px, 0px);
}

.home-button.form {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 17px;
}

.section-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  box-shadow: inset 0 34px 26px -25px transparent;
}

.hero-video {
  margin-top: -56px;
}

.feature-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: default;
}

.section-features01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 632px;
  -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: #fff;
}

.section-features01.bg-grey {
  background-color: #eeeff2;
  box-shadow: inset 1px 23px 31px -25px rgba(0, 0, 0, .45);
}

.home-button-large {
  width: auto;
  height: 45px;
  margin-top: 34px;
  padding-top: 13px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 100px;
  background-color: #50e3c2;
  box-shadow: 10px 0 39px 0 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-button-large:hover {
  box-shadow: inset 0 0 50px 14px #18f0ee;
}

.home-button-large:active {
  cursor: pointer;
}

.home-button-large.pricing {
  width: 160px;
}

.feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-paragraph {
  font-family: 'PT Serif', serif;
  color: #656b6f;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  cursor: default;
}

.home-paragraph.centered {
  text-align: center;
}

.home-paragraph-small {
  font-family: 'PT Serif', serif;
  color: #656b6f;
  font-size: 14px;
  font-weight: 400;
}

.home-paragraph-small.pricing {
  color: #838d8f;
  text-align: center;
}

.home-h3 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #3c3d41;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-h3.split-section {
  margin-bottom: 20px;
}

.home-h3.pricing {
  margin-bottom: 10px;
}

.home-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #262a31;
  font-size: 32px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: -1.23px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .21);
  cursor: default;
}

.home-h2.how-it-works {
  text-align: center;
}

.home-h2.hero-subtitle {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.feature-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-grid-child {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 49px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-features02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 739px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeff2;
  background-image: url('../images/Laptop.png');
  background-position: 100% 136%;
  background-size: 640px;
  background-repeat: no-repeat;
  box-shadow: inset 0 13px 50px -25px rgba(0, 0, 0, .37);
}

.feature-text-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: 10%;
  -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;
  cursor: default;
}

.section-split01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 -13px 50px -24px rgba(0, 0, 0, .63);
}

.split-child01 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/Split-1.png');
  background-position: 50% 50%;
  background-size: 600px;
}

.split-child02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  padding-left: 70px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 #000;
}

.section-split02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5);
}

.split-child04 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/Split-2.png');
  background-position: 0px 50%;
  background-size: 600px;
}

.split-child06 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/Split-3.png');
  background-position: 100% 50%;
  background-size: 600px;
}

.pricing-package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 20px 5px;
  -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;
}

.pricing-package.dropshadow {
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 1px 1px 20px 0 hsla(0, 0%, 73%, .5);
}

.section-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 588px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 59px;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 108px 20px;
  background-color: #1c1e21;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  padding-right: 17px;
  padding-left: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid hsla(0, 0%, 100%, .69);
  color: #2ab785;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.footer-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  padding-left: 3px;
  color: #25b784;
}

.footer-contact-text {
  margin-bottom: 40px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.footer-contact-label {
  color: #25b784;
}

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

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  cursor: default;
}

.text-span {
  line-height: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
}

.navi-logo {
  position: static;
  display: block;
}

.navi-logo:hover {
  background-color: transparent;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.navi-logo:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.section-contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: 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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #2ab785;
  border-radius: 0px;
  background-color: rgba(46, 46, 46, .79);
}

.form-block {
  width: 700px;
  height: 600px;
  margin-bottom: 23px;
  border: 3px solid #2ab785;
  border-radius: 20px;
  background-color: #eee;
  box-shadow: none;
}

.image {
  display: block;
  overflow: visible;
  width: 70%;
  float: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-18 {
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading {
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  color: #2ab785;
}

.text-span-2 {
  color: #000;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.column-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.row {
  padding-top: 30px;
}

.form-fields {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-2 {
  padding-right: 14px;
  padding-left: 14px;
}

.video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiw-hero-summary {
  width: 550px;
  margin-bottom: 36px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: 6px 6px 18px #000;
}

.hiw-hero-heading1-copy {
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: perspective(197px);
  transform: perspective(197px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.body-2 {
  border-right: 2px none #2ab785;
  border-left: 2px none #2ab785;
}

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

.column-3 {
  display: block;
}

.column-4 {
  overflow: hidden;
}

.section-features {
  box-shadow: 0 0 50px 4px rgba(0, 0, 0, .09);
}

.image-numbers {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 30%;
}

.image-numbers:hover {
  -webkit-filter: hue-rotate(18deg) saturate(177%);
  filter: hue-rotate(18deg) saturate(177%);
}

.column-workflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  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: 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;
}

.column-workflow:hover {
  box-shadow: 0 2px 10px 0 #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.row-3 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.column-5 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row-4 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

.row-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 46px;
  padding: 0px 17px;
  -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;
}

.network-thumbnail {
  width: auto;
  height: auto;
  max-width: 70px;
  min-width: 0px;
  padding: 11px 0px 8px;
}

.column-network-logos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-networks {
  display: inline;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px none #2ab785;
  border-right: 2px none #000;
  background-color: #fff;
}

.navbar-clear {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #2fe9a5;
  background-color: #1c1e21;
}

.navbar-clear.clear {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom-style: none;
  background-color: rgba(28, 30, 33, 0);
}

.image-2 {
  max-width: 23%;
  box-shadow: 0 0 19px 0 #7512f3;
}

.text-span-3 {
  color: #6915d4;
}

.bold-text {
  color: #555;
}

.text-span-highlight-gradient {
  padding: 2px 5px;
  background-image: -webkit-linear-gradient(0deg, #2fe9c3, #0ff3ff);
  background-image: linear-gradient(90deg, #2fe9c3, #0ff3ff);
}

.bold-text-2 {
  color: #2fe9c3;
  font-style: italic;
}

.div-block-2 {
  background-image: url('../images/Leavesv8.png');
  background-position: -5% 50%;
  background-size: 1050px;
  background-repeat: repeat;
  background-attachment: scroll;
}

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

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

@media (max-width: 991px) {
  .navbar-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-width: 2px 2px 1px;
    border-bottom-style: solid;
  }
  .brand {
    display: inline-block;
    padding-top: 0px;
    -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;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 20px;
    padding-bottom: 14px;
    padding-left: 0px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 3px none #2fe9a5;
    background-color: transparent;
    text-align: center;
  }
  .nav-link-2 {
    padding: 0px 13px 0px 0px;
    text-align: center;
  }
  .menu-button {
    background-color: #2fe9a5;
  }
  .text-block-16 {
    display: block;
    overflow: visible;
    width: auto;
    font-size: 44px;
    line-height: 40px;
    text-align: center;
  }
  .home-hero-heading2 {
    width: auto;
    padding-left: 0px;
    background-image: -webkit-linear-gradient(0deg, #2fe9c3, #0ff3ff);
    background-image: linear-gradient(90deg, #2fe9c3, #0ff3ff);
  }
  .text-block-17 {
    margin-left: 0px;
    font-size: 40px;
  }
  .feature-grid-right {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-features01 {
    height: auto;
    margin-left: 5%;
    padding-left: 0px;
  }
  .section-features01.bg-grey {
    margin-left: 0%;
  }
  .home-paragraph {
    text-align: left;
  }
  .home-h2 {
    line-height: 35px;
  }
  .feature-text-left {
    margin-right: 0px;
    margin-left: 5%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature-grid-child {
    width: 100%;
  }
  .feature-laptop-full {
    display: block;
    text-align: left;
  }
  .section-features02 {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .feature-container-left {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-package {
    margin-right: 15px;
    margin-left: 15px;
  }
  .home-pricing-container {
    width: 90%;
  }
  .footer {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-section {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 67px;
    padding-left: 67px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-contact-text {
    margin-bottom: 99px;
  }
  .video {
    margin-right: -5px;
    margin-left: -2px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .body-2 {
    border-right-style: none;
  }
  .column-3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-4 {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row-networks {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .network-thumbnail {
    max-width: auto;
  }
  .navbar-clear {
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border-width: 2px 2px 1px;
    border-bottom-style: solid;
  }
  .text-span-highlight-gradient {
    padding: 2px 5px;
    background-image: -webkit-linear-gradient(16deg, #2fe9c3, #0ff3ff);
    background-image: linear-gradient(74deg, #2fe9c3, #0ff3ff);
  }
}

@media (max-width: 767px) {
  .navbar-2 {
    position: absolute;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .brand {
    height: 100%;
    padding-top: 3px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(28, 30, 33, .79);
  }
  .nav-link-2 {
    display: block;
    margin-right: 0px;
    padding-top: 12px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-button-inverted {
    margin-top: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    padding: 24px 22px;
  }
  .section-hero {
    height: auto;
    margin-top: -70px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .home-hero-heading1 {
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .text-block-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 40px;
  }
  .home-hero-heading2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 44px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-17 {
    height: 44px;
    margin-left: 0px;
  }
  .home-hero-summary {
    width: auto;
    margin-top: -16px;
    margin-bottom: 0px;
    text-shadow: 6px 6px 18px rgba(0, 0, 0, .27), 1px 1px 6px #000;
  }
  .home-button {
    margin-top: 31px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home-button.form {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 17px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-video {
    margin-top: 0px;
  }
  .section-features01 {
    margin-left: 0%;
    border-left: 2px none #2ab785;
  }
  .feature-container {
    padding-top: 50px;
    padding-bottom: 0px;
    -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;
  }
  .home-paragraph {
    text-align: justify;
  }
  .feature-text-left {
    width: auto;
    margin-right: 5%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-container-left {
    padding-right: 18px;
    padding-left: 18px;
    -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;
  }
  .section-split01 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .split-child01 {
    width: 100%;
    height: 300px;
  }
  .split-child02 {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .section-split02 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .split-child04 {
    width: 100%;
    height: 300px;
  }
  .split-child06 {
    width: 100%;
    height: 300px;
  }
  .pricing-package {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pricing-package.dropshadow {
    padding-right: 7px;
    padding-left: 7px;
  }
  .section-pricing {
    height: auto;
  }
  .home-pricing-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video {
    height: auto;
    margin-right: -8px;
    margin-left: -2px;
    padding: 40px 22px 37px;
    background-image: url('../images/Hero-Freeze-Frame.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .navi-logo {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .form-block {
    width: auto;
    height: auto;
  }
  .container {
    -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;
  }
  .heading.contact-us-h1 {
    font-size: 28px;
  }
  .column-4 {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .network-thumbnail {
    max-width: 100%;
  }
  .section-networks {
    border-style: none;
  }
  .navbar-clear {
    position: absolute;
    margin-top: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  .navbar-2 {
    padding-left: 0px;
  }
  .brand {
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-left: auto;
    float: right;
    clear: none;
    -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(28, 30, 33, .89);
  }
  .menu-button {
    padding: 16px 12px 17px;
  }
  .section-hero {
    height: auto;
    margin-top: -70px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero-heading1 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 42px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .text-block-16 {
    padding-top: 0px;
    font-size: 38px;
  }
  .home-hero-heading2 {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 40px;
  }
  .text-block-17 {
    font-size: 38px;
  }
  .home-hero-summary {
    display: block;
    width: 100%;
    padding-left: 0px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 9px 40px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .hero-video {
    margin-top: 0px;
  }
  .feature-grid-right {
    padding-right: 27px;
    padding-left: 27px;
  }
  .section-features01 {
    margin-left: 0%;
  }
  .home-button-large {
    padding-right: 30px;
    padding-left: 30px;
  }
  .feature-container {
    padding-bottom: 0px;
  }
  .feature-text-left {
    width: 95%;
    margin-right: 5%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-grid-child {
    margin-right: 0%;
    padding-right: 0px;
  }
  .feature-container-left {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .split-child02 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-section {
    width: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-social {
    padding-right: 15px;
    padding-left: 15px;
  }
  .video {
    height: auto;
    margin-left: -2px;
    padding-top: 61px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Hero-Freeze-Frame.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .navi-logo {
    max-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading.contact-us-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .text-span-2 {
    font-size: 32px;
  }
  .column {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-2 {
    height: 650px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .hiw-hero-summary {
    width: 100%;
    padding-left: 9px;
  }
  .hiw-hero-heading1-copy {
    width: 100%;
    padding-top: 0px;
  }
  .body-2 {
    border-left: 2px none #2ab785;
  }
  .row-2 {
    padding-left: 14px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row-networks {
    padding-right: 0px;
    padding-left: 0px;
  }
  .network-thumbnail {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-network-logos {
    padding-right: 6px;
    padding-left: 3px;
  }
  .section-networks {
    padding-bottom: 11px;
  }
  .row-5 {
    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;
  }
  .navbar-clear {
    padding-left: 0px;
  }
}

/* Overrides */

.section-contact-us {
  z-index: 1000;
}

.w-nav-overlay {
  max-height: 100vh;
}

@media (max-width: 767px) {
  .navbar-clear.clear {
    opacity: 0;
  }

  .navbar-2 {
    display: block !important;
    position: fixed;
    transform: none !important;
  }

  .section-contact-us {
    bottom: auto;
    position: absolute;
  }
}