.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Lato, sans-serif;
  color: #151515;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

a {
  color: #ffa949;
  text-decoration: none;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

figure {
  margin-bottom: 24px;
}

figcaption {
  margin-top: 12px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 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.dark {
  background-color: #4687b3;
  color: #fff;
}

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

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

.section.top-section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4687b3;
  color: #fff;
}

.section.mask {
  overflow: hidden;
}

.section.haze-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f7));
  background-image: linear-gradient(180deg, #fff, #f3f3f7);
}

.section.intro-hero {
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #f3f3f7;
}

.section.hero-v4 {
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.section.hero-v1 {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 48px;
  background-color: #4687b3;
  color: #fff;
}

.section.hero-v2 {
  overflow: hidden;
  padding-top: 136px;
  padding-bottom: 136px;
  background-color: #574b8a;
  color: #fff;
}

.section.hero-v5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48vw;
  min-height: 640px;
  background-color: #f3f3f7;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #4687b3;
  color: #fff;
}

.section.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.hero-v1 {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 48px;
  background-color: #574b8a;
  color: #fff;
}

.section.section-vantagens {
  padding-top: 0px;
}

.wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 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-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: 100%;
  -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;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

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

.wrapper.padding-top {
  padding-top: 60px;
}

.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: 1px none transparent;
  border-radius: 6px;
  background-color: #4687b3;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #ff709d;
}

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

.button.white {
  background-color: #fff;
  color: #574b8a;
}

.button.white:hover {
  background-color: #f3f3f7;
}

.button.ghost {
  background-color: #f3f3f7;
  color: #574b8a;
}

.button.ghost:hover {
  background-color: #eaeaf1;
  box-shadow: none;
}

.button.side-margins {
  margin-right: 6px;
  margin-left: 6px;
}

.button.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button.color-2 {
  background-color: #7666d5;
}

.button.color-2:hover {
  background-color: #6755cf;
}

.button.color-3 {
  background-color: #574b8a;
}

.button.color-3:hover {
  background-color: #463a77;
}

.button.small-form-arrow-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.style-block {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.sg-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 16%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}

.sg-button-box.dark-bg {
  border-color: transparent;
  background-color: #574b8a;
  color: #e3e3e3;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.nav-link {
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #151515;
  font-weight: 700;
}

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

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

.text-white {
  color: #fff;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4687b3;
}

.text-link:hover {
  color: #ffa949;
  text-decoration: underline;
}

.utility-page-wrapper {
  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-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;
  background-color: #574b8a;
  color: #fff;
}

.utility-page-wrapper._404-page {
  background-color: #fff;
  color: #151515;
}

.utility-page-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -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: 8px;
  -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;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 12px 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;
  border-radius: 6px;
  background-color: #574b8a;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.tooltip.sidebar-author-name {
  display: block;
  width: auto;
  margin-bottom: 36px;
  padding: 8px 12px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.tooltip.change-tooltip {
  display: block;
  width: auto;
  margin-bottom: 26px;
  padding: 8px 12px;
}

.tooltip-text {
  color: #fff;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: none;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f3f3f7;
}

.text-grey {
  color: #666;
}

.no-margin {
  margin: 0px;
}

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

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

.intro.wide {
  max-width: 800px;
}

.intro.left {
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro.left.margin-bottom {
  margin-bottom: 48px;
}

.intro.left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.intro.margin-bottom {
  margin-bottom: 40px;
}

.intro.full {
  max-width: 100%;
}

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

.text-label {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-label.white {
  color: #fff;
}

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

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

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

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

.footer-link.footer-contact:hover {
  text-decoration: none;
}

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

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  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;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.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: #574b8a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.release {
  background-color: #ffa949;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.info-text {
  max-width: 350px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Kalam, sans-serif;
  color: #151515;
  text-align: center;
}

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

.hidden {
  display: none;
  margin-left: 0px;
}

.no-padding {
  padding: 0px;
}

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

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

.full-width {
  width: 100%;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 300px;
}

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

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

.text-big {
  font-size: 17px;
  line-height: 28px;
}

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

.bg-elements {
  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: 90%;
  min-height: 640px;
  margin: 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.05;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  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: #fbfbfb;
}

.loading-icon {
  width: 40px;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  padding-bottom: 104px;
  background-color: #574b8a;
  color: #fff;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -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;
}

.sg-sidebar-link {
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sg-sidebar-link.w--current {
  background-color: rgba(0, 0, 0, 0.15);
  background-image: url('../images/right-white_1.svg');
  background-position: 94% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.pricing-v1-card {
  position: relative;
  padding: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
  color: #151515;
  text-align: center;
}

.pricing-v1-billing {
  margin-bottom: 24px;
  font-family: Kalam, sans-serif;
  color: #574b8a;
  font-size: 11px;
}

.pricing-v1-tag {
  margin-top: -16px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  color: #574b8a;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.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: #666;
  cursor: help;
}

.pricing-v1-feature:hover {
  background-color: #f3f3f7;
  color: #574b8a;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  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-radius: 50%;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: red;
}

.tabs-menu-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 40px;
  background-color: #fff;
}

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

.tab-link-v2 {
  padding: 10px 24px;
  border-radius: 22px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #151515;
  font-weight: 700;
}

.tab-link-v2:hover {
  color: #574b8a;
}

.tab-link-v2.w--current {
  background-color: #ffa949;
  color: #fff;
}

.sidebar {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.form-error {
  margin-top: 16px;
  padding: 7px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(238, 62, 84, 0.5);
  border-radius: 8px;
  background-color: rgba(238, 62, 84, 0.12);
  color: #ee3e54;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.form-error.dark {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.input {
  height: 48px;
  margin-bottom: 0px;
  padding: 7px 24px 8px;
  border-style: none;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 6px;
  background-color: #f3f3f7;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}

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

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

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

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

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

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.password-input {
  margin-bottom: 16px;
  text-align: center;
}

.form-success {
  padding: 7px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 174, 69, 0.5);
  border-radius: 8px;
  background-color: rgba(136, 174, 69, 0.12);
  color: #88ae45;
  font-size: 13px;
  line-height: 20px;
}

.form-success.dark {
  border-color: transparent;
  background-color: rgba(21, 21, 21, 0.2);
}

.sidebar-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.post-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.post-card-avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.sidebar-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  padding: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #574b8a;
  text-decoration: none;
}

.sidebar-post-card:hover {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(48, 54, 77, 0.1);
}

.sidebar-post-image {
  width: 88px;
  height: 72px;
  margin-right: 16px;
  border-radius: 6px;
  background-color: red;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-post-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-author {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #f3f3f7;
  border-radius: 50%;
  color: #574b8a;
  text-decoration: none;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
}

.tag-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  font-family: Kalam, sans-serif;
  color: #574b8a;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.tag-link:hover {
  border-color: transparent;
  background-color: #574b8a;
  color: #fff;
  text-decoration: none;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4687b3;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.link-arrow {
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  margin-left: 0px;
  background-image: url('../images/right-dark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
}

.link-arrow.small-white {
  width: 17px;
  height: 17px;
  background-image: url('../images/right-white.svg');
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #151515;
  text-decoration: none;
}

.post-card:hover {
  border-color: hsla(0, 0%, 91.8%, 0);
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-card.big {
  padding: 24px;
}

.post-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-image-big {
  position: relative;
  width: 100%;
  height: 336px;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.post-card-description {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Kalam, sans-serif;
  color: #666;
  text-decoration: none;
}

.post-card-image {
  position: relative;
  width: 100%;
  height: 216px;
  max-height: 16vw;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-dropdown-icon {
  display: none;
  margin-right: 12px;
  color: #999;
  font-size: 13px;
}

.dropdown-list.w--open {
  left: 0px;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(48, 54, 77, 0.22);
}

.dropdown-list.v2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
}

.nav-dropdown-link {
  padding: 9px 20px 11px;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #151515;
  font-size: 14px;
}

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

.nav-dropdown-link.w--current {
  color: #574b8a;
  font-weight: 700;
}

.dropdown-corner {
  position: absolute;
  left: 33px;
  top: -4px;
  z-index: 1;
  display: none;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.dropdown-bridge {
  position: absolute;
  left: 0px;
  top: -8px;
  right: 0px;
  z-index: 1;
  height: 8px;
}

.sg-color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 160px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-radius: 8px;
  background-color: #ffa949;
  box-shadow: none;
}

.sg-color._2 {
  background-color: #7666d5;
}

.sg-color.dark {
  background-color: #574b8a;
}

.sg-color-name {
  position: absolute;
  height: 32px;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10% 64px;
  -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: #574b8a;
  color: #fff;
  text-align: center;
}

.cta-card-info {
  position: relative;
  z-index: 1;
  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;
}

.inline-elements {
  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;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding: 8px 12px;
  -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;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

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

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

.review-v7 {
  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;
}

.mini-blocks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.mini-blocks.dark {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.12);
}

.mini-blocks.contact-blocks {
  margin-top: 60px;
}

.mini-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #e3e3e3;
  text-align: center;
}

.mini-block.dark {
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.achievement-text-big {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.achievement-text-big.small {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 36px;
}

.review-v9 {
  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;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon.icon-ods {
  width: 300px;
}

.icon.icon-about {
  width: auto;
  height: 150px;
}

.pricing-v2-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  -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: 20px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  text-align: center;
}

.pricing-v2-tag {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: -24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 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: 24px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
}

.pricing-v2-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-v2-features {
  padding-bottom: 32px;
  text-align: left;
}

.pricing-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
}

.pricing-feature.no {
  color: #999;
}

.pricing-feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/check-circle-dark.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.pricing-feature-icon.no {
  background-image: url('../images/slash-dark.svg');
  opacity: 0.33;
}

.pricing-small-info {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-top: 24px;
  padding-right: 13px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 17px;
  color: #574b8a;
  text-decoration: none;
}

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

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature.left {
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-v1-column {
  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: 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;
  -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-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-radius: 4px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-link-small:hover {
  background-color: #ff709d;
}

.social-link-small.light {
  opacity: 1;
}

.social-link-small.light:hover {
  background-color: #f3f3f7;
}

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

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 15px 56px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.top-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  min-height: 36px;
  padding-top: 4px;
  padding-bottom: 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;
  background-color: #574b8a;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.small-message-text {
  margin-right: 12px;
}

.text-emoji-1 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-point-right-icon_1emoji-point-right-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.text-emoji-1.big {
  width: 28px;
  background-size: 24px;
}

.text-emoji-2 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.text-emoji-4 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-boom-icon_1emoji-boom-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.side-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  -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;
}

.side-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 transparent, inset 0 0 0 1px #e3e3e3;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease;
}

.side-tab:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e3e3e3;
}

.side-tab.w--current {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #ffa949;
}

.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;
  background-color: #574b8a;
  color: #fff;
}

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

.post-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  max-width: 88vw;
  margin-bottom: 16px;
  padding: 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-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.post-info-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: -8px;
  padding: 8px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  font-size: 13px;
  line-height: 16px;
}

.post-heading {
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 44px;
  text-transform: capitalize;
}

.post-preview-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 98%;
  height: 680px;
  max-height: 60vw;
  margin: -56px auto 80px;
  padding: 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-radius: 20px;
  background-color: #574b8a;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.post-rich-text {
  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;
}

.post-rich-text p {
  margin-bottom: 28px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.post-rich-text a {
  color: #ffa949;
  text-decoration: none;
}

.post-rich-text a:hover {
  text-decoration: underline;
}

.post-rich-text img {
  border-radius: 12px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.text-highlighted {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: rgba(255, 169, 73, 0.1);
  color: #ffa949;
  font-weight: 700;
}

.testimonials-v5 {
  width: 100%;
  height: auto;
  max-width: 88vw;
  margin: -40px auto;
  padding-right: 32px;
  padding-bottom: 80px;
  padding-left: 32px;
  background-color: transparent;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-top: 40px;
  padding-right: 3%;
  padding-left: 3%;
}

.slider-nav {
  height: 30px;
  opacity: 1;
  font-size: 8px;
  line-height: 16px;
}

.review-v5 {
  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;
  text-align: center;
}

.review-v5-logo {
  height: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-icon-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-right {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  margin: 20px 8px;
  padding: 8px;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.logo-link:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.logo-link.faded {
  opacity: 0.5;
}

.logo-link.faded:hover {
  opacity: 1;
}

.logo {
  height: 32px;
}

.logo.logo-nav {
  height: 60px;
}

.logo.logo-footer {
  height: 65px;
}

.layouts {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: -64px;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.layout-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9%;
  padding-bottom: 80px;
  padding-left: 9%;
  -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;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 8px;
  background-color: #f3f3f7;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.layout:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding: 28px 28px 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.post-author-avatar {
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 36px;
  -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: 20px;
  background-color: #574b8a;
  color: #fff;
  text-align: center;
}

.sidebar-card-info {
  position: relative;
  z-index: 1;
  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: 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;
}

.big-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 48px 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;
}

.big-message-text {
  margin-right: 24px;
  font-size: 22px;
  line-height: 28px;
}

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

.sg-back-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-top-color: #ffa949;
  background-color: #ffa949;
}

.sg-logo {
  height: 32px;
  margin-top: -1px;
  margin-right: 12px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.licence-item-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-link-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #dce0e9;
}

.components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -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;
}

.components-link {
  width: 25%;
  margin: 6px;
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.components-link:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  color: #7666d5;
}

.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);
  color: #151515;
  text-align: center;
}

