/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 * Swiper 3D Flow 2.1.0
 * 3D Flow plugin for Swiper
 *
 * http://www.idangero.us/sliders/swiper/plugins/3dflow.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 28, 2014
*/
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  transform-style: preserve-3d;
}

.swiper-container {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: .4;
    transform: rotate(360deg);
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: none;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
  display: none;
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 193px;
  height: 106px;
  margin-right: 15px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5;
  overflow-x: hidden;
}

.smartphoto-nav a:focus {
  opacity: .8;
}

.smartphoto-nav a.current {
  opacity: 1;
  border: 3px solid #fff;
}

.smartphoto-scale-thumbnail {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 100px;
  left: 20%;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 30px;
  text-align: left;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #023f85;
  }
}

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid #c0c0c0;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio + label:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #023f85;
}

.magic-radio:checked + label:before {
  border: 1px solid #023f85;
}

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #2489fc;
}

.magic-radio:checked[disabled] + label:after {
  background: #2489fc;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}

.magic-checkbox + label:after {
  top: 2px;
  left: 6px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.magic-checkbox:checked + label:before {
  border: #023f85;
  background: #023f85;
}

.magic-checkbox:checked[disabled] + label:before {
  border: #2489fc;
  background: #2489fc;
}

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

@media (min-width: 768px) {
  .datepicker-container {
    width: 280px;
  }
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #091E42;
}

.datepicker-top-left::before, .datepicker-top-left::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #091E42;
}

.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #091E42;
}

.datepicker-bottom-left::before, .datepicker-bottom-left::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #091E42;
}

.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before, .datepicker-top-right::after {
  left: auto;
  right: 10px;
}

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul:first-of-type {
  width: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.datepicker-panel > ul::before {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  content: " ";
  display: table;
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 30px;
  font-size: 13px !important;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted {
  color: #999;
}

.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #091E42;
  border-radius: 3px;
  color: #fff !important;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #091E42;
  border-radius: 3px;
  color: #fff !important;
}

.datepicker-panel > ul > li.picked {
  color: rgb(221, 35, 35);
}

.datepicker-panel > ul > li.picked:hover {
  color: rgb(221, 35, 35);
}

.datepicker-panel > ul > li.disabled {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #091E42;
}

.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
  font-size: 14px !important;
  font-weight: bold;
}

.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li {
  background-color: #fff;
  cursor: default;
}

.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  font-size: 35px;
}

.lg-actions .lg-next:before {
  content: '\276F';
}

.lg-actions .lg-prev {
  left: 20px;
  font-size: 35px;
}

.lg-actions .lg-prev:after {
  content: '\276E';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 0 20px;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close.lg-icon {
  width: 30px;
  font-size: 35px;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  background-color: black;
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 0 20px 15px;
  position: relative;
  top: 50px;
  text-align: left;
  right: 0;
  z-index: 1080;
}

.lg-sub-html h3 {
  color: #fff;
  font-size: 4vw;
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .lg-sub-html h3 {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    -ms-flex-align: center;
        align-items: center;
  }
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 14px;
  margin: 10px 0 0;
  color: #fff;
}

#lg-counter {
  color: #999;
  display: none;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb.lg-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .lg-outer .lg-thumb.lg-group {
    padding-right: 10px !important;
  }
}

.lg-outer .lg-thumb .lg-thumb-item {
  width: 135px !important;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .lg-outer .lg-thumb .lg-thumb-item {
    margin-right: 10px !important;
  }
}

@media (min-width: 601px) {
  .lg-outer .lg-thumb .lg-thumb-item {
    margin-right: 20px !important;
  }
}

.lg-outer .lg-thumb .lg-thumb-item.active {
  border: 3px solid #fff;
}

.lg-outer .lg-thumb .lg-thumb-item.active {
  transform: scale(1.1);
}

.lg-outer .lg-thumb .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  display: none;
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: '\e1ff';
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-progress-bar {
  display: none;
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button {
  display: none;
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in {
  display: none;
}

#lg-zoom-in :after {
  content: '\e311';
}

#lg-actual-size {
  display: none;
  font-size: 20px;
}

#lg-actual-size:after {
  content: '\e033';
}

#lg-zoom-out {
  display: none;
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen {
  display: none;
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  display: none;
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  display: none;
  position: relative;
}

.lg-outer #lg-share:after {
  content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: '\e903';
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  width: 90%;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  width: 90%;
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download {
  display: none;
}

@media (min-width: 992px) {
  #lg-download {
    position: absolute;
    left: 175px;
    top: 110px;
  }
}

.lg-img-wrap {
  padding: 0 20px;
  height: calc(100% - 300px) !important;
  margin: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'SFDisplay';
  font-style: normal;
  font-weight: normal;
  src: local("SFDisplay"), url("../fonts/SF-UI-Display-Regular.woff") format("woff");
}

@font-face {
  font-family: 'SFDisplay-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("SFDisplay"), url("../fonts/sf-ui-display-semibold.woff") format("woff");
}

@font-face {
  font-family: 'SFDisplayLight';
  font-style: normal;
  font-weight: normal;
  src: local("SFDisplay"), url("../fonts/sf-ui-display-light.woff") format("woff");
}

@font-face {
  font-family: 'SFDisplayMedium';
  font-style: normal;
  font-weight: normal;
  src: local("SFDisplay"), url("../fonts/sf-ui-display-medium.woff") format("woff");
}

@font-face {
  font-family: 'SFDisplayRealBold';
  font-style: normal;
  font-weight: normal;
  src: local("SFDisplay"), url("../fonts/sf-ui-display-bold.woff") format("woff");
}

@font-face {
  font-family: 'hsc-icons';
  src: url("../fonts/hsc-icon-font.eot");
  src: url("../fonts/hsc-icon-font.eot") format("embedded-opentype"), url("../fonts/hsc-icon-font.ttf") format("truetype"), url("../fonts/hsc-icon-font.woff") format("woff"), url("../fonts/hsc-icon-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hsc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1::before {
  content: "\ea01";
}

.icon-10::before {
  content: "\ea02";
}

.icon-11::before {
  content: "\ea03";
}

.icon-12::before {
  content: "\ea04";
}

.icon-13::before {
  content: "\ea05";
}

.icon-14::before {
  content: "\ea06";
}

.icon-15::before {
  content: "\ea07";
}

.icon-16::before {
  content: "\ea08";
}

.icon-17::before {
  content: "\ea09";
}

.icon-18::before {
  content: "\ea0a";
}

.icon-19::before {
  content: "\ea0b";
}

.icon-2::before {
  content: "\ea0c";
}

.icon-20::before {
  content: "\ea0d";
}

.icon-21::before {
  content: "\ea0e";
}

.icon-22::before {
  content: "\ea0f";
}

.icon-23::before {
  content: "\ea10";
}

.icon-24::before {
  content: "\ea11";
}

.icon-25::before {
  content: "\ea12";
}

.icon-26::before {
  content: "\ea13";
}

.icon-27::before {
  content: "\ea14";
}

.icon-28::before {
  content: "\ea15";
}

.icon-29::before {
  content: "\ea16";
}

.icon-3::before {
  content: "\ea17";
}

.icon-30::before {
  content: "\ea18";
}

.icon-31::before {
  content: "\ea19";
}

.icon-32::before {
  content: "\ea1a";
}

.icon-33::before {
  content: "\ea1b";
}

.icon-34::before {
  content: "\ea1c";
}

.icon-35::before {
  content: "\ea1d";
}

.icon-36::before {
  content: "\ea1e";
}

.icon-37::before {
  content: "\ea1f";
}

.icon-38::before {
  content: "\ea20";
}

.icon-39::before {
  content: "\ea21";
}

.icon-4::before {
  content: "\ea22";
}

.icon-40::before {
  content: "\ea23";
}

.icon-41::before {
  content: "\ea24";
}

.icon-42::before {
  content: "\ea25";
}

.icon-43::before {
  content: "\ea26";
}

.icon-44::before {
  content: "\ea27";
}

.icon-45::before {
  content: "\ea28";
}

.icon-46::before {
  content: "\ea29";
}

.icon-47::before {
  content: "\ea2a";
}

.icon-48::before {
  content: "\ea2b";
}

.icon-49::before {
  content: "\ea2c";
}

.icon-5::before {
  content: "\ea2d";
}

.icon-50::before {
  content: "\ea2e";
}

.icon-51::before {
  content: "\ea2f";
}

.icon-52::before {
  content: "\ea30";
}

.icon-53::before {
  content: "\ea31";
}

.icon-54::before {
  content: "\ea32";
}

.icon-55::before {
  content: "\ea33";
}

.icon-56::before {
  content: "\ea34";
}

.icon-57::before {
  content: "\ea37";
}

.icon-58::before {
  content: "\ea35";
}

.icon-59::before {
  content: "\ea36";
}

.icon-6::before {
  content: "\ea38";
}

.icon-60::before {
  content: "\ea39";
}

.icon-61::before {
  content: "\ea3a";
}

.icon-62::before {
  content: "\ea3b";
}

.icon-63::before {
  content: "\ea3c";
}

.icon-64::before {
  content: "\ea3d";
}

.icon-65::before {
  content: "\ea3e";
}

.icon-66::before {
  content: "\ea3f";
}

.icon-67::before {
  content: "\ea40";
}

.icon-68::before {
  content: "\ea41";
}

.icon-69::before {
  content: "\ea42";
}

.icon-7::before {
  content: "\ea43";
}

.icon-70::before {
  content: "\ea44";
}

.icon-71::before {
  content: "\ea45";
}

.icon-72::before {
  content: "\ea46";
}

.icon-73::before {
  content: "\ea47";
}

.icon-74::before {
  content: "\ea48";
}

.icon-75::before {
  content: "\ea49";
}

.icon-76::before {
  content: "\ea4a";
}

.icon-77::before {
  content: "\ea4b";
}

.icon-78::before {
  content: "\ea4c";
}

.icon-79::before {
  content: "\ea4d";
}

.icon-8::before {
  content: "\ea4e";
}

.icon-80::before {
  content: "\ea4f";
}

.icon-81::before {
  content: "\ea50";
}

.icon-82::before {
  content: "\ea51";
}

.icon-83::before {
  content: "\ea52";
}

.icon-84::before {
  content: "\ea53";
}

.icon-85::before {
  content: "\ea54";
}

.icon-86::before {
  content: "\ea55";
}

.icon-87::before {
  content: "\ea56";
}

.icon-88::before {
  content: "\ea57";
}

.icon-89::before {
  content: "\ea58";
}

.icon-9::before {
  content: "\ea59";
}

.icon-90::before {
  content: "\ea5a";
}

.icon-91::before {
  content: "\ea5b";
}

.icon-92::before {
  content: "\ea5c";
}

.icon-93::before {
  content: "\ea5d";
}

.icon-94::before {
  content: "\ea5e";
}

.icon-95::before {
  content: "\ea5f";
}

.table-striped {
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-striped tbody tr td {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 0;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.contact-form-wrapper form .form-group label, .application-form-wrapper label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #444;
  padding-bottom: 10px;
}

.contact-form-wrapper form .form-group select, .application-form-wrapper select, .contact-form-wrapper form .form-group input, .application-form-wrapper input, .contact-form-wrapper form .form-group textarea, .application-form-wrapper textarea {
  border-radius: 4px;
  border: solid 1px #d2d2d2;
}

.contact-form-wrapper form .form-group select, .application-form-wrapper select {
  -webkit-appearance: menulist !important;
}

.contact-form-wrapper form .form-group span, .application-form-wrapper span {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0;
  color: #444;
}

.meeting-shareholder .section-head, .ir-calendar .section-head {
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.meeting-shareholder .section-head p, .ir-calendar .section-head p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 40px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  line-height: 1.30;
  color: #5f5f5f;
  background-color: rgba(213, 213, 213, 0.39);
}

.meeting-shareholder .section-head p:first-of-type, .ir-calendar .section-head p:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 500px) {
  .meeting-shareholder .section-head p:first-of-type, .ir-calendar .section-head p:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
  }
}

.meeting-shareholder .section-head p:last-of-type, .ir-calendar .section-head p:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 500px) {
  .meeting-shareholder .section-head p:last-of-type, .ir-calendar .section-head p:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
  }
}

.meeting-shareholder .section-head p.active, .ir-calendar .section-head p.active {
  color: #fff;
  background-color: rgba(2, 63, 133, 0.72);
}

