body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/*LOADER*/
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader-body {
  width: 100%;
  height: 100vh;
  background-color: #110E17;
  position: fixed;
  z-index: 999;
  visibility: visible;
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s all;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px #8CBBC1 solid;
  border-radius: 50%;
  position: absolute;
  border-top-color: #FEF1CA;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: 1.2s spin infinite ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.loaded .loader-body {
  visibility: hidden;
  opacity: 0;
}

#mc_embed_signup {
  clear: left;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

#mc_embed_signup label {
  text-align: left;
  color: #666;
}

#mc_embed_signup .input-wrapper {
  display: flex;
  margin-top: 20px;
}
#mc_embed_signup .input-wrapper input.email {
  border-radius: 0;
  border: 1px solid #DDD;
  width: 100%;
  margin-right: 20px;
  -webkit-appearance: none;
}
#mc_embed_signup .input-wrapper input[type=submit] {
  border-radius: 0;
  font-weight: 700;
  transition: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#mc_embed_signup .input-wrapper input[type=submit]:hover {
  background: #000;
}

[data-custom-class=body], [data-custom-class=body] * {
  background: transparent !important;
}

[data-custom-class=title], [data-custom-class=title] * {
  font-size: 36px !important;
  color: #fff !important;
}

[data-custom-class=subtitle], [data-custom-class=subtitle] * {
  color: #fff !important;
  font-size: 18px !important;
}

[data-custom-class=heading_1], [data-custom-class=heading_1] * {
  font-size: 24px !important;
  color: #fff !important;
}

[data-custom-class=heading_2], [data-custom-class=heading_2] * {
  font-size: 21px !important;
  color: #fff !important;
}

[data-custom-class=body_text], [data-custom-class=body_text] * {
  font-size: 18px !important;
}

[data-custom-class=link], [data-custom-class=link] * {
  font-size: 18px !important;
  word-break: break-word !important;
}

.content--forever-ago .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 58, 58, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.content--forever-ago .modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.content--forever-ago .modal #legal-close-modal, .content--forever-ago .modal #privacy-close-modal {
  font-size: 24px;
  appearance: none;
  border: none;
  padding: 10px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.content--forever-ago .modal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content--forever-ago .modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: 90%;
  max-width: 810px;
  padding: 30px;
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.content--forever-ago .modal .content p, .content--forever-ago .modal .content span, .content--forever-ago .modal .content h2, .content--forever-ago .modal .content div {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  color: rgba(255, 255, 255, 0.6);
}
.content--forever-ago .modal .content p strong, .content--forever-ago .modal .content span strong, .content--forever-ago .modal .content h2 strong, .content--forever-ago .modal .content div strong {
  color: #fff;
}
.content--forever-ago .modal .content h2 {
  color: #fff;
}
.content--forever-ago .modal .content .column-container {
  display: flex;
  margin-bottom: 50px;
}
.content--forever-ago .modal .content .column-container .column {
  width: 100%;
  margin-right: 30px;
}
.content--forever-ago .modal .content .column-container .column p {
  font-family: Calibri, Segoe, "Segoe UI", -apple-system, Arial, sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: unset;
  max-width: 100%;
  font-weight: 400;
}
.content--forever-ago .modal .content .column-container .column p.intro {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.content--forever-ago .modal .content .column-container .column p strong {
  color: #fff;
}
.content--forever-ago .modal .content .column-container .column p:last-child {
  margin: 0;
}
.content--forever-ago .modal .content .column-container .column:last-child {
  margin: 0;
}
.content--forever-ago .modal .scroll-content {
  overflow-y: auto;
  height: calc(100% - 80px);
  padding-right: 20px;
}
.content--forever-ago .modal a, .content--forever-ago .modal a span[style] {
  color: #fff !important;
  text-decoration: underline;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: #fff;
}
.content--forever-ago .modal a:hover, .content--forever-ago .modal a span[style]:hover {
  opacity: 0.75;
}

/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v49-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald-v49-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v49-latin-regular.woff2") format("woff2"), url("../fonts/oswald-v49-latin-regular.woff") format("woff"), url("../fonts/oswald-v49-latin-regular.ttf") format("truetype"), url("../fonts/oswald-v49-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */
}
.content--forever-ago .end-card span, .content--forever-ago .press-link a, .content--forever-ago .follow-us #mc_embed_signup #mc-embedded-subscribe, .content--forever-ago blockquote a, .content--forever-ago .text h1, .content--forever-ago .trailer .wishlist-now span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.separator-top:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 590px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto 60px auto;
}

.separator-bottom:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 590px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 60px auto 0 auto;
}

