.primary-title {
  margin-bottom: 0px;
}

sup {
  background: #00676b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 10px;
  width: 100px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .section-form {
    width: 800px;
    margin: 0 auto;
  }

  .movie {
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .section-form {
    width: auto;
    margin: 0 auto;
  }

  .sp-none {
    display: none;
  }

  .movie {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

dt {
  width: 100%;
}

.btn-primary {
  margin-top: 40px;
}

.button {
  display: inline-block;
  border-radius: 3px;
  padding: 13px 22px 16px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #00676b;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  white-space: nowrap;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.slide .button {
  margin-left: 7px;
  margin-right: 7px
}

.slide .button.small {
  margin-left: 4px;
  margin-right: 4px
}

.button .material-icons {
  vertical-align: bottom;
  margin-right: 11px
}

.button .material-icons.right {
  margin-left: 11px;
  margin-right: 0px
}

.button svg {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin-right: 14px;
  pointer-events: none !important;
  position: relative
}

.button svg * {
  pointer-events: none !important
}

.button.actionButton {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 14px;
  border-radius: 25px;
  z-index: 999;
  background: rgba(40, 40, 40, 0.6);
  line-height: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: top
}

.button.actionButton .material-icons {
  margin: 0;
  position: relative;
  left: -2px;
  top: -2px;
  font-size: 26px
}

.button.actionButton.stroke {
  -webkit-box-shadow: none;
  box-shadow: none
}

.button.actionButton:hover {
  background: rgba(41, 41, 41, 0.8)
}

.button.actionButton.rounded {
  border-radius: 6px
}

.button.actionButton.rectangular {
  border-radius: 2px
}

.button.actionButton svg,
.slide.whiteSlide .button.actionButton svg {
  fill: #fff
}

.button.actionButton.sound [class*="sound-"] {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 13px
}

.button.actionButton.sound.playing .sound-on,
.button.actionButton.sound:not(.playing) .sound-off {
  opacity: 1
}

.button.actionButton.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.button:hover {
  -webkit-transition: 0.25s !important;
  transition: 0.25s !important;
  opacity: 1;
  -webkit-box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.075), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.075), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1)
}

.button:active {
  -webkit-transition: opacity 0.25s, top 0.25s, -webkit-transform 0.25s !important;
  transition: opacity 0.25s, top 0.25s, -webkit-transform 0.25s !important;
  transition: transform 0.25s, opacity 0.25s, top 0.25s !important;
  transition: transform 0.25s, opacity 0.25s, top 0.25s, -webkit-transform 0.25s !important;
  -webkit-box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  top: 1px
}

.button.uppercase {
  font-size: 17px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px
}

.button:not(.stroke) svg {
  fill: #fff
}

.button.round {
  border-radius: 99px;
  padding-left: 28px;
  padding-right: 28px
}

.button.rounded {
  border-radius: 6px
}

.button.square {
  border-radius: 0px
}

.button.stroke {
  color: #303030;
  border: 2px solid;
  background-color: transparent !important;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 23px;
  padding-right: 23px
}

.button.stroke.round {
  padding-left: 26px;
  padding-right: 26px
}

.button.stroke.uppercase {
  padding-top: 14px;
  padding-bottom: 14px
}

.button.stroke.uppercase svg {
  width: 19px;
  height: 19px
}

.button.stroke.uppercase.small {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 23px
}

.button.stroke.small {
  border: 1px solid;
  padding-top: 8px;
  padding-bottom: 8px
}

@media (min-width: 768px) {
  .button.stroke.big {
    padding-top: 17px;
    padding-bottom: 21px
  }

  .button.stroke.big.uppercase {
    padding-top: 20px;
    padding-bottom: 23px
  }
}

.button.stroke:hover {
  -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1)
}

.button.small {
  font-size: 17px;
  font-weight: 600;
  padding: 9px 14px 9px
}

.button.small .material-icons {
  vertical-align: bottom;
  position: relative;
  font-size: 20px;
  margin-right: 8px;
  bottom: 1px
}

.button.small .material-icons.right {
  margin-left: 8px;
  margin-right: 0px
}

.button.small svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  bottom: 2px
}

.button.small.round {
  padding-left: 18px;
  padding-right: 18px
}

.button.small.rounded {
  border-radius: 5px
}

.button.small.uppercase {
  font-size: 15px;
  padding: 10px 16px 11px
}

.button.small.uppercase.round {
  padding-left: 19px;
  padding-right: 19px
}

.button.small.uppercase svg {
  bottom: 0
}

@media (min-width: 768px) {
  .button.big {
    font-size: 30px;
    padding: 19px 32px 23px
  }

  .button.big.round {
    padding-left: 42px;
    padding-right: 42px
  }

  .button.big.rounded {
    border-radius: 7px
  }

  .button.big.uppercase {
    font-size: 26px;
    padding: 22px 30px 25px
  }

  .button.big.uppercase.round {
    padding-left: 42px;
    padding-right: 42px
  }

  .button.big .material-icons {
    vertical-align: bottom;
    margin-right: 16px;
    font-size: 38px
  }

  .button.big .material-icons.right {
    margin-left: 16px;
    margin-right: 0px
  }

  .button.big svg {
    width: 36px;
    height: 36px;
    margin-right: 18px
  }
}

.button.empty {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  margin: 0
}

.button.hollow {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important
}

.button.hollow svg {
  margin: 0
}

.button.shade {
  position: relative
}

.button.shade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.button.shade:hover:after {
  opacity: 0.15
}

.button.shade:active:after {
  opacity: 0.2
}

.button.play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 27px;
  margin-left: 0px;
  margin-right: 0px
}

.button.play svg {
  fill: #fff;
  width: 35px;
  height: 36px;
  margin: 0
}

.button.play.small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 20px 19px
}

.button.play.small svg {
  fill: #fff;
  width: 23px;
  height: 23px
}

.button.play:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.button.lowercase {
  text-transform: lowercase;
  letter-spacing: 0em;
  font-weight: 300
}

.slide.whiteSlide .button.stroke {
  color: #303030
}

.slide.whiteSlide .button.white:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0) inset, inset 0 -100px 0 rgba(41, 41, 41, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0) inset, inset 0 -100px 0 rgba(41, 41, 41, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.18)
}

.roundButton {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 14px;
  margin: 5px
}

.roundButton svg {
  bottom: 2px
}

@media (max-width: 319px) {

  .button.uppercase,
  .uppercase {
    letter-spacing: 0.07em
  }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'
}

.material-icons.md-18 {
  font-size: 18px
}

.material-icons.md-24 {
  font-size: 24px
}

.material-icons.md-36 {
  font-size: 36px
}

.material-icons.md-48 {
  font-size: 48px
}

.slide.whiteSlide svg {
  fill: #303030
}

.svgContainer,
.embedContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0
}

.svgContainer svg.scale,
.embedContainer .scale {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}

.dots {
  font-size: 0
}

.dot {
  padding: 8px;
  display: inline-block
}

.dot:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.dots.big .dot:after {
  width: 14px;
  height: 14px
}

.slide.whiteSlide .dot:after {
  background: #303030
}

.dot:hover:after {
  -webkit-transform: scale(1.33333);
  transform: scale(1.33333);
  opacity: 1
}

.dot:active:after,
.dot.selected:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.tabs {
  border: 1px solid #fff;
  color: #fff;
  max-width: 260px;
  border-radius: 5px
}

.tabs li {
  border: 1px solid #fff;
  padding: 15px 20px;
  letter-spacing: 2.5px;
  font-size: 17px;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.tabs li:first-child {
  border-radius: 4px 4px 0 0
}

.tabs li:last-child {
  border-radius: 0 0 4px 4px
}

.tabs li.selected {
  background: #fff;
  color: #303030
}

.whiteSlide .tabs,
.whiteSlide .tabs li {
  border: 1px solid #303030;
  color: #303030
}

.whiteSlide .tabs li.selected {
  background: #303030;
  color: #fff
}

.links li {
  font-size: 17px;
  letter-spacing: 0;
  padding: 4px 0
}

.address {
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 1.1666
}

.price {
  font-size: 140px;
  line-height: 1.26;
  margin-bottom: 20px;
  font-weight: 200
}

.currency {
  font-size: 40px;
  vertical-align: super;
  font-weight: 400;
  padding-right: 10px;
  margin-left: -0.8em;
  opacity: 0.6;
  position: relative;
  top: -16px
}

.social-circles {
  font-size: 0
}

.social-circles li {
  display: inline-block
}

.social-circles li svg {
  width: 22px;
  height: 22px;
  fill: #fff
}

form {
  margin-top: -5px
}

form * {
  font-family: inherit
}

form textarea {
  max-height: 200px;
  max-width: 100%;
  min-height: 130px
}

form textarea.round {
  border-radius: 15px !important
}

form label,
form .label {
  display: contents;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 7px
}

form label.uppercase,
form .label.uppercase {
  font-size: 14px
}

@media screen and (min-width: 992px) {

  form input[type="text"],
  form input[type="number"],
  form input[type="name"],
  form input[type="email"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="time"],
  form textarea,
  form select {
    background-color: #fff;
    position: relative;
    background: #fff;
    padding: 13px 16px 16px;
    border: none;
    font-size: 20px;
    color: #242424;
    outline: none;
    border-radius: 3px;
    width: 130%;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -100px 0 #fff inset;
    box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -100px 0 #fff inset;
    -webkit-transition: 0.15s;
    transition: 0.15s
  }
}

@media screen and (max-width: 991px) {

  form input[type="text"],
  form input[type="number"],
  form input[type="name"],
  form input[type="email"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="time"],
  form textarea,
  form select {
    background-color: #fff;
    position: relative;
    background: #fff;
    padding: 13px 16px 16px;
    border: none;
    font-size: 20px;
    color: #242424;
    outline: none;
    border-radius: 3px;
    width: auto;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -100px 0 #fff inset;
    box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -100px 0 #fff inset;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 90%;
  }
}

form input[type="text"].flat,
form input[type="text"]:focus,
form input[type="number"].flat,
form input[type="number"]:focus,
form input[type="name"].flat,
form input[type="name"]:focus,
form input[type="email"].flat,
form input[type="email"]:focus,
form input[type="password"].flat,
form input[type="password"]:focus,
form input[type="tel"].flat,
form input[type="tel"]:focus,
form textarea.flat,
form textarea:focus,
form select.flat,
form select:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, 0 3px 4px 0px rgba(41, 41, 41, 0) inset, 0 -100px 0 #fff inset;
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, 0 3px 4px 0px rgba(41, 41, 41, 0) inset, 0 -100px 0 #fff inset
}

form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="name"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
form select:focus::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}

form input[type="text"]:focus:-moz-placeholder,
form input[type="number"]:focus:-moz-placeholder,
form input[type="name"]:focus:-moz-placeholder,
form input[type="email"]:focus:-moz-placeholder,
form input[type="password"]:focus:-moz-placeholder,
form input[type="tel"]:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder,
form select:focus:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}

form input[type="text"]:focus::-moz-placeholder,
form input[type="number"]:focus::-moz-placeholder,
form input[type="name"]:focus::-moz-placeholder,
form input[type="email"]:focus::-moz-placeholder,
form input[type="password"]:focus::-moz-placeholder,
form input[type="tel"]:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder,
form select:focus::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}

form input[type="text"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="name"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder,
form select:focus:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}

form input[type="text"].round,
form input[type="number"].round,
form input[type="name"].round,
form input[type="email"].round,
form input[type="password"].round,
form input[type="tel"].round,
form textarea.round,
form select.round {
  border-radius: 50px;
  padding-left: 22px;
  padding-right: 22px
}

form input[type="text"].rounded,
form input[type="number"].rounded,
form input[type="name"].rounded,
form input[type="email"].rounded,
form input[type="password"].rounded,
form input[type="tel"].rounded,
form textarea.rounded,
form select.rounded {
  border-radius: 6px
}

form input[type="text"]:after,
form input[type="number"]:after,
form input[type="name"]:after,
form input[type="email"]:after,
form input[type="password"]:after,
form input[type="tel"]:after,
form textarea:after,
form select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff
}

@media (min-width: 768px) {

  form input[type="text"],
  form input[type="number"],
  form input[type="name"],
  form input[type="email"],
  form input[type="password"],
  form input[type="tel"],
  form textarea,
  form select {
    max-width: 770px;
    font-size: 15px !important;
    font-weight: 100;
  }
}

form input[type="text"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="name"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}

form input[type="text"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="name"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}

form input[type="text"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="name"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}

form input[type="text"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="name"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}

form textarea {
  font-weight: 400
}

form textarea.round {
  border-radius: 25px
}

form select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="#303030" d="M14.022 0l5.978 6 6-6z"	/></svg>')
}

form input[type="text"],
form input[type="number"],
form input[type="name"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="submit"],
form select,
form button[type="submit"],
form textarea {
  margin: 5px;
  font-size: 15px;
  font-weight: 100;
}

form input[type="text"].wide,
form input[type="number"].wide,
form input[type="name"].wide,
form input[type="email"].wide,
form input[type="password"].wide,
form input[type="tel"].wide,
form input[type="submit"].wide,
form button[type="submit"].wide,
form textarea.wide {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0
}

@media (min-width: 769px) {
  form input.pair {
    width: 50% !important;
    max-width: 50% !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
  }

  form input.pair+.pair {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: calc(50% + 1px) !important;
    max-width: calc(50% + 1px) !important;
    margin-left: -1px
  }
}

form.wide input,
form.wide textarea {
  width: 100%;
  max-width: 100%;
  margin: 8px 0
}

form.center input,
form.center textarea {
  text-align: center
}

@media (max-width: 768px) {
  form label {
    margin-top: 30px
  }
}

.slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #303030;
  color: #fff;
  z-index: 10;
  overflow: hidden
}

.slide.active {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.mobile .slide {
  visibility: hidden
}

.mobile .slide.active {
  visibility: visible
}

.slide.whiteSlide {
  color: #303030;
  background: #fff
}

.content {
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-overflow-scrolling: touch
}

.content.scrollBar {
  overflow-y: auto
}

.windows .defaultScroll .content {
  overflow: auto;
  overflow-x: hidden
}

.mobile .content {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

.fade .content {
  background: rgba(17, 19, 20, 0.6)
}

.fade-1 .content {
  background: rgba(17, 19, 20, 0.1)
}

.fade-2 .content {
  background: rgba(17, 19, 20, 0.2)
}

.fade-3 .content {
  background: rgba(17, 19, 20, 0.3)
}

.fade-4 .content {
  background: rgba(17, 19, 20, 0.4)
}

.fade-5 .content {
  background: rgba(17, 19, 20, 0.5)
}

.fade-6 .content {
  background: rgba(17, 19, 20, 0.6)
}

.fade-7 .content {
  background: rgba(17, 19, 20, 0.7)
}

.fade-8 .content {
  background: rgba(17, 19, 20, 0.8)
}

.fade-9 .content {
  background: rgba(17, 19, 20, 0.9)
}

.whiteSlide[class*="fade"] .content {
  background: rgba(255, 255, 255, 0.85)
}

.container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: auto;
}

.container .wrap {}

.container .wrap:not(.noSpaces),
.container .wrap.spaceWrap,
.container .wrap .spaceWrap {
  padding: 120px 0 70px;
}

.container .wrap .overflowHidden {
  overflow: hidden
}

.container .wrap * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.slide .background,
.popup .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide .background iframe,
.popup .background iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0
}

.slide:not(.youtube) .background iframe,
.popup:not(.youtube) .background iframe {
  width: 100%;
  height: 100%
}

.grid {
  margin-left: -2%;
  margin-right: 5%
}

.grid [class*='col-'] {
  display: block;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  float: left
}

.grid.fixedSpaces {
  margin-left: -14px;
  margin-right: -14px
}

.grid.fixedSpaces [class*='col-'] {
  padding-left: 14px;
  padding-right: 14px
}

.grid.noSpaces {
  margin-left: 0;
  margin-right: 0
}

.grid.noSpaces [class*='col-'] {
  padding-left: 0;
  padding-right: 0
}

.grid .toLeft[class*='col-'] {
  margin-left: 0 !important;
  margin-right: auto !important
}

.grid .toRight[class*='col-'] {
  margin-right: 0 !important;
  margin-left: auto !important;
  float: right
}

.grid .toCenter[class*='col-'] {
  margin-left: auto !important;
  margin-right: auto !important
}

.grid>.col-1-12 {
  max-width: 8.33333%
}

.ae-2 {
  text-align: center;
  padding-top: 100px;
  font-size: 30px;
  margin-bottom: 0;
}

.ae-3 {
  text-align: center;
  width: 100%;
  font-size: 50px;
}

.grid>.col-2-12 {
  max-width: 16.66667%
}

.grid>.col-3-12 {
  max-width: 25%
}

@media screen and (min-width: 992px) {
  .grid>.col-4-12 {
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .grid>.col-4-12 {
    max-width: 100%;
  }
}

.grid>.col-4-12 img {
  width: 100%;
}

.grid>.col-5-12 {
  max-width: 41.66667%
}

.grid>.col-6-12 {
  max-width: 100%
}

.grid>.col-7-12 {
  max-width: 58.33333%
}

.grid>.col-8-12 {
  max-width: 66.66667%
}

.grid>.col-9-12 {
  max-width: 75%
}

.grid>.col-10-12 {
  max-width: 83.33333%
}

.grid>.col-11-12 {
  max-width: 91.66667%
}

.grid>.col-12-12 {
  max-width: 100%
}

.grid+.grid {
  margin-top: 20px
}

.grid:after {
  content: "";
  display: table;
  clear: both
}

[class*='fix-'] {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none
}

.toLeft,
.toLeft[class*='fix-'] {
  margin-left: 0 !important;
  margin-right: auto !important
}

.toRight,
.toRight[class*='fix-'] {
  margin-right: 0 !important;
  margin-left: auto !important;
  float: right
}

.toCenter {
  margin-left: auto !important;
  margin-right: auto !important
}

.popupTrigger,
.dropdownTrigger,
.sidebarTrigger {
  cursor: pointer
}

.shiftImage {
  margin-top: -15%;
  margin-bottom: -100%
}

.shiftImageVertical {
  margin-right: -100%;
  max-width: none
}

.slide.video .background {
  overflow: hidden
}

.slide.video .background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover
}

.slide.video .background video::-webkit-media-controls {
  display: none !important
}

.slide.video .background video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none
}

.slide.video .background video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}

html:not(.mobile) .slide.video .background[style] {
  background: none !important
}

.mobile .slide.video .background[style] video {
  display: none
}

.videoThumbnail {
  cursor: pointer;
  position: relative;
  font-size: 0;
  overflow: hidden;
  line-height: 0
}

.videoThumbnail.shadow {
  -webkit-box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6)
}

.videoThumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/icon/video-icon.svg") no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.videoThumbnail:not(.noTint):hover:after {
  background-color: rgba(0, 0, 0, 0.15)
}

.videoThumbnail:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.videoThumbnail:active:after {
  opacity: 0.8
}

.videoThumbnail.small {
  max-width: 200px;
  display: block
}

.videoThumbnail.small.shadow {
  -webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.6)
}

.videoThumbnail.small:after {
  background-size: 44px
}

.shadow,
.button.empty.shadow:hover {
  -webkit-box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6)
}

.pad {
  border-radius: 6px;
  padding: 10%;
  color: #303030;
  background: #fff;
  overflow: hidden
}

.pad.shadow {
  -webkit-box-shadow: 0 35px 54px rgba(0, 0, 0, 0.3), 0 5px 20px rgba(0, 0, 0, 0.07), 0 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 35px 54px rgba(0, 0, 0, 0.3), 0 5px 20px rgba(0, 0, 0, 0.07), 0 0px 1px rgba(0, 0, 0, 0.12)
}

.pad.shadow.stroke {
  background: transparent;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  color: #fff
}

.pad.shadow.stroke:hover {
  background: #fff;
  color: #303030;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.pad.shadowHover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 52px 64px rgba(0, 0, 0, 0);
  box-shadow: 0 52px 64px rgba(0, 0, 0, 0)
}

.pad.shadowHover:hover {
  -webkit-box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
  box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5)
}

.pad small {
  font-size: 15px;
  line-height: 1.45;
  margin: 15px 0
}

@media (max-width: 767px) {
  .pad.collapse {
    background: inherit;
    color: inherit;
    border: none;
    padding: 0 !important;
    overflow: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0s !important;
    transition: 0s !important
  }

  .pad.shadow {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.quoteBubble {
  padding: 7%;
  background: #fff;
  font-size: 26px;
  color: #303030;
  position: relative
}

.quoteBubble:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 6%;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0
}

.quoteName {
  padding-top: 26px;
  font-size: 22px;
  font-weight: 600
}

.quoteTitle {
  font-weight: 400;
  opacity: 0.8
}

.slide.whiteSlide .quoteBubble {
  background: #303030;
  color: #fff
}

.slide.whiteSlide .quoteBubble:after {
  border-color: #303030 transparent;
  color: #fff
}

.resizing .equalElement {
  -webkit-transition: 0s !important;
  transition: 0s !important
}

.hr {
  position: relative;
  height: 1px
}

.hr:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  left: 0;
  -webkit-transform: scaleX(3);
  transform: scaleX(3)
}

