body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #00a3ff;
  text-decoration: none;
}

.stage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bdc3c7;
  text-align: center;
}

.scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 234px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  background-color: #ecf0f1;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 28px;
  background-color: #3b3b3b;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 28px;
}

.linktop {
  color: #00adff;
  text-decoration: none;
}

.style-guide {
  display: block;
  width: 780px;
  height: auto;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  text-align: left;
}

.block-quote {
  font-size: 16px;
}

.heading {
  font-size: 16px;
}

.heading-2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph {
  width: 620px;
  margin-top: 20px;
}

.caption {
  width: 620px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

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

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

.author-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #494949;
}

.id {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: 2px none #3b3b3b;
  border-radius: 30px;
}

.badge-content-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge-content {
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.text-span {
  font-size: 14px;
  line-height: 18px;
}

.vmenu-dropdown-sublink {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #07c7ed;
  text-align: center;
}

.vmenu-dropdown-sublink:hover {
  color: #fc3d99;
  text-decoration: none;
}

.dropdown-list.w--open {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vmenu-dropdown-toggle {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 12px;
}

.vmenu-dropdown-toggle:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fc3d99;
}

.nav-menu-vertical {
  width: 100%;
}

.vmenu-dropdown-icon {
  color: #fff;
}

.vertical-navbar {
  position: fixed;
  z-index: 1000;
  width: 150px;
  height: 100%;
  background-color: #07c7ed;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.26), inset -1px 0 0 0 hsla(0, 0%, 100%, 0.3);
}

.vertical-navbar-link-item {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.my-dumy-navbar {
  overflow: hidden;
  height: 1px;
}

.the-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #404040;
}

.the-hero-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-hero-section._9th-sec {
  background-color: #5d396c;
}

.the-hero-section._7th-sec {
  background-color: #34495e;
}

.the-hero-section._5th-sec {
  background-color: #27ae60;
}

.the-hero-section._8th-sec {
  background-color: #1c5e84;
}

.the-hero-section._3rd-sec {
  background-color: #e74c3c;
}

.the-hero-section._10th-sec {
  background-color: #ff007b;
}

.the-hero-section._4rth-sec {
  background-color: #2980b9;
}

.the-hero-section._6th-sec {
  background-color: #e74c3c;
}

.the-hero-section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.the-hero-section.nnn {
  height: 400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.the-hero-section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.the-hero-section.downer {
  background-color: #d35400;
}

.the-hero-section.limited {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
}

.brand-logo-text {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.vmenu-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  position: relative;
  overflow: visible;
}

.image {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 89px;
}

.the-sticky-div-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  display: block;
  width: 100%;
  margin-top: 20vh;
  margin-bottom: 0px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  white-space: nowrap;
}

.affiliate-embed {
  width: 100%;
  margin-bottom: 20px;
}

.navbar {
  position: fixed;
  width: 150px;
  height: 100vh;
  background-color: #292d30;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-item {
  color: #fff;
}

.link-item.w--current {
  color: #2dcb70;
  font-weight: 400;
}

.brand {
  padding: 30px;
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/hero-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.63);
  font-size: 10px;
}

.card {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  bottom: auto;
  width: 400px;
  height: 200px;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #fff;
}

.card._2 {
  background-color: #f1c40f;
}

.card._3 {
  background-color: #f39c12;
}

.card._4 {
  background-color: #e67e22;
}