.content--forever-ago {
  background: #110E17;
}
.content--forever-ago p, .content--forever-ago span {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
}
.content--forever-ago .hero {
  height: 1100px;
  position: relative;
  overflow: hidden;
  background: #88b6c0;
}
.content--forever-ago .hero > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1300px;
  background-size: auto 1530px;
  background-position: center top;
}
.content--forever-ago .hero .hero-parallax {
  background-image: url("../img/forever-ago/hero.jpg");
}
.content--forever-ago .hero .logo-desktop {
  background-image: url("../img/forever-ago/forever_ago_logo_onblack_rgb_hero.svg");
  background-size: auto 320px;
  background-position: center 100px;
  background-repeat: no-repeat;
}
.content--forever-ago .hero .logo-mobile {
  display: none;
}
.content--forever-ago .hero .parallax-trees > div {
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 1700px;
  background-size: 553px 100%;
}
.content--forever-ago .hero .parallax-trees .tree_left {
  left: 0;
  background-image: url("../img/forever-ago/tree_left.png");
  background-position: left top;
}
.content--forever-ago .hero .parallax-trees .tree_right {
  right: 0;
  background-image: url("../img/forever-ago/tree_right.png");
  background-position: right top;
}
.content--forever-ago main {
  background: #110E17;
  position: relative;
  z-index: 10;
  padding-top: 30px;
  box-shadow: 0 -60px 60px #110E17;
}
.content--forever-ago .main {
  padding: 0 30px;
}
.content--forever-ago .content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.content--forever-ago .trailer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.content--forever-ago .trailer-player {
  position: relative;
}
.content--forever-ago .trailer-player:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.content--forever-ago .trailer .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
}
.content--forever-ago .trailer .video iframe,
.content--forever-ago .trailer .video embed,
.content--forever-ago .trailer .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.content--forever-ago .trailer .wishlist-now a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.content--forever-ago .trailer .wishlist-now a > span {
  margin-right: 20px;
}
.content--forever-ago .trailer .wishlist-now span {
  font-size: 24px;
  color: #fff;
}
.content--forever-ago .trailer .wishlist-now img {
  height: 60px;
}
.content--forever-ago .trailer .wishlist-now:hover .hover {
  color: #88B7C0;
}
.content--forever-ago .text {
  max-width: 590px;
  margin: 0 auto;
}
.content--forever-ago .text h1 {
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 60px;
}
.content--forever-ago .text p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
.content--forever-ago .text p.introduction {
  font-weight: 700;
}
.content--forever-ago .text a {
  color: #fff;
}
.content--forever-ago .text a:hover {
  color: #88B7C0;
}
.content--forever-ago .gif-gallery {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
.content--forever-ago .gif-gallery li {
  margin: 30px 0;
}
.content--forever-ago .gif-gallery li:first-child {
  margin-top: 0;
}
.content--forever-ago .gif-gallery li:last-child {
  margin-bottom: 0;
}
.content--forever-ago .gif-gallery img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}
.content--forever-ago .gif-gallery img.mobile-image {
  display: none;
}
.content--forever-ago blockquote {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  max-width: 590px;
  margin: 0 auto;
}
.content--forever-ago blockquote.no-spacing {
  padding: 0;
}
.content--forever-ago blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.content--forever-ago blockquote a {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.content--forever-ago blockquote a:hover {
  color: #88B7C0;
}
.content--forever-ago .follow-us-intro {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 590px;
  margin: 0 auto 30px auto;
}
.content--forever-ago .follow-us {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content--forever-ago .follow-us #mc_embed_signup {
  max-width: 370px;
}
.content--forever-ago .follow-us #mc_embed_signup form {
  padding: 0;
}
.content--forever-ago .follow-us #mc_embed_signup .input-wrapper {
  margin: 0;
  align-items: center;
}
.content--forever-ago .follow-us #mc_embed_signup #mce-EMAIL {
  background: #110E17;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 24px;
  height: 45px;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  outline: none;
}
.content--forever-ago .follow-us #mc_embed_signup #mce-EMAIL:focus {
  background: rgba(255, 255, 255, 0.05);
}
.content--forever-ago .follow-us #mc_embed_signup #mc-embedded-subscribe {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  padding: 0 20px;
  height: 45px;
}
.content--forever-ago .follow-us #mc_embed_signup #mc-embedded-subscribe:hover {
  background: #88B7C0;
}
.content--forever-ago .follow-us .social {
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 60px;
  padding-left: 60px;
}
.content--forever-ago .follow-us .social li {
  margin: 0;
  margin-right: 30px;
}
.content--forever-ago .follow-us .social li:last-child {
  margin: 0;
}
.content--forever-ago .follow-us .social svg {
  width: 35px;
  height: 35px;
  margin: 0;
  fill: currentColor;
}
.content--forever-ago .follow-us .social a {
  color: #fff;
}
.content--forever-ago .follow-us .social a:hover {
  color: #88B7C0;
}
.content--forever-ago .press-link {
  text-align: center;
  margin: 60px auto 0 auto;
}
.content--forever-ago .press-link a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.content--forever-ago .press-link a:hover {
  color: #88B7C0;
}
.content--forever-ago .end-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 120px auto;
}
.content--forever-ago .end-card img {
  max-width: 240px;
}
.content--forever-ago .end-card span {
  margin-top: 30px;
  font-size: 34px;
  color: #fff;
  text-align: center;
}
.content--forever-ago footer {
  padding: 60px 0;
  background: #000;
}
.content--forever-ago footer > div {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.content--forever-ago footer .logo {
  display: flex;
  align-items: center;
}
.content--forever-ago footer .logo a {
  margin: 0 25px;
}
.content--forever-ago footer .logo a:first-child {
  margin-left: 0;
}
.content--forever-ago footer .logo a:last-child {
  margin-right: 0;
}
.content--forever-ago footer .logo a img {
  width: 100%;
}
.content--forever-ago footer .logo a img.ts-logo {
  max-height: 80px;
}
.content--forever-ago footer .logo a img.ai-logo {
  max-height: 90px;
}
.content--forever-ago footer .copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content--forever-ago footer .copyright span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
}
.content--forever-ago footer .copyright span a, .content--forever-ago footer .copyright span button {
  color: #fff;
}
.content--forever-ago footer .copyright span a:hover, .content--forever-ago footer .copyright span button:hover {
  color: #88B7C0;
}
.content--forever-ago footer .copyright span button {
  background: none;
  appearance: none;
  font-family: inherit;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1960px) {
  .content--forever-ago .hero {
    height: 870px;
  }
  .content--forever-ago .hero > div {
    height: 1100px;
    background-size: auto 1100px;
  }
  .content--forever-ago .hero .logo-desktop {
    background-size: 410px auto;
    background-position: center 90px;
  }
  .content--forever-ago .hero .parallax-1 > div {
    height: 1425px;
    background-size: auto 1425px;
  }
}
@media (max-width: 1200px) {
  .content--forever-ago .hero {
    height: 780px;
  }
  .content--forever-ago .hero .parallax-1 > div {
    height: 1230px;
    background-size: auto 1230px;
  }
}
@media (max-width: 940px) {
  .content--forever-ago > .logo {
    display: none;
  }
  .content--forever-ago .hero {
    height: 540px;
    background: url("../img/forever-ago/non-parallax.jpg");
    background-position: 50% top;
    background-size: 940px auto;
    background-repeat: no-repeat;
  }
  .content--forever-ago .hero .rellax, .content--forever-ago .hero .logo-desktop {
    display: none;
  }
  .content--forever-ago .hero .logo-mobile {
    display: block;
    background-image: url("../img/forever-ago/forever_ago_logo_onblack_rgb_hero.svg");
    background-size: 240px auto;
    background-position: center 40px;
    background-repeat: no-repeat;
  }
  .content--forever-ago .trailer .wishlist-now a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .content--forever-ago .trailer .wishlist-now a > span {
    margin: 0 0 20px 0;
  }
  .content--forever-ago main {
    padding-top: 30px;
  }
  .content--forever-ago .text h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .content--forever-ago .follow-us-intro {
    text-align: center;
  }
  .content--forever-ago .follow-us {
    flex-direction: column;
    padding-top: 30px;
  }
  .content--forever-ago .follow-us .social {
    border: none;
    margin: 60px 0 0 0;
    padding: 0;
  }
  .content--forever-ago .gif-gallery li {
    margin: 20px 0;
  }
  .content--forever-ago .gif-gallery img.desktop-image {
    display: none;
  }
  .content--forever-ago .gif-gallery img.mobile-image {
    display: block;
  }
  .content--forever-ago .column-container {
    flex-direction: column;
  }
  .content--forever-ago footer > div {
    flex-direction: column;
  }
  .content--forever-ago footer .copyright {
    margin-top: 30px;
    align-items: center;
  }
  .content--forever-ago footer .copyright span {
    text-align: center;
  }
  .content--forever-ago footer .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content--forever-ago footer .logo a {
    margin: 20px 0;
  }
  .content--forever-ago footer .logo a:first-child {
    margin-top: 0;
  }
  .content--forever-ago footer .logo a:last-child {
    margin-bottom: 0;
  }
  .content--forever-ago footer .logo img.ai-logo {
    max-width: 90px;
  }
}