.whiteSlide .hr:after {
  background: rgba(41, 41, 41, 0.05)
}

@media (max-width: 1023px) {
  .videoThumbnail {
    max-width: 100%;
    width: 100%
  }

  .grid:not(.later)>[class*='col-'] {
    max-width: 100% !important;
    width: 100% !important
  }

  .grid:not(.later)>[class*='col-'] .mobileLeft {
    text-align: left
  }

  .grid:not(.later)>[class*='col-'] .mobileRight {
    text-align: right
  }

  .grid:not(.later)>[class*='col-'] .pad {
    border: none;
    padding: 10% 0 !important;
    border-radius: 0;
    -webkit-transition: 0s !important;
    transition: 0s !important
  }

  .grid:not(.later)>[class*='col-'] .pad:hover,
  .grid:not(.later)>[class*='col-'] .pad.stroke {
    background: inherit;
    color: inherit
  }

  .shiftImage {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .shiftImageVertical {
    margin-right: 0 !important;
    max-width: 100% !important
  }
}

@media (max-width: 766px) {
  .grid.later>[class*='col-'] {
    max-width: 100% !important;
    width: 100% !important
  }

  .grid.later>[class*='col-'] .mobileLeft {
    text-align: left
  }

  .grid.later>[class*='col-'] .mobileRight {
    text-align: right
  }
}

@media (min-width: 1024px) {
  .hideForDesktop {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .showForDesktop {
    display: block !important
  }
}

@media (max-width: 1024px) {
  .hideForTablet {
    display: none !important
  }
}

@media (max-width: 1024px) {
  .showForTablet {
    display: block !important
  }
}

@media (max-width: 767px) {
  .hideForPhablet {
    display: none !important
  }
}

@media (max-width: 768px) {
  .showForPhablet {
    display: block !important
  }
}

@media (max-width: 435px) {
  .hideForPhone {
    display: none !important
  }
}

@media (max-width: 435px) {
  .showForPhone {
    display: block !important
  }
}

html.mobile .hideForMobile {
  display: none !important
}

html.mobile .showForMobile {
  display: block !important
}

.helpBubble {
  cursor: pointer
}

.helpBubble:after {
  content: "?";
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 1.2;
  background: #303030;
  opacity: 0.3;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.helpBubble .helpMessage {
  background: rgba(255, 255, 255, 0.98);
  color: #303030;
  font-size: 17px;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07), 0 6px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07), 0 6px 8px rgba(0, 0, 0, 0.05);
  padding: 17px;
  text-align: left;
  bottom: 50%;
  margin-bottom: 5px;
  -webkit-transform: translateY(10px) scale(0.95);
  transform: translateY(10px) scale(0.95);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
  color: rgba(48, 48, 48, 0.7)
}

.helpBubble .helpMessage strong {
  color: #303030
}

.helpBubble:hover .helpMessage {
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1
}

.helpBubble:hover:after {
  opacity: 1
}

.panel {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 1.5% 1.8%;
  z-index: 200;
  text-align: center;
  font-size: 22px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.panel.large {
  padding: 2.78% 5%
}

.panel.small {
  padding-top: 14px;
  padding-bottom: 14px
}

.panel.top {
  top: 0
}

.panel.bottom {
  bottom: 0
}

.animated .panel.top,
.animateOnScroll .panel.top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0
}

.animated .panel.bottom,
.animateOnScroll .panel.bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0
}

.animated .panel.bottom:not(.fixed),
.animateOnScroll .panel.bottom:not(.fixed) {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important
}

.page-loaded .animated .panel,
.page-loaded .animateOnScroll .panel {
  -webkit-transition: opacity 0.5s, padding 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, padding 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, padding 0.5s;
  transition: transform 0.5s, opacity 0.5s, padding 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.slides.whiteSlide .panel {
  color: #303030
}

.scroll .panel.hideOnScroll.top.hide,
.mobile .simplifiedMobile .panel.hideOnScroll.top.hide {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
  opacity: 0
}

.scroll .panel.hideOnScroll.bottom.hide,
.mobile .simplifiedMobile .panel.hideOnScroll.bottom.hide {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  opacity: 0
}

.panel .sections {
  display: table;
  width: 100%;
  font-size: 0
}

.panel .sections>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 33.33333%;
  white-space: nowrap;
  font-size: 22px;
  height: 50px
}

.panel .sections>div.auto {
  width: 0.1%
}

.panel .sections>div * {
  pointer-events: all
}

.panel .sections>div.left {
  text-align: left
}

.panel .sections>div.left ul.crop {
  padding-left: 0
}

.panel .sections>div.left ul.crop li:first-child {
  margin-left: 0
}

.panel .sections>div.left.space {
  padding-right: 20px
}

.panel .sections>div.right {
  text-align: right
}

.panel .sections>div.right ul.crop {
  padding-right: 0
}

.panel .sections>div.right ul.crop li:last-child {
  margin-right: 0
}

.panel .sections>div.right.space {
  padding-left: 20px
}

.panel .sections>div.center.space {
  padding: 0 20px
}

.panel .sections.hidden {
  display: none
}

.panel .sections .menu {
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  font-size: 0
}

.panel .sections .menu li {
  font-size: 22px;
  display: inline-block;
  margin: 0 10px
}

.panel .sections .menu li a {
  padding: 4px 10px 5px
}

.panel .sections .menu.small li {
  font-size: 18px;
  margin: 0 4px
}

.panel .sections .menu.uppercase {
  font-weight: 600 !important
}

.panel .sections .menu.uppercase li {
  font-size: 17px;
  margin: 0 10px;
  letter-spacing: 0.15em
}

.panel .sections .menu.uppercase.small li {
  font-size: 17px
}

.panel .hidden,
.panel .hidden * {
  display: none
}

.panel svg {
  fill: #fff;
  width: 22px;
  height: 22px
}

.slides.whiteSlide .panel svg {
  fill: #303030
}

.panel a:not(.button):hover {
  opacity: 0.75;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.panel .button {
  margin: 0
}

.panel .button+.button {
  margin-left: 10px
}

.panel .button:not(.actionButton) {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
  background: #fff;
  color: #303030;
  font-size: 20px;
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 14px
}

.panel .button:not(.actionButton).small {
  font-size: 18px
}

.panel .button:not(.actionButton).micro {
  font-size: 16px;
  padding: 12px 22px
}

.panel .nextSlide,
.panel .prevSlide {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px
}

.slides.whiteSlide .panel .menuButton {
  background: #303030;
  color: #fff
}

.slides.whiteSlide .panel .button.menuButton.stroke {
  color: #303030
}

.slides.whiteSlide .panel .actionButton svg {
  fill: #fff
}

.panel .menuButton.uppercase {
  font-size: 17px;
  padding: 12px 19px
}

.panel .menuButton.uppercase.small {
  font-size: 14px
}

.panel .button.menuButton.stroke {
  color: #fff
}

.panel .prevSlide,
.panel .nextSlide {
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.firstSlide .panel .prevSlide,
.lastSlide .panel .nextSlide {
  opacity: 0;
  pointer-events: none;
  cursor: default
}

.firstSlide .panel.bottom .nextSlide svg {
  -webkit-animation: animateArrow 4s infinite;
  animation: animateArrow 4s infinite
}

.panel .twitterIcon,
.panel .panelIcon {
  position: relative;
  top: 5px
}

@-webkit-keyframes animateArrow {
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  90% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes animateArrow {
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  90% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@media (max-width: 766px) {
  .panel {
    padding: 2.78% 5%
  }
}

.nextSlide,
.prevSlide {
  cursor: pointer
}

.nextSlide:hover,
.prevSlide:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.nextSlide:active,
.prevSlide:active {
  opacity: 0.75
}

.firstSlide.lastSlide .nextSlide,
.firstSlide.lastSlide .prevSlide {
  opacity: 0
}

html:not(.page-loaded) .slides.animated .slide.selected,
html:not(.page-loaded) .slides.animated.scroll .slide {
  opacity: 0.2 !important
}

.loadingIcon {
  position: fixed;
  z-index: 10000;
  text-align: center;
  top: 10px;
  right: 10px;
  opacity: 0
}

.page-ready .loadingIcon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s
}

.loadingIcon svg {
  width: 24px;
  height: 24px
}

.loadingIcon svg .dash {
  stroke: #fff
}

.page-loaded .loadingIcon {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  -webkit-transition: all 0.5s, visibility 0s 5s;
  transition: all 0.5s, visibility 0s 5s
}

.slides .loadingIcon svg {
  -webkit-animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64);
  animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64)
}

.page-loaded .slides .loadingIcon svg {
  -webkit-animation: none;
  animation: none
}

.loadingIcon svg .dash {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg)
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg)
  }
}

.side {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  padding: calc(3% + 50px) 4%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (min-width: 1380px) {
  .side {
    padding-left: 55px;
    padding-right: 55px
  }
}

.page-loaded .side {
  opacity: 1
}

.side.large {
  padding: calc(5.56% + 50px) 5%
}

.side.left {
  left: 0;
  right: inherit
}

.side.right {
  right: 0;
  left: inherit
}

.side.compact {
  padding: 30px 4%
}

.side.compact .navigation li {
  width: 15px;
  height: 7px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.2;
  padding: 1px;
  cursor: pointer
}

.side.compact .navigation li.selected,
.side.compact .navigation li:hover {
  opacity: 1
}

.side.compact .navigation li:after {
  display: none
}

.side.compact .navigation li:before {
  margin: 0 -12px;
  top: -10px
}

.whiteSlide .side.compact .navigation li {
  background: #303030
}

.side.compact:not(.square) .navigation li:first-child {
  border-radius: 10px 10px 0 0
}

.side.compact:not(.square) .navigation li:last-child {
  border-radius: 0 0 10px 10px
}

.panel .side {
  position: relative;
  display: inline;
  height: auto;
  padding: 0
}

.slides.whiteSlide .side svg:not([fill]) {
  fill: #303030
}

.navigation {
  display: table;
  height: 100%
}

.navigation ul {
  display: table-cell;
  vertical-align: middle
}

.navigation * {
  pointer-events: all
}

.navigation li {
  fill: #fff;
  display: block;
  background: transparent;
  padding: 9px;
  margin: 0 -9px;
  cursor: pointer;
  position: relative
}

.navigation li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  opacity: 0.5;
  background: #fff;
  -webkit-box-shadow: 0 0 1px #303030;
  box-shadow: 0 0 1px #303030;
  -webkit-transition: opacity 0.25s, background 0.25s;
  transition: opacity 0.25s, background 0.25s
}

.navigation li.selected:after {
  opacity: 1
}

.navigation li:hover:after {
  opacity: 1
}

.medium .navigation li {
  padding: 11px;
  margin: 0 -11px
}

.medium .navigation li:after {
  width: 10px;
  height: 10px;
  border-radius: 5px
}

.small .navigation li {
  padding: 13px;
  margin: 0 -9px
}

.small .navigation li:after {
  width: 6px;
  height: 6px;
  border-radius: 3px
}

.navigation li[data-title]:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 1px;
  background: rgba(40, 40, 40, 0.7);
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  padding: 6px 14px 7px;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: 0.01em;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1)
}

.navigation li:hover:before {
  visibility: visible
}

.left .navigation li:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  left: inherit;
  right: 0
}

.panel.bottom .navigation li:before {
  -webkit-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  left: 14px;
  top: -2px
}

.stroke .navigation li:after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  background-color: transparent
}

.stroke.small .navigation li:after {
  border-width: 1px
}

.stroke .navigation li.selected:after {
  background: #fff
}

.stroke .navigation li:hover:after {
  background: #fff
}

.square .navigation li:after {
  border-radius: 0
}

.square.small .navigation li:after {
  border-radius: 0
}

.diamond .navigation li:after {
  border-radius: 0px;
  -webkit-transform: rotate(45deg) scale(0.72);
  transform: rotate(45deg) scale(0.72)
}

.diamond.medium .navigation li:after {
  -webkit-transform: rotate(45deg) scale(0.88);
  transform: rotate(45deg) scale(0.88)
}

.diamond.small .navigation li:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1)
}

.slides.whiteSlide .navigation li:after {
  background: #303030;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff
}

.slides.whiteSlide .stroke .navigation li:after {
  border-color: #303030;
  background: transparent
}

.slides.whiteSlide .stroke .navigation li:hover:after {
  background: #303030
}

.slides.whiteSlide .stroke .navigation li.selected:after {
  border-color: #303030;
  background: #303030
}

.panel .navigation,
.panel .navigation ul {
  display: inline
}

.panel .navigation li {
  display: inline-block;
  margin: -9px 0
}

.panel .side.small .navigation li {
  margin: 0
}

.navigation .sideArrow {
  width: 31px;
  height: 72px;
  margin: 0px -9px
}

@media (max-width: 766px) {
  .navigation .sideArrow {
    width: 17px;
    height: 40px
  }
}

.dropdown {
  position: fixed;
  z-index: 300;
  color: #303030;
  width: 160px;
  background: #fff;
  -webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  border-radius: 8px;
  text-align: center;
  cursor: default;
  -webkit-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s, -webkit-box-shadow 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -webkit-box-shadow 0.35s;
  transition: transform 0.35s, opacity 0.35s, box-shadow 0.35s;
  transition: transform 0.35s, opacity 0.35s, box-shadow 0.35s, -webkit-transform 0.35s, -webkit-box-shadow 0.35s
}

.dropdown:not(.show) {
  pointer-events: none;
  opacity: 0
}

.slides .dropdown h3,
.dropdown .title {
  font-size: 17px;
  padding: 15px 0;
  font-weight: 500;
  margin: 0;
  text-align: center;
  opacity: 0.65
}

.dropdown:after,
.dropdown:before {
  content: "";
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px
}

.dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 8px;
  margin-left: -8px
}

.dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.dropdown.show.hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  pointer-events: none
}

