/**
 * Fonts
 */
/**
 * Fonts array
 */
/**
 * Font weights
 */
/**
 * Font weights array
 */
/**
 * Colors
 */
/**
 * Colors array
 */
/**
 * Patterns
 */
/**
 * Override other _type.scss variables that don't exist here.
 */
/*-----------------------
 	Curtain
 ----------------------*/
/* line 10, ../../scss/pages/home.scss */
#hero-logo {
  display: block;
}
@media only screen and (max-width: 639px) {
  /* line 10, ../../scss/pages/home.scss */
  #hero-logo {
    background-image: url("../../img/logo/logo-white.svg"), none;
    height: 57px;
    width: 174px;
    background-size: 174px 57px;
    margin: 38px auto 0 auto;
  }
}
@media only screen and (min-width: 640px) {
  /* line 10, ../../scss/pages/home.scss */
  #hero-logo {
    background-image: url("../../img/logo/logo-white.svg"), none;
    height: 73px;
    width: 227px;
    background-size: 227px 73px;
    margin: 50px auto 0 auto;
  }
}

/* line 25, ../../scss/pages/home.scss */
#hero-curtain {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

/* line 35, ../../scss/pages/home.scss */
#hero-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}

/* line 45, ../../scss/pages/home.scss */
#hero-slide-background-screen {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* line 54, ../../scss/pages/home.scss */
#hero-slide-background-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 0;
  text-align: center;
}
/* line 63, ../../scss/pages/home.scss */
#hero-slide-background-image img {
  max-width: none;
}
@media only screen and (max-width: 639px) {
  /* line 63, ../../scss/pages/home.scss */
  #hero-slide-background-image img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  /* line 63, ../../scss/pages/home.scss */
  #hero-slide-background-image img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 63, ../../scss/pages/home.scss */
  #hero-slide-background-image img {
    height: auto;
    width: 100%;
  }
}

/* line 84, ../../scss/pages/home.scss */
#hero-headline {
  display: none;
  font-weight: 200;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
  color: white;
}
@media only screen and (max-width: 639px) {
  /* line 84, ../../scss/pages/home.scss */
  #hero-headline {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  /* line 84, ../../scss/pages/home.scss */
  #hero-headline {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 84, ../../scss/pages/home.scss */
  #hero-headline {
    font-size: 48px;
    line-height: 60px;
  }
}

/* line 108, ../../scss/pages/home.scss */
#hero-action-button {
  display: none;
  margin-bottom: 64px;
  background: transparent;
  border: 3px solid #fff;
}
/* line 114, ../../scss/pages/home.scss */
#hero-action-button:hover {
  border: 3px solid #f3d335;
  -webkit-transition: border-color, 200ms;
  -moz-transition: border-color, 200ms;
  -o-transition: border-color, 200ms;
  transition: border-color, 200ms;
}

/* line 121, ../../scss/pages/home.scss */
#hero-sub-items {
  width: 100%;
  height: 96px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 639px) {
  /* line 121, ../../scss/pages/home.scss */
  #hero-sub-items {
    height: 72px;
  }
}
/* line 133, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-left {
  background: rgba(0, 0, 0, 0.5);
  float: left;
  width: 50%;
  height: 96px;
}
@media only screen and (max-width: 639px) {
  /* line 133, ../../scss/pages/home.scss */
  #hero-sub-items .hero-sub-item-left {
    height: 72px;
    width: 100%;
    text-align: center;
  }
  /* line 144, ../../scss/pages/home.scss */
  #hero-sub-items .hero-sub-item-left .hero-sub-item-inner {
    float: none;
  }
}
/* line 150, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-right {
  background: rgba(0, 0, 0, 0.5);
  float: left;
  width: 50%;
  height: 96px;
}
/* line 157, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-inner {
  width: 100%;
  height: 46px;
  overflow: hidden;
  text-align: center;
  margin: 26px auto;
  position: relative;
}
@media only screen and (max-width: 639px) {
  /* line 157, ../../scss/pages/home.scss */
  #hero-sub-items .hero-sub-item-inner {
    margin: 15px auto;
  }
}
/* line 170, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-inner a {
  display: block;
  position: relative;
  top: 0px;
  color: #a29993;
  -webkit-transition: all, 200ms;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  transition: all, 200ms;
}
/* line 177, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-inner a:hover {
  color: #f3d335;
  top: -20px;
  -webkit-transition: all, 200ms;
  -moz-transition: all, 200ms;
  -o-transition: all, 200ms;
  transition: all, 200ms;
}
/* line 186, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-prefix,
#hero-sub-items .hero-sub-item-suffix {
  font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* line 195, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-prefix {
  margin-bottom: 6px;
}
/* line 199, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-suffix {
  margin-top: 6px;
}
/* line 203, ../../scss/pages/home.scss */
#hero-sub-items .hero-sub-item-title {
  font-size: 20px;
  font-weight: 700;
}

