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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

p {
  margin-bottom: 24px;
}

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

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

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

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

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

figure {
  margin-bottom: 24px;
}

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

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.dark {
  color: #fff;
  background-color: #6b7e3f;
}

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

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

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

.section.mask {
  overflow: hidden;
}

.section.haze-gradient {
  background-image: linear-gradient(#fff, #f3f3f7);
}

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

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

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

.section.hero-v2 {
  color: #fff;
  background-color: #ecf6d3;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

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

.section.dark-mask {
  color: #fff;
  background-color: #6b7e3f;
  overflow: hidden;
}

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

.section.background-light-grey {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.wrapper.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #8cbf16;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Nanum Gothic, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

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

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

.button.white {
  color: #6b7e3f;
  background-color: #fff;
}

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

.button.ghost {
  color: #6b7e3f;
  background-color: #f3f3f7;
}

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

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

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

.button.color-2 {
  white-space: nowrap;
  background-color: #f8bb4b;
}

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

.button.color-3 {
  background-color: #6b7e3f;
}

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

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

.button.margin-left {
  white-space: nowrap;
  margin-left: 16px;
}

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

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

.sg-button-box {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 48px 16%;
  display: flex;
}

.sg-button-box.dark-bg {
  color: #f7f7f7;
  background-color: #6b7e3f;
  border-color: rgba(0, 0, 0, 0);
}

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

.nav-link {
  color: #151515;
  border-radius: 6px;
  padding: 8px 16px;
  font-family: Nanum Gothic, sans-serif;
  font-weight: 700;
  transition: background-color .4s;
}

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

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

.text-white {
  color: #fff;
}

.text-link {
  color: #7666d5;
  text-decoration: underline;
  transition: color .2s;
}

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

.utility-page-wrapper {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #6b7e3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  z-index: 1;
  width: 470px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-top: 8px;
  display: flex;
}

.tooltip {
  z-index: 5;
  width: 200px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #6b7e3f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

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

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

.tooltip-text {
  color: #fff;
}

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

.haze {
  background-color: #f3f3f7;
}

.text-grey {
  color: #3a3a3a;
}

.no-margin {
  margin: 0;
}

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

.intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.intro.left {
  width: 100%;
  max-width: none;
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  bottom: auto;
}

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

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

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

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

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

.text-left.text-grey.margin-right {
  color: #151515;
  white-space: nowrap;
  margin-right: 5px;
}

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

.text-label.white {
  color: #8cbf16;
}

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

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

.footer-link {
  color: #fff;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.footer-link.footer-contact {
  align-items: flex-start;
}

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

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.changelog {
  width: 66.66%;
  flex-direction: column;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
}

.change-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #6b7e3f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

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

.change-text {
  color: #3a3a3a;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

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

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

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

.no-padding {
  padding: 0;
}

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

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

.full-width {
  width: 100%;
}

.page-wrapper {
  position: relative;
}

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

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

.navigation {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 15px;
  display: flex;
}

.text-big {
  color: #6b7e3f;
  font-family: Nanum Gothic, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.text-big.hero-subheading {
  font-family: Nanum Gothic, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-dark-grey {
  color: #3a3a3a;
}

.bg-elements {
  z-index: 0;
  height: 100%;
  max-width: 90%;
  min-height: 640px;
  opacity: .05;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader {
  z-index: 5;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-icon {
  width: 40px;
}

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

.sg-sidebar-heading {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  padding: 32px 24px;
  display: flex;
}

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

.sg-sidebar-link:hover {
  background-color: rgba(255, 255, 255, .04);
}

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

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

.pricing-v1-billing {
  color: #6b7e3f;
  margin-bottom: 24px;
  font-family: Kalam;
  font-size: 11px;
}

.pricing-v1-tag {
  color: #6b7e3f;
  justify-content: center;
  align-items: flex-start;
  margin-top: -16px;
  margin-bottom: 4px;
  font-family: Roboto;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-v1-feature {
  color: #3a3a3a;
  cursor: help;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature:hover {
  color: #6b7e3f;
  background-color: #f3f3f7;
}

.info {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

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

.tabs-menu-v2 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
}

.tabs {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-v2 {
  color: #151515;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 22px;
  padding: 10px 24px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

.tab-link-v2:hover {
  color: #6b7e3f;
}

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

.sidebar {
  width: 100%;
  flex: 0 auto;
}

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

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

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

.input {
  height: 48px;
  background-color: #f3f3f7;
  border: 1px #f7f7f7;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 7px 24px 8px;
  transition: color .4s, background-color .4s, border-color .4s;
}

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

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

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

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

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

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

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

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

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

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

.post-card-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.sidebar-post-card {
  color: #6b7e3f;
  border-radius: 12px;
  align-items: flex-start;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s, background-color .4s;
  display: flex;
}

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

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

.sidebar-post-info {
  flex: 1;
}

.sidebar-author {
  z-index: 1;
  width: 64px;
  height: 64px;
  color: #6b7e3f;
  border: 4px solid #f3f3f7;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -12px;
  text-decoration: none;
  display: flex;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.tag-link {
  height: 28px;
  color: #6b7e3f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  margin: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Kalam;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
}

.tag-link:hover {
  color: #fff;
  background-color: #6b7e3f;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.link {
  color: #6b7e3f;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

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

.post-card {
  width: 100%;
  height: 100%;
  color: #151515;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card:hover {
  background-color: #fff;
  border-color: rgba(234, 234, 234, 0);
  transform: translate(0, -6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

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

.post-card-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 8px 16px;
  display: flex;
}

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

.post-card-description {
  color: #3a3a3a;
  flex: 1;
  margin-bottom: 12px;
}

.post-card-author {
  color: #3a3a3a;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Kalam;
  text-decoration: none;
  display: flex;
}

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

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

.dropdown-list {
  display: none;
}

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

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

.nav-dropdown-link {
  color: #151515;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

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

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

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

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

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

.sg-color {
  width: 100%;
  height: 160px;
  box-shadow: none;
  background-color: #ffa949;
  border-radius: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-color._2 {
  background-color: #8cbf16;
}

.sg-color.dark {
  background-color: #6b7e3f;
}

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

.cta-card {
  max-width: 770px;
  color: #fff;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px 48px;
  display: flex;
  position: relative;
}

.cta-card-info {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.inline-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbs {
  color: rgba(255, 255, 255, .5);
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

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

.review-v7 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

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

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

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

.mini-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 12px 15px;
  display: flex;
  box-shadow: 1px 0 #f7f7f7;
}

.mini-block.dark {
  color: #fff;
  box-shadow: 1px 0 rgba(255, 255, 255, .3);
}

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

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

.review-v9 {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.icon {
  width: 80px;
  opacity: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing-v2-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px rgba(48, 54, 77, .1);
}

.pricing-v2-tag {
  z-index: 1;
  height: 48px;
  color: #151515;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
}

.pricing-v2-card-info {
  width: 100%;
  flex-direction: column;
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

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

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

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

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

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

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

.video-link {
  height: 34px;
  color: #6b7e3f;
  border: 1px solid #d1d1d1;
  border-radius: 17px;
  align-items: center;
  margin-top: 24px;
  padding-left: 4px;
  padding-right: 13px;
  text-decoration: none;
  display: flex;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

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

.footer-v1-column {
  flex-direction: column;
  align-items: flex-start;
  font-family: Nanum Gothic, sans-serif;
  display: flex;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link-small {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.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 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 15px 56px;
  display: flex;
}

.footer-v2-info {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.top-bar {
  z-index: 10;
  width: auto;
  min-height: 36px;
  color: #fff;
  background-color: #6b7e3f;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.side-tabs {
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.side-tab {
  background-color: #fff;
  border-radius: 16px;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 28px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0), inset 0 0 0 1px #f7f7f7;
}

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

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

.message {
  color: #fff;
  background-color: #6b7e3f;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

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

.post-info {
  width: 570px;
  max-width: 88vw;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
}

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

.post-heading {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Nanum Gothic, sans-serif;
  font-size: 48px;
  line-height: 64px;
}

.post-preview-box {
  z-index: 2;
  width: 98%;
  height: 680px;
  max-height: 60vw;
  background-color: #6b7e3f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -56px auto 80px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

.post-rich-text {
  width: 100%;
  flex-direction: column;
  margin-top: 0%;
  margin-bottom: 40px;
  font-family: Nanum Gothic, sans-serif;
  font-size: 16px;
  display: flex;
}

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

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

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

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

.footer-bottom {
  color: rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

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

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

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

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

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.info-right {
  background-color: #f7f7f7;
  border-radius: 16px;
  flex: 1;
  padding: 10px;
}

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

.logo-link {
  margin: 20px 8px;
  padding: 8px;
  transition: opacity .4s, transform .4s;
}

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

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

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

.logo {
  height: 32px;
}

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

.layout-box {
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.layout {
  width: 100%;
  background-color: #f3f3f7;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.post-author {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  align-items: flex-start;
  margin-bottom: 48px;
  padding: 28px 28px 80px;
  display: flex;
  position: relative;
}

.post-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex: none;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 24px;
  display: flex;
}

.sidebar-card {
  color: #fff;
  text-align: center;
  background-color: #6b7e3f;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-card-info {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.big-message {
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-icon {
  width: 40px;
  float: left;
}

.sg-back-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .15);
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.sg-logo {
  height: 32px;
  float: left;
  flex: none;
  margin-top: -1px;
  margin-right: 12px;
}

.faq-question {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
}

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

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

.components {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.components-link {
  width: 25%;
  color: #151515;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 40%;
  margin: 6px;
  padding: 36px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .4s, border-color .4s, box-shadow .4s;
}

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

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

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

.scroll-icon-link {
  z-index: 10;
  width: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-mouse {
  width: 26px;
  height: 42px;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 2px rgba(48, 54, 77, .2);
}

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

.faq-nav-link {
  z-index: 1;
  color: #6b7e3f;
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, padding .4s;
  display: block;
  position: relative;
}

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

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

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

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

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

.faq-top-link:hover {
  color: #6b7e3f;
  text-decoration: underline;
}

.footer-v3-right {
  width: 240px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.form-big-input {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

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

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

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

.search-result-url {
  opacity: 1;
  color: #6b7e3f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.search-result {
  color: #151515;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  transition: box-shadow .4s, border-color .4s, transform .4s;
  display: flex;
}

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

.feature-card-hover {
  color: #151515;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 48px 12%;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

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

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

.contact-v1 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 64px 80px;
  display: flex;
}

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

.loading-info {
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

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

.nav-dropdown-link-v2 {
  width: 50%;
  color: #6b7e3f;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.nav-dropdown-circle {
  width: 40px;
  height: 40px;
  color: #6b7e3f;
  background-color: #fff;
  border: 2px solid rgba(87, 75, 138, .2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.pricing-v3-tag {
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

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

.pricing-v3-row {
  width: 100%;
  border-top: 1px solid #f7f7f7;
  display: flex;
}

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

.pricing-v3-cells {
  flex: 1;
}

.pricing-v3-cell {
  height: 100%;
  min-height: 56px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-weight: 500;
  display: flex;
  box-shadow: -1px 0 #f7f7f7;
}

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

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

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

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

.menu-icon-line-top, .menu-icon-line-bottom {
  height: 2px;
  background-color: #6b7e3f;
  border-radius: 1px;
}

.menu-icon {
  width: 20px;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-dropdown-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.review-v1-top {
  border-bottom: 1px solid #f7f7f7;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.review-v1-avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
}

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

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

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

.review-v1-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: -8px;
  padding: 8px;
  display: flex;
}

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

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

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

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

.slider-button {
  width: 56px;
  height: 56px;
  color: #6b7e3f;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-size: 24px;
  transition: box-shadow .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
}

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

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

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

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

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

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

.slider-button.dark-hover:hover {
  box-shadow: 0 0 0 4px #6b7e3f, 0 8px 16px rgba(0, 0, 0, .1);
}

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

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

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

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

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

.review-v2 {
  height: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 21%;
  padding-right: 21%;
  display: flex;
  position: relative;
}

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

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

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

.review-v2-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-v2-author {
  height: 32px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-family: Kalam;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

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

.review-v2-add-link {
  z-index: 3;
  height: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, .12);
  border-radius: 18px;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 16px;
  font-family: Kalam;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

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

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

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

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

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

.review-v3 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 54px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.review-v3-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
  display: block;
  overflow: scroll;
}

.review-v3-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.review-v3-author {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-family: Kalam;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

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

.main-grid.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.main-grid.margin-top {
  margin-top: 32px;
}

.review-v2-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

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

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

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

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.footer-heading {
  margin-bottom: 20px;
  font-family: Nanum Gothic, sans-serif;
  font-weight: 700;
}

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

.pricing-v2-header {
  color: #fff;
  background-color: #6b7e3f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 15% 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-icon {
  width: 100%;
  height: 100%;
  opacity: .33;
  background-image: url('../images/info-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity .4s;
}

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

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

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

.pricing-v2-billing {
  height: 24px;
  color: #6b7e3f;
  border-left: 1px solid #f7f7f7;
  margin-left: 12px;
  padding-top: 5px;
  padding-left: 12px;
  font-family: Kalam;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.icon-full-width {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  position: static;
}

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

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

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

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

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

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

.sidebar-heading {
  color: #151515;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Nanum Gothic, sans-serif;
}

.post-card-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 8px;
  font-family: Nanum Gothic, sans-serif;
}

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

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

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

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

.sidebar-authors {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.card-button {
  height: 56px;
  color: #6b7e3f;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f7f7f7;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -6px;
  margin-left: 11px;
  margin-right: -4px;
  display: flex;
}

.heading {
  flex: none;
}

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

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

.sidebar-video {
  height: 200px;
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.sidebar-video-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

.accordion-header {
  min-height: 72px;
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 28px;
  display: flex;
}

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

.accordion-card {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: box-shadow .4s, background-color .4s;
  overflow: hidden;
}

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

.accordion-arrow {
  width: 24px;
  height: 24px;
  opacity: .5;
  background-image: url('../images/right-dark_1.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-text {
  color: #3a3a3a;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 0;
}

.accordion-heading {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 16px;
  font-family: Nanum Gothic, sans-serif;
}

.team-card {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 20px;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

.hero-form {
  width: 400px;
  max-width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

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

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
  font-family: Nanum Gothic, sans-serif;
}

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

.person {
  flex-direction: row;
  align-items: center;
  padding-right: 4%;
  display: flex;
}

.person-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: none;
  margin-right: 16px;
}

.person-info {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

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

.question-v1 {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  font-family: Nanum Gothic, sans-serif;
  display: grid;
}

.post-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.empty-state {
  color: #3a3a3a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.video-1 {
  width: 100%;
  height: 400px;
  background-image: url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 30px 30px -14px rgba(0, 0, 0, .33);
}

.header-line {
  height: 1px;
  background-color: #f7f7f7;
  flex: 1;
}

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

.lines-heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex: none;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

.gallery-hover {
  height: 32px;
  color: #6b7e3f;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
}

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

.tab-link {
  color: #151515;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 24px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0), inset 0 0 0 1px #f7f7f7;
}

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

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

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

.tabs-horisontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.feature-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: flex;
}

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

.hero-video-big {
  height: 640px;
  max-height: 50vw;
  background-color: #6b7e3f;
  background-image: url('../images/content-pixie-GAOlUc5TVXY-unsplash.jpg');
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

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

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

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

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

.pagination-arrow {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.pagination {
  margin-top: 40px;
}

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

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

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

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

.info-box {
  width: auto;
  border: 1px solid #f7f7f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

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

.info-box.pricing-info {
  color: #3a3a3a;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 7px;
  font-family: Kalam;
  display: flex;
}

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

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

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

.small-message {
  width: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-button {
  width: 78px;
  height: 32px;
  background-color: #f7f7f7;
  background-image: url('../images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  color: #6b7e3f;
  background-color: #6b7e3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-info {
  width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

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

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

.footer-v3-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-height {
  height: 100%;
}

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

.divider.animated {
  text-align: left;
  margin-top: 0;
}

.divider.animated.center {
  margin-left: auto;
  margin-right: auto;
}

.divider.animated.center.surgery {
  width: 140px;
}

.divider.animated.intro {
  width: 100px;
  margin-left: 0;
}

.divider.animated.find-us {
  width: 140px;
}

.page-intro {
  max-width: 570px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-form-button {
  height: 100%;
  background-color: #ffa949;
  border-radius: 6px;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.big-form-icon {
  height: 24px;
  flex: none;
  margin-left: 16px;
}

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

.top-icon-box {
  width: 128px;
  height: 128px;
  background-color: #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  position: absolute;
  top: -60px;
}

.form-info {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto;
  font-size: 9px;
  line-height: 16px;
  display: flex;
}

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

.dot-divider.white {
  background-color: rgba(255, 255, 255, .3);
}

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

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

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

.small-bg-elements {
  z-index: 0;
  height: 100%;
  max-width: 90%;
  opacity: .07;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

.search-results-form-wrapper {
  z-index: 10;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: -32px;
}

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

.footer-v3-left {
  width: 240px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #6b7e3f;
}

.footer-bottom-left {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-v1-form {
  width: 400px;
  max-width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.form-small-input {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 20px;
}

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

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

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

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

.footer-contact-icon.kakao {
  width: 30px;
  height: 30px;
}

.text-color {
  color: #ffa949;
}

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

.video-button {
  height: 56px;
  background-color: #6b7e3f;
  border-radius: 28px;
  justify-content: flex-end;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

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

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

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

.review-v5-rating {
  height: 28px;
  background-color: rgba(21, 21, 21, .12);
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.review-v5-rating.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.review-v3-rating {
  height: 28px;
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.footer-v3 {
  justify-content: flex-start;
  padding: 32px 15px;
  display: flex;
}

.footer-v3-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-v2-left {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-v2-right {
  width: 25%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

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

.pricing-features-left {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-right: 24px;
  display: grid;
}

.feature-icon-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 4%;
  display: flex;
}

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

.pricing-features-right {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 24px;
  display: grid;
}

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

.logo-description {
  border-left: 1px solid rgba(255, 255, 255, .2);
  margin-left: 32px;
  padding-left: 16px;
  font-family: Nanum Gothic, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

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

.icon-box {
  width: 56px;
  height: 56px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid rgba(87, 75, 138, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.hero-v2-image {
  transform-style: preserve-3d;
  margin-top: -5%;
  margin-right: -14%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.hero-v4-form {
  width: 400px;
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

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

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

.tab-icon-top {
  width: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

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

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

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

.hero-v5-form {
  width: 400px;
  max-width: 100%;
  color: #999;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

.hero-v5-intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.hero-v4-nav {
  z-index: 4;
  width: 56px;
  height: 24px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  font-size: 7px;
  line-height: 12px;
  display: flex;
}

.hero-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #21242d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 104px;
  display: flex;
  position: relative;
}

.slider-arrow {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-slide-image._1 {
  background-image: linear-gradient(rgba(29, 24, 51, .3), rgba(29, 24, 51, .3)), url('../images/tobias-nii-kwatei-quartey-ew-akplv348-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-image._2 {
  background-image: linear-gradient(rgba(22, 19, 36, .5), rgba(22, 19, 36, .5)), url('../images/christina-wocintechchat-com-tKYfcTaXsf0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-image._3 {
  background-image: linear-gradient(rgba(22, 19, 36, .5), rgba(22, 19, 36, .5)), url('../images/christina-wocintechchat-com-NDoVgcS_lZM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.coming-soon-form {
  width: 400px;
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 8px;
  display: flex;
}

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

.sidebar-card-icon {
  width: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.promo-card-heading {
  margin-bottom: 20px;
  font-family: Nanum Gothic, sans-serif;
}

.lines-header {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: -8px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

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

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

.label.post-category {
  font-family: Nanum Gothic, sans-serif;
  font-size: 14px;
}

.signature {
  color: #6b7e3f;
  margin-top: 24px;
  font-family: Kalam;
  font-size: 21px;
  line-height: 28px;
}

.signature.white {
  color: #fff;
}

.side-video {
  width: 100%;
  height: 400px;
  background-image: url('../images/christina-wocintechchat-com-YCrgxs3e9lY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 30px 30px -14px rgba(0, 0, 0, .1);
}

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

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

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

.list-dropdown-heading {
  color: #6b7e3f;
  font-family: Roboto;
  font-weight: 400;
  display: none;
}

.category-link {
  height: 100%;
  color: #6b7e3f;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

.categories {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-categories-wrapper {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 92px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  top: -28px;
}

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

.team-card-v2 {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  transition: box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
}

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

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

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

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

.contact-v2 {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  align-items: stretch;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  display: flex;
}

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

.contact-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.sg-logo-text {
  height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Roboto;
  font-size: 9px;
  line-height: 16px;
  display: flex;
}

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

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

.nav-search-button {
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f3f3f7;
  background-image: url('../images/search-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

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

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

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

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

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

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

.modal-close-button:hover {
  background-color: #6b7e3f;
  transform: scale(1.1);
}

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

.work-card {
  height: 100%;
  color: #151515;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  padding: 16px;
  text-decoration: none;
  transition: transform .4s, border-color .4s, box-shadow .4s;
  display: block;
}

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

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

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

.work-card-category {
  height: 24px;
  color: #151515;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bottom-block {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.post-image {
  background-image: url('../images/scar_removal.jpeg');
  background-position: 0 75%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-image.eyelidfatimage {
  background-image: url('../images/22.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  overflow: visible;
}

.post-image.scarremovalimage {
  background-image: url('../images/shutterstock_3.jpg');
}

.post-image.skintag-image {
  background-image: url('../images/shutterstock_194539655.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.post-image.eye-surgery-image {
  background-image: url('../images/Nice-Single-Eyelid.jpeg');
  background-position: 50%;
}

.post-image.mole-removal-image {
  background-image: url('../images/shutterstock_701737450.jpeg');
  background-position: 0 0;
}

.post-image.ear-keloid-image {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/shutterstock_1932234707.jpeg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: 175%;
  flex: 0 auto;
  transition: opacity .2s;
}

.post-image.xanthelasma-image {
  background-image: url('../images/shutterstock_1622640247.jpeg');
  background-position: 50%;
  order: 1;
}

.post-image.ear-surgery-image {
  background-image: url('../images/shutterstock_711307231.jpeg');
  background-position: 50%;
  background-size: 150%;
}

.post-image.cleft-lip-image {
  background-image: url('../images/shutterstock_314941307.jpeg');
}

.post-image.cyst-image {
  background-image: url('../images/shutterstock_1111728230.jpeg');
  background-position: 100% 15%;
  background-size: 150%;
  background-attachment: scroll;
}

.post-image.other-surgery-image {
  background-image: url('../images/DSCF1934.jpeg');
}

.work-preview {
  z-index: 2;
  width: 98%;
  height: 680px;
  max-height: 60vw;
  background-color: #6b7e3f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -56px auto 80px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

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

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

.work-details {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -1px;
  padding: 12px;
  display: flex;
}

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

.work-details-info {
  color: #3a3a3a;
}

.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 {
  width: 100%;
  height: 100%;
  color: #151515;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  padding: 16px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
}

.post-card-big:hover {
  background-color: #fff;
  border-color: rgba(234, 234, 234, 0);
  transform: translate(0, -6px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

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

.post-card-big-image {
  width: 48%;
  height: auto;
  min-height: 280px;
  object-fit: cover;
  background-color: #f3f3f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.post-card-big-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 8px 16px 8px 32px;
  display: flex;
}

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

.post-card-big-description {
  color: #3a3a3a;
  flex: 1;
  margin-bottom: 12px;
}

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

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

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

.changing-text._1, .changing-text._2, .changing-text._3, .changing-text._4 {
  display: none;
}

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

.hero-intro {
  z-index: 1;
  max-width: 670px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.text-link-v2 {
  color: #ffa949;
  transition: color .2s;
}

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

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

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

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

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

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

.side-nav {
  z-index: 9;
  width: 24px;
  height: 112px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
  display: flex;
  position: fixed;
  top: -88px;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .12);
}

.side-nav-link {
  width: 16px;
  height: 16px;
  background-color: rgba(87, 75, 138, .3);
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

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

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  background-color: #6b7e3f;
  transition: border-radius .4s, border-color .4s, background-color .4s;
}

.side-nav-tooltip {
  z-index: 2;
  height: 24px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #6b7e3f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: absolute;
  right: 100%;
}

.hero-image-1, .hero-image-2, .hero-image-3, .hero-image-4, .hero-image-5, .hero-image-6 {
  width: 100%;
}

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

.heading-2 {
  color: #8cbf16;
  font-size: 64px;
  line-height: 88px;
}

.heading-2.hero-heading {
  opacity: 1;
  outline-offset: 0px;
  color: #6b7e3f;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #6b7e3f;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Nanum Gothic, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 96px;
}

.image-2 {
  object-fit: fill;
  object-position: 50% 50%;
  margin-bottom: 12px;
}

.card-header {
  color: #151515;
  font-family: Nanum Gothic, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.card-paragraph {
  color: #151515;
  font-family: Nanum Gothic, sans-serif;
  font-size: 16px;
}

.heading-3 {
  color: #8cbf16;
  white-space: nowrap;
  object-fit: fill;
  font-family: Nanum Gothic, sans-serif;
  font-size: 40px;
}

.heading-3.surgery-title {
  color: #8cbf16;
}

.surgery-title {
  color: #151515;
  text-align: center;
  margin-bottom: 12px;
}

.paragraph, .rich-text-block {
  font-family: Nanum Gothic, sans-serif;
  font-size: 16px;
}

.margin-top {
  margin-top: 16px;
}

.paragraph-2, .paragraph-3 {
  font-family: Nanum Gothic, sans-serif;
}

.heading-4 {
  font-family: Nanum Gothic, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.heading-5, .heading-6, .paragraph-4, .heading-7, .paragraph-5 {
  font-family: Nanum Gothic, sans-serif;
}

.text-block-4 {
  font-family: Nanum Gothic, sans-serif;
  font-size: 14px;
}

.heading-8, .text-block-5, .heading-9, .text-block-6, .text-block-7, .heading-10 {
  font-family: Nanum Gothic, sans-serif;
}

.heading-11 {
  font-weight: 500;
}

.icon-2 {
  width: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.icon-box-2 {
  width: 56px;
  height: 56px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid rgba(87, 75, 138, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading-12 {
  font-family: Nanum Gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 28px;
}

.text-link-2 {
  color: #7666d5;
  text-decoration: underline;
  transition: color .2s;
}

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

.accordion-card-2 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: box-shadow .4s, background-color .4s;
  overflow: hidden;
}

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

.margin-top-large {
  text-align: left;
  margin-top: 64px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.link-block-12 {
  display: block;
}

.table-row {
  width: 100%;
  color: #9898a3;
  cursor: pointer;
  border-bottom: 1px solid #dce0ec;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: box-shadow .2s;
  display: flex;
}

.table-row:hover {
  color: #4347e7;
  box-shadow: 0 12px 10px rgba(142, 143, 163, .06);
}

.table-row.head {
  cursor: default;
}

.table-row.head:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.table-row.head.hide {
  display: none;
}

.image-7 {
  border-radius: 50%;
  margin-right: 8px;
}

.buttontoggle {
  z-index: 2;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.buttontoggle._2 {
  background-color: #4347e7;
}

.div-block-412 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-10 {
  margin-left: 10px;
}

.div-block-411 {
  padding-left: 10px;
  padding-right: 20px;
}

.table-row-nr {
  font-weight: 500;
}

.table-arrows {
  width: 15px;
  opacity: .35;
  cursor: pointer;
  margin-right: 8px;
}

.table-arrows:hover {
  opacity: .6;
}

.table-arrows._2 {
  transform: rotate(180deg);
}

.togglebutton {
  width: 44px;
  height: 16px;
  background-color: #e9e9e9;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebutton.active {
  background-color: rgba(67, 71, 231, .6);
  justify-content: flex-end;
}

.table-box {
  width: 18%;
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.table-box._11 {
  width: 11%;
}

.table-box.action {
  width: 7%;
}

.table-box._2 {
  width: auto;
  min-width: 20%;
  flex-wrap: nowrap;
}

.table-box._2.small {
  width: 11%;
}

.table-box._2.action {
  width: 7%;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.scroll-table-content {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.table-action-icon-2 {
  width: 22px;
}

.table-action-icon-2:hover {
  opacity: .75;
}

.table-action-icon-2.x {
  width: 16px;
}

.table-details-box {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.text-span {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(165, 165, 177, .5);
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.table-action-icon {
  width: 22px;
  margin-right: 11px;
}

.table-action-icon:hover {
  opacity: .75;
}

.div-block-410 {
  justify-content: center;
  display: flex;
}

.div-block-406 {
  width: 3%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-406._2 {
  border: 1px #ececec;
}

.table-data {
  color: #4e4e4e;
  flex: 0 auto;
  font-size: 16px;
}

.table-data.name {
  font-size: 16px;
  font-weight: 600;
}

.table-data.link {
  text-decoration: none;
}

.table-heading {
  color: #9898a3;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.table-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.text-block-8 {
  align-self: center;
}

.text-block-9 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 12px;
}

.review-v3-author-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

.testimonials-v3-2 {
  z-index: 1;
  max-width: 400px;
  color: #151515;
  background-color: #fff;
  border-radius: 20px;
}

.slider-button-2 {
  width: 56px;
  height: 56px;
  color: #005a29;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-size: 24px;
  transition: box-shadow .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
}

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

.slider-button-2.dark-hover {
  margin-left: auto;
}

.slider-button-2.dark-hover:hover {
  box-shadow: 0 0 0 4px #005a29, 0 8px 16px rgba(0, 0, 0, .1);
}

.slider-button-2.dark-hover.right {
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: -28px;
}

.before-and-after-image {
  width: 50%;
  height: 250px;
  object-fit: contain;
  border-radius: 16px;
}

.flex-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
}

.before-and-after-arrow {
  width: 75px;
  position: absolute;
}

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

.slide-3 {
  margin-bottom: 0;
}

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

@media screen and (min-width: 1280px) {
  .post-image {
    background-position: 100% 75%;
  }

  .post-image.cleft-lip-image {
    background-image: url('../images/shutterstock_314941307.jpeg');
  }

  .post-image.cyst-image {
    background-image: url('../images/shutterstock_1111728230.jpeg');
    background-position: 100% 15%;
    background-size: 150%;
  }
}

@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, .section.top-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

  .button.margin-left {
    white-space: nowrap;
    overflow-wrap: normal;
  }

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

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

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

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

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

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

  .no-margin {
    margin: 0;
  }

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

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

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

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

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

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

  .text-left.text-grey.margin-right {
    white-space: nowrap;
    word-break: normal;
  }

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

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

  .change {
    padding: 24px;
  }

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

  .no-padding {
    padding: 0;
  }

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

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

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

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

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

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

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

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
  }

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

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

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

  .info {
    flex: none;
  }

  .tab-link-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar {
    max-width: 50%;
  }

  .sidebar.sticky {
    position: static;
  }

  .input {
    box-shadow: inset 0 0 rgba(0, 0, 0, 0);
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-card-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sidebar-post-card {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .sidebar-post-card:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    transform: none;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
    margin-right: 12px;
  }

  .sidebar-author:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .post-card:hover {
    box-shadow: none;
    border-color: #f7f7f7;
    transform: none;
  }

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

  .post-card-image-big {
    height: 31vw;
    margin-bottom: 0;
  }

  .post-card-description {
    display: none;
  }

  .post-card-image {
    height: 31vw;
    max-height: none;
  }

  .nav-dropdown-icon {
    color: #d1d1d1;
    margin-right: 24px;
    font-size: 15px;
    display: inline-block;
  }

  .dropdown-list.w--open {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link {
    color: #6b7e3f;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link.w--current {
    color: #6b7e3f;
  }

  .dropdown-corner, .dropdown-bridge {
    display: none;
  }

  .sg-color {
    height: 25vw;
  }

  .cta-card {
    margin-left: 8px;
    margin-right: 8px;
  }

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

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

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

  .mini-block {
    flex: 1 0 50%;
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 4%;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px #f7f7f7;
  }

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

  .pricing-v2-card {
    flex: 0 auto;
  }

  .footer-v2 {
    padding-top: 48px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .footer-v2-info {
    width: 100%;
    flex: 0 auto;
    order: -1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-bar {
    justify-content: flex-start;
  }

  .small-message-text {
    flex: 1;
  }

  .side-tab {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 24px;
  }

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

  .message-text {
    flex: 1;
  }

  .post-info-date {
    font-size: 11px;
  }

  .post-preview-box {
    width: auto;
    height: 68vw;
    max-height: none;
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 100%;
    padding-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 36px;
  }

  .info-right {
    padding-left: 20px;
  }

  .logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo-link {
    flex: none;
    margin: 12px;
  }

  .logo {
    width: 24px;
    height: 24px;
  }

  .menu-button {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: #6b7e3f;
    background-color: rgba(0, 0, 0, 0);
  }

  .layouts {
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
  }

  .layout-box {
    padding: 8%;
  }

  .layout {
    overflow: hidden;
  }

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

  .big-message {
    padding: 24px 16px;
  }

  .big-message-text {
    flex: 1;
  }

  .sg-back-link {
    padding: 16px;
    position: relative;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(48, 54, 77, .1);
  }

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

  .scroll-icon-link {
    display: none;
  }

  .faq-nav-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .faq-nav-link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
  }

  .footer-v3-right {
    width: 100%;
    margin-top: 20px;
  }

  .search-result {
    align-items: flex-start;
    box-shadow: 7px 7px 20px rgba(89, 98, 115, .12);
  }

  .feature-card-hover {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .about-photo {
    height: 60vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link-v2.w--current {
    color: #6b7e3f;
  }

  .pricing-v3 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-v3-plans {
    top: 64px;
  }

  .pricing-plan-cell {
    padding: 20px;
  }

  .pricing-v3-category-header {
    padding-left: 18px;
    padding-right: 20px;
    top: 124px;
  }

  .pricing-v3-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v3-plan-name, .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .testimonials-v1-columns {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-v1-column.mobile-hidden {
    display: none;
  }

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

  .slider-button.posts-arrow-left, .slider-button.posts-arrow-right {
    display: none;
  }

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

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

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

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

  .testimonials-v3 {
    height: auto;
    max-width: 480px;
  }

  .review-v3-author {
    font-size: 18px;
    line-height: 24px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .circle-small {
    width: 10vw;
    top: 20%;
    right: 4%;
  }

  ._2-buttons {
    grid-column-gap: 12px;
  }

  .footer-top {
    margin-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .pricing-v1-background {
    height: 70%;
  }

  .main-questions {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .posts-2-cols.side-paddings {
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidear-post-category {
    margin-bottom: 4px;
  }

  .tags {
    padding-left: 0;
    padding-right: 0;
  }

  .posts-3-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-info-right {
    padding-left: 20px;
  }

  .sidebar-video {
    height: 30vw;
  }

  .team-photo {
    height: 42vw;
  }

  .team-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-slider {
    width: 95%;
  }

  .post-slide {
    padding-left: 0;
    padding-right: 16px;
  }

  .post-slider-mask {
    padding: 0;
    overflow: visible;
  }

  .video-1 {
    height: 48vw;
  }

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

  .mini-gallery {
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
  }

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

  .feature-card {
    padding: 5vw;
  }

  .feature-image-medium {
    height: 27vw;
  }

  .hero-video-big {
    height: 70vw;
  }

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

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

  .sidebar-faq-links {
    padding: 24px;
  }

  .post-card-heading-big {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
  }

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

  .info-box {
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .small-message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-button {
    width: 32px;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

  .footer-v3-links {
    justify-content: flex-end;
    margin-right: -6px;
  }

  .dropdown-header {
    display: none;
  }

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

  .sg-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-element-1 {
    width: 48vw;
    height: 48vw;
    border-radius: 8vw;
    left: -27.9vw;
  }

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

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

  .post-card-icon {
    display: none;
  }

  .search-results-form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .footer-v3 {
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-left, .footer-v2-right {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-form {
    width: 100%;
  }

  .pricing-features-left {
    padding-right: 0;
  }

  .feature-icon-right {
    flex-direction: row-reverse;
    padding-left: 0%;
    padding-right: 4%;
  }

  .feature-info-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }

  .pricing-features-right {
    padding-left: 0;
  }

  .icon-box {
    width: 48px;
    height: 48px;
  }

  .question-icon {
    width: 20px;
    height: 20px;
  }

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

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

  .hero-object-1 {
    width: 13%;
    min-width: 0;
    top: 8%;
    left: 10%;
  }

  .hero-object-2 {
    width: 18%;
    min-width: 0;
    top: 5%;
  }

  .hero-object-3 {
    width: 11%;
    min-width: 0;
    bottom: 23%;
  }

  .hero-object-6 {
    width: 6%;
    min-width: 0;
  }

  .hero-object-5 {
    width: 11%;
    min-width: 0;
    bottom: 9%;
  }

  .hero-object-4 {
    width: 5%;
    min-width: 0;
    bottom: 10%;
  }

  .hero-object-7, .hero-object-8 {
    width: 3%;
    min-width: 0;
  }

  .hero-object-9 {
    width: 3%;
    min-width: 0;
    bottom: 23%;
    left: 17%;
  }

  .hero-slider {
    height: 520px;
    max-height: none;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-v4-nav {
    width: 48px;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 6px;
  }

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

  .lines-header {
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .side-video {
    height: 48vw;
  }

  .sidebar-video-block {
    margin-bottom: 16px;
  }

  .list-dropdown {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-link {
    font-size: 13px;
  }

  .blog-categories-wrapper {
    margin-bottom: 60px;
    padding-left: 8px;
    padding-right: 8px;
    top: -24px;
  }

  .top-message-content {
    padding-left: 0;
    padding-right: 28px;
  }

  .contact-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-v2-map {
    width: auto;
    height: 50vw;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-search-form {
    margin-top: 136px;
  }

  .modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .works-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-thumb {
    height: 32vw;
    max-height: none;
  }

  .post-image.eyelidfatimage {
    background-position: 0;
    background-size: 150%;
  }

  .post-image.eye-surgery-image {
    background-position: 50%;
    background-size: cover;
  }

  .post-image.cyst-image {
    background-size: 150%;
  }

  .work-preview {
    width: auto;
    height: 68vw;
    max-height: none;
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .sidebar-work-info {
    padding: 24px;
  }

  .post-card-big:hover {
    box-shadow: none;
    border-color: #f7f7f7;
    transform: none;
  }

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

  .post-card-big-image {
    max-height: none;
    min-height: 32vw;
  }

  .changing-text {
    font-size: 40px;
  }

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

  .changing-text-box {
    margin-bottom: 12px;
  }

  .intro-buy-promo {
    padding-top: 0;
  }

  .side-nav, .side-nav-tooltip {
    display: none;
  }

  .div-block {
    text-align: center;
    display: block;
  }

  .div-block-2 {
    text-align: center;
    margin-bottom: 32px;
  }

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

  .icon-box-2 {
    width: 48px;
    height: 48px;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-block-10 {
    margin-left: 0;
  }

  .table-box, .table-box._2 {
    justify-content: center;
  }

  .table-box._2.small {
    padding-right: 12px;
  }

  .table-box._2.action {
    justify-content: center;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .div-block-406._2 {
    justify-content: flex-start;
  }

  .review-v3-author-2 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .slider-button-2.dark-hover.right {
    margin-right: 12px;
  }
}

@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, .section.top-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.hero-v1 {
    padding-top: 64px;
  }

  .section.hero-v2 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .button.pricing-cell-button {
    margin-bottom: -8px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .button.nav-button {
    display: none;
  }

  .sg-button-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-bar {
    height: 60px;
  }

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

  .no-margin {
    margin: 0;
  }

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

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

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

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

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .text-big.hero-subheading {
    font-size: 22px;
    line-height: 30px;
  }

  .pricing-v1-card {
    padding: 32px;
  }

  .pricing-v1-tag {
    font-size: 40px;
    line-height: 48px;
  }

  .tabs-menu-v2 {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .sidebar {
    max-width: 320px;
  }

  .post-card {
    padding: 12px;
  }

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

  .cta-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .mini-blocks {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .mini-block.dark {
    box-shadow: 1px 1px rgba(255, 255, 255, .3);
  }

  .review-v9 {
    padding: 6px;
  }

  .icon {
    width: 64px;
  }

  .feature {
    width: 100%;
  }

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

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

  .side-tab {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .post-info {
    width: auto;
    max-width: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -12px;
    padding: 0 16px;
  }

  .post-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .post-preview-box {
    height: auto;
    max-height: none;
    background-color: #fff;
    align-items: stretch;
    margin-top: -24px;
    margin-bottom: 32px;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  }

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

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

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 8%;
    padding-right: 8%;
  }

  .slider-nav {
    font-size: 8px;
  }

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

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

  .logo {
    width: 24px;
  }

  .layouts {
    margin-bottom: 0;
  }

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

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

  .big-message {
    padding: 24px;
  }

  .components {
    justify-content: center;
    align-items: center;
  }

  .components-link {
    flex-basis: 40%;
    padding: 20px;
  }

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

  .footer-v3-right {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
  }

  .footer-v3-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-v1 {
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-form {
    padding-top: 16px;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-sticky {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

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

  .pricing-plan-cell {
    width: 33.33%;
  }

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

  .pricing-v3-currency {
    margin-top: 0;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    padding-left: 14px;
    padding-right: 16px;
  }

  .pricing-v3-row {
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    width: 100%;
    min-height: 32px;
    border-bottom: 1px solid #f7f7f7;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 13px;
    display: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .pricing-v3-plan-mobile {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 13px;
    position: -webkit-sticky;
    position: sticky;
  }

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

  .testimonials-v1-columns {
    grid-template-columns: 1fr;
  }

  .review-v1-top {
    flex-wrap: wrap;
  }

  .testimonials-v1-column {
    grid-row-gap: 16px;
  }

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

  .testimonials-v2 {
    width: 88vw;
  }

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

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

  .review-v2-add-link {
    top: 16px;
    right: 16px;
  }

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

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

  .review-v3-text {
    font-size: 19px;
    line-height: 28px;
  }

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

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

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

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

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

  .pricing-v2-wave {
    height: 32px;
  }

  .pricing-v1-background {
    height: 84%;
  }

  .pricing-side-features, .main-questions {
    grid-template-columns: 1fr;
  }

  .sidebar-video {
    height: 216px;
  }

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

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .team-photo {
    height: 39vw;
  }

  .hero-form {
    width: 100%;
  }

  .text-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .video-1 {
    border-width: 4px;
    border-radius: 12px;
  }

  .mini-gallery {
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw;
  }

  .tab-link {
    padding: 12px;
  }

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

  .feature-image-big {
    width: 100%;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .hero-video-big {
    border-width: 6px;
    border-radius: 16px;
  }

  .sidebar-faq-links {
    padding: 20px;
  }

  .layout-name {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .text-2-cols {
    column-count: 1;
  }

  .testimonials-v3-nav {
    height: 40px;
  }

  .footer-v3-links {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }

  .top-button {
    display: none;
  }

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

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

  .subscribe {
    width: 100%;
  }

  .footer-v3-left {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-bottom-left {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-bottom-right {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
  }

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

  .testimonials-v1-grid {
    grid-template-columns: 1fr;
  }

  .footer-v3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form, .hero-v4-form {
    width: 100%;
  }

  .tab-icon-top {
    width: 48px;
    margin-bottom: 8px;
  }

  .hero-v5-form {
    width: 70%;
  }

  .hero-object-1 {
    width: 15%;
    top: 8%;
    left: 8%;
  }

  .hero-object-2 {
    width: 22%;
    top: 4%;
    right: 4%;
  }

  .hero-object-3 {
    bottom: 14%;
  }

  .hero-object-6 {
    width: 7%;
  }

  .hero-object-4 {
    width: 6%;
    bottom: 10%;
  }

  .hero-object-7, .hero-object-8 {
    width: 4%;
  }

  .hero-object-9 {
    width: 4%;
    bottom: 20%;
    left: 19%;
  }

  .hero-slider {
    height: 480px;
  }

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

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

  .side-video {
    border-width: 4px;
    border-radius: 12px;
  }

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

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

  .contact-v2-map {
    margin-bottom: 32px;
  }

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

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

  .nav-search-form {
    margin-top: 104px;
  }

  .modal-close-button {
    width: 36px;
    height: 36px;
  }

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

  .bottom-block {
    margin-top: 48px;
  }

  .post-image {
    width: 100%;
    height: 52vw;
    border-radius: 10px;
    position: static;
  }

  .work-preview {
    max-height: none;
    background-color: #fff;
    align-items: stretch;
    margin-top: -24px;
    margin-bottom: 32px;
    padding: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  }

  .sidebar-work-info {
    padding: 20px;
  }

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

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

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

  .post-card-big-image {
    min-height: 33vw;
  }

  .post-card-big-content {
    padding-left: 24px;
    padding-right: 12px;
  }

  .post-card-big-heading {
    flex: 1;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
  }

  .post-card-big-description {
    display: none;
  }

  .post-badge {
    margin-top: 12px;
    margin-left: 12px;
  }

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

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

  .changing-text {
    font-size: 32px;
  }

  .intro-hero-heading {
    z-index: 2;
    position: relative;
  }

  .changing-text-box {
    margin-top: -4px;
  }

  .promo-layout, .promo-layout-side {
    border-radius: 4px;
  }

  .heading-2.hero-heading {
    font-size: 48px;
    line-height: 64px;
  }

  .icon-2 {
    width: 64px;
  }

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

  .accordion-card-2 {
    margin-bottom: 12px;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    width: 650px;
    display: none;
  }

  .table-row.head.hide {
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .table-box.action {
    width: 48px;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .table-data-wrapper {
    position: relative;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .table-wrapper {
    overflow: hidden;
  }

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

  .slider-button-2.dark-hover {
    margin-left: 20px;
  }

  .slider-button-2.dark-hover.right {
    margin-right: 20px;
  }

  .before-and-after-image {
    width: 100%;
  }

  .flex-center {
    flex-direction: column;
  }

  .before-and-after-arrow {
    transform: rotate(90deg);
  }

  .testimonials-v3-nav-copy {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.pricing-cell-button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: 100%;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

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

  .intro.left {
    bottom: 60px;
  }

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .text-big.hero-subheading {
    font-size: 15px;
  }

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0;
  }

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

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

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

  .nav-dropdown-icon {
    margin-right: 18px;
  }

  .nav-dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-color {
    height: 40vw;
  }

  .cta-card-info {
    align-items: stretch;
  }

  .inline-elements {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mini-blocks {
    width: 100%;
    flex-direction: column;
  }

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

  .icon {
    width: 72px;
  }

  .pricing-v2-card {
    padding-bottom: 40px;
  }

  .pricing-v2-card-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .side-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .side-tab {
    padding: 16px;
  }

  .message {
    text-align: center;
    flex-direction: column;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .post-info {
    top: auto;
  }

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

  .testimonials-v5 {
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v5-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-icon-left {
    padding-right: 0;
  }

  .info-right {
    padding-left: 20px;
  }

  .logotypes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    width: 24px;
  }

  .layouts {
    grid-template-columns: 1fr;
  }

  .big-message {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .components-link {
    width: 100%;
    flex: 0 auto;
  }

  .password-card {
    padding: 40px;
  }

  .search-result {
    flex-wrap: wrap;
  }

  .contact-v1 {
    flex-direction: column;
    padding: 40px 8%;
  }

  .pricing-v3 {
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
  }

  .pricing-plan-cell {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: flex;
  }

  .pricing-v3-billing {
    flex: 1;
  }

  .pricing-v3-currency {
    margin-left: -10px;
    margin-right: 2px;
  }

  .pricing-v3-row-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonials-v1-columns {
    grid-template-columns: 1fr;
  }

  .review-v1-rating {
    width: 100%;
    padding-left: 61px;
  }

  .testimonials-v2 {
    height: 520px;
  }

  .slider-button {
    display: none;
  }

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

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

  .review-v2-add-link {
    width: 36px;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-v2-icon {
    margin-right: 0;
  }

  .testimonials-v3 {
    height: auto;
    border-radius: 12px;
  }

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

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

  .review-v3 {
    z-index: auto;
    height: auto;
    object-fit: fill;
    object-position: 50% 50%;
    flex-direction: row;
    display: flex;
    bottom: auto;
    overflow: visible;
  }

  .review-v3-avatar {
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .circle-small {
    width: 17vw;
    top: 22%;
    right: 6%;
  }

  ._2-buttons {
    width: 100%;
    grid-template-columns: auto;
    justify-items: center;
  }

  .footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .pricing-v1-background {
    height: 83%;
  }

  .pricing-side-features, .main-questions {
    grid-template-columns: 1fr;
  }

  .sidebar-grid {
    margin-bottom: auto;
  }

  .posts-2-cols, .posts-3-cols {
    grid-template-columns: 100%;
  }

  .tab-info-right {
    padding-left: 16px;
  }

  .sidebar-video {
    height: 60vw;
  }

  .team-photo {
    height: 80vw;
  }

  .team-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .person, .person-info, .question-v1 {
    padding-right: 0;
  }

  .post-slider {
    width: 100%;
  }

  .post-slide {
    width: 100%;
    padding-right: 16px;
  }

  .video-1 {
    height: 64vw;
  }

  .mini-gallery {
    grid-template-rows: 30vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 30vw;
  }

  .tab-link {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 16px;
  }

  .tab-link.fixed-width {
    width: auto;
  }

  .tabs-horisontal {
    border-bottom-style: none;
    display: block;
  }

  .feature-card {
    padding: 10vw;
  }

  .feature-image-medium {
    width: 100%;
    height: auto;
  }

  .hero-v4-bg {
    height: 81%;
  }

  .search-result-info {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-image {
    width: 100%;
    height: 60vw;
    flex: 0 auto;
  }

  .testimonials-v3-nav {
    display: block;
  }

  .testimonials-v2-nav {
    margin-bottom: 20px;
  }

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

  .sg-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-element-1 {
    bottom: 8vh;
  }

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

  .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 {
    width: 30vw;
    height: 30vw;
    left: 24%;
  }

  .review-v2-add-text {
    display: none;
  }

  .feature-icon-right {
    padding-right: 0;
  }

  .feature-info-left {
    padding-left: 20px;
  }

  .logo-description {
    flex: 0 auto;
    margin-top: 24px;
    margin-left: 0;
  }

  .hero-v2-image {
    display: block;
  }

  .tab-icon-top {
    width: 48px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .hero-v5-form {
    width: 100%;
  }

  .hero-object-1 {
    width: 21%;
    top: 8%;
  }

  .hero-object-2 {
    width: 32%;
    top: 3%;
    right: 5%;
  }

  .hero-object-3 {
    width: 14%;
    bottom: 10%;
    left: 3%;
  }

  .hero-object-6 {
    width: 9%;
    bottom: 14%;
  }

  .hero-object-5 {
    width: 18%;
    bottom: 7%;
  }

  .hero-object-4 {
    width: 8%;
    bottom: 9%;
    left: 33%;
  }

  .hero-object-7 {
    width: 5%;
    top: 4%;
    right: 54%;
  }

  .hero-object-8 {
    width: 5%;
    top: 8%;
    right: 46%;
  }

  .hero-object-9 {
    width: 5%;
    bottom: 15%;
    left: 24%;
  }

  .hero-slider {
    height: 560px;
  }

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

  .slider-arrow {
    display: none;
  }

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

  .side-video {
    height: 64vw;
  }

  .list-dropdown {
    height: auto;
    flex-flow: column;
    justify-content: flex-start;
    overflow: hidden;
  }

  .list-dropdown-heading {
    height: 48px;
    color: #574b8a;
    cursor: pointer;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    display: flex;
    position: relative;
  }

  .list-dropdown-arrow {
    width: 20px;
    margin-bottom: -1px;
    margin-left: 4px;
    margin-right: -8px;
  }

  .category-link {
    height: 48px;
    box-shadow: none;
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 20px;
    font-family: Roboto;
    font-size: 15px;
    display: flex;
  }

  .category-link.w--current {
    box-shadow: none;
  }

  .categories {
    flex-direction: column;
  }

  .contact-v2-map {
    height: 80vw;
    margin-bottom: 32px;
  }

  .works-grid {
    grid-template-columns: 1fr;
  }

  .work-card-thumb, .post-image {
    height: 60vw;
  }

  .post-card-big {
    flex-direction: column;
  }

  .post-card-big-image {
    width: 100%;
    height: 58vw;
    min-height: 0;
  }

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

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

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

  .changing-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .promo-layout {
    width: 54%;
    margin-bottom: -18%;
  }

  .promo-layout-side {
    left: 1%;
  }

  .promo-layout-side.right {
    right: 1%;
  }

  .heading-2.hero-heading {
    font-size: 40px;
  }

  .heading-3 {
    line-height: 56px;
  }

  .div-block-2 {
    margin-bottom: 16px;
  }

  .icon-2 {
    width: 72px;
  }

  .main-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .table-row {
    width: auto;
  }

  .div-block-412 {
    margin-bottom: 15px;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .table-details-box {
    flex-wrap: wrap;
  }

  .testimonials-v3-2 {
    border-radius: 12px;
  }

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

  .before-and-after-image {
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

  .flex-center {
    flex-direction: column;
  }

  .before-and-after-arrow {
    width: 50px;
    transform: rotate(90deg);
  }

  .slide {
    margin: auto;
  }

  .slide-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .testimonials-v3-nav-copy {
    display: block;
  }
}

#w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-b3407e8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_63f85f00-be05-c081-0d96-9fc6d1822fb9-d1822f9d, #w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d, #w-node-ecf6cc58-22d3-8ae1-4b7e-213b09e4b74f-d1822f9d, #w-node-_63f85f00-be05-c081-0d96-9fc6d1822fc6-d1822f9d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a5655f81-cb83-b4aa-6ba8-6fe80a405d6d-b3407e8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-b3407e96 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-b3407e96 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_21b26bf2-08a0-3d95-9fca-a74341675ff0-b3407e96 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_67054958-3b42-da5f-f5ae-7252f030f74b-b3407e96 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c16e135a-78e8-a5f0-3999-e2f5c595caa2-b3407e96 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c50e-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c518-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c522-b3407e96, #w-node-_36e93a56-3792-3cca-ad31-add751825d2c-b3407e96, #w-node-afaa5302-9313-42c1-19b2-933ba59da7d2-b3407e96, #w-node-_7cf54dc7-e74d-f344-7b3f-e0c16045e221-b3407e96, #w-node-_0539b3db-abe1-19af-e866-ed0b2894d34f-b3407e96, #w-node-c44c72b4-34db-a054-1a84-864eb4e6b9e9-b3407e96, #w-node-e8f313c7-3974-7755-191d-47d6a66dc9c7-b3407e96, #w-node-_3252d0f7-b48f-fc38-c0ae-101c2aab53c5-b3407e96, #w-node-ada144e3-6cb6-1171-d6b0-0263cd77c7d2-b3407e96 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3acad3d2-2063-5d67-7ae8-2b45001425f4-b3407e96 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-eada74fc-c97d-e7dc-8176-3689f159d8bc-b3407e96 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_125dd2d4-5457-6e06-47c3-846f592d2f14-b3407e96 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
  justify-self: center;
}

#w-node-_9857223a-b2a5-ccfc-2589-50860b54da70-b3407e96 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-b3407eab {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-bbebf635, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-8c2eb5d3, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-37461a15, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-4bde4818, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-d1de0c14, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-b9f904c8, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-11bee13a, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-39bc2b70, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-508c30cb, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-a2922ef7, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-70f0c38f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-b3407e96 {
    grid-column: span 7 / span 7;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-b3407e96 {
    grid-area: 1 / 10 / 2 / 16;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_67054958-3b42-da5f-f5ae-7252f030f74b-b3407e96 {
    grid-column-start: 2;
  }

  #w-node-c16e135a-78e8-a5f0-3999-e2f5c595caa2-b3407e96 {
    grid-column-end: 12;
  }

  #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c50e-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c518-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c522-b3407e96 {
    grid-column: span 3 / span 3;
  }

  #w-node-_36e93a56-3792-3cca-ad31-add751825d2c-b3407e96, #w-node-afaa5302-9313-42c1-19b2-933ba59da7d2-b3407e96, #w-node-_7cf54dc7-e74d-f344-7b3f-e0c16045e221-b3407e96, #w-node-_0539b3db-abe1-19af-e866-ed0b2894d34f-b3407e96, #w-node-c44c72b4-34db-a054-1a84-864eb4e6b9e9-b3407e96, #w-node-e8f313c7-3974-7755-191d-47d6a66dc9c7-b3407e96, #w-node-_3252d0f7-b48f-fc38-c0ae-101c2aab53c5-b3407e96, #w-node-ada144e3-6cb6-1171-d6b0-0263cd77c7d2-b3407e96 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-b3407e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    grid-column: span 8 / span 8;
  }

  #w-node-_63f85f00-be05-c081-0d96-9fc6d1822fb9-d1822f9d, #w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63f85f00-be05-c081-0d96-9fc6d1822fc6-d1822f9d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a5655f81-cb83-b4aa-6ba8-6fe80a405d86-b3407e8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-b3407e96 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-b3407e96 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_21b26bf2-08a0-3d95-9fca-a74341675ff0-b3407e96, #w-node-_67054958-3b42-da5f-f5ae-7252f030f74b-b3407e96 {
    grid-column: 3 / 7;
  }

  #w-node-c16e135a-78e8-a5f0-3999-e2f5c595caa2-b3407e96 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c50e-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c518-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c522-b3407e96, #w-node-_36e93a56-3792-3cca-ad31-add751825d2c-b3407e96, #w-node-afaa5302-9313-42c1-19b2-933ba59da7d2-b3407e96, #w-node-_7cf54dc7-e74d-f344-7b3f-e0c16045e221-b3407e96, #w-node-_0539b3db-abe1-19af-e866-ed0b2894d34f-b3407e96, #w-node-c44c72b4-34db-a054-1a84-864eb4e6b9e9-b3407e96, #w-node-e8f313c7-3974-7755-191d-47d6a66dc9c7-b3407e96, #w-node-_3252d0f7-b48f-fc38-c0ae-101c2aab53c5-b3407e96, #w-node-ada144e3-6cb6-1171-d6b0-0263cd77c7d2-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3acad3d2-2063-5d67-7ae8-2b45001425f4-b3407e96 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-eada74fc-c97d-e7dc-8176-3689f159d8bc-b3407e96 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_125dd2d4-5457-6e06-47c3-846f592d2f14-b3407e96 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9857223a-b2a5-ccfc-2589-50860b54da70-b3407e96 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-b3407eab {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-bbebf635, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-8c2eb5d3, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-37461a15, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-4bde4818, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-d1de0c14, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-b9f904c8, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-11bee13a, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-39bc2b70, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-508c30cb, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-a2922ef7, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-70f0c38f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c50e-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c518-b3407e96, #w-node-_84e6e8e7-ae5b-37b6-a277-881ea6b6c522-b3407e96, #w-node-_36e93a56-3792-3cca-ad31-add751825d2c-b3407e96, #w-node-afaa5302-9313-42c1-19b2-933ba59da7d2-b3407e96, #w-node-_7cf54dc7-e74d-f344-7b3f-e0c16045e221-b3407e96, #w-node-_0539b3db-abe1-19af-e866-ed0b2894d34f-b3407e96, #w-node-c44c72b4-34db-a054-1a84-864eb4e6b9e9-b3407e96, #w-node-e8f313c7-3974-7755-191d-47d6a66dc9c7-b3407e96, #w-node-_3252d0f7-b48f-fc38-c0ae-101c2aab53c5-b3407e96, #w-node-ada144e3-6cb6-1171-d6b0-0263cd77c7d2-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eada74fc-c97d-e7dc-8176-3689f159d8bc-b3407e96 {
    grid-area: 2 / 1 / 3 / 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-b3407e8b, #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-b3407e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    grid-column: span 4 / span 4;
  }

  #w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ecf6cc58-22d3-8ae1-4b7e-213b09e4b74f-d1822f9d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-b3407e96 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_1d6378f9-aa40-7ce4-681d-abc3b20bc01e-b3407e96, #w-node-_074dbbe6-bc1f-e3ae-b6b4-4d5c47e7b92f-b3407e96 {
    justify-self: stretch;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_21b26bf2-08a0-3d95-9fca-a74341675ff0-b3407e96 {
    grid-column-start: 1;
  }

  #w-node-_67054958-3b42-da5f-f5ae-7252f030f74b-b3407e96 {
    grid-column: 1 / 8;
  }

  #w-node-c16e135a-78e8-a5f0-3999-e2f5c595caa2-b3407e96 {
    grid-column-start: 1;
  }

  #w-node-_3acad3d2-2063-5d67-7ae8-2b45001425f4-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-eada74fc-c97d-e7dc-8176-3689f159d8bc-b3407e96 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_125dd2d4-5457-6e06-47c3-846f592d2f14-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9857223a-b2a5-ccfc-2589-50860b54da70-b3407e96 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-bbebf635, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-bbebf635, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-8c2eb5d3, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-8c2eb5d3, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-37461a15, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-37461a15, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-4bde4818, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-4bde4818, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-d1de0c14, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-d1de0c14, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-b9f904c8, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-b9f904c8, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-11bee13a, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-11bee13a, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-39bc2b70, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-39bc2b70, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-508c30cb, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-508c30cb, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-a2922ef7, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-a2922ef7, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4d1-70f0c38f, #w-node-_598f0c44-261d-7636-56c1-b445fc0ed4df-70f0c38f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


