/*
 *  Common
 *
 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  *,
  *:before,
  *:after {
    max-height: 999999px;
  }
}
html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  color: #4a4a4a;
  font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  background: #ebeeef;
  background: -webkit-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background: -moz- oldlinear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background: -o-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background: linear-gradient(to bottom, #e6e9ea 0, #f9fafb 800px);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body#who-content {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font: inherit;
}
a {
  color: #007aff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 21.6px;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"] {
  border: 1px solid #cdd8d6;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 8px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus {
  outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
button:active,
a:focus,
button:focus {
  outline: none;
}
a,
button,
input {
  pointer-events: initial;
}
img {
  border: none;
  vertical-align: text-bottom;
}
mark {
  background: #fae600;
  background: rgba(250, 230, 0, 0.5);
  color: #000;
  padding: 0 2px;
  margin: 0 -2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
a mark {
  color: #009982;
}
.g-hidden {
  display: none !important;
}
.g-scrollable {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.is-test-mode {
  position: relative;
}
.is-test-mode:before,
.is-test-mode:after,
.is-test-mode head:before,
.is-test-mode head:after {
  content: '';
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.is-test-mode:before,
.is-test-mode:after {
  top: 0;
  bottom: 0;
  width: 0;
}
.is-test-mode:before {
  left: 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
     -moz-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
          box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
}
.is-test-mode:after {
  right: 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
     -moz-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
          box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
}
.is-test-mode head {
  display: block;
}
.is-test-mode head:before,
.is-test-mode head:after {
  left: 0;
  right: 0;
  height: 0;
}
.is-test-mode head:before {
  top: 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
     -moz-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
          box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
}
.is-test-mode head:after {
  bottom: 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
     -moz-box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
          box-shadow: 0 0 4px 2px rgba(239, 51, 64, 0.75);
}
/*
 *  Mixins
 *
 */
.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*
 *  Components ( Blocks )
 *
 */
