@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url("fonts/HelveticaNeue.woff") format("woff");
  src: url("fonts/HelveticaNeue.woff2") format("woff2");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 700;
  src: url("fonts/HelveticaNeue-Bold.woff") format("woff");
  src: url("fonts/HelveticaNeue-Bold.woff2") format("woff2");
}

/* line 18, css/sass/typography.scss */
body {
  font-family: 'Helvetica Neue', Helvetica , sans-serif;
  color: #323232;
}

/* line 23, css/sass/typography.scss */
h1 {
  font-family: Helvetica, sans-serif;
  font-size: 100px;
  letter-spacing: -0.3px;
  line-height: .9;
  color: #FFFFFF;
  font-weight: normal;
}

/* line 32, css/sass/typography.scss */
h2 {
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: -0.9px;
  line-height: 1em;
  color: #FFFFFF;
  font-weight: normal;
}

/* line 41, css/sass/typography.scss */
h3 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #323232;
  letter-spacing: -0.2px;
}

/* line 48, css/sass/typography.scss */
.color-blue {
  color: #5970C4;
}

/* line 4, css/sass/theme.scss */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #323232;
  overflow-y: hidden;
}

/* line 9, css/sass/theme.scss */
html.-noscroll {
  overflow-y: hidden;
}

/* line 13, css/sass/theme.scss */
body {
  position: relative;
}

/* line 17, css/sass/theme.scss */
.primary-title {
  position: absolute;
  font-size: 16px;
  left: 48px;
  top: 32px;
  color: #FFFFFF;
  letter-spacing: -0.1px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s;
  z-index: 99;
}

/* line 28, css/sass/theme.scss */
.primary-title.-open {
  opacity: 1;
}

@media (max-width: 600px) {
  /* line 17, css/sass/theme.scss */
  .primary-title {
    left: 30px;
  }
}

/* line 36, css/sass/theme.scss */
.header {
  width: 100%;
  height: auto;
  max-height: 100px;
  background-color: #fff;
  color: #323232;
  padding-left: 48px;
  box-sizing: border-box;
  transition: max-height .5s ease-out;
  overflow: hidden;
}

@media (max-width: 600px) {
  /* line 36, css/sass/theme.scss */
  .header {
    padding-left: 0;
    max-height: 80px;
  }
}

/* line 50, css/sass/theme.scss */
.header.-open {
  max-height: 110vh;
}

/* line 53, css/sass/theme.scss */
.header.-closed {
  max-height: 0;
  transition: max-height .25s ease-out;
}

/* line 57, css/sass/theme.scss */
.header .title-wrap {
  height: 100px;
  display: flex;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 57, css/sass/theme.scss */
  .header .title-wrap {
    height: 80px;
  }
}

/* line 65, css/sass/theme.scss */
.header .title {
  display: flex;
  align-items: center;
  letter-spacing: -0.1px;
  width: calc(100% - 283px);
}

@media (max-width: 600px) {
  /* line 65, css/sass/theme.scss */
  .header .title {
    font-size: 14px;
    width: calc(100% - 150px);
    padding-left: 30px;
  }
}

/* line 76, css/sass/theme.scss */
.header .title svg {
  margin-left: auto;
  margin-right: 30px;
  cursor: pointer;
  transition: opacity .25s;
  opacity: 1;
}

