:root {
  --color-7: #fc766b;
  --color: white;
  --color-4: #17374c;
  --color-5: #32688f;
  --color-3: black;
  --color-2: #333;
  --color-6: #6eaad6;
  --color-8: #868686;
  --color-9: #d4d4d4;
}

body {
  color: #333;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-7);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 1.1em;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 700px;
  margin-top: 50px;
  padding: 0%;
  display: flex;
  position: relative;
}

.hero-content-div {
  color: var(--color);
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding-bottom: 0%;
  display: flex;
}

.hero-top-line {
  color: var(--color-7);
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0%;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: static;
  inset: 0% 0% auto auto;
}

.hero-par {
  max-width: none;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.button {
  border: 2px solid var(--color-4);
  background-color: var(--color);
  color: var(--color-4);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-image: linear-gradient(180deg, var(--color-5), var(--color-4));
  color: var(--color);
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  height: 50px;
}

.brand {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.nav-menu {
  z-index: 1;
  align-items: center;
  height: 85px;
  padding-right: 10px;
  display: flex;
}

.navlink-jm {
  color: var(--color);
  align-items: center;
  padding: 10px 15px 10px 10px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink-jm:hover, .navlink-jm.w--current {
  color: var(--color-7);
}

.nav-icon {
  width: 25px;
  margin-right: 10px;
}

.nav-bg-color {
  background-color: var(--color-4);
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 1;
}

.icon {
  color: var(--color-7);
  margin-left: 0;
}

.icon._40 {
  width: 30px;
  margin-right: 10px;
}

.body {
  background-color: var(--color-5);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #32688fa1, var(--color-4)), url('../images/dots-lg.png');
  color: var(--color-3);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-weight: 400;
}

.h2-light {
  color: var(--color);
}

.points {
  align-items: flex-start;
  margin-top: 15px;
  padding-left: 20px;
  line-height: 1.5em;
  display: flex;
}

.hero-text-div {
  color: var(--color-3);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-height: 45%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.hero-video-div {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 375px;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0%;
  display: flex;
  position: static;
  inset: 130px auto 75px 0%;
  overflow: hidden;
}

.spec-web {
  color: var(--color-7);
  font-weight: 600;
}

.webinar-txt-div {
  color: var(--color);
  background-color: #17374c00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.sp-list-div {
  background-color: var(--color-4);
  color: var(--color);
  border-bottom: 1px solid #ffffff3d;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
}

.sp-list-div.btm {
  margin-bottom: 15px;
}

.who {
  padding: 3%;
}

.who-wrap {
  background-color: var(--color);
  justify-content: flex-end;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  display: flex;
}

.txt-50 {
  width: 48%;
}

.txt-50.center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3-less-top {
  margin-top: -15px;
}

.h3-less-top.less-btm {
  margin-bottom: 0;
}

.register-wrap {
  text-align: center;
  background-color: #0000008a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.video {
  width: auto;
  min-width: 0%;
  max-width: none;
  height: auto;
  max-height: none;
}

.h3-color {
  color: var(--color-7);
  margin-bottom: 15px;
}

.top-line {
  color: var(--color);
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-div {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.top-line-holder {
  height: auto;
  min-height: 0;
}

.div-block {
  color: var(--color-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  padding: 0;
  display: flex;
}

.hero-white-block {
  background-color: var(--color);
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.register-in-hero {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.list {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-color: #0000;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
    min-height: 600px;
    margin-top: 80px;
    padding: 0%;
  }

  .hero-content-div {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0%;
  }

  .hero-top-line {
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.2em;
    position: static;
    inset: 0% 0% auto auto;
  }

  .hero-par, .button {
    font-size: 1em;
  }

  .image {
    height: 45px;
  }

  .nav-menu {
    height: 75px;
  }

  .navlink-jm {
    padding-right: 10px;
  }

  .nav-icon {
    margin-right: 0;
  }

  .icon._40 {
    width: 25px;
  }

  .nav-text {
    display: none;
  }

  .hero-text-div {
    width: 100%;
    min-height: 30%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-video-div {
    justify-content: flex-start;
    width: 40%;
    height: auto;
    margin-top: 0;
    margin-left: 0%;
    top: 100px;
  }

  .webinar-txt-div {
    padding: 0;
  }

  .sp-list-div {
    align-items: flex-start;
    padding-left: 10px;
  }

  .who-wrap {
    background-image: none;
    flex-flow: column;
    padding: 25px 25px 20px;
  }

  .txt-50 {
    width: 100%;
  }

  .txt-50.center {
    margin-bottom: 20px;
  }

  .top-line {
    font-size: 2.2em;
  }

  .hero-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    padding-top: 0;
  }

  .hero-white-block {
    height: 68%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .hero {
    height: auto;
    min-height: 450px;
    margin-top: 65px;
  }

  .hero-content-div {
    width: 100%;
  }

  .hero-top-line {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }

  .hero-par {
    margin-bottom: 15px;
  }

  .image {
    height: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 50px;
  }

  .icon._40 {
    width: 25px;
  }

  .hero-text-div {
    flex-flow: column;
    min-height: 0;
    padding: 0;
    display: flex;
  }

  .hero-video-div {
    width: 50%;
    height: auto;
    margin-bottom: 0%;
    margin-left: 0;
    top: 85px;
  }

  .spec-web {
    font-size: 1em;
  }

  .webinar-txt-div {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sp-list-div {
    align-items: flex-start;
    width: 100%;
    font-size: 1em;
  }

  .sp-list-div.btm {
    margin-bottom: 10px;
  }

  .who-wrap {
    padding: 15px;
  }

  .h3-less-top {
    font-size: 1.2em;
  }

  .top-line {
    font-size: 1.8em;
  }

  .hero-div {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0%;
  }

  .top-line-holder {
    padding-right: 175px;
  }

  .hero-white-block {
    height: 56%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  h3 {
    margin-bottom: 10px;
  }

  ul {
    padding-left: 20px;
  }

  .hero {
    height: auto;
    min-height: 500px;
    margin-top: 65px;
    padding-bottom: 0%;
  }

  .hero-content-div {
    flex-flow: column;
  }

  .hero-top-line {
    margin-top: 0;
    font-size: 1.2em;
  }

  .button {
    text-align: center;
  }

  .image {
    height: 30px;
  }

  .brand {
    margin-left: 10px;
  }

  .nav-menu {
    height: 50px;
  }

  .navlink-jm {
    padding: 10px;
  }

  .nav-icon {
    width: 20px;
  }

  .hero-text-div {
    width: 100%;
    padding: 0;
  }

  .hero-video-div {
    justify-content: center;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }

  .webinar-txt-div {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .sp-list-div {
    width: 100%;
    margin-left: 0;
    font-size: 1em;
  }

  .sp-list-div.btm {
    margin-bottom: 10px;
  }

  .who {
    padding-top: 0%;
  }

  .who-wrap {
    background-image: none;
    margin-top: 5%;
    padding-bottom: 15px;
  }

  .register-wrap {
    padding: 25px;
  }

  .h3-color {
    font-size: 1.2em;
  }

  .top-line {
    color: var(--color);
    font-size: 1.5em;
  }

  .top-line-holder {
    padding-right: 0;
  }

  .hero-white-block {
    height: 80%;
  }

  .register-in-hero {
    padding: 25px;
  }
}


