/* stripe */

.stripe {  
  float: left;
  display: flex;
  align-items:center;
  text-align: center;
  position: relative;
  top: -50px;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
}

.stripe__line {
  width: 4px;
  background-color: #fff;  
}

.stripe__image {
  width: 100%;
  position: relative;
}

.stripe__year {  
  font-family: 'Gotham-book', Montserrat, sans-serif;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  top: -25px;
}

.stripe__text {
  position: absolute;
  z-index: 999;
  text-align: center;
  margin: 0;
  color: #ececec;
  font-weight: normal;
  font-size: 33px;
  line-height: normal;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@font-face {
    font-family: Gotham-book;    
    src: url("/fonts/Gotham-Book.otf");      
}

@font-face {
    font-family: Gotham-bold;    
    src: url("/fonts/Gotham-Bold.otf");      
}

* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: content-box;
}

html {
  margin-top: 0 !important;
}

body {
  margin: 0;  
}

.main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  display: none;
}

.header {
  background-image: url(img/bg_header_1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding: 0;
  margin-bottom: 0;  
}

.brand {
  display: inline-block;
  width: 100%;
}

.brand__logo img {
  float: left;
  width: 150px;
  margin-top: 70px;
}

.brand__claim img {
  float: right;
  width: 150px;
}

.brand__logo--mobile {
  display: none;
}

h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;    
  width: 100%;
  padding-top: 120px;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 16px;
  text-align: center;    
  padding-top: 20px;
  padding-bottom: 35px;
  margin: 0;
  width: 100%;  
}