.dropdown.bottom {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.dropdown.bottom.show {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

.dropdown.bottom.show.hide {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

.dropdown.bottom:after,
.dropdown.bottom:before {
  top: 100%;
  bottom: initial;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-color: #fff
}

.dropdown.bottom:before {
  border-top-color: rgba(0, 0, 0, 0.06)
}

.dropdown.right:after,
.dropdown.right:before {
  right: 18px;
  left: auto
}

.dropdown.right:before {
  right: 17px
}

.dropdown.center:after,
.dropdown.center:before {
  left: 50%
}

.dropdown.noArrow:after,
.dropdown.noArrow:before {
  display: none
}

.dropdown.share li {
  float: left;
  text-align: center;
  display: block;
  width: 80px;
  height: 50px;
  padding: 14px 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.dropdown.share li:hover {
  opacity: 1
}

.dropdown.share li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.dropdown.share li:active:after {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s
}

.dropdown.share li svg {
  width: 20px;
  height: 20px;
  fill: #fff
}

.dropdown.share li.mail {
  width: 100%;
  height: 50px;
  color: #7E7E7E;
  font-size: 15px;
  padding: 15px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.dropdown.share li.mail:after {
  border-radius: 0 0 7px 7px;
  background: rgba(0, 0, 0, 0.05)
}

.dropdown.share li.mail:hover {
  text-decoration: underline
}

.scroll .dropdown {
  position: absolute;
  top: 0
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90%;
  height: 100%;
  color: #fff;
  z-index: 500;
  background: #222;
  -webkit-transition: visibility 0s, -webkit-transform 0.5s;
  transition: visibility 0s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s, -webkit-transform 0.5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.sidebarShown .sidebar.visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1
}

.sidebar .content {
  padding: 40px;
  overflow-y: auto;
  position: relative
}

.sidebar.small .content {
  padding: 30px
}

.sidebar .wrap {
  padding: 0
}

.sidebar.left {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.sidebar.top {
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.sidebar.bottom {
  bottom: 0;
  top: inherit;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.sidebar .logo {
  padding: 0;
  font-size: 0;
  margin-bottom: 35px
}

.sidebar a {
  display: inline-block;
  color: #fff;
  fill: #fff
}

.sidebar a:hover {
  opacity: 0.8
}

.sidebar .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: 0.5;
  z-index: 101;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.sidebar .close:hover {
  opacity: 1
}

.sidebar .close svg {
  width: 30px;
  height: 30px;
  fill: #fff
}

.sidebar .close:active svg {
  -webkit-transform: scale(0.92);
  transform: scale(0.92)
}

.sidebar ul {
  line-height: 1.9;
  margin-bottom: 25px;
  display: block;
  font-size: 0
}

.sidebar .uppercase li a {
  text-transform: uppercase;
  letter-spacing: 0.15em
}

.sidebar .mainMenu li a {
  font-size: 24px;
  font-weight: 600
}

.sidebar .mainMenu.small li a {
  font-size: 22px
}

.sidebar .subMenu li {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  opacity: 0.8;
  font-size: 22px
}

.sidebar .subMenu.small li {
  font-size: 17px
}

.sidebar .social {
  margin-top: 40px
}

.sidebar .social li {
  display: inline-block;
  margin-right: 20px
}

.sidebar .social li:last-child {
  margin-right: 0
}

.sidebar .social li a {
  font-size: 0;
  padding: 0
}

.sidebar .social li a svg {
  width: 18px;
  height: 18px
}

.sidebar .social.small li {
  margin-right: 12px
}

.sidebar .social.small li a svg {
  width: 15px;
  height: 15px
}

.sidebar .social.large li {
  margin-right: 12px
}

.sidebar .social.large li a svg {
  width: 22px;
  height: 22px
}

.sidebar.small .social {
  margin-top: 30px
}

.sidebar .large li a {
  font-size: 36px
}

.sidebar .light li a {
  font-weight: 300
}

.sidebar .social.medium li a svg {
  width: 18px;
  height: 18px
}

.sidebar .social.medium li {
  margin-right: 14px
}

.sidebarShown .slide.selected .content {
  overflow: hidden
}

.page-loaded.sidebarShown .slide.selected {
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
  pointer-events: none;
  opacity: 0.5 !important
}

.sidebarShown .panel.top {
  opacity: 0
}

.sidebarShown .panel.bottom {
  opacity: 0.5;
  -webkit-transform: scale(0.95) translateY(-10%);
  transform: scale(0.95) translateY(-10%)
}

.page-loaded.sidebarShown .panel,
.page-loaded.sidebarShown .slide.selected,
.page-loaded.sidebarShown .slide.selected:after,
.sidebar {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s !important;
  transition: opacity 0.5s, -webkit-transform 0.5s !important;
  transition: transform 0.5s, opacity 0.5s !important;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s !important
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1000;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  overflow-y: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.popup:not([class*="fade"]) {
  background: rgba(17, 17, 17, 0.9)
}

.popupShown .popup.visible {
  display: block;
  -webkit-animation: popupFadeIn 0.75s;
  animation: popupFadeIn 0.75s
}

.popup .content {
  overflow-y: auto
}

.popupShown .popup.visible:not(.animated) .popupContent {
  -webkit-animation: zoomOut 0.5s 0.25s backwards;
  animation: zoomOut 0.5s 0.25s backwards
}

.popupShown .slow .popup.visible {
  -webkit-animation: fadeIn 1.25s;
  animation: fadeIn 1.25s
}

.popupShown .slow .popup.visible:not(.animated) .popupContent {
  -webkit-animation: zoomOut 1s 0.25s backwards;
  animation: zoomOut 1s 0.25s backwards
}

.popupShown .fast .popup.visible {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s
}

.popupShown .fast .popup.visible .popupContent {
  -webkit-animation: zoomOut 0.5s 0.25s backwards;
  animation: zoomOut 0.5s 0.25s backwards
}

.popup .close {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: 0.5;
  z-index: 1050;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.popup .close.left {
  right: inherit;
  left: 0
}

.popup .close:hover {
  opacity: 1
}

.popup .close svg {
  width: 30px;
  height: 30px;
  fill: #fff
}

.popup .close.closeButton {
  margin: 14px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  border-radius: 3px;
  padding: 13px 20px;
  border: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #fff;
  background: #303030;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.popup .close.closeButton.round {
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 50px
}

.popup .close.closeButton svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: relative;
  left: -4px;
  margin-right: 4px
}

.popup .close.closeButton.white svg {
  fill: #303030
}

.popup.white .close svg {
  fill: #303030
}

.popup .wrap {
  padding: 18px 58px
}

.popup .wrap.spaces {
  padding: 58px
}

.popup.fullscreen .wrap {
  padding: 0
}

.popup.fullscreen .embedVideo {
  height: 100vh;
  padding-bottom: 0
}

@-webkit-keyframes popupFadeIn {
  from {
    opacity: 0
  }
}

@keyframes popupFadeIn {
  from {
    opacity: 0
  }
}

.embedVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.embedVideo.size-16x10 {
  padding-bottom: 62.5%
}

.embedVideo.size-16x10 {
  padding-bottom: 62.5%
}

.embedVideo.size-4x3 {
  padding-bottom: 75%
}

.embedVideo.size-1x1,
.embedVideo.size-square {
  padding-bottom: 100%
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
  z-index: 100
}

.zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
  margin: 0 !important
}

.zoom-overlay {
  background: #111;
  position: fixed;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99
}

.zoom-overlay-open .zoom-overlay {
  opacity: 0.9
}

.zoom-overlay-open .side,
.zoom-overlay-open .panel {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default
}

.zoom-img-parent {
  position: relative;
  z-index: 1000
}

.slider {
  position: relative
}

.slider.clickable {
  cursor: pointer
}

.slider.autoHeight {
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.slider>li {
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  pointer-events: none
}

.slider>li.selected {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  pointer-events: all
}

.controller li {
  cursor: pointer
}

.controller li.selected {
  cursor: default;
  pointer-events: none
}

.slide.before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.slide,
.slide.after {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  will-change: transform
}

.slide.before,
.slide.after {
  opacity: 0
}

.slide.selected {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 11
}

.scroll .slide.selected {
  z-index: 10
}

.page-loaded .slide.selected {
  opacity: 1 !important
}

.horizontal .slide,
.horizontal .slide.before {
  -webkit-transform: translate3D(-50%, 0, 0);
  transform: translate3D(-50%, 0, 0)
}

.horizontal .slide.after {
  -webkit-transform: translate3D(50%, 0, 0);
  transform: translate3D(50%, 0, 0)
}

.film .slide.before {
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0)
}

.film .slide.after {
  -webkit-transform: translate3D(0, 100%, 0);
  transform: translate3D(0, 100%, 0)
}

.film.horizontal .slide.before {
  -webkit-transform: translate3D(-100%, 0, 0);
  transform: translate3D(-100%, 0, 0)
}

.film.horizontal .slide,
.film.horizontal .slide.after {
  -webkit-transform: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0)
}

.zen .slide.before {
  -webkit-transform: translateY(-100%) scale(0.8);
  transform: translateY(-100%) scale(0.8)
}

.zen .slide,
.zen .slide.after {
  -webkit-transform: translateY(100%) scale(0.8);
  transform: translateY(100%) scale(0.8)
}

.zen.horizontal .slide.before {
  -webkit-transform: translateX(-100%) scale(0.8);
  transform: translateX(-100%) scale(0.8)
}

.zen.horizontal .slide,
.zen.horizontal .slide.after {
  -webkit-transform: translateX(100%) scale(0.8);
  transform: translateX(100%) scale(0.8)
}

.stack .slide,
.stack .slide.after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.stack .slide.after {
  opacity: initial
}

.stack .slide.selected,
.stack .slide.after.active {
  z-index: 11 !important
}

.stack .slide.before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

.stack.horizontal .slide,
.stack.horizontal .slide.after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.stack.horizontal .slide.before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

.cards .slide,
.cards .slide.after {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: initial
}

.cards .slide.after {
  z-index: 8 !important;
  opacity: 0
}

.cards .slide.selected {
  z-index: 9 !important
}

.cards .slide.before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 7
}

.cards .slide.active.before {
  z-index: 10 !important
}

.cards.horizontal .slide,
.cards.horizontal .slide.after {
  -webkit-transform: translateX(10%);
  transform: translateX(10%)
}

.cards.horizontal .slide.before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.zoom .slide.before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4)
}

.zoom .slide,
.zoom .slide.after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0
}

.plain .slide.before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.plain .slide,
.plain .slide.after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.plain .slide.after:after,
.plain .slide.before:after {
  opacity: 1;
  background: #111
}

.page-loaded .fast .slide.active,
.page-loaded .fast .slide.selected {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s
}

.page-loaded .slide.selected,
.page-loaded .slide.active {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.page-loaded .slow .slide.active,
.page-loaded .slow .slide.selected {
  -webkit-transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: transform 1.4s, opacity 1.4s;
  transition: transform 1.4s, opacity 1.4s, -webkit-transform 1.4s
}

.page-loaded .slide.selected.entry,
.page-loaded .slide.active.entry {
  -webkit-transition: opacity 1s, -webkit-transform 0s;
  transition: opacity 1s, -webkit-transform 0s;
  transition: transform 0s, opacity 1s;
  transition: transform 0s, opacity 1s, -webkit-transform 0s
}

.slides.animated.fast .panel {
  -webkit-transition: opacity 0.6s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 0.6s, -webkit-box-shadow 0.5s;
  transition: opacity 0.6s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 0.6s, -webkit-box-shadow 0.5s;
  transition: transform 0.6s, opacity 0.6s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s;
  transition: transform 0.6s, opacity 0.6s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s, -webkit-transform 0.6s, -webkit-box-shadow 0.5s
}

.slides.animated .panel {
  -webkit-transition: opacity 0.8s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 0.8s, -webkit-box-shadow 0.5s;
  transition: opacity 0.8s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 0.8s, -webkit-box-shadow 0.5s;
  transition: transform 0.8s, opacity 0.8s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s;
  transition: transform 0.8s, opacity 0.8s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s, -webkit-transform 0.8s, -webkit-box-shadow 0.5s
}

.slides.animated.slow .panel {
  -webkit-transition: opacity 1s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 1s, -webkit-box-shadow 0.5s;
  transition: opacity 1s, padding 0.5s, background 0.5s, border 0.5s, -webkit-transform 1s, -webkit-box-shadow 0.5s;
  transition: transform 1s, opacity 1s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s;
  transition: transform 1s, opacity 1s, padding 0.5s, background 0.5s, border 0.5s, box-shadow 0.5s, -webkit-transform 1s, -webkit-box-shadow 0.5s
}

.smooth .active,
.smooth .selected,
.smooth .panel,
.smooth .sidebar {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important;
  transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important
}

.bounce .active,
.bounce .selected,
.bounce .panel,
.bounce .sidebar {
  -webkit-transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important
}

.animated [class*="ae-"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1)
}

.animated.fast .animate [class*="ae-"]:not(.done),
.animated.fast.animate [class*="ae-"]:not(.done),
.animated.animate .fast [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].fast:not(.done) {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms
}

.animated .animate [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"]:not(.done) {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms
}

.animated.slow .animate [class*="ae-"]:not(.done),
.animated.slow.animate [class*="ae-"]:not(.done),
.animated.animate .slow [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].slow:not(.done) {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms
}

.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms
}

.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms
}

.animated .animate .ae-3:not(.done),
.animated.animate .ae-3:not(.done) {
  -webkit-transition-delay: 310ms;
  transition-delay: 310ms
}

.animated .animate .ae-4:not(.done),
.animated.animate .ae-4:not(.done) {
  -webkit-transition-delay: 460ms;
  transition-delay: 460ms
}

.animated .animate .ae-5:not(.done),
.animated.animate .ae-5:not(.done) {
  -webkit-transition-delay: 610ms;
  transition-delay: 610ms
}

.animated .animate .ae-6:not(.done),
.animated.animate .ae-6:not(.done) {
  -webkit-transition-delay: 760ms;
  transition-delay: 760ms
}

.animated .animate .ae-7:not(.done),
.animated.animate .ae-7:not(.done) {
  -webkit-transition-delay: 910ms;
  transition-delay: 910ms
}

.animated .animate .ae-8:not(.done),
.animated.animate .ae-8:not(.done) {
  -webkit-transition-delay: 1060ms;
  transition-delay: 1060ms
}

.animated .animate .ae-9:not(.done),
.animated.animate .ae-9:not(.done) {
  -webkit-transition-delay: 1210ms;
  transition-delay: 1210ms
}

.animated .animate .ae-10:not(.done),
.animated.animate .ae-10:not(.done) {
  -webkit-transition-delay: 1360ms;
  transition-delay: 1360ms
}

.animated.fast .animate .ae-1:not(.done),
.animated.fast.animate .ae-1:not(.done),
.animated.animate .ae-1.fast:not(.done),
.animated.animate .fast .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms
}

.animated.fast .animate .ae-2:not(.done),
.animated.fast.animate .ae-2:not(.done),
.animated.animate .ae-2.fast:not(.done),
.animated.animate .fast .ae-2:not(.done) {
  -webkit-transition-delay: 110ms;
  transition-delay: 110ms
}

.animated.fast .animate .ae-3:not(.done),
.animated.fast.animate .ae-3:not(.done),
.animated.animate .ae-3.fast:not(.done),
.animated.animate .fast .ae-3:not(.done) {
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms
}

.animated.fast .animate .ae-4:not(.done),
.animated.fast.animate .ae-4:not(.done),
.animated.animate .ae-4.fast:not(.done),
.animated.animate .fast .ae-4:not(.done) {
  -webkit-transition-delay: 310ms;
  transition-delay: 310ms
}

.animated.fast .animate .ae-5:not(.done),
.animated.fast.animate .ae-5:not(.done),
.animated.animate .ae-5.fast:not(.done),
.animated.animate .fast .ae-5:not(.done) {
  -webkit-transition-delay: 410ms;
  transition-delay: 410ms
}

.animated.fast .animate .ae-6:not(.done),
.animated.fast.animate .ae-6:not(.done),
.animated.animate .ae-6.fast:not(.done),
.animated.animate .fast .ae-6:not(.done) {
  -webkit-transition-delay: 510ms;
  transition-delay: 510ms
}

.animated.fast .animate .ae-7:not(.done),
.animated.fast.animate .ae-7:not(.done),
.animated.animate .ae-7.fast:not(.done),
.animated.animate .fast .ae-7:not(.done) {
  -webkit-transition-delay: 610ms;
  transition-delay: 610ms
}

.animated.fast .animate .ae-8:not(.done),
.animated.fast.animate .ae-8:not(.done),
.animated.animate .ae-8.fast:not(.done),
.animated.animate .fast .ae-8:not(.done) {
  -webkit-transition-delay: 710ms;
  transition-delay: 710ms
}

.animated.fast .animate .ae-9:not(.done),
.animated.fast.animate .ae-9:not(.done),
.animated.animate .ae-9.fast:not(.done),
.animated.animate .fast .ae-9:not(.done) {
  -webkit-transition-delay: 810ms;
  transition-delay: 810ms
}

.animated.fast .animate .ae-10:not(.done),
.animated.fast.animate .ae-10:not(.done),
.animated.animate .ae-10.fast:not(.done),
.animated.animate .fast .ae-10:not(.done) {
  -webkit-transition-delay: 910ms;
  transition-delay: 910ms
}

.animated.slow .animate .ae-1:not(.done),
.animated.slow.animate .ae-1:not(.done),
.animated.animate .ae-1.slow:not(.done),
.animated.animate .slow .ae-1:not(.done) {
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms
}

.animated.slow .animate .ae-2:not(.done),
.animated.slow.animate .ae-2:not(.done),
.animated.animate .ae-2.slow:not(.done),
.animated.animate .slow .ae-2:not(.done) {
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms
}

.animated.slow .animate .ae-3:not(.done),
.animated.slow.animate .ae-3:not(.done),
.animated.animate .ae-3.slow:not(.done),
.animated.animate .slow .ae-3:not(.done) {
  -webkit-transition-delay: 410ms;
  transition-delay: 410ms
}

.animated.slow .animate .ae-4:not(.done),
.animated.slow.animate .ae-4:not(.done),
.animated.animate .ae-4.slow:not(.done),
.animated.animate .slow .ae-4:not(.done) {
  -webkit-transition-delay: 610ms;
  transition-delay: 610ms
}

.animated.slow .animate .ae-5:not(.done),
.animated.slow.animate .ae-5:not(.done),
.animated.animate .ae-5.slow:not(.done),
.animated.animate .slow .ae-5:not(.done) {
  -webkit-transition-delay: 810ms;
  transition-delay: 810ms
}

.animated.slow .animate .ae-6:not(.done),
.animated.slow.animate .ae-6:not(.done),
.animated.animate .ae-6.slow:not(.done),
.animated.animate .slow .ae-6:not(.done) {
  -webkit-transition-delay: 1010ms;
  transition-delay: 1010ms
}

.animated.slow .animate .ae-7:not(.done),
.animated.slow.animate .ae-7:not(.done),
.animated.animate .ae-7.slow:not(.done),
.animated.animate .slow .ae-7:not(.done) {
  -webkit-transition-delay: 1210ms;
  transition-delay: 1210ms
}

.animated.slow .animate .ae-8:not(.done),
.animated.slow.animate .ae-8:not(.done),
.animated.animate .ae-8.slow:not(.done),
.animated.animate .slow .ae-8:not(.done) {
  -webkit-transition-delay: 1410ms;
  transition-delay: 1410ms
}

.animated.slow .animate .ae-9:not(.done),
.animated.slow.animate .ae-9:not(.done),
.animated.animate .ae-9.slow:not(.done),
.animated.animate .slow .ae-9:not(.done) {
  -webkit-transition-delay: 1610ms;
  transition-delay: 1610ms
}

.animated.slow .animate .ae-10:not(.done),
.animated.slow.animate .ae-10:not(.done),
.animated.animate .ae-10.slow:not(.done),
.animated.animate .slow .ae-10:not(.done) {
  -webkit-transition-delay: 1810ms;
  transition-delay: 1810ms
}

.animated [class*="ae-"]:not(.done),
.animated .fromBottom [class*="ae-"]:not(.done),
.animated.fromBottom [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottom:not(.done) {
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0
}

.animated .fromTop [class*="ae-"]:not(.done),
.animated.fromTop [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTop:not(.done) {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0)
}

.animated .fromLeft [class*="ae-"]:not(.done),
.animated.fromLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}

.animated .fromRight [class*="ae-"]:not(.done),
.animated.fromRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromRight:not(.done) {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0)
}

.animated .fromCenter [class*="ae-"]:not(.done),
.animated.fromCenter [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromCenter:not(.done) {
  -webkit-transform: scale(.8) translate3d(0, 0, 0);
  transform: scale(.8) translate3d(0, 0, 0)
}

.animated .fromAbove [class*="ae-"]:not(.done),
.animated.fromAbove [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromAbove:not(.done) {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0)
}

.animated .fromBottomLeft [class*="ae-"]:not(.done),
.animated.fromBottomLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottomLeft:not(.done) {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0)
}

.animated .fromTopLeft [class*="ae-"]:not(.done),
.animated.fromTopLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTopLeft:not(.done) {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0)
}

.animated .fromBottomRight [class*="ae-"]:not(.done),
.animated.fromBottomRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottomRight:not(.done) {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0)
}

.animated .fromTopRight [class*="ae-"]:not(.done),
.animated.fromTopRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTopRight:not(.done) {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0)
}

.animated .fadeIn [class*="ae-"]:not(.done),
.animated.fadeIn [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fadeIn:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0)
}

