h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 28px;
}

a {
  text-decoration: underline;
}

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

ol {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

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

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 8.33%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px none #000;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  margin-top: 15px;
  padding-left: 8.33px;
  color: #a5a5a5;
  text-align: center;
}

.body {
  font-family: Candara, sans-serif;
  color: #222;
  line-height: 24px;
}

.section {
  position: relative;
  padding: 120px 56px;
  background-color: #fff;
}

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

.section.no-top-padding.hide {
  display: none;
}

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

.section.no-bottom-padding.hide {
  display: none;
}

.section.no-side-paddings {
  padding-right: 0px;
  padding-left: 0px;
}

.section.no-side-paddings.no-top-padding {
  padding: 30px 50px 20px;
}

.section.facts-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
}

.section.instagram-section {
  overflow: hidden;
  padding: 0px 0px 120px;
}

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

.section.blog-section {
  padding-top: 96px;
}

.section.contact-section {
  padding-right: 0px;
  padding-left: 0px;
}

.section.no-paddings {
  padding: 0px;
}

.section.hide {
  display: none;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.wrapper.hero-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wrapper.slide-wrapper {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.wrapper.slide-wrapper.center {
  justify-content: center;
}

.wrapper.review-slide-wrapper {
  display: flex;
  justify-content: center;
}

.wrapper.center-intro-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wrapper.left-intro-wrapper {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.button {
  height: 48px;
  padding: 12px 20px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
  font-size: 15px;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, #ff935c, #fb406c);
}

.button.white-button:hover {
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
  color: #fff;
}

.button.white-button.nav-bar-button {
  margin-left: 20px;
}

.button.ghost-button {
  transition: box-shadow 200ms ease;
}

.button.ghost-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.button.hero-button {
  margin-right: 16px;
}

.button.hero-button:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), linear-gradient(90deg, #ff935c, #fb406c);
}

.button.ghost-white-button {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  transition: box-shadow 200ms ease;
}

.button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.instagram-button {
  padding-left: 48px;
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(90deg, #ff935c, #fb406c);
  background-position: 20px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.button.instagram-button:hover {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, #ff935c, #fb406c);
  background-position: 20px 50%, 0px 0px, 0px 0px;
  background-repeat: no-repeat, repeat, repeat;
}

.button.form-button {
  margin-top: 19px;
}

.button.password-button {
  margin-top: 3px;
}

.button.subscribe-button {
  margin-top: 11px;
}

.button.fixed-nav-bar-button {
  margin-left: 20px;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.style-block.typography-styles {
  margin-right: 16.66%;
  margin-left: 16.66%;
}

.style-block.typography-styles.text-center {
  text-align: center;
}

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

.button-styles {
  display: flex;
  margin-bottom: 64px;
  padding: 24px 15px;
  flex-wrap: wrap;
  align-items: stretch;
}

.button-style-wrapper {
  width: 25%;
  padding: 20px 15px;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #224765;
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.75), rgba(34, 71, 101, 0.75)), url('../images/samuel-zeller-242172.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.small-button {
  height: 40px;
  padding: 11px 16px 0px;
  border-radius: 3px;
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
  font-size: 13px;
  line-height: 20px;
}

.small-button:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, #ff935c, #fb406c);
}

.small-button.white-button:hover {
  color: #fff;
}

.small-button.ghost-button {
  transition: box-shadow 200ms ease;
}

.small-button.ghost-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.small-button.ghost-button.back-to-blog-button {
  margin-left: 16.66%;
}

.small-button.ghost-white-button {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
  transition: box-shadow 200ms ease;
}

.small-button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.ghost-button {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 1px #ddd;
  color: #222;
}

.ghost-white-button {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}

.white-button {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #222;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.nav-bar.fixed-nav-bar {
  transform: translate(0px, -100%);
}

.image-section {
  padding-right: 40px;
  padding-left: 40px;
  border: 16px solid #fff;
  background-color: #224765;
}

.image-section.hero-section {
  position: relative;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #194d77;
}

.image-section.hero-section.hero-image {
  background-image: linear-gradient(180deg, rgba(25, 77, 119, 0.55), rgba(25, 77, 119, 0.55)), url('../images/mike-wilson-181835.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-section.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.64), rgba(34, 71, 101, 0.64)), url('../images/breather-168767.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-section.testimonials-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.65), rgba(34, 71, 101, 0.65)), url('../images/jeshoots-com-219386.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-section.footer-section {
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.75), rgba(34, 71, 101, 0.75)), url('../images/samuel-zeller-242172.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-section.blog-hero-section {
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.65), rgba(34, 71, 101, 0.65)), url('../images/lauren-mancke-60627.jpg');
  background-position: 0px 0px, 50% -94px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-section._404-section {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.65), rgba(34, 71, 101, 0.65)), url('../images/bench-accounting-49909.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-section.blog-post-hero-section {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-section.style-guide-section {
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.7), rgba(34, 71, 101, 0.7)), url('../images/joanna-kosinska-131081.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-section.facts-bg-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background-image: linear-gradient(180deg, rgba(25, 77, 119, 0.5), rgba(25, 77, 119, 0.5)), url('../images/michal-grosicki-235031.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-section.licensing-section {
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.7), rgba(34, 71, 101, 0.7)), url('../images/jeshoots-com-219386.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

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

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

.nav-link.fixed-nav-link {
  color: #222;
}

.logo {
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo.w--current {
  height: 80px;
  margin-top: 0px;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: flex-end;
}

.nav-menu {
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.fixed-nav-menu {
  height: 80px;
}

.slide-1 {
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(87, 97, 104, 0.5), rgba(87, 97, 104, 0.5)), url('../images/pexels-anastasia-shuraeva-5705490.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-1.hero-gallery {
  background-image: url('../images/pexels-ron-lach-8455167.jpg');
  background-position: 50% 40%;
}

.slide-1.thank-you {
  background-image: linear-gradient(180deg, #224765, #bbb), url('../images/samuel-zeller-242172.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-content {
  width: 50%;
  margin-right: 16.66%;
  padding: 40px 15px;
  float: right;
  color: #fff;
}

.slide-content.center {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.hero-text {
  margin-bottom: 40px;
}

.hero-social {
  display: flex;
  padding: 20px 15px;
  float: left;
  align-items: center;
  flex: 1;
  color: #fff;
}

.hero-social-line {
  width: 56px;
  height: 2px;
  margin-right: 8px;
  margin-left: 12px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.social-link {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: opacity 200ms ease;
}

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

.social-link.dark-icon {
  opacity: 0.3;
}

.social-link.dark-icon:hover {
  opacity: 1;
}

.hero-social-header {
  padding-top: 2px;
}

.scroll-down-button {
  position: relative;
  right: 15px;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 16.66%;
  float: right;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

.scroll-down-button.post-scroll-down {
  position: absolute;
  right: 15px;
  bottom: 0px;
  margin-bottom: 32px;
}

.hero-call-text {
  position: relative;
  right: -152px;
  z-index: 2;
  width: 360px;
  transform: rotate(90deg);
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
}

.hero-call-text-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  padding-right: 40px;
  padding-left: 40px;
}

.section-header-wrapper {
  display: block;
  width: 570px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 16px;
  text-align: center;
}

.section-header-wrapper.no-bottom-padding {
  margin-bottom: 0px;
}

.section-header-wrapper.full-width {
  width: 80%;
}

.feature-cards {
  display: flex;
  padding-top: 8px;
  flex-wrap: wrap;
}

.feature-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px 20px;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

.grey-text {
  color: #a5a5a5;
}

.feature-link {
  display: inline-block;
  margin-top: 8px;
  transition: color 200ms ease;
  color: #a5a5a5;
}

.feature-link:hover {
  color: #fb406c;
}

.feature-icon {
  margin-bottom: 16px;
}

.feature-icon.invert {
  filter: invert(100%);
}

.card-corner {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 32px;
  margin-top: 24px;
  margin-right: -1px;
  padding-left: 16px;
  justify-content: flex-end;
  align-items: center;
  color: #222;
  font-size: 17px;
}

.card-corner-line {
  width: 2px;
  height: 100%;
  margin-left: 30px;
  background-image: linear-gradient(180deg, #ff935c, #fb406c);
}

.vertical-header-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 72px;
  padding-top: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.vertical-header-wrapper.small-padding {
  padding-top: 144px;
}

.vertical-header-wrapper.vertical-header-blog {
  padding-top: 238px;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  transform: rotate(-90deg);
  text-align: right;
  letter-spacing: 4px;
}

.big-side-feature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.big-side-feature.second {
  flex-direction: row-reverse;
}

.big-side-feature-image {
  display: flex;
  width: 50%;
  height: 520px;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}

.big-side-feature-image.image-2 {
  background-image: url('../images/claudia-nuta-347142.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-side-feature-image.image-1 {
  background-image: url('../images/pexels-shvets-production-7203780.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-side-feature-image.image-3 {
  background-color: transparent;
  background-image: url('../images/pexels-ketut-subiyanto-4546008.jpg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.big-side-feature-image.image-2 {
  background-image: url('../images/pexels-terry-magallanes-2988860.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-side-feature-image.image-1-copy {
  background-image: url('../images/pexels-cottonbro-studio-4865745.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-side-feature-image.image-4 {
  background-image: url('../images/deck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-side-feature-content {
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.big-side-feature-content.reversed {
  justify-content: flex-start;
}

.big-side-feature-info {
  max-width: 400px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.facts {
  display: flex;
}

.fact-item {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  color: #fff;
  text-align: center;
}

.statistic-icon {
  width: 56px;
  margin-bottom: 8px;
}

.side-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.side-feature-image {
  width: 41.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.side-feature-content {
  display: flex;
  width: 41.33%;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.side-feature-header {
  margin-bottom: 8px;
  text-align: center;
}

.side-feature-header.smaller {
  font-size: 36px;
}

.side-feature-mini {
  width: 50%;
  padding-right: 30px;
}

.side-feature-mini-wrapper {
  display: flex;
  padding-top: 24px;
}

.side-feature-mini-icon {
  margin-bottom: 8px;
}

.instagram {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.instagram-photos {
  display: flex;
  width: 58.33%;
  padding-left: 30px;
}

.instagram-photo {
  position: relative;
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
  background-color: #ddd;
}

.instagram-photo.photo-1 {
  background-image: url('../images/anjeli-lundblad-183074.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo.photo-2 {
  background-image: url('../images/benjamin-balazs-106653.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo.photo-3 {
  background-image: url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo.photo-4 {
  background-image: url('../images/cynthia-del-rio-88295.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-photo.photo-5 {
  background-image: url('../images/cathryn-lavery-67852.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-info {
  display: flex;
  max-width: 400px;
  padding-right: 40px;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.instagram-text {
  margin-bottom: 24px;
}

.instagram-info-wrapper {
  display: flex;
  padding-bottom: 8px;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.section-header-icon {
  margin-bottom: 16px;
}

.small-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.features-image {
  position: relative;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 48px;
  text-align: center;
}

.play-button {
  width: 72px;
  height: 72px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url('../images/play-icon.svg'), linear-gradient(180deg, #ff935c, #fb406c);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  transition: transform 400ms ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.small-feature {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
}

.call-to-action {
  display: block;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.price {
  font-size: 48px;
  line-height: 56px;
}

.pricing-table {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 88px;
  padding-bottom: 48px;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

.pricing-table-feature {
  padding: 14px 24px 15px;
  box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
  line-height: 20px;
}

.pricing-table-feature.grey {
  background-color: #fafafa;
}

.pricing-table-list {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-tables {
  display: flex;
  flex-wrap: wrap;
}

.pricing-text {
  display: block;
  max-width: 570px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

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

.review-slide {
  display: flex;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}

.review-avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
}

.review-content {
  padding-bottom: 8px;
  padding-left: 96px;
  flex: 1;
  color: #fff;
}

.review-text {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 32px;
}

.review-author-info {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.testimonials {
  height: auto;
  padding-right: 136px;
  padding-left: 136px;
  background-color: transparent;
}

.faq-image {
  display: flex;
  width: 41.66%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.faq {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.faq.reversed {
  flex-direction: row-reverse;
}

.faq-list {
  width: 41.33%;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.faq-header {
  margin-bottom: 52px;
}

.question-container {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  padding-left: 32px;
  flex-direction: column;
  align-items: stretch;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #ddd;
  text-decoration: none;
}

.question-container:hover {
  background-color: #fafafa;
}

.question {
  display: flex;
  padding-top: 11px;
  padding-bottom: 11px;
  justify-content: flex-end;
  align-items: center;
  color: #222;
}

.question-line {
  width: 2px;
  height: 32px;
  background-image: linear-gradient(180deg, #ff935c, #fb406c);
}

.question-text {
  flex: 1;
  color: #222;
}

.answer {
  padding-right: 30px;
}

.faq-contact-text {
  margin-top: 22px;
}

.team {
  display: flex;
  flex-wrap: wrap;
}

.team-member-card {
  position: relative;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 88px 40px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

.team-member-avatar {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-left: -8px;
}

.team-member-text {
  margin-bottom: 24px;
  color: #a5a5a5;
}

.brands {
  text-align: center;
}

.brand-logotypes {
  display: flex;
  width: 75%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: space-around;
  align-items: center;
}

.brand-logo-link {
  padding: 16px;
}

.map-wrapper {
  position: relative;
  width: 50%;
  flex: 0 auto;
}

.contact-form-wrapper {
  display: flex;
  padding-right: 115px;
  padding-left: 72px;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.contact-form {
  width: 100%;
  max-width: 370px;
  padding-bottom: 8px;
  flex: 0 auto;
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.map {
  height: 560px;
}

.form-label {
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.input {
  height: 48px;
  margin-bottom: 13px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
}

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

.input.password-input {
  margin-top: 6px;
  text-align: center;
}

.input.call-back-input {
  margin-right: 16px;
  margin-bottom: 0px;
}

.input.call-back-input.no-padding {
  margin-right: 0px;
}

.contact-card {
  position: absolute;
  left: 0px;
  bottom: -90px;
  z-index: 10;
  width: 370px;
  margin-left: 115px;
  padding: 32px 32px 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}

.contact-address {
  margin-bottom: 8px;
  font-size: 15px;
}

.contact-info {
  margin-bottom: 8px;
  font-size: 13px;
}

.footer {
  position: relative;
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
  color: #fff;
}

.footer-about {
  display: flex;
  width: 25%;
  margin-right: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  display: flex;
  height: 80px;
  margin-bottom: -8px;
  flex-direction: row-reverse;
  justify-content: center;
}

.footer-links {
  display: flex;
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-link.blog-link {
  margin-top: 18px;
}

.footer-link.footer-header {
  font-size: 16px;
  font-weight: 700;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-blog {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.footer-post {
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  margin-top: -6px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-copyright {
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  font-size: 11px;
}

.heart-icon {
  background-image: url('../images/heart-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.footer-small-link {
  color: #fff;
  text-decoration: underline;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.footer-post-image {
  width: 84px;
  height: 60px;
  margin-right: 16px;
  background-color: #224765;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.copyright-text {
  flex: 0 auto;
  text-align: right;
}

.blog-hero-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  padding: 20px 15px;
  align-items: center;
  flex: 1;
  color: #fff;
}

.blog-hero-social.share-social {
  margin-bottom: 40px;
}

.page-hero {
  position: relative;
  display: flex;
  height: 400px;
  padding-top: 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.page-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

.blog-hero-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  margin-top: 16px;
  margin-right: 15px;
  justify-content: flex-end;
  align-items: center;
}

.blog-hero-button-info {
  margin-right: 24px;
}

.blog {
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.blog-posts {
  width: 66.66%;
}

.post-card-image {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 19px;
  border-radius: 3px;
  background-color: #224765;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter 200ms ease;
  text-decoration: none;
}

.post-card-image:hover {
  filter: brightness(94%);
}

.post-card-decription {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 24px;
}

.post-card {
  margin-bottom: 56px;
  flex: 1;
}

.post-date {
  position: relative;
  width: 70px;
  margin-right: 30px;
  padding-top: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}

.post-date.post-content-date {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 15px;
  margin-left: 15px;
}

.blog-post-card {
  position: relative;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  align-items: flex-start;
}

.post-card-header {
  color: #222;
  text-decoration: none;
}

.post-date-text {
  margin-bottom: 11px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.post-date-month {
  padding-top: 4px;
  padding-bottom: 3px;
  border-top: 1px solid #ddd;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.post-date-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 32px;
  margin-top: 16px;
  margin-right: -1px;
  background-image: linear-gradient(180deg, #ff935c, #fb406c);
}

.sidebar {
  margin-left: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}

.sidebar-block {
  padding-bottom: 60px;
}

.sidebar-category-link {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
  color: #222;
  font-size: 15px;
  text-decoration: none;
}

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

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 35px;
}

.featured-post-image {
  width: 100%;
  height: 176px;
  margin-bottom: 9px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter 200ms ease;
}

.featured-post-image:hover {
  filter: brightness(85%);
}

.featured-post-date {
  margin-bottom: -2px;
  color: #a5a5a5;
  font-size: 12px;
}

.featured-post-header {
  display: block;
  margin-bottom: 34px;
  color: #222;
  text-decoration: none;
}

.featured-post-header:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: flex;
  width: 270px;
  flex-direction: column;
  align-items: stretch;
  color: #222;
}

._404-header {
  font-size: 84px;
  line-height: 72px;
}

._404-text {
  margin-top: 2px;
  margin-bottom: 28px;
}

.post-content h1 {
  display: block;
  width: 66.66%;
  margin: 64px auto 32px;
}

.post-content p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-right: 8.33%;
  padding-left: 8.33%;
}

.post-content img {
  border-radius: 3px;
}

.post-content h2 {
  display: block;
  width: 66.66%;
  margin: 64px auto 32px;
}

.post-content blockquote {
  display: block;
  width: 66.66%;
  margin: 48px auto;
}

.post-content h3 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ul {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content h4 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content h6 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content h5 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ol {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content a {
  color: #fb406c;
  text-decoration: none;
}

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

.blog-post-header {
  max-width: 570px;
  margin-top: 28px;
  text-transform: capitalize;
}

.post-hero {
  position: relative;
  top: 32px;
  display: flex;
  height: 100vh;
  margin-top: -32px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.post-dark-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(11, 33, 49, 0.5);
}

.post {
  position: relative;
  margin-top: -16px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.blog-category {
  height: 24px;
  padding: 9px 8px 9px 9px;
  border-radius: 3px;
  background-color: #fff;
  color: #222;
  font-size: 10px;
  line-height: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category:hover {
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
  color: #fff;
}

.blog-category.post-card-category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-top: 24px;
  margin-right: 39px;
}

.blog-category.more-post-card-category {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-top: 24px;
  margin-right: 24px;
}

.logo-blog-text {
  margin-left: 16px;
}

.post-hero-info {
  margin-left: 16.66%;
  padding-right: 8px;
  padding-left: 8px;
}

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

.hero-slider {
  height: 100%;
}

.slider-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 100%;
  bottom: 0px;
  z-index: 5;
  display: flex;
  width: 56px;
  height: 40px;
  margin: auto auto auto 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 3px;
  transition: border 200ms ease;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.arrow-left {
  bottom: 48px;
}

.slider-arrow.arrow-right {
  top: 48px;
}

.slide-2 {
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(87, 97, 104, 0.5), rgba(87, 97, 104, 0.5)), url('../images/pexels-rodnae-productions-8581413.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.post-bottom-info {
  display: flex;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  flex-wrap: wrap;
  align-items: center;
  color: #a5a5a5;
}

.post-bottom-date {
  margin-right: 4px;
  margin-left: 4px;
  color: #222;
}

.post-bottom-category {
  margin-right: 4px;
  margin-left: 4px;
  color: #fb406c;
  text-decoration: none;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.scroll-up-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  float: right;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
}

.dropdown.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
}

.dropdown.fixed-dropdown {
  border: 1px solid #ddd;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 1px 0 0 #ddd;
  text-decoration: none;
}

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

.dropdown-link.w--current {
  color: #222;
  font-weight: 700;
}

.hero-center-intro {
  position: relative;
  z-index: 1;
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  color: #fff;
}

.hero-video {
  z-index: 1;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.video-dark-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(43, 85, 119, 0.7);
  opacity: 1;
}

.call-back {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-back-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  margin: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('../images/callback-icon-white_1callback-icon-white.png'), linear-gradient(180deg, #ff935c, #fb406c);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
}

.call-back-popup {
  position: relative;
  z-index: 3000;
  max-width: 570px;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  text-align: center;
}

.form {
  display: flex;
  margin-top: 26px;
  align-items: center;
}

.form.vertical {
  flex-direction: column;
}

.form.horizontal {
  width: 100%;
}

.call-back-icon {
  margin-bottom: 8px;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(34, 71, 101, 0.7);
}

.call-back-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  justify-content: center;
  align-items: center;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: opacity 200ms ease;
}

.close-popup-button:hover {
  opacity: 1;
}

.form-success {
  background-color: transparent;
}

.form-error {
  background-color: transparent;
  color: #fb406c;
  font-size: 13px;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
}

.hero-left-intro {
  position: relative;
  z-index: 100;
  width: 50%;
  margin-left: 8.33%;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-left: 15px;
  float: right;
  color: #fff;
  text-align: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  background-color: #fff;
  background-image: url('../images/preloader.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.hero-play-button-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 8.33%;
}

.plus-icon-h-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #222;
}

.plus-icon {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}

.plus-icon-v-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #222;
  transform: rotate(90deg);
}

.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  transform: translate(0px, -75px);
}

.more-post-card {
  position: relative;
  flex: 1;
}

.more-posts {
  display: flex;
  flex-wrap: wrap;
}

.more-post {
  width: 33.33%;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.more-post-card-image {
  position: relative;
  width: 100%;
  height: 264px;
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #224765;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter 200ms ease;
  text-decoration: none;
}

.more-post-card-image:hover {
  filter: brightness(94%);
}

.feature-cells {
  display: flex;
  margin-bottom: 1px;
  padding-top: 1px;
  flex-wrap: wrap;
}

.feature-cell {
  position: relative;
  padding: 56px 4%;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  text-align: left;
}

.brand-logo {
  max-height: 32px;
}

.features {
  display: flex;
  padding-top: 8px;
  flex-wrap: wrap;
}

.feature {
  position: relative;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  align-items: flex-start;
  flex: 1;
  text-align: left;
}

.feature-content {
  padding-right: 15px;
  padding-left: 24px;
}

.laptop-play-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 80px;
  height: 80px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.photo-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 71, 101, 0.3);
}

.photo-fade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 90%);
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  flex-wrap: wrap;
}

.licence-item {
  position: relative;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  flex: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.licence-item-content {
  margin-left: 30px;
}

.licence-link-divider {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  color: #bbb;
}

.licence-item-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block {
  transition: background-color 200ms ease;
  cursor: pointer;
}

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

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

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

.change-icon.new {
  background-color: #56d181;
}

.change-icon.enhance {
  background-color: #ff935c;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(21, 21, 21, 0.08);
  font-family: Lato, sans-serif;
  color: #454545;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip.change-tooltip {
  display: block;
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-weight: 700;
}

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

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

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

.before-and-after {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
}

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

.hide {
  display: none;
}

.image-4 {
  display: block;
}

.image-4.hide {
  display: none;
}

.heading {
  font-family: 'Javanese text', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading.nav {
  margin-top: 0px;
  margin-bottom: -15px;
  flex: 0 0 auto;
  font-family: 'Javanese text', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-weight: 400;
}

.heading.nav.black {
  color: #222;
}

.heading-2 {
  font-weight: 700;
}

.image-5 {
  display: block;
  width: 100.0000237618299%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

._3-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-top: 2%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-for-images {
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.h1-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.h1-logo.black {
  color: #222;
}

.top-padding {
  margin-top: 5%;
}

.button-2 {
  display: flex;
  width: 25%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  border-radius: 20px;
  background-color: #fb406c;
  background-image: linear-gradient(90deg, #ff935c, #fb406c);
  font-size: 22px;
  font-weight: 700;
}

.heading-3 {
  font-weight: 700;
  text-transform: uppercase;
}

.section-2 {
  margin-bottom: 5%;
}

.div-block-3 {
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.div-block-4 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-5 {
  width: 75px;
  height: 75px;
  margin-right: 10px;
  border-radius: 50px;
  background-image: url('../images/WhatsApp-Image-2023-04-02-at-4.14.30-PM.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.thank-you-img {
  width: 50%;
  filter: invert(100%);
}

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

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

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .section {
    overflow: hidden;
    padding: 80px 8px;
  }

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

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

  .section.blog-section {
    padding-top: 64px;
  }

  .section.contact-section {
    padding-bottom: 96px;
  }

  .button.white-button.nav-bar-button {
    display: none;
  }

  .button.fixed-nav-bar-button {
    display: none;
  }

  .style-block {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .button-styles {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .image-section.hero-section {
    height: auto;
  }

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

  .image-section.testimonials-section {
    padding: 72px 0px;
  }

  .image-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-section.blog-hero-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-section.blog-post-hero-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link {
    margin-top: -1px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
    color: #222;
    text-align: center;
  }

  .logo {
    height: 80px;
    padding-right: 8px;
    padding-left: 8px;
    justify-content: flex-end;
  }

  .nav-menu {
    overflow: scroll;
    height: auto;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .nav-menu.fixed-nav-menu {
    height: auto;
    border-top: 1px solid #ddd;
  }

  .slide-content {
    display: block;
    width: 75%;
    margin-top: 80px;
    margin-right: 8.33%;
    margin-bottom: 80px;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .hero-social-line {
    width: 48px;
  }

  .scroll-down-button {
    margin-right: 8.33%;
  }

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

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .feature-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 72px 16px 56px;
  }

  .feature-link {
    margin-top: 0px;
  }

  .card-corner {
    font-size: 15px;
    line-height: 20px;
  }

  .card-corner-line {
    margin-left: 24px;
  }

  .vertical-header-wrapper {
    display: none;
  }

  .big-side-feature-image {
    height: 360px;
  }

  .big-side-feature-image.image-3 {
    background-size: cover;
  }

  .big-side-feature-content {
    padding-right: 4%;
    padding-left: 4%;
  }

  .big-side-feature-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .fact-item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .statistic-icon {
    width: 48px;
  }

  .side-feature-image {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-feature-content {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .side-feature-header.smaller {
    font-size: 32px;
  }

  .side-feature-mini {
    padding-right: 24px;
  }

  .side-feature-mini-wrapper {
    padding-top: 16px;
  }

  .instagram-photos {
    padding-left: 16px;
  }

  .instagram-photo {
    height: 160px;
  }

  .instagram-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .instagram-info-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .features-image {
    margin-bottom: 32px;
  }

  .small-feature {
    padding-left: 8px;
  }

  .price {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-table {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pricing-table-feature {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .pricing-text {
    margin-top: 64px;
  }

  .review-slide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .review-avatar {
    width: 80px;
    height: 80px;
  }

  .review-content {
    padding-left: 32px;
  }

  .review-text {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials {
    padding-right: 120px;
    padding-left: 120px;
  }

  .faq-image {
    width: auto;
    flex: 1;
  }

  .faq-list {
    width: 58.33%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-container {
    padding-left: 24px;
  }

  .team-member-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 72px 16px 32px;
  }

  .team-member-avatar {
    width: 80px;
    height: 80px;
  }

  .brand-logotypes {
    width: 91.66%;
    margin-top: 24px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .brand-logo-link {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-form-wrapper {
    padding-right: 40px;
    padding-left: 32px;
  }

  .contact-form {
    width: 100%;
  }

  .map {
    height: 480px;
  }

  .contact-card {
    width: 320px;
    margin-left: 32px;
  }

  .contact-address {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-info {
    margin-bottom: 4px;
  }

  .footer-about {
    width: 28%;
    margin-right: 0%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-blog {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .footer-copyright {
    margin-right: 8px;
    margin-left: 8px;
  }

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

  .blog-hero-social.share-social {
    margin-bottom: 32px;
  }

  .page-hero {
    height: 320px;
  }

  .page-logo {
    height: 72px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .blog-hero-button {
    margin-right: 8px;
  }

  .post-card-image {
    height: 264px;
  }

  .post-date {
    margin-right: 16px;
  }

  .post-date.post-content-date {
    margin-top: 8px;
    margin-left: 8px;
  }

  .blog-post-card {
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar {
    margin-left: 24px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-category-link {
    font-size: 14px;
  }

  .featured-post-image {
    height: 152px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    height: 440px;
    padding-bottom: 16px;
  }

  .post-dark-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .post {
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .blog-category.post-card-category {
    margin-top: 16px;
    margin-right: 24px;
  }

  .blog-category.more-post-card-category {
    margin-top: 16px;
    margin-right: 16px;
  }

  .post-hero-info {
    margin-left: 14.6%;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .menu-button {
    background-color: transparent;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-button.fixed-menu-button {
    color: #222;
  }

  .scroll-up-button {
    margin-right: 8.33%;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    text-align: center;
  }

  .hero-center-intro {
    display: block;
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 8px;
  }

  .hero-video {
    padding-right: 40px;
    padding-left: 24px;
  }

  .call-back-button {
    width: 56px;
    height: 56px;
    margin: 20px;
  }

  .dropdown-icon {
    margin-right: 7px;
    opacity: 0.3;
  }

  .hero-left-intro {
    display: block;
    width: 66.66%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0%;
    padding: 40px 8px;
  }

  .more-post {
    padding-right: 8px;
    padding-left: 8px;
  }

  .more-post-card-image {
    height: 176px;
  }

  .feature-cell {
    width: 50%;
    flex: 0 auto;
  }

  .feature {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
  }

  .feature-content {
    padding-left: 0px;
  }

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

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

  .change {
    padding: 20px 12px;
  }

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

  .change-text {
    margin-left: 16px;
  }

  .before-and-after {
    padding-right: 8px;
    padding-left: 8px;
  }

  ._4-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hide {
    display: none;
  }

  ._3-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-for-images {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-5 {
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

  .section.no-side-paddings.no-top-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.no-side-paddings.no-top-padding.invert-mobile {
    flex-direction: row;
  }

  .section.contact-section {
    padding-bottom: 0px;
  }

  .button-style-wrapper {
    width: 50%;
  }

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

  .image-section {
    padding-right: 24px;
    padding-left: 24px;
    border-width: 8px;
  }

  .image-section.testimonials-section {
    padding-bottom: 24px;
  }

  .image-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-section.blog-hero-section {
    background-image: linear-gradient(180deg, null, null), url('../images/lauren-mancke-60627.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .logo {
    height: 80px;
  }

  .slide-content {
    display: block;
    width: 100%;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-right: 72px;
    padding-left: 20px;
  }

  .slide-content.center {
    margin-top: 15%;
    padding-right: 20px;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .hero-social {
    padding: 24px 8px;
    justify-content: flex-end;
  }

  .hero-social-line {
    width: 40px;
  }

  .scroll-down-button {
    display: none;
  }

  .hero-bottom {
    left: 160px;
  }

  .section-header-wrapper {
    width: auto;
  }

  .feature-cards {
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature-card {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 56px 32px 48px;
    flex: 0 auto;
  }

  .big-side-feature {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .big-side-feature.second {
    flex-direction: column-reverse;
  }

  .big-side-feature-image {
    width: 100%;
    justify-content: center;
  }

  .big-side-feature-image.image-3 {
    background-size: cover;
  }

  .big-side-feature-content {
    width: 100%;
    justify-content: center;
    order: -1;
    flex: 0 auto;
  }

  .big-side-feature-info {
    width: 100%;
    max-width: none;
    padding-top: 24px;
    text-align: center;
  }

  .side-feature {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .side-feature-image {
    width: 66.66%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .side-feature-content {
    width: 100%;
    padding-top: 24px;
  }

  .side-feature-mini-wrapper {
    flex-wrap: wrap;
  }

  .instagram {
    flex-direction: column-reverse;
  }

  .instagram-photos {
    width: 100%;
    padding-left: 0px;
    justify-content: center;
  }

  .instagram-photo {
    height: 120px;
  }

  .instagram-info {
    width: 66.66%;
    max-width: none;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
    text-align: center;
  }

  .instagram-info-wrapper {
    padding-top: 32px;
    justify-content: center;
  }

  .play-button {
    bottom: 16px;
  }

  .small-feature {
    flex-basis: 50%;
  }

  .pricing-table {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    flex: 0 auto;
  }

  .pricing-tables {
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-text {
    margin-top: 32px;
  }

  .testimonials {
    padding-right: 40px;
    padding-left: 40px;
  }

  .faq-image {
    width: 100%;
    align-items: center;
  }

  .faq {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .faq-list {
    width: 100%;
    padding-bottom: 24px;
  }

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

  .team-member-card {
    margin-bottom: 24px;
    flex: 40%;
  }

  .brand-logotypes {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    flex-wrap: nowrap;
  }

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

  .map-wrapper {
    width: 100%;
  }

  .contact-form-wrapper {
    padding-top: 160px;
    padding-right: 32px;
    flex-direction: row;
  }

  .contact-form {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .contact {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .map {
    height: 320px;
  }

  .contact-card {
    right: 0px;
    display: block;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-about {
    width: 100%;
    padding-right: 32px;
  }

  .footer-logo {
    height: 64px;
    padding-left: 0px;
  }

  .footer-links {
    width: 75%;
  }

  .blog-hero-social {
    padding: 16px 0px;
  }

  .page-hero {
    height: 280px;
    padding-top: 8px;
  }

  .page-logo {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-hero-button {
    margin-top: 8px;
    margin-right: 0px;
  }

  .blog-hero-button-info {
    display: none;
  }

  .blog {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
  }

  .sidebar {
    display: block;
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .featured-post-image {
    height: 240px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .hero-slider {
    height: 480px;
  }

  .slider-arrow {
    margin-left: auto;
  }

  .slider-arrow.arrow-left {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .slider-arrow.arrow-right {
    left: 84px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .testimonoals-nav {
    position: relative;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 9px;
  }

  .hero-center-intro {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
  }

  .call-back-button {
    margin: 16px;
  }

  .call-back-wrapper {
    padding: 16px;
  }

  .hero-left-intro {
    display: block;
  }

  .more-post-card {
    margin-right: 8px;
    margin-bottom: 40px;
    margin-left: 8px;
  }

  .more-post {
    width: 100%;
    padding-right: 16.66%;
    padding-left: 16.66%;
  }

  .more-post-card-image {
    height: 272px;
  }

  .feature-cell {
    flex: 0 auto;
  }

  .features {
    margin-bottom: -24px;
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding-top: 0px;
    flex-direction: row;
    flex: 0 auto;
  }

  .feature-content {
    padding-left: 24px;
  }

  .licence-items {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .licence-item {
    flex: 0 auto;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .before-and-after {
    padding-right: 24px;
    padding-left: 24px;
  }

  ._3-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-for-images {
    width: 100%;
    padding-top: 24px;
  }

  .div-block-5 {
    margin-right: 10px;
  }

  .thank-you-img {
    width: 35%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .section.no-side-paddings.no-top-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.facts-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wrapper.left-intro-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .button.hero-button {
    margin-bottom: 16px;
  }

  .style-block.typography-styles {
    margin-right: 0%;
    margin-left: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .small-button.ghost-button.back-to-blog-button {
    margin-left: 0%;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .image-section.blog-post-hero-section {
    padding-right: 8px;
  }

  .slide-content {
    padding-right: 40px;
    padding-left: 16px;
  }

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

  .hero-social-line {
    display: none;
  }

  .hero-social-header {
    display: none;
  }

  .scroll-down-button {
    display: none;
  }

  .hero-call-text {
    right: -160px;
  }

  .hero-bottom {
    left: 152px;
    right: 0px;
  }

  .section-header-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-card {
    width: 100%;
  }

  .big-side-feature.second {
    flex-direction: column-reverse;
  }

  .big-side-feature-image {
    height: 240px;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .side-feature-image {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-feature-mini {
    width: 100%;
  }

  .instagram-info {
    width: 83.33%;
  }

  .play-button {
    bottom: 4px;
  }

  .small-feature {
    flex-basis: 100%;
  }

  .call-to-action {
    max-width: none;
  }

  .pricing-table {
    width: 100%;
  }

  .review-slide {
    flex-direction: column;
    justify-content: center;
  }

  .review-avatar {
    margin-bottom: 8px;
  }

  .review-content {
    padding-left: 0px;
    text-align: center;
  }

  .review-author-info {
    font-size: 10px;
  }

  .testimonials {
    padding-right: 24px;
    padding-left: 24px;
  }

  .faq-list {
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-member-card {
    padding-right: 16.66%;
    padding-left: 16.66%;
    flex-basis: 100%;
  }

  .brand-logotypes {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand-logo-link {
    padding: 12px;
  }

  .contact-form-wrapper {
    padding-top: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.call-back-input {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }

  .contact-card {
    position: relative;
    bottom: 0px;
    width: auto;
    margin-top: 24px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .footer-about {
    padding-right: 8px;
  }

  .footer-links {
    width: 100%;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
  }

  .copyright-text {
    margin-top: 8px;
    text-align: center;
  }

  .post-card-image {
    height: 224px;
  }

  .post-date {
    display: none;
  }

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

  .featured-post-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px 8px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content h6 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .logo-blog-text {
    margin-left: 12px;
  }

  .post-hero-info {
    margin-left: 0%;
    padding-right: 8px;
    padding-left: 0px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow.arrow-left {
    left: 16px;
  }

  .slider-arrow.arrow-right {
    left: 80px;
  }

  .slide-2 {
    background-image: linear-gradient(180deg, rgba(87, 97, 104, 0.5), rgba(87, 97, 104, 0.5)), url('../images/pexels-max-rahubovskiy-7018385.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .post-bottom-info {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .scroll-up-button {
    display: none;
  }

  .hero-center-intro {
    padding: 16px 40px 32px;
  }

  .hero-video {
    padding-left: 8px;
  }

  .call-back-popup {
    padding: 40px;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .hero-left-intro {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-play-button-wrapper {
    height: 72px;
    margin-bottom: 88px;
    margin-left: 32px;
  }

  .more-post-card {
    margin-right: 0px;
    margin-left: 0px;
  }

  .more-post {
    padding-right: 8px;
    padding-left: 8px;
  }

  .more-post-card-image {
    height: 224px;
  }

  .feature-cells {
    flex-direction: column;
  }

  .feature-cell {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .brand-logo {
    max-height: 28px;
  }

  .feature {
    width: 100%;
  }

  .feature-content {
    padding-right: 0px;
  }

  .licence-item {
    width: 100%;
    flex-direction: column;
  }

  .licence-item-content {
    margin-top: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .licence-item-header {
    margin-bottom: 8px;
  }

  .before-and-after {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._3-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2 {
    width: 45%;
  }

  .div-block-5 {
    margin-right: 4px;
  }

  .thank-you-img {
    width: 50%;
  }
}

#w-node-a1945759-5a9b-d2cd-f4b3-dbfa213dd868-6fca9e27 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_418ad374-f513-b6e9-03eb-88ac13365825-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-d65ae830-10a4-9dfb-f5d6-c52635b1f33f-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_92f6e448-e1b8-a816-2034-9c43045b5937-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-d1348737-caf3-aaaf-4538-546eb794c73c-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_2377fa30-10e4-cc08-2400-64144f51dc9c-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-c4ecc356-49d1-f102-acef-95b3aef280fa-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_9073afa0-c2ab-fb39-2a97-f7532917d31e-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_6aaabf46-4958-d2a9-7033-9ac7a27f52d4-9bca9e2a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_22343b69-3044-d059-4ece-a292a3c40ae0-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_14cad510-e28e-77f8-b489-f9c8c2255b14-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-d65ae830-10a4-9dfb-f5d6-c52635b1f341-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_92f6e448-e1b8-a816-2034-9c43045b5939-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-d1348737-caf3-aaaf-4538-546eb794c73e-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_2377fa30-10e4-cc08-2400-64144f51dc9e-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-c4ecc356-49d1-f102-acef-95b3aef280fc-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_9073afa0-c2ab-fb39-2a97-f7532917d320-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_6aaabf46-4958-d2a9-7033-9ac7a27f52d6-9bca9e2a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara_Bold_Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Javanese text';
  src: url('../fonts/Javanese-text.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}