.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #383a3e;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: SFProText, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: #383a3e;
  letter-spacing: -.01px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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 {
  color: #383a3e;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: SFProText, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

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 {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  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: #a5a5a5;
  text-align: center;
  margin-top: 15px;
  padding-left: 8.33px;
}

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

.section {
  padding: 40px 56px 0;
  position: relative;
}

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

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

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

.section.facts-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .5)), url('../images/group-70.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-top: 2px solid #fff9b9;
  border-bottom: 2px solid #fff9b9;
  padding-top: 54px;
  padding-bottom: 67px;
  position: static;
  top: auto;
  bottom: 19px;
  left: 0%;
  right: 0%;
}

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

.section.contact-section.no-top-padding {
  display: block;
}

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

.section.secure-section {
  height: 595px;
  background-image: linear-gradient(to right, #021728, #011227 45%, #072247 65%, #114da4);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.careers-section {
  height: 600px;
  background-image: linear-gradient(to right, rgba(2, 23, 40, .3), rgba(1, 18, 39, .1) 8%, #072247 52%, #114da4), url('../images/bitmap_2.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-top: 2px solid #fff9b9;
  border-bottom: 2px solid #fff9b9;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.game-section {
  padding-top: 0;
  position: static;
}

.section.fastfairfun {
  position: static;
}

.wrapper {
  max-width: 1600px;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.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: none;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, #ff935c, #fb406c);
}

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

.button.white-button.nav-bar-button {
  width: 121px;
  height: 33px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 29px;
  margin-left: 20px;
  padding: 10px 15px 10px 14px;
  font-family: SFProText, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.button.white-button.nav-bar-button:hover {
  color: #222;
  background-image: none;
}

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

.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(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04)), linear-gradient(to right, #ff935c, #fb406c);
}

.button.ghost-white-button {
  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.instagram-button {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to right, #ff935c, #fb406c);
  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(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, #ff935c, #fb406c);
  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 {
  margin-left: 20px;
}

.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 {
  max-width: 340px;
  color: #fff;
  margin-top: 2px;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-small.right-card-text {
  max-width: 209px;
}

.paragraph-small.left-card-text {
  max-width: 287px;
}

.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: #224765;
  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, #ff935c, #fb406c);
  border-radius: 3px;
  padding: 11px 16px 0;
  font-size: 13px;
  line-height: 20px;
}

.small-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(to right, #ff935c, #fb406c);
}

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

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

.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 {
  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: 101;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.image-section.hero-section {
  height: 55vw;
  max-height: 1000px;
  background-color: #194d77;
  background-image: url('../images/bitmap2x.png'), url('../images/group-70_1.png');
  background-position: 40% 40%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 70%, cover;
  background-attachment: scroll, scroll;
  border-width: 0;
  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/breather-168767.jpg');
  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-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(34, 71, 101, .75), rgba(34, 71, 101, .75));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.image-section.blog-hero-section {
  background-image: linear-gradient(rgba(34, 71, 101, .65), rgba(34, 71, 101, .65)), url('../images/lauren-mancke-60627.jpg');
  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));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: 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;
  margin-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: SFProText, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

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

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

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

.logo {
  height: 80px;
  flex-direction: row-reverse;
  justify-content: center;
  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: 0;
  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-bottom: 40px;
}

.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;
  justify-content: center;
  align-items: center;
  padding: 8px;
  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: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

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

.feature-card {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: baseline;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 48px;
  display: flex;
  position: relative;
}

.grey-text {
  color: #fff;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.feature-link {
  color: #a5a5a5;
  margin-top: 8px;
  transition: color .2s;
  display: inline-block;
}

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

.feature-icon {
  width: auto;
  max-height: 220px;
  margin-bottom: 40px;
}

.feature-icon.right-card-icon {
  margin-bottom: 40px;
}

.feature-icon.fun {
  max-height: 200px;
}

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

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

.vertical-header-wrapper {
  width: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  display: none;
  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: #fafafa;
  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/jeff-sheldon-3225.jpg');
  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 {
  height: 40vw;
  max-height: 720px;
  max-width: 1400px;
  min-height: 600px;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.side-feature.middle {
  flex-wrap: nowrap;
  overflow: visible;
}

.side-feature-image {
  width: 50%;
  align-self: center;
}

.side-feature-image.right {
  margin-left: 100px;
}

.side-feature-content {
  width: 50%;
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 8.7%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.side-feature-header {
  text-transform: uppercase;
  text-shadow: 0 2px rgba(255, 255, 255, .8), 0 2px #536879, 0 4px 6px rgba(0, 0, 0, .5);
  margin-bottom: 8px;
  font-family: SFProText, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 62px;
}

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

.side-feature-mini-wrapper {
  padding-top: 24px;
  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: #ddd;
  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(#ff935c, #fb406c);
  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-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.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: #fb406c;
  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 {
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

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

.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(#ff935c, #fb406c);
}

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

.answer {
  padding-right: 30px;
}

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

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

.team-member-card {
  text-align: center;
  border: 1px solid #ddd;
  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: #a5a5a5;
  margin-bottom: 24px;
}

.brands {
  text-align: center;
  padding-top: 38px;
}

.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: 72px;
  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;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 16.66%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

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

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

.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: 64px;
  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: #224765;
  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: #224765;
  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: #a5a5a5;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}

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

.post-date {
  width: 70px;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #222;
  text-decoration: none;
}

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

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

.post-date-line {
  width: 2px;
  height: 32px;
  background-image: linear-gradient(#ff935c, #fb406c);
  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 {
  color: #222;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 1px #ddd, 0 1px #ddd;
}

.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: #a5a5a5;
  margin-bottom: -2px;
  font-size: 12px;
}

.featured-post-header {
  color: #222;
  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: #222;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.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: #fb406c;
  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: #222;
  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 {
  color: #fff;
  background-image: linear-gradient(to right, #ff935c, #fb406c);
}

.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%;
  display: none;
}

.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: #a5a5a5;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  display: flex;
}

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

.post-bottom-category {
  color: #fb406c;
  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 #ddd;
}

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

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

.dropdown-link.w--current {
  color: #222;
  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%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.call-back {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  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(#ff935c, #fb406c);
  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: #fb406c;
  background-color: rgba(0, 0, 0, 0);
  font-size: 13px;
}

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

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

.preloader {
  z-index: 10000;
  background-color: #fff;
  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: #222;
  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: #222;
  border-radius: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(90deg);
}

.fixed-nav-bar {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  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: #224765;
  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 {
  text-align: left;
  background-color: #fff;
  flex: 1;
  padding: 56px 4%;
  position: relative;
  box-shadow: 0 0 0 1px #ddd;
}

.brand-logo {
  max-height: 95px;
  max-width: 150px;
}

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

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

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

.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 #ddd;
  border-bottom: 1px solid #ddd;
  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: #bbb;
  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 {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px 24px;
  display: flex;
}

.change-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #224765;
  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: #ff935c;
}

.tooltip {
  z-index: 2;
  width: 200px;
  max-width: 200px;
  color: #454545;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  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;
}

.hero-wrapper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: relative;
}

.image-4 {
  width: 200px;
}

.socials-wrapper {
  flex-direction: row;
  align-items: baseline;
  display: flex;
}

.social-link {
  opacity: 1;
  margin-right: 15px;
  padding: 0;
  transition: none;
}

.social-image {
  max-height: 18px;
}

.text-span {
  color: #fff401;
  font-weight: 700;
}

.hero-guy-image {
  width: 40vw;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-heading-clippingmask {
  z-index: 98;
  width: 872px;
  color: #fee004;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 0%;
  right: 0%;
}

.heading {
  color: #fee004;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 10px;
  font-family: SFProText, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 63px;
}

.hero-text-wrapper {
  z-index: 100;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: content-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.hero-subtext {
  width: 950px;
  height: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01px;
  margin-left: auto;
  margin-right: auto;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 0%;
  right: 0%;
}

.laurel-text {
  color: #fff9b9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 6px rgba(0, 0, 0, .5), 0 2px #af7000;
  font-family: SFProText, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
}

.heading-2 {
  text-transform: uppercase;
}

.laurel-bg-image {
  width: 500px;
  height: 120px;
  background-image: url('../images/laurel.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.sub-hero-lg {
  text-shadow: 0 1px 6px #000;
  font-family: SFProText, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.sub-hero-text {
  text-shadow: 0 1px 6px #000;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
}

.hero-heading-shadow {
  z-index: 99;
  width: 872px;
  color: #fee004;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f8b314, #fee004);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 0%;
  right: 0%;
}

.heading-shadow {
  color: #fee004;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 6px rgba(0, 0, 0, .5), 0 2px #c5621b, 0 2px 6px rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  font-family: SFProText, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 63px;
}

.laurel-text-gradient-clipping {
  background-image: none;
}

.hero-text-bg {
  position: absolute;
  top: auto;
  bottom: 7vw;
  left: 0%;
  right: 0%;
}

.play-now-button {
  width: 230px;
  height: 90px;
  background-image: url('../images/group-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #383a3e;
  text-align: center;
  margin: 38px 15px 11px;
  padding-left: 35px;
  padding-right: 40px;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.page-gradient {
  background-image: linear-gradient(#0c6652, #1d7d80 0%, #46aedd 0%, #0f60aa 0%, #1c3884 0%, #4d3eff 37%, #8030f7 44%, #9e07bd 61%, #b53c07 73%, #ee9c13 84%, #e9c20d 100%, #eee00a 100%, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: #fff;
  font-family: SFProText, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 63px;
}

.feature-option-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
}

.image-5 {
  width: 60vw;
  max-width: 1000px;
  float: left;
  margin-left: -100px;
}

.side-headerr-clipping {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
}

.play-now-button-side {
  width: 230px;
  height: 90px;
  background-image: url('../images/group-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  text-decoration: none;
  display: none;
  position: static;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: 0%;
}

.reviews-cards-collection-list-wrapper {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.no-results-hidden {
  background-color: rgba(0, 0, 0, 0);
}

.reviews-card {
  height: 445px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 17px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 42px;
  padding-left: 34px;
  padding-right: 30px;
}

.review-card-title {
  width: 330px;
  color: #383a3e;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.review-card-review-content {
  width: 330px;
  height: 19ch;
  color: #383a3e;
  margin-bottom: 29px;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
}

.review-card-byline-wrapper {
  color: #757575;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 31px;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.review-card-author-line {
  width: 46px;
  height: 1px;
  border-top: 1px solid #748a96;
  margin-right: 8px;
}

.review-card-author {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 20px;
}

.heading-4 {
  height: 63px;
  color: #fff;
  letter-spacing: -.01px;
  margin-top: 26px;
  margin-bottom: 40px;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 63px;
}

.stars-wrapper {
  width: 250px;
}

.image-6 {
  margin-bottom: 15px;
}

.review-space {
  width: 12px;
}

.div-block-2 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  z-index: 99;
  width: 3%;
  height: 500px;
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0), rgba(240, 198, 7, .6));
  position: absolute;
  top: 0;
  right: 0;
}

.secure-section-heading {
  width: 50vw;
  text-transform: uppercase;
  text-shadow: 0 2px rgba(255, 255, 255, .8), 0 2px #536879, 0 4px 6px rgba(0, 0, 0, .5);
  margin-bottom: 8px;
  font-family: SFProText, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 63px;
}

.secure-section-image-wrapper {
  width: 40%;
  flex: 1;
  margin-left: -10vw;
}

.secure-section-image {
  width: 50vw;
  max-width: 840px;
  float: left;
  margin-top: 100px;
}

.secure-section-heading-wrapper {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #d0dee9, #fff 50%, #d0dee9);
  -webkit-background-clip: text;
  background-clip: text;
}

.secure-section-content {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 4%;
  margin-right: 0%;
  display: flex;
}

.secure-side-feature {
  height: 595px;
  max-width: 1400px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.secure-sub-text {
  width: 50vw;
  max-width: 823px;
  color: #fff;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-4 {
  width: 50%;
  height: 200px;
  background-image: url('../images/bitmap_2.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-5 {
  width: 40%;
  height: 90%;
  float: right;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-5 {
  width: 100%;
  max-width: 520px;
  color: #fff;
  font-family: SFProText, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.play-now-button-careers {
  width: 330px;
  height: 100px;
  background-image: url('../images/group-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 120%;
  margin-left: -25px;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: 0%;
}

.footer-section {
  height: 580px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .63), rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, .63)), linear-gradient(123deg, #0b2f4f, #124ba1 25%, #4d48fd 50%, #8817ad 83%, #860f8a);
}

.socials-wrapper-footer {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.social-link-footer {
  width: 30px;
  height: 25px;
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: none;
}

.footer-nav-wrapper {
  margin-top: 77px;
  margin-bottom: 75px;
}

.footer-nav-link {
  color: #fff;
  letter-spacing: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-family: SFProText, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.money-1-wrapper {
  z-index: 2;
  position: absolute;
}

.money-1-blur-wrapper {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
}

.money-1-block {
  margin-top: -450px;
  margin-left: 75vw;
  display: none;
  position: relative;
}

.money-2-block {
  display: none;
  position: relative;
}

.hero-heading-clippingmask-mobile {
  z-index: 99;
  width: 930px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fee004, #f8b314);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 0%;
  right: 0%;
}

.hero-heading-shadow-mobile {
  width: 930px;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 140px;
  left: 0%;
  right: 0%;
}

.side-feature-content-wide {
  width: 40%;
  height: 500px;
  background-image: url('../images/rectangle_1.png');
  background-position: 0 154%;
  background-repeat: no-repeat;
  background-size: 92%;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: -115px;
  margin-left: 8.7%;
  margin-right: 0%;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: none;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.mobile-nav-wrapper {
  margin-top: 77px;
  display: none;
}

.mobile-nav-link {
  color: #fff;
  letter-spacing: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-family: SFProText, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.money-fall-desktop {
  z-index: 97;
  width: 100%;
  height: 55vw;
  max-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
}

.money-fall-mobile {
  z-index: 98;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: none;
  position: static;
}

.hero-guy-image-lottie {
  width: 50vw;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  top: -22%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.image-8 {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: -5vw;
}

.faq-hero {
  height: 15vw;
  max-height: 500px;
  min-height: 200px;
  background-image: url('../images/group-70_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.faq-nav-link {
  color: #fff;
  margin-right: 0;
  padding: 8px 17px;
  font-family: SFProText, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

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

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

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

.faq-inner {
  background-color: #f6f6f8;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-cards-container {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 111px;
  display: flex;
}

.faq-card {
  width: 360px;
  height: 144px;
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  margin-top: 67px;
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .23);
}

.faq-card:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, .23);
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  position: relative;
}

.c-faq-q {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-a-text {
  color: #383a3e;
  padding: 20px;
  font-family: SFProText, sans-serif;
  font-size: 18px;
}

.faq-q-text-date {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-q-text-info {
  color: #383a3e;
  letter-spacing: -.01px;
  margin-left: auto;
  margin-right: auto;
  font-family: SFProText, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.c-faq-q-text {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding: 20px;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
}

.c-faq-item {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 10px;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #222;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, .25);
}

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1200px;
}

.card-label {
  color: #383a3e;
  text-align: center;
  margin-top: 7px;
  font-family: SFProText, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.card-img {
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 50%;
  max-width: 800px;
  border-radius: 29px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.search-bar {
  border-radius: 29px;
  padding-left: 48px;
}

.heading-6 {
  color: #383a3e;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 23px;
  font-family: SFProText, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.section-2 {
  height: 200px;
}

.faq-footer {
  height: auto;
  background-image: linear-gradient(49deg, rgba(0, 0, 0, .63), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .63)), linear-gradient(135deg, #0b2f4f, #124ba1 25%, #4d48fd 50%, #8817ad 83%, #860f8a);
  padding-top: 46px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 70px;
  padding-bottom: 41px;
  font-family: SFProText, sans-serif;
  font-size: 12px;
}

.text-block-3 {
  color: #383a3e;
  font-family: SFProText, sans-serif;
}

.section-3 {
  height: auto;
  background-color: #f6f6f8;
}

.inner-nav-bg {
  height: 80px;
  max-height: 500px;
  background-image: url('../images/group-70_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
}

.inner-rich-text {
  color: #383a3e;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: SFProText, sans-serif;
}

.search-wrapper {
  width: 50%;
  max-width: 800px;
  align-self: center;
  margin: 7vw auto 4vw;
}

.search-button {
  display: none;
}

.body-2 {
  background-color: #f6f6f8;
}

.mobile-sub-nav {
  color: #fff;
  letter-spacing: 0;
  margin-left: 30px;
  margin-right: 30px;
  font-family: SFProText, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.buttons-store {
  grid-column-gap: 16px;
  display: flex;
}

.btn-apple.lucky-day, .btn-gplay.blackjack, .btn-gplay.solitare, .btn-gplay.bingo {
  display: none;
}

.div-block-9 {
  object-fit: fill;
  justify-content: center;
  display: none;
}

.buttons-stores {
  grid-column-gap: 16px;
  display: flex;
}

@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: 40px 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;
  }

  .section.game-section {
    margin-top: -140px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .paragraph-small {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
  }

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

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

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

  .image-section.hero-section {
    height: 80vw;
  }

  .image-section.cta-section {
    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 {
    text-align: center;
    background-image: url('../images/path-2.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    display: block;
    position: static;
    top: 80vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .nav-menu {
    width: 80vw;
    height: 100vh;
    opacity: .98;
    background-image: linear-gradient(#0b2f4f, #124ba1 3%, #4d48fd 6%, #8817ad 9%, #860f8a 12%, #860f8a 15%);
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    padding-left: 0;
    display: block;
    position: fixed;
    overflow: hidden;
  }

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

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

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

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

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

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

  .grey-text {
    width: 70%;
  }

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

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

  .statistic-icon {
    width: 48px;
  }

  .side-feature {
    height: auto;
    max-height: none;
    min-height: 0;
    flex-wrap: wrap;
  }

  .side-feature-image {
    height: 80vw;
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-image.right {
    order: -1;
  }

  .side-feature-image.left {
    width: 100%;
    height: auto;
    order: -1;
  }

  .side-feature-content {
    width: 100%;
    margin: -80px 0% 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .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-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;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .brand-logo {
    max-height: 70px;
    max-width: 120px;
  }

  .feature {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    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;
  }

  .hero-wrapper {
    overflow: hidden;
  }

  .socials-wrapper {
    flex: 0 auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
    position: static;
    top: 90vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .hero-guy-image {
    width: 60vw;
  }

  .hero-heading-clippingmask {
    display: none;
  }

  .hero-text-wrapper {
    z-index: 99;
    top: -4vw;
  }

  .hero-subtext {
    width: 70%;
    font-size: 24px;
    line-height: 34px;
  }

  .laurel-text {
    padding-top: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .laurel-bg-image {
    height: 115px;
  }

  .sub-hero-lg {
    font-size: 35px;
  }

  .sub-hero-text {
    font-size: 25px;
    line-height: 34px;
  }

  .hero-heading-shadow {
    display: none;
  }

  .heading-shadow {
    text-shadow: 0 4px 6px rgba(0, 0, 0, .5), 0 2px #c5621b, 0 2px 6px rgba(255, 255, 255, .5);
  }

  .hero-text-bg {
    position: static;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    line-height: 50px;
  }

  .image-5 {
    z-index: 0;
    width: 100vw;
    margin-top: -10vw;
    margin-left: 0;
    position: relative;
  }

  .play-now-button-side {
    z-index: 1;
    position: relative;
    bottom: 0;
  }

  .reviews-card {
    width: 280px;
    height: 360px;
    margin-left: 10px;
    margin-right: 0;
  }

  .review-card-title {
    width: 28vw;
  }

  .review-card-review-content {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 14px;
  }

  .review-card-review-content.truncate {
    width: 22vw;
    height: 14ch;
    line-height: 20px;
  }

  .review-card-byline-wrapper {
    margin-bottom: 10px;
  }

  .stars-wrapper {
    width: 210px;
  }

  .div-block-3 {
    width: 5%;
    height: 390px;
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0), rgba(240, 198, 7, .6));
    top: 124px;
  }

  .secure-section-image-wrapper {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .footer-nav-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-nav-link {
    margin-top: 13px;
  }

  .hero-heading-clippingmask-mobile {
    width: 70%;
    color: #fee004;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    display: inline;
  }

  .hero-heading-shadow-mobile {
    z-index: 98;
    width: 70%;
    color: #fee004;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: inline;
  }

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

  .mobile-nav-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    margin: 0 0 10px;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-nav-link {
    width: 200px;
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin: 35px auto 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    display: block;
  }

  .mobile-nav-link.w--current {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 26px;
    font-weight: 900;
    line-height: 34px;
  }

  .hamburger-close {
    display: none;
  }

  .money-fall-desktop {
    height: 80vw;
  }

  .money-fall-mobile {
    height: auto;
    margin-top: -20px;
    display: block;
  }

  .hero-guy-image-lottie {
    width: 60vw;
    top: -35%;
  }

  .image-8 {
    top: 27.5vw;
    bottom: auto;
  }

  .faq-nav-link {
    text-align: center;
    background-image: url('../images/path-2.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 27px;
    padding-bottom: 21px;
    padding-right: 20px;
    display: none;
    position: absolute;
    top: 80vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .faq-card {
    width: 45%;
  }

  .form-block {
    width: 60%;
    margin-top: 50px;
  }

  .inner-nav-bg {
    height: 60px;
  }

  .inner-rich-text {
    padding-top: 10px;
  }

  .search-wrapper {
    margin-top: 7vw;
  }

  .search-result-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-sub-nav {
    min-width: 100px;
    text-align: left;
    margin: 16px 0 0 25px;
    font-size: 18px;
    line-height: 34px;
  }

  .mobile-sub-nav.w--current {
    font-size: 26px;
    font-weight: 900;
    line-height: 34px;
  }

  .div-block-6 {
    width: 100%;
    height: 280px;
    background-color: rgba(0, 0, 0, .12);
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 20px;
    font-family: SFProText, sans-serif;
    display: flex;
  }

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

  .div-block-7 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-2, .bold-text-3 {
    font-weight: 400;
  }

  .div-block-8 {
    height: 90vh;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: static;
  }
}

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

  .section.secure-section {
    height: 590px;
  }

  .section.careers-section {
    background-image: linear-gradient(rgba(2, 23, 40, .3), rgba(1, 18, 39, .1) 8%, #072247 58%, #000), url('../images/bitmap_2.png');
    background-position: 0 0, 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

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

  .section.game-section.first {
    margin-top: -50px;
  }

  .paragraph-small {
    display: none;
  }

  .paragraph-small.left-card-text {
    display: block;
  }

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

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

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

  .image-section.hero-section {
    height: 600px;
  }

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

  .feature-card {
    flex: 0 auto;
  }

  .grey-text {
    width: 80%;
  }

  .feature-icon {
    max-height: 192px;
    margin-bottom: 20px;
  }

  .feature-icon.fun {
    max-height: 200px;
  }

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

  .side-feature-content {
    width: 100%;
    align-self: flex-start;
    margin-top: -140px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .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: wrap;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    margin-left: 0;
    margin-right: 0;
  }

  .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-reverse 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%;
    padding-right: 32px;
  }

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

  .footer-links {
    width: 25%;
  }

  .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 {
    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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .socials-wrapper {
    top: 90vh;
  }

  .hero-guy-image {
    width: 80vw;
    max-width: 580px;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-text-wrapper {
    top: 4.5vw;
  }

  .hero-subtext {
    height: 40px;
    font-size: 18px;
    line-height: 26px;
    bottom: 106px;
  }

  .laurel-bg-image {
    width: 430px;
  }

  .sub-hero-lg {
    font-size: 30px;
    line-height: 30px;
  }

  .sub-hero-text {
    font-size: 15px;
  }

  .heading-shadow {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-text-bg {
    bottom: 70px;
  }

  .play-now-button {
    background-image: url('../images/group-3.svg');
    bottom: 10px;
  }

  .page-gradient {
    padding-bottom: 60px;
  }

  .image-5 {
    width: 120vw;
    margin-top: 0;
    margin-left: -20vw;
  }

  .play-now-button-side {
    z-index: 1;
    background-image: url('../images/group-3.svg');
  }

  .reviews-card {
    height: 353px;
  }

  .review-card-title, .review-card-review-content.truncate {
    width: 200px;
  }

  .review-card-byline-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 55px;
  }

  .div-block-2 {
    height: 370px;
  }

  .div-block-3 {
    height: 370px;
    top: 0;
  }

  .secure-section-heading {
    width: 90vw;
    text-align: left;
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .secure-section-image-wrapper {
    width: auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .secure-section-image {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .secure-section-heading-wrapper {
    align-self: flex-start;
  }

  .secure-section-content {
    width: 100%;
    order: 1;
    align-self: center;
    padding-top: 0;
  }

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

  .secure-sub-text {
    width: 90vw;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-5 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: -20%;
    left: 0%;
    right: 0%;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 120%;
  }

  .play-now-button-careers {
    background-image: url('../images/group-3.svg');
    margin-left: 0;
  }

  .footer-section {
    height: 100%;
    padding-bottom: 40px;
  }

  .footer-nav-wrapper {
    width: 90%;
    flex-flow: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-nav-link.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading-clippingmask-mobile, .hero-heading-shadow-mobile {
    width: 100%;
    max-width: 500px;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .mobile-nav-link {
    width: 170px;
    margin-top: 4vh;
  }

  .money-fall-desktop {
    height: 600px;
  }

  .hero-guy-image-lottie {
    width: 80vw;
    max-width: 690px;
    top: -29%;
  }

  .image-8 {
    top: auto;
    bottom: 111px;
  }

  .faq-hero {
    min-height: 200px;
  }

  .faq-card {
    width: 100%;
    margin-top: 14px;
  }

  .inner-nav-bg {
    max-height: none;
  }

  .search-wrapper {
    width: 65%;
    margin-top: 10vw;
  }

  .search-result-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-sub-nav {
    margin-top: 8px;
  }

  .div-block-6 {
    height: 250px;
  }
}

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

  .section {
    object-fit: fill;
    flex: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    overflow: hidden;
  }

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

  .section.secure-section {
    height: auto;
  }

  .section.game-section {
    z-index: auto;
    position: relative;
  }

  .section.game-section.first {
    z-index: 500;
    margin-top: -50px;
  }

  .section.game-section.second {
    z-index: 400;
    margin-top: -50px;
  }

  .section.game-section.third {
    z-index: 300;
    margin-top: 0;
  }

  .section.game-section.fourth {
    z-index: 200;
    margin-top: 0;
  }

  .section.fastfairfun {
    object-fit: fill;
  }

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

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

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

  .paragraph-small {
    font-size: 10px;
  }

  .paragraph-small.left-card-text {
    font-size: 10px;
    display: block;
  }

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

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

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

  .image-section.hero-section {
    height: 600px;
    background-image: url('../images/rectangle.png'), url('../images/bitmap2x.png'), url('../images/group-70_1.png');
    background-position: 50% 90%, 40% 40%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, 250%, cover;
    background-attachment: scroll, scroll, scroll;
  }

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

  .nav-link {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-width: 0;
    padding-bottom: 0;
    top: 72vh;
  }

  .nav-menu {
    width: 90vw;
    justify-content: space-around;
    padding-right: 0;
  }

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

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

  .hero-social-line, .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-cards {
    flex-wrap: wrap;
    margin-bottom: 58px;
  }

  .feature-card {
    width: 29%;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 19px;
  }

  .feature-icon {
    max-height: 80px;
  }

  .feature-icon.fun {
    max-height: 240px;
  }

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

  .facts {
    flex-wrap: wrap;
  }

  .fact-item {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .side-feature-image.right {
    margin-bottom: -144px;
    margin-left: 55px;
  }

  .side-feature-content {
    height: 360px;
    margin-top: 32px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .side-feature-header {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .footer-links {
    width: 50%;
  }

  .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: 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-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: 50px;
    max-width: 80px;
  }

  .feature {
    width: 100%;
  }

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

  .hero-wrapper {
    width: 100%;
  }

  .image-4 {
    width: 150px;
  }

  .socials-wrapper {
    margin-top: 2vh;
    top: 84vh;
  }

  .hero-guy-image {
    width: 100vw;
    max-width: 300px;
    min-width: 200px;
    margin-top: 35px;
  }

  .heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .hero-text-wrapper {
    top: 0;
  }

  .hero-subtext {
    width: 90%;
    font-size: 14px;
    line-height: 19px;
    bottom: 86px;
  }

  .laurel-text {
    padding-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .laurel-bg-image {
    width: 300px;
  }

  .sub-hero-lg {
    font-size: 23px;
  }

  .sub-hero-text {
    text-transform: uppercase;
    font-size: 10px;
  }

  .heading-shadow {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-text-bg {
    flex-direction: column;
    display: flex;
    position: static;
    top: -87px;
    bottom: 35px;
  }

  .play-now-button {
    bottom: 0;
  }

  .text-block {
    font-size: 18px;
  }

  .page-gradient {
    flex-direction: column;
    display: flex;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .feature-option-heading {
    font-size: 23px;
  }

  .image-5 {
    width: 120vw;
  }

  .play-now-button-side {
    z-index: 1;
  }

  .reviews-card {
    width: 200px;
    height: 300px;
    margin-top: 22px;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-card-title {
    font-size: 16px;
    line-height: 16px;
  }

  .review-card-review-content.truncate {
    width: 160px;
    height: 15ch;
    font-size: 15px;
  }

  .review-card-byline-wrapper {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .stars-wrapper {
    width: 120px;
  }

  .div-block-2 {
    margin-top: -65px;
  }

  .div-block-3 {
    width: 10%;
    height: 300px;
    top: 53px;
  }

  .secure-section-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .secure-section-image-wrapper {
    width: 100%;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .secure-section-image {
    width: 120vw;
    max-width: none;
    margin-left: -64px;
  }

  .secure-section-content {
    margin-top: -20px;
  }

  .secure-side-feature {
    height: auto;
  }

  .secure-sub-text {
    font-size: 15px;
    line-height: 19px;
  }

  .div-block-5 {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    position: static;
  }

  .heading-5 {
    font-size: 23px;
  }

  .social-link-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-nav-wrapper {
    width: 100%;
    max-width: 400px;
    justify-content: center;
  }

  .footer-nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .hero-heading-clippingmask-mobile, .hero-heading-shadow-mobile {
    max-width: 380px;
    color: #fee004;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .mobile-nav-wrapper {
    margin-top: 0;
  }

  .mobile-nav-link {
    width: 140px;
    margin-top: 3vh;
    margin-bottom: 9px;
    font-size: 16px;
  }

  .mobile-nav-link.w--current {
    margin-top: 0;
    font-size: 16px;
    font-weight: 900;
  }

  .hamburger-close {
    text-align: center;
    font-family: SFProText, sans-serif;
    font-size: 18px;
    display: none;
  }

  .money-fall-desktop {
    height: 600px;
  }

  .hero-guy-image-lottie {
    width: 120vw;
    max-width: none;
    min-width: 240px;
    margin-top: 0;
    margin-left: auto;
    display: inline-block;
    top: -25%;
    left: auto;
    right: -33px;
    overflow: hidden;
  }

  .image-8 {
    bottom: 160px;
  }

  .faq-nav-link {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-width: 0;
    padding-top: 12px;
    top: 72vh;
  }

  .faq-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    width: 80%;
  }

  .inner-rich-text {
    padding-top: 0;
  }

  .search-wrapper {
    width: 70%;
  }

  .mobile-sub-nav {
    margin-top: 0;
    margin-left: 1px;
    font-size: 16px;
  }

  .mobile-sub-nav.w--current {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 900;
  }

  .div-block-6 {
    height: 175px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    margin-bottom: 0;
  }

  .buttons-store {
    grid-column-gap: 8px;
    display: flex;
  }

  .div-block-9 {
    margin-left: 8px;
    margin-right: 8px;
  }
}


@font-face {
  font-family: 'SFProText';
  src: url('../fonts/FontsFree-Net-SFProText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProText';
  src: url('../fonts/FontsFree-Net-SFProText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProText';
  src: url('../fonts/FontsFree-Net-SFProText-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProText';
  src: url('../fonts/FontsFree-Net-SFProText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