.animated .fromBlur [class*="ae-"]:not(.done),
.animated.fromBlur [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBlur:not(.done) {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.slides.animated .animate.active [class*="ae-"]:not(.done),
.slides .animated.animate.active [class*="ae-"]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: none;
  filter: none
}

.slides.animateOnScroll {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.animateOnScroll .slide [class*="ae-"]:not(.do) {
  opacity: 0;
  visibility: hidden
}

.animateOnScroll [class*="ae-"].do {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  visibility: visible
}

.animateOnScroll.fast .slide [class*="ae-"].do,
.animateOnScroll .fast .slide [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fast {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms
}

.animateOnScroll.slow .slide [class*="ae-"].do,
.animateOnScroll .slow .slide [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.slow {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms
}

.animateOnScroll .slide [class*="ae-"].do {
  -webkit-animation-name: fromBottom;
  animation-name: fromBottom
}

.animateOnScroll .slide.fromBottom [class*="ae-"].do,
.animateOnScroll .slide .fromBottom [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromBottom {
  -webkit-animation-name: fromBottom;
  animation-name: fromBottom
}

.animateOnScroll .slide.fromTop [class*="ae-"].do,
.animateOnScroll .slide .fromTop [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromTop {
  -webkit-animation-name: fromTop;
  animation-name: fromTop
}

.animateOnScroll .slide.fromLeft [class*="ae-"].do,
.animateOnScroll .slide .fromLeft [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromLeft {
  -webkit-animation-name: fromLeft;
  animation-name: fromLeft
}

.animateOnScroll .slide.fromRight [class*="ae-"].do,
.animateOnScroll .slide .fromRight [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromRight {
  -webkit-animation-name: fromRight;
  animation-name: fromRight
}

.animateOnScroll .slide.fromCenter [class*="ae-"].do,
.animateOnScroll .slide .fromCenter [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromCenter {
  -webkit-animation-name: fromCenter;
  animation-name: fromCenter
}

.animateOnScroll .slide.fromAbove [class*="ae-"].do,
.animateOnScroll .slide .fromAbove [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromAbove {
  -webkit-animation-name: fromAbove;
  animation-name: fromAbove
}

.animateOnScroll .slide.fromBottomLeft [class*="ae-"].do,
.animateOnScroll .slide .fromBottomLeft [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromBottomLeft {
  -webkit-animation-name: fromBottomLeft;
  animation-name: fromBottomLeft
}

.animateOnScroll .slide.fromTopLeft [class*="ae-"].do,
.animateOnScroll .slide .fromTopLeft [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromTopLeft {
  -webkit-animation-name: fromTopLeft;
  animation-name: fromTopLeft
}

.animateOnScroll .slide.fromBottomRight [class*="ae-"].do,
.animateOnScroll .slide .fromBottomRight [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromBottomRight {
  -webkit-animation-name: fromBottomRight;
  animation-name: fromBottomRight
}

.animateOnScroll .slide.fromTopRight [class*="ae-"].do,
.animateOnScroll .slide .fromTopRight [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromTopRight {
  -webkit-animation-name: fromTopRight;
  animation-name: fromTopRight
}

.animateOnScroll .slide.fadeIn [class*="ae-"].do,
.animateOnScroll .slide .fadeIn [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.animateOnScroll .slide.fromBlur [class*="ae-"].do,
.animateOnScroll .slide .fromBlur [class*="ae-"].do,
.animateOnScroll .slide [class*="ae-"].do.fromBlur {
  -webkit-animation-name: fromBlur;
  animation-name: fromBlur
}

@-webkit-keyframes fromBottom {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }
}

@keyframes fromBottom {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0
  }
}

@keyframes fromTop {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromLeft {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0
  }
}

@keyframes fromLeft {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromRight {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0
  }
}

@keyframes fromRight {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromCenter {
  from {
    -webkit-transform: scale(.8) translate3d(0, 0, 0);
    transform: scale(.8) translate3d(0, 0, 0);
    opacity: 0
  }
}

@keyframes fromCenter {
  from {
    -webkit-transform: scale(.8) translate3d(0, 0, 0);
    transform: scale(.8) translate3d(0, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromAbove {
  from {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 0
  }
}

@keyframes fromAbove {
  from {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromBottomLeft {
  from {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
    opacity: 0
  }
}

@keyframes fromBottomLeft {
  from {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromTopLeft {
  from {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
    opacity: 0
  }
}

@keyframes fromTopLeft {
  from {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromBottomRight {
  from {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
    opacity: 0
  }
}

@keyframes fromBottomRight {
  from {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromTopRight {
  from {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
    opacity: 0
  }
}

@keyframes fromTopRight {
  from {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes fromBlur {
  from {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0
  }
}

@keyframes fromBlur {
  from {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0
  }
}

.animateOnScroll .ae-1 {
  -webkit-animation-delay: 10ms;
  animation-delay: 10ms
}

.animateOnScroll .ae-2 {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms
}

.animateOnScroll .ae-3 {
  -webkit-animation-delay: 310ms;
  animation-delay: 310ms
}

.animateOnScroll .ae-4 {
  -webkit-animation-delay: 460ms;
  animation-delay: 460ms
}

.animateOnScroll .ae-5 {
  -webkit-animation-delay: 610ms;
  animation-delay: 610ms
}

.animateOnScroll .ae-6 {
  -webkit-animation-delay: 760ms;
  animation-delay: 760ms
}

.animateOnScroll .ae-7 {
  -webkit-animation-delay: 910ms;
  animation-delay: 910ms
}

.animateOnScroll .ae-8 {
  -webkit-animation-delay: 1060ms;
  animation-delay: 1060ms
}

.animateOnScroll .ae-9 {
  -webkit-animation-delay: 1210ms;
  animation-delay: 1210ms
}

.animateOnScroll .ae-10 {
  -webkit-animation-delay: 1360ms;
  animation-delay: 1360ms
}

.animateOnScroll.fast .ae-1,
.animateOnScroll .ae-1,
.animateOnScroll .fast .ae-1.fast,
.animateOnScroll .ae-1.fast {
  -webkit-animation-delay: 10ms;
  animation-delay: 10ms
}

.animateOnScroll.fast .ae-2,
.animateOnScroll .ae-2,
.animateOnScroll .fast .ae-2.fast,
.animateOnScroll .ae-2.fast {
  -webkit-animation-delay: 110ms;
  animation-delay: 110ms
}

.animateOnScroll.fast .ae-3,
.animateOnScroll .ae-3,
.animateOnScroll .fast .ae-3.fast,
.animateOnScroll .ae-3.fast {
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms
}

.animateOnScroll.fast .ae-4,
.animateOnScroll .ae-4,
.animateOnScroll .fast .ae-4.fast,
.animateOnScroll .ae-4.fast {
  -webkit-animation-delay: 310ms;
  animation-delay: 310ms
}

.animateOnScroll.fast .ae-5,
.animateOnScroll .ae-5,
.animateOnScroll .fast .ae-5.fast,
.animateOnScroll .ae-5.fast {
  -webkit-animation-delay: 410ms;
  animation-delay: 410ms
}

.animateOnScroll.fast .ae-6,
.animateOnScroll .ae-6,
.animateOnScroll .fast .ae-6.fast,
.animateOnScroll .ae-6.fast {
  -webkit-animation-delay: 510ms;
  animation-delay: 510ms
}

.animateOnScroll.fast .ae-7,
.animateOnScroll .ae-7,
.animateOnScroll .fast .ae-7.fast,
.animateOnScroll .ae-7.fast {
  -webkit-animation-delay: 610ms;
  animation-delay: 610ms
}

.animateOnScroll.fast .ae-8,
.animateOnScroll .ae-8,
.animateOnScroll .fast .ae-8.fast,
.animateOnScroll .ae-8.fast {
  -webkit-animation-delay: 710ms;
  animation-delay: 710ms
}

.animateOnScroll.fast .ae-9,
.animateOnScroll .ae-9,
.animateOnScroll .fast .ae-9.fast,
.animateOnScroll .ae-9.fast {
  -webkit-animation-delay: 810ms;
  animation-delay: 810ms
}

.animateOnScroll.fast .ae-10,
.animateOnScroll .ae-10,
.animateOnScroll .fast .ae-10.fast,
.animateOnScroll .ae-10.fast {
  -webkit-animation-delay: 910ms;
  animation-delay: 910ms
}

.animateOnScroll.slow .ae-1,
.animateOnScroll .slow .ae-1,
.animateOnScroll .ae-1.slow {
  -webkit-animation-delay: 10ms;
  animation-delay: 10ms
}

.animateOnScroll.slow .ae-2,
.animateOnScroll .slow .ae-2,
.animateOnScroll .ae-2.slow {
  -webkit-animation-delay: 210ms;
  animation-delay: 210ms
}

.animateOnScroll.slow .ae-3,
.animateOnScroll .slow .ae-3,
.animateOnScroll .ae-3.slow {
  -webkit-animation-delay: 410ms;
  animation-delay: 410ms
}

.animateOnScroll.slow .ae-4,
.animateOnScroll .slow .ae-4,
.animateOnScroll .ae-4.slow {
  -webkit-animation-delay: 610ms;
  animation-delay: 610ms
}

.animateOnScroll.slow .ae-5,
.animateOnScroll .slow .ae-5,
.animateOnScroll .ae-5.slow {
  -webkit-animation-delay: 810ms;
  animation-delay: 810ms
}

.animateOnScroll.slow .ae-6,
.animateOnScroll .slow .ae-6,
.animateOnScroll .ae-6.slow {
  -webkit-animation-delay: 1010ms;
  animation-delay: 1010ms
}

.animateOnScroll.slow .ae-7,
.animateOnScroll .slow .ae-7,
.animateOnScroll .ae-7.slow {
  -webkit-animation-delay: 1210ms;
  animation-delay: 1210ms
}

.animateOnScroll.slow .ae-8,
.animateOnScroll .slow .ae-8,
.animateOnScroll .ae-8.slow {
  -webkit-animation-delay: 1410ms;
  animation-delay: 1410ms
}

.animateOnScroll.slow .ae-9,
.animateOnScroll .slow .ae-9,
.animateOnScroll .ae-9.slow {
  -webkit-animation-delay: 1610ms;
  animation-delay: 1610ms
}

.animateOnScroll.slow .ae-10,
.animateOnScroll .slow .ae-10,
.animateOnScroll .ae-10.slow {
  -webkit-animation-delay: 1810ms;
  animation-delay: 1810ms
}

.slides.animated .kenBurns .background,
.slides.animated .kenBurns.zoomout .background,
.slides.animateOnScroll .kenBurns .background,
.slides.animateOnScroll .kenBurns.zoomout .background {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.2;
  z-index: 1
}

.slides.animated .kenBurns:not(.video) .background,
.slides.animated .kenBurns.zoomout:not(.video) .background,
.slides.animateOnScroll .kenBurns:not(.video) .background,
.slides.animateOnScroll .kenBurns.zoomout:not(.video) .background {
  -webkit-transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1)
}

.animated .active.kenBurns:not(.video) .background,
.animated .active.kenBurns.zoomout:not(.video) .background,
.animated .active .kenBurns.zoomout:not(.video) .background,
.animateOnScroll .active.kenBurns:not(.video) .background,
.animateOnScroll .active.kenBurns.zoomout:not(.video) .background,
.animateOnScroll .active .kenBurns.zoomout:not(.video) .background {
  opacity: 1;
  -webkit-transform: scale(1.05) rotate(-0.02deg);
  transform: scale(1.05) rotate(-0.02deg)
}

.slides.animated .kenBurns.zoomout:not(.video) .background,
.slides.animateOnScroll .kenBurns.zoomout:not(.video) .background {
  -webkit-transform: scale(1.05) rotate(-0.02deg);
  transform: scale(1.05) rotate(-0.02deg)
}

.animated .active.kenBurns.zoomout:not(.video) .background,
.windows .slides.animated .active.kenBurns.zoomout:not(.video) .background,
.animateOnScroll .active.kenBurns.zoomout:not(.video) .background,
.windows .slides.animateOnScroll .active.kenBurns.zoomout:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mobile .kenBurns .background,
.mobile .kenBurns.zoomout .background {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: none;
  transform: none
}

.slides.animated .parallax:not(.video) .background,
.slides.animateOnScroll .parallax:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
  -webkit-transition: -webkit-transform-origin 1s, -webkit-transform 1s;
  transition: -webkit-transform-origin 1s, -webkit-transform 1s;
  transition: transform-origin 1s, transform 1s;
  transition: transform-origin 1s, transform 1s, -webkit-transform-origin 1s, -webkit-transform 1s
}

.slides.animated.fast .parallax:not(.video) .background,
.slides.animateOnScroll.fast .parallax:not(.video) .background {
  -webkit-transition: -webkit-transform-origin .6s, -webkit-transform .6s;
  transition: -webkit-transform-origin .6s, -webkit-transform .6s;
  transition: transform-origin .6s, transform .6s;
  transition: transform-origin .6s, transform .6s, -webkit-transform-origin .6s, -webkit-transform .6s
}

.slides.animated.slow .parallax:not(.video) .background,
.slides.animateOnScroll.slow .parallax:not(.video) .background {
  -webkit-transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
  transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
  transition: transform-origin 1.4s, transform 1.4s;
  transition: transform-origin 1.4s, transform 1.4s, -webkit-transform-origin 1.4s, -webkit-transform 1.4s
}

.slides.animated .parallax.animate:not(.video) .background,
.slides.animateOnScroll .parallax.animate:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center
}

.slides.animated .slide.after.parallax:not(.video) .background,
.slides.animateOnScroll .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: top center;
  transform-origin: top center
}

.slides.animated .slide.before.parallax:not(.video) .background,
.slides.animateOnScroll .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center
}

.slides.animated.horizontal .slide.after.parallax:not(.video) .background,
.slides.animateOnScroll.horizontal .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.slides.animated.horizontal .slide.before.parallax:not(.video) .background,
.slides.animateOnScroll.horizontal .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.slides.animated.zoom .slide.after.parallax:not(.video) .background,
.slides.animateOnScroll.zoom .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.slides.animated.zoom .slide.animate.parallax:not(.video) .background,
.slides.animateOnScroll.zoom .slide.animate.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1)
}

.slides.animated.zoom .slide.before.parallax:not(.video) .background,
.slides.animateOnScroll.zoom .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.slides.animated.plain .slide.after.parallax:not(.video) .background,
.slides.animateOnScroll.plain .slide.after.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.slides.animated.plain .slide.animate.parallax:not(.video) .background,
.slides.animateOnScroll.plain .slide.animate.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.slides.animated.plain .slide.before.parallax:not(.video) .background,
.slides.animateOnScroll.plain .slide.before.parallax:not(.video) .background {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.attachmentFixed {
  background-attachment: fixed !important;
  background-size: cover !important
}

.slides.animated .scenic:not(.video) .background,
.slides.animateOnScroll .scenic:not(.video) .background {
  -webkit-animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite;
  animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite
}

@-webkit-keyframes scenic {
  50% {
    -webkit-transform: scale(1.5) rotate(-0.02deg);
    transform: scale(1.5) rotate(-0.02deg)
  }
}

@keyframes scenic {
  50% {
    -webkit-transform: scale(1.5) rotate(-0.02deg);
    transform: scale(1.5) rotate(-0.02deg)
  }
}

.scroll,
.mobile .simplifiedMobile {
  position: relative;
  -webkit-overflow-scrolling: touch
}

.scroll .content .mobile .simplifiedMobile .content {
  -webkit-overflow-scrolling: initial;
  overflow: hidden
}

.scroll .wrap {
  overflow: hidden
}

.scroll .slide,
.scroll .slide .content,
.scroll .container,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .content,
.mobile .simplifiedMobile .container {
  position: relative !important;
  height: auto;
  opacity: 1
}

.mobile .simplifiedMobile .popup .content,
.mobile .simplifiedMobile .popup .container {
  position: absolute !important;
  height: 100%
}

.scroll .container,
.mobile .simplifiedMobile .container {
  height: 100vh
}

.scroll .slide.autoHeight .container,
.mobile .slide.autoHeight .simplifiedMobile .container {
  height: auto
}

.scroll .slide .background,
.mobile .simplifiedMobile .slide .background {
  position: absolute !important;
  min-height: 100vh
}

.scroll .slide,
.scroll .slide.after,
.scroll .slide.before,
.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important
}

.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
  opacity: 1 !important
}

.page-loaded.sidebarShown .scroll .slide,
.page-loaded.mobile.sidebarShown .simplifiedMobile .slide {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: none;
  opacity: 0.5 !important
}

.page-loaded .scroll .slide {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s !important;
  transition: opacity 0.5s, -webkit-transform 0.5s !important;
  transition: transform 0.5s, opacity 0.5s !important;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s !important
}

.scroll .panel,
.mobile .simplifiedMobile .panel {
  position: absolute
}

.mobile .simplifiedMobile .navigation {
  display: none
}

.mobile .simplifiedMobile [class*="ae-"] {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important
}

.mobile .simplifiedMobile [class*="ae-"] {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important
}

.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body {
  overflow-y: hidden !important
}

.scroll .parallax:not(.video) .background {
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
  -webkit-transition: none !important;
  transition: none !important
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
    transform: scale(0.86)
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86);
    transform: scale(0.86)
  }
}

@-webkit-keyframes riseUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86) translateY(50px);
    transform: scale(0.86) translateY(50px)
  }
}

@keyframes riseUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.86) translateY(50px);
    transform: scale(0.86) translateY(50px)
  }
}

@media (max-width: 1023px) {

  .parallaxMotion:not(.responsive) .parallaxElement,
  .parallaxMotion .parallaxElement:not(.responsive) {
    -webkit-transform: none !important;
    transform: none !important
  }
}

html {
  font-size: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #303030
}

@media (max-width: 550px) {
  html {
    font-size: 5px
  }
}

@media (min-width: 767px) {
  html {
    font-size: 7px
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 8px
  }
}

body {
  font-size: 16px
}

.article .h1,
.article h1,
.article .h2,
.article h2,
.article .h3,
.article h3,
.article .h4,
.article h4,
.article .h5,
.article h5,
.article .h6,
.article h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  opacity: 0.9
}

.article .h1.ultraLight,
.article h1.ultraLight,
.article .h2.ultraLight,
.article h2.ultraLight,
.article .h3.ultraLight,
.article h3.ultraLight,
.article .h4.ultraLight,
.article h4.ultraLight,
.article .h5.ultraLight,
.article h5.ultraLight,
.article .h6.ultraLight,
.article h6.ultraLight {
  font-weight: 200
}

.article .h1.light,
.article h1.light,
.article .h2.light,
.article h2.light,
.article .h3.light,
.article h3.light,
.article .h4.light,
.article h4.light,
.article .h5.light,
.article h5.light,
.article .h6.light,
.article h6.light {
  font-weight: 300
}

.article .h1.normal,
.article h1.normal,
.article .h2.normal,
.article h2.normal,
.article .h3.normal,
.article h3.normal,
.article .h4.normal,
.article h4.normal,
.article .h5.normal,
.article h5.normal,
.article .h6.normal,
.article h6.normal {
  font-weight: 400
}

.article .h1.semiBold,
.article h1.semiBold,
.article .h2.semiBold,
.article h2.semiBold,
.article .h3.semiBold,
.article h3.semiBold,
.article .h4.semiBold,
.article h4.semiBold,
.article .h5.semiBold,
.article h5.semiBold,
.article .h6.semiBold,
.article h6.semiBold {
  font-weight: 500;
  letter-spacing: -.05em
}

.article .h1.bold,
.article h1.bold,
.article .h2.bold,
.article h2.bold,
.article .h3.bold,
.article h3.bold,
.article .h4.bold,
.article h4.bold,
.article .h5.bold,
.article h5.bold,
.article .h6.bold,
.article h6.bold {
  font-weight: 600;
  letter-spacing: -.04em
}

.article .h1.ultraBold,
.article h1.ultraBold,
.article .h2.ultraBold,
.article h2.ultraBold,
.article .h3.ultraBold,
.article h3.ultraBold,
.article .h4.ultraBold,
.article h4.ultraBold,
.article .h5.ultraBold,
.article h5.ultraBold,
.article .h6.ultraBold,
.article h6.ultraBold {
  font-weight: 900;
  letter-spacing: -.03em
}

.article .h1,
.article h1 {
  font-size: 4.2rem;
  line-height: 5rem;
  margin-top: 4rem;
  padding-top: .0069rem;
  padding-bottom: .4931rem;
  margin-bottom: .5rem
}

.article .h1.small,
.article h1.small {
  font-size: 3.2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  padding-top: .3624rem;
  padding-bottom: .1376rem;
  margin-bottom: 1rem
}

.article .h1.large,
.article h1.large {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 3.5rem;
  padding-top: .2936rem;
  padding-bottom: .2064rem;
  margin-bottom: 2rem
}

.article .h1.huge,
.article h1.huge {
  font-size: 7.3rem;
  line-height: 7.5rem;
  margin-top: 5rem;
  padding-top: .15485rem;
  padding-bottom: .34515rem;
  margin-bottom: 1.5rem
}

.article .h2,
.article h2 {
  font-size: 3.7rem;
  line-height: 4rem;
  margin-top: 3rem;
  padding-top: .18465rem;
  padding-bottom: .31535rem;
  margin-bottom: .5rem
}

.article .h2.small,
.article h2.small {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-top: 2rem;
  padding-top: .0046rem;
  padding-bottom: .4954rem;
  margin-bottom: -.5rem
}

.article .h2.large,
.article h2.large {
  font-size: 4.4rem;
  line-height: 4.5rem;
  margin-top: 3rem;
  padding-top: .1858rem;
  padding-bottom: .3142rem;
  margin-bottom: .5rem
}

.article .h2.huge,
.article h2.huge {
  font-size: 5.6rem;
  line-height: 6rem;
  margin-top: 4rem;
  padding-top: .0092rem;
  padding-bottom: .4908rem;
  margin-bottom: .5rem
}

.article .h3,
.article h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 1.5rem;
  padding-top: .3624rem;
  padding-bottom: .1376rem;
  margin-bottom: 0rem
}

.article .h3.small,
.article h3.small {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-top: .1468rem;
  padding-bottom: .3532rem;
  margin-bottom: -.5rem
}

.article .h3.large,
.article h3.large {
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 2rem;
  padding-top: .078rem;
  padding-bottom: .422rem;
  margin-bottom: 0rem
}

.article .h3.huge,
.article h3.huge {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 2.5rem;
  padding-top: .2936rem;
  padding-bottom: .2064rem;
  margin-bottom: 1rem
}

.article .h4,
.article h4 {
  font-size: 2.6rem;
  line-height: 3rem;
  margin-top: 2rem;
  padding-top: .0757rem;
  padding-bottom: .4243rem;
  margin-bottom: -.5rem
}

.article .h5,
.article h5 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 2rem;
  padding-top: .2179rem;
  padding-bottom: .2821rem;
  margin-bottom: -.5rem
}

.article .h6,
.article h6 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  padding-top: .3601rem;
  padding-bottom: .1399rem;
  margin-bottom: 0rem
}

.article p,
.article .p,
.article .p:not(.hero)+p,
.article p:not(.hero)+p {
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0rem;
  padding-top: .12787rem;
  padding-bottom: .37213rem;
  margin-bottom: .5rem;
  text-rendering: optimizeLegibility
}

.article p.micro,
.article .p.micro,
.article .p:not(.hero)+p.micro,
.article p:not(.hero)+p.micro {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: .03785rem;
  padding-bottom: .46215rem;
  margin-bottom: -.5rem
}

.article p.small,
.article .p.small,
.article .p:not(.hero)+p.small,
.article p:not(.hero)+p.small {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: .5rem;
  padding-top: .46675rem;
  padding-bottom: .03325rem;
  margin-bottom: 0rem
}

.article p.hero,
.article .p.hero,
.article .p:not(.hero)+p.hero,
.article p:not(.hero)+p.hero {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-top: .11125rem;
  padding-bottom: .38875rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.16rem
}

.article strong {
  font-weight: 600
}

.article em {
  font-weight: 500
}

.article li {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: -.5rem;
  padding-top: .37787rem;
  padding-bottom: .12213rem;
  margin-bottom: .5rem;
  opacity: 0.8
}

.article ul,
.article ol {
  margin: 4rem 4rem 4rem 8rem
}

.article ul li {
  list-style: disc
}

.article ol li {
  list-style: decimal
}

.article blockquote {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 2.5rem;
  padding-top: .4312rem;
  padding-bottom: .0688rem;
  margin-bottom: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.9;
  border-left: 5px solid #EEE
}

.article q {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 2.5rem;
  padding-top: .4312rem;
  padding-bottom: .0688rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  opacity: 0.9;
  display: block
}

.article q:before,
.article q:after {
  font-size: 5rem;
  line-height: 0.1rem;
  vertical-align: -1rem
}

.article q:before {
  content: "â€œ";
  margin-right: 1rem
}

.article q:after {
  content: "â€";
  margin-left: 1rem
}

@media (min-width: 768px) {

  .article p,
  .article li {
    font-weight: 300
  }
}

@media (max-width: 550px) {

  .article h1,
  .article .h2,
  .article .h3,
  .article h4,
  .article h5,
  .article h6 {
    opacity: 0.8
  }
}

.white {
  background: #fff !important;
  color: #202020 !important
}

.white svg {
  fill: #202020 !important
}

.slide.whiteSlide .white {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, inset 0 -100px 0 rgba(41, 41, 41, 0);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, inset 0 -100px 0 rgba(41, 41, 41, 0)
}

.text-white {
  color: #fff !important
}

.text-white.button svg {
  fill: #fff !important
}

.stroke.button.white {
  color: #fff !important;
  border-color: #fff !important
}

.stroke.button.white svg {
  fill: #fff !important
}

.black {
  background: #202020 !important;
  color: #fff !important
}

.black svg {
  fill: #fff !important
}

.text-black {
  color: #202020 !important
}

.text-black.button svg {
  fill: #202020 !important
}

.stroke.button.black {
  color: #202020 !important;
  border-color: #202020 !important
}

.stroke.button.black svg {
  fill: #202020 !important
}

.red {
  background: #F44336 !important;
  color: #fff !important
}

.red svg {
  fill: #fff !important
}

.text-red {
  color: #F44336 !important
}

.text-red.button svg {
  fill: #F44336 !important
}

.stroke.button.red {
  color: #F44336 !important;
  border-color: #F44336 !important
}

.stroke.button.red svg {
  fill: #F44336 !important
}

.pink {
  background: #E91E63 !important;
  color: #fff !important
}

.pink svg {
  fill: #fff !important
}

.text-pink {
  color: #E91E63 !important
}

.text-pink.button svg {
  fill: #E91E63 !important
}

.stroke.button.pink {
  color: #E91E63 !important;
  border-color: #E91E63 !important
}

.stroke.button.pink svg {
  fill: #E91E63 !important
}

.purple {
  background: #9C27B0 !important;
  color: #fff !important
}

.purple svg {
  fill: #fff !important
}

.text-purple {
  color: #9C27B0 !important
}

.text-purple.button svg {
  fill: #9C27B0 !important
}

.stroke.button.purple {
  color: #9C27B0 !important;
  border-color: #9C27B0 !important
}

.stroke.button.purple svg {
  fill: #9C27B0 !important
}

.deepPurple {
  background: #673AB7 !important;
  color: #fff !important
}

.deepPurple svg {
  fill: #fff !important
}

.text-deepPurple {
  color: #673AB7 !important
}

.text-deepPurple.button svg {
  fill: #673AB7 !important
}

.stroke.button.deepPurple {
  color: #673AB7 !important;
  border-color: #673AB7 !important
}

.stroke.button.deepPurple svg {
  fill: #673AB7 !important
}

.indigo {
  background: #3F51B5 !important;
  color: #fff !important
}

.indigo svg {
  fill: #fff !important
}

.text-indigo {
  color: #3F51B5 !important
}

.text-indigo.button svg {
  fill: #3F51B5 !important
}

.stroke.button.indigo {
  color: #3F51B5 !important;
  border-color: #3F51B5 !important
}

.stroke.button.indigo svg {
  fill: #3F51B5 !important
}

.blue {
  background: #0F0C31 !important;
  color: #fff !important
}

.blue svg {
  fill: #fff !important
}

.text-blue {
  color: #0F0C31 !important
}

.text-blue.button svg {
  fill: #0F0C31 !important
}

.stroke.button.blue {
  color: #0F0C31 !important;
  border-color: #0F0C31 !important
}

.stroke.button.blue svg {
  fill: #0F0C31 !important
}

.cyan {
  background: #00BCD4 !important;
  color: #fff !important
}

.cyan svg {
  fill: #fff !important
}

.text-cyan {
  color: #00BCD4 !important
}

.text-cyan.button svg {
  fill: #00BCD4 !important
}

.stroke.button.cyan {
  color: #00BCD4 !important;
  border-color: #00BCD4 !important
}

.stroke.button.cyan svg {
  fill: #00BCD4 !important
}

.teal {
  background: #009688 !important;
  color: #fff !important
}

.teal svg {
  fill: #fff !important
}

.text-teal {
  color: #009688 !important
}

.text-teal.button svg {
  fill: #009688 !important
}

.stroke.button.teal {
  color: #009688 !important;
  border-color: #009688 !important
}

.stroke.button.teal svg {
  fill: #009688 !important
}

.green {
  background: #4CAF50 !important;
  color: #fff !important
}

.green svg {
  fill: #fff !important
}

.text-green {
  color: #4CAF50 !important
}

.text-green.button svg {
  fill: #4CAF50 !important
}

.stroke.button.green {
  color: #4CAF50 !important;
  border-color: #4CAF50 !important
}

.stroke.button.green svg {
  fill: #4CAF50 !important
}

.lightGreen {
  background: #8BC34A !important;
  color: #fff !important
}

.lightGreen svg {
  fill: #fff !important
}

.text-lightGreen {
  color: #8BC34A !important
}

.text-lightGreen.button svg {
  fill: #8BC34A !important
}

.stroke.button.lightGreen {
  color: #8BC34A !important;
  border-color: #8BC34A !important
}

.stroke.button.lightGreen svg {
  fill: #8BC34A !important
}

.lime {
  background: #CDDC39 !important;
  color: #fff !important
}

.lime svg {
  fill: #fff !important
}

.text-lime {
  color: #CDDC39 !important
}

.text-lime.button svg {
  fill: #CDDC39 !important
}

.stroke.button.lime {
  color: #CDDC39 !important;
  border-color: #CDDC39 !important
}

.stroke.button.lime svg {
  fill: #CDDC39 !important
}

.yellow {
  background: #FFEB3B !important;
  color: #202020 !important
}

.yellow svg {
  fill: #202020 !important
}

.text-yellow {
  color: #FFEB3B !important
}

.text-yellow.button svg {
  fill: #FFEB3B !important
}

.stroke.button.yellow {
  color: #FFEB3B !important;
  border-color: #FFEB3B !important
}

.stroke.button.yellow svg {
  fill: #FFEB3B !important
}

.amber {
  background: #FFC107 !important;
  color: #fff !important
}

.amber svg {
  fill: #fff !important
}

.text-amber {
  color: #FFC107 !important
}

.text-amber.button svg {
  fill: #FFC107 !important
}

.stroke.button.amber {
  color: #FFC107 !important;
  border-color: #FFC107 !important
}

.stroke.button.amber svg {
  fill: #FFC107 !important
}

.orange {
  background: #FF9800 !important;
  color: #fff !important
}

.orange svg {
  fill: #fff !important
}

.text-orange {
  color: #FF9800 !important
}

.text-orange.button svg {
  fill: #FF9800 !important
}

.stroke.button.orange {
  color: #FF9800 !important;
  border-color: #FF9800 !important
}

.stroke.button.orange svg {
  fill: #FF9800 !important
}

.deepOrange {
  background: #C92A1D !important;
  color: #fff !important
}

.deepOrange svg {
  fill: #fff !important
}

.text-deepOrange {
  color: #C92A1D !important
}

.text-deepOrange.button svg {
  fill: #C92A1D !important
}

.stroke.button.deepOrange {
  color: #C92A1D !important;
  border-color: #C92A1D !important
}

.stroke.button.deepOrange svg {
  fill: #C92A1D !important
}

.brown {
  background: #795548 !important;
  color: #fff !important
}

.brown svg {
  fill: #fff !important
}

.text-brown {
  color: #795548 !important
}

.text-brown.button svg {
  fill: #795548 !important
}

.stroke.button.brown {
  color: #795548 !important;
  border-color: #795548 !important
}

.stroke.button.brown svg {
  fill: #795548 !important
}

.gray {
  background: #9E9E9E !important;
  color: #fff !important
}

.gray svg {
  fill: #fff !important
}

.text-gray {
  color: #9E9E9E !important
}

.text-gray.button svg {
  fill: #9E9E9E !important
}

.stroke.button.gray {
  color: #9E9E9E !important;
  border-color: #9E9E9E !important
}

.stroke.button.gray svg {
  fill: #9E9E9E !important
}

.grey {
  background: #9E9E9E !important;
  color: #fff !important
}

.grey svg {
  fill: #fff !important
}

.text-grey {
  color: #9E9E9E !important
}

.text-grey.button svg {
  fill: #9E9E9E !important
}

.stroke.button.grey {
  color: #9E9E9E !important;
  border-color: #9E9E9E !important
}

.stroke.button.grey svg {
  fill: #9E9E9E !important
}

.blueGray {
  background: #607D8B !important;
  color: #fff !important
}

.blueGray svg {
  fill: #fff !important
}

.text-blueGray {
  color: #607D8B !important
}

.text-blueGray.button svg {
  fill: #607D8B !important
}

.stroke.button.blueGray {
  color: #607D8B !important;
  border-color: #607D8B !important
}

.stroke.button.blueGray svg {
  fill: #607D8B !important
}

.blueGrey {
  background: #607D8B !important;
  color: #fff !important
}

.blueGrey svg {
  fill: #fff !important
}

.text-blueGrey {
  color: #607D8B !important
}

.text-blueGrey.button svg {
  fill: #607D8B !important
}

.stroke.button.blueGrey {
  color: #607D8B !important;
  border-color: #607D8B !important
}

.stroke.button.blueGrey svg {
  fill: #607D8B !important
}

.facebook {
  background: #3b5998 !important;
  color: #fff !important
}

.facebook svg {
  fill: #fff !important
}

.text-facebook {
  color: #3b5998 !important
}

.text-facebook.button svg {
  fill: #3b5998 !important
}

.stroke.button.facebook {
  color: #3b5998 !important;
  border-color: #3b5998 !important
}

.stroke.button.facebook svg {
  fill: #3b5998 !important
}

.twitter {
  background: #55acee !important;
  color: #fff !important
}

.twitter svg {
  fill: #fff !important
}

.text-twitter {
  color: #55acee !important
}

.text-twitter.button svg {
  fill: #55acee !important
}

.stroke.button.twitter {
  color: #55acee !important;
  border-color: #55acee !important
}

.stroke.button.twitter svg {
  fill: #55acee !important
}

.googlePlus {
  background: #DD4330 !important;
  color: #fff !important
}

.googlePlus svg {
  fill: #fff !important
}

.text-googlePlus {
  color: #DD4330 !important
}

.text-googlePlus.button svg {
  fill: #DD4330 !important
}

.stroke.button.googlePlus {
  color: #DD4330 !important;
  border-color: #DD4330 !important
}

.stroke.button.googlePlus svg {
  fill: #DD4330 !important
}

.stumbleupon {
  background: #eb4924 !important;
  color: #fff !important
}

.stumbleupon svg {
  fill: #fff !important
}

.text-stumbleupon {
  color: #eb4924 !important
}

.text-stumbleupon.button svg {
  fill: #eb4924 !important
}

.stroke.button.stumbleupon {
  color: #eb4924 !important;
  border-color: #eb4924 !important
}

.stroke.button.stumbleupon svg {
  fill: #eb4924 !important
}

.linkedin {
  background: #0077b5 !important;
  color: #fff !important
}

.linkedin svg {
  fill: #fff !important
}

.text-linkedin {
  color: #0077b5 !important
}

.text-linkedin.button svg {
  fill: #0077b5 !important
}

.stroke.button.linkedin {
  color: #0077b5 !important;
  border-color: #0077b5 !important
}

.stroke.button.linkedin svg {
  fill: #0077b5 !important
}

.pinterest {
  background: #cc2127 !important;
  color: #fff !important
}

.pinterest svg {
  fill: #fff !important
}

.text-pinterest {
  color: #cc2127 !important
}

.text-pinterest.button svg {
  fill: #cc2127 !important
}

.stroke.button.pinterest {
  color: #cc2127 !important;
  border-color: #cc2127 !important
}

.stroke.button.pinterest svg {
  fill: #cc2127 !important
}

.instagram {
  background: #4D9AD8 !important;
  color: #fff !important
}

.instagram svg {
  fill: #fff !important
}

.text-instagram {
  color: #4D9AD8 !important
}

.text-instagram.button svg {
  fill: #4D9AD8 !important
}

.stroke.button.instagram {
  color: #4D9AD8 !important;
  border-color: #4D9AD8 !important
}

.stroke.button.instagram svg {
  fill: #4D9AD8 !important
}

.tumblr {
  background: #34455D !important;
  color: #fff !important
}

.tumblr svg {
  fill: #fff !important
}

.text-tumblr {
  color: #34455D !important
}

.text-tumblr.button svg {
  fill: #34455D !important
}

.stroke.button.tumblr {
  color: #34455D !important;
  border-color: #34455D !important
}

.stroke.button.tumblr svg {
  fill: #34455D !important
}

.dribbble {
  background: #ea4c89 !important;
  color: #fff !important
}

.dribbble svg {
  fill: #fff !important
}

.text-dribbble {
  color: #ea4c89 !important
}

.text-dribbble.button svg {
  fill: #ea4c89 !important
}

.stroke.button.dribbble {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important
}

.stroke.button.dribbble svg {
  fill: #ea4c89 !important
}

.yt {
  background: #cd201f !important;
  color: #fff !important
}

.yt svg {
  fill: #fff !important
}

.text-yt {
  color: #cd201f !important
}

.text-yt.button svg {
  fill: #cd201f !important
}

.stroke.button.yt {
  color: #cd201f !important;
  border-color: #cd201f !important
}

.stroke.button.yt svg {
  fill: #cd201f !important
}

.delicious {
  background: #39f !important;
  color: #fff !important
}

.delicious svg {
  fill: #fff !important
}

.text-delicious {
  color: #39f !important
}

.text-delicious.button svg {
  fill: #39f !important
}

.stroke.button.delicious {
  color: #39f !important;
  border-color: #39f !important
}

.stroke.button.delicious svg {
  fill: #39f !important
}

.digg {
  background: #000 !important;
  color: #fff !important
}

.digg svg {
  fill: #fff !important
}

.text-digg {
  color: #000 !important
}

.text-digg.button svg {
  fill: #000 !important
}

.stroke.button.digg {
  color: #000 !important;
  border-color: #000 !important
}

.stroke.button.digg svg {
  fill: #000 !important
}

.vimeo {
  background: #fff !important;
  color: #1ab7ea !important
}

.vimeo svg {
  fill: #1ab7ea !important
}

.slide.whiteSlide .vimeo {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, inset 0 -100px 0 rgba(41, 41, 41, 0);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2) inset, inset 0 -100px 0 rgba(41, 41, 41, 0)
}

.text-vimeo {
  color: #fff !important
}

.text-vimeo.button svg {
  fill: #fff !important
}

.stroke.button.vimeo {
  color: #fff !important;
  border-color: #fff !important
}

.stroke.button.vimeo svg {
  fill: #fff !important
}

.xing {
  background: #026466 !important;
  color: #fff !important
}

.xing svg {
  fill: #fff !important
}

.text-xing {
  color: #026466 !important
}

.text-xing.button svg {
  fill: #026466 !important
}

.stroke.button.xing {
  color: #026466 !important;
  border-color: #026466 !important
}

.stroke.button.xing svg {
  fill: #026466 !important
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%
}

.flex [class*='col-'] {}

#page-stca dl {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.flex.fixedSpaces {
  margin-left: -14px;
  margin-right: -14px
}

.flex.fixedSpaces [class*='col-'] {
  padding-left: 14px;
  padding-right: 14px
}

.flex.noSpaces {
  margin-left: 0;
  margin-right: 0
}

.flex.noSpaces [class*='col-'] {
  padding-left: 0;
  padding-right: 0
}

.flex.verticalCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex.reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.flex.bottom [class*='col-'],
.flex.reverse.top [class*='col-'] {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.flex.top [class*='col-'],
.flex.reverse.bottom [class*='col-'] {
  -ms-flex-item-align: start;
  align-self: flex-start
}

@media (max-width: 1023px) {
  .flex:not(.later)>[class*='col-']:not([class*='col-phablet-']):not([class*='col-phone-']) {
    width: 100%
  }

  .flex>.col-tablet-1-1 {
    width: 100% !important
  }

  .flex>.col-tablet-1-2 {
    width: 50% !important
  }

  .flex>.col-tablet-1-3 {
    width: 33.33333333% !important
  }

  .flex>.col-tablet-1-4 {
    width: 25% !important
  }
}

@media (max-width: 767px) {
  .flex.later>[class*='col-']:not([class*='col-phone-']) {
    width: 100%
  }

  .flex>.col-phablet-1-1 {
    width: 100% !important
  }

  .flex>.col-phablet-1-2 {
    width: 50% !important
  }

  .flex>.col-phablet-1-3 {
    width: 33.33333333% !important
  }
}

@media (max-width: 435px) {
  .flex>[class*='col-'] {
    width: 100%
  }

  .flex>.col-phone-1-1 {
    width: 100% !important
  }

  .flex>.col-phone-1-2 {
    width: 50% !important
  }
}

.dialogContainer {
  pointer-events: none
}

.dialog {
  pointer-events: all;
  color: #303030;
  border-radius: 6px;
  max-width: 350px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0px 1px rgba(0, 0, 0, 0.05);
  cursor: default;
  opacity: 0.98;
  font-size: 17px;
  line-height: 1.3;
  background: #fff;
  margin: 20px;
  overflow: hidden;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s, height 0s;
  transition: all 0.75s, height 0s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.dialog:hover {
  opacity: 1;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0px 1px rgba(0, 0, 0, 0.05)
}

.dialogContainer,
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300
}

.dialog .button.small {
  margin-left: 4px;
  margin-right: 4px
}

.dialog .button {
  margin-left: 7px;
  margin-right: 7px
}

.dialogContainer:not(.bottom) .dialog+.dialog {
  margin-bottom: 0px
}

.dialogContainer.bottom .dialog+.dialog {
  margin-top: 0px
}

.dialogContainer.bottom,
.dialog.bottom {
  top: inherit;
  bottom: 0
}

.dialogContainer.left,
.dialog.left {
  right: inherit;
  left: 0
}

.dialogContainer>.dialog {
  position: relative
}

.dialog.hidden {
  display: none
}

.dialog.hide {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0 !important;
  -webkit-transition: height 0s, opacity 0.5s, -webkit-transform 0.5s !important;
  transition: height 0s, opacity 0.5s, -webkit-transform 0.5s !important;
  transition: height 0s, opacity 0.5s, transform 0.5s !important;
  transition: height 0s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s !important
}

.dialog.reveal {
  -webkit-transition: 0s !important;
  transition: 0s !important
}

@-webkit-keyframes revealDialog {
  from {
    opacity: 0;
    margin-top: 0;
    -webkit-transform: scale(0.5) translateY(100%);
    transform: scale(0.5) translateY(100%)
  }
}

@keyframes revealDialog {
  from {
    height: 0;
    opacity: 0;
    margin-top: 0;
    -webkit-transform: scale(0.5) translateY(100%);
    transform: scale(0.5) translateY(100%)
  }
}

.dialog:hover {
  opacity: 1;
  -webkit-transition: 0.35s;
  transition: 0.35s
}

html:not(.page-loaded) .dialog {
  -webkit-transform: scale(0.5) translateY(100%);
  transform: scale(0.5) translateY(100%);
  opacity: 0
}

.dialog .close {
  padding: 15px;
  position: absolute;
  font-size: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  z-index: 10
}

.dialog:hover .close {
  opacity: 0.2
}

.dialog .close:hover,
.mobile .dialog .close {
  opacity: 0.5
}

.dialog .close:active {
  opacity: 1
}

.dialog .close:after,
.dialog .close:before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #202020;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 8px
}

.dialog .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.dialog .close.white {
  background: transparent !important
}

.dialog .close.white:after,
.dialog .close.white:before {
  background: #fff
}

.dialog .dialogContent {
  padding: 20px
}

.dialog .avatar {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 18px
}

.dialog .avatar+.text {
  width: calc(100% - 70px);
  margin-left: 70px
}

.dialog .title {
  margin: 8px 0;
  font-size: 22px;
  font-weight: 600
}

.dialog .title.uppercase {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2.5px
}

.dialog .hero {
  font-weight: 200;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.36;
  margin-bottom: 20px
}

.dialog ul {
  display: table;
  width: 100%;
  font-size: 0;
  font-weight: 600;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset
}

.dialog .hiddenContent {
  overflow: hidden;
  display: block;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.dialog:hover .hiddenContent,
.dialog.hover .hiddenContent {
  max-height: 90px;
  opacity: 1
}

.dialog li {
  height: 50px;
  font-size: 18px;
  display: table-cell;
  width: 33.33333%;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0)
}

.dialog li {
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.dialog li:first-child {
  border-left: none
}

.dialog li:hover {
  -webkit-box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.05)
}

.dialog li input {
  font-size: 18px;
  width: 250px;
  border: none;
  padding: 13px 5px 16px 15px;
  outline: none;
  margin: 1px 0 0 0;
  color: #202020;
  height: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (max-width: 414px) {
  .dialog {
    margin: 10px;
    max-width: 100%
  }
}

.video-4 {
  max-width: 500px;
  margin-top: 75px
}

.svg-4 {
  padding-bottom: 27%
}

.svg-5 {
  padding-bottom: 27%;
  margin-bottom: 60px;
  margin-top: 60px
}

@media (max-width: 767px) {
  .svg-5 {
    margin: 20px auto
  }
}

.iphone-5.shiftImage {
  margin: 0 0 -129%
}

.svg-6 {
  padding-bottom: 27%;
  margin-bottom: 80px;
  margin-top: 60px
}

@media (max-width: 767px) {
  .svg-6 {
    margin: 20px auto
  }
}

.ipad-6.shiftImage {
  margin: 0 0 -70%
}

.button.play.button-7 {
  margin: -17px 30px
}

@media (max-width: 1279px) {
  .button.play.button-7 {
    display: block;
    margin: 30px auto
  }
}

.svg-8 {
  padding-bottom: 27%;
  margin-bottom: 35px
}

.form-8 {
  margin-top: 80px
}

.svg-9 {
  padding-bottom: 27%;
  margin-bottom: 35px
}

.button-9 {
  margin: 40px 0 65px
}

@media (min-width: 768px) {
  .form-12 {
    margin-top: 110px
  }
}

form input[type="text"].input-13,
form input[type="name"].input-13,
form input[type="email"].input-13 {
  max-width: 300px
}

@media (max-width: 1023px) {
  .cell-16 {
    padding-bottom: 35px
  }
}

.cell-17 {
  padding-bottom: 25px
}

.header-18 {
  font-size: 70px
}

.video-18 {
  margin-top: 34px
}

.icon-26 {
  margin-right: 4px
}

.app-26 {
  width: 100px;
  position: absolute;
  left: 0
}

.text-26 {
  margin-left: 130px
}

@media (min-width: 1024px) {
  .text-26 {
    max-width: 360px
  }
}

.cell-26 {
  margin-top: 22px
}

@media (min-width: 1024px) {
  .cell-26 {
    padding-bottom: 40px
  }
}

.app-27 {
  width: 100px;
  padding-bottom: 20px
}

.icon-27 {
  margin-right: 4px
}

.cell-27 {
  margin-top: -22px
}

@media (max-width: 1023px) {
  .cell-27 {
    padding-bottom: 40px
  }
}

@media (min-width: 1024px) {
  .text-27 {
    max-width: 360px
  }
}

@media (min-width: 1024px) {
  .iphone-28 {
    margin-top: -228px;
    margin-bottom: -228px
  }
}

@media (max-width: 1023px) {
  .cell-28 {
    padding-bottom: 35px
  }
}

@media (min-width: 1024px) {
  .iphone-29 {
    margin-top: -228px;
    margin-bottom: -228px
  }
}

@media (max-width: 1023px) {
  .cell-29 {
    padding-bottom: 35px
  }
}

.quote-31 {
  padding-left: 95px
}

.image-31 {
  padding-top: 35px
}

.avatar-31 {
  border-radius: 50px;
  position: absolute;
  margin-left: 7px
}

@media (min-width: 1024px) {
  .ipad-31 {
    margin: -10% 0px -115%;
    max-width: none
  }
}

@media (min-width: 1024px) {
  .ipad-32 {
    margin: -10% 0px -115%;
    max-width: none
  }
}

@media (max-width: 1023px) {
  .cell-32 {
    padding-bottom: 40px
  }
}

@media (min-width: 1024px) {
  .ipad-33 {
    margin: -10% 0px -115%;
    max-width: none
  }
}

@media (max-width: 1023px) {
  .cell-33 {
    padding-bottom: 40px
  }
}

.iphone-35 {
  margin-bottom: -45%
}

.ipad-36 {
  margin: -10px 0 -50%
}

form input[type="text"].input-38,
form input[type="name"].input-38,
form input[type="email"].input-38 {
  max-width: 300px
}

.svg-38 {
  padding-bottom: 25%;
  margin-bottom: 40px
}

.text-38 {
  margin-top: 15px
}

.avatar-41 {
  border-radius: 50px;
  margin: 10px 5px 5px
}

p.terms-42 {
  max-width: 350px;
  line-height: 1.29;
  margin: 13px auto;
  text-align: center
}

p.text-42 {
  max-width: 350px;
  line-height: 1.29;
  margin: 30px auto 0;
  display: inline-block
}

p.remind-43 {
  max-width: 350px;
  line-height: 1.29;
  margin: 13px auto;
  text-align: center
}

p.text-43 {
  max-width: 350px;
  line-height: 1.29;
  margin: 30px auto 0;
  display: inline-block
}

.fix-45 {
  max-width: 210px
}

@media (max-width: 767px) {
  .box-46 {
    margin-bottom: 30px
  }
}

.videoThumbnail.video-46:after {
  background-image: url("../images/icon/video-icon-dark.svg")
}

.slide.whiteSlide .box-46 .shadow {
  -webkit-box-shadow: none;
  box-shadow: none
}

.grid-47 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px
}

.grid-48 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px
}

.grid-49 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 72px
}

.pad-59 {
  border-radius: 20px;
  padding: 6%;
  margin-top: 40px
}

.grid-61 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 48px
}

@media (min-width: 1024px) {
  img.macbook-61 {
    margin: -10% -100% -10% -135% !important;
    width: 225%;
    max-width: none
  }
}

.grid-62 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 48px
}

@media (min-width: 1024px) {
  img.macbook-62 {
    margin: -10% -100% -10% 10% !important;
    max-width: none
  }
}

@media (max-width: 1023px) {
  .image-62 {
    padding-top: 35px
  }
}

.grid-64 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 48px
}

