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

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

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: #3b90dd;
  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 #3b90dd;
  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: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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.haze {
  background-color: #f3f3f7;
}

.section.no-padding {
  background-color: #f3f3f7;
}

.section.top-section {
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #222f3e;
  color: #fff;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #222f3e;
  color: #fff;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #222f3e;
  color: #fff;
}

.section.haze {
  padding-top: 0px;
  background-color: #f3f3f7;
}

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

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

.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: #3b90dd;
  -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:hover {
  background-color: #f59933;
}

.button.white {
  background-color: #fff;
  color: #222f3e;
}

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

.button.ghost {
  background-color: #f3f3f7;
  color: #222f3e;
}

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

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

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

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

.button.color-3 {
  background-color: #222f3e;
}

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

.button.nav-button {
  overflow: visible;
  width: auto;
  padding: 12px 24px;
}

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

.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: #222f3e;
  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: #222f3e;
  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-text {
  color: #fff;
}

.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.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.margin-bottom {
  margin-top: 60px;
  margin-bottom: 80px;
}

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

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

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

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

.no-padding {
  padding: 0px;
}

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

.page-wrapper {
  position: relative;
  background-color: #f3f3f7;
}

.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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.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: #222f3e;
}

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

.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.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: #222f3e;
  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: #222f3e;
  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: #222f3e;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.tag-link:hover {
  border-color: transparent;
  background-color: #222f3e;
  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: #222f3e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

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

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

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

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

.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: #222f3e;
  text-decoration: none;
}

.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: #7666d5;
}

.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: #222f3e;
  color: #fff;
  font-size: 13px;
  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: #222f3e;
  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: #3b90dd;
  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;
}

.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: 20px;
  padding-bottom: 0px;
  -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 {
  overflow: visible;
  height: 32px;
}

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

.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: #222f3e;
  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;
}

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

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.faq-top-link:hover {
  color: #222f3e;
  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: #3b90dd;
}

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

.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: #222f3e;
  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);
}

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

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

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

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

.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: #222f3e;
  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-arrow-icon {
  width: 100%;
  opacity: 1;
}

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

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

.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: 32px;
  -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 solid 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%;
  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.svg');
  background-position: 50% 50%;
  background-size: 16px;
  opacity: 0.3;
}

.decor-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  height: 4vw;
  background-color: transparent;
  color: #fff;
  background-clip: padding-box;
}

.pricing-side-features {
  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;
}

.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: #222f3e;
  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: #222f3e;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.card-button:hover {
  color: #3b90dd;
}

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

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

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

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

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

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

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

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

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

.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 #3b90dd;
}

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

.pagination {
  margin-top: 40px;
}

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

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

.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.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: #3b90dd;
}

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

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

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

.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: #222f3e;
  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: #3b90dd;
}

.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: #3b90dd;
  background-image: url('../images/file-text-white.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

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

.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: #3b90dd;
  -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;
}

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

.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: #222f3e;
  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;
}

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

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

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

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

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

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

.hero-slider {
  height: 86vh;
  max-height: 64vw;
  min-height: 680px;
  background-color: #f3f3f7;
  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: #f3f3f7;
  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-heading {
  color: #fff;
}

.hero-slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/V4-EngageVirtually.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide-image._1 {
  background-color: #222f3e;
  background-image: url('../images/V4-Home.jpg');
  background-position: 50% 100%;
}

.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/V4-MarketGlobally.jpg');
  background-image: linear-gradient(180deg, rgba(22, 19, 36, 0.5), rgba(22, 19, 36, 0.5)), url('../images/V4-MarketGlobally.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-image._3 {
  background-image: url('../images/V4-MarketEducate.jpg');
  background-position: 50% 50%;
}

.hero-slide-image._4 {
  background-image: url('../images/V4-IntegrateAutomate.jpg');
}

.hero-slide-image._5 {
  background-image: url('../images/V4-EngageVirtually_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide-image._6 {
  background-image: url('../images/V4-Reports.jpg');
}

.hero-slide-image._7 {
  background-image: url('../images/V4-Green.jpg');
}

._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;
  opacity: 1;
}

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

.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: #222f3e;
  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: #222f3e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.category-link:hover {
  color: #3b90dd;
}

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

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

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

