@charset "UTF-8";
.text-center {
  text-align: center;
}

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

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.p10-15 {
  padding: 10px 15px !important;
}

.pb100 {
  padding-bottom: 100px;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.lh16 {
  line-height: 1.6rem !important;
}

.lh20 {
  line-height: 2rem !important;
}

.lh27 {
  line-height: 2.7rem !important;
}

.bg-silver {
  background: rgba(240, 240, 240, 0.74);
}

.bg-blue {
  background: #0e3075;
}

.bg-transparent {
  background: transparent !important;
}

.silver-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 243, 243, 0)),
    color-stop(87.39%, #ececec)
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  ) !important;
  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  ) !important;
  background: -o-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  ) !important;
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  ) !important;
}

.c-white {
  color: #fff;
}

.c-primary {
  color: #0e3075 !important;
}

.h50 {
  height: 50px !important;
}

.no-decoration:hover,
.no-decoration:active,
.no-decoration:focus {
  text-decoration: none !important;
}

.covid-bar {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 243, 243, 0)),
    color-stop(87.39%, #ececec)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -o-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  padding: 15px 0;
}

.covid-bar .bar-head .bar-title {
  margin-left: 10px;
  display: block;
  max-width: 50%;
  line-height: 15px;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

.covid-bar .bar-body {
  padding-top: 10px;
}

.covid-bar .bar-body .col-4 {
  border-right: 1px solid #ccc;
}

.covid-bar .bar-body .col-4:nth-child(2),
.covid-bar .bar-body .col-4:nth-child(3) {
  padding-left: 5px;
}

.covid-bar .bar-body .col-4:last-child {
  border-right: 0px;
}

.covid-bar .bar-body .body-top {
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.56);
  padding-bottom: 5px;
}

.covid-bar .bar-body .body-bottom span {
  font-weight: 500;
  font-size: 22px;
  color: #133ca4;
}

.covid-bar .bar-body .body-bottom small {
  font-size: 12px;
  line-height: 15px;
  color: #133ca4;
  font-weight: 500;
}

.post .md-title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.post a {
  display: block;
}

.post:hover h4,
.post:hover h5,
.post:active h4,
.post:active h5 {
  color: #39569e;
}

.date-box {
  position: absolute;
  bottom: 0px;
  left: 15px;
  padding: 8px 12px;
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.date-box img {
  position: relative !important;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 12px !important;
}

.post-body {
  padding: 15px;
}

.publish-date {
  font-size: 12px;
  line-height: 12px;
  color: #8f8f8f;
}

.publish-date img {
  margin-right: 5px;
}

.post-thumbnail {
  max-width: 100%;
  padding-bottom: 62.5%;
  position: relative;
}

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

.small-post {
  width: 100%;
}

.small-post a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.small-post a.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.small-post a.row-reverse .sp-body {
  padding-left: 0;
  padding-right: 10px;
}

.small-post a .sp-thumbnail {
  width: 30%;
  background: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 22%;
}

.small-post a .sp-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.small-post a .sp-body {
  width: 70%;
  padding-left: 10px;
  padding-top: 4px;
}

.small-post a .publish-date {
  margin-bottom: 8px;
}

.sm-title {
  font-size: 13px;
  line-height: 16px;
  color: #000;
}

.post-card {
  width: 225px !important;
  margin-right: 15px;
}

.post-card a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.post-card a .pc-head {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}

.post-card a .pc-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ovject-fit: cover;
}

.post-card a .pc-body {
  padding: 10px 12px;
}

.article-post {
  margin-bottom: 20px;
}

.article-post:last-child {
  margin-bottom: 0;
}

.article-post .post-thumbnail {
  width: 100%;
  padding-bottom: 62%;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

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

.interview-post {
  padding-bottom: 20px;
  padding-top: 20px;
}

.interview-post a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  position: relative;
}

.interview-post a .ip-thumbnail {
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  height: 180px;
  position: absolute;
  top: -20px;
  left: 0;
  border-bottom: 8px solid #0e3075;
  border-right: 8px solid #0e3075;
  background: #0e3075;
}

.interview-post a .ip-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-post a .ip-body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #fff;
}