.cell-64 {
  border-radius: 20px;
  padding: 18px 35px 10px;
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0 0 1px rgba(41, 41, 41, 0);
  box-shadow: 0 0 1px rgba(41, 41, 41, 0)
}

.cell-64:hover {
  background: #fff;
  color: #303030;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2)
}

.grid-64 {
  padding-top: 15px
}

.grid-64 .cell-64:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity
}

.slide.whiteSlide .grid-64 .cell-64:after {
  background: rgba(0, 0, 0, 0.1)
}

.fast .cell-64,
.fast .icon-64 {
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.slow .cell-64,
.slow .icon-64 {
  -webkit-transition: 0.35s;
  transition: 0.35s
}

.grid-64 .cell-64.last:after {
  opacity: 0
}

.grid-64:hover .cell-64:after {
  opacity: 0
}

@media (max-width: 1023px) {
  .grid-64 .cell-64:after {
    display: none
  }
}

.grid.grid-65 .cell-65 {
  position: relative;
  padding-left: 90px;
  padding-bottom: 30px
}

.grid-65 .material-icons {
  position: absolute;
  left: 23px;
  top: -5px;
  font-size: 48px
}

@media (max-width: 767px) {
  .grid.grid-65 .cell-65 {
    padding-left: 60px
  }

  .grid-65 .material-icons {
    left: 0px
  }
}

.videoThumbnail.video-66:after {
  background-image: url("../images/icon/video-icon-dark.svg")
}

.box-67 {
  color: #303030;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
  outline: none;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden
}

.box-67:hover {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15), 0 0px 14px rgba(0, 0, 0, 0.02), 0 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15), 0 0px 14px rgba(0, 0, 0, 0.02), 0 0px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.95
}

