@import url("https://use.typekit.net/ymj5jxg.css");
@font-face {
  font-family: "Video";
  src: url("../fonts/Video-Light.woff2") format("woff2"), url("../fonts/Video-Light.woff") format("woff"), url("../fonts/Video-Light.ttf") format("truetype"), url("../fonts/Video-Light.oet") format("embedded-opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Video";
  src: url("../fonts/Video-Regular.woff2") format("woff2"), url("../fonts/Video-Regular.woff") format("woff"), url("../fonts/Video-Regular.ttf") format("truetype"), url("../fonts/Video-Regular.oet") format("embedded-opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Video";
  src: url("../fonts/Video-Medium.woff2") format("woff2"), url("../fonts/Video-Medium.woff") format("woff"), url("../fonts/Video-Medium.ttf") format("truetype"), url("../fonts/Video-Medium.oet") format("embedded-opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "Video";
  src: url("../fonts/Video-SemiBold.woff2") format("woff2"), url("../fonts/Video-SemiBold.woff") format("woff"), url("../fonts/Video-SemiBold.ttf") format("truetype"), url("../fonts/Video-SemiBold.oet") format("embedded-opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "Video";
  src: url("../fonts/Video-Bold.woff2") format("woff2"), url("../fonts/Video-Bold.woff") format("woff"), url("../fonts/Video-Bold.ttf") format("truetype"), url("../fonts/Video-Bold.oet") format("embedded-opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Interpolation
 * -----------------------------------------*/
.ik-block-copyright {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
}
.ik-block-copyright p {
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
  margin: 0;
  width: 100%;
}
.ik-block-copyright a {
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
  font-style: italic;
}
.ik-block-copyright a:hover {
  color: #312C8D;
}
.ik-block-copyright > a::after {
  content: "-";
  font-style: normal;
  display: inline-block;
  margin: 0 5px 0 2px;
  color: #ffffff;
}
.ik-block-copyright .ik-copy-ikadia a svg {
  margin-top: -5px;
  width: 10px;
  height: 10px;
}
.ik-block-copyright .ik-copy-ikadia a svg path {
  fill: #ffffff;
  transition: all ease 0.35s;
}
.ik-block-copyright .ik-copy-ikadia a:hover svg path {
  fill: #312C8D;
}