/* Fall Back Values have been added for Internet Explorer Support */
:root {
  --background: rgb(255, 255, 255);
  --very-light-grey: #f1f1f1;
  --blue: #187aba;
  --dark-blue:#003061;
  --purple: #672cb4;
  --jade: #3eb661;
  --orange: #fa823c;
  --dark-blue: #002b51;
  --body-text: #4c4c4c;
  --body-title: #333330;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "ms_gloriola_ii_std_semibold", sans-serif;
  font-size: 26px;
  color: #333330;
  color: var(--body-title);
  letter-spacing: -0.91px;
  line-height: 30px;
  margin: 1rem 0 1rem;
}

h2 {
  font-size: 20px;
  color: #333330;
  color: var(--body-title);
  letter-spacing: -0.73px;
  line-height: 24px;
  font-family: "ms_gloriola_ii_std_semibold", sans-serif;
  margin-bottom: 1rem;
}

h3 {
  font-family: "ms_gloriola_ii_std_semibold", sans-serif;
  font-size: 16px;
  color: #333330;
  color: var(--body-title);
  letter-spacing: -0.73px;
  margin-bottom: 1rem;
}

h4 {
  font-family: "ms_gloriola_ii_displaythin", sans-serif;
}

h5,
p,
a {
  font-family: "karlaregular", sans-serif;
  font-size: 18px;
  color: #4c4c4c;
  color: var(--body-text);
  letter-spacing: -0.67px;
  line-height: 24px;
  margin-bottom: 1rem;
  list-style: none;
}

/* a,
  li {
    color: #187aba;
    color: var(--blue);
    cursor: pointer;
    text-decoration: none;
    position: relative;
  } */
li {
  color: black;
}

a {
  color: #187aba;
  color: var(--blue);
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

img {
  width: 100%;
}

.logo {
  width: 130px;
  padding: 26px 0 18px;
  position: relative;
  z-index: 2000;
}

.logo__link {
  margin: 0;
}

/* navigation styles  */
header {
  background: white;
  background: var(--background);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: fixed;
  z-index: 600;
  width: 100%;
  top: 0;
  left: 0;
}

/* hamburger */
.hamburger {
  position: absolute;
  z-index: 3000;
  top: 1.5rem;
  left: 2rem;
  display: block;
}

.l1,
.l2,
.l3 {
  background: #000;
  width: 25px;
  height: 3px;
  top: 1rem;
  padding: 2px;
  margin-bottom: 4px;
}

.cross {
  position: absolute;
  font-size: 3rem;
  top: 0.25rem;
  left: 1.9rem;
  z-index: 300;
  display: none;
}

.nav {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background: #f1f1f1;
  background: var(--very-light-grey);
  height: 100vh;
  width: 100%;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav ul {
  margin: 0;
  padding-top: 2em;
  list-style: none;
}

nav li {
  margin-bottom: 1em;
  margin-left: 1em;
}

nav a {
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
}

.nav__link {
  font-family: karlabold;
  font-size: 20px;
}

.left-menu {
  display: none;
}

.right-menu {
  display: none;
}

.mob-nav {
  padding: 0 0 1rem 1rem;
}

.mob {
  display: none;
}

.vote__display {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  color: #000;
  font-size: 1.2rem;
}

/* VIDEO */
.fix {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}

.top-video-space {
  margin-top: 2rem;
}

.wrapper-video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wrapper-video iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 3.8rem;
  left: 0;
}

.wrapper-video-body {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.wrapper-video-body iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.video-jump {
  position: absolute;
  margin: -3rem;
}

.video-jump-1 {
  position: absolute;
  margin: -6rem;
}

.back-to-top {
  text-align: right;
  color: #187aba;
  text-transform: uppercase;
  border-top: solid 1px #e6e6e6;
  margin-top: 5rem;
}

.back-to-top a {
  font-size: 14px;
}

.back-to-top-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.back-to-top-position-adjust a {
  color: #187aba;
  text-transform: uppercase;
  font-size: 14px;
}

.position {
  width: 100%;
  margin-top: 6rem;
}

.intro-text {
  margin: 2rem 2rem 0;
  padding-top: 0;
}

.intro-text p {
  margin: 0;
}

button {
  width: 11rem;
  height: 4rem;
}

.btn__space {
  margin-top: 1rem;
}

.btn-how-to {
  background-color: white;
  border: 2px solid #187aba;
  color: #187aba;
  cursor: pointer;
  font-family: karlabold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 14px;
  padding: 22px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.chinese {
  margin-left: 0;
}

.chinese-font {
  font-family: "source-han-sans-simplified-c", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

.chinese-font-btn {
  font-family: "source-han-sans-simplified-c", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.chinese-font-btn-TC {
  font-family: "source-han-sans-traditional-c", "Microsoft JhengHei", "PingFang HK", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.chinese-font-title {
  font-family: "SourceHanSansSC-Normal", sans-serif;
  font-size: 20px;
}

.btn-how-to-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-vote {
  background-color: #187aba;
  border: 2px solid #187aba;
  color: #fff;
  cursor: pointer;
  font-family: karlabold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 14px;
  padding: 22px 24px;
  text-decoration: none;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-vote:hover {
  background: white;
  border: 2px solid #187aba;
  border: 2px solid var(--blue);
  color: var(--blue);
  cursor: pointer;
}

.btn-how-to:hover {
  background: var(--blue);
  border: 2px solid #187aba;
  border: 2px solid var(--blue);
  color: white;
  cursor: pointer;
}

.height__adjust {
  padding-top: 0.1rem;
}

.action-title {
  margin-top: 2rem;
}

.align-text-title {
  margin-left: 1.4rem;
}

.container {
  width: 100%;
  margin-bottom: 3rem;
}

.industry {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas: "hero" "list1" "list2" "list3";
}

.list-container {
  margin-top: 3rem;
}

.title-align {
  margin-left: 1.1rem;
}

.blue-bar {
  border-left: 10px solid #187aba;
  border-left: 10px solid var(--blue);
  position: relative;
}

.green-bar {
  border-left: 10px solid #3eb661;
  border-left: 10px solid var(--jade);
  position: relative;
}

.purple-bar {
  border-left: 10px solid #672cb4;
  border-left: 10px solid var(--purple);
  position: relative;
}

.orange-bar {
  border-left: 10px solid #fa823c;
  border-left: 10px solid var(--orange);
  position: relative;
}

.box1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: hero;
  margin-bottom: 1rem;
  width: 100%;
}

.list1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: list1;
}

.list2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: list2;
}

.list3 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: list3;
}

.wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 2rem;
}

.awards-container, .analyst-container {
  max-width: 1200px;
  margin: 0 auto;
}

.awards-container {
  padding-top: 1.5rem;
}

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.awards-pic {
  width: 100%;
  min-width: 20rem;
}

.award-title {
  color: black;
  margin-left: 0;
}

.award-content {
  font-size: 1rem;
  color: black;
  line-height: 24px;
}

.source-text {
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: black;
}

.block-left {
  position: absolute;
  height: 13rem;
  width: 88vw;
  left: 0;
  background: #dfc15e;
}

.block-right {
  position: relative;
  margin: 10rem 0 0 2.5rem;
  background: white;
  background: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 90vw;
  z-index: 20;
}

.wrap-award-content {
  margin: 2rem 1rem 2rem 2rem;
}

.push-down {
  margin-top: 1rem;
}

.container-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas: "icon1 icon2" "icon3 icon4";
}

.icon1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon1;
  margin-right: 1rem;
}