.box-67 .thumbnail-67 {
  font-size: 0;
  overflow: hidden
}

.box-67 .thumbnail-67 img {
  border-radius: 20px 20px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-67:hover .thumbnail-67 img {
  -webkit-transform: scale(1.0225);
  transform: scale(1.0225)
}

.name-67 {
  padding: 19px 15px 25px;
  background: #FFFFFF
}

.category-67 {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5
}

.title-67 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.33;
  font-weight: 600
}

.slide.whiteSlide .tintLogos {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2)
}

.slide:not(.whiteSlide) .tintLogos {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3)
}

.grid-68 img {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s
}

.grid-68 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media (max-width: 1024px) and (min-width: 768px) {
  .grid.grid-68 li.col-2-12 {
    max-width: 33.3333% !important
  }
}

.grid.grid-69 {
  margin-left: -8px;
  margin-right: -8px
}

.grid-69 [class*='col-'],
.grid-69 [class*='col-'].selected {
  padding: 8px;
  cursor: pointer;
  pointer-events: all
}

.box-69 {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  color: #303030;
  cursor: -webkit-zoom-in
}

.box-69:hover {
  opacity: 1
}

.box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-69:hover:after {
  opacity: 0.92
}

.cell-69 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.box-69:hover .cell-69 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.category-69 {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 13px
}

.title-69 {
  font-size: 24px;
  line-height: 1.3;
  max-width: 80%;
  margin: 0 auto;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-69:hover .title-69 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.box-70 {
  display: block;
  background-color: #ccc;
  color: #303030;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: 20px;
  margin: 10px auto;
  max-width: 400px
}

.box-70:hover {
  background-color: #fff !important;
  opacity: 1;
  -webkit-box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 22px 23px 0px rgba(0, 0, 0, 0.4)
}

.thumbnail-70 {
  height: 0;
  padding-bottom: 90%
}

.info-70 {
  padding: 10%
}

.category-70 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 13px
}

.title-70 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.21;
  max-width: 80%;
  margin: 0 auto
}

.box-70 p {
  margin-top: 16px
}

.box-70 .button {
  margin-left: 0;
  margin-right: 0
}

.play-71 {
  margin-top: 30px;
  margin-bottom: 40px
}

.icon-71 {
  margin-bottom: 20px;
  margin-top: 10px
}

.cell-71 {
  border-radius: 20px;
  padding: 18px 35px 10px;
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0 0 1px rgba(41, 41, 41, 0);
  box-shadow: 0 0 1px rgba(41, 41, 41, 0)
}

.grid-71 .material-icons {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 13px
}

.cell-71:hover {
  background: #fff;
  color: #303030;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2)
}

.grid-71 .cell-71:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity
}

.slide.whiteSlide .grid-71 .cell-71:after {
  background: rgba(0, 0, 0, 0.1)
}

.fast .cell-71,
.fast .icon-71 {
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.slow .cell-71,
.slow .icon-71 {
  -webkit-transition: 0.35s;
  transition: 0.35s
}

.grid-71 .cell-71.last:after {
  opacity: 0
}

.grid-71:hover .cell-71:after {
  opacity: 0
}

@media (max-width: 1023px) {
  .grid-71 .cell-71:after {
    display: none
  }
}

.image-73.shiftImageVertical.shiftImage {
  margin: -13% 0 -6%
}

.icon-73 {
  margin-bottom: 20px;
  margin-top: 10px
}

.cell-73 {
  border-radius: 20px;
  padding: 18px 35px 10px;
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0 0 1px rgba(41, 41, 41, 0);
  box-shadow: 0 0 1px rgba(41, 41, 41, 0)
}

.grid-73 .material-icons {
  font-size: 48px;
  margin-bottom: 13px
}

.desktop .cell-73:hover {
  background: #fff;
  color: #303030;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2);
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.2)
}

.grid-73 {
  padding-top: 15px
}

.grid-73 .cell-73:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity
}

.slide.whiteSlide .grid-73 .cell-73:after {
  background: rgba(0, 0, 0, 0.1)
}

.fast .cell-73 {
  -webkit-transition: 0.15s;
  transition: 0.15s
}

.slow .cell-73 {
  -webkit-transition: 0.35s;
  transition: 0.35s
}

.grid-73 .cell-73.last:after {
  opacity: 0
}

.desktop .grid-73:hover .cell-73:after {
  opacity: 0
}

@media (max-width: 1023px) {
  .grid-73 .cell-73:after {
    display: none
  }
}

.box-73 p {
  margin-bottom: 20px
}

.grid.grid-74 {
  margin-left: -12px;
  margin-right: -12px
}

.grid.grid-74>[class*='col-'] {
  padding-left: 12px;
  padding-right: 12px
}

@media (max-width: 1278px) {
  .grid.grid-74>[class*='col-'] {
    max-width: 50%
  }
}

.box-74 {
  color: #303030;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 25px;
  -webkit-backface-visibility: hidden
}

.box-74:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 5px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 5px 6px rgba(0, 0, 0, 0.13);
  opacity: 0.95
}

.box-74 .thumbnail-74 {
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.box-74 .thumbnail-74 img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-74:hover .thumbnail-74 img {
  -webkit-transform: scale(1.0225);
  transform: scale(1.0225)
}

.name-74 {
  padding: 22px 15px 26px;
  background: #FFFFFF;
  border-radius: 0 0 10px 0
}

.description-74 {
  font-size: 22px;
  margin-top: 12px;
  opacity: 0.8
}

.grid-75 {
  background: #9B9C97;
  top: 10px
}

.grid-75 li {
  font-size: 0;
  line-height: 0
}

@media (max-width: 1023px) {
  .grid.grid-75>[class*='col-'] {
    max-width: 50% !important;
    width: 50% !important
  }
}

.grid-75 a:hover {
  opacity: 1;
  -webkit-filter: brightness(0.8) saturate(0.8);
  filter: brightness(0.8) saturate(0.8)
}

.button.button-76 {
  width: 44px;
  height: 44px;
  padding: 7px 14px
}

.button.button-76 svg {
  width: 18px;
  height: 18px
}

.slide.whiteSlide .button.white.button-76 {
  -webkit-box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25);
  box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25)
}

@media (min-width: 1024px) {
  .iphone-76 {
    max-width: none
  }
}

p.text-76 {
  position: absolute;
  top: -2px;
  left: 57px;
  line-height: 1.5;
  opacity: 1;
  margin: 0
}

@media (max-width: 569px) {

  .button.button-76,
  .text-76 {
    float: left
  }

  .text-76 strong {
    display: block
  }

  .text-76 {
    font-size: 20px;
    top: -4px
  }
}

.grid.grid-77 {
  margin-left: -12px;
  margin-right: -12px
}

.grid.grid-77>[class*='col-'] {
  padding-left: 12px;
  padding-right: 12px
}

@media (max-width: 1278px) {
  .grid.grid-77>[class*='col-'] {
    max-width: 50%
  }
}

.box-77 {
  color: #303030;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden
}

a.box-77:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 5px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 5px 6px rgba(0, 0, 0, 0.13);
  opacity: 1
}

.box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative
}

.box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/video-icon.svg") no-repeat;
  background-size: 42px;
  background-position: center center
}

.box-77 .thumbnail-77 img {
  border-radius: 10px 10px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-77:hover .thumbnail-77 img {
  -webkit-filter: brightness(0.8) saturate(0.8);
  filter: brightness(0.8) saturate(0.8)
}

.details-77 {
  padding: 20px 18px 18px;
  background: #FFFFFF;
  border-radius: 0 0 10px 0
}

.details-77 .cell {
  text-align: left
}

.title-77 {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold
}

.description-77 {
  font-size: 16px;
  margin-top: 6px;
  opacity: 0.8;
  letter-spacing: 0.5px
}

.author-77 {
  background: #fff;
  border-top: 1px solid #EBEBEB;
  padding-top: 20px;
  margin-top: 18px;
  position: relative;
  padding-left: 40px
}

.avatar-77 {
  border-radius: 50%;
  position: absolute;
  left: 0
}

.cell-77 {
  padding-left: 4px !important
}

.name-77 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  opacity: 0.5
}

.specs-77 {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 0
}

.text-78 {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 7px
}

.fix-79 {
  max-width: 330px
}

.box-79 {
  color: #303030;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.07);
  display: block;
  outline: none;
  background: #fff;
  position: relative;
  margin-bottom: 25px
}

.grid-79 li:last-child .box-79 {
  margin-bottom: 0px
}

.popup-79 {
  position: relative
}

.box-79:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 7px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 7px 8px rgba(0, 0, 0, 0.15)
}

.box-79 svg {
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.box-79:hover svg {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.name-79 {
  padding: 45px 25px
}

.title-79 {
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 3.5px;
  margin-top: 20px;
  font-weight: bold
}

.text-79 {
  font-size: 24px;
  position: relative;
  top: 6px;
  left: 11px
}

.button.button-79 {
  width: 44px;
  height: 44px;
  padding: 7px 14px
}

.grid-79 .material-icons {
  margin-bottom: 20px;
  font-size: 72px
}

.button.button-79 svg {
  width: 18px;
  height: 18px
}

p.text-79 {
  position: absolute;
  left: 57px;
  top: -2px;
  line-height: 1.5;
  opacity: 1;
  margin: 0;
  text-align: left
}

@media (max-width: 569px) {

  .button.button-79,
  .text-79 {
    float: left
  }

  .text-79 strong {
    display: block
  }
}

.slide.whiteSlide .button.white.button-79 {
  -webkit-box-shadow: 0 0 0 2px rgba(41, 41, 41, 0.25);
  box-shadow: 0 0 0 2px rgba(41, 41, 41, 0.25)
}

.name-80 {
  font-size: 15px;
  font-weight: 600
}

.grid-80 {
  margin-top: 65px
}

.grid-80 .material-icons {
  font-size: 48px;
  margin-bottom: 13px
}

.text-80 {
  max-width: 360px !important;
  margin: 0 auto
}

.quote-80 {
  font-size: 85px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px
}

.grid-81>[class*='col-'] {
  margin-bottom: 25px
}

.box-81 {
  padding: 13% 9%
}

.author-81 {
  margin-top: 18px
}

.title-81 {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px
}

@media (min-width: 1024px) {
  .videoThumbnail-82:after {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
  }

  .videoThumbnail-82:hover:after {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }
}

.sliderBox-83 {
  position: relative;
  margin-bottom: 48px
}

.leftControl-83,
.rightControl-83 {
  position: absolute;
  top: 50%;
  margin-top: -91px;
  margin-left: -60px;
  cursor: pointer
}

.leftControl-83:active,
.rightControl-83:active {
  opacity: 0.5
}

.leftControl-83:hover,
.rightControl-83:hover {
  opacity: 0.5
}

.rightControl-83 {
  right: 0;
  margin-right: -60px
}

.leftControl-83 svg,
.rightControl-83 svg {
  width: 30px
}

@media (max-width: 768px) {

  .leftControl-83,
  .rightControl-83 {
    display: none
  }
}

.grid-84 {
  color: #303030;
  margin-top: 50px
}

.grid-84 .button {
  margin-left: 0;
  margin-right: 0
}

.grid.grid-84>[class*='col-'] {
  padding: 37px 25px 30px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden
}

@media (max-width: 1023px) {
  .grid.grid-84 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }

  .grid.grid-84>[class*='col-'] {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
  }

  .grid.grid-84>.tint-84 {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (min-width: 1024px) {
  .grid-84 {
    color: #303030;
    margin-top: 50px;
    background: #fff;
    border-radius: 20px
  }

  .slide.whiteSlide .grid-84 {
    -webkit-box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
  }

  .grid.grid-84>[class*='col-'] {
    border-radius: 0px
  }

  .grid.grid-84>[class*='col-']:last-child {
    border-radius: 0 20px 20px 0
  }

  .grid.grid-84>[class*='col-']:first-child {
    border-radius: 20px 0 0 20px
  }

  .grid.grid-84>[class*='col-']:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #EBEBEB
  }

  .grid.grid-84>[class*='col-']:last-child:after {
    display: none
  }
}

.tint-84 {
  background: #E6F5F3 !important
}

.grid.grid-84>.tint-84:after {
  display: none
}

.price-84 {
  font-size: 140px;
  line-height: 0.825;
  font-weight: 100;
  position: relative
}

.currency-84 {
  position: absolute;
  font-size: 40px;
  font-weight: 400;
  opacity: 0.6;
  top: 14px;
  margin-left: -35px
}

.features-84 {
  margin: 35px 0 45px;
  line-height: 1.29;
  font-size: 17px
}

.grid-85 {
  color: #303030;
  margin-top: 50px
}

.grid-85 .button {
  margin-left: 0;
  margin-right: 0
}

.grid.grid-85>[class*='col-'] {
  padding: 37px 25px 30px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden
}

@media (max-width: 1023px) {
  .grid.grid-85 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }

  .grid.grid-85>[class*='col-'] {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
  }

  .grid.grid-85>.tint-85 {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (min-width: 1024px) {
  .grid.grid-85>[class*='col-'] {
    border-radius: 0px
  }

  .slide.whiteSlide .grid-85 {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
  }

  .grid.grid-85>[class*='col-']:last-child {
    border-radius: 0 20px 20px 0
  }

  .grid.grid-85>[class*='col-']:first-child {
    border-radius: 20px 0 0 20px
  }

  .grid.grid-85>[class*='col-']:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #EBEBEB
  }

  .grid.grid-85>[class*='col-']:last-child:after {
    display: none
  }
}

.tint-85 {
  background: #E6F5F3 !important
}

.grid.grid-85>.tint-85:after {
  display: none
}

.price-85 {
  font-size: 140px;
  line-height: 0.825;
  font-weight: 100;
  position: relative
}

.currency-85 {
  position: absolute;
  font-size: 40px;
  font-weight: 400;
  opacity: 0.6;
  top: 14px;
  margin-left: -35px
}

.features-85 {
  margin: 35px 0 45px;
  line-height: 1.35;
  font-size: 17px
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .price-85 {
    font-size: 100px
  }
}

.grid-86 {
  margin-top: 50px
}

.grid-86 .button {
  margin-left: 0;
  margin-right: 0
}

.note-86 {
  opacity: 0.6;
  margin-top: 18px
}

.box-86 {
  color: #303030;
  padding: 37px 25px 30px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
  box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
}

.tint-86 {
  background: #E6F5F3 !important;
  -webkit-box-shadow: none;
  box-shadow: none
}

.grid.grid-86>.tint-86:after {
  display: none
}

.price-86 {
  font-size: 140px;
  line-height: 0.825;
  font-weight: 100;
  position: relative
}

.currency-86 {
  position: absolute;
  font-size: 40px;
  font-weight: 400;
  opacity: 0.6;
  top: 14px;
  margin-left: -35px
}

.features-86 {
  margin: 35px 0 45px;
  line-height: 1.29;
  font-size: 17px
}

.button.button-87 {
  width: 44px;
  height: 44px;
  padding: 7px 14px;
  float: left
}

.button.button-87 svg {
  width: 18px;
  height: 18px
}

.slide.whiteSlide .button.white.button-87 {
  -webkit-box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25);
  box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25)
}

p.text-87 {
  top: -2px;
  padding-left: 57px;
  line-height: 1.5;
  opacity: 1;
  margin: 0px 0 0;
  position: relative
}