.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: #222f3e;
  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);
}

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

.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: #222f3e;
  -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;
}

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

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

.slider-button-2 {
  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: #222f3e;
  font-size: 24px;
}

.slider-button-2: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-2.right {
  left: auto;
  right: -28px;
}

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

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

.slider-button-2.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-button-2.hero-left {
  left: 24px;
}

.slider-button-2.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);
}

.bg-element-6 {
  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);
}

.bg-element-7 {
  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);
}

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

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

.tab-link-2 {
  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-2:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e3e3e3;
}

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

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

.header-line-2.white {
  border-style: solid;
  border-width: 1px;
  border-color: #222f3e;
  background-color: #222f3e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 1;
  color: #222f3e;
}

.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: 60px;
}

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

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

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

.review-v2-author-2 {
  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;
}

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

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

.section-2 {
  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-2.dark-mask {
  overflow: hidden;
  background-color: #222f3e;
  color: #fff;
}

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

.hero-slide-2 {
  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;
}

.mask-2 {
  background-color: transparent;
  color: #fff;
}

.slide {
  background-color: #222f3e;
}

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

.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: #222f3e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

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

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

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

.nav-search-button-2 {
  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-2:hover {
  background-color: #eaeaf1;
}

@media screen and (min-width: 1920px) {
  .button.nav-button {
    padding: 12px 24px;
  }
}

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

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

  .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: #222f3e;
  }

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

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

  .tooltip.sidebar-author-name {
    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.margin-bottom {
    margin-bottom: 64px;
  }

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

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

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

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

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

  .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-image {
    height: 31vw;
    max-height: none;
  }

  .breadcrumbs {
    margin-top: -2px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .icon {
    width: 72px;
    margin-bottom: 12px;
  }

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

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

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

  .layout-box {
    padding: 8%;
  }

  .post-author {
    margin-top: 0px;
    margin-bottom: 48px;
    padding-right: 16%;
  }

  .components-link {
    padding: 28px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
  }

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

  .review-v2-text {
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

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

  .lines-heading {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .tab-link {
    margin-right: 6px;
    margin-left: 6px;
    padding: 24px 16px;
  }

  .search-result-info {
    padding: 8px 8px 4px 24px;
  }

  .search-result-image {
    width: 30vw;
    height: 22vw;
  }

  .top-bar-close {
    right: 0px;
  }

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

  .top-button {
    right: 12px;
    bottom: 12px;
  }

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

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

  .pricing-features-right {
    padding-left: 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;
  }

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

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

  .bg-element-5 {
    right: -13.9vw;
    width: 20vw;
    height: 20vw;
    border-radius: 4vw;
  }

  .slider-button-2.hero-right {
    right: 16px;
  }

  .slider-button-2.hero-left {
    left: 16px;
  }

  .bg-element-6 {
    right: 13.1vw;
    width: 14vw;
    height: 14vw;
    border-radius: 3vw;
  }

  .bg-element-7 {
    width: 16vw;
    height: 16vw;
  }

  .tab-link-2 {
    margin-right: 6px;
    margin-left: 6px;
    padding: 24px 16px;
  }

  .mini-blocks-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .testimonials-v2-2 {
    width: 90vw;
    height: 440px;
    max-width: none;
  }

  .review-v2-2 {
    padding-right: 12%;
    padding-bottom: 16px;
    padding-left: 12%;
  }

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

  .hero-slide-2 {
    padding: 64px 88px;
  }

  .menu-button-2 {
    z-index: 99;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #574b8a;
  }
}

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

  .button.nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .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.margin-bottom {
    margin-bottom: 48px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .no-padding {
    padding: 0px;
  }

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

  .sidebar {
    max-width: 320px;
  }

  .post-card {
    padding: 12px;
  }

  .post-card-content {
    padding: 4px 12px;
  }

  .review-v9 {
    padding: 6px;
  }

  .icon {
    width: 64px;
  }

  .footer-v2 {
    padding-right: 16%;
    padding-left: 16%;
  }

  .top-bar {
    min-height: 32px;
  }

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

  .logotypes {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-link {
    margin: 4px 8px;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .components-link {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

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

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-button {
    left: -24px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .dots {
    top: 38%;
    width: 226px;
    height: 71px;
  }

  .circle-small {
    top: 17%;
    width: 15vw;
  }

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

  .pricing-side-features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .tab-link {
    padding: 12px;
  }

  .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-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-slider {
    height: 480px;
  }

  .hero-v4-nav {
    margin-bottom: 16px;
  }

  .hero-slide {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .blog-categories-wrapper {
    margin-bottom: 36px;
  }

  .top-message-content {
    font-size: 11px;
    line-height: 16px;
  }

  .work-card-thumb {
    height: 30vw;
  }

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

  .review-quote-white {
    left: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
  }

  .review-quote-white.right {
    right: 32px;
    bottom: 32px;
  }

  .slider-button-2 {
    left: -24px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .slider-button-2.right {
    right: -24px;
  }

  .bg-element-6 {
    width: 16vw;
    height: 16vw;
    border-radius: 4vw;
  }

  .tab-link-2 {
    padding: 12px;
  }

  .mini-blocks-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mini-block-2 {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 1px 1px 0 0 #e3e3e3;
  }

  .testimonials-v2-2 {
    width: 88vw;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-slide-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .nav-search-button-2 {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

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

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

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

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0px;
  }

  .post-card-author {
    margin-left: 0px;
    padding-left: 0px;
  }

  .post-card-image {
    height: 58vw;
  }

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

  .icon {
    width: 72px;
  }

  .footer-v2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .slider-button {
    display: none;
  }

  .review-v2-text {
    font-size: 15px;
    line-height: 25px;
  }

  .main-grid {
    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-side-features {
    -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%;
  }

  .question-v1 {
    padding-right: 0px;
  }

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

  .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-v2-nav {
    margin-bottom: 20px;
  }

  .nav-buttons {
    width: 100%;
    justify-items: center;
  }

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

  .hero-slider {
    height: 560px;
  }

  .hero-slide {
    padding-right: 8px;
    padding-left: 8px;
  }

  .slider-arrow {
    display: none;
  }

  .sidebar-card-icon {
    width: 72px;
  }

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

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

  .review-quote-white {
    left: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
  }

  .review-quote-white.right {
    right: 24px;
    bottom: 24px;
  }

  .bg-element-5 {
    top: 14.2vh;
    right: -16vw;
    width: 28vw;
    height: 28vw;
    border-radius: 6vw;
  }

  .slider-button-2 {
    display: none;
  }

  .bg-element-6 {
    width: 24vw;
    height: 24vw;
    border-radius: 6vw;
  }

  .bg-element-7 {
    left: 24%;
    width: 30vw;
    height: 30vw;
  }

  .tab-link-2 {
    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;
  }

  .mini-blocks-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mini-block-2 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 1px 0 0 #e3e3e3;
  }

  .testimonials-v2-2 {
    height: 520px;
  }

  .review-v2-2 {
    padding-right: 10%;
    padding-bottom: 32px;
    padding-left: 10%;
  }

  .hero-slide-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .decor-bottom-2 {
    bottom: -1px;
  }
}

#w-node-_70a2657d-3a91-80cd-5b2c-022f915f0781-8a937e8f {
  -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-_70a2657d-3a91-80cd-5b2c-022f915f0782-8a937e8f {
  -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-edafebcf-e440-cb10-ea8e-db894e53e406-8a937e8f {
  -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-edafebcf-e440-cb10-ea8e-db894e53e407-8a937e8f {
  -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-_4d46026a-41b0-2b93-42da-21ec775f5cbb-8a937e8f {
  -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-_4d46026a-41b0-2b93-42da-21ec775f5cbc-8a937e8f {
  -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-dd469ce6-43cd-39b2-15f0-0afeda3745ac-8a937e8f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-_57fc634e-b2d2-cc4c-7a4e-8d40d9c239ad-8a937e8f {
  -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-_979dc6e2-507d-f97c-87c9-4190c9c7d4ab-8a937e8f {
  -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: 7;
  grid-column-end: 8;
}

#w-node-d2fa978f-6a22-d909-91cc-aa9c4334beac-8a937e8f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-b07cb4c1-02b3-f1ce-71a3-8234a8e82193-8a937e8f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b81a0c52-0750-1342-d516-ac2d156dd761-8a937e8f {
  -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-_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-_7901208a-7799-8dd0-0aed-81f88b308563-b32f4091 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-f7937e93 {
  -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-5b937e95 {
  -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-31937e96 {
  -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-39937e97 {
  -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-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-8a937e98 {
  -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-_6498b807-201f-a9ca-4f10-02e55d7d80b1-cb937e9a {
  -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-12937e9b {
  -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-12937e9b {
  -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-12937e9b {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_70a2657d-3a91-80cd-5b2c-022f915f0781-8a937e8f {
    -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-_70a2657d-3a91-80cd-5b2c-022f915f0782-8a937e8f {
    -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-edafebcf-e440-cb10-ea8e-db894e53e406-8a937e8f {
    -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: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-edafebcf-e440-cb10-ea8e-db894e53e407-8a937e8f {
    -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-_4d46026a-41b0-2b93-42da-21ec775f5cbb-8a937e8f {
    -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-_4d46026a-41b0-2b93-42da-21ec775f5cbc-8a937e8f {
    -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-_57fc634e-b2d2-cc4c-7a4e-8d40d9c239ad-8a937e8f {
    -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-_979dc6e2-507d-f97c-87c9-4190c9c7d4ab-8a937e8f {
    -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-b81a0c52-0750-1342-d516-ac2d156dd761-8a937e8f {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #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-f7937e93 {
    -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-5b937e95 {
    -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-31937e96 {
    -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-39937e97 {
    -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-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-8a937e98 {
    -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-_3dc99884-20a1-f24b-7397-9616c7c810a1-12937e9b {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-edafebcf-e440-cb10-ea8e-db894e53e406-8a937e8f {
    -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: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_57fc634e-b2d2-cc4c-7a4e-8d40d9c239ad-8a937e8f {
    -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-_979dc6e2-507d-f97c-87c9-4190c9c7d4ab-8a937e8f {
    -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-b07cb4c1-02b3-f1ce-71a3-8234a8e82193-8a937e8f {
    -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: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3dc99884-20a1-f24b-7397-9616c7c810a1-12937e9b {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_97eb3766-dfd0-4aef-defd-dd0a3fedee8f-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_97eb3766-dfd0-4aef-defd-dd0a3fedee91-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c175642-1160-fbf6-65eb-f825703f55c1-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2c175642-1160-fbf6-65eb-f825703f55c3-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4d56d5da-f291-2290-750a-376db7adaf2c-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4d56d5da-f291-2290-750a-376db7adaf2e-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_956d24cc-1071-4dc8-3afd-daa7d212fd16-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_956d24cc-1071-4dc8-3afd-daa7d212fd18-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e29187-3f95-2b9a-ff70-d5416dd14b80-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e5e29187-3f95-2b9a-ff70-d5416dd14b82-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e77dceb2-d748-9196-9f9b-9c54b60798a8-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-e77dceb2-d748-9196-9f9b-9c54b60798aa-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_24f2eff0-33af-30bd-32f9-c8fe213794c2-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_24f2eff0-33af-30bd-32f9-c8fe213794c4-8a937e8f {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_70a2657d-3a91-80cd-5b2c-022f915f0781-8a937e8f {
    -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-_70a2657d-3a91-80cd-5b2c-022f915f0782-8a937e8f {
    -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-edafebcf-e440-cb10-ea8e-db894e53e406-8a937e8f {
    -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-edafebcf-e440-cb10-ea8e-db894e53e407-8a937e8f {
    -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-_4d46026a-41b0-2b93-42da-21ec775f5cbb-8a937e8f {
    -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-_4d46026a-41b0-2b93-42da-21ec775f5cbc-8a937e8f {
    -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-_57fc634e-b2d2-cc4c-7a4e-8d40d9c239ad-8a937e8f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_979dc6e2-507d-f97c-87c9-4190c9c7d4ab-8a937e8f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-b07cb4c1-02b3-f1ce-71a3-8234a8e82193-8a937e8f {
    -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-_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;
  }

  #w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-f7937e93 {
    -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-f7937e93 {
    -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-f7937e93 {
    -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-12937e9b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

