body {
  font-family: Lato, sans-serif;
  color: #2c3340;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 24px;
  padding: 16px 32px;
  border-left: 3px solid #2583fd;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

.body {
  font-family: Lato, sans-serif;
  color: #2c3340;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.dark {
  background-color: #253f6f;
  color: #fff;
}

.section.haze {
  background-color: #f5f6f8;
}

.section.border-top {
  border-top: 1px solid #e1e6ee;
}

.section.grade-1 {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #39abff, #4c39f3);
  color: #fff;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.section.no-padding-vertical.borders {
  display: none;
}

.section.borders {
  border-top: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
}

.section.top-section {
  overflow: hidden;
  padding-top: 192px;
}

.section.haze {
  background-color: #f5f6f8;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: transparent;
}

.wrapper.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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: 5px;
  background-color: #2583fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2c3340;
}

.button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 0 10px 0 rgba(89, 98, 115, 0.2);
}

.nav-link {
  padding: 8px 16px;
  border-radius: 5px;
}

.nav-link:hover {
  background-color: #f5f6f8;
}

.nav-link.w--current {
  color: #2c3340;
  font-weight: 700;
}

.text-white {
  color: #fff;
}

.text-link {
  color: #2583fd;
  text-decoration: none;
}

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

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 40px;
  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-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-wrap.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #d044f2, #481ceb);
  color: #fff;
}

.utility-page-wrap.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #39abff, #4c39f3);
}

.utility-page-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-top: 32px;
  -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-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -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;
}

.haze {
  background-color: #f5f6f8;
}

.text-grey {
  color: #7a8292;
}

.no-margin {
  margin: 0px;
}

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

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -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-align: center;
}

.section-intro.no-margin-bottom {
  margin-bottom: 0px;
}

.dark {
  background-color: #2c3340;
}

.text-left {
  text-align: left;
}

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

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

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

.footer-v3-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.footer-v1-link {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7a8292;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.footer-v1-link:hover {
  text-decoration: underline;
}

.footer-v1-link.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.brand.footer-v1-brand {
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
}

.brand.footer-v3-brand {
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.footer-v4-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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: 50%;
  background-color: #2c3340;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-wrapper {
  position: relative;
  overflow: visible;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-icon {
  height: 24px;
  margin-right: 6px;
  margin-left: -2px;
}

.text-dark-grey {
  color: #596273;
}

.bg-bubbles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  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;
  opacity: 0.18;
}

.bubble-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 28vh;
  z-index: 10;
  display: block;
  width: 36vh;
  height: 36vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 72%;
  bottom: 27vh;
  z-index: 9;
  display: block;
  width: 20vh;
  height: 20vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.83;
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.bubble-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 26%;
  bottom: 59vh;
  z-index: 8;
  display: block;
  width: 15vh;
  height: 15vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.78;
  -webkit-filter: blur(11px);
  filter: blur(11px);
}