@media (max-width: 569px) {

  .button.button-87,
  .text-87 {
    float: left
  }

  .text-87 strong {
    display: block
  }

  .text-87 {
    font-size: 20px;
    top: -4px;
    text-align: left
  }
}

.img-88 {
  margin-bottom: -3%;
  margin-top: -50px
}

.videoThumbnail.video-88 {
  margin-bottom: 40px;
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 45px
}

.videoThumbnail.video-88:after {
  background-image: url("../images/icon/video-icon-dark.svg");
  background-size: 112px
}

.button.button-89 {
  width: 44px;
  height: 44px;
  padding: 7px 14px
}

.button.button-89 svg {
  width: 18px;
  height: 18px;
  top: -1px
}

.slide.whiteSlide .button.white.button-89 {
  -webkit-box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25);
  box-shadow: 0 2px 8px 2px rgba(41, 41, 41, 0.25)
}

.text-89 {
  font-size: 17px;
  position: relative;
  top: 11px;
  left: 11px
}

@media (max-width: 1023px) {
  .box-89 {
    margin-bottom: 60px
  }
}

@media (max-width: 569px) {

  .button.button-89,
  .text-89 {
    float: left
  }

  .text-89 strong {
    display: block
  }

  .text-89 {
    font-size: 20px;
    top: -4px;
    text-align: left
  }

  .grid-89 {
    margin-top: 35px
  }

  h1.header-89 {
    text-align: left
  }
}

.box-90 {
  margin-bottom: 27px
}

.box-90.videoThumbnail:after {
  background-size: 90px
}

@media (max-width: 1023px) {
  .box-90 {
    margin: 30px 0 27px
  }
}

.button.button-92 {
  margin-top: 20px
}

@media (min-width: 768px) {
  .button.button-92 {
    padding-left: 83px;
    padding-right: 83px
  }
}

.hr-92 {
  margin-top: 80px
}

@media (min-width: 768px) {
  .button.button-93 {
    padding-left: 83px;
    padding-right: 83px
  }
}

.frame-94 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 2px
}

.slide.whiteSlide .frame-94 {
  border: 1px solid rgba(42, 42, 42, 0.2)
}

@media (min-width: 1135px) {
  .frame-94 {
    text-align: left
  }

  .frame-94 br {
    display: none
  }

  .button.button-94 {
    margin: 0 0 0 210px
  }
}

@media (max-width: 1134px) {
  .frame-94 {
    text-align: center
  }

  .button.button-94 {
    margin: 30px 0 0
  }
}

@media (max-width: 499px) {
  .slide .frame-94 {
    padding: 0;
    border: none !important
  }
}

.form-96 {
  margin: 40px 0 25px
}

form input[type="text"].input-96,
form input[type="name"].input-96,
form input[type="email"].input-96 {
  max-width: 300px
}

.form-97 {
  margin: 35px 0 50px
}

.form-97 select {
  background: #fff;
  border-radius: 3px;
  padding: 13px 24px 16px 16px;
  border: none;
  font-size: 20px;
  color: #242424;
  outline: none;
  max-width: 350px;
  width: 125px;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="#303030" d="M14.022 0l5.978 6 6-6z"	/></svg>')
}

.form-97 select option {
  text-align: center
}

@media (min-width: 769px) {
  .form-97 input[type="tel"] {
    border-radius: 0 3px 3px 0;
    margin-left: -1px
  }

  .form-97 select {
    border-radius: 3px 0 0 3px
  }
}

@media (max-width: 768px) {
  .form-97 select {
    width: 100%
  }
}

.table {
  display: table;
  width: 100%;
  height: 100%
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.scroll-x {
  overflow-x: scroll
}

.scroll-y {
  overflow-y: scroll
}

.overflowHidden,
.scrollHidden {
  overflow: hidden
}

.italic {
  font-style: italic !important
}

.ultraLight,
.uppercase.ultraLight {
  font-weight: 100 !important
}

.light,
.uppercase.light {
  font-weight: 300 !important
}

.normal,
.uppercase.normal {
  font-weight: normal !important
}

.semiBold,
.uppercase.semiBold {
  font-weight: 500 !important
}

.bold {
  font-weight: 600 !important
}

.ultraBold,
.uppercase.ultraBold {
  font-weight: 900 !important
}

.top {
  vertical-align: top !important
}

.left {
  text-align: left !important
}

.right {
  text-align: right !important
}

.center {
  text-align: center !important
}

.middle {
  vertical-align: middle !important
}

.bottom {
  vertical-align: bottom !important
}

.rtl {
  direction: rtl;
  unicode-bidi: embed
}

.rectangular {
  border-radius: 0px !important
}

.block {
  display: block !important
}

.inlineBlock {
  display: inline-block !important
}

.inline {
  display: inline !important
}

.relative {
  position: relative !important
}

.absolute {
  position: absolute !important
}

.fixed {
  position: fixed !important
}

.wide {
  width: 100% !important
}

.nowrap {
  white-space: nowrap
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-1 {
  opacity: 0.1 !important
}

.opacity-2 {
  opacity: 0.2 !important
}

.opacity-3 {
  opacity: 0.3 !important
}

.opacity-4 {
  opacity: 0.4 !important
}

.opacity-5 {
  opacity: 0.5 !important
}

.opacity-6 {
  opacity: 0.6 !important
}

.opacity-7 {
  opacity: 0.7 !important
}

.opacity-8 {
  opacity: 0.8 !important
}

.opacity-9 {
  opacity: 0.9 !important
}

.opacity-10,
.opaque {
  opacity: 1 !important
}

.transparent {
  background: transparent !important
}

.padding-0 {
  padding: 0px !important
}

.padding-1 {
  padding: 10px !important
}

.padding-2 {
  padding: 20px !important
}

.padding-3 {
  padding: 30px !important
}

.padding-4 {
  padding: 40px !important
}

.padding-5 {
  padding: 50px !important
}

.padding-6 {
  padding: 60px !important
}

.padding-7 {
  padding: 70px !important
}

.padding-8 {
  padding: 80px !important
}

.padding-9 {
  padding: 90px !important
}

.padding-10 {
  padding: 100px !important
}

.padding-11 {
  padding: 110px !important
}

.padding-12 {
  padding: 120px !important
}

.padding-13 {
  padding: 130px !important
}

.padding-14 {
  padding: 140px !important
}

.padding-15 {
  padding: 150px !important
}

.padding-16 {
  padding: 160px !important
}

.padding-17 {
  padding: 170px !important
}

.padding-18 {
  padding: 180px !important
}

.padding-19 {
  padding: 190px !important
}

.padding-20 {
  padding: 200px !important
}

.padding-top-0 {
  padding-top: 0px !important
}

.padding-top-1 {
  padding-top: 10px !important
}

.padding-top-2 {
  padding-top: 20px !important
}

.padding-top-3 {
  padding-top: 30px !important
}

.padding-top-4 {
  padding-top: 40px !important
}

.padding-top-5 {
  padding-top: 50px !important
}

.padding-top-6 {
  padding-top: 60px !important
}

.padding-top-7 {
  padding-top: 70px !important
}

.padding-top-8 {
  padding-top: 80px !important
}

.padding-top-9 {
  padding-top: 90px !important
}

.padding-top-10 {
  padding-top: 100px !important
}

.padding-top-11 {
  padding-top: 110px !important
}

.padding-top-12 {
  padding-top: 120px !important
}

.padding-top-13 {
  padding-top: 130px !important
}

.padding-top-14 {
  padding-top: 140px !important
}

.padding-top-15 {
  padding-top: 150px !important
}

.padding-top-16 {
  padding-top: 160px !important
}

.padding-top-17 {
  padding-top: 170px !important
}

.padding-top-18 {
  padding-top: 180px !important
}

.padding-top-19 {
  padding-top: 190px !important
}

.padding-top-20 {
  padding-top: 200px !important
}

.padding-right-0 {
  padding-right: 0px !important
}

.padding-right-1 {
  padding-right: 10px !important
}

.padding-right-2 {
  padding-right: 20px !important
}

.padding-right-3 {
  padding-right: 30px !important
}

.padding-right-4 {
  padding-right: 40px !important
}

.padding-right-5 {
  padding-right: 50px !important
}

.padding-right-6 {
  padding-right: 60px !important
}

.padding-right-7 {
  padding-right: 70px !important
}

.padding-right-8 {
  padding-right: 80px !important
}

.padding-right-9 {
  padding-right: 90px !important
}

.padding-right-10 {
  padding-right: 100px !important
}

.padding-right-11 {
  padding-right: 110px !important
}

.padding-right-12 {
  padding-right: 120px !important
}

.padding-right-13 {
  padding-right: 130px !important
}

.padding-right-14 {
  padding-right: 140px !important
}

.padding-right-15 {
  padding-right: 150px !important
}

.padding-right-16 {
  padding-right: 160px !important
}

.padding-right-17 {
  padding-right: 170px !important
}

.padding-right-18 {
  padding-right: 180px !important
}

.padding-right-19 {
  padding-right: 190px !important
}

.padding-right-20 {
  padding-right: 200px !important
}

.padding-bottom-0 {
  padding-bottom: 0px !important
}

.padding-bottom-1 {
  padding-bottom: 10px !important
}

.padding-bottom-2 {
  padding-bottom: 20px !important
}

.padding-bottom-3 {
  padding-bottom: 30px !important
}

.padding-bottom-4 {
  padding-bottom: 40px !important
}

.padding-bottom-5 {
  padding-bottom: 50px !important
}

.padding-bottom-6 {
  padding-bottom: 60px !important
}

.padding-bottom-7 {
  padding-bottom: 70px !important
}

.padding-bottom-8 {
  padding-bottom: 80px !important
}

.padding-bottom-9 {
  padding-bottom: 90px !important
}

.padding-bottom-10 {
  padding-bottom: 100px !important
}

.padding-bottom-11 {
  padding-bottom: 110px !important
}

.padding-bottom-12 {
  padding-bottom: 120px !important
}

.padding-bottom-13 {
  padding-bottom: 130px !important
}

.padding-bottom-14 {
  padding-bottom: 140px !important
}

.padding-bottom-15 {
  padding-bottom: 150px !important
}

.padding-bottom-16 {
  padding-bottom: 160px !important
}

.padding-bottom-17 {
  padding-bottom: 170px !important
}

.padding-bottom-18 {
  padding-bottom: 180px !important
}

.padding-bottom-19 {
  padding-bottom: 190px !important
}

.padding-bottom-20 {
  padding-bottom: 200px !important
}

.padding-left-0 {
  padding-left: 0px !important
}

.padding-left-1 {
  padding-left: 10px !important
}

.padding-left-2 {
  padding-left: 20px !important
}

.padding-left-3 {
  padding-left: 30px !important
}

.padding-left-4 {
  padding-left: 40px !important
}

.padding-left-5 {
  padding-left: 50px !important
}

.padding-left-6 {
  padding-left: 60px !important
}

.padding-left-7 {
  padding-left: 70px !important
}

.padding-left-8 {
  padding-left: 80px !important
}

.padding-left-9 {
  padding-left: 90px !important
}

.padding-left-10 {
  padding-left: 100px !important
}

.padding-left-11 {
  padding-left: 110px !important
}

.padding-left-12 {
  padding-left: 120px !important
}

.padding-left-13 {
  padding-left: 130px !important
}

.padding-left-14 {
  padding-left: 140px !important
}

.padding-left-15 {
  padding-left: 150px !important
}

.padding-left-16 {
  padding-left: 160px !important
}

.padding-left-17 {
  padding-left: 170px !important
}

.padding-left-18 {
  padding-left: 180px !important
}

.padding-left-19 {
  padding-left: 190px !important
}

.padding-left-20 {
  padding-left: 200px !important
}

.margin-0 {
  margin: 0px !important
}

.margin-1 {
  margin: 10px !important
}

.margin-2 {
  margin: 20px !important
}

.margin-3 {
  margin: 30px !important
}

.margin-4 {
  margin: 40px !important
}

.margin-5 {
  margin: 50px !important
}

.margin-6 {
  margin: 60px !important
}

.margin-7 {
  margin: 70px !important
}

.margin-8 {
  margin: 80px !important
}

.margin-9 {
  margin: 90px !important
}

.margin-10 {
  margin: 100px !important
}

.margin-11 {
  margin: 110px !important
}

.margin-12 {
  margin: 120px !important
}

.margin-13 {
  margin: 130px !important
}

.margin-14 {
  margin: 140px !important
}

.margin-15 {
  margin: 150px !important
}

.margin-16 {
  margin: 160px !important
}

.margin-17 {
  margin: 170px !important
}

.margin-18 {
  margin: 180px !important
}

.margin-19 {
  margin: 190px !important
}

.margin-20 {
  margin: 200px !important
}

.margin-top-0 {
  margin-top: 0px !important
}

.margin-top-1 {
  margin-top: 10px !important
}

.margin-top-2 {
  margin-top: 20px !important
}

.margin-top-3 {
  margin-top: 30px !important
}

.margin-top-4 {
  margin-top: 40px !important
}

.margin-top-5 {
  margin-top: 50px !important
}

.margin-top-6 {
  margin-top: 60px !important
}

.margin-top-7 {
  margin-top: 70px !important
}

.margin-top-8 {
  margin-top: 80px !important
}

.margin-top-9 {
  margin-top: 90px !important
}

.margin-top-10 {
  margin-top: 100px !important
}

.margin-top-11 {
  margin-top: 110px !important
}

.margin-top-12 {
  margin-top: 120px !important
}

.margin-top-13 {
  margin-top: 130px !important
}

.margin-top-14 {
  margin-top: 140px !important
}

.margin-top-15 {
  margin-top: 150px !important
}

.margin-top-16 {
  margin-top: 160px !important
}

.margin-top-17 {
  margin-top: 170px !important
}

.margin-top-18 {
  margin-top: 180px !important
}

.margin-top-19 {
  margin-top: 190px !important
}

.margin-top-20 {
  margin-top: 200px !important
}

.margin-right-0 {
  margin-right: 0px !important
}

.margin-right-1 {
  margin-right: 10px !important
}

.margin-right-2 {
  margin-right: 20px !important
}

.margin-right-3 {
  margin-right: 30px !important
}

.margin-right-4 {
  margin-right: 40px !important
}

.margin-right-5 {
  margin-right: 50px !important
}

.margin-right-6 {
  margin-right: 60px !important
}

.margin-right-7 {
  margin-right: 70px !important
}

.margin-right-8 {
  margin-right: 80px !important
}

.margin-right-9 {
  margin-right: 90px !important
}

.margin-right-10 {
  margin-right: 100px !important
}

.margin-right-11 {
  margin-right: 110px !important
}

.margin-right-12 {
  margin-right: 120px !important
}

.margin-right-13 {
  margin-right: 130px !important
}

.margin-right-14 {
  margin-right: 140px !important
}

.margin-right-15 {
  margin-right: 150px !important
}

.margin-right-16 {
  margin-right: 160px !important
}

.margin-right-17 {
  margin-right: 170px !important
}

.margin-right-18 {
  margin-right: 180px !important
}

.margin-right-19 {
  margin-right: 190px !important
}

.margin-right-20 {
  margin-right: 200px !important
}

.margin-bottom-0 {
  margin-bottom: 0px !important
}

.margin-bottom-1 {
  margin-bottom: 10px !important
}

.margin-bottom-2 {
  margin-bottom: 20px !important
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
  text-align: center;
}

.margin-bottom-4 {
  margin-bottom: 40px !important
}

.margin-bottom-5 {
  margin-bottom: 50px !important
}

.margin-bottom-6 {
  margin-bottom: 60px !important
}

.margin-bottom-7 {
  margin-bottom: 70px !important
}

.margin-bottom-8 {
  margin-bottom: 80px !important
}

.margin-bottom-9 {
  margin-bottom: 90px !important
}

.margin-bottom-10 {
  margin-bottom: 100px !important
}

.margin-bottom-11 {
  margin-bottom: 110px !important
}

.margin-bottom-12 {
  margin-bottom: 120px !important
}

.margin-bottom-13 {
  margin-bottom: 130px !important
}

.margin-bottom-14 {
  margin-bottom: 140px !important
}

.margin-bottom-15 {
  margin-bottom: 150px !important
}

.margin-bottom-16 {
  margin-bottom: 160px !important
}

.margin-bottom-17 {
  margin-bottom: 170px !important
}

.margin-bottom-18 {
  margin-bottom: 180px !important
}

.margin-bottom-19 {
  margin-bottom: 190px !important
}

.margin-bottom-20 {
  margin-bottom: 200px !important
}

.margin-left-0 {
  margin-left: 0px !important
}

.margin-left-1 {
  margin-left: 10px !important
}

.margin-left-2 {
  margin-left: 20px !important
}

.margin-left-3 {
  margin-left: 30px !important
}

.margin-left-4 {
  margin-left: 40px !important
}

.margin-left-5 {
  margin-left: 50px !important
}

.margin-left-6 {
  margin-left: 60px !important
}

.margin-left-7 {
  margin-left: 70px !important
}

.margin-left-8 {
  margin-left: 80px !important
}

.margin-left-9 {
  margin-left: 90px !important
}

.margin-left-10 {
  margin-left: 100px !important
}

.margin-left-11 {
  margin-left: 110px !important
}

.margin-left-12 {
  margin-left: 120px !important
}

.margin-left-13 {
  margin-left: 130px !important
}

.margin-left-14 {
  margin-left: 140px !important
}

.margin-left-15 {
  margin-left: 150px !important
}

.margin-left-16 {
  margin-left: 160px !important
}

.margin-left-17 {
  margin-left: 170px !important
}

.margin-left-18 {
  margin-left: 180px !important
}

.margin-left-19 {
  margin-left: 190px !important
}

.margin-left-20 {
  margin-left: 200px !important
}

.crop {
  margin: 0 !important
}

.cropBottom {
  margin-bottom: 0 !important
}

.cropTop {
  margin-top: 0 !important
}

.cropLeft,
.cropSides {
  margin-left: 0 !important
}

.cropRight,
.cropSides {
  margin-right: 0 !important
}

.pointer-events {
  pointer-events: all !important
}

.disable-pointer-events {
  pointer-events: none !important
}

.space {
  padding: 0 20px
}

.pointer,
.cursorPointer {
  cursor: pointer
}

.cursorZoomIn,
[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in !important
}

.cursorZoomOut,
.zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out !important
}

.cursorGrab {
  cursor: move;
  cursor: grab !important;
  cursor: -webkit-grab !important
}

.cursorGrab:active {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important
}

.disableClick {
  pointer-events: none
}

.cover {
  background-size: cover !important
}

.noSelect,
.noSelect *,
.disableSelect,
.disableSelect * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.selectable,
.selectable *,
.enableSelect,
.enableSelect * {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.clearBoth:after {
  content: "";
  clear: both;
  display: table
}

dt.school-name--label,
b.school-name--label {
  color: #fff;
  padding: 0em 0.75em;
  font-weight: bold;
  font-size: 13px
}

.material-icons {
  vertical-align: bottom
}

body {
  background-color: #fff;
  display: contents;
}

main {
  display: block
}

hr {
  border-top: 1px solid #ccc
}

.en {
  font-family: "railway", sans-serif;
  font-weight: 900
}

.sns li {
  display: inline-block;
  min-width: 50px
}

.sns svg {
  width: 30px;
  height: 30px;
  fill: #fff
}

main.page {
  background-color: #fff;
}

main.page h1 {
  font-weight: 900
}

.show-phone {
  display: none
}

@media (max-width: 435px) {
  .show-phone {
    display: block
  }
}

@media (max-width: 435px) {
  .container .wrap:not(.noSpaces) {
    padding: calc(5.56% + 50px) calc(2% + 5px)
  }

  .primary-title {
    font-size: 20px;
    font-weight: bold
  }
}

header a {
  color: #0F0C31
}

.panel .menuButton.button,
.menuButton {
  background: #0F0C31;
  color: #fff;
  font-size: 16px
}

.panel .menuButton.button:hover,
.menuButton:hover {
  background-color: #221b6e
}

.logo_splyza-teams {
  display: block
}

.mobile-logo {
  display: inline-block;
  margin-right: 1vw
}

.mobile-logo img {
  vertical-align: bottom
}

.panel .mobile-nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto
}

.panel .mobile-nav .right {
  width: auto;
  max-width: 50px
}

.panel .sections .menu {
  padding: 0 10px
}

.panel .sections .menu.uppercase li {
  margin: 0;
  padding: 15px 0px;
  letter-spacing: 0.05em;
  font-size: 14px
}

.sidebar .mainMenu li a {
  padding: 0.25em 0;
  line-height: 1.33;
  font-size: 20px
}

.sidebar .subMenu li {
  font-size: 16px
}

#site-footer .panel {
  background-color: #C92A1D;
  color: white
}

#site-footer .menu li {
  margin: 0;
  font-size: 14px
}