.heading-margin-big {
  margin-bottom: 28px;
}

.scroll-icon-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  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: 42px;
  -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: 14px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.2);
}

.scroll-mouse-wheel {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #7666d5;
}

.faq-nav-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease, padding 400ms ease;
  transition: background-color 200ms ease, padding 400ms ease;
  color: #574b8a;
  font-weight: 700;
  text-decoration: none;
}

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

.faq-nav-link.w--current {
  padding-left: 36px;
  background-image: url('../images/right-dark.svg');
  background-position: 8px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.faq-block {
  padding-top: 80px;
}

.faq-block.first {
  padding-top: 16px;
}

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

.faq-top-link:hover {
  color: #574b8a;
  text-decoration: underline;
}

.footer-v3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-v3-link {
  padding: 6px 10px 6px 12px;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v3-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.form-big:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
}

.form-big.search-results-form {
  max-width: 470px;
}

.form-big-input {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  font-size: 17px;
}

.form-big-input:hover {
  border-color: #ffa949;
}

.form-big-input:focus {
  border-color: #ffa949;
}

.form-big-input::-webkit-input-placeholder {
  color: #999;
}

.form-big-input:-ms-input-placeholder {
  color: #999;
}

.form-big-input::-ms-input-placeholder {
  color: #999;
}

.form-big-input::placeholder {
  color: #999;
}

.search-result-url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  opacity: 1;
  color: #574b8a;
  font-size: 12px;
  line-height: 16px;
}

.search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #151515;
}

.search-result:hover {
  position: relative;
  z-index: 1;
  border-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.feature-card-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 12%;
  -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: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #151515;
  text-align: center;
}

.feature-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.sg-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.contact-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 80px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.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;
  color: #666;
  font-size: 15px;
}

.about-photo {
  height: 600px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  background-image: url('../images/christina-wocintechchat-com-YCrgxs3e9lY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 40px 0 rgba(89, 98, 115, 0.25);
}

.nav-dropdown-link-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
  color: #574b8a;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link-v2:hover {
  background-color: #f3f3f7;
}

.nav-dropdown-link-v2.w--current {
  color: #574b8a;
  font-weight: 700;
}

.nav-dropdown-circle {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(87, 75, 138, 0.2);
  border-radius: 50%;
  background-color: #fff;
  color: #574b8a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.nav-dropdown-link-info {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v3 {
  top: 0px;
  overflow: hidden;
  min-height: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.pricing-v3-plans {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}

.pricing-v3-plans.mobile-sticky {
  display: none;
}

.pricing-v3-plans.bottom {
  border-top: 1px solid #d1d1d1;
}

.pricing-plan-cell {
  width: 25%;
  padding: 36px 24px;
  box-shadow: -1px 0 0 0 #e3e3e3;
  text-align: center;
}

.pricing-plan-cell.no-divider {
  box-shadow: none;
}

.pricing-v3-billing {
  color: #999;
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-currency {
  margin-right: 3px;
  margin-left: -12px;
  color: #999;
  line-height: 20px;
}

.pricing-v3-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 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;
  font-size: 32px;
  line-height: 32px;
}

.pricing-v3-category-header {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f3f3f7;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-v3-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #e3e3e3;
}

.pricing-v3-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 56px;
  padding: 9px 24px 9px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-v3-cells {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v3-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  -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;
  box-shadow: -1px 0 0 0 #e3e3e3;
  font-weight: 500;
  text-align: center;
}

.pricing-cell-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/check-circle-dark.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-plan-name {
  margin-top: -4px;
}

.pricing-v3-plan-mobile {
  margin-top: -4px;
}

.pricing-v3-cell-description {
  width: 100%;
  margin-bottom: 4px;
  color: #999;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

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

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

.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: #574b8a;
}

.testimonials-v1-columns {
  margin-right: 15px;
  margin-left: 15px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(48, 54, 77, 0.1);
  color: #151515;
}

.review-v1-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 17px;
  line-height: 28px;
}