@media (max-width: 600px) {
  /* line 76, css/sass/theme.scss */
  .header .title svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

/* line 87, css/sass/theme.scss */
.header .title svg rect {
  transition: fill .25s;
}

/* line 90, css/sass/theme.scss */
.header .title svg line {
  transition: stroke .25s;
}

/* line 93, css/sass/theme.scss */
.header .title svg.-hidden {
  opacity: 0;
  pointer-events: none;
  cursor: initial;
}

/* line 99, css/sass/theme.scss */
.header .title svg:hover rect {
  fill: #5970C4;
}

/* line 102, css/sass/theme.scss */
.header .title svg:hover line {
  stroke: #fff;
}

/* line 107, css/sass/theme.scss */
.header .title svg:active rect {
  fill: #323232;
}

/* line 110, css/sass/theme.scss */
.header .title svg:active line {
  stroke: #fff;
}

/* line 116, css/sass/theme.scss */
.header .contact {
  width: 283px;
  margin-right: 0;
  margin-left: auto;
  background-color: #F3F3F3;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.1px;
  cursor: pointer;
  position: relative;
  transition: color .25s linear, background-color .35s ease;
}

@media (max-width: 600px) {
  /* line 116, css/sass/theme.scss */
  .header .contact {
    width: 120px;
  }
}

/* line 130, css/sass/theme.scss */
.header .contact .closed {
  display: block;
  opacity: 1;
  transition: opacity .35s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-size: 14px;
}

/* line 142, css/sass/theme.scss */
.header .contact .closed.-hide {
  opacity: 0;
  pointer-events: none;
}

/* line 147, css/sass/theme.scss */
.header .contact .open {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 60%;
  padding: 1em;
  font-size: 14px;
}

@media (max-width: 600px) {
  /* line 147, css/sass/theme.scss */
  .header .contact .open {
    width: 48%;
  }
}

/* line 163, css/sass/theme.scss */
.header .contact .open svg {
  vertical-align: -1px;
}

/* line 166, css/sass/theme.scss */
.header .contact .open svg g {
  fill: #9A9A9A;
}

/* line 170, css/sass/theme.scss */
.header .contact .open.-show {
  pointer-events: initial;
  opacity: 1;
}

@media (hover: hover) {
  /* line 176, css/sass/theme.scss */
  .header .contact:hover {
    background-color: #5970C4;
    color: #fff;
  }
  /* line 181, css/sass/theme.scss */
  .header .contact:hover .open svg g {
    fill: #fff;
  }
}

/* line 188, css/sass/theme.scss */
.header .contact:active {
  background-color: #323232;
  color: #fff;
}

/* line 193, css/sass/theme.scss */
.header .contact:active .open svg g {
  fill: #fff;
}

/* line 199, css/sass/theme.scss */
.header .contact:visited {
  background-color: #F3F3F3;
  color: color-base;
}

/* line 205, css/sass/theme.scss */
.header .contact-wrap {
  padding: 50px 20px;
}

@media (max-width: 600px) {
  /* line 205, css/sass/theme.scss */
  .header .contact-wrap {
    padding-top: 10px;
    padding: 10px 20px 50px 30px;
  }
}

/* line 211, css/sass/theme.scss */
.header .contact-wrap h1 {
  color: #5970C4;
  margin-bottom: 0.48em;
  font-size: 48px;
}

@media (min-width: 1024px) {
  /* line 211, css/sass/theme.scss */
  .header .contact-wrap h1 {
    font-size: 80px;
  }
}

@media (min-width: 1600px) {
  /* line 211, css/sass/theme.scss */
  .header .contact-wrap h1 {
    font-size: 100px;
  }
}

@media (max-width: 600px) {
  /* line 211, css/sass/theme.scss */
  .header .contact-wrap h1 {
    font-size: 30px;
    letter-spacing: -0.09px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

/* line 228, css/sass/theme.scss */
.header .contact-wrap p {
  width: 70%;
  max-width: 670px;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 30px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  /* line 228, css/sass/theme.scss */
  .header .contact-wrap p {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
  }
}

/* line 242, css/sass/theme.scss */
.header .contact-wrap a.text {
  color: #323232;
  border-bottom: 3px solid transparent;
  box-shadow: 0 3px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: all .3s;
}

/* line 248, css/sass/theme.scss */
.header .contact-wrap a.text:hover {
  color: #5970C4;
  box-shadow: 0 3px #5970C4;
}

/* line 253, css/sass/theme.scss */
.header .contact-wrap .email {
  text-decoration: none;
  box-shadow: none;
}

/* line 256, css/sass/theme.scss */
.header .contact-wrap .email circle, .header .contact-wrap .email path {
  transition: fill .35s;
}

/* line 259, css/sass/theme.scss */
.header .contact-wrap .email circle {
  fill: transparent;
}

/* line 264, css/sass/theme.scss */
.header .contact-wrap .email:hover svg circle {
  fill: #5970C4;
}

/* line 267, css/sass/theme.scss */
.header .contact-wrap .email:hover svg path {
  fill: #fff;
}

/* line 274, css/sass/theme.scss */
.header .contact-wrap .email:active svg circle {
  fill: #323232;
  stroke: #323232;
}

/* line 278, css/sass/theme.scss */
.header .contact-wrap .email:active svg path {
  fill: #fff;
}

/* line 287, css/sass/theme.scss */
.main {
  height: 100%;
  position: relative;
}

@media (max-width: 600px) {
  /* line 287, css/sass/theme.scss */
  .main {
    height: calc(100vh - 80px);
  }
}

/* line 293, css/sass/theme.scss */
.main #countdown {
  position: absolute;
  margin: auto;
  top: 27px;
  right: 50px;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 999;
}

@media (max-width: 600px) {
  /* line 293, css/sass/theme.scss */
  .main #countdown {
    right: initial;
    top: initial;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 309, css/sass/theme.scss */
.main #countdown #countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
  display: none;
}

/* line 316, css/sass/theme.scss */
.main #countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

/* line 325, css/sass/theme.scss */
.main #countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
  animation: countdown 8s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

/* line 346, css/sass/theme.scss */
.main.-full #countdown {
  right: 100px;
}

@media (max-width: 600px) {
  /* line 346, css/sass/theme.scss */
  .main.-full #countdown {
    bottom: initial;
    left: initial;
    top: 27px;
    right: 100px;
  }
}

