/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.area-table {
  padding: 0 10px;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .area-table {
    width: 970px;
    margin: auto;
    padding: 0;
  }
}

@media screen and (min-width: 1366px) {
  .area-table {
    width: 1200px;
    margin: auto;
  }
}

img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
}

body {
  font-family: "San Francisco Pro", "Century Gothic", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.5em;
  min-width: 320px;
  color: #595757;
  width: 100%;
}

.section__title-wrap .section__title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2em;
  color: #1f1e1e;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
}

@media screen and (min-width: 970px) {
  .section__title-wrap .section__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.section__title-wrap .section__title-icon {
  margin-left: 8px;
  color: #96bfd9;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.5em;
  text-decoration: none;
}

@media screen and (min-width: 970px) {
  .section__title-wrap .section__title-icon {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.section__second-title-wrap {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #96bfd9;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 970px) {
  .section__second-title-wrap {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.section__title-wrap {
  border-bottom: solid 1px #ebf2fd;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 970px) {
  .section__title-box {
    padding: 8px;
  }
}

.media-title {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 10px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .media-title {
    margin: 15px 0;
  }
}

@media screen and (min-width: 970px) {
  .media-title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 20px 0;
  }
}

.media-title:before, .media-title:after {
  content: '';
  display: block;
  width: calc((100% - 100px - 20px) / 2);
  height: 1px;
  background: #96bfd9;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .media-title:before, .media-title:after {
    width: calc((100% - 150px - 20px) / 2);
  }
}

.media-title:before {
  top: 50%;
  left: 0;
}

.media-title:after {
  top: 50%;
  right: 0;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #ebf2fd;
  margin: 15px 0;
}

hr.line-S {
  margin: 10px 0;
}

hr.line-M {
  margin: 15px 0;
}

body.popup-show {
  position: fixed;
}

.scrollBar-style1 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scrollBar-style1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ecf2f7;
  border-radius: 5px;
  overflow: hidden;
}

.scrollBar-style1::-webkit-scrollbar {
  width: 6px;
  height: 7px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.scrollBar-style1::-webkit-scrollbar-thumb {
  background-color: #c1def0;
  border-radius: 5px;
  overflow: hidden;
}

main {
  margin-top: 103px;
}

@media screen and (min-width: 970px) {
  main {
    margin-top: 0;
  }
}

.img-16x9 {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-16x9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[v-cloak] {
  display: none;
}

.btn {
  color: #fff;
  background-color: #c6c6c6;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2em;
  padding: 0px 10px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 375px) {
  .btn.btn.btn-L {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 0px 15px;
    line-height: 40px;
  }
}

.btn.btn.active, .btn.btn__blue-light {
  background: #96bfd9;
  color: #fff;
}

.btn.btn__white {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  background: #fff;
  color: #96bfd9;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.btn.btn__white-border {
  border: solid 1px #96bfd9;
  background: #fff;
  color: #96bfd9;
  display: inline-block;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .btn.btn__white-border {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn.btn__blue-border {
  border: solid 1px #3d4884;
  color: #3d4884;
  background: #fff;
}

.btn.btn__blue-border.active {
  color: #fff;
  background: #3d4884;
}

@media screen and (min-width: 970px) {
  .btn.btn__blue-border:hover {
    color: #fff;
    background: #3d4884;
  }
}

.btn.btn__black-border {
  border: solid 2px #000;
  background: #fff;
  color: #000;
}

.btn.btn__black-border.active {
  border: solid 2px #96bfd9;
  color: #96bfd9;
  background: #fff;
}

@media screen and (min-width: 970px) {
  .btn.btn__black-border:hover {
    border: solid 2px #96bfd9;
    color: #96bfd9;
  }
}

.btn.btn__subscription {
  background-color: transparent;
  color: #96bfd9;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 2px;
}

@media screen and (min-width: 970px) {
  .btn.btn__subscription {
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.btn__subscription i {
  background: #96bfd9;
  color: #fff;
  border-radius: 50%;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-none {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.header-wrap {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

@media screen and (min-width: 970px) {
  .header-wrap {
    position: static;
    height: 120px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.logo-wrap {
  width: 80px;
}

@media screen and (min-width: 970px) {
  .logo-wrap {
    width: 140px;
    margin: auto;
  }
}

.logo-wrap a {
  display: block;
}

.logo-wrap h1 {
  display: none;
}

.tool-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 970px) {
  .tool-wrap {
    position: absolute;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 970px) {
  .tool-wrap {
    right: calc(50% - 485px);
  }
}

@media screen and (min-width: 1366px) {
  .tool-wrap {
    right: calc(50% - 600px);
  }
}

.tool-wrap .login-wrap {
  text-align: right;
}

.tool-wrap .login-wrap i {
  margin-right: 0 !important;
}

.tool-wrap .menu-icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 970px) {
  .tool-wrap .menu-icon {
    display: none;
  }
}

.tool-wrap .menu-icon span {
  width: 100%;
  height: 3px;
  background-color: #2f6d94;
  float: left;
  margin-top: 4px;
  border-radius: 2px;
}

.tool-wrap .menu-icon span:nth-child(1) {
  margin-top: 0;
}

.tool-wrap .icon-wrap {
  display: none;
  list-style-type: none;
  margin: 8px 0 0;
}

.tool-wrap .icon-wrap li {
  margin-left: 5px;
  width: 40px;
}

.tool-wrap .icon-wrap li:nth-child(1) {
  margin-left: 0;
}

@media screen and (min-width: 970px) {
  .tool-wrap .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

.login-wrap #login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 21px;
  font-size: 1.3125rem;
}

.login-wrap #login-btn:hover + #login-drowdown {
  display: block;
}

.login-wrap #login-btn i {
  line-height: 31px;
}

.login-wrap #login-drowdown:hover {
  display: block;
}

.login-wrap #login-drowdown li:hover a,
.login-wrap #login-drowdown li:hover span {
  color: #333;
}

.login-wrap .loginBox.loginBox-lay-dropdown > div {
  padding: 0;
}

.login-wrap .btn-login {
  background-color: #2f6d94;
  border-radius: 50px;
  height: 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.login-wrap .btn-login:before {
  display: none;
}

.login-wrap .btn-login label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-wrap .btn-login label i {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 31px;
}

.login-wrap .btn-login label span {
  margin-left: 5px;
  line-height: 30px;
}

body.nav-show {
  overflow: hidden;
}

.nav-wrap {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@media screen and (min-width: 970px) {
  .nav-wrap {
    display: block !important;
    position: static;
    width: 100%;
  }
}

@media screen and (min-width: 970px) {
  .nav-wrap.top-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}

.nav-wrap.active {
  display: block;
}

.nav-wrap.active .nav-bg {
  display: block;
}

.nav-wrap .nav-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -9;
}

.nav-wrap > ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: unset;
  }
}

.nav-wrap > ul > li {
  border-bottom: solid 1px #fff;
}

.nav-wrap > ul > li:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li {
    border-bottom: 0;
    width: 25%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    height: 60px;
    z-index: 9999;
  }
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li:hover {
    position: relative;
  }
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li:hover > ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav-wrap > ul > li > a {
  background: #ebf2fd;
  color: #3d4884;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li > a {
    height: 60px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-wrap > ul > li > a img {
  display: none;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li > a img {
    display: block;
    width: 40px;
    margin-right: 5px;
  }
}

.nav-wrap > ul > li > a i {
  position: absolute;
  top: 12px;
  right: 15px;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul > li > a i {
    display: none;
  }
}

.nav-wrap > ul > li.active ul {
  display: block;
}

.nav-wrap > ul ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.nav-wrap > ul ul li {
  width: 100%;
}

.nav-wrap > ul ul li a {
  background: #3d4884;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul ul li a {
    background: #ebf2fd;
    color: #3d4884;
  }
}

@media screen and (min-width: 970px) {
  .nav-wrap > ul ul li a:hover {
    background: #3d4884;
    color: #fff;
  }
}

.mobile-nav {
  background-color: #ebf2fd;
  margin: 50px 0 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 970px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav > ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.mobile-nav > ul > li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 568px) {
  .mobile-nav > ul > li {
    padding: 0;
  }
}

.mobile-nav > ul > li a {
  text-decoration: none;
  color: #3d4884;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  padding-bottom: 5px;
}

@media screen and (min-width: 568px) {
  .mobile-nav > ul > li a {
    font-size: 17px;
    font-size: 1.0625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 970px) {
  .mobile-nav > ul > li a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.mobile-nav > ul > li a img {
  width: 16px;
}

@media screen and (min-width: 568px) {
  .mobile-nav > ul > li a img {
    margin-right: 5px;
    width: 20px;
  }
}

@media screen and (min-width: 970px) {
  .mobile-nav > ul > li a img {
    width: 40px;
  }
}

@media screen and (min-width: 568px) {
  .mobile-nav > ul > li a .name {
    line-height: 40px;
  }
}

@media screen and (min-width: 970px) {
  .mobile-nav > ul > li a .name {
    line-height: 60px;
  }
}

footer menu {
  background-color: #98c0d9;
  margin: 0;
  padding: 20px 0;
}

footer menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer menu ul li {
  margin: 0 8px;
}

footer menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  footer menu ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

footer .copyright-wrap {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
  color: #9a9494;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 17px;
}

footer .copyright-wrap span {
  display: inline-block;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-wrap .popup-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(150, 191, 217, 0.8);
  z-index: 999999;
}

.popup-wrap .popup-close {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 9999999;
  top: 20px;
  right: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
}

.popup-wrap .title-popup {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0;
}

.popup-wrap .popup-body {
  position: relative;
  z-index: 999999;
  width: 100%;
  max-width: 786px;
  min-height: 200px;
  margin: 10px auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  max-height: 100%;
}

.popup-wrap .popup-body .popup-main {
  margin: 15px 10px;
}

.popup-wrap .popup-body .subscription-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.popup-wrap .popup-body .subscription-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
  background: #fff;
  padding: 0;
}

.popup-wrap .popup-body .subscription-list li:before {
  -webkit-font-smoothing: antialiased;
}

.popup-wrap .popup-body .subscription-list li a {
  text-decoration: none;
  color: #fff;
  color: #595757;
  padding: 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-wrap .popup-body .subscription-list li a:before {
  content: '\2b';
  color: #595757;
  margin-top: -1px;
  margin-right: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-wrap .popup-body .subscription-list li.active {
  background: #c6c6c6;
}

.popup-wrap .popup-body .subscription-list li.active a {
  color: #fff;
}

.popup-wrap .popup-body .subscription-list li.active a:before {
  content: '\f056';
  font: var(--fa-font-solid);
  color: #c20000;
  position: absolute;
  top: -5px;
  right: -5px;
}