.review-v1-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.testimonials-v1-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-v1-avatar {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-v1-info {
  padding-right: 8px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-v1-name {
  margin-top: 1px;
  font-family: Kalam, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.review-v1-company {
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.review-v1-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  padding: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-star {
  width: 16px;
  height: 16px;
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/star-filled-color.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.review-star.small {
  width: 14px;
  height: 14px;
}

.logo-text {
  display: none;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.testimonials-v2 {
  height: 448px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #574b8a;
}

.slider-button {
  left: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #574b8a;
  font-size: 24px;
}

.slider-button:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.right {
  left: auto;
  right: -28px;
}

.slider-button.posts-arrow-left {
  left: -56px;
}

.slider-button.posts-arrow-left:hover {
  box-shadow: 0 0 0 4px #d1d1d1, 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.posts-arrow-right {
  left: auto;
  right: -56px;
}

.slider-button.posts-arrow-right:hover {
  box-shadow: 0 0 0 4px #d1d1d1, 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.dark-hover:hover {
  box-shadow: 0 0 0 4px #574b8a, 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.hero-left {
  left: 24px;
}

.slider-button.hero-left:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-button.hero-right {
  left: auto;
  right: 24px;
}

.slider-button.hero-right:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow-icon {
  width: 100%;
  opacity: 1;
}

.review-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 21%;
  padding-bottom: 8px;
  padding-left: 21%;
  -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;
  color: #fff;
}

.review-v2-avatar {
  width: 88px;
  height: 88px;
  margin: -8px auto 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-v2-star {
  width: 16px;
  margin-right: 1px;
  margin-left: 1px;
}

.review-v2-text {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.review-v2-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.review-v2-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px 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;
  font-family: Kalam, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.testimonials-v2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.review-v2-add-link {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 8px 16px;
  -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;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Kalam, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.review-v2-add-link:hover {
  background-color: #ffa949;
}

.review-v2-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/pen-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-v3 {
  z-index: 1;
  height: 480px;
  border-radius: 20px;
  background-color: #fff;
  color: #151515;
}

.review-quote-dark {
  position: absolute;
  left: 48px;
  top: 48px;
  width: 56px;
  height: 56px;
  background-image: url('../images/quote-left-dark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.review-quote-dark.right {
  left: auto;
  top: auto;
  right: 48px;
  bottom: 48px;
  background-image: url('../images/quote-right-dark.svg');
}

.review-v3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px 12%;
  -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;
}

.review-v3-avatar {
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-v3-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -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;
}

.review-v3-text {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.review-v3-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Kalam, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.main-grid.margin-bottom {
  margin-bottom: 60px;
}

.review-v2-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dots {
  position: absolute;
  left: 3%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 297px;
  height: 118px;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0% 0%;
  background-size: 12px;
  opacity: 0.12;
}

.circle-small {
  position: absolute;
  left: auto;
  top: 12%;
  right: 7%;
  bottom: auto;
  width: 8vw;
  opacity: 0.08;
}

._2-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-grid {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.breadcrumbs-arrow {
  width: 17px;
  height: 17px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url('../images/right-white_1.svg');
  background-position: 50% 50%;
  background-size: 16px;
  opacity: 0.3;
}

.pricing-v2-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 15% 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-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #574b8a;
  color: #fff;
}

.info-icon {
  width: 100%;
  height: 100%;
  background-image: url('../images/info-dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.33;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.info-icon:hover {
  opacity: 1;
}

.pricing-v2-wave {
  position: absolute;
  top: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 24px;
  max-width: none;
}

.decor-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  height: 4vw;
}

.pricing-v2-billing {
  height: 24px;
  margin-left: 12px;
  padding-top: 5px;
  padding-left: 12px;
  border-left: 1px solid #e3e3e3;
  font-family: Kalam, sans-serif;
  color: #574b8a;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.icon-full-width {
  width: 100%;
}

.pricing-v1-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 62%;
  background-color: #574b8a;
}

.pricing-side-features {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-questions {
  width: 83.33%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sidebar-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  -ms-grid-columns: 320px 1fr 320px;
  grid-template-columns: 320px 1fr 320px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.posts-2-cols {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.posts-2-cols.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #151515;
}

.post-card-heading {
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: capitalize;
}

.post-card-category {
  color: #666;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sidebar-post-heading {
  margin-bottom: 0px;
  color: #151515;
  text-transform: capitalize;
}

.sidear-post-category {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #574b8a;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sidebar-author-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-authors {
  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-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;
}

.card-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-bottom: 1px;
  -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-top: 1px solid #e3e3e3;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #574b8a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.card-button:hover {
  color: #ffa949;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d1d1d1;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-right: -4px;
  margin-left: 11px;
  -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;
}

.heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.posts-3-cols {
  display: -ms-grid;
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-info-right {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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: 10px;
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.sidebar-video-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -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;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  padding: 20px 28px;
  -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;
  color: #222;
  cursor: pointer;
}

.accordion-info {
  margin-right: 16px;
  margin-left: 16px;
}

.accordion-card {
  overflow: hidden;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease;
}

.accordion-card:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.accordion-arrow {
  position: relative;
  width: 24px;
  height: 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;
  background-image: url('../images/right-dark_1.svg');
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.5;
}

.accordion-text {
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 32px;
  color: #888;
}

.accordion-heading {
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 16px 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
}

.team-card:hover {
  border-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.team-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 232px;
  margin-bottom: 16px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-social {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -2px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-role {
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.team-cards {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  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;
  text-align: left;
}

.text-quote {
  font-size: 21px;
  line-height: 32px;
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.person-avatar {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.person-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.person-text {
  margin-top: -8px;
  color: #666;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.question-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.questions-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: -24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.post-slide {
  width: 50%;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.post-slider-mask {
  padding: 20px 12px;
}

.empty-state {
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: transparent;
  color: #666;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.video-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border: 8px solid #fff;
  border-radius: 20px;
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 30px -14px rgba(0, 0, 0, 0.33);
}

.header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e3e3;
}

.header-line.white {
  background-color: #fff;
  opacity: 0.3;
}

.lines-heading {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-gallery {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 80px 80px 80px 80px 80px;
  grid-template-rows: 80px 80px 80px 80px 80px;
}

.gallery-photo {
  position: relative;
  border-radius: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo._1 {
  background-image: url('../images/content-pixie-GAOlUc5TVXY-unsplash.jpg');
}

.gallery-photo._2 {
  background-image: url('../images/christina-wocintechchat-com-NDoVgcS_lZM-unsplash.jpg');
}

.gallery-photo._4 {
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
}

.gallery-photo._3 {
  background-image: url('../images/arlington-research-BQTBlCxmPJM-unsplash.jpg');
}

.gallery-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px 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;
  border-radius: 16px;
  background-color: #fff;
  color: #574b8a;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.gallery-zoom-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('../images/search-dark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  padding: 24px;
  -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-radius: 16px;
  background-color: transparent;
  box-shadow: 0 8px 16px 0 transparent, inset 0 0 0 1px #e3e3e3;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tab-link:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e3e3e3;
}

.tab-link.w--current {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #ffa949;
}

.tab-link.fixed-width {
  width: 192px;
}

.tabs-horisontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -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;
}

.feature-image-big {
  width: 100%;
  margin-bottom: 32px;
}

.feature-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 12%;
  -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: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.feature-image-medium {
  display: block;
  width: 60%;
  margin-bottom: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-video-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  max-height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #fff;
  border-radius: 20px;
  background-color: #574b8a;
  background-image: url('../images/img-telemedicina.jpeg');
  background-size: cover;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.hero-v4-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 74%;
  background-color: #4687b3;
}

.search-result-info {
  padding-top: 4px;
  padding-right: 16px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-image {
  width: 240px;
  height: 184px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-heading {
  margin-bottom: 8px;
}

.pagination-arrow {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  color: #4687b3;
}

.pagination {
  margin-top: 40px;
}

.pricing-tab-content {
  padding-top: 24px;
  padding-bottom: 32px;
}

.sidebar-faq-links {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
  text-align: left;
}

.post-card-heading-big {
  margin-top: 4px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

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

.layout-name {
  margin-bottom: 24px;
}

.text-2-cols {
  color: #666;
  font-size: 17px;
  line-height: 28px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.testimonials-v3-nav {
  font-size: 8px;
  line-height: 16px;
}

.testimonials-v2-nav {
  font-size: 8px;
  line-height: 16px;
}

.billing-bonus {
  z-index: 1;
  display: block;
  margin-bottom: 16px;
  font-family: Kalam, sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 11px 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-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
}

.info-box.blog-info {
  margin-top: 24px;
  border-color: #e3e3e3;
}

.info-box.pricing-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 7px;
  font-family: Kalam, sans-serif;
  color: #666;
}

.top-bar-close {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../images/x-white_1.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.top-bar-close:hover {
  background-color: #ffa949;
}

.top-bar-text {
  margin-right: 12px;
}

.small-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 8px 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;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.home-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 78px;
  height: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #e3e3e3;
  background-image: url('../images/home-color.svg');
  background-position: 8px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.coming-soon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  -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: #574b8a;
  color: #574b8a;
}

.coming-soon-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 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;
  color: #fff;
  text-align: center;
}

.coming-soon-image {
  width: 100%;
  max-width: 430px;
  margin-bottom: 16px;
}

.nav-buttons {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-v3-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-header {
  margin-top: 8px;
  margin-right: -12px;
  margin-left: -12px;
  padding: 12px 24px 4px;
  border-top: 1px solid #e3e3e3;
}

.dropdown-decription {
  margin-top: 4px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

.text-block-3 {
  padding-left: 1px;
}

.back-to-top {
  height: 0px;
}

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ff709d;
  background-image: url('../images/up-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.top-button:hover {
  background-color: #ffa949;
}

.sg-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-element-1 {
  position: absolute;
  left: -30.7vh;
  top: auto;
  right: auto;
  bottom: -19vh;
  width: 70vh;
  height: 70vh;
  margin: auto;
  border-radius: 10vh;
  background-image: linear-gradient(118deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg-element-2 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: -14.9vh;
  bottom: auto;
  width: 22vh;
  height: 22vh;
  border-radius: 5vh;
  background-image: linear-gradient(163deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.small-bg-element-3 {
  position: absolute;
  left: 39%;
  top: -23%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.bg-element-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22.4vh;
  bottom: 7.7vh;
  width: 16vh;
  height: 16vh;
  border-radius: 4vh;
  background-image: linear-gradient(159deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.post-card-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 24px;
  bottom: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff709d;
  background-image: url('../images/file-text-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.post-card-icon.card-big-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
}

.full-height {
  height: 100%;
}

.divider {
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
  border-radius: 1.5px;
  background-color: #ff709d;
}

.divider.animated {
  background-color: #ff709d;
}

.page-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.big-form-button {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #ffa949;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.big-form-icon {
  height: 24px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subscribe {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.top-icon-box {
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 128px;
  margin-right: auto;
  margin-left: auto;
  padding: 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: 50%;
  background-color: #574b8a;
}

.form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  font-family: Roboto, sans-serif;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dot-divider {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #e3e3e3;
}

.dot-divider.white {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.pricing-v2-name {
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.pricing-badge {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: -24px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ffa949;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-badge-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-image: url('../images/star-filled-white.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.small-bg-elements {
  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: 90%;
  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.07;
}

.small-bg-element-1 {
  position: absolute;
  left: -67%;
  top: 3%;
  right: 20%;
  bottom: -91%;
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 36px;
  background-image: linear-gradient(118deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.small-bg-element-2 {
  position: absolute;
  left: auto;
  top: 21%;
  right: -23%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-image: linear-gradient(163deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.search-results-form-wrapper {
  position: absolute;
  top: -32px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 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;
}

.image {
  width: 13px;
  margin-right: 6px;
  margin-bottom: -3px;
}

.footer-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  background-color: #4687b3;
  color: #fff;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-bottom-right {
  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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-v1-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 8px;
  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;
  text-align: left;
}

.form-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.form-small-input {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
  line-height: 20px;
}

.form-small-input:hover {
  border-color: #ffa949;
}

.form-small-input:focus {
  border-color: #ffa949;
}

.form-small-input::-webkit-input-placeholder {
  color: #999;
}

.form-small-input:-ms-input-placeholder {
  color: #999;
}

.form-small-input::-ms-input-placeholder {
  color: #999;
}

.form-small-input::placeholder {
  color: #999;
}

.footer-contact-icon {
  height: 16px;
  margin-top: 5px;
  margin-right: 8px;
}

.text-color {
  color: #fff;
}

.heading-thin {
  font-weight: 400;
}

.video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56px;
  padding: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 28px;
  background-color: #ff709d;
}

.play-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff68a;
  background-image: url('../images/play-blue.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.video-button-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.video-button-time {
  padding-right: 16px;
  background-image: url('../images/clock-white.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 10px;
}

.review-v5-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 16px;
  padding-right: 10px;
  padding-left: 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-radius: 14px;
  background-color: rgba(21, 21, 21, 0.12);
}

.review-v5-rating.no-bg {
  background-color: transparent;
}

.review-v5-avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -o-object-fit: cover;
  object-fit: cover;
}

.review-v5-name {
  margin-bottom: 8px;
  font-family: Kalam, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.bg-element-3 {
  position: absolute;
  left: 40%;
  top: 8vh;
  width: 22vh;
  height: 22vh;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.review-v3-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: -4px;
  padding-right: 10px;
  padding-left: 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-radius: 14px;
}

.review-v2-add-text {
  margin-top: 2px;
}

.testimonials-v1-grid {
  padding-right: 15px;
  padding-left: 15px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-v3-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-v2-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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-v2-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-form {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.footer-v2-heading {
  margin-bottom: 32px;
}

.pricing-features-left {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-icon-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-info-left {
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.pricing-features-right {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-v2-description {
  position: relative;
  z-index: 3;
  font-size: 13px;
  line-height: 20px;
}

.logo-description {
  margin-left: 32px;
  padding-left: 16px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 12px;
  line-height: 20px;
}

.pricing-image {
  width: 72%;
  margin-top: -8px;
  margin-bottom: 20px;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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: solid;
  border-width: 2px;
  border-color: rgba(87, 75, 138, 0.2);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}

.question-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/help-circle-dark.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-arrow-v2 {
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  margin-left: 3px;
  background-image: url('../images/arrow-right-dark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
}

.hero-v2-image {
  margin-top: -5%;
  margin-right: -14%;
}

.hero-v4-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  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;
  text-align: center;
}

.team-member-name {
  margin-top: 6px;
  margin-bottom: 12px;
}

.team-card-wrapper {
  position: relative;
}

.tab-icon-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mini-block-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.mini-block-description {
  position: relative;
  z-index: 1;
  color: #666;
}

.mini-block-description.white {
  color: #fff;
}

.achievement-number {
  position: absolute;
  bottom: -13px;
  font-family: Roboto, sans-serif;
  color: #f3f3f7;
  font-size: 112px;
  line-height: 80px;
  font-weight: 700;
}

.hero-v5-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  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;
  color: #999;
  text-align: center;
}

.hero-v5-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.hero-object-1 {
  position: absolute;
  left: 12%;
  top: 9%;
  width: 12%;
  min-width: 150px;
}

.hero-object-2 {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 16%;
  min-width: 190px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.hero-object-3 {
  position: absolute;
  left: 3%;
  bottom: 25%;
  width: 9%;
  min-width: 119px;
  -webkit-transform: rotate(69deg);
  -ms-transform: rotate(69deg);
  transform: rotate(69deg);
}

.objects {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1440px;
}

.hero-object-6 {
  position: absolute;
  right: 11%;
  bottom: 18%;
  width: 5%;
  min-width: 72px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.hero-object-5 {
  position: absolute;
  right: 27%;
  bottom: 10%;
  width: 9%;
  min-width: 87px;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.hero-object-4 {
  position: absolute;
  left: 28%;
  bottom: 12%;
  width: 4%;
  min-width: 46px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hero-object-7 {
  position: absolute;
  top: 9%;
  right: 43%;
  width: 2%;
  min-width: 32px;
  -webkit-transform: rotate(103deg);
  -ms-transform: rotate(103deg);
  transform: rotate(103deg);
}

.hero-object-8 {
  position: absolute;
  top: 17%;
  right: 36%;
  width: 2%;
  min-width: 32px;
}

.hero-object-9 {
  position: absolute;
  left: 18%;
  bottom: 33%;
  width: 2%;
  min-width: 32px;
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
}

.hero-slider {
  height: 86vh;
  max-height: 64vw;
  min-height: 680px;
  color: #fff;
}

.hero-v4-nav {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 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;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 7px;
  line-height: 12px;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 80px 104px;
  -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: #21242d;
  text-align: center;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.hero-slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 24, 51, 0.3)), to(rgba(29, 24, 51, 0.3))), url('../images/tobias-nii-kwatei-quartey-ew-akplv348-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(29, 24, 51, 0.3), rgba(29, 24, 51, 0.3)), url('../images/tobias-nii-kwatei-quartey-ew-akplv348-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 19, 36, 0.5)), to(rgba(22, 19, 36, 0.5))), url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 19, 36, 0.5), rgba(22, 19, 36, 0.5)), url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 19, 36, 0.5)), to(rgba(22, 19, 36, 0.5))), url('../images/christina-wocintechchat-com-NDoVgcS_lZM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 19, 36, 0.5), rgba(22, 19, 36, 0.5)), url('../images/christina-wocintechchat-com-NDoVgcS_lZM-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coming-soon-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

._404-image {
  width: 100%;
  max-width: 430px;
  margin-top: -15%;
}

.sidebar-card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.promo-card-heading {
  margin-bottom: 20px;
}

.lines-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: -8px;
  margin-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;
}

.lines-header.hero-logo-header {
  margin-top: 80px;
}

.label {
  height: 24px;
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #ffa949;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.signature {
  margin-top: 24px;
  font-family: Kalam, sans-serif;
  color: #574b8a;
  font-size: 21px;
  line-height: 28px;
}

.signature.white {
  color: #fff;
}

.side-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-radius: 20px;
  background-image: url('../images/christina-wocintechchat-com-YCrgxs3e9lY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 30px -14px rgba(0, 0, 0, 0.1);
}

.sidebar-video-block {
  margin-bottom: 24px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.text-color-2 {
  color: #7666d5;
}

.list-dropdown {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.list-dropdown-heading {
  display: none;
  font-family: Roboto, sans-serif;
  color: #574b8a;
  font-weight: 400;
}

.category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 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;
  -webkit-transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: color 400ms cubic-bezier(.165, .84, .44, 1);
  color: #574b8a;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.category-link:hover {
  color: #ffa949;
}

.category-link.w--current {
  color: #7666d5;
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-categories-wrapper {
  position: relative;
  top: -28px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 92px;
  padding-right: 16px;
  padding-left: 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;
  background-color: transparent;
}

.team-photo-v2 {
  position: relative;
  overflow: hidden;
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-card-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease;
  text-align: center;
}

.team-card-v2:hover {
  border-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.top-message-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.message-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.quote {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.contact-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.contact-v2-map {
  width: 40%;
  height: 640px;
  margin-right: 40px;
  border-radius: 10px;
}

.contact-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 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: 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;
}

.sg-logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-right: 8px;
  padding-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-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.12);
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.page-header-movement {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100vh;
}

.faq-block-heading {
  margin-bottom: 0px;
}

.nav-search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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 none transparent;
  border-radius: 6px;
  background-color: #f3f3f7;
  background-image: url('../images/search-dark.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.nav-search-button:hover {
  background-color: #eaeaf1;
}

.nav-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-bg-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.78);
}

.nav-search-form {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 60px;
  max-width: 94vw;
  margin-top: 208px;
  padding: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.nav-search-form:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/x-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.modal-close-button:hover {
  background-color: #574b8a;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.works-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-card {
  display: block;
  height: 100%;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.work-card:hover {
  border-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  text-decoration: none;
}

.work-card-thumb {
  position: relative;
  height: 254px;
  max-height: 20vw;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-card-heading {
  margin: 16px 12px 4px;
  text-align: center;
}

.work-card-category {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 12px;
  margin-right: 12px;
  padding-right: 8px;
  padding-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-radius: 6px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #151515;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-right: 15px;
  margin-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;
}

.post-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-preview {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 98%;
  height: 680px;
  max-height: 60vw;
  margin: -56px auto 80px;
  padding: 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: 8px solid #fff;
  border-radius: 20px;
  background-color: #574b8a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.sidebar-work-info {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.work-rich-text img {
  border-radius: 12px;
}

.work-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 12px;
  -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;
}

.work-details-name {
  margin-right: 6px;
  font-weight: 700;
}

.work-details-info {
  color: #666;
}

.work-details-info.work-category-link {
  color: #7666d5;
}

.work-details-info.work-category-link:hover {
  text-decoration: underline;
}

.work-heading {
  margin-bottom: 24px;
}

.post-card-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #151515;
  text-decoration: none;
}

.post-card-big:hover {
  border-color: hsla(0, 0%, 91.8%, 0);
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.top-post-wrapper {
  padding-bottom: 40px;
}

.post-card-big-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  min-height: 280px;
  -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: 10px;
  background-color: #f3f3f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-card-big-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px 8px 32px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-big-heading {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.post-card-big-description {
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.post-badge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 16px;
  margin-left: 16px;
  padding: 5px 8px 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #7666d5;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.review-quote-white {
  position: absolute;
  left: 48px;
  top: 48px;
  width: 56px;
  height: 56px;
  background-image: url('../images/quote-left-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.review-quote-white.right {
  left: auto;
  top: auto;
  right: 48px;
  bottom: 48px;
  background-image: url('../images/quote-right-white.svg');
}

.changing-text._1 {
  display: none;
}

.changing-text._2 {
  display: none;
}

.changing-text._3 {
  display: none;
}

.changing-text._4 {
  display: none;
}

.intro-hero-heading {
  margin-bottom: 0px;
  font-weight: 400;
}

.hero-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.changing-text-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  color: #574b8a;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}

.text-link-v2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ffa949;
}

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

.text-highlighted-v2 {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.12);
  color: #ffa949;
  font-weight: 700;
}

.intro-buy-promo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.promo-layout {
  position: relative;
  z-index: 10;
  width: 45%;
  margin-bottom: -11%;
  border-radius: 6px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.promo-layout-side {
  position: absolute;
  left: 2%;
  right: auto;
  bottom: -2px;
  z-index: 1;
  width: 32%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}

.promo-layout-side.right {
  left: auto;
  right: 2%;
}

.side-nav {
  position: fixed;
  left: auto;
  top: -88px;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 112px;
  margin-top: auto;
  margin-right: 24px;
  margin-bottom: 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;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}

.side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 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;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: rgba(87, 75, 138, 0.3);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease;
}

.side-nav-link:hover {
  background-color: rgba(87, 75, 138, 0.5);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  background-color: #574b8a;
  -webkit-transition: border-radius 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: border-radius 400ms ease, border-color 400ms ease, background-color 400ms ease;
}

.side-nav-tooltip {
  position: absolute;
  right: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  max-width: 200px;
  margin-right: 12px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 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;
  border-radius: 12px;
  background-color: #574b8a;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-image-1 {
  width: 100%;
}

.hero-image-2 {
  width: 100%;
}

.hero-image-3 {
  width: 100%;
}

.hero-image-4 {
  width: 100%;
}

.hero-image-5 {
  width: 100%;
}

.hero-image-6 {
  width: 100%;
}

.loading-text {
  display: none;
  margin-left: 10px;
}

.heading-2 {
  color: #fff;
}

.footer-2 {
  background-color: #574b8a;
  color: #fff;
}

.form-error-2 {
  margin-top: 16px;
  padding: 7px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(238, 62, 84, 0.5);
  border-radius: 8px;
  background-color: rgba(238, 62, 84, 0.12);
  color: #ee3e54;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.form-error-2.dark {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.form-small-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.social-link-small-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-radius: 4px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-link-small-2:hover {
  background-color: #7666d5;
}

.form-success-2 {
  padding: 7px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 174, 69, 0.5);
  border-radius: 8px;
  background-color: rgba(136, 174, 69, 0.12);
  color: #88ae45;
  font-size: 13px;
  line-height: 20px;
}

.form-success-2.dark {
  border-color: transparent;
  background-color: rgba(21, 21, 21, 0.2);
}

.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: 1px none transparent;
  border-radius: 6px;
  background-color: #ffa949;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #f59933;
}

.button-2.small-form-arrow-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button-2.color-2 {
  background-color: #7666d5;
}

.button-2.color-2:hover {
  background-color: #6755cf;
}

.dot-divider-2 {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #e3e3e3;
}

.dot-divider-2.white {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.form-small-input-2 {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
  line-height: 20px;
}

.form-small-input-2:hover {
  border-color: #ffa949;
}

.form-small-input-2:focus {
  border-color: #ffa949;
}

.form-small-input-2::-webkit-input-placeholder {
  color: #999;
}

.form-small-input-2:-ms-input-placeholder {
  color: #999;
}

.form-small-input-2::-ms-input-placeholder {
  color: #999;
}

.form-small-input-2::placeholder {
  color: #999;
}

.footer-brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

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

.footer-link-2.footer-contact:hover {
  text-decoration: none;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-bottom: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mini-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #e3e3e3;
  text-align: center;
}

.input-2 {
  height: 48px;
  margin-bottom: 0px;
  padding: 7px 24px 8px;
  border-style: none;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 6px;
  background-color: #f3f3f7;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
}

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

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

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

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

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

.input-2.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini-blocks-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.mini-blocks-2.contact-blocks {
  margin-top: 0px;
}

.contact-v2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
}

.mini-block-description-2 {
  position: relative;
  z-index: 1;
  color: #666;
}

.video-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 56px;
  padding: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 28px;
  background-color: #574b8a;
}

.bg-element-5 {
  position: absolute;
  left: 40%;
  top: 8vh;
  width: 22vh;
  height: 22vh;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.play-button-2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffa949;
  background-image: url('../images/play-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.form-big-input-2 {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: transparent;
  font-size: 17px;
}

.form-big-input-2:hover {
  border-color: #ffa949;
}

.form-big-input-2:focus {
  border-color: #ffa949;
}

.form-big-input-2::-webkit-input-placeholder {
  color: #999;
}

.form-big-input-2:-ms-input-placeholder {
  color: #999;
}

.form-big-input-2::-ms-input-placeholder {
  color: #999;
}

.form-big-input-2::placeholder {
  color: #999;
}

.text-label-2 {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-label-2.white {
  color: #fff;
}

.bg-element-6 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: -14.9vh;
  bottom: auto;
  width: 22vh;
  height: 22vh;
  border-radius: 5vh;
  background-image: linear-gradient(163deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.video-button-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.header-line-2 {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e3e3;
}

.header-line-2.white {
  background-color: #fff;
  opacity: 0.3;
}

.text-color-3 {
  color: #ffa949;
}

.bg-element-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22.4vh;
  bottom: 7.7vh;
  width: 16vh;
  height: 16vh;
  border-radius: 4vh;
  background-image: linear-gradient(159deg, #fff, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.main-grid-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border: 8px solid #fff;
  border-radius: 20px;
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 30px -14px rgba(0, 0, 0, 0.33);
}

.form-big-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.form-big-2:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
}

.heading-3 {
  margin-bottom: 0px;
  line-height: 50px;
  font-weight: 700;
}

.achievement-number-2 {
  position: absolute;
  bottom: -15px;
  font-family: Roboto, sans-serif;
  color: #f3f3f7;
  font-size: 112px;
  line-height: 80px;
  font-weight: 700;
}

.icon-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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 #ff709d;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #574b8a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-grey-2 {
  color: #666;
}

.heading-4 {
  line-height: 36px;
}

.heading-5 {
  line-height: 40px;
}

.video-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/video.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.shield-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/shield.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.cpu-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/cpu.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.gear-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/gear.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-4 {
  color: #4687b3;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    color: #666;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 12px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    padding: 12px 24px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.top-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.intro-hero {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .section.hero-v1 {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .section.hero-v2 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.hero-v5 {
    height: auto;
    min-height: 0px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.hero-v1 {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .wrapper.nav-bar-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button.pricing-cell-button {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .sg-button-box {
    padding-right: 12%;
    padding-left: 12%;
  }

  .nav-bar {
    height: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    margin-bottom: -1px;
    padding: 16px 24px;
    border-radius: 0px;
    background-color: #fff;
    color: #4687b3;
  }

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

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

  .tooltip.sidebar-author-name {
    display: none;
  }

  .tooltip.change-tooltip {
    display: none;
  }

  .no-margin {
    margin: 0px;
  }

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

  .intro {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .intro.wide {
    max-width: 83.33%;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .brand {
    padding-right: 16px;
    padding-left: 16px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
  }

  .no-padding {
    padding: 0px;
  }

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

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

  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }

  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-elements {
    min-height: 420px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
  }

  .sg-sidebar-heading {
    padding: 16px;
  }

  .sg-sidebar-menu {
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-sidebar-link {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sg-sidebar-link.w--current {
    background-color: rgba(0, 0, 0, 0.12);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .pricing-v1-card {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-v2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar {
    max-width: 50%;
  }

  .sidebar.sticky {
    position: static;
  }

  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-card-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sidebar-post-card {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
  }

  .sidebar-post-card:hover {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
    margin-right: 12px;
  }

  .sidebar-author:hover {
    background-color: transparent;
  }

  .sidebar-tags {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-card:hover {
    border-color: #e3e3e3;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-card.big {
    padding: 16px;
  }

  .post-card-image-big {
    height: 31vw;
    margin-bottom: 0px;
  }

  .post-card-description {
    display: none;
  }

  .post-card-image {
    height: 31vw;
    max-height: none;
  }

  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 24px;
    color: #d1d1d1;
    font-size: 15px;
  }

  .dropdown-list.w--open {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    margin-left: 0px;
    padding: 0px 16px 8px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0px;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    color: #574b8a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }

  .nav-dropdown-link:hover {
    background-color: transparent;
  }

  .nav-dropdown-link.w--current {
    color: #574b8a;
  }

  .dropdown-corner {
    display: none;
  }

  .dropdown-bridge {
    display: none;
  }

  .sg-color {
    height: 25vw;
  }

  .cta-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .breadcrumbs {
    margin-top: -2px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .mini-blocks {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mini-blocks.contact-blocks {
    margin-top: 40px;
  }

  .mini-block {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    box-shadow: 1px 1px 0 0 #e3e3e3;
  }

  .icon {
    width: 72px;
    margin-bottom: 12px;
  }

  .pricing-v2-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v2 {
    padding-top: 48px;
    padding-right: 20%;
    padding-left: 20%;
  }

  .footer-v2-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .top-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .side-tab {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 24px;
  }

  .message {
    padding-right: 16px;
    padding-left: 16px;
  }

  .message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-info-date {
    font-size: 11px;
  }

  .post-preview-box {
    width: auto;
    height: 68vw;
    max-height: none;
    max-width: 100%;
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    border-radius: 12px;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 100%;
    padding-top: 0px;
    padding-right: 15%;
    padding-left: 15%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .info-right {
    padding-left: 20px;
  }

  .logotypes {
    padding-top: 24px;
    padding-bottom: 24px;
    -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;
  }

  .logo-link {
    margin: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo {
    height: 24px;
  }

  .logo.logo-nav {
    height: 40px;
  }

  .menu-button {
    z-index: 99;
    background-color: transparent;
  }

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

  .layouts {
    margin-bottom: 48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 0px;
  }

  .layout-box {
    padding: 8%;
  }

  .layout {
    overflow: hidden;
  }

  .post-author {
    margin-top: 0px;
    margin-bottom: 48px;
    padding-right: 16%;
  }

  .big-message {
    padding: 24px 16px;
  }

  .big-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sg-back-link {
    position: relative;
    padding: 16px;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(48, 54, 77, 0.1);
  }

  .components-link {
    padding: 28px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
  }

  .scroll-icon-link {
    display: none;
  }

  .faq-nav-link:hover {
    background-color: transparent;
  }

  .faq-nav-link.w--current {
    padding-left: 16px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-v3-right {
    width: 100%;
    margin-top: 20px;
  }

  .search-result {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 7px 7px 20px 0 rgba(89, 98, 115, 0.12);
  }

  .feature-card-hover {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .about-photo {
    height: 60vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: transparent;
  }

  .nav-dropdown-link-v2.w--current {
    color: #574b8a;
  }

  .pricing-v3 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pricing-v3-plans {
    top: 64px;
  }

  .pricing-plan-cell {
    padding: 20px;
  }

  .pricing-v3-category-header {
    top: 124px;
    padding-right: 20px;
    padding-left: 18px;
  }

  .pricing-v3-row-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 14px;
  }

  .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .menu-icon-line-top {
    background-color: #4687b3;
  }

  .menu-icon-line-bottom {
    background-color: #4687b3;
  }

  .menu-icon-line-middle {
    background-color: #4687b3;
  }

  .testimonials-v1-columns {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-v1-column.mobile-hidden {
    display: none;
  }

  .testimonials-v2 {
    width: 90vw;
    height: 440px;
    max-width: none;
  }

  .slider-button.posts-arrow-left {
    display: none;
  }

  .slider-button.posts-arrow-right {
    display: none;
  }

  .slider-button.hero-left {
    left: 16px;
  }

  .slider-button.hero-right {
    right: 16px;
  }

  .review-v2 {
    padding-right: 12%;
    padding-bottom: 16px;
    padding-left: 12%;
  }

  .review-v2-text {
    font-size: 18px;
    line-height: 28px;
  }

  .review-v3-author {
    font-size: 18px;
    line-height: 24px;
  }

  .main-grid {
    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;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .main-grid.margin-bottom {
    margin-bottom: 80px;
  }

  .dots {
    left: -14%;
    top: 34%;
    bottom: -10%;
    height: 81px;
  }

  .circle-small {
    top: 20%;
    right: 4%;
    width: 10vw;
  }

  ._2-buttons {
    grid-column-gap: 12px;
  }

  .footer-top {
    margin-bottom: 0px;
  }

  .footer-grid {
    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;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .pricing-v1-background {
    height: 70%;
  }

  .main-questions {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-grid {
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .posts-2-cols.side-paddings {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidear-post-category {
    margin-bottom: 4px;
  }

  .tags {
    padding-right: 0px;
    padding-left: 0px;
  }

  .posts-3-cols {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tab-info-right {
    padding-left: 20px;
  }

  .sidebar-video {
    height: 30vw;
  }

  .team-photo {
    height: 42vw;
  }

  .team-cards {
    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;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .post-slider {
    width: 95%;
  }

  .post-slide {
    padding-right: 16px;
    padding-left: 0px;
  }

  .post-slider-mask {
    overflow: visible;
    padding: 0px;
  }

  .video-1 {
    height: 48vw;
  }

  .lines-heading {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .mini-gallery {
    -ms-grid-rows: 12vw 12vw 12vw 12vw 12vw;
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
  }

  .tab-link {
    margin-right: 6px;
    margin-left: 6px;
    padding: 24px 16px;
  }

  .feature-card {
    padding: 5vw;
  }

  .feature-image-medium {
    height: 27vw;
  }

  .hero-video-big {
    height: 70vw;
  }

  .search-result-info {
    padding: 8px 8px 4px 24px;
  }

  .search-result-image {
    width: 30vw;
    height: 22vw;
  }

  .sidebar-faq-links {
    padding: 24px;
  }

  .post-card-heading-big {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 24px;
  }

  .layout-name {
    margin-bottom: 24px;
  }

  .info-box {
    margin-right: 8px;
    margin-left: 8px;
  }

  .top-bar-close {
    right: 0px;
  }

  .small-message {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-button {
    width: 32px;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

  .footer-v3-links {
    margin-right: -6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .dropdown-header {
    display: none;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  .sg-grid {
    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;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .bg-element-1 {
    left: -27.9vw;
    width: 48vw;
    height: 48vw;
    border-radius: 8vw;
  }

  .bg-element-2 {
    right: -13.9vw;
    width: 20vw;
    height: 20vw;
    border-radius: 4vw;
  }

  .bg-element-4 {
    right: 13.1vw;
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }

  .post-card-icon {
    display: none;
  }

  .search-results-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg-element-3 {
    width: 16vw;
    height: 16vw;
  }

  .testimonials-v1-grid {
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-v3 {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v2-left {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v2-right {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-form {
    width: 100%;
  }

  .pricing-features-left {
    padding-right: 0px;
  }

  .feature-icon-right {
    padding-right: 4%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .feature-info-left {
    padding-right: 0px;
    padding-left: 20px;
    text-align: left;
  }

  .pricing-features-right {
    padding-left: 0px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
  }

  .question-icon {
    width: 20px;
    height: 20px;
  }

  .hero-v2-image {
    margin-top: 0%;
    margin-right: 0%;
  }

  .hero-v5-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-object-1 {
    left: 10%;
    top: 8%;
    width: 13%;
    min-width: 0px;
  }

  .hero-object-2 {
    top: 5%;
    width: 18%;
    min-width: 0px;
  }

  .hero-object-3 {
    bottom: 23%;
    width: 11%;
    min-width: 0px;
  }

  .hero-object-6 {
    width: 6%;
    min-width: 0px;
  }

  .hero-object-5 {
    bottom: 9%;
    width: 11%;
    min-width: 0px;
  }

  .hero-object-4 {
    bottom: 10%;
    width: 5%;
    min-width: 0px;
  }

  .hero-object-7 {
    width: 3%;
    min-width: 0px;
  }

  .hero-object-8 {
    width: 3%;
    min-width: 0px;
  }

  .hero-object-9 {
    left: 17%;
    bottom: 23%;
    width: 3%;
    min-width: 0px;
  }

  .hero-slider {
    height: 520px;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-v4-nav {
    width: 48px;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 6px;
  }

  .hero-slide {
    padding: 64px 88px;
  }

  .lines-header {
    margin-right: 8px;
    margin-left: 8px;
  }

  .lines-header.hero-logo-header {
    margin-top: 64px;
  }

  .side-video {
    height: 48vw;
  }

  .sidebar-video-block {
    margin-bottom: 16px;
  }

  .list-dropdown {
    height: 48px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .category-link {
    font-size: 13px;
  }

  .blog-categories-wrapper {
    top: -24px;
    margin-bottom: 60px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .top-message-content {
    padding-right: 28px;
    padding-left: 0px;
  }

  .contact-v2 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .contact-v2-map {
    width: auto;
    height: 50vw;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .nav-search-form {
    margin-top: 136px;
  }

  .modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .works-grid {
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .work-card-thumb {
    height: 32vw;
    max-height: none;
  }

  .work-preview {
    width: auto;
    height: 68vw;
    max-height: none;
    max-width: 100%;
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
    border-radius: 12px;
  }

  .sidebar-work-info {
    padding: 24px;
  }

  .post-card-big:hover {
    border-color: #e3e3e3;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .top-post-wrapper {
    padding-bottom: 32px;
  }

  .post-card-big-image {
    max-height: none;
    min-height: 32vw;
  }

  .changing-text {
    font-size: 40px;
  }

  .hero-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .changing-text-box {
    margin-bottom: 12px;
  }

  .intro-buy-promo {
    padding-top: 0px;
  }

  .side-nav {
    display: none;
  }

  .side-nav-tooltip {
    display: none;
  }

  .icon-2 {
    width: 72px;
    margin-bottom: 12px;
  }

  .mini-block-2 {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    box-shadow: 1px 1px 0 0 #e3e3e3;
  }

  .input-2 {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .mini-blocks-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mini-blocks-2.contact-blocks {
    margin-top: 40px;
  }

  .contact-v2-2 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .bg-element-5 {
    width: 16vw;
    height: 16vw;
  }

  .bg-element-6 {
    right: -13.9vw;
    width: 20vw;
    height: 20vw;
    border-radius: 4vw;
  }

  .bg-element-7 {
    right: 13.1vw;
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }

  .main-grid-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;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .video-2 {
    height: 48vw;
  }

  .icon-box-2 {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.top-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.hero-v1 {
    padding-top: 64px;
  }

  .section.hero-v2 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-v1 {
    padding-top: 64px;
  }

  .button.pricing-cell-button {
    margin-right: -12px;
    margin-bottom: -8px;
    margin-left: -12px;
  }

  .button.nav-button {
    display: none;
  }

  .sg-button-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bar {
    height: 60px;
  }

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

  .no-margin {
    margin: 0px;
  }

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

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

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

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

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

  .pricing-v1-card {
    padding: 32px;
  }

  .pricing-v1-tag {
    font-size: 40px;
    line-height: 48px;
  }

  .tabs-menu-v2 {
    margin-bottom: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    max-width: 320px;
  }

  .post-card {
    padding: 12px;
  }

  .post-card-content {
    padding: 4px 12px;
  }

  .cta-card {
    padding-right: 12%;
    padding-left: 12%;
  }

  .mini-blocks {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mini-block {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 1px 1px 0 0 #e3e3e3;
  }

  .mini-block.dark {
    box-shadow: 1px 1px 0 0 hsla(0, 0%, 100%, 0.3);
  }

  .review-v9 {
    padding: 6px;
  }

  .icon {
    width: 64px;
  }

  .feature {
    width: 100%;
  }

  .footer-v2 {
    padding-right: 16%;
    padding-left: 16%;
  }

  .top-bar {
    min-height: 32px;
  }

  .side-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .post-info {
    width: auto;
    max-width: none;
    margin-top: -12px;
    padding: 0px 16px;
    background-color: transparent;
    box-shadow: none;
  }

  .post-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .post-preview-box {
    height: auto;
    max-height: none;
    margin-top: -24px;
    margin-bottom: 32px;
    padding: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }

  .post-rich-text img {
    border-radius: 8px;
  }

  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-right: 8%;
    padding-left: 8%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .logotypes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-link {
    margin: 4px 8px;
  }

  .layouts {
    margin-bottom: 0px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .big-message {
    padding: 24px;
  }

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

  .components-link {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .faq-block {
    padding-top: 48px;
  }

  .footer-v3-right {
    padding-left: 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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v3-link {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-v1 {
    padding-right: 12%;
    padding-left: 12%;
  }

  .contact-form {
    padding-top: 16px;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pricing-v3-plans.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
  }

  .pricing-plan-cell {
    width: 33.33%;
  }

  .pricing-plan-cell.no-divider {
    display: none;
  }

  .pricing-v3-currency {
    margin-top: 0px;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    padding-right: 16px;
    padding-left: 14px;
  }

  .pricing-v3-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    font-size: 13px;
  }

  .pricing-v3-plan-mobile {
    position: -webkit-sticky;
    position: sticky;
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 13px;
  }

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .testimonials-v1-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-v1-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials-v1-column {
    grid-row-gap: 16px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-v2 {
    width: 88vw;
  }

  .slider-button {
    left: -24px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .slider-button.right {
    right: -24px;
  }

  .review-v2-add-link {
    top: 16px;
    right: 16px;
  }

  .review-quote-dark {
    left: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
  }

  .review-quote-dark.right {
    right: 32px;
    bottom: 32px;
  }

  .review-v3-text {
    font-size: 19px;
    line-height: 28px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .main-grid.margin-bottom {
    margin-bottom: 64px;
  }

  .dots {
    top: 38%;
    width: 226px;
    height: 71px;
  }

  .circle-small {
    top: 17%;
    width: 15vw;
  }

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

  .pricing-v2-wave {
    height: 32px;
  }

  .pricing-v1-background {
    height: 84%;
  }

  .pricing-side-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-questions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-video {
    height: 216px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-text {
    margin-right: 4px;
    margin-left: 4px;
    padding-bottom: 24px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .team-photo {
    height: 39vw;
  }

  .hero-form {
    width: 100%;
  }

  .text-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-icon {
    width: 20px;
    margin-right: 10px;
    margin-left: 1px;
  }

  .video-1 {
    border-width: 4px;
    border-radius: 12px;
  }

  .mini-gallery {
    -ms-grid-rows: 14vw 14vw 14vw 14vw 14vw;
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw;
  }

  .tab-link {
    padding: 12px;
  }

  .tab-link.fixed-width {
    width: 176px;
  }

  .feature-image-big {
    width: 100%;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .hero-video-big {
    border-width: 6px;
    border-radius: 16px;
  }

  .sidebar-faq-links {
    padding: 20px;
  }

  .layout-name {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .text-2-cols {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .testimonials-v3-nav {
    height: 40px;
  }

  .footer-v3-links {
    margin-right: 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;
    text-align: center;
  }

  .top-button {
    display: none;
  }

  .bg-element-4 {
    width: 16vw;
    height: 16vw;
    border-radius: 4vw;
  }

  .page-intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .subscribe {
    width: 100%;
  }

  .footer-v3-left {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom-left {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

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

  .testimonials-v1-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-form {
    width: 100%;
  }

  .hero-v4-form {
    width: 100%;
  }

  .tab-icon-top {
    width: 48px;
    margin-bottom: 8px;
  }

  .hero-v5-form {
    width: 70%;
  }

  .hero-object-1 {
    left: 8%;
    top: 8%;
    width: 15%;
  }

  .hero-object-2 {
    top: 4%;
    right: 4%;
    width: 22%;
  }

  .hero-object-3 {
    bottom: 14%;
  }

  .hero-object-6 {
    width: 7%;
  }

  .hero-object-4 {
    bottom: 10%;
    width: 6%;
  }

  .hero-object-7 {
    width: 4%;
  }

  .hero-object-8 {
    width: 4%;
  }

  .hero-object-9 {
    left: 19%;
    bottom: 20%;
    width: 4%;
  }

  .hero-slider {
    height: 480px;
  }

  .hero-v4-nav {
    margin-bottom: 16px;
  }

  .hero-slide {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .side-video {
    border-width: 4px;
    border-radius: 12px;
  }

  .blog-categories-wrapper {
    margin-bottom: 36px;
  }

  .top-message-content {
    font-size: 11px;
    line-height: 16px;
  }

  .contact-v2-map {
    margin-bottom: 32px;
  }

  .faq-block-heading {
    margin-bottom: -16px;
  }

  .nav-search-button {
    width: 40px;
    height: 40px;
  }

  .nav-search-form {
    margin-top: 104px;
  }

  .modal-close-button {
    width: 36px;
    height: 36px;
  }

  .work-card-thumb {
    height: 30vw;
  }

  .bottom-block {
    margin-top: 48px;
  }

  .post-image {
    position: static;
    width: 100%;
    height: 52vw;
    border-radius: 10px;
  }

  .work-preview {
    max-height: none;
    margin-top: -24px;
    margin-bottom: 32px;
    padding: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }

  .sidebar-work-info {
    padding: 20px;
  }

  .work-rich-text img {
    border-radius: 8px;
  }

  .post-card-big {
    padding: 12px;
  }

  .top-post-wrapper {
    padding-bottom: 24px;
  }

  .post-card-big-image {
    min-height: 33vw;
  }

  .post-card-big-content {
    padding-right: 12px;
    padding-left: 24px;
  }

  .post-card-big-heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
  }

  .post-card-big-description {
    display: none;
  }

  .post-badge {
    margin-top: 12px;
    margin-left: 12px;
  }

  .review-quote-white {
    left: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
  }

  .review-quote-white.right {
    right: 32px;
    bottom: 32px;
  }

  .changing-text {
    font-size: 32px;
  }

  .intro-hero-heading {
    position: relative;
    z-index: 2;
  }

  .changing-text-box {
    margin-top: -4px;
  }

  .promo-layout {
    border-radius: 4px;
  }

  .promo-layout-side {
    border-radius: 4px;
  }

  .footer-link-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .icon-2 {
    width: 64px;
  }

  .mini-block-2 {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 1px 1px 0 0 #e3e3e3;
  }

  .mini-blocks-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bg-element-7 {
    width: 16vw;
    height: 16vw;
    border-radius: 4vw;
  }

  .main-grid-2 {
    grid-row-gap: 48px;
  }

  .video-2 {
    border-width: 4px;
    border-radius: 12px;
  }
}

@media screen and (max-width: 479px) {
  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.pricing-cell-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content {
    width: 100%;
  }

  .no-margin {
    margin: 0px;
  }

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

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .intro.wide {
    max-width: 100%;
  }

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

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

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

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0px;
  }

  .post-card-image-big {
    height: 58vw;
  }

  .post-card-author {
    margin-left: 0px;
    padding-left: 0px;
  }

  .post-card-image {
    height: 58vw;
  }

  .nav-dropdown-icon {
    margin-right: 18px;
  }

  .nav-dropdown-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sg-color {
    height: 40vw;
  }

  .cta-card-info {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .inline-elements {
    width: 100%;
    -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;
  }

  .mini-blocks {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mini-block {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 1px 0 0 #e3e3e3;
  }

  .icon {
    width: 72px;
  }

  .pricing-v2-card {
    padding-bottom: 40px;
  }

  .pricing-v2-card-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .feature {
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-v2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-tab {
    padding: 16px;
  }

  .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-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials-v5 {
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
  }

  .testimonials-v5-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .feature-icon-left {
    padding-right: 0px;
  }

  .info-right {
    padding-left: 20px;
  }

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

  .logo-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .layouts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .big-message {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .big-message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 8px;
    padding-left: 0px;
    text-align: center;
  }

  .components-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .password-card {
    padding: 40px;
  }

  .search-result {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-v1 {
    padding: 40px 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-v3 {
    margin-right: -8px;
    margin-left: -8px;
    border-radius: 0px;
  }

  .pricing-plan-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px;
    -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;
  }

  .pricing-v3-billing {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-v3-currency {
    margin-right: 2px;
    margin-left: -10px;
  }

  .pricing-v3-row-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .testimonials-v1-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-v1-rating {
    width: 100%;
    padding-left: 61px;
  }

  .testimonials-v2 {
    height: 520px;
  }

  .slider-button {
    display: none;
  }

  .review-v2 {
    padding-right: 10%;
    padding-bottom: 32px;
    padding-left: 10%;
  }

  .review-v2-text {
    font-size: 15px;
    line-height: 25px;
  }

  .review-v2-add-link {
    width: 36px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-v2-icon {
    margin-right: 0px;
  }

  .testimonials-v3 {
    border-radius: 12px;
  }

  .review-quote-dark {
    left: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
  }

  .review-quote-dark.right {
    right: 24px;
    bottom: 24px;
  }

  .review-v3 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .main-grid {
    grid-auto-columns: 1fr;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dots {
    bottom: -12%;
    width: 160px;
    height: 82px;
  }

  .circle-small {
    top: 22%;
    right: 6%;
    width: 17vw;
  }

  ._2-buttons {
    width: 100%;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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-brand {
    margin-bottom: 32px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .decor-bottom {
    bottom: -1px;
  }

  .pricing-v1-background {
    height: 83%;
  }

  .pricing-side-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-questions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .posts-2-cols {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .posts-3-cols {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .tab-info-right {
    padding-left: 16px;
  }

  .sidebar-video {
    height: 60vw;
  }

  .team-photo {
    height: 80vw;
  }

  .team-cards {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .person {
    padding-right: 0px;
  }

  .person-info {
    padding-right: 0px;
  }

  .question-v1 {
    padding-right: 0px;
  }

  .post-slider {
    width: 100%;
  }

  .post-slide {
    width: 100%;
    padding-right: 16px;
  }

  .video-1 {
    height: 64vw;
  }

  .mini-gallery {
    grid-auto-rows: 30vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 30vw;
    grid-template-rows: 30vw;
  }

  .tab-link {
    margin-right: 8px;
    margin-left: 8px;
    padding: 12px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-link.fixed-width {
    width: auto;
  }

  .tabs-horisontal {
    display: block;
    border-bottom-style: none;
  }

  .feature-card {
    padding: 10vw 10vw 15vw;
  }

  .feature-image-medium {
    width: 100%;
    height: auto;
  }

  .hero-v4-bg {
    height: 81%;
  }

  .search-result-info {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-result-image {
    width: 100%;
    height: 60vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonials-v3-nav {
    display: block;
    margin-bottom: 12px;
  }

  .testimonials-v2-nav {
    margin-bottom: 20px;
  }

  .nav-buttons {
    width: 100%;
    justify-items: center;
  }

  .sg-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-element-1 {
    bottom: 8vh;
  }

  .bg-element-2 {
    top: 14.2vh;
    right: -16vw;
    width: 28vw;
    height: 28vw;
    border-radius: 6vw;
  }

  .small-bg-element-3 {
    width: 35vw;
    height: 35vw;
  }

  .bg-element-4 {
    width: 24vw;
    height: 24vw;
    border-radius: 6vw;
  }

  .big-form-icon {
    display: none;
  }

  .small-bg-element-1 {
    width: 52vw;
    height: 52vw;
  }

  .small-bg-element-2 {
    width: 30vw;
    height: 30vw;
  }

  .bg-element-3 {
    left: 24%;
    width: 30vw;
    height: 30vw;
  }

  .review-v2-add-text {
    display: none;
  }

  .feature-icon-right {
    padding-right: 0px;
  }

  .feature-info-left {
    padding-left: 20px;
  }

  .tab-icon-top {
    width: 48px;
    margin-right: 12px;
    margin-bottom: 0px;
  }

  .hero-v5-form {
    width: 100%;
  }

  .hero-object-1 {
    top: 8%;
    width: 21%;
  }

  .hero-object-2 {
    top: 3%;
    right: 5%;
    width: 32%;
  }

  .hero-object-3 {
    left: 3%;
    bottom: 10%;
    width: 14%;
  }

  .hero-object-6 {
    bottom: 14%;
    width: 9%;
  }

  .hero-object-5 {
    bottom: 7%;
    width: 18%;
  }

  .hero-object-4 {
    left: 33%;
    bottom: 9%;
    width: 8%;
  }

  .hero-object-7 {
    top: 4%;
    right: 54%;
    width: 5%;
  }

  .hero-object-8 {
    top: 8%;
    right: 46%;
    width: 5%;
  }

  .hero-object-9 {
    left: 24%;
    bottom: 15%;
    width: 5%;
  }

  .hero-slider {
    height: 560px;
  }

  .hero-slide {
    padding-right: 8px;
    padding-left: 8px;
  }

  .slider-arrow {
    display: none;
  }

  .sidebar-card-icon {
    width: 72px;
  }

  .side-video {
    height: 64vw;
  }

  .list-dropdown {
    overflow: hidden;
    height: auto;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .list-dropdown-heading {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0px 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #574b8a;
    cursor: pointer;
  }

  .list-dropdown-arrow {
    width: 20px;
    margin-right: -8px;
    margin-bottom: -1px;
    margin-left: 4px;
  }

  .category-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: none;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    text-align: center;
  }

  .category-link.w--current {
    box-shadow: none;
  }

  .categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-v2-map {
    height: 80vw;
    margin-bottom: 32px;
  }

  .works-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .work-card-thumb {
    height: 60vw;
  }

  .post-image {
    height: 60vw;
  }

  .post-card-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-card-big-image {
    width: 100%;
    height: 58vw;
    min-height: 0vw;
  }

  .post-card-big-content {
    padding: 4px 12px;
  }

  .review-quote-white {
    left: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
  }

  .review-quote-white.right {
    right: 24px;
    bottom: 24px;
  }

  .changing-text-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .promo-layout {
    width: 54%;
    margin-bottom: -18%;
  }

  .promo-layout-side {
    left: 1%;
  }

  .promo-layout-side.right {
    right: 1%;
  }

  .footer-brand-2 {
    margin-bottom: 32px;
  }

  .icon-2 {
    width: 72px;
  }

  .mini-block-2 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 0 1px 0 0 #e3e3e3;
  }

  .input-2 {
    min-width: 0px;
  }

  .mini-blocks-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-element-5 {
    left: 24%;
    width: 30vw;
    height: 30vw;
  }

  .bg-element-6 {
    top: 14.2vh;
    right: -16vw;
    width: 28vw;
    height: 28vw;
    border-radius: 6vw;
  }

  .bg-element-7 {
    width: 24vw;
    height: 24vw;
    border-radius: 6vw;
  }

  .main-grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .video-2 {
    height: 64vw;
  }

  .heading-5 {
    line-height: 32px;
  }
}

#w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-ea3b60d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1fccab7b-adf7-8cb5-cade-4ac8d7ba73a9-423b60d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_078de49d-f311-e015-247c-76967aff5c0a-693b60d7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a5655f81-cb83-b4aa-6ba8-6fe80a405d6d-143b60d8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6498b807-201f-a9ca-4f10-02e55d7d80b1-eb3b60d9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c9bd6fd5-4e01-28c4-e6dc-0291122521f9-5e3b60da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3dc99884-20a1-f24b-7397-9616c7c810a1-5e3b60da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8d6635f3-a354-2ae0-a7ca-28d21aaca41a-5e3b60da {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f88-213b6162 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f9c-213b6162 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472cd-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472ce-213b6162 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472df-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472e9-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472f3-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-eb785414-efa4-2fe7-8592-459e924472fd-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae8c-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae96-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c7aeb9ad-36a6-776a-3894-d2e2b080aea0-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_2395fdb3-6e6a-ee0f-e7fd-85590059ebc9-213b6162 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-_2ba46292-4f0e-477b-47c1-5038d55854b4-213b6162 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2ba46292-4f0e-477b-47c1-5038d55854b5-213b6162 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be30-213b6162 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be3e-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be42-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be46-213b6162 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-1e3b6175 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-b22695e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-b22695e2 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-b22695e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-b22695e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-b22695e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-96b169b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-96b169b1 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d6bfbd47-ac0b-ede1-f323-15872800a7d5-96b169b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d6bfbd47-ac0b-ede1-f323-15872800a7dd-96b169b1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-96b169b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-96b169b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-96b169b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-ad445013 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-ad445013 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-ad445013 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-ad445013 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-ad445013 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a9a8eaf4-9f12-2d55-6733-4f93443bbabc-f9ee49e4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}

@media screen and (max-width: 991px) {
  #w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-ea3b60d5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1fccab7b-adf7-8cb5-cade-4ac8d7ba73c2-423b60d6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_078de49d-f311-e015-247c-76967aff5c23-693b60d7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a5655f81-cb83-b4aa-6ba8-6fe80a405d86-143b60d8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3dc99884-20a1-f24b-7397-9616c7c810a1-5e3b60da {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f88-213b6162 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f9c-213b6162 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472cd-213b6162 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472ce-213b6162 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472df-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472e9-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472f3-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472fd-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae8c-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae96-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080aea0-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_2395fdb3-6e6a-ee0f-e7fd-85590059ebc9-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_2ba46292-4f0e-477b-47c1-5038d55854b4-213b6162 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ba46292-4f0e-477b-47c1-5038d55854b5-213b6162 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be30-213b6162 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-1e3b6175 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-b22695e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-b22695e2 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-96b169b1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-96b169b1 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7d5-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7dd-96b169b1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-ad445013 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-ad445013 {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a9a8eaf4-9f12-2d55-6733-4f93443bbabc-f9ee49e4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3dc99884-20a1-f24b-7397-9616c7c810a1-5e3b60da {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae8c-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080ae96-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c7aeb9ad-36a6-776a-3894-d2e2b080aea0-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be36-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be3a-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-b22695e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7d5-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7dd-96b169b1 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-96b169b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a3e-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a48-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a585fa84-ffe1-732a-6059-23e47fcf5a52-ad445013 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-ea3b60d5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-ea3b60d5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_73bd75e6-ef71-8334-4caf-364f79fc7b5d-ea3b60d5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3dc99884-20a1-f24b-7397-9616c7c810a1-5e3b60da {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f88-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a116dbce-dba6-d17b-f0e5-d5b952be6f9c-213b6162 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472cd-213b6162 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472ce-213b6162 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb785414-efa4-2fe7-8592-459e924472df-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_2395fdb3-6e6a-ee0f-e7fd-85590059ebc9-213b6162 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ba704c8d-f210-2a47-4f2f-f971b00d430a-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ba46292-4f0e-477b-47c1-5038d55854b4-213b6162 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ba46292-4f0e-477b-47c1-5038d55854b5-213b6162 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2b2ebbb2-b63e-9394-2cdf-69e245b9be30-213b6162 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-b22695e2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-b22695e2 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-96b169b1 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-96b169b1 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7d5-96b169b1 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-d6bfbd47-ac0b-ede1-f323-15872800a7dd-96b169b1 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b0-ad445013 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_42f107bc-abf3-25d8-bc79-1c60dae685b1-ad445013 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a9a8eaf4-9f12-2d55-6733-4f93443bbabc-f9ee49e4 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

