@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.woff2') format('woff2'),
    url('../fonts/icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* icon font */
[class^="i_"], [class*=" i_"] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
[class^="i_"]:before, [class*=" i_"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*25 icons*/
.i_checkmark:before {
    content: "\e900";
}
.i_close:before {
    content: "\e904";
}
.i_check:before {
    content: "\e907";
}
.i_prev-thin:before {
    content: "\e91d";
}
.i_next-thin:before {
    content: "\e91e";
}
.i_up-thin:before {
    content: "\e921";
}
.i_down-thin:before {
    content: "\e922";
}
.i_close_thin:before {
    content: "\e91f";
}
.i_plus:before {
    content: "\e920";
}
.i_angle_left:before {
    content: "\f104";
}
.i_angle_right:before {
    content: "\f105";
}
.i_angle_up:before {
    content: "\f106";
}
.i_angle_down:before {
    content: "\f107";
}
.i_play:before {
    content: "\f04b";
}
.i_search_thin:before {
    content: "\e912";
}
.i_link:before {
    content: "\e924";
}
.i_play-ds:before {
    content: "\e901";
}
.i_arrow-long-ds:before {
    content: "\e908";
}
.i_arrow-medium-ds:before {
    content: "\e909";
}
.i_arrow-short-ds:before {
    content: "\e90a";
}
.i_email-ds:before {
    content: "\e90e";
}
.i_link-ds:before {
    content: "\e911";
}
.i_fcbk-ds:before {
    content: "\e91a";
}
.i_whatsapp-ds:before {
    content: "\e91b";
}
.i_x-logo-ds:before {
    content: "\e91c";
}