@charset "UTF-8";
@font-face {
  font-family: "Onest";
  src: url("/storage/datatypes/pages/0001/00001266/files/onest-variablefont-wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: 1.2;
}
a:focus {
  outline: none;
}
.main {
  font-family: "Onest";
  background: linear-gradient(180deg, #FFFFFF 0%, #9B407A66 100%);
}
.main-top {
  padding-bottom: 15px;
  display: flex;
  gap: 17px;
}
@media screen and (min-width: 500px) {
  .main-top {
    padding: 15px 0;
  }
}
@media screen and (min-width: 686px) {
  .main-top {
    padding: 30px 15px 40px;
    gap: 27px;
  }
}
.main-top .logo {
  width: 51px;
  height: 50px;
  flex-shrink: 0;
}
@media screen and (min-width: 686px) {
  .main-top .logo {
    width: 82px;
    height: 82px;
  }
}
.main-top .logo img {
  width: 100%;
  height: 100%;
}
.title {
  font-size: 28px;
  font-weight: 600;
  max-width: 710px;
}
@media screen and (min-width: 686px) {
  .title {
    font-size: 32px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .grid > div:nth-child(1) {
    display: grid;
    order: 2;
  }
  .grid > div:nth-child(2) {
    display: grid;
    order: 1;
  }
  .grid > div:nth-child(3) {
    display: grid;
    order: 4;
  }
  .grid > div:nth-child(4) {
    display: grid;
    order: 3;
  }
}
.nomobile {
  display: none;
}
@media screen and (min-width: 686px) {
  .nomobile {
    display: initial;
  }
}
@media screen and (max-width: 395px) {
  .top__logo a.std {
    width: 260px;
  }
}
.webinar-title {
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 600;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 40px;
  padding-top: 30px;
}
@media screen and (min-width: 686px) {
  .webinar-title {
    font-size: 38px;
  }
}
.text-wrapper {
  position: relative;
}
@media screen and (max-width: 500px) {
  .content {
    padding: 20px 20px !important;
  }
}
.content {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
header {
  z-index: 1;
}
.c-top-image {
  display: block;
  height: 900px;
  width: 100%;
  background-image: url("/storage/datatypes/blocks/0001/00001161/files/upload-fabebc43-6ac4.png");
  background-repeat: no-repeat;
  background-position: 53% 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .c-top-image {
    background-size: auto;
  }
}
.b-past-webinars-wrapper {
  margin-bottom: 200px;
}
.b-past-webinars-delimeter {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-webinar-items__wrapper {
  margin-bottom: 30px;
}
.b-past-webinars-button {
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding: 15px 60px;
  color: #fff;
  background-color: #0db8f1;
  border: 2px solid #0db8f1;
  border-radius: 30px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 686px) {
  .b-past-webinars-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .b-past-webinars-button {
    margin-left: calc(15% + 30px + (35% - 30px - 110px));
  }
}
.b-past-webinars-button:hover {
  background-color: #fff;
  color: #0db8f1;
  text-decoration: none;
}
.c-bottom-image {
  display: block;
  height: 1300px;
  width: 100%;
  background-image: url("/storage/datatypes/pages/0000/00000659/files/1.jpg");
  background-repeat: no-repeat;
  background-position: 60% 12%;
  background-size: 3000px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.c-bottom-image--minified {
  height: 695px;
  background-position: 60% -25%;
}
#modal-1 {
  display: none;
}
#modal-1.is-open {
  display: block;
}
.modal {
  font-family: "Montserrat", Arial, sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 16px;
}
@media screen and (min-width: 686px) {
  .modal__title {
    font-size: 32px;
  }
}
.modal__close {
  background: transparent;
  border: 0;
  color: #fff;
  position: fixed;
  right: 5vw;
  top: 5vh;
  font-size: 32px;
}
.modal__close::before {
  content: "✕";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}