.bubble-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 7%;
  bottom: -56vh;
  z-index: 7;
  display: block;
  width: 12vh;
  height: 12vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.72;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-5 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.52;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 38%;
  bottom: -14vh;
  z-index: 5;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bubble-7 {
  position: absolute;
  left: 84%;
  top: 0px;
  right: 0%;
  bottom: 59vh;
  z-index: 4;
  display: block;
  width: 5vh;
  height: 5vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.49;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.bubble-8 {
  position: absolute;
  left: 97%;
  top: 0px;
  right: 0%;
  bottom: -11vh;
  z-index: 3;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.45;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.bubble-9 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.bubble-10 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: -19%;
  bottom: 69vh;
  z-index: 1;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.pricing-v1-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #596273;
  cursor: help;
}

.pricing-v1-feature:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 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;
  border: 1px solid #e1e6ee;
  border-radius: 50%;
  background-image: url('../images/info-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: #d3d8e1;
}

.input {
  height: 48px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:focus {
  border-color: #a9b0be;
}

.input::-webkit-input-placeholder {
  color: #a9b0be;
}

.input:-ms-input-placeholder {
  color: #a9b0be;
}

.input::-ms-input-placeholder {
  color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.form-success {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2583fd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.bg-squares {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 970px;
  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;
  opacity: 0.15;
}

.square-1 {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  bottom: 28vh;
  z-index: 10;
  display: block;
  width: 23vh;
  height: 23vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  transform: rotate(53deg);
}

.square-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 72%;
  bottom: 27vh;
  z-index: 9;
  display: block;
  width: 16vh;
  height: 16vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.77;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.square-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 26%;
  bottom: 59vh;
  z-index: 8;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.69;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.square-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 7%;
  bottom: -56vh;
  z-index: 7;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  opacity: 0.72;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #253f6f;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

.circle-icon.white {
  background-color: #fff;
}

.color-1-ghost {
  background-color: rgba(37, 131, 253, 0.12);
}

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

.store-button {
  border-radius: 5px;
  background-color: #253f6f;
}

.store-button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.store-button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e1e6ee;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.store-badge {
  height: 48px;
}

.store-badge.small {
  height: 40px;
}

.link-grey {
  color: #7a8292;
  text-decoration: none;
}

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

.review-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  cursor: pointer;
}

.review-v3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.square-10 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: -19%;
  bottom: 69vh;
  z-index: 1;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.square-7 {
  position: absolute;
  left: 84%;
  top: 0px;
  right: 0%;
  bottom: 59vh;
  z-index: 4;
  display: block;
  width: 5vh;
  height: 5vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
}

.square-5 {
  position: absolute;
  left: 71%;
  top: 0px;
  right: 0%;
  bottom: -43vh;
  z-index: 6;
  display: block;
  width: 8vh;
  height: 8vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.square-6 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 31%;
  bottom: -14vh;
  z-index: 5;
  display: block;
  width: 10vh;
  height: 10vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.square-8 {
  position: absolute;
  left: 97%;
  top: 0px;
  right: 0%;
  bottom: -11vh;
  z-index: 3;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.square-9 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 66%;
  bottom: -40vh;
  z-index: 2;
  display: block;
  width: 4vh;
  height: 4vh;
  margin: auto;
  background-color: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
}

.text-white-faded {
  color: hsla(0, 0%, 100%, 0.7);
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  text-decoration: none;
}

.subscribe-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 15px;
  -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;
}

.social-icons {
  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;
}

.social-icons.subscribe-v1-icons {
  margin-right: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-circle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 4px;
  -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: 1px solid #e1e6ee;
  border-radius: 50%;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-circle-link:hover {
  border-color: #d3d8e1;
}

.social-circle-link.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-circle-link.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon {
  width: 16px;
}

.subscribe-1-form-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-v1-heading {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
}

.subscribe-v1-icon {
  width: 24px;
  margin-right: 8px;
}

.subscribe-v1-form {
  margin-bottom: 0px;
}

.footer-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.footer-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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;
}

.social-icons-small.footer-v4-icons {
  margin-left: 13px;
}

.social-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 6px;
  -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: 1px solid #e1e6ee;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-link-small:hover {
  border-color: #d3d8e1;
}

.social-link-small.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-link-small.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon-small {
  width: 12px;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding-right: 15px;
  padding-left: 15px;
  -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-align: center;
}

.footer-v3-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v3-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-v3-link.dark-bg {
  color: #fff;
}

.footer-v3-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.footer-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v3-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-v3-bottom-info {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #d3d8e1;
}

.divider.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message.grade-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4c39f3), to(#39abff));
  background-image: linear-gradient(90deg, #4c39f3, #39abff);
  color: #fff;
}

.message-text {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.footer-v2-bottom-menu {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-bottom-menu-link {
  margin-right: 20px;
  color: #596273;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu-link.white {
  color: #fff;
}

.footer-v2-bottom-info {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v1-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c3340;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-app-link:hover {
  text-decoration: underline;
}

.footer-app-link.dark-bg {
  color: #fff;
}

.footer-app-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e1e6ee;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.footer-app-icon:hover {
  border-color: #d3d8e1;
}

.footer-app-icon.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.footer-app-icon.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.hero-intro-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 80px;
  width: 62%;
  background-image: url('../images/hero-1-bg.svg');
  background-position: 0px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.ipad-float {
  width: 110%;
  max-width: none;
  margin-top: 30px;
  margin-left: -9%;
}

.iphone-float {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 45%;
  max-width: none;
  margin-top: -40px;
  margin-right: -10%;
}

.layouts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
}

.button-icon {
  width: 20px;
  margin-right: 8px;
  float: left;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -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;
}

.search-result-list {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.search-result-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(44, 51, 64, 0.16);
  text-align: center;
}

.scroll-icon-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -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;
}

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eceff4));
  background-image: linear-gradient(180deg, #fff, #eceff4);
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.4);
}

