#world-map-wrapper {
  position: relative;
}
#world-map-wrapper #world-map {
  z-index: 10;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 0 40%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 0 40%);
}
#world-map-wrapper #world-map a > g {
  cursor: pointer;
  opacity: 1;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  fill: #e1e1e1;
  stroke: #fff;
  stroke-width: 0.25;
}
#world-map-wrapper #world-map a:hover > g {
  opacity: 1 !important;
  fill: var(--color-e4cc95);
}
/* #world-map-wrapper #world-map a.active > g {
  opacity: 1 !important;
 fill: var(--color-e4cc95);
} */
 g#n-america {
  position: relative;
}
#world-map-wrapper text {
  font-size: var(--font-size-24);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  position: absolute;
  z-index: 11;
}
#world-map-wrapper .text01 {
  top: 24%;
  left: 17%;
}
#world-map-wrapper .text02 {
  top: 28%;
  left: 55%;
}
#world-map-wrapper .text03 {
  top: 34%;
  left: 71%;
}
#world-map-wrapper .text04 {
    top: 58%;
    left: 51%;
}
#world-map-wrapper .world-news {
  position: relative;
  top: -190px;
  margin-bottom: -190px;
  width: 100%;
  z-index: 1;
  transition-timing-function: ease-in-out !important;
  -webkit-transition-timing-function: ease-in-out !important;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news {
    top: 0;
    margin-bottom: 0;
  }
}
#world-map-wrapper .world-news .blend {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 100%);
  z-index: 1;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .blend {
    display: none;
  }
}
#world-map-wrapper .world-news .item-article__header {
  width: 100% !important;
}
#world-map-wrapper .world-news .item-article__header .title {
  line-height: 1.1;
}
#world-map-wrapper .world-news .item-article__header .lead {
  padding-top: 20px;
  padding-left: 0;
}
#world-map-wrapper .world-news .item-article__header .details-top {
  margin-bottom: 20px;
}
#world-map-wrapper .world-news .slick-track, #world-map-wrapper .world-news .track {
  transition-delay: 0.5s !important;
  transition: 0.5s ease-in-out;
  transition-property: margin;
  -webkit-transition-delay: 0.5s !important;
  -webkit-transition: 0.5s ease-in-out;
  -webkit-transition-property: margin;
  margin: 0;
  width: 2000px;
  position: relative;
  overflow: hidden;
}
#world-map-wrapper .world-news .slick-track:before, #world-map-wrapper .world-news .slick-track:after, #world-map-wrapper .world-news .track:before, #world-map-wrapper .world-news .track:after {
  content: "";
  display: table;
}
#world-map-wrapper .world-news .slick-track:after, #world-map-wrapper .world-news .track:after {
  clear: both;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-track, #world-map-wrapper .world-news .track {
    width: 2000vw;
  }
}
#world-map-wrapper .world-news .slick-track.no-transition, #world-map-wrapper .world-news .track.no-transition {
  transition: 0s !important;
  transition-delay: 0s !important;
  -webkit-transition: 0s !important;
  -webkit-transition-delay: 0s !important;
  -webkit-backface-visibility: hidden;
}
#world-map-wrapper .world-news .slick-list, #world-map-wrapper .world-news .list {
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-list, #world-map-wrapper .world-news .list {
    height: auto;
  }
}
#world-map-wrapper .world-news .slick-slide, #world-map-wrapper .world-news .slide {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  animation-timing-function: linear;
  overflow: visible;
  top: 0;
  transition-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
  display: block;
  float: left;
  width: 130px;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-slide, #world-map-wrapper .world-news .slide {
    width: calc(100vw - 30px);
  }
}
#world-map-wrapper .world-news .slick-slide > div, #world-map-wrapper .world-news .slide > div {
  transform: translateZ(0) scale(0.48);
  -webkit-transform: translateZ(0) scale(0.48);
  transition: 0.5s;
  opacity: 0.3;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  width: 250px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  margin-top: 150px;
  overflow: hidden;
}
#world-map-wrapper .world-news .slick-slide > div .item-article__header .title, #world-map-wrapper .world-news .slide > div .item-article__header .title {
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-slide > div, #world-map-wrapper .world-news .slide > div {
    margin: 0;
    width: 100%;
    transform: translateZ(0) scale(1);
  }
}
#world-map-wrapper .world-news .slick-slide.slick-current, #world-map-wrapper .world-news .slick-slide.current, #world-map-wrapper .world-news .slide.slick-current, #world-map-wrapper .world-news .slide.current {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  width: 370px !important;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-slide.slick-current, #world-map-wrapper .world-news .slick-slide.current, #world-map-wrapper .world-news .slide.slick-current, #world-map-wrapper .world-news .slide.current {
    width: calc(100vw - 30px) !important;
  }
}
#world-map-wrapper .world-news .slick-slide.slick-current > div, #world-map-wrapper .world-news .slick-slide.current > div, #world-map-wrapper .world-news .slide.slick-current > div, #world-map-wrapper .world-news .slide.current > div {
  transform: translateZ(0) scale(0.89);
  -webkit-transform: translateZ(0) scale(0.89);
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-delay: 1s !important;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: 1s !important;
  -webkit-backface-visibility: hidden;
  width: 300px;
  margin-top: 0;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .world-news .slick-slide.slick-current > div, #world-map-wrapper .world-news .slick-slide.current > div, #world-map-wrapper .world-news .slide.slick-current > div, #world-map-wrapper .world-news .slide.current > div {
    width: 100%;
    transform: translateZ(0) scale(1);
  }
}
#world-map-wrapper .world-news .slick-slide header::after, #world-map-wrapper .world-news .slide header::after {
  display: none;
}
#world-map-wrapper .world-news .slick-slide p.lead span, #world-map-wrapper .world-news .slide p.lead span {
  height: 13px;
  width: 18px;
  display: inline-block;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/icon-note-right.png);
  margin-left: 10px;
}
#world-map-wrapper .more-wrapper {
  text-align: center;
  margin-bottom: 0;
}
#world-map-wrapper .more-wrapper button {
  max-width: 1000px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
#world-map-wrapper .more-news-wrapper {
  padding: 0 75px;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .more-news-wrapper {
    padding: 0;
  }
}
#world-map-wrapper .more-news-wrapper:not(.open) {
  height: 0;
  overflow: hidden;
}
#world-map-wrapper .more-news-wrapper .open {
  height: auto;
}
@media screen and (max-width: 720px) {
  #world-map-wrapper .more-news-wrapper .item-article:first-child:before {
    content: "";
    display: block;
    height: 1px;
    margin: 35px auto;
    background-color: #c8c7c7;
    width: 100%;
    max-width: 100px;
  }
}