.hv-aside {
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  background: #fff;
  border: solid #e9ebec;
  border-width: 0 1px 0 0;
  width: 211px;
  padding: 8px 0;
  max-width: 40%;
  overflow: auto;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -moz-box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, -moz-box-shadow 0.2s ease-in-out;
  -webkit-transition-property: visibility, -webkit-transform, -webkit-box-shadow;
  transition-property: visibility, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: box-shadow, visibility, -o-transform;
  -moz-transition-property: transform, box-shadow, visibility, -moz-transform, -moz-box-shadow;
  transition-property: transform, box-shadow, visibility;
  transition-property: transform, box-shadow, visibility, -webkit-transform, -moz-transform, -o-transform, -webkit-box-shadow, -moz-box-shadow;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: initial;
  display: block;
}
[dir="rtl"] .hv-aside {
  right: 0;
}
[dir="rtl"] .hv-aside {
  left: auto;
}
[dir="rtl"].hv-aside {
  border-width: 0 0 0 1px;
}
.is-menu-shown .hv-aside {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.hv-aside__inner {
  padding: 0;
}
.bt-home {
  display: none;
}
.hv-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
}
.hv-contents {
  list-style: none;
  cursor: default;
  zoom: 1;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.hv-contents__item {
  position: relative;
  margin: 0;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hv-contents__item-link {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  margin: 8px 0 8px 22px;
  color: #4a4a4a;
  display: block;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 4px 0 4px 22px;
}
[dir="rtl"] .hv-contents__item-link {
  margin: 8px 22px 8px 0;
}
.hv-contents__item-link:active {
  color: #009982;
}
.hv-contents__item-link:focus {
  outline: none;
}
[dir="rtl"].hv-contents__item-link {
  margin: 0 0 0 0;
}
[dir="rtl"].hv-contents__item-link {
  padding: 4px 22px 4px 0;
}
.hv-contents__item-link:hover {
  color: #007aff;
  text-decoration: none;
}
.b-contents__toggle:hover + .hv-contents__item-link {
  color: #007aff;
  text-decoration: none;
}
.hv-contents__item-link .hv-contents__item-link:last-child {
  border-bottom: none;
}
.hv-contents__item--parent {
  text-decoration: underline;
}
.hv-contents__toggle {
  left: -2px;
  position: absolute;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  display: inline-block;
  background: transparent url("help_ui.png") no-repeat;
  -moz-background-size: 300px;
    -o-background-size: 300px;
       background-size: 300px;
  width: 8px;
  height: 8px;
  left: 8px;
  right: auto;
  top: 10px;
  z-index: 1;
  background-position: -100px -400px !important;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s 0s ease-in-out;
  transition: -webkit-transform 0.2s 0s ease-in-out;
  -o-transition: -o-transform 0.2s 0s ease-in-out;
  -moz-transition: transform 0.2s 0s ease-in-out, -moz-transform 0.2s 0s ease-in-out;
  transition: transform 0.2s 0s ease-in-out;
  transition: transform 0.2s 0s ease-in-out, -webkit-transform 0.2s 0s ease-in-out, -moz-transform 0.2s 0s ease-in-out, -o-transform 0.2s 0s ease-in-out;
}
[dir="rtl"] .hv-contents__toggle {
  right: -2px;
}
[dir="rtl"] .hv-contents__toggle {
  left: auto;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.05 ), only screen and (    min--moz-device-pixel-ratio: 1.05 ), only screen and (      -o-min-device-pixel-ratio: 1.05 ), only screen and (         min-device-pixel-ratio: 1.05 ) {
  .hv-contents__toggle {
    background-image: url("help_ui@2x.png");
  }
}
[dir="rtl"].hv-contents__toggle {
  right: 8px;
}
[dir="rtl"].hv-contents__toggle {
  left: auto;
}
[dir="rtl"].hv-contents__toggle {
  -webkit-transform: translateY(0) rotate(180deg);
     -moz-transform: translateY(0) rotate(180deg);
      -ms-transform: translateY(0) rotate(180deg);
       -o-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
}
.hv-contents__toggle.is-toggled {
  background-position: -48px -148px;
  -webkit-transform: translate(-1px, 1px) rotate(90deg);
     -moz-transform: translate(-1px, 1px) rotate(90deg);
      -ms-transform: translate(-1px, 1px) rotate(90deg);
       -o-transform: translate(-1px, 1px) rotate(90deg);
          transform: translate(-1px, 1px) rotate(90deg);
}
.hv-contents__item.is-active > .hv-contents__item-link {
  background: #f2f2f2;
  color: #4a4a4a;
  text-shadow: none;
}
.hv-contents__item.is-active > .hv-contents__item-link:hover {
  color: #007aff;
}
.hv-contents__item.is-active > .hv-contents__toggle {
  background-position: -25px -150px;
}
.hv-contents__item.is-active > .hv-contents__toggle.is-toggled {
  background-position: -75px -150px;
}
.is-hv .hv-contents .hv-contents__item-link {
  padding: 7px 8px 7px 22px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents__item-link {
  padding: 7px 22px 7px 8px;
}
.is-hv .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 8px 7px 36px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 36px 7px 8px;
}
.is-hv .hv-contents .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 8px 7px 50px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 50px 7px 8px;
}
.is-hv .hv-contents .hv-contents .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 8px 7px 64px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents .hv-contents__item-link {
  padding: 7px 64px 7px 8px;
}
.is-hv .hv-contents .hv-contents__toggle {
  left: 10px;
  right: auto;
}
[dir="rtl"].is-hv .hv-contents .hv-contents__toggle {
  right: 10px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents__toggle {
  left: auto;
}
.is-hv .hv-contents .hv-contents .hv-contents__toggle {
  left: 24px;
  right: auto;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents__toggle {
  right: 24px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents__toggle {
  left: auto;
}
.is-hv .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  left: 38px;
  right: auto;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  right: 38px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  left: auto;
}
.is-hv .hv-contents .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  left: 52px;
  right: auto;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  right: 52px;
}
[dir="rtl"].is-hv .hv-contents .hv-contents .hv-contents .hv-contents .hv-contents__toggle {
  left: auto;
}
.hv-content {
  display: table-row;
  vertical-align: top;
  overflow: auto;
  margin: 0;
}
.hv-content__inner {
  display: table-cell;
  vertical-align: top;
  padding: 8% 10% 0;
}
.cont {
  padding: 0 0 40px 0;
  font-size: 1rem;
}
[dir="rtl"] .cont {
  padding: 0 0 40px 0;
}
.hv-cookie-policy {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: row-reverse;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  color: #4a4a4a;
  padding: 10px 20px;
  z-index: 9999;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hv-cookie-policy {
    display: block;
  }
}
.hv-cookie-policy.hidden {
  display: none;
}
.hv-cookie-policy__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .hv-cookie-policy__inner {
    padding: 0 0 10px;
  }
}
.hv-cookie-policy__btn-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
}
.hv-cookie-policy__btn {
  padding: 8px 18px 7px 18px;
  background: #007aff;
  border: none;
  color: #eee;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: 20px;
  white-space: nowrap;
}
.hv-cookie-policy__btn:hover {
  color: #fff;
}
.hv-cookie-policy__btn-close {
  font-family: Arial, sans-serif;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
}
.hv-cookie-policy a {
  color: #007aff;
}
.hv-footer {
  color: #fff;
  font-weight: lighter;
  font-size: inherit;
  padding: 0;
  height: 1%;
  display: table-row;
  background: #6c7073;
}
.hv-footer__inner1 {
  position: relative;
  display: table-cell;
  left: -20px;
  padding: 0 0 0 28%;
  left: auto;
  right: auto;
  padding: 0;
}
[dir="rtl"] .hv-footer__inner1 {
  right: -20px;
}
[dir="rtl"] .hv-footer__inner1 {
  left: auto;
}
[dir="rtl"] .hv-footer__inner1 {
  padding: 0 28% 0 0;
}
.hv-footer__inner2 {
  display: table;
  width: 100%;
  min-height: 100%;
  background: #6c7073;
}
.hv-footer__logo {
  display: table-cell;
  vertical-align: middle;
  width: 132px;
  font-size: 0;
  padding: 0 10px 0 20px;
}
.hv-footer__logo-link {
  display: inline-block;
  background: transparent url("help_ui.png") no-repeat;
  -moz-background-size: 300px;
    -o-background-size: 300px;
       background-size: 300px;
  width: 102px;
  height: 29px;
  background-position: -150px 0;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.05 ), only screen and (    min--moz-device-pixel-ratio: 1.05 ), only screen and (      -o-min-device-pixel-ratio: 1.05 ), only screen and (         min-device-pixel-ratio: 1.05 ) {
  .hv-footer__logo-link {
    background-image: url("help_ui@2x.png");
  }
}
[dir="rtl"] .hv-footer__logo {
  padding: 0 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .hv-footer__logo {
    display: none;
  }
}
.hv-footer__text {
  display: table-cell;
  vertical-align: middle;
  font-size: inherit;
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .hv-footer__text {
    text-align: center;
  }
}
.hv-footer__copyright {
  font-weight: 400;
  cursor: default;
}
.hv-footer__links {
  margin-bottom: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .hv-footer__links {
    text-align: center;
  }
}
.hv-footer__links-item {
  display: inline-block;
  line-height: .8;
  border: none;
  padding: 0;
  margin: 0 1em 0 0;
}
.hv-footer__links-item:first-child {
  border-color: transparent;
}
[dir="rtl"] .hv-footer__links-item {
  margin: 0 0 0 1em;
}
@media only screen and (max-width: 767px) {
  .hv-footer__links-item:last-child {
    margin: 0;
  }
}
.hv-footer__link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.hv-footer__link:hover {
  text-decoration: underline;
}
.hv-footer__social {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  text-align: right;
  padding: 15px 15px 15px 0;
}
[dir="rtl"] .hv-footer__social {
  text-align: left;
}
[dir="rtl"] .hv-footer__social {
  padding: 15px 0 15px 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px)  and (max-width: 949px) {
  .hv-footer__social {
    display: none;
  }
}
.hv-footer__social-link {
  display: inline-block;
  background: transparent url("help_ui.png") no-repeat;
  -moz-background-size: 300px;
    -o-background-size: 300px;
       background-size: 300px;
  width: 47px;
  height: 47px;
  opacity: .95;
  vertical-align: middle;
  margin: 0;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.05 ), only screen and (    min--moz-device-pixel-ratio: 1.05 ), only screen and (      -o-min-device-pixel-ratio: 1.05 ), only screen and (         min-device-pixel-ratio: 1.05 ) {
  .hv-footer__social-link {
    background-image: url("help_ui@2x.png");
  }
}
.hv-footer__social-link:hover {
  opacity: 1;
}
.hv-footer__social-link--twitter {
  background-position: 5px -295px;
}
.hv-footer__social-link--facebook {
  background-position: -45px -295px;
}
.hv-footer__social-link--youtube {
  background-position: -95px -295px;
}
.hv-footer__social-link--google {
  background-position: -145px -295px;
}
.hv-footer__social-link-group {
  white-space: nowrap;
}
.hv-main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  -moz-background-size: 0;
    -o-background-size: 0;
       background-size: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  min-width: 60%;
  margin: 0 0 0 auto;
  background: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