.section-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.trigger-element {
  width: 100%;
  height: 300vh;
  background-image: url('../images/shield-check-2_1shield-check 2.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: repeat-y;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 400;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block {
  display: none;
  overflow: hidden;
  width: 300px;
  height: 40vh;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: hsla(0, 0%, 87.1%, 0.72);
  box-shadow: 0 0 100px 8px rgba(205, 43, 177, 0.25);
}

.a-block.limited {
  display: none;
}

.the-height-400vh-section {
  position: relative;
  display: none;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-height-400vh-section._9th-sec {
  background-color: #5d396c;
}

.the-height-400vh-section._7th-sec {
  background-color: #34495e;
}

.the-height-400vh-section._5th-sec {
  background-color: #27ae60;
}

.the-height-400vh-section._8th-sec {
  background-color: #1c5e84;
}

.the-height-400vh-section._3rd-sec {
  background-color: #e74c3c;
}

.the-height-400vh-section._10th-sec {
  background-color: #ff007b;
}

.the-height-400vh-section._4rth-sec {
  background-color: #2980b9;
}

.the-height-400vh-section._6th-sec {
  background-color: #e74c3c;
}

.the-height-400vh-section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.the-height-400vh-section.nnn {
  height: 400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.the-height-400vh-section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.the-height-400vh-section.downer {
  background-color: #d35400;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.page-scene {
  overflow: scroll;
  width: 660px;
  height: 80vh;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 12px;
  background-color: #fff;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.section._9th-sec {
  background-color: #5d396c;
}

.section._7th-sec {
  background-color: #34495e;
}

.section._5th-sec {
  background-color: #27ae60;
}

.section._8th-sec {
  background-color: #1c5e84;
}

.section._3rd-sec {
  background-color: #e74c3c;
}

.section._10th-sec {
  background-color: #ff007b;
}

.section._4rth-sec {
  background-color: #2980b9;
}

.section._6th-sec {
  background-color: #e74c3c;
}

.section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.section.nnn {
  height: 400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.section.downer {
  background-color: #d35400;
}

.section.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.typography {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/bg-typography.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.components {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/components-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.photography {
  overflow: visible;
  width: 100vw;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bdc3c7;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  width: 940px;
  min-height: 100px;
}

.sites-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
}

.subtitle {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.subtitle.footer-subtitle {
  margin-bottom: 40px;
}

.subtitle.action {
  margin-top: 30px;
}

.affiliate-embed-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.night-sky-fixed-background {
  position: absolute;
  z-index: 100;
  width: 800vh;
  height: 100%;
  background-image: url('../images/clouds-front.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat-x;
  opacity: 1;
}

.text-span-2 {
  display: inline;
  font-size: 31px;
  line-height: 34px;
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  text-align: center;
}

.gradient._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39c12), to(#e67e22));
  background-image: linear-gradient(180deg, #f39c12, #e67e22);
}

.gradient._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e67e22), to(#d35400));
  background-image: linear-gradient(180deg, #e67e22, #d35400);
}

.gradient._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d35400), to(#e74c3c));
  background-image: linear-gradient(180deg, #d35400, #e74c3c);
}

.gradient._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e74c3c), to(#c0392b));
  background-image: linear-gradient(180deg, #e74c3c, #c0392b);
}

.gradient._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#9b59b6));
  background-image: linear-gradient(180deg, #c0392b, #9b59b6);
}

.gradient._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b59b6), to(#8e44ad));
  background-image: linear-gradient(180deg, #9b59b6, #8e44ad);
}

.gradient._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e44ad), to(#67168a));
  background-image: linear-gradient(180deg, #8e44ad, #67168a);
}

.gradient._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67168a), to(#3498db));
  background-image: linear-gradient(180deg, #67168a, #3498db);
}

.gradient._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3498db), color-stop(99%, #2980b9));
  background-image: linear-gradient(180deg, #3498db, #2980b9 99%);
}

.gradient._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2980b9), to(#2ecc71));
  background-image: linear-gradient(180deg, #2980b9, #2ecc71);
}

.gradient._12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecc71), to(#27ae60));
  background-image: linear-gradient(180deg, #2ecc71, #27ae60);
}

.gradient._13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#1abc9c));
  background-image: linear-gradient(180deg, #27ae60, #1abc9c);
}

.image-2 {
  height: 500px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-3 {
  position: relative;
  top: 1px;
  font-size: 54px;
}

.button {
  margin-top: 20px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}

.text-span-4 {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 30px;
}

.text-block-3 {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.mountain-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 301;
  display: block;
  margin-top: 30vh;
}

.clouds-front {
  position: absolute;
  left: 0%;
  top: 50vh;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  height: 1117px;
}

.logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 160px;
  margin-top: 5vh;
}

.sections {
  position: absolute;
  top: 45vh;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  width: 360px;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-block-label {
  position: static;
  text-align: center;
}

.section-block-label.shadow {
  position: static;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.54);
}

.section-block-label.typography {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
}

.section-block-label.color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 10%;
  margin-left: 5%;
}

.section-block-label.photography {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 9999;
}

.section-block-label.components {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
}

.section-label {
  font-family: 'Suez One', sans-serif;
  color: #fff;
}

.section-label.gray {
  color: #95a5a6;
}

.section-number {
  font-family: Montserrat, sans-serif;
  color: #dfc18e;
  font-size: 90px;
  line-height: 1em;
  font-weight: 300;
}

.h-line {
  position: absolute;
  left: 90px;
  width: 50%;
  height: 1px;
  background-color: #dfc18e;
}

.v-line {
  position: absolute;
  left: 180px;
  width: 1px;
  height: 50%;
  background-color: #dfc18e;
}

.bottom-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8888;
  width: 100vw;
  height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(90%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 90%);
}

.progress-bar-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.bar {
  width: 100%;
  height: 100%;
  background-color: #233649;
}

.made-by {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 190px;
}

.color-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #bdc3c7;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: width 850ms ease, box-shadow 350ms ease;
  transition: width 850ms ease, box-shadow 350ms ease;
  cursor: pointer;
}

.color-bar:hover {
  width: 25%;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.color-bar.secondary {
  margin-left: 80px;
  background-color: transparent;
  box-shadow: none;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centered-container.left {
  width: 76%;
  height: auto;
  margin-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centered-container.components {
  position: relative;
  width: 70%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-container.color {
  width: 70%;
}

._10 {
  height: 25%;
}

._10.a {
  background-color: #14406c;
}

._10.e {
  background-color: #987a3a;
}

._10.i {
  background-color: #e66623;
}

._10.m {
  background-color: #e9901b;
}

._10.q {
  background-color: #e9bf60;
}

._30 {
  height: 25%;
}

._30.b {
  background-color: #103254;
}

._30.c {
  background-color: #233649;
}

._30.d {
  background-color: #0c2641;
}

._30.f {
  background-color: #7f6630;
}

._30.g {
  background-color: #867a60;
}

._30.h {
  background-color: #5b4923;
}

._30.j {
  background-color: #d35e21;
}

._30.k {
  background-color: #c47f5b;
}

._30.l {
  background-color: #8a3d15;
}

._30.n {
  background-color: #d88619;
}

._30.o {
  background-color: #d6a75d;
}

._30.p {
  background-color: #8c5610;
}

._30.r {
  background-color: #d6b059;
}

._30.s {
  background-color: #d6bf8b;
}

._30.t {
  background-color: #8c733a;
}

.div-block-8 {
  height: 30%;
}

.div-block-9 {
  height: 30%;
}

.other {
  height: 19%;
}

.other.a {
  background-color: #1c5743;
}

.other.b {
  background-color: #1c4b57;
}

.other.c {
  background-color: #4c4845;
}

.other.d {
  background-color: #a5a3a2;
}

.other.e {
  background-color: #dbdada;
}

.link-snaps {
  position: fixed;
  top: 35%;
  right: 0%;
  z-index: 10000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}

.link-block {
  width: 8px;
  height: 8px;
  border-radius: 300px;
  background-color: rgba(223, 193, 142, 0.5);
}

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

.blur-content {
  position: relative;
  width: 70%;
  height: auto;
  padding: 75px;
  background-color: rgba(165, 163, 162, 0.2);
  box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Suez One', sans-serif;
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
}

.heading-4 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #e9bf60;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}

.font-labels {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-5 {
  color: #e9bf60;
}

.div-block-10 {
  font-family: 'Suez One', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #e9bf60;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  white-space: nowrap;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
  white-space: nowrap;
}

.text-block-6.italic {
  font-style: italic;
}

.text-block-6.bold {
  color: #e9bf60;
  font-weight: 700;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  z-index: 999;
  display: none;
  margin-bottom: 20px;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1920px;
  height: auto;
  max-width: none;
}

.bg.slide-003 {
  width: auto;
  height: auto;
}

.bg.slide-002 {
  width: auto;
  height: auto;
}

.bg.slide-001 {
  width: 1920px;
}

.foreground {
  position: absolute;
  z-index: 2;
  width: auto;
  height: 100%;
  max-width: none;
}

.foreground.slide-001 {
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-width: 1440px;
}

.foreground.slide-002 {
  left: auto;
  right: 0px;
  bottom: -50px;
}

.foreground.slide-003 {
  bottom: -100px;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: 90px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(12, 38, 65, 0.75);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.left-arrow:hover {
  background-color: #34495e;
}

.right-arrow {
  left: 90px;
  top: auto;
  right: 0%;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: rgba(12, 38, 65, 0.75);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.right-arrow:hover {
  background-color: #34495e;
}

.foreground-slide-001 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/photo-001.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  overflow: hidden;
}

.slide-2 {
  overflow: hidden;
}

.slide-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-4 {
  overflow: hidden;
  background-image: url('../images/photo-004a-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clouds-back {
  margin-top: 12vh;
}

.cloud-front {
  position: absolute;
  bottom: -220px;
  z-index: 302;
}

.start {
  overflow: hidden;
  background-image: url('../images/photo-start-slide.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.components-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 38, 65, 0.65);
}

.icon {
  font-size: 25px;
}

.icon-2 {
  font-size: 25px;
}

._3d-card {
  display: none;
  width: 300px;
  height: 390px;
  margin-right: 17px;
  margin-left: 17px;
  padding: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(5, 24, 44, 0.81)), color-stop(95%, transparent)), url('../images/components-bg.jpg');
  background-image: linear-gradient(0deg, rgba(5, 24, 44, 0.81) 15%, transparent 95%), url('../images/components-bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.bold-text {
  font-family: 'Fa solid 900', Tahoma, sans-serif;
  color: red;
  font-size: 33px;
  line-height: 50px;
  font-weight: 400;
}

.intro {
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.72);
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-shadow: none;
}

.button-2 {
  margin-top: 10px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #d35e21;
  -webkit-transition: background-color 350ms ease, padding 350ms ease;
  transition: background-color 350ms ease, padding 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-shadow: none;
}

.button-2:hover {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #8a3d15;
}

.bold-text-2 {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Fa solid 900', Tahoma, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.bold-text-2:hover {
  font-family: 'Fa solid 900', Tahoma, sans-serif;
  color: red;
}

.heading-5 {
  font-family: 'Suez One', sans-serif;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
}

.paragraph-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fontawesome-container {
  position: absolute;
  top: 40px;
  right: 41px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}

.fontawesome {
  font-size: 20px;
}

.fontawesome.white {
  color: #fff;
}

.background-circle-small {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-radius: 10000px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.flex-content {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hover-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 390px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 35px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 10px;
  background-color: #edf3f7;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.background-circle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 0;
  width: 70px;
  height: 70px;
  border-radius: 10000px;
  background-color: #0098ff;
}

.background-circle.orange {
  background-color: #e99120;
}

.hover-content-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40%;
  height: 60%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 35px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 30px;
  background-color: #edf3f7;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.buttons-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  padding: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 12px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #e9bf60;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1c4b57;
  font-size: 18px;
  font-weight: 500;
}

.button-standard:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9bf60;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1c4b57;
  font-size: 18px;
  font-weight: 500;
}

.button-rounded:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #e9bf60;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.button-cta:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.font-awesome {
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Fa solid 900', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.btn-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  margin-left: 15px;
  padding: 12px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #e9bf60;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.btn-hero-2:hover {
  border: 1px none #fff;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.font-awesome-2 {
  margin-left: 8px;
  font-family: 'Fa solid 900', Tahoma, sans-serif;
  font-weight: 400;
}

.button-standard-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 155px;
  min-height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #446beb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-13 {
  position: relative;
  z-index: 12;
  color: #fff;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  cursor: pointer;
}

.button-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #232931;
  cursor: pointer;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #d5faea;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.hamburger-wrapper:hover {
  box-shadow: 0 8px 18px -4px rgba(0, 0, 0, 0.39);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #33bc7f;
}

.link-wrap-2 {
  overflow: hidden;
  width: auto;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
}

.link-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #446beb;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.link-txt.is--white {
  color: #0b0b18;
}

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  margin-top: 130px;
  font-family: 'Suez One', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 130px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-span-6 {
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 30px;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 23px;
  text-transform: uppercase;
}

.standard-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 15px 35px 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
  background-color: #e9bf60;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -webkit-transform 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, transform 350ms ease, width 350ms ease, background-color 350ms ease;
  transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, transform 350ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -ms-flex 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0c2641;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  white-space: nowrap;
}

.standard-button:hover {
  background-color: #8a3d15;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #e9bf60;
}

.standard-button.rounded {
  border-radius: 300px;
}

.standard-button.rounded.open {
  text-decoration: none;
}

.standard-button.outlined {
  border: 3px solid #e9bf60;
  background-color: transparent;
}

.standard-button.with-icon:hover {
  border-radius: 300px;
}

.standard-button.with-icon.open {
  text-decoration: none;
}

.standard-button.standalone {
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
}

.standard-button.open {
  background-color: rgba(233, 191, 96, 0);
  box-shadow: none;
  color: #e9bf60;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
}

.standard-button.open:hover {
  background-color: rgba(149, 165, 166, 0.41);
  color: #fff;
  text-decoration: none;
}

.outlined {
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
}

.outlined:hover {
  border-color: #7f8c8d;
  background-color: rgba(12, 38, 65, 0.8);
}

.text-span-7 {
  text-decoration: none;
}

.text-span-7:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .affiliate-embed {
    height: 70px;
    padding-right: 29px;
    padding-left: 29px;
  }
  .div-block-4 {
    width: 100%;
  }
  .div-block-5 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    margin-top: 40px;
  }
  .hover-content {
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
  }
  .hover-content-2 {
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .the-hero-section {
    height: auto;
    min-height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .the-sticky-div-title {
    font-size: 52px;
    text-align: center;
  }
  .affiliate-embed {
    height: 80px;
  }
  .sites-title {
    font-size: 36px;
    line-height: 42px;
  }
  .subtitle {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 22px;
  }
  .subtitle.footer-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .affiliate-embed-2 {
    height: 65px;
  }
  .hover-content {
    width: 100%;
    height: 50vh;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .hover-content-2 {
    width: 100%;
    height: 50vh;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .the-hero-section {
    height: 100vh;
    margin-left: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .the-hero-section.nnn {
    margin-left: 90px;
  }
  .the-sticky-div-title {
    margin-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }
  .affiliate-embed {
    height: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar {
    width: 90px;
  }
  .link-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-2 {
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }
  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }
  .a-block.limited {
    display: block;
  }
  .the-height-400vh-section {
    margin-left: 0px;
  }
  .the-height-400vh-section.nnn {
    margin-left: 90px;
  }
  .section {
    margin-left: 0px;
  }
  .section.nnn {
    margin-left: 90px;
  }
  .sites-title {
    font-size: 20px;
    line-height: 29px;
  }
  .subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  .subtitle.footer-subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .affiliate-embed-2 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .text-span-2 {
    font-size: 6vw;
  }
  .image-2 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }
  .text-span-3 {
    font-size: 10vw;
  }
  .btn-hero-2 {
    margin-bottom: 14px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}