@media screen and (min-width: 47.9375em) {
  #section-about .background {
    background-image: url("../images/about/bg.jpg")
  }

  #section-use-case .background {
    background-image: url("../images/use-case/bg.jpg")
  }

  #section-owner-voices .background {
    background-image: url("../images/owner-voices/bg.jpg")
  }

  #section-other-voices .background {
    background-image: url("../images/other-voices/bg.jpg")
  }

  #section-function .background {
    background-image: url("../images/function/bg.jpg")
  }

  #section-pricing .background {
    background-image: url("../images/pricing/bg.jpg")
  }

  #section-use-flow .background {
    background-image: url("../images/use-flow/bg.jpg")
  }

  #section-application .background {
    background-image: url("../images/application/bg.jpg")
  }

  #section-merit .background {
    background-image: url("../images/merit/bg.jpg")
  }

  #guide-cover .background {
    background-image: url("../images/guide/bg.jpg")
  }

  .guide-slide--first .background {
    background-image: url("../images/merit/bg.jpg")
  }

  .guide-slide--last .background {
    background-image: url("../images/top/pho_cover.jpg")
  }
}

@media screen and (max-width: 47.93625em) {
  #section-about .background {
    background-image: url("../images/about/bg@0.5x.jpg")
  }

  #section-use-case .background {
    background-image: url("../images/use-case/bg@0.5x.jpg")
  }

  #section-owner-voices .background {
    background-image: url("../images/owner-voices/bg@0.5x.jpg")
  }

  #section-other-voices .background {
    background-image: url("../images/other-voices/bg@0.5x.jpg")
  }

  #section-function .background {
    background-image: url("../images/function/bg@0.5x.jpg")
  }

  #section-pricing .background {
    background-image: url("../images/pricing/bg@0.5x.jpg")
  }

  #section-use-flow .background {
    background-image: url("../images/use-flow/bg@0.5x.jpg")
  }

  #section-application .background {
    background-image: url("../images/application/bg@0.5x.jpg")
  }

  #section-merit .background {
    background-image: url("../images/merit/bg@0.5x.jpg")
  }

  #guide-cover .background {
    background-image: url("../images/guide/bg@0.5x.jpg")
  }

  .guide-slide--first .background {
    background-image: url("../images/merit/bg@0.5x.jpg")
  }

  .guide-slide--last .background {
    background-image: url("../images/top/pho_cover@0.5x.jpg")
  }
}

#section01 {
  margin: auto;
  margin-top: 6%;
  margin-bottom: 4%;
  width: 95%;
  max-height: 800px
}

#section01 .content .container {
  max-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: HiraginoSans-W8;
  font-size: 36px;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff
}

#section01 .content .container p {
  line-height: 1.75;
  margin-bottom: 0
}

.section02__h1 {
  font-family: HiraKakuInterface-W3;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: -2.1px;
  text-align: left;
  color: #ffffff
}

.section02__main {
  opacity: 0.8;
  font-family: HiraginoSans-W3;
  font-size: 26px;
  line-height: 1.7;
  text-align: left;
  color: #ffffff
}

.section03__title-sub {
  font-family: SFNSText;
  font-size: 19px !important;
  letter-spacing: 3.8px;
  text-align: center;
  color: #ffffff
}

.section03__title {
  font-family: HiraKakuInterface-W3;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff
}

.section03__main {
  opacity: 0.8;
  font-family: SourceSansPro;
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff
}

.section03__lists li h3 {
  font-family: Raleway;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 3.8px;
  text-align: left;
  color: #ffffff
}

.section09__h1 {
  font-family: 'Hiragino Kaku Gothic Std';
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -3px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10rem
}

.section09__list li p {
  font-family: PlayfairDisplay;
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: -1.5px;
  text-align: center;
  color: #ffffff
}

.section09__list li h3 {
  font-family: Raleway;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.6px;
  text-align: center;
  color: #ffffff
}

span.school-name {
  display: inline-block
}

.school-name {
  white-space: nowrap;
  margin: 0 0.25em
}

.school-name--note {
  font-size: 14px
}

.container .text-left,
.text-left {
  text-align: left
}

.container .text-center,
.text-center {
  text-align: center
}

.container .text-right,
.text-right {
  text-align: left
}

.notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #d10c0c;
  color: #fff;
  z-index: 400;
  text-align: center
}

.notice p {
  font-size: 15px
}

.notice a {
  text-decoration: underline
}

.notice .button {
  position: fixed;
  right: 0px;
  bottom: -18px;
  width: 30px;
  text-align: center;
  padding: 10px;
  background: #fff;
  color: #d10c0c;
  font-weight: bold;
  cursor: pointer;
  z-index: 202
}

.notice .button:hover {
  background: #000;
  color: #d10c0c
}

.notice .content {
  text-align: center;
  background: #d10c0c;
  padding: 20px 25px
}

.notice .content a {
  color: #FFF;
  margin: 0 5px 0 5px
}

@media screen and (min-width: 992px) {
  .notice {
    height: 80px;
    padding: 15px 10px
  }
}

@media screen and (max-width: 991px) {
  .notice {
    height: 20%;
    padding: 15px 10px
  }

  .br-none {
    display: none
  }
}

#section-about .content {
  background: transparent
}

#section-about .section__copy {
  line-height: 1.125;
  font-size: 10vw;
  font-weight: 600
}

@media screen and (min-width: 47.9375em) {
  #section-about .section__copy {
    line-height: 1.25;
    font-size: 6vw
  }
}

#section-about .section__sub-copy {
  font-weight: 800;
  line-height: 1.25;
  font-size: 6.5vw
}

@media screen and (min-width: 64em) {
  #section-about .section__sub-copy {
    line-height: 1.25;
    font-size: 2.5vw
  }
}

#section-about p {
  line-height: 1.5;
  font-size: 5.5vw;
  font-weight: 400;
  text-align: justify
}

@media screen and (min-width: 64em) {
  #section-about p {
    font-size: 2rem
  }
}

#section-application .bnr_googlechrome {
  white-space: nowrap;
  line-height: 60px;
  font-size: 2rem
}

#section-application .bnr_googlechrome img {
  margin-right: 1rem;
  width: 4rem;
  vertical-align: middle
}

#case-cover .background {
  position: relative;
  background-image: url("../images/case/hamamatsu-nishi/cover.jpg")
}

#case-cover .background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5)
}

#case-cover .content {
  background-color: transparent
}

#case-cover h1 {
  margin-bottom: 0.5em
}

@media screen and (max-width: 47.93625em) {
  #case-cover p {
    margin-top: 0 !important;
    font-size: 2.5rem
  }
}

.case-title {
  font-weight: 900
}

.case-title b {
  font-weight: 400
}

.case-title span {
  font-weight: 100
}

.case-thumb img,
.case-thumb .trim-image {
  margin-bottom: 0.25em
}

.case-thumb .trim-image {
  height: 0;
  padding-top: 66.666%;
  background-size: cover
}

.grid .case-thumb p:not(.note) {
  margin-top: 0;
  font-size: 1.875rem
}

@media screen and (max-width: 47.93625em) {
  .grid .case-thumb p:not(.note) {
    font-size: 2.5rem;
    margin: 10px 0;
  }
}

.interview-blockquote {
  line-height: 5rem
}

.interview-blockquote span {
  margin-left: -0.5em;
  font-weight: 100
}

@media screen and (max-width: 47.93625em) {
  .interview-blockquote {
    line-height: 3.75rem;
    font-size: 5rem
  }
}

.case h1 {
  margin-bottom: 5rem
}

@media screen and (max-width: 47.93625em) {
  .case h1 {
    font-size: 5rem
  }
}

.case-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.case-grid .school-name--label {
  padding: 0
}

.case-grid p:not(.note) {
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 16px
}

.case-grid dl {
  margin-bottom: 2.5rem;
  line-height: 2.5rem;
  text-align: justify
}

.case-grid figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.note {
  font-size: .8125rem
}

@media screen and (max-width: 47.93625em) {
  .guide-slide--last .margin-top-6 {
    margin-top: 0 !important;
    margin-bottom: 100px
  }
}

.case-team-lists {
  -webkit-column-gap: 1em;
  column-gap: 1em;
  margin-top: 2.5rem;
  text-align: left
}

@media screen and (min-width: 992px) {
  .case-team-lists dl {
    margin-bottom: 24px
  }
}

@media screen and (max-width: 991px) {
  .case-team-lists dl {
    margin: 0 10px;
    font-size: 12px;
  }
}

.case-team-lists dt {
  padding: 0;
  line-height: 24px
}

.case-team-lists dd {
  margin: 0;
  white-space: normal;
  line-height: 2.0em
}

.case-team-lists dt span {
  margin-left: -0.25em;
  white-space: nowrap;
  letter-spacing: -0.25px;
  font-weight: normal;
  font-size: 10px
}

@media screen and (max-width: 47.93625em) {
  .case-team-lists {
    -webkit-column-count: 1;
    column-count: 1;
    padding-left: 30px;
  }
}

@media screen and (min-width: 47.9375em) {
  .case-team-lists {
    -webkit-column-count: 3;
    column-count: 3
  }
}

.account-guide {
  margin-bottom: 0;
  font-size: 14px
}

.account-guide .button {
  margin-bottom: 0;
  padding: 5px 18px 6px;
  vertical-align: middle;
  font-size: 14px
}

.form.page .section-form {
  margin: 4rem auto
}

.form.page dl.flex {
  margin-bottom: 1rem
}

.form.page span[class*="col-"] {
  padding: 0
}

.form.page form label,
.form.page form .label {
  margin: 0px
}

@media (max-width: 1023px) {

  .form.page form label,
  .form.page form .label {
    margin-bottom: 0.5em
  }
}

@media (max-width: 1023px) {

  .form.page form label br,
  .form.page form .label br {
    display: none
  }
}

.form.page input.exportInput,
.form.page input[type="text"],
.form.page input[type="tel"],
.form.page input[type="number"],
.form.page input[type="email"],
.form.page textarea,
.form.page select {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  min-width: 200px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(0, 0, 0, 0.05) inset
}

@media (max-width: 767px) {

  .form.page input.exportInput,
  .form.page input[type="text"],
  .form.page input[type="tel"],
  .form.page input[type="number"],
  .form.page input[type="email"],
  .form.page textarea,
  .form.page select {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.form.page textarea,
.form.page input {
  max-width: none
}

.form.page .input-after-checkbox {
  margin-top: 6px
}

.form.page .col-8-12 label {
  display: inline-block;
  margin-right: 2em
}

.form.page .col-8-12 label input {
  margin-right: 0.5em
}

@media (max-width: 1023px) {
  .form.page dt.text-right {
    margin-bottom: 0.5em;
    text-align: left
  }
}

.form.page #add2 {
  margin-top: 1rem
}

.form.page .require,
.form.page label.error {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0.5rem;
  background-color: #C92A1D;
  line-height: 3rem;
  font-weight: bold
}

.form.page .require {
  border-radius: 1rem;
  padding: 0 0.5em 0 0.75em;
  white-space: nowrap;
  letter-spacing: 0.25em;
  line-height: 2rem;
  font-size: 1.5rem
}

.form.page .error {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(201, 42, 29, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(201, 42, 29, 0.1) inset
}

.form.page .valid {
  -webkit-box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(15, 12, 49, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(41, 41, 41, 0.1) inset, 0 3px 4px 0px rgba(41, 41, 41, 0.1) inset, 0 -200px 0 rgba(15, 12, 49, 0.1) inset
}

.form.page select {
  background-repeat: no-repeat;
  background-position: 95%
}

.form.page .input-select>label {
  display: inline-block
}

.form.page .plan__price {
  margin-bottom: 2rem;
  font-size: 17px;
  font-weight: 800
}

.form.page .plan__price .num {
  font-size: 36px
}

.form.page .plan__price--small {
  margin-bottom: 0;
  font-size: 17px
}

.form.page .plan__price--small+small,
.form.page .plan__price--small small {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 1rem
}

.form.page small {
  font-size: 15px
}

.form.page .dd-label {
  margin: 0;
  padding: 0;
  font-size: 17px;
  text-align: left;
  line-height: 30px
}

.form.page .button {
  background-color: #5B5691
}

.form.page .button:hover {
  background-color: #3E3EFF
}

input[type=radio],
input[type=checkbox] {
  margin: 5px 5px 5px 10px;
}

.radio,
.checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 28px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer
}

.radio:hover .radio:after,
.checkbox:hover .radio:after,
.radio:hover .checkbox:after,
.checkbox:hover .checkbox:after {
  border-color: #53b300
}

.radio:before,
.radio:after,
.checkbox:before,
.checkbox:after {
  content: '';
  display: block;
  opacity: 0
}

.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  opacity: 1
}

.radio:before,
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%
}

.radio:before {
  left: 5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300
}

input[type=radio]:checked+*+.radio:before,
input[type=radio]:checked+.radio:before {
  opacity: 1 !important
}

.checkbox:before {
  left: 6px;
  margin-top: -8px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

input[type=checkbox]:checked+*+.checkbox:before,
input[type=checkbox]:checked+.checkbox:before {
  opacity: 1 !important
}

@media (min-width: 1024px) {
  #section-function img.macbook-61 {
    width: 160%;
    max-width: none
  }
}

@media screen and (max-width: 63.99875em) {
  .breakout {
    width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 !important
  }

  .breakout img.macbook-61 {
    width: 100%
  }
}

#guide-cover .content {
  background-color: transparent
}

.guide-banner {
  margin-top: 8rem
}

.prep-tabs {
  margin-bottom: 3rem;
  min-width: 300px
}

.number-text--xlarge {
  font-size: 15rem;
  font-family: "Source Sans Pro";
  font-weight: 200
}

.ipad-36a {
  margin-bottom: -24%
}

#page-policy {
  background-color: #0F0C31
}

#page-policy ol,
#page-policy ul {
  margin: 2rem 0;
  margin-left: 2em
}

#page-policy ol,
#page-policy ol li {
  list-style: decimal
}

#page-policy ul,
#page-policy ul li {
  list-style: disc
}

.user-option {
  margin: -2rem auto 4rem
}

.user-option .opacity-7 {
  letter-spacing: 0
}

.icon-plus {
  display: block;
  position: relative;
  margin: 1rem auto;
  width: 44px;
  height: 44px;
  border: 2px solid;
  border-radius: 22px;
  line-height: 44px;
  text-align: center
}

.icon-plus:before,
.icon-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0
}

.icon-plus:before {
  width: 24px;
  margin-top: -1px;
  margin-left: -12px;
  border-top: 2px solid
}

.icon-plus:after {
  height: 24px;
  margin-top: -12px;
  margin-left: -1px;
  border-left: 2px solid
}

.plan-merit {
  line-height: 1.5
}

.plan-merit b {
  border-bottom: 3px solid #C92A1D
}

@media screen and (min-width: 64em) {
  .plan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8%;
    margin-right: -8%;
    background: #E6F5F3
  }
}

.plan-list .price-84 {
  font-size: 48px
}

.plan-list .price-84 span {
  font-size: 13px;
  font-weight: 600
}

.plan-list .features-84 h4 {
  margin: 0
}

.plan-list b {
  font-weight: bolder;
  color: #000
}

.price-option {
  position: relative;
  background-color: #dcdcdc
}

@media screen and (max-width: 47.93625em) {
  .price-option {
    margin: -1em auto 120px;
    padding: 0 1em;
    border-radius: 20px
  }
}

.price-option__plan {
  line-height: 1em;
  margin-bottom: 0;
  padding: 3rem 0;
  border-right: 1px solid #bbb
}

.price-option__plan small {
  font-size: 14px
}

@media screen and (max-width: 47.93625em) {
  .price-option__plan {
    border-right: none
  }
}

@media screen and (max-width: 47.93625em) {
  .price-option__price {
    padding: 0 0 2em;
    text-align: left
  }
}

.price-option__popup {
  position: absolute;
  top: 20px;
  right: -90px
}

@media screen and (max-width: 47.93625em) {
  .price-option__popup {
    top: calc(100% - 2em);
    right: -1em
  }

  .price-option__popup img {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
}

#page-stca {
  background-color: #282728
}

#page-stca dl {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

#section-top {
  background-color: #fff
}

@media screen and (max-width: 47.93625em) {
  #section-top {
    padding: 60px 5vw 5vw
  }
}

@media screen and (min-width: 47.9375em) {
  #section-top {
    padding: 5vw
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(10px) rotate(135deg);
    transform: translateY(10px) rotate(135deg)
  }

  100% {
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg)
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(10px) rotate(135deg);
    transform: translateY(10px) rotate(135deg)
  }

  100% {
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg)
  }
}

#section-top:after {
  -webkit-animation: down 1s ease 0s infinite alternate none running;
  animation: down 1s ease 0s infinite alternate none running;
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid;
  border-right: 2px solid
}

@media screen and (max-width: 47.93625em) {
  #section-top:after {
    bottom: 60px
  }
}

@media screen and (min-width: 47.9375em) {
  #section-top:after {
    bottom: calc(5vw + 60px)
  }
}

#section-top .section01__h1 {
  margin-bottom: 0
}

#section-top .txt_cover {
  width: 42%
}

@media screen and (max-width: 47.93625em) {
  #section-top .txt_cover {
    width: 70vmin
  }
}

#section-top .content {
  overflow: hidden;
  background: transparent url("../images/top/pho_cover.jpg") no-repeat center top;
  background-size: cover
}

@media screen and (max-width: 47.93625em) {
  #section-top .content {
    background-position: 52% top;
    background-image: url("../images/top/pho_cover@0.5x.jpg")
  }
}

@media screen and (max-width: 47.93625em) {
  #section-top .container {
    height: 130vmin
  }
}

@media screen and (min-width: 47.9375em) {
  #section-top .container {
    height: 80vh
  }
}

#section-top .hero {
  line-height: 2.75vw;
  font-size: 2.5vw;
  font-weight: 800
}

@media screen and (max-width: 47.93625em) {
  #section-top .hero {
    line-height: 5.75vw;
    font-size: 5.5vw
  }
}

#section-top .information-label {
  margin: 0;
  padding: 0.25em 0.5em;
  background-color: #C92A1D;
  text-align: center;
  color: #fff
}

@media screen and (max-width: 47.93625em) {
  #section-top .information-label {
    font-size: 11px
  }
}

#section-use-case .section__copy {
  line-height: 6.25vw;
  font-size: 6vw;
  font-weight: 600
}

#section-use-case .section__sub-copy {
  line-height: 2.75vw;
  font-size: 2.5vw;
  font-weight: 800
}

#section-use-case .use-case__label {
  display: inline-block;
  position: relative;
  padding: 0.5em 1.5em;
  border: 1px solid;
  background: #0F0C31;
  font-size: 14px;
  font-weight: bold
}

#section-use-case .use-case__label--border {
  border-width: 3px;
  background: transparent;
  color: #fff
}

#section-use-case .use-case__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#section-use-case .use-case-list {
  position: relative;
  overflow: visible;
  text-align: center
}

#section-use-case .use-case-list img {
  width: 100%
}

#section-use-case .use-case-list--arrow {
  position: relative
}

#section-use-case .use-case-list--arrow {
  height: 40px;
  margin: 10px auto 40px;
  border-top: none
}

#section-use-case .use-case-list--arrow:before,
#section-use-case .use-case-list--arrow:after {
  content: '';
  position: absolute
}

#section-use-case .use-case-list--arrow:before {
  display: block;
  left: 50%;
  margin-left: -1.5px;
  width: 0;
  height: 100%;
  border-left: 3px solid
}

#section-use-case .use-case-list--arrow:after {
  left: 50%;
  margin-left: -9.5px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

@media screen and (min-width: 47.9375em) {

  #section-use-case .use-case-list--arrow.left,
  #section-use-case .use-case-list--arrow.right {
    height: 0;
    border-top: 3px solid
  }

  #section-use-case .use-case-list--arrow.left:before,
  #section-use-case .use-case-list--arrow.right:before {
    display: none
  }

  #section-use-case .use-case-list--arrow.left:after,
  #section-use-case .use-case-list--arrow.right:after {
    margin-left: 0
  }

  #section-use-case .use-case-list--arrow.up:before,
  #section-use-case .use-case-list--arrow.down:before {
    display: block
  }

  #section-use-case .use-case-list--arrow.right:after {
    top: -11.5px;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #section-use-case .use-case-list--arrow.left:after {
    top: -11.5px;
    bottom: auto;
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  #section-use-case .use-case-list--arrow.down:after {
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  #section-use-case .use-case-list--arrow.up:after {
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

#section-use-case .use-case-list__label {
  position: absolute;
  top: -1em;
  left: 50%;
  right: 50%;
  margin-left: -5em;
  margin-right: -5em
}

#section-use-case .fig_analyze-view {
  position: relative;
  right: -20%;
  width: 85%;
  margin: -35% 0 -5%
}

#section-use-case .pho_all-editor {
  padding-bottom: 12%
}

#section-use-case p {
  line-height: 3rem;
  font-size: 2rem;
  font-weight: 400
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}