[dir="rtl"].hv-main {
  margin: 0 auto 0 0;
}
.is-menu-shown .hv-main {
  width: -webkit-calc(100% - 211px);
  width: -moz-calc(100% - 211px);
  width: calc(100% - 211px);
}
.hv-main__inner {
  display: table;
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  vertical-align: top;
  table-layout: fixed;
  -webkit-transition: opacity 0.05s 0s ease-in-out;
  -o-transition: opacity 0.05s 0s ease-in-out;
  -moz-transition: opacity 0.05s 0s ease-in-out;
  transition: opacity 0.05s 0s ease-in-out;
}
.hv-main.is-loading .hv-main__inner {
  -webkit-transition: opacity 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s 0s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out;
  opacity: .5;
}
.hv-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s step-end, z-index 0.2s step-end;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s step-end, z-index 0.2s step-end;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s step-end, z-index 0.2s step-end;
  transition: opacity 0.2s ease-in-out, visibility 0.2s step-end, z-index 0.2s step-end;
}
.hv-modal.is-visible {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s step-start, z-index 0s step-start;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s step-start, z-index 0s step-start;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s step-start, z-index 0s step-start;
  transition: opacity 0.2s ease-in-out, visibility 0s step-start, z-index 0s step-start;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.hv-modal__window {
  position: relative;
  margin: 5%;
  padding: 36px 40px 40px;
  max-width: 576px;
  min-height: 192px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  overflow: auto;
}
.hv-modal__window a[href^="javascript:hidePopup"] {
  display: none;
}
.hv-modal__header {
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 0 0 .5em;
}
.hv-modal__header:first-letter {
  text-transform: uppercase;
}
.hv-modal__header:empty {
  margin: 0;
}
.hv-modal__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e9ebec;
  height: 50px;
}
.hv-modal__close-button {
  position: absolute;
  display: inline-block;
  background: transparent url("help_ui.png") no-repeat;
  -moz-background-size: 300px;
    -o-background-size: 300px;
       background-size: 300px;
  width: 16px;
  height: 16px;
  right: 20px;
  left: auto;
  top: 20px;
  background-position: -125px -400px;
  border: none;
  cursor: pointer;
  opacity: .75;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.05 ), only screen and (    min--moz-device-pixel-ratio: 1.05 ), only screen and (      -o-min-device-pixel-ratio: 1.05 ), only screen and (         min-device-pixel-ratio: 1.05 ) {
  .hv-modal__close-button {
    background-image: url("help_ui@2x.png");
  }
}
[dir="rtl"] .hv-modal__close-button {
  left: 20px;
}
[dir="rtl"] .hv-modal__close-button {
  right: auto;
}
.hv-modal__close-button:hover {
  opacity: 1;
}
.hv-modal__close-button:focus {
  outline: none;
}
@-webkit-keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hv-pic,
.b-pic {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 0;
  vertical-align: text-bottom;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
}
.hv-pic__img,
.b-pic__img {
  visibility: hidden;
}
.hv-tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  max-width: 550px;
  padding: 8px 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
  border: none;
  background: #f9f9f3;
  font-weight: normal;
  cursor: default;
  pointer-events: auto;
}
.hv-tooltip__content {
  height: 100%;
  padding: inherit;
  overflow: auto;
}
.hv-tooltip ul,
.hv-tooltip ol {
  font-size: .85em;
  margin: .5em 0;
}
.hv-tooltip :first-child {
  margin-top: 0;
}
.hv-tooltip :last-child {
  margin-bottom: 0;
}
.hv-tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 16px;
  left: 0;
  right: 0;
  z-index: -3;
  background: none;
}
.hv-tooltip:after {
  background: #f9f9f3;
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  left: 60px;
  width: 16px;
  height: 16px;
  margin: -8px -8px;
  z-index: -2;
  -webkit-box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.hv-tooltip.is-to-top:before {
  top: 100%;
  bottom: auto;
}
.hv-tooltip.is-to-top:after {
  top: 100%;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.hv-tooltip.is-to-left:after {
  left: auto;
  right: 60px;
}

/*# sourceMappingURL=hv-styles.css.map */