@media (max-width: 501px) {
  .meeting-shareholder .section-head p, .ir-calendar .section-head p {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .meeting-shareholder .section-head, .ir-calendar .section-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 991px) {
  .meeting-shareholder .section-head, .ir-calendar .section-head {
    width: 100%;
  }
}

.our-history .container-timeline.right:nth-of-type(1) span.timeline-year, .our-history .container-timeline.right:nth-of-type(3) span.timeline-year, .our-history .container-timeline.right:nth-of-type(5) span.timeline-year, .our-history .container-timeline.left:nth-of-type(2) span.timeline-year, .our-history .container-timeline.left:nth-of-type(4) span.timeline-year {
  font-family: "SFDisplayRealBold";
  font-size: 24px;
  color: #5e5e5e;
  position: absolute;
  top: -45px;
  padding: 16px 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
samp,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
}

em {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "SFDisplay";
  color: #444;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "SFDisplay";
}

p {
  color: #444;
}

a {
  color: #023f85;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  color: #023f85;
  font-family: "SFDisplay-Bold";
}

h1 {
  font-size: 25px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 20px;
}

@media (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 18px;
}

@media (min-width: 992px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 18px;
}
/* 
@media (min-width: 992px) {
  h4 {
    font-size: 22px;
  }
} */

h5 {
  font-size: 16px;
}

@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

p {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

strong {
  font-family: "SFDisplay-Bold";
}

li {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}

button:focus {
  outline: none;
}

.disable-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.site-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
}

.site-header .header-top {
  background-color: #091E42;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-header .header-top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 568px) {
  .site-header .header-top-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.site-header .hotline {
  color: #fff;
  font-family: "SFDisplay";
  font-size: 12px;
}

.site-header .hotline a {
  color: #fff;
}

.site-header .separator {
  border-right: solid 1px rgba(134, 89, 89, 0.3);
  height: 15px;
  padding-left: 15px;
  margin-right: 15px;
}

@media (min-width: 568px) {
  .site-header .separator {
    padding-left: 20px;
    margin-right: 20px;
  }
}

.site-header .search-form .dropdown-toggle:after {
  display: none;
}

.site-header .search-form .material-icons {
  color: #fff;
  font-size: 20px;
  transform: rotate(90deg);
}

.site-header .search-form .dropdown-menu {
  border: 0;
  padding: 0;
  width: 240px;
  left: -120px;
  top: 26px;
}

.site-header .search-form button[type='submit'] {
  display: none;
}

.site-header .languages li {
  margin-top: 5px;
}

.site-header .languages li:last-child {
  margin-left: 15px;
}

.site-header .dropdown-menu.open {
  display: block;
}

.site-header .dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-header .dropdown-toggle:after {
  font-family: 'Material Icons';
  content: 'keyboard_arrow_down';
  font-size: 20px;
  border: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.site-header .dropdown-toggle:hover {
  text-decoration: none;
}

.site-header .dropdown-toggle.open {
  text-decoration: none;
}

.site-header .dropdown-toggle.open:after {
  transform: rotate(180deg);
}

.site-header .logo {
  width: 100px;
  height: 40px;
}

.site-header .header-bottom-wrapper {
  display: block;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px;
}

@media (min-width: 568px) {
  .site-header .header-bottom-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header .header-bottom-wrapper a {
  color: #023f85;
  font-size: 14px;
}

.site-header .header-block-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 568px) {
  .site-header .header-block-right {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
  }
}

.site-header .header-block-right .dropdown {
  position: static;
}

.site-header .header-block-right .subnav {
  max-width: calc(100% - 30px);
  padding-top: 10px;
  position: absolute;
}

.site-header .header-block-right .subnav.active {
  opacity: 1;
  visibility: visible;
  max-height: initial;
  transition: all ease-in 0.25s;
}

.site-header .header-block-right .subnav a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  white-space: nowrap;
}

.navbar {
  padding: 0;
  margin-top: 20px;
  max-height: 0;
  width: 100%;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
  background: #091E42;
  z-index: 20;
  overflow-y: scroll;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 30px;
    margin-top: 0;
    max-height: 500px;
    position: static;
    background: none;
    overflow: hidden;
  }
}

.navbar.open {
  max-height: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .navbar.open {
    max-height: 250px;
  }
}

@media only screen and (max-device-width: 640px) and (orientation: landscape) {
  .navbar.open {
    max-height: 150px;
  }
}

.navbar .container {
  padding: 0;
}

@media (min-width: 992px) {
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar nav {
  width: 100%;
}

.navbar .mega-menu {
  display: block;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 992px) {
  .navbar .mega-menu {
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar .mega-menu > li {
  padding: 10px 0;
}

@media (min-width: 992px) {
  .navbar .mega-menu > li {
    padding: 0 10px;
  }
}

.navbar .mega-menu > li > span.active {
  color: #fed500;
}

@media (min-width: 992px) {
  .navbar .mega-menu > li > span.active {
    color: #023f85;
  }
}

.navbar .mega-menu > li:hover > a, .navbar .mega-menu > li.active > a {
  color: #fed500;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar .mega-menu > li:hover > a, .navbar .mega-menu > li.active > a {
    color: #023f85;
  }
}

@media (min-width: 992px) {
  .navbar .mega-menu > li:hover > .subnav, .navbar .mega-menu > li.active > .subnav {
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.25s;
  }
}

@media (max-width: 991px) {
  .navbar .mega-menu > li:hover > .subnav .subnav, .navbar .mega-menu > li.active > .subnav .subnav {
    padding-left: 20px;
  }
}

.navbar .mega-menu > li:first-of-type {
  padding-left: 0;
}

.navbar .mega-menu > li:last-of-type {
  padding-right: 0;
}

.navbar .mega-menu > li.current > a,
.navbar .mega-menu > li.current > span {
  color: #fed500;
}

@media (min-width: 992px) {
  .navbar .mega-menu > li.current > a,
  .navbar .mega-menu > li.current > span {
    color: #023f85;
  }
}

.navbar .mega-menu .material-icons.arrow {
  width: 30px;
  margin-right: 0;
  color: white;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  transform: rotate(0);
  transition: all 0.15s;
}

@media (max-width: 991px) {
  .navbar .mega-menu .material-icons.arrow {
    transform: rotate(90deg);
  }
}

.navbar .mega-menu .hsc-icons {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .navbar .mega-menu .hsc-icons {
    color: white;
  }
}

.navbar a,
.navbar span {
  color: #fff;
  font-family: "SFDisplay";
  font-size: 16px;
  transition: all 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .navbar a,
  .navbar span {
    color: #444;
  }
}

.navbar a .material-icons.arrow,
.navbar span .material-icons.arrow {
  display: none;
}

@media (max-width: 991px) {
  .navbar a .material-icons.arrow,
  .navbar span .material-icons.arrow {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar a.active .material-icons.arrow,
  .navbar span.active .material-icons.arrow {
    transform: rotate(270deg);
  }
}

.navbar .material-icons {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .navbar .material-icons {
    color: #023f85;
  }
}

.subnav {
  padding-top: 0;
  position: relative;
  z-index: 15;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all ease-out 0.25s;
  overflow: hidden;
}

@media (min-width: 992px) {
  .subnav {
    position: absolute;
    padding-top: 20px;
    overflow: inherit;
  }
}

@media (max-width: 991px) {
  .subnav.active {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    transition: all ease-in 0.25s;
  }
}

.subnav ul {
  padding: 10px 0;
}

.subnav li {
  position: relative;
  background: rgba(2, 63, 133, 0.94);
}

@media (min-width: 922px) {
  .subnav li:hover > .subnav {
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.25s;
    max-width: inherit;
  }
}

@media (min-width: 992px) {
  .subnav li:hover span {
    background: rgba(9, 30, 66, 0.45);
  }
}

.subnav li:hover span:before {
  opacity: 1;
}

@media (max-width: 991px) {
  .subnav li.active > .subnav {
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.25s;
    max-height: 100%;
  }
}

.subnav li a,
.subnav li span {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .subnav li a:hover,
  .subnav li span:hover {
    background: rgba(9, 30, 66, 0.45);
    color: #fff;
  }
}

@media (min-width: 992px) {
  .subnav li span.active {
    background: rgba(9, 30, 66, 0.45);
  }
}

.subnav li .material-icons.arrow {
  display: block;
}

.subnav li > .subnav {
  position: relative;
  max-width: 100%;
  max-height: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .subnav li > .subnav {
    position: absolute;
    left: 100%;
    top: 0;
    max-width: 0;
    max-height: 100%;
  }
}

.subnav li > .subnav li a {
  white-space: inherit;
  text-align: left;
}

@media (min-width: 992px) {
  .subnav li > .subnav li a {
    white-space: nowrap;
  }
}

.subnav li > .subnav li a:before {
  display: none;
}

.hamburger-btn {
  display: block;
  font-size: 15px;
  color: #023f85;
  position: absolute;
  z-index: 10;
  margin-left: 50px;
  top: 35px;
  right: 15px;
}

@media (min-width: 568px) {
  .hamburger-btn {
    position: static;
  }
}

@media (min-width: 992px) {
  .hamburger-btn {
    display: none;
  }
}

.hamburger-btn #nav-icon {
  width: 30px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-btn #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #023f85;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger-btn #nav-icon span:nth-child(1) {
  top: 0px;
}

.hamburger-btn #nav-icon span:nth-child(2), .hamburger-btn #nav-icon span:nth-child(3) {
  top: 8px;
}

.hamburger-btn #nav-icon span:nth-child(4) {
  top: 16px;
}

.hamburger-btn #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-btn #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-btn #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-btn #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-btn.open #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-btn.open #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-btn.open #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-btn.open #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.footer {
  background: url(../img/bg-footer.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-family: "SFDisplay";
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer .footer-top {
  padding-bottom: 20px;
}

.footer h3 {
  font-family: "SFDisplay-Bold";
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer h3,
.footer p,
.footer li,
.footer li {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.footer h3 {
  font-size: 17px;
  font-family: "SFDisplay";
}

.footer p {
  line-height: 1.5;
}

.footer .contact-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  color: #fff;
}

.footer .contact-list li span,
.footer .contact-list li a {
  color: #fff;
}

.footer .contact-list li i {
  margin-right: 10px;
}

.footer .nav-bottom li {
  position: relative;
  padding-left: 40px;
}

.footer .nav-bottom li:before {
  content: '';
  background: url("../img/icon-list.png") no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 9px;
}

.footer .nav-bottom a {
  color: #fff;
}

.footer .form-group {
  margin-top: 10px;
}

.footer .copyright {
  font-size: 12px;
}

.footer .form-control {
  border: 0;
}

.footer .social-share-button {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 992px) {
  .footer .social-share-button {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.footer .social-share-button li {
  background: #fff;
  border-radius: 50%;
  color: #023f85;
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.footer .social-share-button li:last-child {
  margin-right: 0;
}

.footer .social-share-button a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #0060ce;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

.footer .footer-bottom {
  background: #091E42;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: auto;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.5s;
}

@media (min-width: 768px) {
  .footer .footer-bottom {
    padding: 10px 0;
  }
}

.footer .footer-bottom .hide-bottom-icon {
  position: relative;
  left: 0;
  top: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin-top: -10px;
  transform: rotate(0);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 0.5s;
}

@media (min-width: 992px) {
  .footer .footer-bottom .hide-bottom-icon {
    display: none;
  }
}

.footer .footer-bottom.hide-bottom {
  height: 40px;
}

.footer .footer-bottom.hide-bottom .hide-bottom-icon {
  transform: rotate(180deg);
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  background-color: #fff;
  border: solid 2px rgba(2, 63, 133, 0.32) !important;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8590a2;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8590a2;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8590a2;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8590a2;
  font-size: 14px;
}

input:focus {
  outline: none;
}

input[type="submit"] {
  background: #0060ce;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "SFDisplay-Bold";
  padding-left: 20px;
  padding-right: 20px;
}

label {
  color: #023f85;
  font-size: 14px;
}

.custom-select {
  border-radius: 5px;
  position: relative;
  padding: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ddd;
}

select {
  background: none;
  border: 0;
  color: #444;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

.icon-youtube {
  background: url(../img/icon-youtube.png) no-repeat;
  background-size: cover;
  color: #023f85;
  width: 17px;
  height: 17px;
  display: inline-block;
}

@media (min-width: 270px) {
  .call-to-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (max-width: 767px) {
  .call-to-action {
    margin-bottom: 20px;
  }
}

@media (max-width: 349px) {
  .call-to-action .left-side-action {
    margin-bottom: 5px;
  }
}

.call-to-action a {
  color: #4d4d4d;
}

.call-to-action a:first-child {
  margin-right: 24px;
}

@media (max-width: 349px) {
  .call-to-action a:first-child {
    margin-right: 14px;
  }
}

.call-to-action a:last-child {
  margin-left: 24px;
}

@media (max-width: 349px) {
  .call-to-action a:last-child {
    margin-left: 14px;
  }
}

@media (max-width: 269px) {
  .call-to-action a:last-child {
    margin-left: 0;
  }
}

.call-to-action a img {
  width: 20px;
  margin-right: 12px;
}

.call-to-action a img:first-of-type {
  margin-bottom: -3px;
}

.call-to-action a img:last-of-type {
  margin-bottom: -6px;
}

.lg-download:after {
  content: "\e0f2";
  font-size: 23px;
}

.title {
  color: #023f85;
  font-size: 25px;
  font-family: "SFDisplay";
  text-align: center;
  position: relative;
  margin: 30px 0 40px;
}

@media (min-width: 992px) {
  .title {
    font-size: 35px;
  }
}

.title:before {
  content: '';
  background: #023f85;
  width: 64px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .title:before {
    width: 84px;
    height: 4px;
  }
}

.title-with-underline {
  font-size: 20px;
  font-family: "SFDisplay-Bold";
  text-align: left;
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}

.title-with-underline:before {
  content: '';
  background: #eee;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.title-with-underline:after {
  content: '';
  background: #023f85;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.btn-primary {
  border-radius: 4px;
  background: #018ac0;
  position: relative;
  border: 0;
  padding-right: 35px;
  padding-left: 25px;
}

.btn-primary:before {
  content: '';
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}

.btn-secondary {
  background: #6a86a7;
  position: relative;
  border: 0;
  padding-right: 35px;
  padding-left: 25px;
}

.btn-secondary:before {
  content: '';
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}

.container {
  width: 100%;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}

.swiper-pagination {
  width: 100%;
  bottom: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 11;
}

@media (min-width: 992px) {
  .swiper-pagination {
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #023f85;
  margin: 0 5px;
}

@media (min-width: 992px) {
  .swiper-pagination-bullet {
    background: #fff;
  }
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  border: solid 1px white;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  /* margin-top: 185px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.slide-board-member .swiper-button-next,
.slide-board-member .swiper-button-prev {
  background: none;
  border: solid 1px #023f85;
  width: 50px;
  height: 50px;
  top: 42%;
  /* margin-top: 185px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  color: white;
  font-size: 25px;
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  top: 0;
  left: 0;
}

.slide-board-member .swiper-button-next:before,
.slide-board-member .swiper-button-prev:before {
  color: #023f85;
  font-size: 25px;
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .swiper-button-next:before,
  .swiper-button-prev:before {
    font-size: 35px;
  }
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.slide-board-member .swiper-button-prev:before {
  content: 'keyboard_arrow_left';
}

.swiper-button-prev:before {
  content: 'keyboard_arrow_left';
}

.playpause {
  background: red;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 992px) {
  .playpause {
    width: 50px;
    height: 50px;
  }
}

.playpause:before {
  font-family: 'Material Icons';
  content: 'play_arrow';
  color: #fff;
}

.back-to-top {
  background: #6c8fb7;
  border-radius: 2px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 45px;
  z-index: 100;
}

@media (min-width: 1200px) {
  .back-to-top {
    bottom: 15px;
  }
}

.dark-blue {
  color: #10183d;
}

.grey {
  color: #747474 !important;
}

.vertical-line {
  display: inline-block;
  height: 24px;
  border-left: 1px solid rgba(16, 24, 61, 0.53);
  margin-bottom: -5px;
}

.list-style li {
  font-size: 14px;
}

.list-style li:before {
  content: '\2011';
  margin-right: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.display-none {
  display: none;
}

.no-margin {
  margin: 0;
}

.filter-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 20px;
}

.filter-section .label {
  margin-right: 20px;
}

@media (max-width: 325px) {
  .filter-section .label {
    margin-right: 10px;
  }
}

.filter-section label {
  color: #444;
}

.filter-section label.active {
  color: #023f85;
}

.filter-section span {
  padding: 0 5px;
}

.filter-section .custom-select {
  width: 150px;
  height: 25px;
}

.filter-section .custom-select select {
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .filter-section {
    -ms-flex-pack: start;
        justify-content: flex-end;
    margin-top: 20px;
  }
}

.filter-section .dropdown {
  width: 150px;
}

.filter-section .dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: relative;
  padding: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  width: 100%;
  height: 25px;
  -ms-flex-align: center;
      align-items: center;
}

.filter-section .dropdown-toggle:after {
  display: none;
}

.filter-section .dropdown-menu {
  padding: 5px 10px;
  min-width: auto;
  width: 100%;
}

.filter-section .dropdown-menu li {
  font-size: 14px;
  list-style: none;
  padding: 0;
}

.filter-section .dropdown-menu input {
  margin-right: 5px;
}

.table {
  margin-bottom: 2rem;
  min-width: 750px;
  table-layout: fixed;
  border-collapse: collapse;
}

.table tr:first-child th {
  background: #57677A;
}

.table tr:first-child th * {
  color: #fff;
}

.table th {
  color: #444;
  background: rgba(87, 103, 122, 0.3);
  border-left: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.table th * {
  color: #444;
}

.table th:first-child {
  text-align: left;
}

.table th + th {
  /* width: auto; */
}

.table tr:nth-child(odd) td {
  background: #f6f6f6;
}

.table tr:nth-child(even) td {
  background: rgba(87, 103, 122, 0.12);
}

.table td {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  border: 0;
  text-align: right;
  width: auto;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.table td:first-child {
  border: 0;
  text-align: left;
}

.table td:last-child {
  color: #023f85;
}

.table td + td {
  width: auto;
}

.table-wrapper .btn-toolbar {
  float: right;
}

.table-wrapper .btn-toolbar .btn-group .dropdown-toggle {
  font-size: 14px;
  color: #444;
  border-radius: 5px;
  position: relative;
  padding-top: 0;
  border: 1px solid #ddd;
  padding-bottom: 0;
  line-height: 1;
  padding-bottom: 0;
  font-size: 14px;
  height: 25px;
  width: 150px;
}

.table-wrapper .btn-toolbar .btn-group .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 13px;
}

.table-wrapper .btn-toolbar .btn-group .dropdown-toggle:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 10px;
  top: 8px;
}

.table-wrapper .btn-toolbar .btn-group button:focus {
  box-shadow: none;
}

.table-wrapper .btn-toolbar .btn-group button.btn-primary {
  background: none;
  color: #444;
  font-size: 14px;
  padding: 0 10px;
}

.table-wrapper .btn-toolbar .btn-group button.btn-primary:before {
  display: none;
}

.table-wrapper .dropdown-menu {
  margin: 0;
  width: 100%;
}

.table-custom {
  margin-bottom: 2rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-custom tr:first-child th {
  background: #57677A;
}

.table-custom tr:first-child th * {
  color: #fff;
}

.table-custom th {
  color: #444;
  background: rgba(87, 103, 122, 0.3);
  border-left: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.table-custom th * {
  color: #444;
}

.table-custom th:first-child {
  text-align: left;
}

.table-custom th + th {
  width: auto;
}

.table-finance tr th {
  text-align: left;
}

@media (max-width: 767px) {
  .table-finance tr th:first-child {
    width: 35%;
  }
  .table-finance tr th:nth-child(4) {
    display: none;
  }
  .table-finance tr th:nth-child(5) {
    display: none;
  }
}

.table-finance tr td {
  background-color: #f4f5f7;
  text-align: left;
  letter-spacing: 0.12px;
  color: #444;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .table-finance tr td:nth-child(4) {
    display: none;
  }
  .table-finance tr td:nth-child(5) {
    display: none;
  }
}

.table-finance tr.dividend-year td {
  background-color: rgba(87, 103, 122, 0.3);
  letter-spacing: 0.12px;
  color: #091E42;
  text-align: left;
}

.table-finance tr.dividend-total td {
  color: #091E42;
  text-align: left;
}

.table-striped tbody tr td {
  text-align: left;
}

.table-striped tbody tr td:first-child {
  text-align: left;
}

.table-striped tbody tr td:last-child {
  text-align: right;
}

img[src="data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw=="] {
  display: none;
}

.home-slider {
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .home-slider {
    overflow: hidden;
  }
}

.home-slider .swiper-wrapper {
  height: 100%;
}

.home-slider .swiper-container {
  height: 100%;
}

.home-slider .swiper-slide .container {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

@media (min-width: 992px) {
  .home-slider .swiper-slide .container {
    position: absolute;
  }
}

.home-slider figure {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .home-slider figure {
    height: 100%;
  }
}

.home-slider .description {
  width: auto;
  position: static;
  top: 0;
  left: 150px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .home-slider .description {
    position: absolute;
    width: 450px;
    padding-bottom: 0;
  }
}

.home-slider img {
  object-fit: cover;
  height: 100%;
}

.home-slider h2 {
  color: #023f85;
  font-size: 25px;
  font-family: "SFDisplay-Bold";
  line-height: 1;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .home-slider h2 {
    font-size: 50px;
    margin-top: 0;
  }
}

.home-slider p {
  color: #444;
  line-height: 1.5;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .home-slider p {
    margin-top: 30px;
  }
}

.home-slider .slide-btn {
  margin-top: 20px;
}

.home-slider .slide-btn a {
  background: #fed500;
  border: 0;
  border-radius: 0;
  color: #091E42;
  padding: 10px 45px 10px 20px;
  position: relative;
}

.home-slider .slide-btn a:after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  font-size: 25px;
  position: absolute;
  top: 4px;
  padding-left: 10px;
}

.home-slider .navigation-btn {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 992px) {
  .home-slider .navigation-btn {
    display: none;
  }
}

.mission-vision-values .description {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}

@media (min-width: 1500px) {
  .mission-vision-values .description {
    max-width: 1050px;
  }
}

.mission-vision-values p {
  color: #444;
}

.mission-vision-values .list-items {
  background: url(../img/home/bg-core-values.png) no-repeat center center;
  background-size: auto 100%;
  display: block;
  margin: 30px 0;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .mission-vision-values .list-items {
    display: -ms-flexbox;
    display: flex;
  }
}

.mission-vision-values .list-items li {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 992px) {
  .mission-vision-values .list-items li {
    margin-bottom: 0;
  }
}

.mission-vision-values .list-items li:last-child {
  margin-bottom: 0;
}

.mission-vision-values .list-items h3 {
  color: #023f85;
  font-size: 16px;
  font-family: "SFDisplay-Bold";
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .mission-vision-values .list-items h3 {
    margin-top: 30px;
  }
}

.mission-vision-values .list-items img {
  width: 70px;
  box-shadow: 0 16px 20px 2px rgba(0, 70, 97, 0.1);
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .mission-vision-values .list-items img {
    width: 110px;
  }
}

.home-galleries {
  display: block;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .home-galleries {
    display: -ms-flexbox;
    display: flex;
  }
}

.home-galleries img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.home-galleries .big-figure figure,
.home-galleries .side-figure figure {
  margin-bottom: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .home-galleries .big-figure figure,
  .home-galleries .side-figure figure {
    margin-bottom: 0;
  }
}

.home-galleries .big-figure {
  width: 100%;
}

@media (min-width: 992px) {
  .home-galleries .big-figure {
    width: 63%;
    padding-right: 30px;
  }
}

.home-galleries .side-figure {
  width: 100%;
}

@media (min-width: 992px) {
  .home-galleries .side-figure {
    width: 37%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.home-galleries .side-figure figure:first-of-type {
  margin-bottom: 15px;
}

.home-galleries .side-figure figure:last-of-type {
  margin-top: 15px;
}

.home-galleries .video-wrapper {
  position: relative;
}

.home-galleries .video-figure {
  width: 100%;
}

.home-galleries .playpause {
  position: absolute;
  top: 0;
  left: 0;
}

.our-clients {
  margin: 50px 0 20px;
}

.our-clients .list-items {
  display: block;
}

@media (min-width: 992px) {
  .our-clients .list-items {
    display: -ms-flexbox;
    display: flex;
  }
}

.our-clients .list-items > li {
  -ms-flex: 1;
      flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}

.our-clients .list-items > li .content {
  padding: 50px;
  min-height: 230px;
}

.our-clients .list-items > li hr {
  border: 1px solid #023f85;
  width: 100px;
  display: inline-block;
  margin-top: 0px !important;
}

@media (min-width: 1500px) {
  .our-clients .list-items > li .content {
    padding: 100px;
    min-height: 150px;
  }
}

.our-clients .list-items > li:before {
  background-color: rgba(222, 222, 222, 0.94);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s;
  z-index: 1;
}

.our-clients .list-items > li:hover:before {
  background-color: rgba(2, 63, 133, 0.9);
}

.our-clients .list-items > li:hover hr {
  border: 1px solid white;
}

.our-clients .list-items > li:hover .content h3 {
  color: white !important;
}

.our-clients .list-items > li:hover .content p {
  color: white !important;
}

.our-clients .list-items > li:hover .content-hv {
  opacity: 1;
  display: block;
}

.our-clients .list-items .content {
  color: #444;
  position: relative;
  opacity: 1;
  display: block;
  transition: all 0.25s;
  z-index: 2;
}

.our-clients .list-items .content h3 {
  color: #023f85;
  font-family: "SFDisplay-Bold";
  margin-bottom: 15px;
}

.our-clients .list-items .content p,
.our-clients .list-items .content li {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.our-clients .list-items .content-hv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  display: none;
  transition: all 0.25s;
  z-index: 2;
  padding: 50px;
}

@media (min-width: 1500px) {
  .our-clients .list-items .content-hv {
    padding: 100px;
  }
}

.our-clients .list-items .content-hv * {
  color: #fff;
}

.our-clients .list-items .content-hv li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}

.our-clients .list-items .content-hv li:first-child {
  margin-top: 0;
}

.our-clients .list-items .content-hv li:before {
  content: '';
  background: url(../img/icon-list.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.media-center {
  margin: 20px 0;
}

.media-center .media-center-wrapper {
  display: block;
}

@media (min-width: 992px) {
  .media-center .media-center-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

.media-center .swiper-container {
  height: 250px;
}

.media-center .swiper-container h2.main-title-block {
  color: #444;
  font-size: 20px;
  margin-bottom: 7px;
}

@media (min-width: 992px)
{
  .media-center .swiper-container h2.main-title-block {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .media-center .swiper-container {
    width: calc(65% - 50px);
    height: 408px;
  }
}

@media (min-width: 1200px) {
  .media-center .swiper-container {
    height: 407px;
  }
}

@media (min-width: 1500px) {
  .media-center .swiper-container {
    height: 542px;
  }
}

.media-center .swiper-container .description {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  padding: 10px;
}

@media (min-width: 768px) {
  .media-center .swiper-container .description {
    /* width: calc(100% - 100px); */
    padding: 10px 30px 30px 30px;
  }
}

.media-center .swiper-container h2,
.media-center .swiper-container h2 a {
  color: #fff;
  font-family: "SFDisplay-Bold";
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .media-center .swiper-container h2,
  .media-center .swiper-container h2 a {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .media-center .swiper-container h2,
  .media-center .swiper-container h2 a {
    font-size: 26px;
    line-height: 1.5;
  }
}

.media-center .swiper-container .author-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  font-size: 12px;
  /* margin-top: 10px; */
}

.media-center .swiper-container .author-date .author {
  padding-right: 20px;
}

.media-center .swiper-container .author-date .author span {
  font-family: "SFDisplay-Bold";
}

.media-center .swiper-container .author-date .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.media-center .swiper-container .author-date i {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.media-center .swiper-wrapper {
  height: calc(100% - 44px);
}

.media-center .swiper-slide:before {
  background: linear-gradient(transparent, 70%, black);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.media-center .swiper-slide figure {
  height: 100%;
}

.media-center .swiper-slide img {
  object-fit: cover;
  height: 100%;
}

.media-center .swiper-button-next,
.media-center .swiper-button-prev {
  background: #fff;
  opacity: 1;
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .media-center .swiper-button-next,
  .media-center .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.media-center .swiper-button-next:before,
.media-center .swiper-button-prev:before {
  color: #023f85;
}

@media (min-width: 992px) {
  .media-center .swiper-button-next:before,
  .media-center .swiper-button-prev:before {
    font-size: 25px;
  }
}

.media-center .swiper-button-next {
  bottom: -15px;
}
.media-center .swiper-button-prev {
  right: 30px;
  bottom: -15px;
}

.media-center .swiper-button-disabled {
  background: #b8b8ba;
  border: #b8b8ba solid 1px;
}

.media-center .swiper-button-disabled:before {
  color: #3c3f44;
}

.media-center .media-center-list {
  margin-top: 30px;
}

.media-center .media-center-list h2 {
  color: #444;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px)
{
  .media-center .media-center-list h2 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .media-center .media-center-list {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 35%;
  }
}

.media-center .media-center-list li {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding: 5px 0;
}

@media (min-width: 1500px) {
  .media-center .media-center-list li {
    padding: 20px 0;
  }
}

.media-center .media-center-list li:first-child {
  /* border: 0; */
  /* padding-top: 0; */
}

.media-center .media-center-list li:last-child {
  padding-bottom: 0;
}

.media-center .media-center-list li figure {
  -ms-flex: 1.5;
      flex: 1.5;
  margin-right: 20px;
}

.media-center .media-center-list img {
  border: 1px solid #ddd;
  display: block;
  max-height: inherit;
  object-fit: cover;
}

@media (min-width: 768px) {
  .media-center .media-center-list img {
    max-height: 123px;
  }
}

.media-center .media-center-list h3 {
  color: #023f85;
  font-size: 14px;
  font-family: "SFDisplay-Bold";
  line-height: 1.4;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-center .media-center-list .item-details {
  position: relative;
  -ms-flex: 2.5;
      flex: 2.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.media-center .media-center-list .detail-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px;
  width: 100%;
}

.media-center .media-center-list .see-more {
  font-family: "SFDisplay-Bold";
}

.join-hsc {
  background-size: cover;
  background-position: right;
  position: relative;
  margin-top: 20px;
}

/* .join-hsc:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, white, transparent);
  position: absolute;
  left: 0;
  top: 0;
} */

.join-hsc .join-hsc-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (min-width: 1500px) {
  .join-hsc .join-hsc-wrapper {
    max-width: 1000px;
  }
}

.join-hsc p {
  color: #444;
}

.join-hsc .join-hsc-btn .btn-primary {
  margin-top: 30px;
}

.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.main-banner:after {
  background: linear-gradient(transparent, 70%, rgba(0, 0, 0, 0.4));
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main-banner > img {
  margin: 0 auto;
  display: block;
}

.main-banner .container {
  position: relative;
  height: 100%;
}

.page-title {
  color: #fff;
  font-size: 20px;
  font-family: "SFDisplay-Bold";
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 30px;
  }
}

.nav-breadcrumb {
  background: #F5F5F8;
}

.nav-breadcrumb .breadcrumb {
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50px;
  padding: 10px 0;
  margin: 0;
}

.nav-breadcrumb .breadcrumb-item {
  font-size: 14px;
  padding-left: 3px;
}

.nav-breadcrumb .breadcrumb-item + .breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.nav-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #444;
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  font-size: 20px;
  margin-right: 0;
  padding-right: 3px;
}

.nav-breadcrumb .breadcrumb-item a {
  color: #444;
  font-size: 14px;
}

.nav-breadcrumb .breadcrumb-item.active {
  color: #023f85;
}

.tabs {
  padding-bottom: 30px;
}

.tabs .nav {
  margin-bottom: 30px;
  position: relative;
}

.tabs .nav:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ebf0f6;
  height: 3px;
  width: 100%;
  z-index: 1;
}

.tabs .nav .container {
  z-index: 2;
}

.tabs .nav-tabs {
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .tabs .nav-tabs {
    overflow: inherit;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.tabs .nav-tabs li {
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .tabs .nav-tabs li {
    border: 0;
  }
}

.tabs .nav-tabs li:after {
  border-radius: 2px;
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}

.tabs .nav-tabs li:hover:after, .tabs .nav-tabs li.active:after {
  background: #023f85;
  height: 4px;
}

.tabs .nav-tabs li:hover a, .tabs .nav-tabs li.active a {
  color: #023f85;
}

.tabs .nav-tabs a {
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding: 20px 15px 10px;
}

@media (min-width: 768px) {
  .tabs .nav-tabs a {
    padding: 12px 40px;
  }
}

.tabs .tab-container {
  padding: 20px 0;
}

.tabs .tab-container .tab-content {
  display: none;
  color: #444;
  font-size: 14px;
}

.tabs .tab-container .tab-content.active {
  display: block;
}

.tabs .tab-container img {
  margin-bottom: 15px;
  /* border: 1px solid #ddd; */
}

.tabs .tab-container p,
.tabs .tab-container li {
  margin-bottom: 10px;
}

.tabs p {
  margin-bottom: 10px;
}

.tabs .main-content li {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
  list-style: disc outside;
  margin-left: 20px;
}

.tabs .main-content ul li:before {
  content: '';
  background: url(../img/icon-list2.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.tabs .main-content ol li {
  list-style: decimal inside;
}

.our-service-wrapper {
  display: block;
}

@media (min-width: 768px) {
  .our-service-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.our-services .our-service {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .our-services .our-service {
    margin-bottom: 0;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .our-services .our-service:nth-of-type(odd) {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .our-services .our-service:nth-of-type(even) {
    padding-left: 10px;
  }
}

.our-services h3 {
  color: #023f85;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.our-services h3:before {
  width: 80%;
}

.our-services .links li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
}

.our-services .links li:before {
  content: '>';
  color: #023f85;
  position: absolute;
  left: 0;
}

.our-services .links li a {
  color: #091E42;
}

.our-service-gallery {
  display: block;
  margin-top: 30px;
}

@media (min-width: 565px) {
  .our-service-gallery {
    display: -ms-flexbox;
    display: flex;
  }
}

.our-service-gallery img {
  display: block;
  object-fit: cover;
}

.our-service-gallery .image-big {
  width: 100%;
  margin-top: 5px;
}

@media (min-width: 565px) {
  .our-service-gallery .image-big {
    width: 73%;
    margin-top: 0;
  }
}

.our-service-gallery .image-big figure {
  height: 100%;
}

.our-service-gallery .image-big img {
  margin-bottom: 0;
  height: 100%;
}

.our-service-gallery .image-small {
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
}

@media (min-width: 565px) {
  .our-service-gallery .image-small {
    margin-top: 0;
    margin-left: 30px;
    width: 27%;
  }
}

.our-service-gallery .image-small img {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .our-service-gallery .image-small img {
    margin-bottom: 25px;
  }
}

.our-service-gallery .image-small figure:last-of-type img {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .leadership-team {
    display: -ms-flexbox;
    display: flex;
  }
}

.leadership-team figure img {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .leadership-team figure img {
    text-align: center;
  }
}

.leadership-team .desc {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .leadership-team .desc {
    margin-left: 30px;
  }
}

.leadership-team h2 {
  color: #023f85;
  font-size: 16px;
  font-family: "SFDisplay-Bold";
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .leadership-team h2 {
    text-align: center;
  }
}

.leadership-team .role {
  color: #6a6a6a;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .leadership-team .role {
    text-align: center;
    line-height: 20px;
  }
}

.slide-board-member {
  text-align: center;
  padding-bottom: 40px;
  opacity: 0;
  transition: all 0.25s;
}

@media (max-width: 567px) {
  .slide-board-member {
    display: none;
  }
}

.slide-board-member img {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  object-fit: cover;
  height: 330px;
}

@media (min-width: 568px) {
  .slide-board-member img {
    height: 230px;
  }
}

@media (min-width: 768px) {
  .slide-board-member img {
    height: 210px;
  }
}

@media (min-width: 992px) {
  .slide-board-member img {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .slide-board-member img {
    height: 250px;
  }
}

@media (min-width: 1500px) {
  .slide-board-member img {
    height: 330px;
  }
}

.slide-board-member .name {
  color: #023f85;
  font-size: 14px;
  font-family: "SFDisplay-Bold";
  margin-bottom: 10px;
}

.slide-board-member .role {
  color: #444;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
}

.slide-board-member .swiper-slide {
  max-width: 100%;
}

@media (min-width: 768px) {
  .slide-board-member .swiper-slide {
    max-width: 350px;
  }
}

.slide-board-member .swiper-slide figure {
  border: solid 1px #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 10px;
}

.slide-board-member .swiper-pagination {
  position: static;
  margin-top: 40px;
}

@media (max-width: 568px) {
  .slide-board-member .swiper-pagination {
    display: none;
  }
}

.slide-board-member .swiper-pagination-bullet {
  background: #023f85;
}

.leadership-team-slide .swiper-wrapper {
  margin-top: 30px;
}

.leadership-team-slide .swiper-button-next,
.leadership-team-slide .swiper-button-prev {
  display: block;
  border: none;
  top: 0;
  right: 0;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .leadership-team-slide .swiper-button-next,
  .leadership-team-slide .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 569px) {
  .leadership-team-slide .swiper-button-next,
  .leadership-team-slide .swiper-button-prev {
    display: none;
  }
}

.leadership-team-slide .swiper-button-next:before,
.leadership-team-slide .swiper-button-prev:before {
  color: #023f85;
  font-size: 35px;
}

.leadership-team-slide .swiper-button-prev {
  left: auto;
  margin-right: 30px;
}

.image-with-desc {
  font-size: 14px;
  line-height: 1.8;
}

.image-with-desc img {
  margin-bottom: 20px;
}

.image-with-desc p {
  margin-bottom: 15px;
}

.our-network .all-region-wrapper {
  margin-top: 30px;
}

.our-network .all-region-wrapper label {
  margin-right: 20px;
}

.our-network .all-region-wrapper .custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ddd;
  width: 150px;
  height: 25px;
}

.our-network .location-list {
  margin-top: 30px;
}

.our-network .location-list li {
  padding: 20px 15px 10px;
  border-bottom: #e4ebf3 solid 2px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  cursor: pointer;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  display: none;
}

@media (min-width: 1200px) {
  .our-network .location-list li {
    padding: 30px 50px 20px;
  }
}

.our-network .location-list li:hover {
  background: #ebf0f6;
}

.our-network .location-list li.show {
  display: block;
}

@media (min-width: 768px) {
  .our-network .location-list li.show {
    display: -ms-flexbox;
    display: flex;
  }
}

.our-network .location-list .name,
.our-network .location-list .city {
  color: #023f85;
  font-size: 14px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-bottom: 10px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .our-network .location-list .name,
  .our-network .location-list .city {
    padding-right: 10px;
  }
}

.our-network .location-list .name {
  font-family: "SFDisplay-Bold";
}

.our-network .location-list .city {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media (min-width: 1200px) {
  .our-network .location-list .city {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  .our-network .location-list .name {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

.our-network .location-list .address {
  padding-right: 0;
  margin-bottom: 10px;
  -ms-flex-preferred-size: calc(60% - 200px);
      flex-basis: calc(60% - 200px);
}

@media (min-width: 768px) {
  .our-network .location-list .address {
    padding-right: 10px;
  }
}

.our-network .location-list .contact-info {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 768px) {
  .our-network .location-list .contact-info {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.our-network .location-list .phone,
.our-network .location-list .print {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .our-network .location-list .phone,
  .our-network .location-list .print {
    margin-right: 0;
  }
}

.our-network .location-list .phone i,
.our-network .location-list .print i {
  margin-right: 10px;
  font-size: 16px;
}

#map {
  width: 100%;
  height: 450px;
  background-color: grey;
}

.gm-ui-hover-effect {
  display: none !important;
}

.panel-group {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}

.panel-group img {
  margin-bottom: 15px;
  /* border: 1px solid #ddd; */
}

.panel-group h2 {
  color: #023f85;
  font-size: 16px;
  font-family: "SFDisplay-Bold";
  margin-bottom: 15px;
}

.panel-group p {
  margin-bottom: 10px;
}

.panel-title a {
  display: block;
  background: #F7F8F9;
  color: #444;
  font-family: "SFDisplay";
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 60px 12px 15px;
  margin-top: 20px;
  position: relative;
}

.help-center .panel-title a {
  padding: 20px 60px 20px 15px !important;
  margin-top: 0px !important;
}

.help-center .left-side-menu .panel-title a {
  padding: 5px 60px 5px 15px !important;
  margin-top: 0px !important;
}

.panel-title a:before {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
}

.panel-title a:after {
  content: '\002B';
  font-size: 16px;
  font-family: "SFDisplay";
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -13px;
  width: 28px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}

.panel-title a[aria-expanded='true'] {
  background: #023f85;
  color: #fff;
}

.panel-title a[aria-expanded='true']:after {
  color: #023f85;
  content: '\2212';
  font-size: 16px;
}

.panel-body {
  background: #F7F8F9;
  padding: 20px 15px;
}

.light-accordion hr {
  border-bottom: solid 2px rgba(3, 63, 132, 0.1);
  margin: 0;
}

.light-accordion .panel-title {
  padding: 28px 0;
  background: none;
  font-weight: normal;
  color: #091E42;
  margin-top: 0;
}

.light-accordion .panel-title:after, .light-accordion .panel-title:before {
  right: 0;
}

.light-accordion .panel-title a {
  font-size: 16px;
  margin: 0;
  padding: 0 55px 0 0;
  background: none;
  color: #091E42;
}

.light-accordion .panel-title a[aria-expanded='true'] {
  color: #023f85;
  font-weight: 600;
  background: none;
}

.light-accordion .collapse-content {
  background: none;
  padding: 0 15px 20px 15px;
}

.light-accordion .collapse-content .table {
  margin-bottom: 0;
}

.light-accordion .collapse-content .table-striped tbody tr {
  color: #444;
}

.light-accordion .collapse-content .table-striped tbody tr tr:nth-child(odd) td {
  background: #f4f5f7;
}

.light-accordion .collapse-content .table-striped tbody tr tr:nth-child(even) td {
  background: #fff;
}

.financial-title {
  color: #023f85;
  font-size: 22px;
  font-family: "SFDisplay-Bold";
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .financial-title {
    font-size: 32px;
  }
}

.financial-highlight .disclamer p {
  font-size: 14px;
  line-height: 1.5;
}

.bar-chart-wrapper {
  max-width: 700px;
  margin: 0 auto 30px;
}

.bar-chart-wrapper h4 {
  color: #023f85;
  font-family: "SFDisplay-Bold";
  font-size: 14px;
  text-align: center;
  margin: 30px 0 10px;
}

@media (min-width: 768px) {
  .bar-chart-wrapper h4 {
    font-size: 18px;
  }
}

.list-group ul {
  display: block;
}

@media (min-width: 992px) {
  .list-group ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.list-group li {
  margin-bottom: 50px;
  display: none;
}

@media (min-width: 992px) {
  .list-group li {
    -ms-flex-preferred-size: 27.2%;
        flex-basis: 27.2%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.list-group li.show {
  display: block;
}

.list-group h4 {
  color: #091E42;
  font-size: 18px;
  font-family: "SFDisplay-Bold";
  line-height: 1.3;
  margin: 20px 0 10px;
}

.list-group h4 a {
  color: #091E42;
}

.list-group .bottom-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

.list-group .date {
  color: #444;
  font-size: 12px;
}

.list-group .read-more-link {
  background: #F7F8F9;
  border-radius: 3px;
  color: #023f85;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.list-group .read-more-link:hover {
  background: #023f85;
  color: #fff;
}

.press-release .list-of-press .row .col-xs-12 {
  height: 100%;
}

.press-release .list-of-press .row .col-xs-12 figure {
  height: 100%;
}

.press-release .list-of-press .row .col-xs-12 figure a img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  object-position: 40% 40%;
}

/* @media (max-width: 767px) {
  .press-release .list-of-press .row .col-md-4 {
    height: 350px;
  }
}

@media (min-width: 1367px) {
  .press-release .list-of-press .row {
    height: 320px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .press-release .list-of-press .row {
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .press-release .list-of-press .row {
    height: 250px;
  }
} */

.press-release .col-xs-12 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.press-release .col-xs-12 .date {
  font-family: "SFDisplayMedium";
  text-transform: uppercase;
  color: #595959;
}

.press-release .col-xs-12 h4 {
  margin: 15px 0 18px;
}

.press-release h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .press-release .col-xs-12 h4 {
    line-height: 1.4rem;
  }
}

.press-release .col-xs-12 p {
  color: #494949;
}

.press-release .col-xs-12 .read-more a {
  font-family: "SFDisplay-Bold";
  background: #F7F8F9;
  color: #023f85;
  display: inline-block;
  /* padding: 10px 20px; */
  border-radius: 3px;
  transition: all 0.5s;
}

.press-release .col-xs-12 .read-more a:hover {
  background: #023f85;
  color: #fff;
}

@media (max-width: 767px) {
  .press-release .col-xs-12.col-md-4 {
    padding-bottom: 20px;
  }
  .press-release .col-xs-12.col-md-8 {
    padding-top: 0;
  }
}

.press-release.annual-report .list-group ul {
  display: block;
}

@media (min-width: 768px) {
  .press-release.annual-report .list-group ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

@media (min-width: 768px) {
  .press-release.annual-report .list-group li {
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .press-release.annual-report .list-group li {
    -ms-flex-preferred-size: calc(25% - 60px);
        flex-basis: calc(25% - 60px);
  }
}

.press-release.annual-report figure {
  width: 100%;
  height: 0;
  padding-top: 142%;
  position: relative;
  border: 1px solid #EBEBEB;
}

.press-release.annual-report figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.press-release.annual-report .download-btn,
.press-release.annual-report .read-more {
  width: calc(50% - 10px);
}

.press-release.annual-report .read-more-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.press-release.annual-report .icon {
  margin-right: 10px;
}

.press-release.annual-report .download-btn img {
  width: 12px;
  margin-right: 10px;
}

.press-release.annual-report .download-btn .read-more-link:hover .download-icon {
  background: url("../img/icon-download-hv.png") no-repeat;
}

.press-release.annual-report .download-icon {
  background: url("../img/icon-download.png") no-repeat;
  width: 8px;
  height: 10px;
  display: inline-block;
}

.press-release.annual-report .play-icon {
  font-size: 14px;
}

.pagination {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  background: none;
  border-radius: 3px;
  width: 20px;
  height: 25px;
  font-size: 14px;
  color: #555;
  margin: 0 3px;
  line-height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination a:hover {
  background: #023f85;
  border-radius: 3px;
  width: 20px;
  height: 25px;
  color: white;
}

.pagination .active {
  background: #023f85;
  color: white;
}

.details-section h3 {
  color: #023f85;
  font-family: "SFDisplay-Bold";
  font-size: 20px;
  line-height: 1.3;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .details-section h3 {
    font-size: 30px;
    margin-top: 35px;
    padding-right: 0;
  }
}

.details-section .short-intro {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
}

.details-section .title-bottom {
  color: #a0a0a0;
  display: block;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .details-section .title-bottom {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.details-section .title-bottom .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.details-section .title-bottom .author figure {
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.details-section .title-bottom .name {
  margin-left: 10px;
}

.details-section .title-bottom .name span {
  color: #023f85;
  font-family: "SFDisplay-Bold";
}

.details-section .title-bottom .line {
  background: #ddd;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  display: none;
}

@media (min-width: 768px) {
  .details-section .title-bottom .line {
    display: block;
  }
}

.details-section .title-bottom .date {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .details-section .title-bottom .date {
    margin-top: 0;
  }
}

.details-section .title-bottom .category {
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .details-section .title-bottom .category {
    margin-left: 20px;
    margin-top: 0;
  }
}

.details-section .title-bottom .category span {
  font-family: "SFDisplay-Bold";
}

.details-section .image {
  margin-top: 30px;
  position: relative;
}

.details-section .social-buttons {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

.details-section .content {
  margin-top: 30px;
}

.details-section .content .main-content img {
  max-width: 100% !important;
  height: inherit !important;
}

.details-section p {
  color: #444;
  margin-top: 20px;
}

.details-section p:first-of-type {
  margin-top: 0;
}

.details-section table {
  margin-top: 30px;
}

.details-section .page-navigation {
  padding: 20px 0;
}

.details-section .page-navigation ul {
  display: block;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .details-section .page-navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
}

.details-section .page-navigation li {
  margin-top: 20px;
}

.details-section .page-navigation li:first-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .details-section .page-navigation li:first-child {
    padding-right: 50px;
  }
}

.details-section .page-navigation .label {
  color: #444;
  font-size: 15px;
  font-family: "SFDisplay-Bold";
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .details-section .page-navigation .label {
    font-size: 16px;
  }
}

.details-section .page-navigation .post-title {
  position: relative;
  padding-left: 30px;
}

.details-section .page-navigation .post-title a {
  color: #023f85;
  font-size: 14px;
  font-family: "SFDisplay-Bold";
  line-height: 1.3;
}

@media (min-width: 992px) {
  .details-section .page-navigation .post-title a {
    font-size: 15px;
  }
}

.details-section .page-navigation .post-title:before {
  content: '';
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(2, 63, 133, 0.3);
}

.side-bar {
  margin-top: 30px;
}

.side-bar .widget-list li {
  margin-bottom: 30px;
}

.side-bar .widget-list h6 {
  color: #023f85;
  font-size: 15px;
  font-family: "SFDisplay-Bold";
  line-height: 1.4;
  margin-top: 15px;
}

.side-bar .widget-list h6 a {
  color: #023f85;
}

.side-bar .widget-list .publish-date {
  color: #a0a0a0;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

.side-bar .widget-list .publish-date i {
  color: #2e9fff;
  font-weight: bold;
  font-size: 13px;
  margin-right: 3px;
}

.social-buttons {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.social-buttons .btn-social {
  background: #023f85;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  width: 36px;
  height: 32px;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.social-buttons .btn-social.facebook {
  background: #3c5897;
}

.social-buttons .btn-social.twitter {
  background: #00abed;
}

.social-buttons .btn-social.linkedin {
  background: #0377b4;
}

.social-buttons .btn-social.whatsapp {
  background: #4a9d12;
}

.social-buttons .button-toggle {
  z-index: 1;
}

.social-buttons .buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}

.social-buttons .buttons > * {
  margin-right: 2px;
}

.social-buttons .buttons.open {
  visibility: visible;
  right: 100%;
  opacity: 1;
}

.opportunities h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

.opportunities .title-with-underline {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.opportunities li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-left: 25px;
}

.opportunities li::before {
  content: '';
  background: url(../img/icon-list2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 10px;
  height: 10px;
}

.opportunities .btn-primary {
  margin-right: 20px;
}

.opportunities .main-content h3 {
  margin-bottom: 13px;
}

.opportunities .main-content li {
  list-style: disc outside;
  margin-left: 25px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  .opportunities .btn-primary {
    margin-right: 10px;
    padding-right: 30px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .opportunities .btn-primary:before,
  .opportunities .btn-secondary:before {
    right: 8px;
  }
}

.opportunities .side-bar li:before {
  display: none;
}

.opportunities .widget {
  background: #f7f8f9;
  margin-bottom: 50px;
  padding: 20px 20px 40px;
}

.opportunities .job-list li {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 0;
  border-top: #fff solid 2px;
}

.opportunities .job-list li:first-child {
  border: 0;
  padding-top: 0;
}

.opportunities .job-list li:last-child {
  padding-bottom: 0;
}

.opportunities .job-list figure {
  margin-right: 10px;
}

.opportunities .job-list img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.opportunities .job-list h6 a {
  font-family: "SFDisplay";
}

.opportunities .job-list .location {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.opportunities .job-list .location i {
  position: relative;
  top: 1px;
}

.opportunities .job-list .location a {
  color: #444;
  margin-left: 10px;
}

.opportunities h6 {
  margin-bottom: 10px;
  color: #023f85;
  font-family: "SFDisplay-Bold";
}

.opportunities ol {
  list-style: decimal inside;
}

.opportunities ol li {
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 1.6;
}

.opportunities .job-detail h6 {
  position: relative;
  top: -6px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.opportunities .department,
.opportunities .address,
.opportunities .email {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

.opportunities .address {
  display: -ms-flexbox;
  display: flex;
}

.opportunities .address i {
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.opportunities .email i {
  color: #023f85;
  font-size: 17px;
  margin-right: 5px;
}

.opportunities .email a {
  position: relative;
  top: -4px;
}

.opportunities .btn-section {
  border-top: #eee solid 2px;
  padding-top: 40px;
  margin-top: 40px;
}

.opportunities .short-intro,
.opportunities .short-intro p {
  line-height: 1.6;
}

.job-list-group {
  margin-bottom: 40px;
}

.job-list-group li {
  border-bottom: #eee solid 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 30px 0;
}

@media (min-width: 1200px) {
  .job-list-group li {
    -ms-flex-align: center;
        align-items: center;
  }
}

.job-list-group li:before {
  display: none;
}

.job-list-group li figure {
  margin-right: 20px;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .job-list-group li figure {
    margin-top: 0;
  }
}

.job-list-group li img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.job-list-group .job-details {
  width: 100%;
  padding-right: 0;
}

.job-list-group .job-name {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 16px;
  width: calc(100% - 50px);
}

@media (min-width: 768px) {
  .job-list-group .job-name {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .job-list-group .job-name {
    font-size: 17px;
  }
}

.job-list-group .the-job {
  display: block;
}

@media (min-width: 992px) {
  .job-list-group .the-job {
    display: -ms-flexbox;
    display: flex;
  }
}

.job-list-group .the-job > div {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  margin-top: 10px;
}

.job-list-group .the-job > div i {
  position: relative;
}

.job-list-group .the-job .job-department {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.job-list-group .the-job .job-location {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.job-list-group .the-job .btn-section {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .job-list-group .the-job .btn-section {
    margin-top: 5px;
  }
}

.job-list-group .job-department {
  font-size: 14px;
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  .job-list-group .job-department {
    -ms-flex: 2;
        flex: 2;
  }
}

.job-list-group .job-department i {
  margin-right: 5px;
  top: 1px;
}

.job-list-group .job-department a {
  color: #444;
}

.job-list-group .job-location {
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  .job-list-group .job-location {
    -ms-flex: 2;
        flex: 2;
  }
}

.job-list-group .job-location i {
  font-size: 14px;
  margin-right: 5px;
  top: 2px;
}

.job-list-group .job-location a {
  color: #444;
  font-size: 14px;
}

.job-list-group .btn-section {
  border: 0;
  padding-top: 0;
  margin-top: 0;
  -ms-flex: 1;
      flex: 1;
}

.job-list-group .btn-section a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  padding: 0;
}

.job-list-group .btn-section a:focus {
  outline: none;
}

.job-list-group .btn-section .btn-apply {
  background-image: url(../img/icon-edit.png);
  background-size: 15px 16px;
  border: #0089c1 solid 1px;
  margin-right: 15px;
}

.job-list-group .btn-section .btn-apply:hover {
  background-image: url(../img/icon-edit-hv.png);
  background-color: #0089c1;
}

.job-list-group .btn-section .btn-email {
  background-image: url(../img/icon-envelop.png);
  background-size: 16px 13px;
  border: #6a86a7 solid 1px;
}

.job-list-group .btn-section .btn-email:hover {
  background-image: url(../img/icon-envelop-hv.png);
  background-color: #6a86a7;
}

.job-list-group .badge {
  background: #eb545a;
  color: #fff;
  font-size: 14px;
  font-family: "SFDisplay";
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 3px 5px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .job-list-group .badge {
    padding: 3px 15px;
  }
}

.job-notice .branches {
  background: #f7f8fa;
  padding: 20px;
}

.job-notice .branches ul {
  display: block;
}

@media (min-width: 992px) {
  .job-notice .branches ul {
    display: -ms-flexbox;
    display: flex;
  }
}

.job-notice .branches li {
  margin: 0;
  padding: 0;
  width: auto;
  padding-left: 0;
}

@media (min-width: 992px) {
  .job-notice .branches li {
    padding-left: 30px;
    width: 50%;
  }
}

.job-notice .branches li:first-child {
  padding: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .job-notice .branches li:first-child {
    margin-bottom: 0;
  }
}

.job-notice .branches li:before {
  display: none;
}

.job-notice .branches .email a,
.job-notice .branches .email i {
  color: #444;
}

.job-notice .notes {
  margin: 20px 0 50px;
}

.job-notice .notes li {
  font-style: italic;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.job-notice .notes li:before {
  top: 6px;
}

.ads-widget .advertising {
  margin-bottom: 40px;
}

.stock-bar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .stock-bar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.stock-bar li {
  border-left: 0;
  border-top: #333 solid 1px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 10px;
  padding: 10px 0 0;
  -ms-flex: inherit;
      flex: inherit;
  width: calc(50% - 15px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 992px) {
  .stock-bar li {
    border-left: #333 solid 1px;
    border-top: 0;
    padding: 0 10px;
    margin-top: 0;
    -ms-flex: 1;
        flex: 1;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .stock-bar li {
    padding: 0 30px;
  }
}

@media only screen and (max-device-width: 640px) and (orientation: landscape) {
  .stock-bar li {
    margin-top: 5px;
    padding: 5px 0 0;
  }
}

.stock-bar li:first-child {
  border-left: 0;
}

@media (min-width: 992px) {
  .stock-bar li:first-child {
    padding-left: 0;
  }
}

.stock-bar li:nth-of-type(odd) {
  margin-right: 15px;
}

.stock-bar li:nth-of-type(even) {
  margin-left: 15px;
}

.stock-bar .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.5;
}

.stock-bar .material-icons {
  font-size: 15px;
  position: relative;
  margin-left: 5px;
}

.stock-bar .txt-green,
.stock-bar .txt-red {
  display: block;
  text-align: right;
  margin-top: 5px;
}

.stock-bar .txt-green {
  color: #21d89a;
}

.stock-bar .txt-green .material-icons {
  transform: rotate(-90deg);
  top: 5px;
}

.stock-bar .txt-red {
  color: #ff6d73;
}

.stock-bar .txt-red .material-icons {
  transform: rotate(90deg);
  top: 2px;
}

.annual-report .image-with-desc {
  margin-bottom: 30px;
}

.annual-report .image-with-desc .description {
  padding-bottom: 20px;
}

.annual-report .image-with-desc .description h2 {
  margin-bottom: 3px;
}

.annual-report .image-with-desc figure {
  height: 267px;
}

@media (max-width: 767px) {
  .annual-report .image-with-desc figure {
    height: auto;
  }
}

.annual-report .image-with-desc figure img {
  margin-bottom: 0;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .annual-report .image-with-desc figure {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .annual-report .image-with-desc {
    margin-bottom: 45px;
  }
}

.annual-report .image-with-desc .img {
  -ms-flex-preferred-size: 188px;
      flex-basis: 188px;
}

@media (max-width: 767px) {
  .annual-report .image-with-desc .img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.annual-report .image-with-desc .text {
  -ms-flex-preferred-size: calc(100% - 188px);
      flex-basis: calc(100% - 188px);
  padding-left: 30px;
}

@media (max-width: 767px) {
  .annual-report .image-with-desc .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }
}

.annual-report .annual-report-info h3 {
  margin-bottom: 25px;
}

.annual-report .annual-report-info hr:nth-of-type(1) {
  border-bottom: solid 2px rgba(3, 63, 132, 0.1);
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .annual-report .annual-report-info {
    padding-top: 10px;
  }
}

.other-contact .all-region-wrapper {
  margin-top: 30px;
}

.other-contact .all-region-wrapper label {
  margin-right: 20px;
}

.other-contact .all-region-wrapper .custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ddd;
  width: 150px;
  height: 25px;
}

.other-contact .location-list .location-list-wrapper {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.other-contact .location-list .location-list-wrapper:before {
  background: none;
}

.other-contact .location-list .location-list-wrapper .contact-detail {
  width: 100%;
}

.other-contact .location-list .location-list-wrapper .contact-detail > span {
  display: inline-block;
  margin-bottom: 15px;
}

.other-contact .location-list .location-list-wrapper .contact-detail > span:first-of-type {
  font-size: 14px;
  color: #023f85;
  font-family: "SFDisplay-Bold";
}

.other-contact .location-list .location-list-wrapper .contact-info-wrapper {
  width: 100%;
}

.other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info i {
  margin-right: 10px;
  font-size: 18px;
}

.other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info > span > img {
  width: 18px;
  margin: 2px 10px -4px -3px;
}

@media (max-width: 767px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info > span > img {
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info:first-of-type {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info:first-of-type {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info:nth-of-type(2) {
    width: 35%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info:last-of-type {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (min-width: 768px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info:last-of-type {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper .contact-info {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .other-contact .location-list .location-list-wrapper .contact-info-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.other-contact .location-list li {
  padding: 20px 15px 10px;
  border-bottom: #e4ebf3 solid 2px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  cursor: pointer;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}

.other-contact .location-list li:before {
  background: none;
}

@media (min-width: 1200px) {
  .other-contact .location-list li {
    padding: 30px 50px 20px;
  }
}

.other-contact .location-list li:hover {
  background: #ebf0f6;
}

.other-contact .location-list li.show {
  display: block;
}

.other-contact .location-list .contact-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .other-contact .location-list .contact-icon {
    margin-right: 0;
  }
}

.awards-wrapper .responsive-box-wrapper {
  padding-bottom: 10px;
}

.awards-wrapper .responsive-box-wrapper .responsive-box > span {
  position: absolute;
  right: -17px;
  top: 16px;
  color: #091E42;
  padding: 6px 10px;
  background: #f4f5f7;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  border-bottom-right-radius: .4em;
}

.awards-wrapper .responsive-box-wrapper .responsive-box > span:before {
  content: "";
  width: .2em;
  bottom: 0;
  position: absolute;
  display: block;
  border: .98em solid #f4f5f7;
  left: -1em;
  border-right-width: .75em;
  border-left-color: transparent;
  z-index: -2;
}

.awards-wrapper .responsive-box-wrapper .responsive-box > span:after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  display: block;
  border-style: solid;
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: .4em 1.25em .7em 0;
  z-index: -2;
}

.awards-wrapper .responsive-box-wrapper .responsive-box:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  box-shadow: 0 21px 25px -8px rgba(0, 48, 102, 0.32);
}

.gallery-wrapper .responsive-box-wrapper .responsive-box:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  box-shadow: 0 21px 25px -8px rgba(0, 48, 102, 0.32);
}

h4 {
  color: #091E42;
}

.green {
  color: #0b9767;
  border-color: #0b9767 transparent;
}

.red {
  color: #ae2125;
  border-color: #ae2125 transparent;
}

.stock-quotes {
  /* Conflict with Bootstrap, not needed after v7.0.1 */
}

.stock-quotes #stock-today {
  border-radius: 4px;
  border: solid 3px #ebf0f6;
  background-color: #fff;
  padding: 40px;
  margin: 20px 0px;
}

.stock-quotes #stock-today table {
  width: 100%;
  padding: 0;
  border: 0;
  border-spacing: 0;
}

.stock-quotes #stock-today table tr th {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #091e42;
}

@media (max-width: 599px) {
  .stock-quotes #stock-today table tr th {
    font-size: 10px;
  }
}

@media (max-width: 399px) {
  .stock-quotes #stock-today table tr th {
    font-size: 8px;
  }
}

.stock-quotes #stock-today table tr .grey {
  padding-top: 8px;
}

.stock-quotes #stock-today table tr td {
  vertical-align: middle;
}

.stock-quotes #stock-today table tr td#q-lastprice {
  color: #10183d;
  font-size: 32px;
  font-weight: 600;
  padding: 25px 25px 25px 0;
  vertical-align: middle;
}

.stock-quotes #stock-today table tr td#q-lastprice > span {
  background-color: rgba(2, 63, 133, 0.08);
  padding: 10px 25px;
}

@media (max-width: 599px) {
  .stock-quotes #stock-today table tr td#q-lastprice > span {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td#q-lastprice > span {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .stock-quotes #stock-today table tr td#q-lastprice {
    padding-right: 15px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .stock-quotes #stock-today table tr td#q-lastprice {
    font-size: 20px;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .stock-quotes #stock-today table tr td#q-lastprice {
    width: 21%;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td#q-lastprice {
    font-size: 15px;
    width: 19%;
  }
}

@media (max-width: 399px) {
  .stock-quotes #stock-today table tr td#q-lastprice {
    font-size: 13px;
    padding-right: 5px;
  }
}

.stock-quotes #stock-today table tr td#q-updated {
  font-size: 12px;
  color: #444;
  font-weight: bold;
}

.stock-quotes #stock-today table tr td#q-updated span {
  font-weight: normal;
}

@media (max-width: 599px) {
  .stock-quotes #stock-today table tr td#q-updated {
    font-size: 10px;
  }
}

@media (max-width: 399px) {
  .stock-quotes #stock-today table tr td#q-updated {
    font-size: 8px;
  }
}

.stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low {
  display: none;
}

.stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #10183d;
}

@media (max-width: 991px) {
  .stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
    font-size: 14px;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
    font-size: 12px;
  }
}

@media (max-width: 399px) {
  .stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
    font-size: 10px;
  }
}

@media (max-width: 329px) {
  .stock-quotes #stock-today table tr td#q-volume, .stock-quotes #stock-today table tr td#q-open, .stock-quotes #stock-today table tr td#q-high, .stock-quotes #stock-today table tr td#q-low, .stock-quotes #stock-today table tr td#q-value, .stock-quotes #stock-today table tr td#q-52weeks {
    padding-right: 8px;
  }
}

.stock-quotes #stock-today table tr td.stock-change {
  position: relative;
}

.stock-quotes #stock-today table tr td.stock-change #q-change {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .stock-quotes #stock-today table tr td.stock-change #q-change {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .stock-quotes #stock-today table tr td.stock-change #q-change {
    font-size: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td.stock-change #q-change {
    font-size: 15px;
  }
}

@media (max-width: 399px) {
  .stock-quotes #stock-today table tr td.stock-change #q-change {
    font-size: 13px;
  }
}

.stock-quotes #stock-today table tr td.stock-change #q-percenchange {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
}

@media (max-width: 767px) {
  .stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 6px 3px;
  }
}

.stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
}

@media (max-width: 767px) {
  .stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
  }
}

@media (max-width: 449px) {
  .stock-quotes #stock-today table tr td.stock-change #q-percenchange.arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
  }
}

@media (max-width: 349px) {
  .stock-quotes #stock-today table tr td.stock-change #q-percenchange {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
}

.stock-quotes #stock-today table tr.stock-line {
  border-top: solid 3px #ebf0f6;
}

.stock-quotes #stock-today table tr.stock-line th {
  vertical-align: middle;
  color: #747474;
}

.stock-quotes #stock-today table tr.stock-title-bottom th {
  padding: 15px 0;
}

.stock-quotes #stock-today table tr:last-child th:nth-of-type(3), .stock-quotes #stock-today table tr:last-child th:last-child {
  color: #747474;
}

@media (max-width: 991px) {
  .stock-quotes #stock-today {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 349px) {
  .stock-quotes #stock-today {
    overflow-x: scroll;
  }
}

@media (max-width: 991px) {
  .stock-quotes {
    max-width: 100%;
  }
}

.stock-quotes #stock-selector label {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 349px) {
  .stock-quotes #stock-selector label {
    font-size: 12px;
  }
}

.stock-quotes #highchart-container {
  max-height: 800px;
  height: 75vh;
}

.stock-quotes #highchart-container .highcharts-menu-wrapper {
  display: none;
}

.stock-quotes .highcharts-bindings-wrapper * {
  box-sizing: content-box;
}

.contact-form-wrapper {
  padding-left: 40px;
}

@media (min-width: 768px) {
  .contact-form-wrapper form .form-group.side-by-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .contact-form-wrapper form .form-group.side-by-side .form-group {
    width: 100%;
  }
  .contact-form-wrapper form .form-group.side-by-side .form-group:first-of-type {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .contact-form-wrapper {
    padding-left: 15px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .contact-form-map {
    height: 755px !important;
  }
}

.our-philosophy .our-vision div, .our-philosophy .our-mission div, .our-philosophy .core-value div {
  padding: 20px;
}

.our-philosophy .our-vision div h3, .our-philosophy .our-mission div h3, .our-philosophy .core-value div h3 {
  font-family: "SFDisplayLight";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.our-philosophy .our-vision div h3 span, .our-philosophy .our-mission div h3 span, .our-philosophy .core-value div h3 span {
  font-family: "SFDisplayRealBold";
}

.our-philosophy .our-vision div p span, .our-philosophy .our-mission div p span, .our-philosophy .core-value div p span {
  font-family: "SFDisplayMedium";
}

@media (max-width: 768px) {
  .our-philosophy .our-vision div, .our-philosophy .our-mission div, .our-philosophy .core-value div {
    padding: 10px 15px;
  }
}

.responsive-box-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .responsive-box-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.responsive-box-wrapper .responsive-box {
  height: 100%;
  border: 1px solid rgba(187, 187, 187, 0.3);
  border-radius: 4px;
  /* box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06); */
  position: relative;
  transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  cursor: pointer;
}

.responsive-box-wrapper .responsive-box:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}

.responsive-box-wrapper .responsive-box img {
  padding: 26px 20px 10px;
}

.responsive-box-wrapper .responsive-box .responsive-box-detail {
  padding: 0 20px 30px 20px;
}

.responsive-box-wrapper .responsive-box .responsive-box-detail h5 {
  font-size: 16px;
  color: #091E42;
  margin-bottom: 10px;
}

.responsive-box-wrapper .responsive-box .responsive-box-detail h5 > span {
  display: inline-block;
  padding-top: 10px;
}

.responsive-box-wrapper .responsive-box .responsive-box-detail p {
  font-size: 12px;
}

.gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-image img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-image {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-image {
    height: 250px;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-image {
    height: 280px;
  }
}

@media (min-width: 1500px) {
  .gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-image {
    height: 350px;
  }
}

.gallery-wrapper .responsive-box-wrapper .responsive-box .responsive-box-detail {
  padding-top: 10px;
}

.gallery-album-wrapper .gallery-album-title {
  margin: 0 5px 15px 5px;
}

.gallery-album-wrapper .gallery-album-title h3 {
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .gallery-album-wrapper .gallery-album-title h3 {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .gallery-album-wrapper .gallery-album-title h3 {
    margin-bottom: 30px;
  }
}

.gallery-album-wrapper .gallery-album-title a .gallery-album-download-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  min-width: 180px;
  margin-top: 15px;
}

.gallery-album-wrapper .gallery-album-title a .gallery-album-download-action > span {
  width: 23px;
  background: #023f85;
  padding: 4px 5px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 8px;
}

.gallery-album-wrapper .gallery-album-title a .gallery-album-download-action > small {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .gallery-album-wrapper .gallery-album-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 40px 0;
  }
}

.gallery-album-wrapper .gallery-list {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .gallery-album-wrapper .gallery-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gallery-album-wrapper .responsive-box-wrapper .responsive-box {
  border: none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  padding-top: 100%;
}

.gallery-album-wrapper .responsive-box-wrapper .responsive-box img {
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 360px) {
  .gallery-album-wrapper .responsive-box-wrapper {
    margin-bottom: 20px;
  }
}

.gallery-album-wrapper .img-responsive {
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-box-detail h5 {
  line-height: 1.3rem;
}

.dividend-history-header {
  background: #f4f5f7;
  padding: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
  color: #091E42;
}

.dividend-history-header h5 {
  font-size: 16px;
  margin-right: 20px;
}

@media (max-width: 399px) {
  .dividend-history-header h5 {
    font-size: 14px;
  }
}

@media (max-width: 314px) {
  .dividend-history-header h5 {
    font-size: 12px;
  }
}

.dividend-history-header span {
  font-size: 16px;
}

@media (max-width: 399px) {
  .dividend-history-header span {
    font-size: 14px;
  }
}

@media (max-width: 314px) {
  .dividend-history-header span {
    font-size: 12px;
  }
}

@media (max-width: 270px) {
  .dividend-history-header span {
    margin-top: 8px;
  }
}

.dividend-history-header > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .dividend-history-header > div:last-of-type {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.dividend-history-header > div:last-of-type > div > div:first-of-type {
  margin-bottom: 5px;
}

.dividend-history-header > div:last-of-type h5 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .dividend-history-header > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 270px) {
  .dividend-history-header > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (min-width: 768px) {
  .dividend-history-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (max-width: 399px) {
  .dividend-history-header {
    padding: 15px;
  }
}

.application-form-wrapper .form-section-wrapper {
  margin-bottom: 40px;
}

.application-form-wrapper .form-section-wrapper .form-section-photo {
  margin-right: 35px;
  width: 210px;
}

.application-form-wrapper .form-section-wrapper .form-section-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .application-form-wrapper .form-section-wrapper .form-section-photo {
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.application-form-wrapper .form-section-wrapper .form-section-structure {
  vertical-align: middle;
  width: 100%;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group .form-group-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 10px;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group .form-group-checkbox > div {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .application-form-wrapper .form-section-wrapper .form-section-structure .form-group .form-group-checkbox > div {
    margin-right: 20px;
  }
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group .form-group-checkbox label {
  font-size: 14px;
  font-weight: lighter;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group .form-check-label {
  font-size: 14px;
  font-weight: normal;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group .custom-select select {
  -moz-appearance: none !important;
  /* Firefox */
  -webkit-appearance: none !important;
  /* Safari and Chrome */
  appearance: none !important;
  border: none;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group.calendar {
  position: relative;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group.calendar > span {
  position: absolute;
  bottom: 3px;
  right: 8px;
  cursor: pointer;
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group.calendar > span img {
  width: 20px;
}

@media (max-width: 767px) {
  .application-form-wrapper .form-section-wrapper .form-section-structure .form-group.checkbox {
    margin-bottom: 0;
  }
}

.application-form-wrapper .form-section-wrapper .form-section-structure .form-group-multiple-wrapper {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .application-form-wrapper .form-section-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.application-form-wrapper .form-section-title .title-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.application-form-wrapper .form-section-title .title-label img {
  width: 30px;
  margin-right: 10px;
}

.application-form-wrapper .form-section-title .title-label h4 > span {
  color: #d70000;
}

.application-form-wrapper .form-section-title hr {
  border: solid 1px rgba(2, 63, 133, 0.41) !important;
  margin-top: 20px;
  margin-bottom: 30px;
}

.application-form-wrapper .form-check {
  padding-left: 0;
  width: 100%;
}

.application-form-wrapper .form-check:first-of-type, .application-form-wrapper .form-check:nth-of-type(2) {
  margin-right: 50px;
}

.application-form-wrapper .form-check-custom {
  margin-right: 50px;
}

.application-form-wrapper .form-check-custom input.form-control {
  width: 85%;
}

.application-form-wrapper .side-by-side {
  width: 100%;
}

@media (min-width: 768px) {
  .application-form-wrapper .side-by-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .application-form-wrapper .side-by-side > div {
    width: 100%;
  }
  .application-form-wrapper .side-by-side .form-group:first-of-type, .application-form-wrapper .side-by-side .form-group:nth-of-type(2) {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .application-form-wrapper .side-by-side .form-group:first-of-type, .application-form-wrapper .side-by-side .form-group:nth-of-type(2) {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .application-form-wrapper .side-by-side .form-group.single {
    width: 45%;
    margin-right: 0 !important;
  }
  .application-form-wrapper .side-by-side .form-group.single textarea {
    height: 138px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .application-form-wrapper .side-by-side .form-group.single {
    width: 43%;
  }
}

@media (min-width: 768px) {
  .application-form-wrapper .side-by-side:last-of-type {
    margin-bottom: 0;
  }
}

.application-form-wrapper .confirmation label {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.69 !important;
  letter-spacing: 0.2px !important;
}

.application-form-wrapper #personal-info .form-section-structure .side-by-side:last-of-type .form-group {
  margin-bottom: 0;
}

.btn-apply-application, .btn-clear-application {
  padding: 7px 30px !important;
  width: 160px !important;
}

.btn-add-more {
  padding: 10px 0;
  border-radius: 5px;
  background-color: rgba(2, 63, 133, 0.1);
  color: #008abf;
  width: 140px;
  left: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 16px;
}

.btn-add-more i {
  margin-right: 5px;
  font-size: 18px;
}

.btn-add-more:hover {
  color: #fff;
  background-color: #023f85;
  border: solid 1px;
  cursor: pointer;
}

.btn-upload {
  padding: 10px 15px;
  color: #fff;
  background-color: #008abf;
  border: solid 1px;
  cursor: pointer;
}

.btn-upload label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-weight: normal;
  padding-bottom: 0;
}

.btn-upload label img {
  margin-right: 6px;
  width: 27px;
}

.btn-upload #uploadCV {
  display: none;
}

.btn-upload:hover {
  color: #fff;
  background-color: #008abf;
  border: solid 1px;
  cursor: pointer;
}

@media (min-width: 401px) {
  .btn-upload {
    margin-left: 30px;
  }
}

@media (max-width: 400px) {
  .btn-upload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 135px;
    margin-left: 0;
  }
}

.btn-apply-application {
  color: #fff;
  background-color: #008abf;
  border: solid 1px #008abf;
  cursor: pointer;
}

.btn-apply-application:hover {
  color: #fff;
  background-color: #008abf;
  border: solid 1px #008abf;
  cursor: pointer;
}

.btn-clear-application {
  color: #008abf;
  border: solid 1px #008abf;
  cursor: pointer;
}

.btn-clear-application:hover {
  color: #fff;
  background-color: #444;
  border: solid 1px #444;
  cursor: pointer;
}

.btn-primary.btn-submit {
  padding: 10px 30px;
}

.btn-primary.btn-submit:before {
  content: none !important;
}

.btn-action-application {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 400px) {
  .btn-action-application button {
    width: 80% !important;
  }
  .btn-action-application button:first-of-type {
    margin-bottom: 15px;
  }
}

@media (min-width: 401px) {
  .btn-action-application {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .btn-action-application button:first-of-type {
    margin-right: 30px;
  }
}

.meeting-shareholder hr {
  border: solid 1px rgba(3, 63, 132, 0.1) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.meeting-shareholder .custom-tag-p {
  color: #023f85;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.meeting-shareholder .meeting-shareholder-info-detail {
  width: 100%;
  margin-top: 20px;
}

.meeting-shareholder .meeting-shareholder-info-detail li {
  width: 100%;
  padding: 8px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: left;
      align-items: left;
}

.meeting-shareholder .meeting-shareholder-info-detail li:nth-child(odd) {
  background: #f4f5f7;
}

.meeting-shareholder .meeting-shareholder-info-detail li:nth-child(even) {
  background: #fff;
}

.meeting-shareholder .meeting-shareholder-info-detail li span {
  letter-spacing: 0.12px;
  font-size: 14px;
}

.meeting-shareholder .meeting-shareholder-info-detail li span:first-of-type {
  width: 10%;
  color: #091E42;
}

@media (max-width: 991px) {
  .meeting-shareholder .meeting-shareholder-info-detail li span:first-of-type {
    width: 30%;
  }
}

@media (max-width: 500px) {
  .meeting-shareholder .meeting-shareholder-info-detail li span:first-of-type {
    width: 40%;
  }
}

@media (max-width: 349px) {
  .meeting-shareholder .meeting-shareholder-info-detail li span:first-of-type {
    font-weight: 600;
  }
}

.meeting-shareholder .meeting-shareholder-info-detail li span:last-of-type {
  width: 100%;
}

@media (max-width: 349px) {
  .meeting-shareholder .meeting-shareholder-info-detail li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-align: left;
        align-items: left;
  }
}

.meeting-shareholder .table-striped {
  margin-bottom: 0;
}

.meeting-shareholder .table-striped tr td {
  vertical-align: center !important;
  padding: 12px 15px;
}

.meeting-shareholder .table-striped tr td:first-of-type {
  width: 5%;
  color: #10183d;
  font-weight: 600;
}

@media (max-width: 991px) {
  .meeting-shareholder .table-striped tr td:first-of-type {
    width: 10%;
  }
}

.meeting-shareholder .table-striped tr td:last-of-type {
  width: 10%;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .meeting-shareholder .table-striped tr td:last-of-type {
    width: 20%;
  }
}

.meeting-shareholder .table-striped tr td img {
  width: 18px;
  margin-bottom: -3px;
  border: none;
}

@media (max-width: 600px) {
  .meeting-shareholder .table-striped tr td {
    padding: 12px 8px;
  }
}

@media (max-width: 767px) {
  .corporate-governance .intro .col-xs-12:first-child {
    margin-bottom: 20px;
  }
}

.corporate-governance .firsthr {
  border-bottom: solid 2px rgba(3, 63, 132, 0.1);
  margin-top: 30px;
  margin-bottom: 0;
}

.corporate-governance .content .portion .heading {
  color: #091E42;
  font-size: 16px;
  padding: 25px 10px;
  margin-bottom: 0;
}

.corporate-governance .content .portion .reports {
  padding: 0 30px 25px;
}

.corporate-governance .content .portion .reports .row .col-md-2 p {
  color: #091E42;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.corporate-governance .content .portion .reports .row .col-md-2 p:first-child {
  border-right: 2px solid rgba(3, 63, 132, 0.1);
  padding: 15px 0;
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports .row .col-md-2 p:first-child {
    border-right: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports .row .col-md-2 {
    border-bottom: 2px solid rgba(3, 63, 132, 0.1);
  }
}

.corporate-governance .content .portion .reports .row .col-md-5 p {
  margin-bottom: 0;
  padding: 15px 0;
}

.corporate-governance .content .portion .reports .row .col-md-5 p a {
  color: #444;
  font-size: 16px;
}

.corporate-governance .content .portion .reports .row .col-md-5 p:before {
  content: url("../img/photos/corporate-governance/arrow.png");
  padding-right: 10px;
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports .row .col-md-5 p {
    padding: 0;
  }
}

.corporate-governance .content .portion .reports .row .col-xs-12 {
  padding: 20px 15px;
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports .row .col-xs-12 {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports .row:nth-of-type(odd) {
    background: #f4f5f7;
    border-top: 2px solid rgba(3, 63, 132, 0.1);
    border-bottom: 2px solid rgba(3, 63, 132, 0.1);
  }
}

@media (max-width: 767px) {
  .corporate-governance .content .portion .reports hr {
    display: none;
  }
}

.corporate-governance .content .portion img {
  width: auto;
  float: right;
}

.corporate-governance .content .portion:last-child .heading {
  padding: 25px 10px 10px;
}

.corporate-governance .content .portion .panel-group {
  padding: 0 30px;
  margin-bottom: 15px;
}

.corporate-governance .content .portion .panel-group .panel-title {
  padding: 20px 30px;
}

.corporate-governance .content .portion .panel-group .collapse-content {
  padding: 0 50px 20px;
}

.corporate-governance .content hr {
  border-bottom: solid 2px rgba(3, 63, 132, 0.1);
  margin: 0;
}

.ir-calendar {
  padding-bottom: 40px;
}

.ir-calendar hr {
  border: solid 1px rgba(3, 63, 132, 0.1) !important;
  margin-top: 0;
  margin-bottom: 0;
}

.ir-calendar .custom-tag-p {
  color: #023f85;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.ir-calendar .ir-calendar-info > div {
  line-height: 1.5;
  width: 100%;
  padding: 12px 22px;
  border-bottom: 2px solid rgba(3, 63, 132, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.ir-calendar .ir-calendar-info > div > div {
  border-bottom: none;
}

.ir-calendar .ir-calendar-info > div > div:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-right: 2px solid rgba(3, 63, 132, 0.1);
  height: 75px;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
}

.ir-calendar .ir-calendar-info > div > div:first-of-type span {
  line-height: 1.6;
}

.ir-calendar .ir-calendar-info > div > div:first-of-type span:first-of-type {
  font-size: 24px;
  color: #091E42;
  font-weight: normal;
}

@media (max-width: 600px) {
  .ir-calendar .ir-calendar-info > div > div:first-of-type span:first-of-type {
    font-size: 20px;
  }
}

.ir-calendar .ir-calendar-info > div > div:first-of-type span:last-of-type {
  color: #444;
  font-weight: normal;
}

@media (max-width: 991px) {
  .ir-calendar .ir-calendar-info > div > div:first-of-type {
    padding-left: 10px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .ir-calendar .ir-calendar-info > div > div:first-of-type {
    border-right: none;
    padding-left: 0;
    border-bottom: 0;
  }
}

.ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
  border-right: 2px solid rgba(3, 63, 132, 0.1);
  margin-left: 20px;
}

@media (min-width: 1500px) {
  .ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
    width: 43%;
  }
}

@media (max-width: 1499px) {
  .ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
    width: 46%;
  }
}

@media (max-width: 1199px) {
  .ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .ir-calendar .ir-calendar-info > div > div:nth-of-type(2) {
    margin: 15px 0;
    width: 100%;
    font-weight: 600;
  }
}

.ir-calendar .ir-calendar-info > div > div:last-of-type {
  padding-left: 20px;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; */
  text-align: left !important;
}

@media (min-width: 1500px) {
  .ir-calendar .ir-calendar-info > div > div:last-of-type {
    width: 40%;
  }
}

@media (max-width: 1499px) {
  .ir-calendar .ir-calendar-info > div > div:last-of-type {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .ir-calendar .ir-calendar-info > div > div:last-of-type {
    width: 100%;
    padding-left: 0px;
  }
}

.ir-calendar .ir-calendar-info > div > div:last-of-type a {
  text-decoration: underline;
}

.ir-calendar .ir-calendar-info > div > div:last-of-type p {
  font-size: 14px;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; */
}

.ir-calendar .ir-calendar-info > div > div:last-of-type p span {
  margin-right: 10px;
}

.ir-calendar .ir-calendar-info > div > div:last-of-type p span:first-of-type {
  width: 25%;
}

@media (max-width: 299px) {
  .ir-calendar .ir-calendar-info > div > div:last-of-type p span:first-of-type {
    width: 30%;
  }
}

.ir-calendar .ir-calendar-info > div > div:last-of-type p span:last-of-type {
  width: 100%;
}

.ir-calendar .ir-calendar-info > div > div:last-of-type > div span {
  width: 25%;
}

@media (max-width: 299px) {
  .ir-calendar .ir-calendar-info > div > div:last-of-type > div span {
    width: 30%;
  }
}

.ir-calendar .ir-calendar-info > div > div:last-of-type > div a {
  width: 100%;
  color: #008abf;
}

@media (max-width: 991px) {
  .ir-calendar .ir-calendar-info > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .ir-calendar .ir-calendar-info > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ir-calendar .ir-calendar-info > div:nth-of-type(odd) {
    background: #f4f5f7;
  }
  .ir-calendar .ir-calendar-info > div:nth-of-type(even) {
    background: #fff;
  }
}

.shareholders-information table tr th, .shareholders-information table .dividend-total th {
  text-align: right;
}

.shareholders-information table tr th:first-child, .shareholders-information table tr th:nth-child(2), .shareholders-information table tr th:nth-child(3), .shareholders-information table .dividend-total th:first-child, .shareholders-information table .dividend-total th:nth-child(2), .shareholders-information table .dividend-total th:nth-child(3) {
  text-align: left;
}

@media (max-width: 767px) {
  .shareholders-information table tr th:nth-child(4), .shareholders-information table tr th:nth-child(5), .shareholders-information table .dividend-total th:nth-child(4), .shareholders-information table .dividend-total th:nth-child(5) {
    display: table-cell;
  }
}

.shareholders-information table tr td, .shareholders-information table .dividend-total td {
  text-align: right;
}

.shareholders-information table tr td:first-child, .shareholders-information table tr td:nth-child(2), .shareholders-information table tr td:nth-child(3), .shareholders-information table .dividend-total td:first-child, .shareholders-information table .dividend-total td:nth-child(2), .shareholders-information table .dividend-total td:nth-child(3) {
  text-align: left;
}

@media (max-width: 767px) {
  .shareholders-information table tr td:nth-child(4), .shareholders-information table tr td:nth-child(5), .shareholders-information table .dividend-total td:nth-child(4), .shareholders-information table .dividend-total td:nth-child(5) {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .shareholders-information table {
    width: auto;
  }
}

.shareholders-information #highchart-container {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shareholders-information #highchart-container .highcharts-legend {
    display: none;
  }
}

.help-center .help-center-wrapper {
  width: 100%;
}

.help-center .left-side-menu {
  padding-left: 0;
  padding-right: 0;
  /* margin-top: -48px; */
  border-right: 3px solid #d9e3ed;
  position: relative;
}

@media (max-width: 991px) {
  .help-center .left-side-menu {
    border-right: none;
    border-bottom: 0;
    padding-top: 20px;
    position: static;
  }
}

@media (max-width: 991px) {
  .help-center .left-side-menu.showing {
    border-bottom: 3px solid #d9e3ed;
  }
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child {
  padding: 0 0 20px 0;
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child.active {
  background-color: #ecf0f6;
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child.active > .panel-title > a {
  color: #091E42 !important;
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child.active > .panel-title > a .hsc-icons {
  background-color: #023f85 !important;
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child.active > .panel-title > a .hsc-icons:before {
  color: #fff !important;
}

@media (max-width: 767px) {
  .help-center .left-side-menu .panel-group .content-accordion .content-accordion-child:last-of-type {
    padding-bottom: 0;
  }
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title {
  padding-top: 20px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title {
    padding-left: calc(((100vw - 960px) / 2) + 15px);
  }
}

@media (min-width: 1200px) {
  .help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title {
    padding-left: calc(((100vw - 1140px) / 2) + 15px);
  }
}

@media (min-width: 1500px) {
  .help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title {
    padding-left: calc(((100vw - 1470px) / 2) + 15px);
  }
}

.help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title a .left-menu-icon {
  width: 80px;
  margin-right: 25px;
  margin-bottom: 0;
  border: none;
}

@media (max-width: 767px) {
  .help-center .left-side-menu .panel-group .content-accordion .content-accordion-child .panel-title {
    padding-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .help-center .left-side-menu .panel-group .content-accordion {
    padding-top: 15px;
  }
}

.help-center .left-side-menu .panel-group .collapse-content {
  padding: 0;
}

.help-center .left-side-menu .panel-group .collapse-content ul li {
  border-bottom: solid 2px #d9e3ed;
  padding: 15px;
  padding-left: 65px;
}

@media (min-width: 992px) {
  .help-center .left-side-menu .panel-group .collapse-content ul li {
    margin-left: calc(((100vw - 960px) / 2) + 15px);
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .help-center .left-side-menu .panel-group .collapse-content ul li {
    margin-left: calc(((100vw - 1140px) / 2) + 15px);
  }
}

@media (min-width: 1500px) {
  .help-center .left-side-menu .panel-group .collapse-content ul li {
    margin-left: calc(((100vw - 1470px) / 2) + 15px);
  }
}

.help-center .left-side-menu .panel-group .collapse-content ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  color: #444;
}

.help-center .left-side-menu .panel-group .collapse-content ul li a.active {
  color: #023f85 !important;
}

.help-center .left-side-menu .panel-group .collapse-content ul li a i {
  margin-right: 8px;
}

.help-center .left-side-menu .panel-group .collapse-content ul li:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .help-center .right-side-content {
    padding-right: calc(((100vw - 960px) / 2) + 15px);
  }
}

@media (min-width: 1200px) {
  .help-center .right-side-content {
    padding-right: calc(((100vw - 1140px) / 2) + 15px);
  }
}

@media (min-width: 1500px) {
  .help-center .right-side-content {
    padding-right: calc(((100vw - 1470px) / 2) + 15px);
  }
}

@media (min-width: 992px) {
  .help-center .right-side-content {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .help-center .right-side-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .help-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.help-center .right-side-content {
  padding-top: 20px;
}

.help-center .help-center-collapse-btn {
  display: none;
}

@media (max-width: 991px) {
  .help-center .help-center-collapse-btn {
    display: block;
    font-size: 30px;
    text-align: right;
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .help-center #menuAccordion {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .help-center #menuAccordion.showing {
    padding-top: 10px;
    margin-bottom: 30px;
    max-height: 800px;
  }
}

.help-center .help-center-info li {
  list-style: disc outside;
  margin-left: 20px;
  margin-bottom: 15px;
  text-align: justify;
}

.help-center .help-center-info li ul li {
  list-style: circle;
  margin-left: 40px;
}

#menuAccordion .panel-title {
  padding-bottom: 0;
}

#menuAccordion .panel-title a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background: none;
  color: #444;
  font-family: "SFDisplay";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 0.21px;
  padding: 0;
  margin-top: 0;
  position: relative;
  word-break: break-all;
}

#menuAccordion .panel-title a:before {
  background: none;
  box-shadow: none;
  border-radius: 0;
  content: '';
}

#menuAccordion .panel-title a:after {
  content: '';
}

#menuAccordion .panel-title a:hover, #menuAccordion .panel-title a.active {
  color: #091E42;
}

#menuAccordion .panel-title a .hsc-icons-wrapper {
  width: 40px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  #menuAccordion .panel-title a .hsc-icons-wrapper {
    width: 40px;
  }
}

#menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(75, 75, 75, 0.08);
  border-radius: 50%;
}

#menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons:before {
  font-size: 20px;
}

@media (max-width: 1279px) {
  #menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons {
    width: 60px;
    height: 60px;
  }
  #menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons:before {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  #menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons {
    width: 40px;
    height: 40px;
  }
  #menuAccordion .panel-title a .hsc-icons-wrapper .hsc-icons:before {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  #menuAccordion .panel-title a {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  #menuAccordion .panel-title a {
    font-size: 16px;
  }
}

.hsc-icons.change-color:before {
  color: #fff;
}

.our-history .corporate-milestone-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.our-history .corporate-milestone-description .corporate-milestone-description-img {
  width: 50%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .our-history .corporate-milestone-description .corporate-milestone-description-img {
    width: 100%;
  }
}

.our-history .corporate-milestone-description .corporate-milestone-description-detail {
  width: 50%;
}

.our-history .corporate-milestone-description .corporate-milestone-description-detail h3 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .our-history .corporate-milestone-description .corporate-milestone-description-detail {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .our-history .corporate-milestone-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.our-history hr:first-of-type {
  border-width: 4px;
  border-color: rgba(2, 63, 133, 0.08);
  margin: 40px 0;
}

.our-history h2 {
  font-family: "SFDisplayRealBold";
  color: #4c73a3;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.our-history h2:last-child {
  color: #a0a0a0;
  margin-top: 10px;
  margin-bottom: 0;
}

.our-history .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.our-history .timeline:after {
  position: absolute;
  width: 12px;
  background-color: rgba(2, 63, 133, 0.28);
  top: 0;
  bottom: 0;
  left: 49.5%;
  z-index: -1;
}

.our-history .timeline h2 {
  color: #a0a0a0;
  padding: 10px;
  background-color: #fff;
  font-size: 28px;
}

.our-history .timeline h2:first-of-type {
  color: #4173a7;
}

.our-history .timeline h2.hide {
  display: none;
}

.our-history .container-timeline {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
  min-height: 150px;
}

.our-history .container-timeline .timeline-year:before {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 18px;
  left: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.our-history .container-timeline.right:nth-of-type(1) span.timeline-year {
  border: solid 6px #1e4884;
  right: -10px;
}

.our-history .container-timeline.right:nth-of-type(3) span.timeline-year {
  border: solid 6px #d5413d;
  right: -10px;
}

.our-history .container-timeline.right:nth-of-type(5) span.timeline-year {
  border: solid 6px #f9d749;
  right: -10px;
}

.our-history .container-timeline.left:nth-of-type(2) span.timeline-year {
  border: solid 6px #522315;
}

@media (min-width: 992px) {
  .our-history .container-timeline.left:nth-of-type(2) span.timeline-year {
    left: -10px;
  }
}

@media (max-width: 991.98px) {
  .our-history .container-timeline.left:nth-of-type(2) span.timeline-year {
    right: -10px;
  }
}

@media (max-width: 991.98px) {
  .our-history .container-timeline.left:nth-of-type(2) span.timeline-year:before {
    left: -26px;
    right: auto;
    transform: rotate(180deg);
  }
}

.our-history .container-timeline.left:nth-of-type(4) span.timeline-year {
  border: solid 6px #ff9900;
}

@media (min-width: 992px) {
  .our-history .container-timeline.left:nth-of-type(4) span.timeline-year {
    left: -10px;
  }
}

@media (max-width: 991.98px) {
  .our-history .container-timeline.left:nth-of-type(4) span.timeline-year {
    right: -10px;
  }
}

.our-history .container-timeline::after {
  content: '+';
  font-family: "SFDisplay-Bold";
  color: #023f85;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -18px;
  background-color: #fff;
  border: solid 5px rgba(2, 63, 133, 0.29);
  top: 8px;
  border-radius: 50%;
  z-index: 1;
}

.our-history .collapse-content {
  padding-bottom: 50px;
  margin-top: -35px;
  display: none;
}

.our-history .collapse-content.show {
  display: block;
}

.our-history .collapse-content.show + h2 {
  display: none;
}

.our-history .collapse-content.show + h2 + .panel-title {
  height: 155px;
}

.our-history .collapse-content.show + h2 + .panel-title a {
  top: 0;
}

.our-history .collapse-content.show + h2 + .panel-title:before {
  display: none;
}

.our-history .collapse-content.show + h2 + .panel-title:after {
  bottom: auto;
  top: 50px;
}

.our-history .collapse-content .container-timeline {
  min-height: 150px;
  top: 60px;
}

.our-history .collapse-content .container-timeline::after {
  content: '';
  font-family: "SFDisplay";
  color: #023f85;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -18px;
  background-color: #fff;
  border: solid 4px rgba(2, 63, 133, 0.29);
  top: -20px;
  border-radius: 50%;
  z-index: 1;
}

.our-history .collapse-content .container-timeline .line {
  width: 12px;
  height: calc(100% - 50px);
  background: #32557f;
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 11px);
  background-position: 0 5px;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.our-history .collapse-content .container-timeline .line:after {
  content: '';
  position: absolute;
  left: 0; top: 0; width: 0; height: 0;
  border-top: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.our-history .collapse-content .container-timeline .line:before {
  content: '';
  position: absolute;
  right: 0; bottom: 0; width: 0; height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid white;
  border-right: 6px solid white;
}

@media (max-width: 991.98px) {
  .our-history .collapse-content .container-timeline .line {
    left: 2px;
  }
}

.our-history .collapse-content .container-timeline:nth-of-type(1) {
  border-top: solid 3px #1E4884;
}

.our-history .collapse-content .container-timeline:nth-of-type(1):after {
  border: solid 5px #1E4884;
}

.our-history .collapse-content .container-timeline:nth-of-type(1) .line {
  background: #1E4884;
}

.our-history .collapse-content .container-timeline:nth-of-type(2) {
  border-top: solid 3px #522315;
}

.our-history .collapse-content .container-timeline:nth-of-type(2):after {
  border: solid 5px #522315;
}

.our-history .collapse-content .container-timeline:nth-of-type(2) .line {
  background: #522315;
  left: auto;
  right: -7px;
}

@media (max-width: 991.98px) {
  .our-history .collapse-content .container-timeline:nth-of-type(2) .line {
    right: auto;
    left: 2px;
  }
}

.our-history .collapse-content .container-timeline:nth-of-type(3) {
  border-top: solid 3px #d5413d;
}

.our-history .collapse-content .container-timeline:nth-of-type(3):after {
  border: solid 5px #d5413d;
}

.our-history .collapse-content .container-timeline:nth-of-type(3) .line {
  background: #d5413d;
}

.our-history .collapse-content .container-timeline:nth-of-type(4) {
  border-top: solid 3px #ff9900;
}

.our-history .collapse-content .container-timeline:nth-of-type(4):after {
  border: solid 5px #ff9900;
}

.our-history .collapse-content .container-timeline:nth-of-type(4) .line {
  background: #ff9900;
  left: auto;
  right: -7px;
}

@media (max-width: 991.98px) {
  .our-history .collapse-content .container-timeline:nth-of-type(4) .line {
    right: auto;
    left: 2px;
  }
}

.our-history .collapse-content .container-timeline:nth-of-type(5) {
  border-top: solid 3px #f9d749;
}

.our-history .collapse-content .container-timeline:nth-of-type(5):after {
  border: solid 5px #f9d749;
}

.our-history .collapse-content .container-timeline:nth-of-type(5) .line {
  background: #f9d749;
}

.our-history .collapse-content .container-timeline:last-child {
  min-height: 100px;
}

.our-history .collapse-content .left {
  left: 0;
}

.our-history .collapse-content .left .content {
  margin-left: 60px;
}

.our-history .collapse-content .right {
  left: 50%;
}

.our-history .collapse-content .right .content {
  margin-right: 60px;
}

.our-history .left {
  left: 0;
}

.our-history .left:before {
  font-family: "SFDisplayRealBold";
  font-size: 24px;
  line-height: 40px;
  color: #5e5e5e;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  width: 90px;
  height: 90px;
  left: -60px;
  background-color: #fff;
  top: -45px;
  border-radius: 50%;
  z-index: 1;
}

.our-history .right {
  left: 50%;
}

.our-history .right:before {
  font-family: "SFDisplayRealBold";
  font-size: 24px;
  line-height: 40px;
  color: #5e5e5e;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  width: 90px;
  height: 90px;
  right: -60px;
  background-color: #fff;
  top: -45px;
  border-radius: 50%;
  z-index: 1;
}

.our-history .right::after {
  left: -17px;
}

.our-history .content {
  padding: 10px 30px;
  position: relative;
}

.our-history .content span {
  font-family: "SFDisplay-Bold";
  color: #023f85;
}

.our-history .panel-title {
  padding: 0;
  position: relative;
  height: 270px;
}

.our-history .panel-title:before, .our-history .panel-title:after {
  content: '';
  background: url(../img/our-history/light-blue-line1.png) no-repeat;
  background-size: auto 100%;
  width: 12px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .our-history .panel-title:before, .our-history .panel-title:after {
    margin: 0;
    left: 30px;
  }
}

.our-history .panel-title:after {
  bottom: 0;
  top: auto;
}

.our-history .panel-title.active {
  height: 0;
}

.our-history .panel-title.active:after {
  display: none;
}

.our-history .panel-title.active:before {
  display: none;
}

.our-history .panel-title.active a {
  display: none;
}

.our-history .panel-title.active a .container-timeline::after {
  content: '';
}

.our-history .panel-title a {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 58px 0 0;
}

.our-history .panel-title a:before {
  content: '';
  box-shadow: none;
}

.our-history .panel-title a:after {
  content: '';
}

.our-history .panel-title a .container-timeline {
  min-height: 50px;
}

.our-history .panel-title a .container-timeline::after {
  content: '+';
  font-family: "SFDisplay";
  color: #023f85;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  right: -47px;
}

@media screen and (max-width: 991.98px) {
  .our-history h2 {
    text-align: left;
    padding: 0 10px;
  }
  .our-history .timeline::after {
    left: 30px;
  }
  .our-history .container-timeline {
    width: 100%;
  }
  .our-history .container-timeline::before {
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .our-history .left::after {
    left: 17px;
  }
  .our-history .right {
    left: 0%;
  }
  .our-history .right::after {
    left: -17px;
  }
  .our-history .collapse-content .left {
    left: 13px;
  }
  .our-history .collapse-content .left .content {
    margin-left: 0;
    margin-right: 60px;
  }
  .our-history .collapse-content .left:before {
    right: -5px;
    left: auto;
  }
  .our-history .collapse-content .left:after {
    left: -10.5px;
  }
  .our-history .collapse-content .right {
    left: 13px;
  }
  .our-history .collapse-content .right:after {
    left: -10.5px;
  }
}

@media screen and (max-width: 414px) {
  .our-history .left:after {
    left: 17.5px;
  }
  .our-history .collapse-content .left:after {
    left: -8px;
  }
  .our-history .content {
    padding: 10px;
  }
}

.search {
  background-color: #F5F5F5;
}

.search .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.search .container h3 {
  margin-bottom: 10px;
}

.search .container .search-form .form-control {
  border-radius: 5px 0 0 5px;
  border: solid 1px #d0d0d0;
}

.search .container .search-form .input-group-btn {
  background-color: #023f85;
  border-radius: 0 5px 5px 0;
}

.search .container .search-form .input-group-btn .material-icons {
  font-size: 21px;
  padding-right: 3px;
  vertical-align: middle;
}

.search .container .search-form .input-group-btn button {
  color: #FFF;
  padding: .375rem 20px;
}

/*CSS HSC*/
.title-category {
  font-size: 32px;
  font-family: "SFDisplay-Bold";
  color: #023F85;
}

/*fomat default table HSC*/
.table-hsc thead tr th {
  background: #4472c4 !important;
  color: white;
  border: 1px solid #dedede !important;
  text-align: inherit;
}
.table-hsc thead tr th p {
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}
.table-hsc tbody tr td {
  text-align: inherit;
  color: #444 !important;
  border-left: 1px solid #dedede !important;
  border-right: 1px solid #dedede !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.table-hsc tbody tr td p {
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.read-more a {
  font-family: "SFDisplay-Bold";
  background: #F7F8F9;
  color: #023f85;
  display: inline-block;
  /* padding: 10px 20px; */
  border-radius: 3px;
  transition: all 0.5s;
}
.read-more a:hover {
  background: #023f85;
  color: #fff;
}

/* template information disclosure */
.list-of-disclosure .each-disclosure {
  padding: 16px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 10px;
}
.list-of-disclosure .each-disclosure .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .list-of-disclosure .each-disclosure .read-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.list-of-disclosure .date {
  font-size: 14px;
  line-height: 20px;
}
.list-of-disclosure .title-each-disclosure {
  color: #023F85;
  font-family: "SFDisplay-Bold";
  font-size: 18px;
  min-height: 60px;
  margin-bottom: 0px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .list-of-disclosure .title-each-disclosure {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* template financial statements */
.list-of-statements .each-statements {
  padding: 10px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 10px;
}
.list-of-statements .each-statements .year-statement {
  background: #F5FAFF;
  color: #023F85;
  font-size: 16px;
  font-family: "SFDisplay-Bold";

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.list-of-statements .each-statements .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .list-of-statements .each-statements .read-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.list-of-statements .date {
  font-size: 14px;
  line-height: 20px;
}
.list-of-statements .title-each-statements {
  color: #023F85;
  font-family: "SFDisplay-Bold";
  font-size: 18px;
  min-height: 60px;
  margin-bottom: 0px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .list-of-statements .title-each-statements {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.hsc-numbers-format .content {
  background: #F1F1F1;
  padding: 15px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hsc-numbers-format .content p {
  margin-bottom: 0;
  line-height: 1.5;
}

.key-financials-format .content {
  background: #F1F1F1;
  padding: 15px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.key-financials-format .content p {
  margin-bottom: 0;
  line-height: 1.5;
}

.hsc-our-service .content img {
  width: 56px;
  margin-top: 10px;
  margin-left: 10px;
}

.hsc-our-service .content p {
  margin-bottom: 0;
  line-height: 1.5 !important;
}

.history-price .form-group.calendar {
  position: relative;
}

.history-price .form-group.calendar > span {
  position: absolute;
  bottom: 6px;
  right: 20px;
  cursor: pointer;
}

.history-price .form-group.calendar > span img {
  width: 20px;
  border: none;
  margin-bottom: 0px;
}

.history-price .table-history-price {
  overflow-x: auto;
}

.table-auction {
  overflow-x: auto;
}

.table-auction .table-hsc tr td {
  vertical-align: middle;
}

.table-auction-detail .table-hsc {
  min-width: inherit !important;
}

.history-price .filter-history {
  display: flex;
  align-items: center;
}

.btn-primary-hsc {
  background: #023F85;
  border-radius: 4px;
  color: white;
  font-size: 16px;
}
.btn-primary-hsc:hover {
  color: white;
}

@media screen and (max-width: 575.98px) {
  .table-auction {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}

.btn-detail-auction {
  font-size: 14px;
  color: #0075FF;
  text-decoration: underline;
  background: none;
  border: none;
}

.help-center {
  margin-top: -1rem;
}

.navbar.fixed-top {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: fixed;
  top: 0;
  background: rgba(9, 30, 66, 0.8);
  overflow: inherit;
}
.navbar.fixed-top.hidden {
  display: none;
}
.navbar.fixed-top .mega-menu li span, .navbar.fixed-top .mega-menu li a, .navbar.fixed-top .mega-menu li i{
  color: white !important;
}
@media screen and (min-width: 992px) {
  .navbar.fixed-top .subnav {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar.fixed-top {
    display: none;
  }
  .site-header {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  main {
    margin-top: 116px;
  }
}
@media screen and (max-width: 768.98px) {
  main {
    margin-top: 117px;
  }
}
@media screen and (max-width: 568.98px) {
  main {
    margin-top: 157px;
  }
}