.interview-post a .ip-body .body-text {
  margin-top: 160px;
  width: 100%;
  height: auto;
  padding: 15px;
  padding-right: 60px;
}

.interview-post-v2:last-child a {
  margin-bottom: 0;
}

.interview-post-v2 a {
  display: block;
  margin-bottom: 20px;
}

.interview-post-v2 .ip-thumbnail {
  width: 100%;
  height: 215px;
  position: relative;
}

.interview-post-v2 .ip-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-post-v2 .ip-thumbnail .post-publish-date {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #8f8f8f;
  background: #fff;
  height: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 35px;
  background: url("./calendar.svg") no-repeat 15px center #fff;
}

.interview-post-v2 .ip-body {
  padding: 15px;
  background: #fff;
}

.interview-post-v2 .ip-body h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.day-news {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.day-news:last-child {
  margin-bottom: 10px;
}

.day-news .dn-thumbnail {
  width: 100%;
  padding-bottom: 62.6%;
  position: relative;
}

.day-news .dn-thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.day-news .dn-body {
  padding: 20px;
  background: #f0f3f7;
}

.day-news .dn-body .title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.day-news .dn-body p {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.mob-navbar {
  background: #f0f0f0;
  height: 50px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  overflow: auto;
  z-index: 20;
  max-width: 738px;
}

.mob-navbar.is-fixed {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.mob-navbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mob-navbar ul li {
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mob-navbar ul li:last-child {
  margin-right: 0;
}

.mob-navbar ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.mob-navbar ul li a img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.navbar-v2 {
  padding-right: 0 !important;
  overflow-x: hidden;
}

.navbar-v2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.navbar-v2 ul li {
  height: 40px;
}

.navbar-v2 ul li:last-child {
  padding-right: 10px;
}

.navbar-v2 .sm-adv {
  width: 95px;
  height: 100%;
  margin-right: -10px !important;
  padding-left: 10px;
}

.navbar-v2 .sm-adv a {
  display: block;
  width: 100%;
  height: 100%;
}

.navbar-v2 .sm-adv img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.navbar-v3 {
  width: 100% !important;
  bottom: 0 !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0px -6px 90px rgba(29, 50, 104, 0.16);
  -moz-box-shadow: 0px -6px 90px rgba(29, 50, 104, 0.16);
  box-shadow: 0px -6px 90px rgba(29, 50, 104, 0.16);
  height: 60px !important;
  position: relative;
  padding-left: 0;
}

.navbar-v3 .sm-adv {
  display: block;
  width: 80px;
  height: 60px;
  margin-bottom: -10px;
  margin-right: -10px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.navbar-v3 .active-line {
  width: 35px;
  height: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #133ca4;
  position: absolute;
  left: 13px;
  top: 0;
  opacity: 0;
}

.navbar-v3 .active-line.--active {
  opacity: 1;
}

.navbar-v3 ul {
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.navbar-v3 ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-v3 ul li.active a span:nth-child(1) {
  -webkit-animation: Scale 0.8s forwards;
  -moz-animation: Scale 0.8s forwards;
  -o-animation: Scale 0.8s forwards;
  animation: Scale 0.8s forwards;
}

.navbar-v3 ul li.active a span:nth-child(1):before {
  -webkit-animation: scale2 0.6s forwards;
  -moz-animation: scale2 0.6s forwards;
  -o-animation: scale2 0.6s forwards;
  animation: scale2 0.6s forwards;
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes scale2 {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-o-keyframes scale2 {
  0% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes Scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes Scale {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes Scale {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes Scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.navbar-v3 ul li.active a span:nth-child(1).home {
  background: url("./home-active.svg") no-repeat center center;
}

.navbar-v3 ul li.active a span:nth-child(1).lenta {
  background: url("./Shape-active.svg") no-repeat center center;
}

.navbar-v3 ul li.active a span:nth-child(1).posts {
  background: url("./paper-active.svg") no-repeat center center;
}

.navbar-v3 ul li.active a span:nth-child(1).media {
  background: url("./play-active.svg") no-repeat center center;
}

.navbar-v3 ul li.active a span:nth-child(2) {
  color: #133ca4;
}

.navbar-v3 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-v3 ul li a span:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-bottom: 3px;
  position: relative;
}

.navbar-v3 ul li a span:nth-child(1):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #133ca4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}

.navbar-v3 ul li a span:nth-child(1).home {
  background: url("./home.svg") no-repeat center center;
}

.navbar-v3 ul li a span:nth-child(1).lenta {
  background: url("./Shape.svg") no-repeat center center;
}

.navbar-v3 ul li a span:nth-child(1).posts {
  background: url("./paper.svg") no-repeat center center;
}

.navbar-v3 ul li a span:nth-child(1).media {
  background: url("./play.svg") no-repeat center center;
}

.navbar-v3 ul li a span:nth-child(2) {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.btn {
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: 600;
  max-width: -webkit-calc(768px - 30px);
  max-width: -moz-calc(768px - 30px);
  max-width: calc(768px - 30px);
}

.btn.secondary {
  color: #000;
  height: 40px;
  line-height: 40px;
  background: #ededed;
  text-align: center;
}

.btn.primary {
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #103aa4;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 400 !important;
}

.md {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0 auto;
}

.lg {
  width: 100%;
  margin: 0 auto;
}

.input.primary {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 40px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: rgba(196, 196, 196, 0.29);
  font-size: 14px;
}

.input.search {
  background-image: url("./search.svg");
}

.input.reporter-name {
  background-image: url("./person.svg");
  background-color: rgba(245, 245, 245, 0.29) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #6b7a90 !important;
}

.input.reporter-name::-webkit-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-name:-moz-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-name::-moz-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-name:-ms-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-name::-ms-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-name::placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme {
  background-image: url("./edit.svg");
  background-color: rgba(245, 245, 245, 0.29) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #6b7a90 !important;
}

.input.reporter-theme::-webkit-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme:-moz-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme::-moz-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme:-ms-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme::-ms-input-placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.reporter-theme::placeholder {
  color: #6b7a90;
  font-size: 14px;
}

.input.error {
  border-color: red !important;
}

.textarea {
  resize: none;
  font-size: 14px;
}

.textarea.primary {
  width: 100%;
  height: 180px;
  background: rgba(245, 245, 245, 0.29);
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  color: #a5aebc;
}

.textarea.primary::-webkit-input-placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.primary:-moz-placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.primary::-moz-placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.primary:-ms-input-placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.primary::-ms-input-placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.primary::placeholder {
  color: #a5aebc;
  font-size: 14px;
}

.textarea.error {
  border-color: red !important;
}

.form-group.file-upload {
  width: 100%;
  height: 90px;
  background: url("./file-upload.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.upload-label {
  font-weight: 600;
  color: #1f1f39;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.file-name {
  width: 100%;
  border: 1px solid #dedede;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
}

.uploaded-file {
  width: 65px;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uploaded-file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.file-info {
  padding-left: 10px;
  width: 100%;
}

.file-info .title {
  line-height: 15px;
  max-width: 100%;
  overflow: hidden;
}

.file-info .remaining {
  font-size: 12px;
  color: #4c5d77;
}

.file-info .load-bar {
  width: 100%;
  height: 8px;
  background: rgba(222, 222, 222, 0.32);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.file-info .load-bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #133ca4;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  border-bottom-right-radius: 50px;
}

.file-info .persent {
  margin-left: 8px;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform,
    -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform,
    -o-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  -moz-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s 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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  -moz-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  -moz-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  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-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  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);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -moz-animation: swiper-preloader-spin 1s infinite linear;
  -o-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.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 {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  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;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-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;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mt--10 {
  margin-top: -10px !important;
}

.pt--10 {
  padding-top: -10px !important;
}

.mb--10 {
  margin-bottom: -10px !important;
}

.pb--10 {
  padding-bottom: -10px !important;
}

.ml--10 {
  margin-left: -10px !important;
}

.pl--10 {
  padding-left: -10px !important;
}

.mr--10 {
  margin-right: -10px !important;
}

.pr--10 {
  padding-right: -10px !important;
}

.mt--15 {
  margin-top: -15px !important;
}

.pt--15 {
  padding-top: -15px !important;
}

.mb--15 {
  margin-bottom: -15px !important;
}

.pb--15 {
  padding-bottom: -15px !important;
}

.ml--15 {
  margin-left: -15px !important;
}

.pl--15 {
  padding-left: -15px !important;
}

.mr--15 {
  margin-right: -15px !important;
}

.pr--15 {
  padding-right: -15px !important;
}

.mt--20 {
  margin-top: -20px !important;
}

.pt--20 {
  padding-top: -20px !important;
}

.mb--20 {
  margin-bottom: -20px !important;
}

.pb--20 {
  padding-bottom: -20px !important;
}

.ml--20 {
  margin-left: -20px !important;
}

.pl--20 {
  padding-left: -20px !important;
}

.mr--20 {
  margin-right: -20px !important;
}

.pr--20 {
  padding-right: -20px !important;
}

.mt--30 {
  margin-top: -30px !important;
}

.pt--30 {
  padding-top: -30px !important;
}

.mb--30 {
  margin-bottom: -30px !important;
}

.pb--30 {
  padding-bottom: -30px !important;
}

.ml--30 {
  margin-left: -30px !important;
}

.pl--30 {
  padding-left: -30px !important;
}

.mr--30 {
  margin-right: -30px !important;
}

.pr--30 {
  padding-right: -30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Reset
   ========================================================================== */
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

html {
  font-size: 62.5%;
  font-family: "SF Pro Display";
}

body {
  font-family: "SF Pro Display";
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #000;
  background: #f9f9fb;
}

h4 {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button {
  border: none;
}

.page-wrapper {
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.333%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mob-container {
  max-width: 100%;
  padding: 0 15px;
}

.title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
}

.dsp-none {
  display: none;
}

.top-bar {
  padding: 15px;
}

.top-bar.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#e5e5e5)
  );
  background: -webkit-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -moz-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -o-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: linear-gradient(to right, #ebebeb 0%, #e5e5e5 100%);
  z-index: 100;
}

.top-bar .btn-stroke {
  stroke: #000;
}

.top-bar .plus-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.top-bar .plus-btn:hover,
.top-bar .plus-btn:focus,
.top-bar .plus-btn:active,
.top-bar .plus-btn.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top-bar .plus-btn:hover .btn-stroke,
.top-bar .plus-btn:focus .btn-stroke,
.top-bar .plus-btn:active .btn-stroke,
.top-bar .plus-btn.active .btn-stroke {
  stroke: blue;
}

.banner {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.banner--image {
  padding-bottom: 50%;
}

.banner iframe {
  width: 100% !important;
  display: block;
}

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

.title-bar {
  padding: 15px 0;
}

.title-bar.bg-silver {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 243, 243, 0)),
    color-stop(87.39%, #ececec)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -o-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
}

.title-bar.light .title {
  color: #fff;
}

.title-bar.light .circle {
  border-color: #fff;
  background: #133ca4;
}

.title-bar.light .circle.with-animation:after {
  border-color: #fff;
}

.title-bar .circle {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #133ca4;
  position: relative;
}

.title-bar .circle.with-animation:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  border: 1px solid #133ca4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  20% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.6);
    transform: scale(0.6);
  }
  20% {
    -moz-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -moz-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  20% {
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  20% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  40% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  60% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.small-post-content .small-post:last-child a {
  border-bottom: 0px;
}

.editor-choise {
  padding-bottom: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 243, 243, 0)),
    color-stop(87.39%, #ececec)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: -o-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 0%,
    #ececec 87.39%
  );
}

.editor-choise.inquiry {
  background: #e2e2e2;
}

.editor-choise .editor-posts {
  padding-left: 15px;
  width: 100%;
}

.no-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.business-banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  background: url("./Rectangle.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 42px;
  width: 100%;
}

.business-banner a .logotype {
  -webkit-transform: translateY(-1.5px);
  -moz-transform: translateY(-1.5px);
  -ms-transform: translateY(-1.5px);
  -o-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}

.business-banner a span {
  -webkit-transform: translateY(-1.5px);
  -moz-transform: translateY(-1.5px);
  -ms-transform: translateY(-1.5px);
  -o-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}

.msg {
  font-size: 14px;
  margin-top: 5px;
}

.msg.error {
  color: red;
}

.msg.success {
  color: green;
}

.nav-content {
  width: 100%;
  height: 100%;
}

.menu-list {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.menu-list ul {
  padding: 10px 8px;
}

.menu-list ul li {
  padding-bottom: 14px;
}

.menu-list ul li.active a,
.menu-list ul li:hover a,
.menu-list ul li:active a,
.menu-list ul li:focus a {
  color: #0024a3;
}

.menu-list ul li.active a svg,
.menu-list ul li.active a path,
.menu-list ul li:hover a svg,
.menu-list ul li:hover a path,
.menu-list ul li:active a svg,
.menu-list ul li:active a path,
.menu-list ul li:focus a svg,
.menu-list ul li:focus a path {
  fill: #0024a3;
}

.menu-list ul li:last-child {
  padding-bottom: 0;
}

.menu-list ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list ul li a svg,
.menu-list ul li a path {
  fill: #000;
  margin-right: 8px;
}

.country-list {
  min-height: 250px;
  background: url("./map.svg") no-repeat center center;
  -webkit-background-size: 90% 90%;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
  border-bottom: 0px;
}

.goback {
  display: block;
  width: 34px;
  height: 35px;
  border: 1px solid rgba(41, 54, 166, 0.06);
  -webkit-box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
  -moz-box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
  box-shadow: 5px 10px 20px rgba(211, 209, 216, 0.3);
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.favorite a,
.share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 35px;
}

.favorite a svg {
  fill: #0024a3;
}

.favorite.selected a svg {
  fill: #183784;
  stroke: #183784;
}

.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.share-modal.show {
  opacity: 1;
  visibility: visible;
}

.share-modal .modal-content {
  width: 100%;
  background: #fff;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  text-align: center;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}

.share-modal .close {
  padding: 10px 0px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #eee;
}

.soc-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.soc-bar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.soc-bar a img {
  width: 18px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-post-info {
  padding: 20px 0;
  padding-bottom: 0;
}

.main-post-info h1,
.main-post-info h2,
.main-post-info h3,
.main-post-info h4 {
  font-size: 26px !important;
  line-height: 23px !important;
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  .main-post-info h1,
  .main-post-info h2,
  .main-post-info h3,
  .main-post-info h4 {
    font-size: 40px !important;
    line-height: 40px !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
  }
}

.main-post-info .description {
  font-weight: 600 !important;
  margin-bottom: 15px;
}

.main-post-info img {
  max-width: 100%;
  margin-top: 10px;
}

.main-post-info .photo-info {
  padding: 0px 15px;
  font-size: 11px;
  line-height: 20px;
  color: #979797;
  width: 100%;
}

.post-content article:last-child a {
  border-bottom: none;
}

.single-post-content.lh27 p,
.single-post-content.lh27 p span {
  line-height: 27px !important;
}

.single-post-content em {
  font-style: normal;
  line-height: 18px;
}

.single-post-content p,
.single-post-content p span {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
  line-height: 22px !important;
  margin: 10px 0;
}
@media screen and (min-width: 1000px) {
  .single-post-content p,
  .single-post-content p span {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 400;
    line-height: 22px !important;
    margin: 10px 0;
  }
}

.single-post-content a {
  color: #0024a3 !important;
}

.single-post-content blockquote {
  font-size: 16px !important;
  line-height: 27px !important;
  color: #363636 !important;
  background: #ebebeb !important;
  padding: 40px 15px;
  margin: 30px 0;
  font-family: "Merriweather-italic";
  position: relative;
}

.single-post-content blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 100%;
  background: #ebebeb;
  z-index: -1;
}

.single-post-content blockquote:after {
  content: " ";
  width: 60px;
  height: 60px;
  background: #000;
  display: block;
  position: absolute;
  background: url("./quote.svg") no-repeat center center !important;
  top: -25px;
  left: 15px;
}

.single-post-content .link-style {
  padding: 20px;
  display: block;
  background: rgba(12, 47, 117, 0.06);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #0c2f75;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}

.single-post-content .link-style a {
  text-decoration: none !important;
}

.single-post-content .link-style:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("./arrow-top-left.svg") no-repeat left bottom
    rgba(16, 58, 164, 0.07);
  -webkit-background-size: 85% 85%;
  -moz-background-size: 85%;
  -o-background-size: 85%;
  background-size: 85%;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.post-tags a {
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  color: #0c2f75;
  margin-right: 10px;
}

.post-box {
  margin: 20px 0;
  padding-top: 20px;
  background: #f0f3f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.post-box.outline {
  background: transparent;
  border: 1px solid #0c2f75;
}

.post-box.outline a {
  background-color: transparent;
  border-top: 1px solid #0c2f75;
  background-image: url("./blue-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
}

.post-box h4 {
  padding: 0 25px;
}

.post-box p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 0 25px;
}

.post-box a {
  display: block;
  width: 100%;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  background: url("./silver-arrow-right.svg") no-repeat 94% center #e5ebf2;
  padding: 10px 25px;
  color: #103aa4;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 13px;
  margin-top: 20px;
}

figure {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

iframe {
  max-width: 100%;
}

.if-table {
  width: 100%;
  overflow: auto;
}

table {
  border-collapse: collapse !important;
  margin: 25px 0 !important;
  font-size: 0.9em !important;
  font-family: sans-serif !important;
  text-align: left !important;
  margin: 0 auto !important;
  border: 1px solid #dddddd !important;
  overflow: auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

table thead tr {
  background-color: #0024a3 !important;
  color: #ffffff !important;
  text-align: left !important;
}

table th,
table td {
  padding: 8px 15px !important;
  font-size: 12px !important;
}

table tbody tr {
  border-bottom: 1px solid #dddddd !important;
}

table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3 !important;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #0024a3 !important;
}

.post-tab {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f0f0f0),
      to(#f0f0f0)
    ),
    #f0f0f0;
  background: -webkit-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: -moz-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: -o-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #f0f0f0), #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}

.post-tab a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49%;
  line-height: 50px;
  font-size: 12px;
  font-weight: 600;
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #000;
}

.post-tab a.active {
  background: #fff;
  color: #0024a3;
}

.is-video .post-thumbnail {
  position: relative;
}

.is-video .post-thumbnail:after {
  content: " ";
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid;
  border-color: rgba(163, 163, 163, 0.4);
  background: url("./video.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.is-photo .post-thumbnail {
  position: relative;
}

.is-photo .post-thumbnail:after {
  content: " ";
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid;
  border-color: rgba(163, 163, 163, 0.4);
  background: url("./photo-post.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.mask-bg {
  position: relative;
}

.mask-bg:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  background-position: left bottom;
  left: 0;
  width: 100%;
  height: 180px;
  background: url("./profile-page-mask.png") no-repeat center top;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.profile-info {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.profile-info .avatar {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  margin-bottom: 25px;
}

.profile-info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-info .profile-name {
  text-align: center;
}

.profile-info .profile-name span {
  display: block;
}

.profile-info .profile-name span:nth-child(1) {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 19px;
}

.profile-info .profile-name span:nth-child(2) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
}

.profile-menu {
  margin: 30px 0;
}

.profile-menu ul li {
  margin-bottom: 10px;
}

.profile-menu ul li.active a {
  border-color: #133ca4;
}

.profile-menu ul li.active a .m-title {
  color: #133ca4;
}

.profile-menu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url("./chevron-left.svg") no-repeat right center;
}

.profile-menu ul li a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #133ca4;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  margin-right: 10px;
}

.profile-menu ul li a .m-title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.goback-text {
  font-size: 16px;
  line-height: 35px;
  display: block;
  margin-left: 10px;
  font-weight: 500;
}

.voice-news {
  position: relative;
}

.voice-news:before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#e5e5e5)
  );
  background: -o-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: linear-gradient(to right, #ebebeb 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e5e5e5', GradientType=1);
  z-index: -1;
}

.fix_top {
  position: fixed;
  background: #f9f9fb;
  max-width: 768px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  z-index: 5;
}

.voice-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.voice-news-content.media-audio {
  top: 120px !important;
  background: #f9f9fb !important;
}

.voice-news-content.is_fixed {
  max-width: 768px;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebebeb),
    to(#e5e5e5)
  );
  background: -webkit-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -moz-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: -o-linear-gradient(left, #ebebeb 0%, #e5e5e5 100%);
  background: linear-gradient(to right, #ebebeb 0%, #e5e5e5 100%);
  z-index: 100;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 12px 30px -28px black;
  -moz-box-shadow: 0px 12px 30px -28px black;
  box-shadow: 0px 12px 30px -28px black;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}

.voice-news-content .circle-block {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
  -webkit-box-shadow: -30px -30px 80px #ffffff;
  -moz-box-shadow: -30px -30px 80px #ffffff;
  box-shadow: -30px -30px 80px #ffffff;
  border: 5px solid #fff;
  position: relative;
  overflow: hidden;
}

.voice-news-content .circle-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.radio {
  margin-top: 20px;
  width: 290px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio button {
  border: none;
}

.radio button svg {
  background: transparent;
}

.radio .play-btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: url("./play.svg") no-repeat center center;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
}

.radio .play-btn.pause {
  background: url("./pause.svg") no-repeat center center;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
}

.radio .next-btn,
.radio .prev-btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.radio .next-btn:active,
.radio .prev-btn:active {
  -webkit-box-shadow: 0 0 8px -5px black;
  -moz-box-shadow: 0 0 8px -5px black;
  box-shadow: 0 0 8px -5px black;
  border: 2px solid #f7f7f7;
}

.media-post .sp-thumbnail {
  width: 25% !important;
  padding-bottom: 20% !important;
}

.media-post .sp-body {
  width: 85% !important;
  padding-top: 0 !important;
}

.reporter-content .report-head h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  max-width: 255px;
}

.reporter-content .report-head p {
  font-size: 13px;
  line-height: 16px;
  color: #828282;
}

.thanks-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.thanks-content .mob-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thanks-content a.btn {
  height: 50px !important;
  line-height: 50px !important;
}

.thanks-content .thanks-title {
  width: 100%;
  height: -webkit-calc(100% - 65px);
  height: -moz-calc(100% - 65px);
  height: calc(100% - 65px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanks-content .title {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.thanks-content p {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  color: #828282;
}

.single-post-content ol li,
.single-post-content ul li {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.single-post-content ol li:before,
.single-post-content ul li:before {
  content: " ";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(136, 159, 190, 0.22);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 0;
}

.single-post-content ol li:last-child,
.single-post-content ul li:last-child {
  margin-bottom: 0;
}

.single-post-content ol li ol,
.single-post-content ul li ol {
  padding-top: 15px;
  padding-left: 10px;
}

.single-post-content ol li ol li:before,
.single-post-content ul li ul li:before {
  border: 3px solid rgba(136, 159, 190, 0.18);
}

.publish-date.d-flex.mb-5 {
  margin-bottom: 8px !important;
}

.media-post .sm-title.mb-5.fz14.fw400 {
  margin-bottom: 8px !important;
}

.share-modal .title {
  font-size: 1.4rem !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.select-language {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#f0f0f0),
      to(#f0f0f0)
    ),
    #f0f0f0;
  background: -webkit-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: -moz-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: -o-linear-gradient(bottom, #f0f0f0, #f0f0f0), #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #f0f0f0), #f0f0f0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-language a {
  display: block;
  width: 25%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #133ca4;
  font-weight: 600;
  font-size: 12px;
}

.select-language a.active,
.select-language a:hover,
.select-language a:active {
  background: #fff;
}

.teams-content {
  margin-top: 30px;
}

.teams-content .team-card {
  padding-bottom: 20px;
}

.teams-content .team-card .team-avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(219, 219, 219, 0.25);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.teams-content .team-card .team-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teams-content .team-card .team-info {
  padding-left: 20px;
}

.teams-content .team-card .team-info h4 {
  font-size: 16px;
}

.teams-content .team-card .team-info span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 700;
}

.teams-content .team-card .team-info span:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background: #ccc;
}

.not-found {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 768px;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.not-found .nf-content {
  position: relative;
}

.not-found .nf-content img {
  width: 100%;
}

.not-found .nf-content:before {
  content: "";
  position: absolute;
  top: -60px;
  width: 100%;
  height: 200px;
  left: 20px;
  right: 0;
  margin: auto;
  background: url("./404-bg.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.not-found .nf-content span {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.go_home a {
  width: 60% !important;
  height: 50px !important;
  line-height: 50px !important;
}

.no-border {
  border: none !important;
}

@media screen and (min-width: 600px) {
  .mob-container.mt-50.mb-50 {
    margin-bottom: 100px !important;
  }
  .post-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-content article {
    width: 48%;
  }
  .country-list {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    -o-background-size: 300px;
    background-size: 300px;
  }
  .form-group.file-upload {
    background: transparent !important;
    border: 2px dashed #dedede !important;
  }
  .post.day-news a {
    height: 100%;
  }
  .post.day-news a .dn-body {
    height: 100%;
  }
  .mask-bg:before {
    background-color: #0e2b73;
    height: 320px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-bottom-left-radius: 60px;
  }
  .select-language {
    width: 50%;
    margin: 0 auto;
  }
}

.post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.post-meta > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta > div:nth-child(1) {
  margin-right: 15px;
}

.post-meta > div img {
  margin: 0;
  max-width: 16px;
}

.post-meta > div span {
  font-size: 12px;
  line-height: 12px;
  color: #8f8f8f;
  margin-left: 5px;
}

.top-bar--single {
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.top-bar--single.--hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.page-body--sticky-header {
  padding-top: 55px;
}

.adv-tag {
  font-size: 12px;
  color: #e18c00;
  letter-spacing: 0.24px;
}

.main-post-info .main-post-image {
  width: 100%;
}

.main-post-info .main-post-image img {
  width: 100%;
  margin-top: 0;
}

.main-post-info .main-post-image .main-post-image__caption {
  padding: 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #979797;
}

.single-post-content img {
  display: block;
  max-width: 100%;
  margin: 16px auto;
}

figure.image img {
  margin-top: 16px;
  margin-bottom: 0;
}

figure.image figcaption {
  font-size: 12px;
  line-height: 19px;
  color: #979797;
  margin-top: 5px;
}

.menu-modal,
.profile-modal {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  max-width: 768px;
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-modal.open,
.profile-modal.open {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close-btn img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

body.overflow {
  overflow: hidden;
}

.pm-close-btn {
  position: absolute;
  top: 30px;
  right: 17px;
  width: 25px;
  height: 25px;
  z-index: 20;
  right: 8px;
}

.pm-close-btn img {
  width: 100%;
  height: 100%;
}

img.w15 {
  width: 15px;
  height: 15px;
}

.profile-mob-container {
  margin-top: 18vw;
}

.plus-btn.is-media {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.swiper-slide.post.post-card {
  height: initial !important;
}

.editor-choise {
  padding-bottom: 0;
}

.swiper-container.editor-posts {
  padding-bottom: 25px;
  padding-left: 15px;
}

.editor-choise .editor-posts {
  padding-left: 14px;
}

.single-post-content {
  margin-bottom: 15px;
}

.single-post-content img {
  height: auto;
}

article.swiper-slide {
  height: initial !important;
}

figure.iframe {
  padding-bottom: 70%;
  position: relative;
}

figure.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-publish-date {
  position: relative;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
}

.header-logo img {
  width: 100%;
  height: 100%;
}

figure.image {
  margin-left: -15px;
  margin-right: -15px;
}

.form-group.file-upload {
  display: none;
  background: none !important;
  border: 1px dashed #ccc !important;
}

.profile-page-logo {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.mt-365 {
  margin-top: 365px !important;
}

.mt-260 {
  margin-top: 260px !important;
}

.menu-list ul li.active .tm-menu-icon {
  background: url("./menu-icon-active.svg") no-repeat;
}

.tm-menu-icon {
  width: 15px;
  height: 15px;
  background: url("./menu-icon.svg") no-repeat;
  margin-right: 8px;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.article-post .title-bar.pt-0 {
  padding-bottom: 10px !important;
}

.youtube-player-wrapper {
  position: relative;
  padding-bottom: 65% !important;
}

.youtube-player-wrapper iframe {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