/* line 209, ../../scss/pages/home.scss */
#hero-action-button-down-arrow {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 100;
  margin-left: -25px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 219, ../../scss/pages/home.scss */
#hero-action-button-down-arrow.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media only screen and (max-width: 639px) {
  /* line 209, ../../scss/pages/home.scss */
  #hero-action-button-down-arrow {
    bottom: 100px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 209, ../../scss/pages/home.scss */
  #hero-action-button-down-arrow {
    bottom: 64px;
  }
}
/* line 232, ../../scss/pages/home.scss */
#hero-action-button-down-arrow #svgHeroDownArrow {
  margin: 5px;
  fill: #ffffff;
  stroke: #f4d336;
  stroke-width: 0px;
  transition: fill 200ms ease;
  -webkit-transition: fill 200ms ease;
  -moz-transition: fill 200ms ease;
  -o-transition: fill 200ms ease;
}
/* line 244, ../../scss/pages/home.scss */
#hero-action-button-down-arrow g:hover #svgHeroDownArrow {
  fill: #f4d336;
  stroke-width: 5px;
  transition: fill 200ms ease;
  -webkit-transition: fill 200ms ease;
  -moz-transition: fill 200ms ease;
  -o-transition: fill 200ms ease;
}
/* line 254, ../../scss/pages/home.scss */
#hero-action-button-down-arrow #svgHeroDownArrowMaskCircle {
  stroke-width: 0px;
  stroke: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
/* line 264, ../../scss/pages/home.scss */
#hero-action-button-down-arrow g:hover #svgHeroDownArrowMaskCircle {
  stroke-width: 4px;
  stroke: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}

/*-----------------------
 	Twitter
 ----------------------*/
@media only screen and (max-width: 639px) {
  /* line 281, ../../scss/pages/home.scss */
  #latestTweets .swiper-container {
    height: 100px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  /* line 281, ../../scss/pages/home.scss */
  #latestTweets .swiper-container {
    height: 180px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 281, ../../scss/pages/home.scss */
  #latestTweets .swiper-container {
    height: 200px;
  }
}
/* line 294, ../../scss/pages/home.scss */
#latestTweets .swiper-container a {
  text-decoration: underline;
}
/* line 296, ../../scss/pages/home.scss */
#latestTweets .swiper-container a:hover {
  color: #133b60;
  text-decoration: underline;
}
/* line 303, ../../scss/pages/home.scss */
#latestTweets .swiper-slide {
  padding: 0;
}
@media only screen and (max-width: 639px) {
  /* line 303, ../../scss/pages/home.scss */
  #latestTweets .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 314, ../../scss/pages/home.scss */
#latestTweets .swiper-pager span {
  display: inline-block;
  padding: 0;
  list-style: none;
  border-radius: 1000px;
  cursor: pointer;
  background: #c3cdd7;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
@media only screen {
  /* line 314, ../../scss/pages/home.scss */
  #latestTweets .swiper-pager span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  /* line 314, ../../scss/pages/home.scss */
  #latestTweets .swiper-pager span {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 314, ../../scss/pages/home.scss */
  #latestTweets .swiper-pager span {
    width: 18px;
    height: 18px;
    margin: 0 14px;
  }
}
/* line 346, ../../scss/pages/home.scss */
#latestTweets .swiper-pager span.swiper-active-switch {
  background: rgba(19, 59, 96, 0.5);
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
