@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------
------------------------ Open Sans ----------------------------------------
------------------------------------------------------------------------
----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Courgette&display=swap");
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-semibolditalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/bundles/dyb/libs/fonts/opensans/opensans-bolditalic-webfont.ttf") format("truetype");
}
/*----------------------------------------------------------------------
------------------------------------------------------------------------
------------------------ Courgette -------------------------------------
------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "cv-icon-set-1";
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641");
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641#iefix") format("embedded-opentype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff2?74573641") format("woff2"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff?74573641") format("woff"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.ttf?74573641") format("truetype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.svg?74573641#cv-icon-set-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cv-icon-set-1';
    src: url('../font/cv-icon-set-1.svg?74573641#cv-icon-set-1') format('svg');
  }
}
*/
.icon-experiences:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-interests:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-portfolios:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-educations:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-presentation:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-events:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-certificates:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-synthesis:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-email:before, .widgetContacts__item_publicemail:before, .widgetContacts__item_form:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before, .widgetContacts__item_phone:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mobile:before, .widgetContacts__item_mobile:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skype:before, .widgetContacts__item_skype:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dot:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-file:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before, .widgetContacts__item_postalAddress:before, .widgetUserInfo__item_location:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-info:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-car:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-calendar:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-circle:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flag:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-loading:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-meetup:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-company:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-personn:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-wrench:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-home:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-network:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-languageSkills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-birthday:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-drive:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-experiences:before {
  content: "";
}
/* '' */
.icon-interests:before {
  content: "";
}
/* '' */
.icon-skills:before {
  content: "";
}
/* '' */
.icon-portfolios:before {
  content: "";
}
/* '' */
.icon-educations:before {
  content: "";
}
/* '' */
.icon-events:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
  display: inline-block;
}
.icon-presentation:before {
  content: "";
}
/* '' */
.icon-certificates:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-languageSkills:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-twitter:before, .shareItem_twitter:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-birthday:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-drive:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-email:before, .widgetContacts__item_publicemail:before, .widgetContacts__item_form:before {
  content: "";
}
/* '' */
.icon-phone:before, .widgetContacts__item_phone:before {
  content: "";
}
/* '' */
.icon-mobile:before, .widgetContacts__item_mobile:before {
  content: "";
}
/* '' */
.icon-skype:before, .widgetContacts__item_skype:before {
  content: "";
}
/* '' */
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  content: "";
}
/* '' */
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  content: "";
}
/* '' */
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  content: "";
}
/* '' */
.icon-dot:before {
  content: "";
}
/* '' */
.icon-file:before {
  content: "";
}
/* '' */
.icon-location:before, .widgetContacts__item_postalAddress:before, .widgetUserInfo__item_location:before {
  content: "";
}
/* '' */
.icon-info:before {
  content: "";
}
/* '' */
.icon-car:before {
  content: "";
}
/* '' */
.icon-calendar:before {
  content: "";
}
/* '' */
.icon-circle:before {
  content: "";
}
/* '' */
.icon-flag:before {
  content: "";
}
/* '' */
.icon-loading:before {
  content: "";
}
/* '' */
.icon-download:before {
  content: "";
}
/* '' */
.icon-meetup:before {
  content: "";
}
/* '' */
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-company:before {
  content: "";
}
/* '' */
.icon-personn:before {
  content: "";
}
/* '' */
.icon-wrench:before {
  content: "";
}
/* '' */
.icon-synthesis:before {
  content: "";
}
/* '' */
.icon-home:before {
  content: "";
}
/* '' */
.icon-network:before {
  content: "";
}
/* '' */
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_blog .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_blog .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_flickr .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_flickr .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_delicious .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_delicious .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_netvibes .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_plaxo .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_other .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_other .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_facebook .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_facebook .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_google_plus .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_linkedin .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_linkedin .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_github .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_github .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_xing .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_xing .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_instagram .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_instagram .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_tumblr .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_pinterest .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_youtube .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_youtube .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_website .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_website .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_viadeo .widgetLinks__item__icon {
  width: 16px;
  height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_viadeo .widgetLinks__item__icon:before {
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transition: all 0.3s;
}
.widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  width: 12px;
  height: 16px;
}
.widgetLinks__item_other .widgetLinks__item__icon::before {
  height: 12px;
  width: 10px;
}
.widgetLinks__item_monblog.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_vimeo.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_behance.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_malt.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_site.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_portfolio.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_researchgate.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_stackoverflow.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_twitter.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px !important;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0 !important;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0.1rem !important;
}
.bulletCircleList {
  list-style-type: none;
}
.bulletCircleList__item, .bulletCircleList__item ~ .bulletCircleList__item, .skillsTable .bulletCircleList__item, .bulletList__item_force {
  padding-left: 1.2rem;
  position: relative;
}
.bulletCircleList__item:before, .bulletCircleList__item ~ .bulletCircleList__item:before, .skillsTable .bulletCircleList__item:before, .bulletList__item_force:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #000000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.widgetElement:not(.skillsTable) .bulletCircleList__item:only-child {
  padding-left: 0;
}
.widgetElement:not(.skillsTable) .bulletCircleList__item:only-child:before {
  display: none;
}
/*----- containers -----*/
.cv {
  font-family: "Open Sans";
  background-color: #fff8ee;
  color: #010101;
  --linkHoverColor: color-mix(in srgb,#F7A32B,#000 50%);
}
.cv h4 {
  text-transform: uppercase;
}
.columns__column1 {
  padding: 0 28px;
  background-color: #F7A32B;
  color: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.columns__column1 .widget:first-child {
  margin-top: 2rem;
}
.columns__column1 .widget_links__wrapper--inline {
  align-items: center !important;
}
.columns__column2 {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: 2em;
}
.columns__column2 .widget__title {
  text-transform: uppercase;
}
.columns__column2 .widget:last-child {
  margin-bottom: 0;
}
.columns__column2 {
  background-color: #ffffff;
  padding: 2rem;
  margin-left: 2em;
}
.columns__column2 .widget__title {
  text-transform: uppercase;
}
/*----- header -----*/
.header .header__content {
  background-color: #53C8D2;
}
.identityLeft .profile_topContent {
  border-bottom: 1px solid white;
  text-align: center;
}
.identityLeft .subHeader_noTitles .profile_content .widget {
  border-bottom: 1px solid white;
}
.widget_userName {
  margin-bottom: 0;
}
.userName {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5em;
  text-transform: uppercase;
}
.cvTitle {
  font-size: 1.5rem;
  font-family: "Courgette";
  color: #ffffff;
  line-height: 1.5em;
}
.widget_avatar {
  width: 180px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin: 0.5em auto 0 auto;
}
.widgetAvatar__wrapper {
  width: 170px;
  height: 170px;
  border-radius: 110px;
  overflow: hidden;
  margin: 0 auto;
}
.widgetAvatar__avatar {
  width: 100%;
}
/*----- widgets global -----*/
.widget__title {
  font-weight: 600;
  font-size: 1.4em;
  color: #53C8D2;
}
.widgetElement {
  margin-bottom: 1.5em;
}
.widgetElement.skillsTable {
  background: none;
}
.widgetElement__title, .widgetElement__titleLink {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}
/*----- components specific -----*/
.widgetElement__header {
  margin-bottom: 1rem;
}
.widget__title_presentation, .widget__title_tags, .widget__title_information, .widget_contacts .widget__title, .widget_links .widget__title {
  color: #ffffff;
  font-family: "Courgette";
  font-weight: 400;
  text-transform: none !important;
}
.widgetProfessionalPosition__status {
  padding-bottom: 10px;
}
.widgetProfessionalPosition__availability {
  padding-bottom: 10px;
}
.widget_links .widget__title {
  margin-bottom: 0.5rem;
}
.widget_links .widgetLinks__item__icon {
  color: white;
}
.widget_links .widgetLinks__item__icon::before {
  transition: none;
}
.widget_links .widgetLinks__item:hover .widgetLinks__item__icon {
  border-color: white !important;
  background: transparent !important;
}
.widget_links .widgetLinks__item_monblog .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_vimeo .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_twitter .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_behance .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_malt .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_site .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_portfolio .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_researchgate .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_stackoverflow .widgetLinks__item__icon:before, .widget_links .widgetLinks__item_gitlab .widgetLinks__item__icon:before {
  background-color: white !important;
}
.skillGaugeLevel {
  background-color: #F0F0F0;
  border-radius: 5px;
}
.skillGaugeLevel__gauge, .skillDotLevel__dot:not(.skillDotLevel__dot_empty) {
  background: #F7A32B;
  border-radius: 5px;
}
.skillStarLevel__star {
  color: #F7A32B;
}
.skillsTable:last-child {
  margin-bottom: 1.5rem;
}
.widgetTags__item {
  background: #ffffff;
  font-weight: 600;
  color: #010101;
  border-radius: 2rem;
  padding: 0.3em 0.8em 0.4em;
  margin: 0.6rem 0.6rem 0.6rem 0;
}
.widget_presentation .widgetElement__text {
  line-height: 1.7em;
}
.widgetElement_topInfos .widgetElement__subtitle, .widgetElement__info {
  font-weight: 400;
  font-size: 1em;
}
.widgetElement__subtitleItem_date {
  padding: 8px 10px;
  background-color: rgba(83, 200, 210, 0.3);
  margin-right: 5px;
}
.widgetElement_topInfos .widgetElement__subtitleItem:not(.widgetElement__subtitleItem_sentence)::after {
  display: none;
}
.widget_educations .widgetElement__title {
  display: inline;
}
.widget_educations .widgetElement__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background-color: rgba(83, 200, 210, 0.3);
  margin-right: 5px;
}
.widget_educations .widgetElement__subtitle:before {
  content: "@";
  padding-right: 3px;
}
.widget_experiences .widgetElement__title {
  display: inline;
}
.widget_experiences .widgetElement__subtitleItem {
  line-height: 2em;
}
.widget_experiences .widgetElement__subtitleItem_company:before {
  content: "@";
  padding-right: 3px;
}
.widget_experiences .widgetElement__subtitleItem_city:before, .widget_experiences .widgetElement__subtitleItem_country:before {
  content: "-";
  padding-right: 3px;
}
.widget_languageSkills {
  margin-bottom: 1.5rem;
}
.widgetContacts__item_publicemail:before {
  font-size: 0.9em;
  line-height: 1.2em;
  padding-right: 0.2em;
}
.widgetContacts__item_form:before {
  font-size: 0.9em;
  line-height: 1.2em;
  padding-right: 0.2em;
}
.widgetContacts__item_postalAddress {
  padding-left: 1rem;
}
.widgetContacts__item_postalAddress:before {
  margin-left: -1rem;
}
@font-face {
  font-family: "cv-icon-set-1";
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641");
  src: url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.eot?74573641#iefix") format("embedded-opentype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff2?74573641") format("woff2"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.woff?74573641") format("woff"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.ttf?74573641") format("truetype"), url("/bundles/dyb/libs/icons/cv-icon-set-1/cv-icon-set-1.svg?74573641#cv-icon-set-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cv-icon-set-1';
    src: url('../font/cv-icon-set-1.svg?74573641#cv-icon-set-1') format('svg');
  }
}
*/
.icon-experiences:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-interests:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-portfolios:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-educations:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-presentation:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-events:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-certificates:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-synthesis:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-email:before, .widgetContacts__item_publicemail:before, .widgetContacts__item_form:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before, .widgetContacts__item_phone:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mobile:before, .widgetContacts__item_mobile:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-skype:before, .widgetContacts__item_skype:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dot:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-file:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before, .widgetContacts__item_postalAddress:before, .widgetUserInfo__item_location:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-info:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-car:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-calendar:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-circle:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-flag:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-loading:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-meetup:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-company:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-personn:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-wrench:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-home:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-network:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-languageSkills:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-birthday:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-drive:before {
  font-family: "cv-icon-set-1";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-experiences:before {
  content: "";
}
/* '' */
.icon-interests:before {
  content: "";
}
/* '' */
.icon-skills:before {
  content: "";
}
/* '' */
.icon-portfolios:before {
  content: "";
}
/* '' */
.icon-educations:before {
  content: "";
}
/* '' */
.icon-events:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/eventTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
  display: inline-block;
}
.icon-presentation:before {
  content: "";
}
/* '' */
.icon-certificates:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/certificateTitle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-languageSkills:before {
  content: " ";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/languagesSkills.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.382em;
}
.icon-twitter:before, .shareItem_twitter:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-birthday:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/birthday.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-drive:before {
  content: "";
  -webkit-mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-image: url(/bundles/dyb/libs/icons/new-icons/drive.svg);
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: black;
}
.icon-email:before, .widgetContacts__item_publicemail:before, .widgetContacts__item_form:before {
  content: "";
}
/* '' */
.icon-phone:before, .widgetContacts__item_phone:before {
  content: "";
}
/* '' */
.icon-mobile:before, .widgetContacts__item_mobile:before {
  content: "";
}
/* '' */
.icon-skype:before, .widgetContacts__item_skype:before {
  content: "";
}
/* '' */
.icon-blog:before, .widgetLinks__item_blog .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-flickr:before, .widgetLinks__item_flickr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-delicious:before, .widgetLinks__item_delicious .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-netvibes:before, .widgetLinks__item_netvibes .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-plaxo:before, .widgetLinks__item_plaxo .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-link-ext:before, .widgetLinks__item_other .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-facebook:before, .widgetLinks__item_facebook .widgetLinks__item__icon:before, .shareItem_facebook:before {
  content: "";
}
/* '' */
.icon-google_plus:before, .widgetLinks__item_google_plus .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-linkedin:before, .widgetLinks__item_linkedin .widgetLinks__item__icon:before, .shareItem_linkedin:before {
  content: "";
}
/* '' */
.icon-github:before, .widgetLinks__item_github .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-xing:before, .widgetLinks__item_xing .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-instagram:before, .widgetLinks__item_instagram .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-tumblr:before, .widgetLinks__item_tumblr .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-dribbble:before, .widgetLinks__item_dribbble .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-pinterest:before, .widgetLinks__item_pinterest .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-viadeo:before, .widgetLinks__item_viadeo .widgetLinks__item__icon:before, .shareItem_viadeo:before {
  content: "";
}
/* '' */
.icon-dot:before {
  content: "";
}
/* '' */
.icon-file:before {
  content: "";
}
/* '' */
.icon-location:before, .widgetContacts__item_postalAddress:before, .widgetUserInfo__item_location:before {
  content: "";
}
/* '' */
.icon-info:before {
  content: "";
}
/* '' */
.icon-car:before {
  content: "";
}
/* '' */
.icon-calendar:before {
  content: "";
}
/* '' */
.icon-circle:before {
  content: "";
}
/* '' */
.icon-flag:before {
  content: "";
}
/* '' */
.icon-loading:before {
  content: "";
}
/* '' */
.icon-download:before {
  content: "";
}
/* '' */
.icon-meetup:before {
  content: "";
}
/* '' */
.icon-youtube:before, .widgetLinks__item_youtube .widgetLinks__item__icon:before {
  content: "";
}
/* '' */
.icon-company:before {
  content: "";
}
/* '' */
.icon-personn:before {
  content: "";
}
/* '' */
.icon-wrench:before {
  content: "";
}
/* '' */
.icon-synthesis:before {
  content: "";
}
/* '' */
.icon-home:before {
  content: "";
}
/* '' */
.icon-network:before {
  content: "";
}
/* '' */
.widgetLinks__item_monblog.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-monblog.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_vimeo.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_vimeo.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-vimeo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_behance.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-behance.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_malt.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-malt.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_site.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_site.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-site.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_portfolio.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_portfolio.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-portfolio.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_researchgate.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_researchgate.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-researchgate.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_stackoverflow.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_stackoverflow.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-stackoverflow.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_twitter.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_twitter.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-twitter.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item {
  white-space: nowrap;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  content: "";
  background-color: black;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  -webkit-mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  mask: url(/bundles/dyb/libs/icons/new-icons/logo-gitlab.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.widgetLinks__item_gitlab.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px !important;
}
.widgetLinks__item_behance.widgetLinks__item .widgetLinks__item__icon:before {
  width: 13px;
}
.widgetLinks__item_malt.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0 !important;
}
.widgetLinks__item_monblog.widgetLinks__item .widgetLinks__item__icon:before {
  margin: 0.1rem 0 0 0.1rem !important;
}
.header_profile__wrapper {
  display: flex;
  width: 100%;
  margin: 0 -10px;
  padding: 0 10px;
}
.header_profile__bigColumn {
  flex-basis: 75%;
}
.header_profile__mediumColumn {
  flex-basis: 50%;
  flex-grow: 1;
}
.header_profile__smallColumn--right {
  text-align: right;
  flex-basis: calc(25% - 10px);
}
.header_profile__smallColumn--right .header__item:first-of-type {
  margin-right: 0 !important;
}
.header_profile__smallColumn--right .widget_links__wrapper {
  justify-content: flex-end;
}
.header_profile__smallColumn--right .widget:first-child {
  margin-top: 0;
}
.header_profile__smallColumn--right .widget_avatar {
  display: inline-block;
}
.header_profile__smallColumn--right .widgetUserInfo__item {
  display: block;
}
.header_profile__smallColumn--right .widgetUserInfo__item:before {
  display: none;
}
.header_profile__smallColumn--left {
  text-align: left;
}
.header_profile__smallColumn--left .widget_links__wrapper {
  justify-content: flex-start;
}
.header_profile__smallColumn--left .widget:not(:last-child) {
  margin-bottom: 1rem;
}
.header_profile:not(.header_center) .header_profile__mediumColumn {
  flex-grow: 1;
}
.header_profile:not(.header_center) .header_profile__mediumColumn .header__item:first-of-type {
  margin-right: 0 !important;
}
.profile_floatLinks .header__item__wrapper {
  display: flex;
}
.profile_floatLinks .header__item__wrapper .header__item__titles {
  flex-grow: 1;
}
.profile_floatLinks .header__item__wrapper .widget_links {
  display: flex;
  flex-basis: calc(39% - 15px);
  margin-left: 15px;
  justify-content: flex-end;
  align-items: flex-start;
}
.profile_floatLinks .header__item__wrapper .widget_links .widget_links__wrapper {
  justify-content: flex-end;
}
.profile_floatLinks .header__item__wrapper .widget_links .widgetLinks__item {
  margin: 0 5px 0.5em 0 !important;
}
.profile_floatLinks .header__item__wrapper .widget_userName {
  flex-grow: 1;
}
.subHeader_line:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 65%;
  border-top: 1px solid #000;
  margin-bottom: 1rem;
}
.subHeader_line--full:before {
  width: 100%;
}
.widgetTags__item {
  display: inline-block;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
}
.subHeader_center {
  text-align: center;
}
.subHeader_center .widgetElement__list {
  display: inline-block;
}
.subHeader_center.profile_linksLeft .widget_presentation, .subHeader_center.profile_skillsBottom .widget_presentation {
  max-width: 75%;
  margin: 0 auto;
}
.subHeader_center.profile_skillsBottom .widget__title_tags {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.subHeader_center.profile_skillsBottom .widgetTags__item + .widgetTags__item {
  margin-left: 5px;
}
.subHeader_right .widget__title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.widget_contacts {
  display: inline;
}
.widgetContacts__item {
  display: block;
}
.widget_userInformation {
  display: inline-block;
}
.header_center .widgetContacts__item + .widgetContacts__item {
  margin-left: 10px;
}
.header_center .header_profile__smallColumn--right .widgetContacts__item + .widgetContacts__item, .header_center .header_profile__smallColumn--right .widgetUserInfo__item + .widgetUserInfo__item {
  margin-left: 0;
}
.header_center .header_profile__smallColumn--left {
  flex-basis: calc(25% - 10px);
}
.header_center .header_profile__smallColumn--left .widget_links {
  margin-top: -0.5em;
}
.header_center.profile_infosBottom .widgetElement__list {
  display: inline-block;
}
.header_center.profile_infosBottom .widget_presentation {
  max-width: 75%;
  padding: 1rem 30px 1rem;
  margin: 0 auto;
}
.header_center.header_profile.profile_infosBottom .widget_links__wrapper--inline .widgetLinks__item {
  justify-content: flex-end;
}
.header_center.header_profile.profile_infosBottom .header_profile__mediumColumn {
  margin-left: calc(25% - 10px);
}
.header_left .header__item {
  flex-grow: 1;
}
.header_left .header__item.widget_avatar {
  flex-grow: 0;
  flex-shrink: 0;
}
.header_left .header__item.header__item_sideWidgets .widget:not(:first-child) {
  margin-top: 1rem;
}
.header_left .header_profile__mediumColumn {
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  flex-grow: 1;
}
.header_left.header_original .widget_links {
  margin-top: 0.5rem;
}
.header_left.header_original .header__item.header__item_sideWidgets .widget:not(:first-child) {
  margin-top: 0;
}
.header_left.profile_infoZone .widget_tags, .header_left.profile_floatLinks .widget_tags {
  margin-top: 0.5rem;
}
.header_left.profile_floatLinks .header_profile__smallColumn--right, .header_left.profile_skillsBottom .header_profile__smallColumn--right {
  border-left: 1px solid #ccc;
}
.header_left.profile_infoZone .header_profile__smallColumn--right, .header_left.profile_skillsPhoto .header_profile__smallColumn--right {
  border-left: 1px solid #ccc;
}
.header_left.profile_infoZone .widget__title, .header_left.profile_floatLinks .widget__title, .header_left.profile_skillsPhoto .widget__title, .header_left.profile_skillsBottom .widget__title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.header_left.profile_skillsBottom .widget_tags {
  margin-top: 1rem;
}
.header_left.profile_skillsPhoto .header_profile__smallColumn--left {
  flex-basis: 20%;
  margin-right: 10px;
}
.header_left.profile_skillsPhoto .widget_avatar {
  margin: 0 auto 1rem !important;
}
.header_left.profile_skillsPhoto .widget_avatar:last-child {
  margin: 0 auto !important;
}
.header_left .widget {
  display: block;
}
.header_left .widget_presentation {
  margin-top: 2rem !important;
}
.header_left .header_profile__smallColumn--left {
  flex-basis: auto;
}
.header_left.profile_skillsPhoto {
  position: relative;
}
.header_left.profile_skillsPhoto .header_profile__smallColumn--right {
  border-left: none !important;
}
.header_left.profile_skillsPhoto .header_profile__smallColumn--left {
  text-align: center;
}
.header_right.profile_skillsPhoto .header__item_sideWidgets, .header_right.profile_skillsBottom .header__item_sideWidgets {
  border-left: 1px solid #ccc;
}
.header_right .widget__title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.header_right .widget_userName {
  margin-bottom: 0;
}
.header_right .widget_contacts, .header_right .widget_userInformation {
  display: block !important;
}
.header_right .widget_contacts {
  margin: 0 -0.2em;
}
.header_right .widgetAvatar__avatar {
  display: inline-block;
}
.header_right.profile_floatLinks .header__item__wrapper {
  justify-content: space-between;
}
.header_right.profile_floatLinks .widgetUserInfo__item {
  display: block;
}
.header_right.profile_floatLinks .widgetUserInfo__item:before {
  display: none;
}
.header_right .widget_avatar {
  display: inline-block;
  margin-right: 0 !important;
}
.header_right .widget_presentation {
  margin-top: 1rem !important;
}
.header_right.profile_infosBottom .widget_links__wrapper {
  justify-content: center;
}
.header_right.profile_infosBottom .widget_links .widget__title {
  display: none;
}
.header_right.profile_infosBottom .header__item_sideWidgets {
  flex-basis: calc(19% - 20px) !important;
  text-align: center;
  justify-content: center;
  padding-left: 20px;
  margin-right: 0 !important;
}
.header_right.profile_infosRight .header__item_sideWidgets, .header_right.profile_skillsPhoto .header__item_sideWidgets, .header_right.profile_skillsBottom .header__item_sideWidgets {
  flex-basis: calc(19% - 20px) !important;
  text-align: center;
  justify-content: center;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  margin-right: 0 !important;
}
.header_right.profile_infosRight {
  margin-bottom: 2rem;
}
.header_right.profile_infosRight .header__item__wrapper .widget_links {
  flex-basis: calc(25% - 15px);
}
.header_right.profile_infosRight .widget_links .widget__title {
  display: none;
}
.header_right.profile_skillsPhoto .header__item__contacts__wrapper {
  display: flex;
  margin-top: 2rem;
}
.header_right.profile_skillsPhoto .header__item__contacts__wrapper .widget_contacts, .header_right.profile_skillsPhoto .header__item__contacts__wrapper .widget_userInformation {
  flex-basis: 50%;
  flex-grow: 1;
}
.header_right.profile_skillsPhoto .header__item__contacts__wrapper .widget_contacts {
  margin-right: 10px;
}
.header_right.profile_skillsPhoto .header__item__contacts__wrapper .widget_userInformation {
  text-align: right;
}
.header_right.profile_skillsPhoto .widget_links__wrapper {
  justify-content: flex-end;
}
.header_right.profile_skillsPhoto .widget_presentation {
  margin-top: 1rem;
}
.header_right.profile_skillsBottom .widget_links__wrapper {
  justify-content: flex-end;
}
.header_right.profile_skillsBottom .widget.widget_tags {
  margin-top: 1rem;
}
.header_right.profile_floatLinks:not(.profile_skillsPhoto) .widget_userInformation {
  margin-top: 2rem !important;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper {
  display: flex;
  justify-content: space-between;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widget_userInformation {
  text-align: right;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widgetUserInfo__item ~ .widgetUserInfo__item::before {
  margin-left: 3px;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widget_contacts a + a {
  margin-left: 20px;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widget_contacts .widgetContacts__item_mobile, .subHeader_right.profile_infosBottom .user_infos_wrapper .widget_contacts .widgetContacts__item_publicemail {
  display: inline-block;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widget_contacts .lineBreaker {
  display: inline-block;
  margin-left: 4px;
}
.subHeader_right.profile_infosBottom .user_infos_wrapper .widget_contacts, .subHeader_right.profile_infosBottom .user_infos_wrapper .widget_userInformation {
  flex-basis: 50%;
  flex-grow: 1;
}
.identityLeft .widget_links .widget__title {
  display: none;
}
.identityLeft .icon-mobile::before, .identityLeft .widgetContacts__item_mobile::before, .identityLeft .widgetContacts__item_postalAddress::before {
  text-align: left;
}
.identityLeft .widgetContacts__item_publicemail::before {
  padding-right: 0.4em;
}
.identityLeft.profile_topContent {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.identityLeft.profile_topContent_center {
  text-align: center;
}
.identityLeft.profile_topContent_center .widget_avatar, .identityLeft.profile_topContent_center .widgetAvatar__wrapper {
  margin: 0 auto 1rem;
}
.identityLeft.profile_topContent_center .widget_links__wrapper {
  justify-content: center;
  flex-direction: row;
}
.identityLeft.profile_topContent_center .widget_links__wrapper .widgetLinks__item {
  flex-basis: auto;
}
.identityLeft.profile_topContent .widget:not(:last-child) {
  margin-bottom: 1rem;
}
.identityLeft.profile_topContent .widget:last-child {
  margin-bottom: 0;
}
.identityLeft.profile_content .widget_contacts {
  display: inline-block;
}
.identityLeft .widget_userInformation {
  display: block;
}
.identityLeft .widgetUserInfo__item {
  display: block;
}
.identityLeft .lineBreaker {
  display: block;
}
.cv {
  --pageMargin: 27px;
}
.currentPage {
  color: white;
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-weight: 400;
  background: #F7A32B;
  text-align: center;
}
.columns__column2 {
  margin-left: 0;
}
.columns__column2 .widget:not(.widget_links):not(.widget_languageSkills) {
  margin: 0;
}
.widget_skills {
  padding-bottom: 0 !important;
}
.widget_experiences {
  padding-bottom: 15px !important;
}
.widgetElement__title, .widgetElement__titleLink {
  font-size: 14px;
}
.columns__column2 .widget__title {
  margin-bottom: 0.5rem;
}
.widget_avatar {
  width: 120px;
}
.widgetAvatar__wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.widget__title {
  text-transform: uppercase;
}
.widget_skills .widget__title {
  margin-bottom: 1.5rem !important;
}
.widget_skills .widgetElement__title {
  font-size: 12px;
}
.cvUrl {
  margin-top: 15px;
}
.cvUrl a {
  text-decoration: underline;
}
.widget_presentation {
  margin-top: 1.5rem;
}
.widget__title_presentation {
  color: #ffffff !important;
  font-family: "Courgette";
  font-weight: 400;
}
.userName {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}
.columns__column1 .widget_links__wrapper--inline {
  justify-content: center;
}
.widgetContacts__item:before {
  color: white;
}
.cv .columns__column2 .break_page__edit {
  width: calc(calc(210mm * .47) - 135px);
  left: 0;
}
.cv .columns__column3 .break_page__edit {
  width: calc(calc(210mm * .28) + .3rem);
}
.columns__column1 {
  padding: 2rem 28px;
}
.columns__column1 .widgetElement__listItem::before {
  background: white !important;
}
.columns__column3 {
  background-color: #ffffff;
  border-left: 1px solid rgba(247, 163, 43, 0.3);
  padding: 2rem 0 2rem 1rem;
}
.columns {
  margin: 3rem;
}
.columns__column3 .widget_languageSkills .widgetElement__listItem.skillsBulletList__item_leveled, .columns__column2 .widget_languageSkills .widgetElement__listItem.skillsBulletList__item_leveled {
  flex-basis: 100% !important;
}
.columns__column2 {
  position: relative;
}
.columns__column2 .widget_languageSkills .widgetElement__list .widgetElement__listItem {
  flex-basis: calc(45.5% - 2rem);
}
.widget__title_presentation {
  margin-bottom: 0 !important;
}
.columns__column2 .break_page__edit.break_page__between {
  left: 25px !important;
}
.columns__column3 .break_page__edit.break_page__between {
  left: 12px !important;
}