/* line 356, css/sass/theme.scss */
.main .page-alert {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  background-color: #5970C4;
  color: #fff;
  padding: 0 20px 0 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  z-index: 99;
}

@media (max-width: 600px) {
  /* line 356, css/sass/theme.scss */
  .main .page-alert {
    display: block;
  }
}

/* line 371, css/sass/theme.scss */
.main .page-alert #info {
  vertical-align: -1px;
  margin-right: 4px;
}

/* line 375, css/sass/theme.scss */
.main .page-alert #info-close {
  float: right;
  top: 18px;
  position: relative;
}

/* line 381, css/sass/theme.scss */
.main .page-alert.-dismissed {
  display: none;
}

/* line 385, css/sass/theme.scss */
.main .min {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: opacity .25s, fill .25s;
  z-index: 99;
}

/* line 393, css/sass/theme.scss */
.main .min.-open {
  opacity: 1;
  pointer-events: initial;
}

/* line 397, css/sass/theme.scss */
.main .min rect, .main .min path {
  transition: fill .25s;
}

/* line 401, css/sass/theme.scss */
.main .min:hover rect {
  opacity: 1;
}

/* line 404, css/sass/theme.scss */
.main .min:hover path {
  fill: #5970C4;
}

/* line 409, css/sass/theme.scss */
.main .min:active rect {
  opacity: 1;
  fill: #323232;
}

/* line 413, css/sass/theme.scss */
.main .min:active path {
  fill: #fff;
}

/* line 418, css/sass/theme.scss */
.main h1 {
  margin-left: 0.5em;
  margin-top: 0;
  padding-top: 1em;
  font-size: 48px;
  transition: opacity 0.4s ease-out;
  width: max-content;
  pointer-events: none;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  /* line 418, css/sass/theme.scss */
  .main h1 {
    font-size: 80px;
  }
}

@media (min-width: 1600px) {
  /* line 418, css/sass/theme.scss */
  .main h1 {
    font-size: 100px;
  }
}

@media (max-width: 600px) {
  /* line 418, css/sass/theme.scss */
  .main h1 {
    font-size: 30px;
    letter-spacing: -0.09px;
    line-height: 30px;
    margin-left: 30px;
  }
}

/* line 440, css/sass/theme.scss */
.main h1.-hide {
  opacity: 0;
  pointer-events: none;
}

/* line 445, css/sass/theme.scss */
.main .slides {
  position: absolute;
  width: 100%;
  height: calc(100vh - 100px);
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .65s;
}

@media (max-width: 600px) {
  /* line 445, css/sass/theme.scss */
  .main .slides {
    height: calc(100vh - 80px);
  }
}

/* line 456, css/sass/theme.scss */
.main .slides .slick-list {
  height: calc(100vh - 100px);
}

@media (max-width: 600px) {
  /* line 456, css/sass/theme.scss */
  .main .slides .slick-list {
    height: calc(100vh - 80px);
  }
}

/* line 462, css/sass/theme.scss */
.main .slides .slick-track {
  height: calc(100vh - 100px);
}

@media (max-width: 600px) {
  /* line 462, css/sass/theme.scss */
  .main .slides .slick-track {
    height: calc(100vh - 80px);
  }
}

/* line 468, css/sass/theme.scss */
.main .slides .slide {
  width: 100%;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: top center;
}

@media (max-width: 600px) {
  /* line 468, css/sass/theme.scss */
  .main .slides .slide {
    height: calc(100vh - 80px);
  }
}

/* line 481, css/sass/theme.scss */
.main .slides.-hide {
  opacity: 0;
}

/* line 484, css/sass/theme.scss */
.main .slides.-open {
  height: 100vh;
}

/* line 486, css/sass/theme.scss */
.main .slides.-open .slick-list, .main .slides.-open .slick-track, .main .slides.-open .slide {
  height: 100vh;
}

@media (max-width: 600px) {
  /* line 496, css/sass/theme.scss */
  .hide-mobile {
    display: none;
  }
}

/* line 499, css/sass/theme.scss */
.slick-arrow {
  -webkit-appearance: none;
  opacity: 0;
  background-color: rgba(255, 0, 0, 0.25);
  outline: 1px solid blue;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
}

/* line 510, css/sass/theme.scss */
.slick-prev {
  left: 0;
  z-index: 99;
}

/* line 514, css/sass/theme.scss */
.slick-next {
  right: 0;
}
