:root {
  --gainsboro: #ddd;
  --dark-grey: #a5a5a5;
  --white: white;
  --dark-slate-blue: #224765;
  --light-salmon: #ff935c;
  --indian-red: #fb406c;
  --black: #222;
  --white-2: #fafafa;
  --silver: #bbb;
}

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

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

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

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

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

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 15px;
  padding-left: 8.33px;
}

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

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

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

.section.no-bottom-padding {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 0;
}

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

.section.no-side-paddings.no-bottom-padding {
  background-color: var(--dark-slate-blue);
}

.section.facts-section {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

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

.section.contact-section {
  background-image: url('../images/IHSS-Family-3.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.wrapper {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

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

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

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

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

.button {
  height: 48px;
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 0%;
  padding: 12px 60px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.white-button:hover {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  color: #fff;
}

.button.white-button.nav-bar-button {
  text-align: center;
  margin-top: 60px;
  margin-left: 0;
  padding: 0 20px;
}

.button.ghost-button {
  transition: box-shadow .2s;
}

.button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

.button.hero-button {
  margin: 0 11px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.button.hero-button:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.ghost-white-button {
  margin: 0 11px 0 0;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

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

.button.ghost-white-button.w--current {
  margin-bottom: 20px;
  margin-left: 0;
}

.button.instagram-button {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  padding-left: 48px;
}

.button.instagram-button:hover {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0, 0 0;
  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 {
  text-align: center;
  margin-top: 60px;
  margin-left: 0;
  padding: 10px 20px 0;
  font-family: Oswald, sans-serif;
}

.button.button-2 {
  margin-left: 100px;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.paragraph-small.grey-text {
  color: var(--white);
  text-decoration: underline;
}

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

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

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

.small-button {
  height: 40px;
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  padding: 11px 16px 0;
  font-size: 13px;
  line-height: 20px;
}

.small-button:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

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

.small-button.ghost-button {
  transition: box-shadow .2s;
}

.small-button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

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

.small-button.ghost-white-button {
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

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

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

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

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

.nav-bar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.image-section {
  background-color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(116, 172, 240, .5), rgba(116, 172, 240, .5)), url('../images/IHSS-Kid-2.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.image-section.cta-section {
  background-image: linear-gradient(rgba(34, 71, 101, .64), rgba(34, 71, 101, .64)), url('../images/IHSS-Family-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.image-section.blog-hero-section {
  background-image: linear-gradient(rgba(34, 71, 101, .65), rgba(34, 71, 101, .65)), url('../images/IHSS-Family-3.png');
  background-position: 0 0, 50% -94px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-section._404-section {
  height: 100vh;
  background-image: linear-gradient(rgba(34, 71, 101, .65), rgba(34, 71, 101, .65)), url('../images/IHSS-Kid-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.nav-link.fixed-nav-link {
  color: var(--black);
}

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

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

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

.slide-1 {
  background-image: linear-gradient(rgba(25, 77, 119, .5), rgba(25, 77, 119, .5)), url('../images/davide-cantelli-240809.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

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

.hero-text {
  margin-top: -36px;
  margin-bottom: 40px;
  margin-right: 53px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.hero-text.heading-2 {
  text-align: left;
  margin-top: 10px;
}

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

.hero-social-line {
  width: 56px;
  height: 2px;
  background-color: rgba(255, 255, 255, .4);
  margin-left: 12px;
  margin-right: 8px;
}

.social-link {
  opacity: .7;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.feature-card {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 88px 48px 80px;
  position: relative;
}

.grey-text {
  color: var(--white);
}

.feature-link {
  color: var(--dark-grey);
  margin-top: 8px;
  transition: color .2s;
  display: inline-block;
}

.feature-link:hover {
  color: var(--indian-red);
}

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

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

.card-corner-line {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  margin-left: 30px;
}

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

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

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

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

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

.big-side-feature-image {
  width: 50%;
  height: 520px;
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.facts {
  display: flex;
}

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

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

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

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

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

.side-feature-header {
  margin-top: 99px;
  margin-bottom: -36px;
}

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

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

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

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

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

.instagram-photo {
  width: 200px;
  height: 200px;
  background-color: var(--gainsboro);
  flex: none;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.play-button {
  width: 72px;
  height: 72px;
  background-image: url('../images/play-icon.svg'), linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: auto;
  transition: transform .4s;
}

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

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

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

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

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

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  padding: 14px 24px 15px;
  line-height: 20px;
}

.pricing-table-feature.grey {
  background-color: var(--white-2);
}

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

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

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

.text-link {
  color: var(--indian-red);
  text-decoration: none;
}

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

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

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

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

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

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

.testimonials {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 136px;
  padding-right: 136px;
}

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

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

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

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

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

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

.question-container:hover {
  background-color: var(--white-2);
}

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

.question-line {
  width: 2px;
  height: 32px;
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
}

.question-text {
  color: var(--black);
  flex: 1;
}

.answer {
  padding-right: 30px;
}

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

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

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

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

.social-icons {
  display: flex;
}

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

.team-member-text {
  color: var(--dark-grey);
  margin-bottom: 24px;
}

.brands {
  text-align: center;
}

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

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

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

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

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

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

.map {
  height: 560px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-links {
  width: 55%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  display: flex;
}

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

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

.footer-link.w--current {
  margin-bottom: 105px;
  padding-top: 20px;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-posts {
  width: 66.66%;
}

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

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

.post-card-decription {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

.post-card-header {
  color: var(--black);
  text-decoration: none;
}

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

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

.post-date-line {
  width: 2px;
  height: 32px;
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  margin-top: 16px;
  margin-right: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

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

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

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

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

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

.featured-post-date {
  color: var(--dark-grey);
  margin-bottom: -2px;
  font-size: 12px;
}

.featured-post-header {
  color: var(--black);
  margin-bottom: 34px;
  text-decoration: none;
  display: block;
}

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

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

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

.utility-page-form {
  width: 270px;
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-header {
  font-family: Merriweather, serif;
  font-size: 84px;
  line-height: 72px;
}

._404-text {
  margin-top: 2px;
  margin-bottom: 28px;
  font-family: Merriweather, serif;
}

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

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

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

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

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

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

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

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

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

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

.post-content a {
  color: var(--indian-red);
  text-decoration: none;
}

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

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

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

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

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

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

.blog-category:hover {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  color: #fff;
}

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

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

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

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

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

.hero-slider {
  height: 100%;
}

.slider-arrow {
  z-index: 5;
  width: 56px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 40px;
  transition: border .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
}

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

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

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

.slide-2 {
  background-image: linear-gradient(rgba(34, 71, 101, .7), rgba(34, 71, 101, .7)), url('../images/alesia-kazantceva-283291.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.post-bottom-info {
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  display: flex;
}

.post-bottom-date {
  color: var(--black);
  margin-left: 4px;
  margin-right: 4px;
}

.post-bottom-category {
  color: var(--indian-red);
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}

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

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

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

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

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

.dropdown-link.w--current {
  color: var(--black);
  font-weight: 700;
}

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

.hero-video {
  z-index: 1;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.form-success {
  background-color: rgba(0, 0, 0, 0);
}

.form-error {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.features {
  width: 1000px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 8%;
  padding-top: 8px;
  padding-bottom: 0;
  padding-right: 21px;
  display: flex;
}

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

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

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

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

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

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

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

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

.licence-link-divider {
  color: var(--silver);
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

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

.div-block {
  cursor: pointer;
  transition: background-color .2s;
}

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

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

.change-icon {
  width: 40px;
  height: 40px;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: relative;
}

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

.change-icon.enhance {
  background-color: var(--light-salmon);
}

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

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

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

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

.paragraph {
  text-align: left;
}

.image-4 {
  max-width: 50%;
  text-align: left;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
}

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

.heading-3 {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
}

.heading-4, .bold-text, .bold-text-2 {
  text-decoration: underline;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: PT Serif, serif;
}

.bold-text-3 {
  color: var(--white);
}

.heading-6 {
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--dark-grey);
}

.heading-7, .heading-8, .heading-9 {
  text-decoration: underline;
}

.button-2 {
  text-align: center;
  display: block;
}

.button-3 {
  background-image: linear-gradient(to right, #ff935c, #fb406c);
  border-radius: 3px;
  margin-top: 40px;
  margin-left: 47%;
  margin-right: 450px;
}

.bold-text-10 {
  font-size: 25px;
}

.heading-10 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-style: normal;
  text-decoration: underline;
  position: static;
}

.html-embed {
  width: 500px;
  max-width: 500px;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 220px;
  font-weight: 400;
  position: relative;
}

.bold-text-12, .subscript {
  font-family: Oswald, sans-serif;
}

.image-5 {
  margin-top: -42px;
  margin-left: 0;
}

.paragraph-2 {
  margin-left: -11px;
  margin-right: -83px;
  padding-right: 0;
  font-family: Merriweather, serif;
}

.superscript {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 50px;
  text-decoration: underline;
}

.bold-text-13 {
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.button-4 {
  background-image: linear-gradient(to right, #ff935c, #fb406c);
  border-radius: 3px;
  margin-bottom: 60px;
  margin-left: 67%;
}

.heading-11 {
  color: snow;
  text-align: center;
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.link {
  color: #fdf9f9;
  text-align: center;
  margin-left: -131px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.image-6 {
  margin-top: 5%;
}

.link-2 {
  width: 7px;
  color: #fff;
  text-align: left;
  border-radius: 0;
  margin-bottom: -625px;
  margin-left: 230px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.heading-12 {
  margin-top: 40px;
  margin-bottom: 0;
}

.button-6 {
  text-align: center;
  background-image: linear-gradient(to right, #ff925c, #fb466b);
  border-radius: 3px;
  margin: 0 0% 0%;
  padding: 12px 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block {
  margin-left: -44px;
}

@media screen and (min-width: 1280px) {
  .hero-text.heading-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-link {
    background-image: url('../images/facebook-icon-white.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 10px 40px 10px 20px;
  }

  .grey-text, .side-feature-mini {
    margin-bottom: 20px;
  }

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

  .heading-3 {
    margin-left: 0;
  }

  .bold-text-5 {
    text-decoration: none;
  }

  .link {
    margin-left: -194px;
  }

  .heading-12 {
    margin-bottom: 0;
  }

  .text-block {
    margin-left: -182px;
  }
}

@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 {
    padding: 80px 8px;
    overflow: hidden;
  }

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

  .wrapper {
    padding-left: 0;
  }

  .button {
    background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
    margin-top: -72px;
    margin-bottom: 24px;
    margin-left: 0;
  }

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

  .button.hero-button {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ghost-white-button {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 220px;
    padding-left: 46px;
    padding-right: 40px;
  }

  .button.ghost-white-button.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .nav-bar {
    aspect-ratio: auto;
    object-fit: contain;
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-bar.fixed-nav-bar {
    object-fit: contain;
  }

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

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

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

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

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

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

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

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

  .nav-menu.fixed-nav-menu {
    height: auto;
    border-top: 1px solid var(--gainsboro);
  }

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

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

  .hero-text.heading-2 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

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

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

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

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

  .grey-text {
    margin-bottom: 60px;
  }

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

  .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-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .big-side-feature-info {
    margin-top: -21px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .statistic-icon {
    width: 48px;
  }

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

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

  .side-feature-content {
    width: 100%;
    margin-bottom: 220px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .side-feature-header {
    text-align: center;
  }

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

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

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

  .instagram-photo {
    height: 160px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contact-form {
    width: 100%;
  }

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

  .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: 22%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

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

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

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

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

  .page-hero {
    height: 320px;
  }

  .page-logo {
    height: 72px;
    padding-left: 8px;
    padding-right: 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-left: 8px;
    padding-right: 8px;
  }

  .sidebar {
    margin-left: 24px;
    padding-left: 8px;
    padding-right: 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 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .post {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 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 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.fixed-menu-button {
    color: var(--black);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .features {
    width: auto;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: -45px;
    margin-left: 30px;
    padding-right: 0;
    display: grid;
    position: relative;
  }

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

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

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

  .change {
    padding: 20px 12px;
  }

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

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

  .bold-text-3 {
    color: var(--white);
    text-align: left;
    font-family: Merriweather, serif;
  }

  .button-3 {
    background-image: linear-gradient(to right, #ff935c, #fb406c);
    border-radius: 3px;
    margin-bottom: -138px;
    margin-left: 43%;
    margin-right: 0;
    font-family: Oswald, sans-serif;
    font-size: 20px;
  }

  .heading-10 {
    color: #faf5f5;
    text-align: center;
    font-family: Oswald, sans-serif;
    text-decoration: underline;
  }

  .bold-text-11 {
    text-align: center;
    font-family: Merriweather, serif;
  }

  .html-embed {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .bold-text-12 {
    margin-right: 0;
    font-family: Oswald, sans-serif;
  }

  .subscript {
    font-size: 50px;
    text-decoration: underline;
  }

  .image-5 {
    margin-top: -39px;
  }

  .bold-text-13 {
    font-family: Oswald, sans-serif;
    text-decoration: underline;
  }

  .button-4 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: linear-gradient(to right, #ff935c, #fb406c);
    background-clip: border-box;
    border-radius: 3px;
    margin-top: -15px;
    margin-bottom: 40px;
    margin-left: 68%;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .button-5 {
    margin-top: 10px;
    margin-left: 300px;
    margin-right: 0;
  }

  .image-6 {
    margin-top: 40px;
  }

  .link-2 {
    color: #fdfdfd;
    margin-bottom: -500px;
    margin-left: 0;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-6 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .text-block {
    margin-left: -62px;
  }
}

@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.contact-section {
    padding-bottom: 0;
  }

  .wrapper {
    padding-left: 18px;
  }

  .button {
    background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 8px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
  }

  .button.hero-button {
    margin: 0 0 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ghost-white-button {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 43px;
    padding-right: 43px;
  }

  .paragraph-small.grey-text {
    padding-left: 0;
  }

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

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

  .image-section {
    background-image: linear-gradient(rgba(33, 23, 233, .36), rgba(33, 23, 233, .36)), url('../images/IHSS-Kid-2.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .logo {
    height: 60px;
  }

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

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

  .hero-text.heading-2 {
    margin-bottom: 40px;
    margin-right: 0;
  }

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

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

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

  .hero-bottom {
    left: 160px;
  }

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

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

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

  .grey-text {
    margin-bottom: 60px;
    padding-left: 20px;
  }

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

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

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

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

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

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

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

  .side-feature-header {
    font-family: Oswald, sans-serif;
    font-size: 55px;
  }

  .side-feature-mini {
    max-height: 200px;
  }

  .side-feature-mini-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
  }

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

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

  .instagram-photo {
    height: 120px;
  }

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

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

  .play-button {
    bottom: 16px;
  }

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

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

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

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

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

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

  .faq {
    flex-flow: column wrap;
  }

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

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

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

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

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

  .map-wrapper {
    width: 100%;
  }

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

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

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

  .map {
    height: 320px;
  }

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

  .footer-about {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    margin-left: 13%;
    padding-left: 20px;
    padding-right: 21px;
  }

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

  .footer-links {
    width: 25%;
    margin-top: -27px;
    margin-bottom: -18px;
  }

  .footer-copyright {
    margin-top: -57px;
  }

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

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

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

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

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

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

  .blog-posts {
    width: 100%;
  }

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

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

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

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

  .hero-slider {
    height: 480px;
  }

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

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

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

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

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

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

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

  .hero-left-intro {
    margin-right: 0%;
    display: block;
  }

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

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

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

  .feature-cell {
    flex: 0 auto;
  }

  .features {
    width: auto;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 100px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

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

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

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

  .licence-item {
    flex: 0 auto;
  }

  .changelog {
    width: 100%;
  }

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

  .image-4 {
    margin-left: 30px;
  }

  .heading-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .button-3 {
    clear: none;
    text-align: center;
    object-fit: fill;
    background-image: linear-gradient(to right, #ff935c, #fb406c);
    border-radius: 3px;
    margin-left: 220px;
    margin-right: auto;
    display: inline;
    position: static;
    overflow: visible;
  }

  .heading-10 {
    float: none;
    color: #fdfdfd;
    font-family: Oswald, sans-serif;
    font-style: normal;
    text-decoration: underline;
    position: relative;
  }

  .bold-text-11 {
    text-align: left;
    text-decoration: none;
  }

  .html-embed {
    margin-left: 0;
  }

  .image-5 {
    margin-top: -54px;
    margin-left: 75px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: 50px;
    margin-right: 0;
    padding-right: 0;
  }

  .button-4 {
    background-image: linear-gradient(to right, #ff935c, #fb406c);
    margin-left: 240px;
  }

  .link {
    margin-top: -30px;
    margin-left: -152px;
  }

  .button-5 {
    margin-top: 10px;
    margin-left: -44px;
  }

  .image-6 {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 0;
  }

  .link-2 {
    color: #fff;
    text-align: center;
    margin-bottom: -600px;
    margin-left: 32px;
    padding-left: 3px;
    padding-right: 0;
    line-height: 20px;
  }

  .heading-12 {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .button-6 {
    margin-top: 0%;
    margin-left: 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block {
    margin-top: 21px;
    margin-left: 119px;
    padding-right: 0;
  }
}

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

  .section.no-bottom-padding {
    margin-bottom: 220px;
  }

  .section.no-side-paddings.no-bottom-padding {
    margin-bottom: 0;
  }

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

  .wrapper {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button {
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: 4%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.hero-button {
    margin: 0 0 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ghost-white-button {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 43px;
    padding-right: 43px;
  }

  .button.ghost-white-button.w--current {
    margin-bottom: 36px;
    margin-left: 2px;
  }

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

  .paragraph-small.grey-text {
    padding-left: 0;
    text-decoration: underline;
  }

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

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

  .nav-bar {
    aspect-ratio: auto;
    object-fit: fill;
    padding-left: 8px;
    transition: opacity .2s;
    overflow: visible;
  }

  .image-section {
    background-image: linear-gradient(rgba(20, 113, 226, .58), rgba(20, 113, 226, .58)), url('../images/IHSS-Kid-2.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .social-link {
    margin-left: 14px;
  }

  .hero-social-header, .scroll-down-button {
    display: none;
  }

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

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

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

  .feature-card {
    width: 100%;
  }

  .grey-text {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
  }

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

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

  .facts {
    flex-direction: column;
  }

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

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

  .side-feature-content {
    margin-bottom: 20px;
  }

  .side-feature-header {
    color: #faf5f5;
    margin-top: 87px;
    line-height: 40px;
  }

  .side-feature-mini {
    width: 100%;
    margin-bottom: -15px;
    text-decoration: none;
  }

  .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 {
    text-align: center;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .footer-links {
    width: 50%;
    margin-top: 0;
    margin-bottom: -42px;
  }

  .footer-link {
    margin-bottom: 0;
  }

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

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

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

  .post-date {
    display: none;
  }

  .sidebar {
    padding-left: 8px;
    padding-right: 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-left: 0%;
    padding-right: 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, .post-content h6, .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-left: 0;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

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

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

  .slide-2 {
    background-image: linear-gradient(rgba(34, 71, 101, .7), rgba(34, 71, 101, .7)), url('../images/alesia-kazantceva-283291.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

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

  .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: 120%;
    margin-bottom: 0;
    margin-right: 0%;
    padding: 16px 100px 16px 0;
  }

  .page-wrapper {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .features {
    width: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .feature {
    width: 100%;
    margin-bottom: -21px;
    margin-left: -11px;
    padding-left: 0;
  }

  .feature-content {
    margin-bottom: -15px;
    padding-left: 20px;
    padding-right: 0;
  }

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

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

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

  .image-4 {
    margin-left: 0;
  }

  .heading {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .heading-3 {
    padding-top: 40px;
  }

  .button-3 {
    margin-left: 31%;
  }

  .bold-text-10 {
    margin-top: -27px;
    margin-left: 0;
    font-size: 20px;
    display: inline-block;
  }

  .heading-10 {
    margin-right: 0;
  }

  .html-embed {
    width: auto;
    max-width: none;
  }

  .image-5 {
    margin-top: -57px;
    margin-left: 0%;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: -9px;
    margin-left: -22%;
  }

  .superscript {
    font-size: 35px;
    text-decoration: underline;
    position: static;
  }

  .button-4 {
    margin-left: 35%;
  }

  .link {
    margin-top: 0;
    margin-left: 0;
  }

  .button-5 {
    margin-top: 10px;
    margin-left: -17px;
  }

  .image-6 {
    margin-top: 20px;
    margin-left: -4%;
    margin-right: 0;
  }

  .link-2 {
    color: #fff;
    text-align: center;
    margin-left: 57px;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .button-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .dropdown-2 {
    z-index: auto;
    clear: right;
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: content-box;
    position: -webkit-sticky;
    position: sticky;
    overflow: auto;
  }

  .text-block {
    margin-top: 0;
    margin-left: 0;
  }
}