.faq-top-link {
  display: inline-block;
  color: #a9b0be;
  font-size: 12px;
  text-decoration: underline;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

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

.footer-v4-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v4-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #596273;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v4-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.footer-v4-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.help-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  max-width: 570px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.help-input {
  width: 100%;
  height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 19px 24px 20px 52px;
  border-style: none;
  border-radius: 10px;
  background-image: url('../images/search-icon-grey-3.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 24px;
}

.help-input::-webkit-input-placeholder {
  color: #a9b0be;
}

.help-input:-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::-ms-input-placeholder {
  color: #a9b0be;
}

.help-input::placeholder {
  color: #a9b0be;
}

.help-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 7px;
  background-color: transparent;
  background-image: url('../images/arrow-right-icon-color-1.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.help-button:hover {
  background-color: rgba(37, 131, 253, 0.12);
  opacity: 1;
}

.search-result-link {
  display: inline-block;
  color: #2583fd;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.search-result-link:hover {
  text-decoration: underline;
}

.search-result-url {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
}

.search-result-card {
  margin-bottom: 20px;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.search-result-card:hover {
  box-shadow: 3px 3px 12px 0 rgba(89, 98, 115, 0.16);
}

.float-button-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 64px;
  min-width: 64px;
  padding: 20px 16px 32px;
  -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;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12);
}

.float-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e1e6ee;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.float-button:hover {
  border-color: #a9b0be;
}

.float-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.float-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-right: 32px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #596273;
  text-decoration: none;
}

.float-link:hover {
  background-color: #f5f6f8;
}

.float-link-icon {
  width: 24px;
  margin-right: 10px;
}

.float-button-icon {
  width: 24px;
  height: 24px;
}

.float-button-close-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
}

.loading-info {
  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;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.promo-card {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12), inset 0 0 0 1px #e1e6ee;
}

.promo-card-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(44, 51, 64, 0.5);
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.promo-card-close:hover {
  background-color: #7a8292;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.promo-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/avatar-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-card-text {
  margin-bottom: 4px;
}

.menu-icon-line-top {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-bottom {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -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;
}

.nav-dropdown-2 {
  -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-align: center;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #2c3340;
}

.text-grey-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #7a8292;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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: 5px;
  background-color: #2583fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button-2.margin-left {
  margin-left: 12px;
}

.form-error-2 {
  padding: 8px 12px;
  background-color: transparent;
  color: #fc3762;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.form-error-2.text-left {
  padding-left: 0px;
  text-align: left;
}

