/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body .region-content section.experience .slick-nav button.slick-prev:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../assets/img/icon/prev-yellow.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
body .region-content section.experience .slick-nav button.slick-next:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../assets/img/icon/next-yellow.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  body .region-content section.experience .slick-d-nav {
    position: relative;
    top: 321px;
    display: flex;
    justify-content: space-between;
    margin: 0 6.25em;
  }
  body .region-content section.experience .slick-d-nav button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  body .region-content section.experience .slick-image .slick-slide {
    margin-top: 15px;
    width: 250px;
  }
  body .region-content section.experience .slick-image .slick-slide .img {
    margin-top: 60%;
    margin-bottom: 70%;
    padding-top: 52.5%;
  }
}/*# sourceMappingURL=international-exchange.css.map */