.start__circle {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  background-color: #fff;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;    
  color: #89303c;
  font-size: 18px;
  letter-spacing: -0.5px;    
  cursor: pointer;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.start__circle a {
  text-decoration: inherit;
  color: inherit;
  width: 125px;
  height: 125px;
  float: left;  
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  
  line-height: 90px;
  /* position: relative; */
  font-size: 16px;
  color: #bd3632;
}

.start__circle:hover {
  background-color: #bd3632;    
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.start__circle:hover a {
  color: #fff;
}

/*
.start__circle:hover a {  
  background: none;  
  background-size: 63px 66px;  
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
*/

/* scroll icon */

.scroll-icon {
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1em;
  font-size: 22px;
  color: rgba(#616365, .5);
  border-radius: 2em;
  border: solid 1px;
  
  margin: 0 auto;
  top: -24px;
  position: relative;
}

.scroll-icon::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #bd3632;
  border-radius: 50%;
  animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

.start__circle:hover .scroll-icon {
  color: #ececec;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.start__circle:hover .scroll-icon::after {
  background-color: #fff;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

@keyframes scroll-icon {
    0% { transform: translateY(-12px); opacity: 0; }
   30%, 70% { opacity: 1; }
  100% { transform: translateY(12px); opacity: 0; }
}


/* line */

.line {
  width: 4px;  
  margin: auto;
}

.line--white {
  background-color: #fff;
  margin-top: 5px;
  border-radius: 5px;
  height: 140px;
}

.line--grey {
  background-color: #e5e5e8;
  border-radius: 5px;  
  position: relative;
  top: -58px;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: -5px;  
}

.line--grey--last {
  padding-bottom: 0 !important;
}

.article--last {
  margin-bottom: 0 !important;
}

/* curiosity */



/* article */

.article, .story {
  width: 625px;  
  margin-top: 35px;
  margin-bottom: 35px;
  display: inline-block;
}

.article--right, .story--right {
  position: relative;
  left: -42px;  
  float: left;
}

.article--left, .story--left {
  position: relative;
  right: -42px;  
  float: right;
  text-align: right;
}

.article__circle, .story__circle {
  height: 80px;
  width: 80px;
  float: left;
  border: 4px solid #fff;
  background-color: #bd3632;
  border-radius: 105px;  
  position: relative;
  z-index: 999;
    
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.article__content, .story__content {
  float: left;
  width: 517px;
  position: relative;
}

.article__content {
  height: 80px;
}

.article--hover .article__content {
  height: auto;
}

.article--hover h4 {
  color: #bd3632;
  margin-bottom: 0;
}

.article--right .article__content, .story--right .story__content {
  margin-left: 20px;
}

.article--left .article__content, .story--left .story__content {
  margin-right: 20px;
}

.story--left .story__header--inner {
  width: 100%;
}

.article__header {  
  position: absolute;
  height: 80px;
  width: inherit;
  margin: 0;
  display: table;
}

.article__header h3 {
  color: #bd3632;
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
  text-transform: uppercase;  
  font-weight: normal;    
  
  display: table-cell; 
  vertical-align: middle;
}

.article__circle__text {
  color: #fff;
  text-align: center;  
  position: relative;
  vertical-align: middle;
  font-family: 'Gotham-book', Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 80px;
}

/* article hover */
.article--hover {
  cursor: pointer;
}

.article--hover .article__circle:hover, .article--hover .article__circle[aria-expanded="true"] {
  background-color: #8a2724;
}

.article--hover .article__circle[aria-expanded="true"]:hover {
  background-color: #bd3632;
}


/* story */

.story__header--outer {
  height: 80px;
  position: relative;
}

.story__header--outer:hover {
  cursor: pointer;
}

.story__header--inner {
  height: 80px;
  position: absolute;
  display: table;
}

.story__header--inner h4 {
  color: #404040;
  height: 80px;
  font-size: 16px;  
  line-height: initial;
  font-weight: normal;  
  font-style: italic;    
  margin: 0;  
  display: table-cell; 
  vertical-align: middle;   
}

.story__signature, .article__signature {
  font-size: 13px;
  color: #999da4;
  font-style: normal;
  margin: 5px 0 0;
  display: block;
}

.story__circle {
  height: 80px;
  width: 80px;
  float: left;
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 105px;
  cursor: pointer;
  position: relative;
  z-index: 999;
  overflow: hidden;
    
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.story:hover .story__circle {
  background-color: #616365;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story__circle__icons {
  opacity: 0;
}

.story .story__circle .story__circle__icons {
  opacity: 1;
}

.story .story__circle[aria-expanded="true"] .story__avatar {
  opacity: 1;
  
  -webkit-filter: none;
  filter: none;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story__circle[aria-expanded="true"] .story__circle__icons {
  opacity: 0;
}

.story:hover .story__circle[aria-expanded="true"] .story__circle__icons {
  opacity: 1;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story:hover.story--right .story__circle[aria-expanded="true"] .story__circle__icon {
  background: url(img/left-arrow-white.svg);
  background-size: 16px 16px; 
}

.story:hover.story--left .story__circle[aria-expanded="true"] .story__circle__icon {
  background: url(img/right-arrow-white.svg);
  background-size: 16px 16px;  
}

.story__circle__icon {    
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 33px;
  left: 33px;
  z-index: 999;
}

.story--left .story__circle__icon {
  background: url(img/left-arrow.svg);
  background-size: 16px 16px;    
}

.story--right .story__circle__icon {
  background: url(img/right-arrow.svg);
  background-size: 16px 16px;  
}

.story:hover.story--left .story__circle__icon {
  background: url(img/left-arrow-white.svg);
  background-size: 16px 16px;    
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story:hover.story--right .story__circle__icon {
  background: url(img/right-arrow-white.svg);
  background-size: 16px 16px;  
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}


.story__circle__icon--mobile {
  display: none;
}

.story .story__circle .story__avatar {  
  opacity: 0.15;
  height: 80px;
  width: 80px;  
  position: absolute;
  top: 0;
  left: 0;  
  border-radius: 80px;
    
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
    
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story:hover .story__circle .story__avatar {    
  opacity: 0.5;
  
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
    
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;  
}

.story:hover .story__circle .story__circle__text {
  opacity: 1;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.story__separator, .article__separator {
  width: 90px;
  height: 1px;
  background-color: #e5e5e8;
  margin: 5px 0 8px;
  display: inline-block;
}

.story__text {
  font-size: 15px;
  color: #616365;  
}


/* footer */

.footer {
  margin: 0 auto 50px;    
  text-align: center;      
  float: left;
  clear: left;  
  width: 100%;
}

.footer__text {  
  font-size: 30px;
  font-weight: 300;
  
}

.footer__link {  
  font-weight: 300;
  color: #bd3632;
  margin: 0 auto;
  font-size: 22px;
  border-bottom: 1px solid #dc9a9b;
  text-decoration: none;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.footer__link:hover { 
  color: #bd3632;
  border-bottom: 1px solid #bd3632; 
  text-decoration: none;
  
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}


/* responsive */

@media screen and (min-width: 900px) {
  .line--grey {
    float: left;
    left: 50%;
    margin-left: -2px;
  }
  
  .stripe {
    margin: -80px 0;
    z-index: -9999;
  }
}

@media screen and (max-width: 1180px) and (min-width: 901px) {
  .article, .story {
    width: 485px !important;
  }  
  
  .article__content, .story__content {
    width: 377px !important;  
  }
  
}


@media only screen and (max-width: 1180px) {  
  
  .start__circle a {
    line-height: 105px;
  }    
  
  .scroll-icon {
    display: none;
  }
  
  .start__circle:hover .start__circle__href {
    display: none;
  }
  
  .start__circle:hover .scroll-icon {
    display: flex;
    top: 35px;
  }
  
  .stripe__year {
    font-size: 35px;
  }
  
  .stripe__text {
    font-size: 25px;
    width: 75%;
  }
  
  .brand__logo img {    
    width: 150px;
    margin-top: 45px;
  }

  .brand__claim img {    
    width: 130px;
  }
  
  h1 {
    font-size: 70px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  .start__circle {
    height: 105px;
    width: 105px;
  }  
  
  .start__circle a {
    width: 105px;
    height: 105px;
}  
  
  .main {    
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 900px) {  
  
  .stripe__year {
    font-size: 30px;
    top: -5px;
  }
  
  .stripe__text {
    font-size: 22px;
    width: 80%;
  }
    
  .line--white {
    opacity: 0;
  }
  
  .line--grey {
    width: 100%;
    float: left;
    margin: 0;
    border-left: 4px solid #e5e5e8;
    background-color: inherit;
    margin-top: 40px;    
    padding-bottom: 110px;
  }    
  
  .main__content {
    margin-left: 50px;
    float: left;
  }
  
  .article, .story {
    width: 100%;
    left: 0;
    right: 0;    
  }
  
  .article__circle, .story__circle {    
    left: -46px;
    position: absolute;
  }
    
  .story__circle__icon--mobile {
    display: inline-block;
  }
  
  .story__circle__icon--desktop {
    display: none;
  }
  
  .story--left .story__circle .story__circle__icon.story__circle__icon--mobile {
    background: url(img/right-arrow.svg);
    background-size: 16px 16px;    
  }
  
  .story:hover.story--left .story__circle .story__circle__icon.story__circle__icon--mobile {
    background: url(img/right-arrow-white.svg);
    background-size: 16px 16px;
  }
  
  .story:hover.story--left .story__circle[aria-expanded="true"] .story__circle__icon.story__circle__icon--mobile {
    background: url(img/left-arrow-white.svg);
    background-size: 16px 16px;
  }
    
  .story__avatar {
    width: 80px;
    height: 80px;
  }
  
  .article--left, .story--left {
    text-align: left;
  }
  
  .article__year {
    font-size: 30px;
  }
  
  .article__content, .story__content {
    width: auto;
    position: relative;
    top: 0;
    margin-left: 58px !important;
  }
  
  .story__header--outer {
    height: auto;
  }
  
  .story__header--inner {
    position: inherit;
    height: auto;
  } 
  
  .story__header--inner h4 {
    height: auto;
  }
  
  .story__separator {  
    margin: 10px 0 8px;  
  }
  
  .last__circle {
    width: 80px;
    height: 80px;
    left: -46px;
    position: absolute;
  }
  
  .article__header {
    position: inherit;
  }
  
  .article--last .article__content {
    top: 0;
    width: auto;
  }
  
  .last__circle img {
    height: auto;
    width: 41px;    
    top: 20px;
    left: 19px;
  }

  .footer {
    clear: left;
    text-align: left;   
    position: relative;
    left: -15px;
  }
  
  .footer__text {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .footer__link {
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 720px) {
  
  h1 {
    font-size: 48px;
  }
  
  h2 {
    font-size: 22px;
  }
  
  .stripe__year {
    font-size: 22px;
  }
  
  .stripe__text {
    width: 90%;
    font-size: 20px;
  }
  
  .stripe__image {
    width: 750px;
    height: 309.3px;    
  }
  
}

@media only screen and (max-width: 450px) {
  
  .stripe__year {
    font-size: 20px;
  }
  
  .stripe__text {
    font-size: 18px;
  }
  
  .stripe__image {
    left: -50%;    
  }
  
  h1 {
    font-size: 38px;
    padding-top: 50px;
  }
  
  .brand__logo img {    
    display: none;
  }

  .brand__claim img {    
    display: none;
  }
  
  .brand__logo--mobile {    
    display: block;    
    text-align: center;
  }
  
  .brand__logo--mobile img {    
    width: 100px;
  }
  
  .line--white {
    height: 100px;
  }
  
  .story__header--inner h4, .story__text, .article__header h3 {
    font-size: 16px;
  }
  
}