.input-2 {
  height: 40px;
  min-width: 228px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  background-color: #f5f6f8;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

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

.input-2::-webkit-input-placeholder {
  color: #a9b0be;
}

.input-2:-ms-input-placeholder {
  color: #a9b0be;
}

.input-2::-ms-input-placeholder {
  color: #a9b0be;
}

.input-2::placeholder {
  color: #a9b0be;
}

.input-2.subscribe-v1-input {
  width: 240px;
  margin-bottom: 0px;
}

.html-embed {
  position: static;
  display: block;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-icon-2 {
  max-height: none;
  max-width: none;
  margin-right: 6px;
  margin-left: -2px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10px;
  -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: transparent;
}

.wrapper-2.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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;
}

.menu-icon-line-top-2 {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.menu-icon-line-middle-2 {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #2c3340;
}

.nav-link-2 {
  padding: 8px 16px;
  border-radius: 5px;
}

.nav-link-2:hover {
  background-color: #f5f6f8;
}

.nav-link-2.w--current {
  color: #2c3340;
  font-weight: 700;
}

.menu-icon-line-bottom-2 {
  height: 2px;
  border-radius: 1px;
  background-color: #2c3340;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 72px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroll-up {
  position: absolute;
  top: -28px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.08);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.scroll-up:hover {
  box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.3);
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 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;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.brand-2.footer-logo {
  margin-bottom: 8px;
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 8%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.footer-heading.subscribe {
  margin-bottom: 10px;
}

.wrapper-3 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: transparent;
}

.wrapper-3.text-white {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.transparent {
  opacity: 0.7;
}

.paragraph-small-2.transparent {
  opacity: 0.7;
  color: #fff;
}

.paragraph-small-2.transparent.small {
  margin-top: 10px;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.footer-social-link:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  text-decoration: underline;
}

.footer-social-link.facebook {
  background-image: url('../images/facebook-icon.svg');
  background-size: 12px;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-3 {
  position: fixed;
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Little-Aussie-Directories-wordmark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-3 {
  margin-right: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #ebb92e;
  color: #000;
}

.nav-link-3:hover {
  border-bottom-width: 4px;
}

.nav-link-3:active {
  color: #ebb92e;
}

.nav-link-3.recipes {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #76b043;
}

.nav-link-3.recipes:hover {
  border-bottom-width: 4px;
}

.nav-link-3.recipes:active {
  color: #76b043;
}

.nav-link-3.business {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #095e7e;
}

.nav-link-3.business:hover {
  border-bottom-width: 4px;
}

.nav-link-3.business:active {
  color: #095e7e;
}

.nav-link-3.community {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #73cae9;
}

.nav-link-3.community:hover {
  border-bottom-width: 4px;
}

.nav-link-3.community:active {
  color: #73cae9;
}

.nav-link-3.get-on-board {
  border-bottom-color: #fc624d;
}

.nav-link-3.get-on-board:active {
  color: #fc624d;
}

.nav-link-3.qld {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-bottom: 2px solid #095e7e;
}

.nav-link-3.qld:hover {
  border-bottom-width: 4px;
}

.nav-link-3.qld:active {
  color: #095e7e;
}

.nav-link-3.events {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #73cae9;
}

.nav-link-3.events:hover {
  border-bottom-width: 4px;
}

.nav-link-3.events:active {
  color: #73cae9;
}

.nav-menu-3 {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0px;
  padding-top: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  max-width: none;
}

.anchor-card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 24px 56px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #596273;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.anchor-card-2:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.anchor-card-2.teal {
  background-color: #095e7e;
}

.anchor-card-2.green {
  clear: none;
  background-color: #76b043;
}

.anchor-card-2.yellow {
  clear: left;
  background-color: #ebb92e;
}

.anchor-card-2.light-blue {
  background-color: #73cae9;
}

.section-intro-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -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-align: center;
}

.anchor-card-bottom-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  margin-top: 24px;
  border-top: 1px none #e1e6ee;
  background-color: hsla(0, 0%, 100%, 0.49);
  background-image: url('../images/down-arrow-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-weight: 700;
}

.heading.get-on-board {
  color: #fc624d;
}

.heading.lad-intro {
  color: #596273;
  font-weight: 400;
  text-align: justify;
}

.anchor-card-image-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 65px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}

.anchor-cards-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  width: 100%;
  height: auto;
  max-width: none;
}

.wrapper-4 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin-top: 140px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.wrapper-4.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 48px 40px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fc624d;
  background-color: #fff;
}

.section-2.top {
  margin-top: 140px;
}