.icon2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: icon2;
  margin-right: 1rem;
}

.icon3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: icon3;
  margin-right: 1rem;
}

.icon4 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: icon4;
  margin-right: 1rem;
}

.cta {
  font-size: 18px;
}

.vote-link-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0;
}

.rate-title a {
  font-size: 20px;
}

.rate-star {
  font-size: 20px;
  color: #f16128;
  text-align: center;
  line-height: 30px;
}

.line {
  border-bottom: 2px solid #dfdddd;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}

.disclaimer-content {
  font-size: 0.8rem;
  margin: 2rem 2.8rem;
  text-align: center;
}

footer {
  background: #f2f2f2;
  width: 100%;
}

.privacy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.privacy-link a {
  margin: 2rem 1rem 1rem;
}

.privacy-link a p {
  font-size: 0.9rem;
}

.privacy-link a:hover {
  text-decoration: underline;
}

.privacy-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0 1rem;
}

.privacy-copyright p {
  font-size: 1rem;
}

@media screen and (min-width: 600px) {
  .wrap-award-content {
    margin: 6rem 2rem 2rem 30%;
  }
  .fix {
    position: relative;
    width: 100%;
    z-index: 50;
    margin-left: 0;
  }
  .position {
    width: 100%;
    margin: 15% auto 1rem;
  }
  .chinese {
    margin-left: 1rem;
  }
  .btn-how-to-downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1rem;
  }
  .back-to-top-position-adjust {
    margin-right: 0;
  }
  .video-jump {
    position: absolute;
    margin: -7rem;
  }
  .chinese-font-title {
    font-family: "SourceHanSansSC-Normal", sans-serif;
    font-size: 30px;
  }
  .awards-container {
    padding-top: 0;
  }
  .vote-link-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4rem 0;
  }
  .rate-title a {
    font-size: 30px;
  }
  .rate-star {
    font-size: 25px;
    color: #f16128;
    text-align: center;
    line-height: 30px;
  }
}

@media screen and (min-width: 760px) {
  .wrap-award-content {
    margin: 6rem 2rem 2rem 30%;
  }
  .position {
    width: 100%;
    margin: 70% auto 1rem;
  }
}

