html, body {
  margin: 0;
  padding: 0;
  background: #000;
  height: 100%
}
html {
  overflow-y: scroll;
  overflow-x: hidden
}
body.isNavActive {
  position: fixed
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  border: none
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
html, body, input, textarea, select, p, li, label, button {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #fff
}
@media (min-height: 770px) and (min-width: 1210px) {
  html, body, input, textarea, select, p, li, label, button {
    font-size: 19px
  }
}
@media (max-width: 1012px) {
  html, body, input, textarea, select, p, li, label, button {
    font-size: 17px
  }
}
@media (max-width: 767px) {
  html, body, input, textarea, select, p, li, label, button {
    font-size: 17px
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  color: #fff
}
@media (min-height: 770px) and (min-width: 1210px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 19px
  }
}
@media (max-width: 1012px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 17px
  }
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 17px
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #fff
}
::-moz-selection {
  color: #fff;
  background: #adcfe8
}
::selection {
  color: #fff;
  background: #adcfe8
}
p, figcaption, span, small, td, th, label, blockquote, cite, input, textarea, li, pre {
  font-size: 1rem;
  line-height: 1.4rem
}
h1 {
  font-size: 1.6rem;
  line-height: 2.0rem
}
h2 {
  font-size: 1.5rem;
  line-height: 1.9rem
}
h3 {
  font-size: 1.4rem;
  line-height: 1.8rem
}
h4 {
  font-size: 1.3rem;
  line-height: 1.7rem
}
h5 {
  font-size: 1.2rem;
  line-height: 1.6rem
}
h6 {
  font-size: 1.1rem;
  line-height: 1.5rem
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 18px
}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0
}
a {
  -webkit-tap-highlight-color: transparent;
  color: #000;
  text-decoration: none
}
a:hover {
  text-decoration: none;
  color: #000
}
.contentArea a {
  color: #503079
}
.contentArea a:hover {
  color: #382254
}
.contentArea a.button {
  background-color: #a05ff1;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color
}
.contentArea a.button:hover {
  background-color: #9248ef
}
.contentArea ul, .contentArea ol {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-left: 17px;
  list-style-type: square
}
.contentArea ul:last-child, .contentArea ol:last-child {
  margin-bottom: 0
}
.contentArea ul li, .contentArea ol li {
  margin-bottom: 9px
}
.contentArea ul li:last-child, .contentArea ol li:last-child {
  margin-bottom: 0
}
.contentArea hr {
  border: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #e5e5e5
}
.contentArea blockquote {
  margin: 30px 0px;
  border-left: solid 3px #454647;
  padding: 0 20px
}
@media (max-width: 1012px) {
  .contentArea blockquote {
    padding: 0 15px
  }
}
@media (max-width: 767px) {
  .contentArea blockquote {
    padding: 0 10px
  }
}
.contentArea blockquote p {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5rem
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}
.nf-form-cont {
  padding: 0px
}
.nf-form-cont .nf-form-fields-required {
  margin: 15px 0
}
.nf-form-cont .nf-before-form-content {
  display: none
}
.nf-form-cont .nf-form-content {
  padding: 0
}
.nf-form-cont .ninja-forms-req-symbol {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.2rem
}
.nf-form-cont .nf-form-title {
  display: block;
  margin-bottom: 10px
}
.nf-form-cont .nf-form-content {
  margin-top: 10px
}
.nf-form-cont .nf-field-container {
  margin-bottom: 10px
}
.nf-form-cont .nf-field .nf-field-label {
  margin-bottom: 2px
}
.nf-form-cont .nf-error .nf-error-msg, .nf-form-cont .nf-error-msg {
  margin-top: -5px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #a05ff1
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: solid 1px #a05ff1 !important
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  background-color: #a05ff1
}
.nf-form-cont hr {
  padding: 0;
  margin: 20px 0;
  border: none;
  border-top: solid 2px #000
}
.nf-form-cont label {
  font-size: 0.9rem;
  line-height: 1.3rem;
  text-transform: uppercase
}
.nf-form-cont .checkbox-container label, .nf-form-cont .nf-field-element label {
  text-transform: none
}
.nf-form-cont input[type=text], .nf-form-cont input[type=password], .nf-form-cont input[type=email], .nf-form-cont input[type=tel] {
  padding: 5px 5px !important;
  outline: none;
  border: none;
  background-color: white;
  color: #000 !important;
  font-size: 0.9rem;
  line-height: 1.3rem
}
.nf-form-cont textarea {
  padding: 5px 5px !important;
  outline: none;
  border: none;
  background-color: white;
  color: #000 !important;
  height: 100px !important;
  font-size: 0.9rem;
  line-height: 1.3rem
}
.nf-form-cont select {
  font-size: 0.9rem;
  line-height: 1.3rem
}
.nf-form-cont h3 {
  font-size: 1.2rem;
  line-height: 1.6rem
}
.nf-form-cont input[type=button] {
  background-color: #a05ff1 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  cursor: pointer
}
.nf-form-cont input[type=button]:hover {
  background-color: #9248ef
} /*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */ html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.fp-slide {
  float: left
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.fp-slidesContainer {
  float: left;
  position: relative
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}
.fp-scrollable {
  overflow: hidden;
  position: relative
}
.fp-scroller {
  overflow: hidden
}
.iScrollIndicator {
  border: 0 !important
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.fp-right {
  right: 17px
}
#fp-nav.fp-left {
  left: 17px
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important
}
.fp-slidesNav.fp-bottom {
  bottom: 17px
}
.fp-slidesNav.fp-top {
  top: 17px
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}
.fp-slidesNav ul li {
  display: inline-block
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
#fp-nav {
  opacity: 0
}
#fp-nav.is-visible {
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
@media (max-width: 767px) {
  #fp-nav {
    display: none !important
  }
}
#fp-nav ul {
  margin-top: 90px
}
#fp-nav ul li:last-child {
  display: none
}
#fp-nav ul li a span {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  margin: -3px 0 0 -3px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  opacity: 0.33
}
.checkElementInView {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: top 0.75s cubic-bezier(0.35, 0, 0, 1);
  transition: top 0.75s cubic-bezier(0.35, 0, 0, 1)
}
.checkElementInView.visible {
  top: 0;
  opacity: 1
}
.siteHeader {
  background-color: #000;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  opacity: 0
}
@media (min-height: 770px) and (min-width: 1210px) {
  .siteHeader {
    height: 120px
  }
}
.siteHeader.is-visible {
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.siteHeader .siteHeader-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .siteHeader .siteHeader-inner {
    padding: 0px 30px
  }
}
@media (max-width: 1012px) {
  .siteHeader .siteHeader-inner {
    padding: 0px 20px
  }
}
@media (max-width: 767px) {
  .siteHeader .siteHeader-inner {
    padding: 0px 10px
  }
}
.siteHeader .siteHeader-logo a:hover img {
  opacity: 0.8
}
.siteHeader .siteHeader-logo img {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  height: 70px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .siteHeader .siteHeader-logo img {
    height: 90px
  }
}
.siteHeader .siteHeader-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 1012px) {
  .siteHeader .siteHeader-navigation {
    display: none
  }
}
.siteHeader .siteHeader-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.siteHeader .siteHeader-navigation ul.siteHeader-portal li {
  margin-left: 22px
}
.siteHeader .siteHeader-navigation ul.siteHeader-portal li a {
  background-color: #a05ff1;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  font-size: 0.9rem;
  line-height: 1.3rem;
  background-color: #503079;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold
}
.siteHeader .siteHeader-navigation ul.siteHeader-portal li a:hover {
  background-color: #9248ef
}
.siteHeader .siteHeader-navigation ul.primary li {
  margin: 0 22px
}
.siteHeader .siteHeader-navigation ul.primary li:first-child {
  margin-left: 0
}
.siteHeader .siteHeader-navigation ul.primary li.current_page_item a {
  padding-bottom: 5px;
  border-bottom: solid 2px #503079
}
.siteHeader .siteHeader-navigation ul.primary li a {
  font-size: 0.9rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold
}
.footer {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
@media (max-width: 1012px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.footer .footer-inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width: 1012px) {
  .footer .footer-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-wrapper {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .footer .footer-wrapper {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .footer .footer-wrapper {
    margin-left: -5px;
    margin-right: -5px
  }
}
.footer .footer-content {
  width: calc(60% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-content {
    width: calc(60% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .footer .footer-content {
    width: calc(60% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    width: calc(60% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .footer .footer-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .footer .footer-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer .footer-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.footer .footer-image {
  width: calc(40% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-image {
    width: calc(40% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .footer .footer-image {
    width: calc(40% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .footer .footer-image {
    width: calc(40% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .footer .footer-image {
    display: none
  }
}
.footer .footer-image img {
  margin: 0 auto;
  max-height: 500px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .footer .footer-image img {
    max-height: 600px
  }
}
.footer .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer .footer-columns .footer-column {
  padding-right: 50px
}
.footer h2 {
  font-size: 2.4rem;
  line-height: 2.8rem
}
.footer h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 50px
}
.footer h3 a {
  color: #a05ff1
}
.footer h6 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold
}
.footer p.copyright {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin-bottom: 5px
}
.footer ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 50px
}
.footer ul.links li {
  position: relative;
  padding-left: 17px
}
.footer ul.links li:before {
  content: "";
  position: absolute;
  top: 12px;
  border-radius: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #a05ff1
}
.footer ul.links li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2rem
}
.footer ul.copyright {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0
}
@media (max-width: 1012px) {
  .footer ul.copyright {
    margin-bottom: 10px
  }
}
.footer ul.copyright li {
  display: inline;
  margin-right: 20px;
  font-size: 0.7rem;
  line-height: 1.1rem
}
@media (max-width: 1012px) {
  .footer ul.copyright li {
    display: block
  }
}
.footer ul.copyright li a {
  color: #fff
}
.dropDownTrigger {
  display: none;
  overflow: hidden;
  margin: 0
}
@media (max-width: 1012px) {
  .dropDownTrigger {
    display: block;
    margin-left: auto
  }
}
.dropDownTrigger .dropDownTrigger-inner {
  float: left;
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  cursor: pointer;
  background-color: #503079;
  border-radius: 4px
}
.dropDownTrigger .dropDownTrigger-inner span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  display: block;
  height: 3px;
  width: 19px;
  position: absolute;
  top: 18px;
  left: 10px
}
.dropDownTrigger .dropDownTrigger-inner span:nth-child(1) {
  margin-top: -6px
}
.dropDownTrigger .dropDownTrigger-inner span:nth-child(2) {
  margin: 0
}
.dropDownTrigger .dropDownTrigger-inner span:nth-child(3) {
  margin-top: 6px
}
.dropDownTrigger .dropDownTrigger-inner.isActive span:nth-child(1) {
  margin-top: 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.dropDownTrigger .dropDownTrigger-inner.isActive span:nth-child(2) {
  opacity: 0
}
.dropDownTrigger .dropDownTrigger-inner.isActive span:nth-child(3) {
  margin-top: 0 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.slide {
  width: 100%;
  height: 100%;
  background-color: #503079;
  background-image: url(../img/bg-slide.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.slide .slide-inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 75px;
  opacity: 0
}
@media (max-width: 1012px) {
  .slide .slide-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .slide .slide-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-inner {
    padding-top: 90px
  }
}
@media (max-width: 767px) {
  .slide .slide-inner {
    padding-bottom: 75px;
    border-bottom: solid 2px white
  }
}
.slide .slide-inner .slide-content {
  position: relative;
  top: 50px
}
@media (max-width: 767px) {
  .slide .slide-inner .slide-content {
    top: 0
  }
}
.slide .slide-inner .slide-image {
  position: relative;
  top: 50px
}
@media (max-width: 767px) {
  .slide .slide-inner .slide-image {
    top: 0
  }
}
.slide .slide-inner.is-visible {
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.slide .slide-inner.is-visible .slide-content {
  top: 0px;
  -webkit-transition: top .35s;
  transition: top .35s;
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}
.slide .slide-inner.is-visible .slide-image {
  top: 0px;
  -webkit-transition: top .45s;
  transition: top .45s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.slide .slide-inner.is-visible .slide-image img {
  max-height: 500px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-inner.is-visible .slide-image img {
    max-height: 600px
  }
}
.slide .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-wrapper {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .slide .slide-wrapper {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .slide .slide-wrapper {
    margin-left: -5px;
    margin-right: -5px
  }
}
.slide .slide-contentOutput ul {
  padding-left: 20px
}
.slide .slide-contentOutput ul li {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 3px
}
@media (max-width: 767px) {
  .slide .slide-contentOutput ul li {
    font-size: 1.0rem;
    line-height: 1.4rem
  }
}
.slide .slide-contentOutput ul li:last-child {
  margin-bottom: 0px
}
.slide .slide-contentOutputImage {
  display: none
}
@media (max-width: 767px) {
  .slide .slide-contentOutputImage {
    display: block;
    float: right;
    width: 150px;
    margin: 0 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}
@media (max-width: 450px) {
  .slide .slide-contentOutputImage {
    width: 110px
  }
}
.slide .slide-content {
  width: calc(70% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-content {
    width: calc(70% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .slide .slide-content {
    width: calc(70% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .slide .slide-content {
    width: calc(70% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .slide .slide-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    padding: 30px 10px 0 10px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .slide .slide-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .slide .slide-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.slide .slide-content > * {
  margin: 35px 0
}
.slide .slide-content > *:first-child {
  margin-top: 0
}
.slide .slide-content > *:last-child {
  margin-bottom: 0
}
.slide .slide-content h1, .slide .slide-content h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.6rem
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-content h1, .slide .slide-content h2 {
    font-size: 2.4rem;
    line-height: 2.8rem
  }
}
@media (max-width: 767px) {
  .slide .slide-content h1, .slide .slide-content h2 {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}
.slide .slide-content a {
  color: #a05ff1
}
.slide .slide-content blockquote {
  margin-top: 50px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-style: italic
}
.slide .slide-content blockquote cite {
  font-style: normal;
  margin-top: 7px;
  display: block;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: #acacac
}
.slide .slide-image {
  width: calc(30% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px;
  position: relative
}
@media (min-height: 770px) and (min-width: 1210px) {
  .slide .slide-image {
    width: calc(30% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .slide .slide-image {
    width: calc(30% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .slide .slide-image {
    width: calc(30% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .slide .slide-image {
    display: none
  }
}
.content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content {
    padding-top: 60px
  }
}
@media (max-width: 1012px) {
  .content {
    padding-top: 40px
  }
}
@media (max-width: 767px) {
  .content {
    padding-top: 20px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content {
    padding-bottom: 60px
  }
}
@media (max-width: 1012px) {
  .content {
    padding-bottom: 40px
  }
}
@media (max-width: 767px) {
  .content {
    padding-bottom: 20px
  }
}
.content .content-inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width: 1012px) {
  .content .content-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .content .content-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
.content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper {
    margin-left: -5px;
    margin-right: -5px
  }
}
.content .content-wrapper.content-wrapper--thin .content-content {
  width: calc(75% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(75% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(75% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 1012px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 1012px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--thin .content-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.content .content-wrapper.content-wrapper--wide .content-content {
  width: calc(34% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(34% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(34% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(34% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(45% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 1012px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(45% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(45% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 1012px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(45% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.content .content-wrapper.content-wrapper--wide .content-asset {
  width: calc(66% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(66% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(66% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(66% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(55% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 1012px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(55% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(55% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 1012px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(55% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--wide .content-asset {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.content .content-wrapper.content-wrapper--halves .content-content {
  width: calc(50% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(50% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.content .content-wrapper.content-wrapper--halves .content-asset {
  width: calc(50% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(50% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-asset {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .content .content-wrapper.content-wrapper--halves .content-asset img {
    width: 100%
  }
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content li, .content blockquote, .content cite {
  color: #000
}
.content h2.content-title {
  color: #a05ff1;
  text-align: center;
  font-size: 2.3rem;
  line-height: 2.7rem;
  padding-bottom: 30px
}
@media (max-width: 1012px) {
  .content h2.content-title {
    padding-bottom: 20px
  }
}
@media (max-width: 767px) {
  .content h2.content-title {
    padding-bottom: 10px;
    text-align: left
  }
}
.content blockquote {
  padding-top: 50px;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: italic
}
@media (max-width: 1012px) {
  .content blockquote {
    padding-top: 40px;
    width: 75%
  }
}
@media (max-width: 767px) {
  .content blockquote {
    padding-top: 30px;
    width: 100%;
    text-align: left
  }
}
.content blockquote cite {
  padding-top: 4px;
  display: block;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-style: normal;
  color: #acacac
}
.loading img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.loading.is-hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: -webkit-transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}
.loading.is-hidden img {
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s
}
.buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important
}
@media (max-width: 767px) {
  .buttons {
    display: block
  }
}
.buttons li {
  margin-right: 20px
}
@media (max-width: 767px) {
  .buttons li {
    margin: 0 0 20px 0
  }
}
.buttons .button {
  background-color: #a05ff1;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color
}
.buttons .button:hover {
  background-color: #9248ef
}
.buttons .button-glow {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 21px 0px #a05ff1;
  box-shadow: 0px 0px 21px 0px #a05ff1
}
.buttons .button-glow:hover {
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(160, 95, 241, 0.8);
  box-shadow: 0px 0px 21px 0px rgba(160, 95, 241, 0.8)
}
.how {
  width: 100%;
  background-color: #000
}
.how.is-visible .how-inner {
  top: 0px;
  opacity: 1;
  -webkit-transition: all .45s;
  transition: all .45s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.how .how-wrap {
  height: 100%;
  background-color: #000;
  background-image: url(../img/bg-circular.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.how .how-inner {
  padding-top: 120px;
  padding-bottom: 60px;
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 50px;
  opacity: 0
}
@media (max-width: 1012px) {
  .how .how-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .how .how-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width: 1012px) {
  .how .how-pagination {
    display: none
  }
}
.how .how-pagination a {
  position: absolute;
  background-color: #a05ff1;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%
}
.how .how-pagination a.disabled {
  background-color: #201330;
  cursor: default
}
.how .how-pagination a.how-paginationNext {
  right: 0;
  background-image: url(../img/chevron-right.svg)
}
.how .how-pagination a.how-paginationBack {
  left: 0;
  background-image: url(../img/chevron-left.svg)
}
.how .how-pagination a span {
  display: none
}
.how .how-frame {
  padding-left: 45px;
  padding-right: 45px;
  display: none
}
@media (min-height: 770px) and (min-width: 1210px) {
  .how .how-frame {
    padding-left: 75px;
    padding-right: 75px
  }
}
@media (max-width: 1012px) {
  .how .how-frame {
    padding-left: 0px;
    padding-right: 0px
  }
}
.how .how-frame.how-frame--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 767px) {
  .how .how-frame.how-frame--active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.how .how-frame .how-channel {
  width: 30%
}
@media (max-width: 767px) {
  .how .how-frame .how-channel {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.how .how-frame .how-phone {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  top: 50px;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .how .how-frame .how-phone {
    padding-left: 0px;
    padding-right: 0px
  }
}
@media (max-width: 767px) {
  .how .how-frame .how-phone {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.how .how-frame .how-phone.how-phone--active {
  top: 0px;
  opacity: 1
}
.how .how-frame .how-phone img {
  margin: 0 auto
}
.how .how-frame .how-desktop {
  width: 70%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  top: 50px;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .how .how-frame .how-desktop {
    padding-left: 0px;
    padding-right: 0px
  }
}
@media (max-width: 767px) {
  .how .how-frame .how-desktop {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.how .how-frame .how-desktop.how-desktop--active {
  top: 0px;
  opacity: 1
}
.how .how-frame .how-desktop img {
  margin: 0 auto
}
.how .how-frame .how-panel {
  position: relative;
  border: solid 1px #a05ff1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 15px;
  top: 50px;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all
}
.how .how-frame .how-panel.how-panel--active {
  top: 0;
  opacity: 1
}
.how .how-frame .how-panel h6 {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px;
  margin: 0;
  background: #a05ff1
}
.how .how-frame .how-panel h6 label {
  background-color: white;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #503079;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 10px
}
.how .how-frame .how-panel p {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 7px;
  margin: 0
}
.how .how-navigationScroll {
  overflow-x: auto
}
.how .how-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 50px;
  margin-left: 75px;
  margin-right: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (min-height: 770px) and (min-width: 1210px) {
  .how .how-navigation {
    margin-left: 125px;
    margin-right: 125px
  }
}
@media (max-width: 1012px) {
  .how .how-navigation {
    margin-left: 0px;
    margin-right: 0px
  }
}
@media (max-width: 767px) {
  .how .how-navigation {
    min-width: 770px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px
  }
}
.how .how-navigation li {
  width: 12.5%;
  position: relative;
  text-align: center
}
.how .how-navigation li:first-child:before {
  left: 50%
}
.how .how-navigation li:last-child:before {
  right: 50%
}
.how .how-navigation li:before {
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: 2;
  background-color: #a05ff1;
  height: 2px;
  left: 0;
  right: 0
}
.how .how-navigation li.active a span:before {
  background-color: #fff
}
.how .how-navigation li.active a span:after {
  display: block
}
.how .how-navigation li a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding-bottom: 30px
}
.how .how-navigation li a:hover span:after {
  display: block
}
.how .how-navigation li a span:before {
  content: "";
  position: absolute;
  bottom: 5px;
  z-index: 4;
  width: 13px;
  height: 13px;
  background-color: #a05ff1;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.how .how-navigation li a span:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 3;
  width: 21px;
  height: 21px;
  border: solid 2px #a05ff1;
  background-color: #000;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.contact {
  width: 100%;
  height: 100%;
  background-color: #503079;
  background-image: url(../img/bg-slide.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.contact.is-visible .contact-content {
  top: 0px;
  opacity: 1;
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}
.contact.is-visible .contact-image {
  top: 0px;
  opacity: 1;
  -webkit-transition: all .45s;
  transition: all .45s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.contact .contact-inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (max-width: 1012px) {
  .contact .contact-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .contact .contact-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-inner {
    padding-top: 90px
  }
}
.contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-wrapper {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .contact .contact-wrapper {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .contact .contact-wrapper {
    margin-left: -5px;
    margin-right: -5px
  }
}
@media (max-width: 767px) {
  .contact .contact-wrapper {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.contact .contact-content {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(60% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-content {
    width: calc(60% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .contact .contact-content {
    width: calc(60% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .contact .contact-content {
    width: calc(60% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .contact .contact-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    padding-top: 20px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .contact .contact-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contact .contact-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.contact .contact-image {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(40% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-image {
    width: calc(40% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .contact .contact-image {
    width: calc(40% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .contact .contact-image {
    width: calc(40% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .contact .contact-image {
    display: none
  }
}
.contact .contact-image img {
  margin: 0 auto;
  max-height: 600px
}
@media (max-width: 1012px) {
  .contact .contact-image img {
    max-width: 220px
  }
}
.contact h1 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 10px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact h1 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 2.8rem
  }
}
@media (max-width: 767px) {
  .contact h1 {
    font-size: 1.9rem;
    line-height: 2.3rem
  }
}
.contact h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 30px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact h3 {
    margin-bottom: 50px
  }
}
.contact h3 a {
  color: #a05ff1
}
.contact a {
  color: #a05ff1
}
.contact .contact-copyright {
  margin-top: 40px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .contact .contact-copyright {
    margin-top: 60px
  }
}
.contact .contact-copyright p {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin-bottom: 5px
}
.contact .contact-copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0
}
@media (max-width: 1012px) {
  .contact .contact-copyright ul {
    margin-bottom: 10px
  }
}
.contact .contact-copyright ul li {
  display: inline;
  margin-right: 20px;
  font-size: 0.7rem;
  line-height: 1.1rem
}
@media (max-width: 1012px) {
  .contact .contact-copyright ul li {
    display: block
  }
}
.contact .contact-copyright ul li a {
  color: #fff
}
.header {
  width: 100%;
  background-color: #000;
  background-image: url(../img/bg-circular.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
@media (max-width: 1012px) {
  .header {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.header.header--standard.is-visible .header-content, .header.header--extended.is-visible .header-content {
  top: 0px;
  opacity: 1;
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}
.header.header--standard.is-visible .header-image, .header.header--extended.is-visible .header-image {
  top: 0px;
  opacity: 1;
  -webkit-transition: all .45s;
  transition: all .45s;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}
.header.header--standard .header-content {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(70% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header.header--standard .header-content {
    width: calc(70% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .header.header--standard .header-content {
    width: calc(70% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .header.header--standard .header-content {
    width: calc(70% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .header.header--standard .header-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .header.header--standard .header-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .header.header--standard .header-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header.header--standard .header-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.header.header--standard .header-image {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(30% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header.header--standard .header-image {
    width: calc(30% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .header.header--standard .header-image {
    width: calc(30% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .header.header--standard .header-image {
    width: calc(30% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .header.header--standard .header-image {
    display: none
  }
}
.header.header--extended .header-content {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(65% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header.header--extended .header-content {
    width: calc(65% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .header.header--extended .header-content {
    width: calc(65% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .header.header--extended .header-content {
    width: calc(65% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .header.header--extended .header-content {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .header.header--extended .header-content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .header.header--extended .header-content {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header.header--extended .header-content {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.header.header--extended .header-image {
  position: relative;
  top: 50px;
  opacity: 0;
  width: calc(35% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header.header--extended .header-image {
    width: calc(35% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .header.header--extended .header-image {
    width: calc(35% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .header.header--extended .header-image {
    width: calc(35% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .header.header--extended .header-image {
    display: none
  }
}
.header.header--extended .header-image img {
  margin: 0 auto
}
.header .header-wrap {
  padding-top: 75px;
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width: 1012px) {
  .header .header-wrap {
    width: 738px
  }
}
@media (max-width: 767px) {
  .header .header-wrap {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header .header-wrap {
    padding-top: 90px
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header .header-inner {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .header .header-inner {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .header .header-inner {
    margin-left: -5px;
    margin-right: -5px
  }
}
.header .buttons {
  margin-top: 25px
}
.header h1 {
  font-size: 2.2rem;
  line-height: 2.6rem
}
@media (min-height: 770px) and (min-width: 1210px) {
  .header h1 {
    font-size: 2.4rem;
    line-height: 2.8rem
  }
}
@media (max-width: 767px) {
  .header h1 {
    font-size: 1.9rem;
    line-height: 2.3rem
  }
}
.header .header-services {
  margin-top: 50px
}
.header .header-services h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.3rem;
  color: #acacac;
  text-transform: uppercase
}
.header .header-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: -20px
}
.header .header-services ul li {
  width: 14%;
  text-align: center;
  margin-bottom: 20px
}
@media (max-width: 1012px) {
  .header .header-services ul li {
    width: 25%
  }
}
.header .header-services ul li img {
  margin: 0 auto 5px auto
}
.header .header-services ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.2rem
}
.cards {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards {
    padding-top: 60px
  }
}
@media (max-width: 1012px) {
  .cards {
    padding-top: 40px
  }
}
@media (max-width: 767px) {
  .cards {
    padding-top: 20px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards {
    padding-bottom: 60px
  }
}
@media (max-width: 1012px) {
  .cards {
    padding-bottom: 40px
  }
}
@media (max-width: 767px) {
  .cards {
    padding-bottom: 20px
  }
}
.cards .cards-inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width: 1012px) {
  .cards .cards-inner {
    width: 738px
  }
}
@media (max-width: 767px) {
  .cards .cards-inner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px
  }
}
.cards .cards-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px;
  margin-bottom: -20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-items {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .cards .cards-items {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .cards .cards-items {
    margin-left: -5px;
    margin-right: -5px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-items {
    margin-bottom: -30px
  }
}
@media (max-width: 767px) {
  .cards .cards-items {
    margin-bottom: -10px
  }
}
.cards .cards-item {
  width: calc(33.32% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px;
  position: relative;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-item {
    width: calc(33.32% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .cards .cards-item {
    width: calc(33.32% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .cards .cards-item {
    width: calc(33.32% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-item {
    margin-bottom: 30px
  }
}
@media (max-width: 1012px) {
  .cards .cards-item {
    width: calc(50% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    margin-bottom: 30px
  }
}
@media (max-width: 1012px) and (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) and (max-width: 1012px) {
  .cards .cards-item {
    width: calc(50% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 1012px) and (max-width: 767px) {
  .cards .cards-item {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
@media (max-width: 767px) {
  .cards .cards-item {
    width: calc(100% - 23.33333px);
    margin-left: 11.66667px;
    margin-right: 11.66667px;
    margin-bottom: 10px
  }
}
@media (max-width: 767px) and (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-item {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 767px) and (max-width: 1012px) {
  .cards .cards-item {
    width: calc(100% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cards .cards-item {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.cards .cards-item:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3)
}
@media (max-width: 1012px) {
  .cards .cards-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
}
.cards .cards-item:hover p a.button {
  background-color: #9248ef
}
.cards .cards-pagination {
  padding-top: 25px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .cards .cards-pagination {
    padding-top: 30px
  }
}
@media (max-width: 1012px) {
  .cards .cards-pagination {
    padding-top: 20px
  }
}
@media (max-width: 767px) {
  .cards .cards-pagination {
    padding-top: 10px
  }
}
.cards h3 {
  color: #000;
  font-weight: bold
}
.cards h3 a {
  color: #000
}
.cards h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.cards p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #000
}
.cards p:last-child {
  margin-top: auto
}
.cards p.cards-date {
  color: #acacac
}
.cards p a.button {
  background-color: #a05ff1;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  font-size: 0.8rem;
  line-height: 1.2rem
}
.cards p a.button:hover {
  background-color: #9248ef
}
.cards ul {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-left: 17px;
  list-style-type: square
}
.cards ul li {
  color: #000
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -11.66667px;
  margin-right: -11.66667px;
  margin-bottom: -20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .gallery {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media (max-width: 1012px) {
  .gallery {
    margin-left: -8.33333px;
    margin-right: -8.33333px
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-left: -5px;
    margin-right: -5px
  }
}
.gallery .gallery-item {
  width: calc(33.33% - 23.33333px);
  margin-left: 11.66667px;
  margin-right: 11.66667px;
  margin-bottom: 20px
}
@media (min-height: 770px) and (min-width: 1210px) {
  .gallery .gallery-item {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px
  }
}
@media (max-width: 1012px) {
  .gallery .gallery-item {
    width: calc(33.33% - 16.66667px);
    margin-left: 8.33333px;
    margin-right: 8.33333px
  }
}
@media (max-width: 767px) {
  .gallery .gallery-item {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px
  }
}
.mobileNavigation {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 20px 0 20px
}
.mobileNavigation.isActive {
  right: 0
}
.mobileNavigation h6 {
  color: #000;
  font-weight: bold;
  margin: 0;
  text-align: center
}
.mobileNavigation p {
  color: #000;
  text-align: center
}
.mobileNavigation p a {
  color: #a05ff1
}
.mobileNavigation ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center
}
.mobileNavigation ul.links li a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold
}
.mobileNavigation ul.services {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center
}
.wFormContainer .grid {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.wForm .grid h4 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  padding: 20px 0 10px 0
}
.wForm .section {
  padding-top: 0;
  margin-bottom: 0
}
.wForm .grid a {
  color: #a05ff1
}
.wForm .grid .htmlSection, .wForm .actions {
  padding-left: 0;
  padding-right: 0
}
.wForm .grid legend {
  width: 100%
}
.grid__item, .grid__item-2, .grid__item-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block
}
.grid__item, .grid__item-2 {
  margin-bottom: 1.5rem
}
.grid__item {
  padding-left: 0
}
.grid__item-2 {
  padding-right: 0
}
.grid__item-3 {
  margin-bottom: 0
}
.wForm .oneField label.reqMark::after {
  content: '*';
  display: inline-block;
  color: #a05ff1
}
.wForm .errMsg span {
  color: #a05ff1
}
.form-fields label, .wForm label {
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: block;
  margin-bottom: 0;
  margin-bottom: .625rem
}
#tfa_433 label, #tfa_584 label {
  margin-bottom: 0;
  font-weight: 300;
  display: inline-block
}
.wForm input[type="text"], .wForm textarea, .wForm input[type="email"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  font-family: 'Assistant', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 5px;
  background: #fff;
  border: none;
  -o-border-image: initial;
  border-image: initial;
  padding: 0.6rem 1.125rem;
  transition: box-shadow 0.25s ease 0s, border 0.6s ease 0s, -webkit-box-shadow 0.25s ease 0s;
  color: #001033
}
.wForm textarea {
  height: 100px
}
input[type='submit'] {
  background: #a05ff1;
  margin-top: 2rem;
  border-width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.actions input:hover {
  background: #503079
}
.form-btn, input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.3rem;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 10px 35px;
  border-radius: 5px;
  font-family: 'Assistant', sans-serif;
  color: #FFFFFF;
  text-transform: uppercase
}
.form-btn {
  background: #f5731e;
  color: white;
  border: none;
  -webkit-transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background ease, 0.3s box-shadow ease;
  transition: 0.3s background ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease
}
.form-btn:focus, .form-btn:hover {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  background: #ef650b
}
input[type="radio"i], input[type="checkbox"i] {
  background-color: initial;
  cursor: default;
  margin: 3px 0.5ex;
  padding: initial;
  border: initial
}
.oneChoice {
  display: block
}
@media only screen and (max-width: 719px) {
  body {
    height: auto
  }
}
@media only screen and (max-width: 30em) {
  .view-more-light {
    font-size: 0.631578947368421em;
    line-height: 1.4
  }
}
@media only screen and (min-width: 45em) {
  .grid__item {
    margin-bottom: 0.5rem
  }
  .grid__item-2 {
    margin-bottom: 1rem
  }
  .grid__item-3 {
    margin-bottom: 0
  }
  .w-1-2-large-up, .w-2-4-large-up, .w-3-6-large-up, .w-6-12-large-up {
    width: 50% !important
  }
}
@media only screen and (max-width: 45em) {
  .form-fields label, .wForm label {
    font-size: 0.875em
  }
  .grid__item {
    padding-right: 0rem;
    padding-left: 0rem
  }
  .grid__item-2 {
    padding-right: 0rem;
    padding-left: 0rem
  }
  .form-btn, input[type='submit'] {
    font-size: 0.875em
  }
}