.section-2.get-on-board {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.section-2.hero-intro-section {
  display: none;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
}

.section-2.section-3 {
  margin-top: 140px;
}

.anchor-text-main {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.image-4 {
  width: 100%;
  max-width: none;
}

.image-5 {
  height: 100%;
  max-width: none;
}

.anchor-card-text-top {
  padding-bottom: 5px;
  font-size: 18px;
}

.link-card-text-main {
  color: #fc624d;
  font-size: 20px;
  line-height: 24px;
}

.link-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-card-text-top {
  padding-bottom: 5px;
  color: #fc624d;
  font-size: 18px;
}

.link-card-text-top.small {
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 18px;
}

.link-card-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  margin-top: 24px;
  border-top: 1px none #e1e6ee;
  background-color: #fc624d;
  background-image: url('../images/Right-arrow-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 24px 56px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fc624d;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-card:hover {
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.image-6 {
  width: 100.0411806727302%;
  height: 100%;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroll-mouse-wheel-2 {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #a9b0be;
}

.side-media-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: auto;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.side-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.side-info-2.hero-intro {
  padding-bottom: 32px;
  padding-left: 15px;
}

.heading-2 {
  color: #095e7e;
}

.heading-2.green {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #76b043;
  text-align: center;
}

.heading-2.blue {
  max-width: 80%;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #73cae9;
  text-align: center;
}

.heading-2.teal {
  text-align: center;
}

.heading-2.yellow {
  color: #ebb92e;
  text-align: center;
}

.heading-2.blue {
  color: #73cae9;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -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-style: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #2583fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: linear-gradient(180deg, #39abff, #397ef3);
  box-shadow: inset 0 0 0 1px #2583fd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-5:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px 0 rgba(37, 131, 253, 0.5);
}

.button-5.search {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../images/hashtag-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#39abff), to(#397ef3));
  background-image: url('../images/hashtag-icon-white.svg'), linear-gradient(180deg, #39abff, #397ef3);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: none;
  -webkit-transition-property: -webkit-box-flex, -webkit-flex;
  transition-property: -webkit-box-flex, -webkit-flex;
  transition-property: flex;
  transition-property: flex, -webkit-box-flex, -webkit-flex, -ms-flex;
}

.button-5.search.teal {
  margin-left: 10px;
  padding-right: 24px;
  background-color: #095e7e;
  background-image: url('../images/hashtag-icon-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-5.search.green {
  background-color: #76b043;
  background-image: url('../images/hashtag-icon-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition-property: -webkit-box-flex, -webkit-flex;
  transition-property: -webkit-box-flex, -webkit-flex;
  transition-property: flex;
  transition-property: flex, -webkit-box-flex, -webkit-flex, -ms-flex;
}

.button-5.search.blue {
  background-color: #73cae9;
  background-image: url('../images/hashtag-icon-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-5.search.yellow {
  background-color: #ebb92e;
  background-image: url('../images/hashtag-icon-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.side-feature-2 {
  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;
}

.image-7 {
  min-height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
}

.container-2 {
  height: 400px;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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;
}

.container-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: auto;
  display: inline-block;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0px 40px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fc624d;
  background-color: #fff;
}

.section-1.top {
  margin-top: 140px;
}

.section-1.get-on-board {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.section-1.hero-intro-section {
  display: none;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
}

.section-1.section-3 {
  margin-top: 140px;
}

.section-intro-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -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-align: center;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 120px;
  -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;
}

.section-3.grade-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff933c, #f8238f);
  color: #fff;
}

.section-3.grade-2.footercontact {
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-color: #095e7e;
  background-image: none;
}

.footer-link-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-column-2.community {
  display: none;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fc624d;
  background-color: #fff;
}

.section-4.top {
  margin-top: 140px;
}

.section-4.get-on-board {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.section-4.hero-intro-section {
  display: none;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
}

.section-4.section-3 {
  margin-top: 140px;
}

.nav-link-4 {
  margin-right: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #ebb92e;
  color: #000;
}

.nav-link-4:hover {
  border-bottom-width: 4px;
}

.nav-link-4:active {
  color: #ebb92e;
}

.nav-link-4.recipes {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #76b043;
}

.nav-link-4.recipes:hover {
  border-bottom-width: 4px;
}

.nav-link-4.recipes:active {
  color: #76b043;
}

.nav-link-4.qld {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-bottom: 2px solid #095e7e;
}

.nav-link-4.qld:hover {
  border-bottom-width: 4px;
}

.nav-link-4.qld:active {
  color: #095e7e;
}

.nav-link-4.events {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #73cae9;
}

.nav-link-4.events:hover {
  border-bottom-width: 4px;
}

.nav-link-4.events:active {
  color: #73cae9;
}

.nav-link-4.get-on-board {
  border-bottom-color: #fc624d;
}

.nav-link-4.get-on-board:active {
  color: #fc624d;
}

.paragraph {
  font-size: 20px;
  line-height: 30px;
}

.navbar-2 {
  position: fixed;
  top: 0px;
  overflow: visible;
  padding-bottom: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed-2 {
  position: static;
  display: block;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.wrapper-5 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin-top: 140px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.brand-4 {
  position: fixed;
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Little-Aussie-Directories-wordmark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.side-feature-3 {
  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;
}

.side-info-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed-3 {
  position: static;
  display: block;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    margin-bottom: 24px;
  }
  .section {
    padding: 80px 8px;
  }
  .section.top-section {
    padding-top: 144px;
  }
  .wrapper.nav-bar-wrapper {
    height: 64px;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
  }
  .nav-link:hover {
    background-color: #fff;
  }
  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 #e1e6ee;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-bottom {
    margin-top: 48px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .brand {
    padding-left: 22px;
  }
  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }
  .brand.footer-v4-brand {
    padding-left: 8px;
  }
  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #e1e6ee;
    background-color: #fff;
  }
  .navigation {
    padding-right: 0px;
  }
  .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .link-arrow {
    font-size: 13px;
  }
  .subscribe-v1 {
    padding-right: 8px;
    padding-left: 8px;
    -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;
  }
  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0px;
  }
  .subscribe-1-form-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-v1-heading {
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .subscribe-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }
  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-v1-column {
    width: 25%;
    padding-right: 16px;
    padding-left: 8px;
  }
  .footer-v1-info {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-v2 {
    padding-top: 48px;
  }
  .footer-v3-left {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-v3-right {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }
  .footer-v1-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .hero-intro-bg {
    width: 98%;
    height: 600px;
  }
  .ipad-float {
    width: 72%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -4%;
  }
  .iphone-float {
    width: 32%;
    margin-top: -32px;
    margin-right: 9%;
  }
  .menu-button {
    z-index: 99999999999;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2c3340;
  }
  .layouts-item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .search-result-list {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .scroll-icon-link {
    display: none;
  }
  .footer-v4-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .help-form {
    width: 470px;
  }
  .help-input {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), inset 0 0 0 0 transparent;
  }
  .float-button-wrapper {
    right: 12px;
    bottom: 12px;
  }
  .input-2 {
    box-shadow: inset 0 0 0 0 transparent;
  }
  .nav-menu-2 {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #e1e6ee;
    background-color: #fff;
  }
  .wrapper-2.nav-bar-wrapper {
    height: 64px;
  }
  .nav-link-2 {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
  }
  .nav-link-2:hover {
    background-color: #fff;
  }
  .nav-link-2.w--open {
    box-shadow: inset 0 1px 0 0 #e1e6ee;
  }
  .menu-button-2 {
    z-index: 99999999999;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #2c3340;
  }
  .footer {
    padding-top: 40px;
  }
  .scroll-up {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .footer-about {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 33.33%;
  }
  .brand-3 {
    position: relative;
    margin-top: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .nav-link-3.business {
    display: inline-block;
    margin-left: 10px;
  }
  .nav-link-3.qld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #fff;
  }
  .navbar {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .anchor-card-2 {
    margin: 8px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .anchor-card-2.teal {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .anchor-card-2.green {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .anchor-card-2.yellow {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .anchor-card-2.light-blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section-intro-2 {
    max-width: none;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .anchor-cards-2 {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wrapper-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-4.nav-bar-wrapper {
    height: 64px;
  }
  .section-2 {
    padding: 80px 8px;
  }
  .section-2.top {
    margin-top: 100px;
    padding-top: 40px;
  }
  .section-2.hero-intro-section {
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-2.section-3 {
    margin-top: 100px;
    padding-top: 40px;
  }
  .link-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-card {
    margin: 8px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .side-media-2 {
    width: 100%;
    margin-bottom: 28px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-info-2 {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-block-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-feature-2 {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .side-feature-2.mobile-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-1 {
    padding: 80px 8px;
  }
  .section-1.top {
    margin-top: 100px;
    padding-top: 40px;
  }
  .section-1.hero-intro-section {
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-1.section-3 {
    margin-top: 100px;
    padding-top: 40px;
  }
  .section-intro-1 {
    max-width: none;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-3 {
    padding: 80px 8px;
  }
  .section-4 {
    padding: 80px 8px;
  }
  .section-4.top {
    margin-top: 100px;
    padding-top: 40px;
  }
  .section-4.hero-intro-section {
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4.section-3 {
    margin-top: 100px;
    padding-top: 40px;
  }
  .nav-link-4.qld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu-button-3 {
    min-width: auto;
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-3 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .wrapper-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand-4 {
    position: relative;
    margin-top: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .side-feature-3 {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .side-info-3 {
    width: 66.66%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h2 {
    font-size: 25px;
  }
  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section.top-section {
    padding-top: 128px;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.no-margin-bottom {
    margin-bottom: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-v3-menu {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom {
    -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;
  }
  .brand.footer-v1-brand {
    width: 50%;
    margin-right: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo-icon {
    height: 22px;
  }
  .review-v3 {
    padding: 6px;
  }
  .footer-v1 {
    padding-bottom: 0px;
  }
  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }
  .footer-v1-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .social-icons-small.footer-v4-icons {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-v3-link {
    margin-right: 8px;
    margin-left: 0px;
  }
  .footer-v3-left {
    width: 100%;
  }
  .footer-v3-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-v2-bottom-menu {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-v2-bottom-menu-link {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .footer-v2-bottom-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-intro-bg {
    height: 50%;
  }
  .ipad-float {
    margin-top: 64px;
    margin-bottom: 0px;
  }
  .iphone-float {
    width: 30%;
    margin-top: -11px;
    margin-right: 10%;
  }
  .layouts-item {
    margin-bottom: 26px;
  }
  .search-result-list {
    width: 100%;
  }
  .footer-v4-menu {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v4-link {
    margin-right: 4px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }
  .logo-icon-2 {
    height: 22px;
  }
  .footer-column {
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-about {
    padding-right: 25%;
  }
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-3.business {
    display: block;
    margin-left: 0px;
  }
  .nav-link-3.qld {
    margin-top: 0px;
    padding-top: 10px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .section-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .side-info-2 {
    width: 83.33%;
  }
  .section-1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-3 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .footer-column-2 {
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-4 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .nav-link-4.qld {
    margin-top: 0px;
    padding-top: 10px;
  }
  .icon {
    width: auto;
    min-width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .side-info-3 {
    width: 83.33%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-v3-menu {
    -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;
  }
  .footer-bottom {
    -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;
  }
  .nav-menu {
    width: 100%;
  }
  .input {
    min-width: 0px;
  }
  .subscribe-form {
    width: 100%;
    min-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .subscribe-v1-form {
    width: 100%;
  }
  .footer-v3-bottom {
    -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;
  }
  .footer-v3-bottom-info {
    margin-top: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .footer-v2-bottom-info {
    -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;
  }
  .footer-v1-bottom {
    -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;
  }
  .footer-app-link {
    font-size: 12px;
    line-height: 16px;
  }
  .hero-intro-bg {
    height: 50vh;
  }
  .ipad-float {
    width: 100%;
  }
  .iphone-float {
    width: 40%;
    margin-top: 4px;
    margin-right: -2%;
  }
  .layouts-item {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .password-card {
    padding: 40px;
  }
  .footer-v4-menu {
    -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;
  }
  .footer-v4-bottom {
    -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;
  }
  .help-form {
    width: 100%;
  }
  .button-2.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }
  .input-2 {
    min-width: 0px;
  }
  .input-2.subscribe-v1-input {
    width: 100%;
    text-align: center;
  }
  .html-embed {
    width: 100%;
    min-width: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .logo-icon-2 {
    height: 30px;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .footer-about {
    padding-right: 15px;
  }
  .brand-3 {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .nav-link-3.business {
    display: block;
    margin-left: 0px;
  }
  .nav-link-3.qld {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar {
    padding-bottom: 0px;
  }
  .anchor-card-2 {
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .section-intro-2 {
    margin-bottom: 10px;
  }
  .anchor-card-image-top {
    height: 50px;
  }
  .anchor-cards-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .wrapper-4 {
    margin-top: 100px;
  }
  .section-2 {
    padding: 0px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .anchor-text-main {
    font-size: 20px;
    line-height: 25px;
  }
  .image-5 {
    width: auto;
  }
  .link-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .link-card {
    padding-bottom: 48px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .image-6 {
    display: block;
  }
  .side-media-2 {
    min-height: auto;
    margin-bottom: 0px;
  }
  .side-info-2 {
    width: auto;
  }
  .heading-2.blue {
    max-width: 80%;
  }
  .div-block-3 {
    position: static;
    width: 95%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .side-feature-2 {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-1 {
    padding: 0px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .section-intro-1 {
    margin-bottom: 10px;
  }
  .section-3 {
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-column-2 {
    padding-right: 5px;
    padding-left: 15px;
  }
  .section-4 {
    padding: 0px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .nav-link-4.qld {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .icon {
    position: static;
    display: inline;
    width: auto;
    min-width: auto;
    margin-top: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-button-3 {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-3 {
    padding-bottom: 0px;
  }
  .wrapper-5 {
    width: 100%;
    margin-top: 100px;
  }
  .brand-4 {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .side-feature-3 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-info-3 {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .html-embed-3 {
    width: 75%;
  }
}

