@font-face {
  font-family: "Play";
  font-display: swap;
  src: url(fonts/82c0fe7d2cb5b89a188e36e2b5b701aa.woff2) format("woff2"), url(fonts/e94c4b6d09002fe0f01d8d1037de5fe9.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  font-display: swap;
  src: url(fonts/860685f51a993f436593d32c92254d4d.woff2) format("woff2"), url(fonts/150f0d83455b131ae8c7506a49a55765.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Play", sans-serif;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.4;
}
.webinar .screen-wrapper {
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.webinar__header {
  border-top: 3px solid var(--button-color);
  background: var(--dark-bg-color);
  min-height: 57px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.webinar__header__login {
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 160px;
  height: 40px;
}
.webinar__header__login img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.webinar__header__links {
  max-width: calc(100% - 200px);
}
.webinar__header__link {
  display: block;
  color: var(--white-text-color);
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 15px;
}
.webinar__header__link:last-child {
  margin-bottom: 0;
}
.webinar__header__link svg {
  height: 0.6em;
  width: 1.029em;
}
.webinar__footer {
  background: var(--dark-bg-color);
  min-height: 60px;
  color: var(--white-text-color);
  padding: 20px 0;
}
.webinar__footer__left {
  margin-bottom: 20px;
}
.webinar__footer a {
  color: var(--button-color);
  text-decoration: none;
}
.webinar__footer a:hover {
  text-decoration: underline;
}
.screen-wrapper {
  width: 1590px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.webinar-wrapper {
  width: 1590px;
  max-width: 100%;
  margin: auto;
  padding: 25px 20px 30px;
}
.webinar-wrapper .webinar-video-item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail {
  display: block;
  padding-top: 56.25%;
  background: var(--dark-bg-color);
  margin-bottom: 10px;
  color: var(--white-text-color);
  position: relative;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-bg-color);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 2;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail .webinar-video-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail .webinar-video-counter,
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail .webinar-video-on-air {
  font-size: 1.2rem;
}
.webinar-wrapper .webinar-video-item .webinar-video-thumbnail .webinar-video-on-air {
  -webkit-animation: pulse 1s ease-in-out infinite;
  -moz-animation: pulse 1s ease-in-out infinite;
  -o-animation: pulse 1s ease-in-out infinite;
  -ms-animation: pulse 1s ease-in-out infinite;
  animation: pulse 1s ease-in-out infinite;
}
.webinar-wrapper .webinar-video-item .webinar-video-title {
  font-weight: bold;
  color: var(--button-color);
}
.archive-title {
  font-size: 1.86em;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 590px) {
  .webinar-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .webinar-wrapper .webinar-video-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}
@media screen and (min-width: 940px) {
  .webinar-wrapper .webinar-video-item {
    width: calc((100% - 60px) / 3);
  }
  .webinar__header .screen-wrapper {
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .webinar__header__links {
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .webinar__header__link {
    margin: 0 0 0 30px;
  }
  .webinar__header__link:first-child {
    margin-left: 0;
  }
  .webinar__footer .screen-wrapper {
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .webinar__footer__left,
  .webinar__footer__right {
    width: calc(50% - 10px);
    margin: 0;
  }
  .webinar__footer__right {
    text-align: right;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-shadow: 0 0 0 var(--white-text-color);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-shadow: 0 0 0 var(--white-text-color);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-shadow: 0 0 0 var(--white-text-color);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-shadow: 0 0 0 var(--white-text-color);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-shadow: 0 0 5px var(--white-text-color);
  }
}