@media screen and (min-width: 800px) {
  h1 {
    font-family: "ms_gloriola_ii_std_semibold", sans-serif;
    font-size: 40px;
    color: #333330;
    color: var(--body-title);
    letter-spacing: -1.45px;
    line-height: 44px;
    margin: 1rem 0 1rem;
  }
  h2 {
    font-size: 30px;
    color: #333330;
    color: var(--body-title);
    letter-spacing: -0.68px;
    line-height: 33px;
    font-family: "ms_gloriola_ii_std_semibold", sans-serif;
    margin-bottom: 1rem;
  }
  .header_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    height: 6.1rem;
  }
  header a {
    margin: 0;
  }
  .logo {
    margin-left: 2.5rem;
    width: 260px;
    padding: 31px 0;
    position: relative;
    z-index: 2000;
  }
  .logo__link {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .nav {
    text-align: left;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: none;
    top: 0;
    height: 4rem;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hamburger {
    opacity: 0;
    pointer-events: none;
  }
  .cross {
    opacity: 0;
    pointer-events: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav li {
    padding-top: 1.2rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  nav a {
    opacity: 1;
    position: relative;
  }
  .fix {
    max-width: 650px;
    left: 50%;
    padding-bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
  }
  .top-video-space {
    margin-top: 3rem;
  }
  .wrapper-video {
    position: relative;
    width: 100%;
    height: 580px;
    padding: 0;
    margin-top: 2.3rem;
    background: #333330;
  }
  .wrapper-video iframe {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .position {
    width: 100%;
    margin: 6rem auto 0;
    padding-top: 0;
  }
  .intro-text {
    min-width: 70%;
    /* max-width: 80%; */
  }
  .main {
    margin-right: 4rem;
  }
  .wrap-list a {
    margin-bottom: 0.5rem;
  }
  .wrap-list a:hover {
    text-decoration: underline;
  }
  .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: hero;
    width: 85%;
    margin-left: -1px;
    position: relative;
    z-index: -1;
  }
  .blue-line::before {
    content: "";
    display: block;
    height: 8px;
    background: #187aba;
    background: var(--blue);
    position: absolute;
    top: 2.9rem;
    left: 0;
    right: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform ease-in-out 250ms;
    transition: -webkit-transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
  }
  .blue-line:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .mob {
    display: block;
  }
  .vote__display {
    display: none;
  }
  .mob-nav {
    display: none;
  }
  .left-menu {
    position: fixed;
    width: 10rem;
    height: auto;
    top: 5.7rem;
    right: 19.5rem;
    background: white;
    display: none;
  }
  .right-menu {
    position: fixed;
    width: 10rem;
    height: auto;
    top: 5.7rem;
    right: 8.8rem;
    background: white;
    display: none;
  }
  .active {
    display: block;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  button {
    margin-top: 0rem;
  }
  .height__adjust {
    padding-top: 0.1rem;
  }
  .nav__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    border-top: 8px solid #187aba;
    border-top: 8px solid var(--blue);
  }
  .nav__videos li {
    border-bottom: 1px solid #d8d8d8;
    padding: 1rem 0 1rem 2rem;
  }
  .nav__videos li:last-child {
    border: none;
  }
  .nav__videos li a:hover {
    text-decoration: underline;
  }
  .desk-nav__link {
    font-size: 1rem;
  }
  .icon1,
  .icon2,
  .icon3,
  .icon4 img {
    width: 90%;
  }
  .industry .list-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: "hero hero hero" "list1 list2 list3";
  }
  .list1 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: list1;
  }
  .list2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: list2;
  }
  .list3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: list3;
  }
  .block-left {
    position: absolute;
    height: 21rem;
    width: 38rem;
    left: 2rem;
    z-index: 20;
  }
  .block-right {
    position: relative;
    margin: 3.5rem 0 0 18rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 70%;
  }
  .wrap-award-content {
    margin: 2.5rem 1rem 2rem 2.5rem;
  }
  .source-text {
    font-size: 0.6rem;
  }
  .container-icon {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "icon1 icon2 icon3 icon4";
  }
  .icon1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: icon1;
    margin-right: 0;
  }
  .icon2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: icon2;
    margin-right: 0;
  }
  .icon3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: icon3;
    margin-right: 0;
  }
  .icon4 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: icon4;
    margin-right: 0;
  }
}

@media screen and (min-width: 1450px) {
  .logo__link {
    margin-right: 1300px;
  }
  .header_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    height: 6.1rem;
    max-width: 1440px;
    margin: 0 auto;
  }
  .nav {
    max-width: 600px;
    left: 57%;
  }
  .left-menu {
    position: absolute;
    left: 21.5%;
  }
  .right-menu {
    position: absolute;
    left: 50%;
  }
  .body_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fix {
    max-width: 860px;
    left: 50%;
    padding-bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
  }
  .box1 {
    width: 100%;
    margin-left: -1px;
    position: relative;
    z-index: -1;
  }
}
/*# sourceMappingURL=main.css.map */