/* MEDIA QUERIES */
/* COlORS */
:root {
  --mainTextColor: #ffffff;
  --secondaryTextColor: #000000;
  --footerBgColor: #000000;
  --bullet-color: #56646f;
  --color1: #f87909;
  --btn_color: #363f4d;
}

/* TEXT */
h1, h2, h3, h4, h5, h6, p, a, li, label {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 600;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p, a, li, label {
  font-weight: 300;
}

h1 {
  font-size: 90px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 60px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
    text-align: center;
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-weight: 400;
  }
}

h5 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    font-size: 17px;
    font-weight: 400;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

label {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  label {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  label {
    font-size: 14px;
  }
}

/* DESIGN */
body {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/images/laningPages/webinar/bg_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  backdrop-filter: blur(8px);
  color: var(--mainTextColor);
}

.content {
  flex: 1;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  background: url("");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content {
    max-width: 100%;
    padding: 0;
    background: none;
  }
}
.content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 50px;
  background-image: url("/images/laningPages/webinar/bg_header.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header {
    padding: 20px;
  }
}
.content .header .logoes {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
}
.content .header .ness-logo {
  width: 74px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header .ness-logo {
    width: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header .ness-logo {
    width: 40px;
    padding: 0;
  }
}
.content .header .webinar-logo {
  width: 210px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header .webinar-logo {
    width: 150px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header .webinar-logo {
    width: 120px;
    padding: 0;
  }
}
.content .header h1 {
  direction: ltr;
  display: block;
  color: var(--color1);
}
.content .header h1 span {
  direction: rtl;
  display: block;
  padding-top: 8px;
  color: var(--mainTextColor);
  font-size: 62px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header h1 span {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header h1 span {
    font-size: 18px;
  }
}
.content .header h1 span b {
  font-size: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header h1 span b {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header h1 span b {
    font-size: 20px;
  }
}
.content .webinar {
  padding: 50px;
  background-image: url("/images/laningPages/webinar/bg_bright.png");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid var(--color1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar {
    padding: 30px 20px;
    background-image: url("/images/laningPages/webinar/bg_bright.png"), linear-gradient(90deg, rgba(84, 136, 171, 0.2901960784), rgba(11, 40, 72, 0.8823529412));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 30%;
    border-top: 6px solid var(--color1);
  }
}
.content .webinar .title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .title {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
}
.content .webinar .title h2 {
  padding-bottom: 20px;
}
.content .webinar .title h5 {
  font-weight: 400;
}
.content .webinar .title h5 b {
  display: contents;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .title .webinar-logo {
    align-self: center;
    max-width: 150px;
    margin-bottom: 16px;
  }
}
.content .webinar .list {
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list {
    padding: 24px 0;
  }
}
.content .webinar .list .list-title {
  color: var(--color1);
}
.content .webinar .list ul {
  margin: 0;
  padding: 16px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul {
    padding: 12px 0 0 0;
  }
}
.content .webinar .list ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-bottom: 8px;
  text-align: start;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li {
    padding-bottom: 8px;
  }
}
.content .webinar .list ul li b {
  display: contents;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li br {
    display: none;
  }
}
.content .webinar .list ul li::before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-inline-end: 16px;
  align-self: start;
  margin-top: 4px;
  border-radius: 10px;
  border: 2px solid var(--color1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .list ul li::before {
    align-self: flex-start;
    margin: 2px 0 0 8px;
  }
}
.content .webinar .contact {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content .webinar .contact .bullet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 16px;
  background: var(--bullet-color);
  mix-blend-mode: hard-light;
  border-radius: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .bullet {
    align-items: stretch;
  }
}
.content .webinar .contact .bullet div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  mix-blend-mode: none;
}
.content .webinar .contact .bullet div:first-child {
  margin-inline-end: 16px;
}
.content .webinar .contact .bullet div h3, .content .webinar .contact .bullet div h6 {
  margin-inline-start: 8px;
}
.content .webinar .contact .bullet div h6 {
  font-weight: 400;
}
.content .webinar .contact .bullet div img {
  width: auto;
  height: 100%;
  min-height: 40px;
  max-height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .webinar .contact .bullet div img {
    min-height: 30px;
    max-height: 30px;
  }
}
.content .webinar .contact .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-inline-start: 24px;
  padding: 8px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  background: var(--btn_color);
  color: var(--mainTextColor);
  border-radius: 100px;
  border: 4px solid var(--mainTextColor);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .button {
    margin: 16px auto 0;
    font-size: 20px;
    font-weight: 500;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.content .webinar .contact .button:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 8px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid var(--color1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar .contact .button:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid var(--color1);
  }
}
.content .webinar.mendio {
  background: url("/images/laningPages/webinar/bg_mendio.png");
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.mendio {
    background: url("/images/laningPages/webinar/bg_mendio.png"), linear-gradient(90deg, rgba(84, 136, 171, 0.2901960784), rgba(11, 40, 72, 0.8823529412));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 25%;
  }
}
.content .webinar.echo {
  background: url("/images/laningPages/webinar/bg_echo.png");
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.echo {
    background: url("/images/laningPages/webinar/bg_echo.png"), linear-gradient(90deg, rgba(84, 136, 171, 0.2901960784), rgba(11, 40, 72, 0.8823529412));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 35%;
  }
}
.content .webinar.kodem {
  background: url("/images/laningPages/webinar/bg_kodem.png");
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .webinar.kodem {
    background: url("/images/laningPages/webinar/bg_kodem.png"), linear-gradient(90deg, rgba(84, 136, 171, 0.2901960784), rgba(11, 40, 72, 0.8823529412));
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 35%;
  }
}
.content .form-title {
  padding: 0 50px;
  color: var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .form-title {
    padding: 0 20px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  padding: 8px;
  background: var(--footerBgColor);
}
footer .notes {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .notes {
    flex-direction: column;
  }
}
footer .notes p {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .notes p {
    font-size: 12px;
  }
}
footer .notes p:first-child {
  margin-inline-end: 24px;
}
footer a {
  color: var(--mainTextColor);
}/*# sourceMappingURL=css.css.map */