.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  overflow: hidden
}

@media(max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  float: left
}

.column-1 {
  width: 8.3%
}

.column-2 {
  width: 16.6%
}

.column-3 {
  width: 25%
}

.column-4 {
  width: 33.3%
}

.column-5 {
  width: 41.6%
}

.column-6 {
  width: 50%
}

.column-7 {
  width: 58.3%
}

.column-8 {
  width: 66.6%
}

.column-9 {
  width: 75%
}

.column-10 {
  width: 83.3%
}

.column-11 {
  width: 91.6%
}

.column-12 {
  width: 100%
}

@media(max-width: 1023px) {

  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12 {
    margin: 0 !important;
    padding: 0 !important;
    float: none;
    width: 100% !important
  }

  .container {
    padding: 0 16px !important;
  }
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%
}

footer,
header,
nav,
section {
  display: block;
  overflow: hidden
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth
}

body {
  font-family: montserrat, sans-serif;
  background-color: #f7f7f7;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--text-color);
  line-height: 1
}

:focus {
  outline: none
}

:root {
  --text-color: #242424;
  --title-color: #242424;
  --hilight-color: #052C56;
  --second-hilight-color: #5C6C92;
  --button-color: #FFC914;
    --max: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
}

.wrap{ max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }


a {
  text-decoration: none
}

a:hover,
a:active {
  outline: 0
}

p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: var(--text-color);
  font-weight: 400;
}

h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 66px;
}

h2,
h2 a {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 24px
}

h3,
h3 a {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px
}

h4,
h4 a {
  font-size: 22px;
  line-height: 29px
}

h5,
h5 a {
  font-size: 19px;
  line-height: 26px
}

h6,
h6 a {
  font-size: 16px;
  line-height: 21px
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: var(--title-color);
  font-family: montserrat, sans-serif
}

ul {
  list-style: disc inside
}

ol {
  list-style: decimal inside
}

li {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
  color: var(--text-color);
  list-style: none;
  font-family: montserrat, sans-serif
}

li ul,
li ol {
  margin-left: 15px;
  margin-bottom: 0
}

iframe,
img {
  max-width: 100%
}

.button {
  padding: 16px 24px;
  background: var(--button-color);
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: center;
  height: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button:hover {
  -webkit-box-shadow: 0 0 16px #dbac0f inset;
          box-shadow: 0 0 16px #dbac0f inset;
  color: #000;
}

/* ─────────────────────── nav ─────────────────────── */
.nav{
  background: #fff;
  border-bottom: 1px solid #EAECF0;
  position: sticky; top: 0; z-index: 50;
}
.nav-inner{
  display: flex; align-items: center; justify-content: center;
  padding: 22px 0;
}
.brand{
  display: inline-flex; align-items: center;
}
.brand img{ width: 215px; height: auto; display: block; }

@media (max-width: 720px){
  .brand img{ width: 168px; }
}





.hero{
  position: relative;
  padding: clamp(56px, 9vh, 110px) 0 clamp(64px, 11vh, 130px);
  overflow: hidden;
  color: #fff;
  background:
    /* subtle left → right tonal shift for depth */
    linear-gradient(90deg, rgba(40, 28, 90, 0.28) 0%, rgba(40, 28, 90, 0) 55%, rgba(155, 140, 230, 0.18) 100%),
    /* main brand purple overlay */
    linear-gradient(215.86deg, rgba(61, 64, 111, 0.86) -13.49%, rgba(129, 124, 235, 0.72) 153.74%),
    url("images/hero-bg.jpg") center / cover no-repeat;
}

.hero-inner{
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}

h1{
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 18px;
  max-width: 22ch;
}

.hero-sub{
  margin: 0 auto 44px;
  max-width: 56ch;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}

/* ─────── pricing box ─────── */
.hero-box{ width: 100%; max-width: 580px; }
.box{
  background: #fff;
  color: #232323;
  border-radius: 8px;
  padding: 40px 32px;
  box-shadow:
    0 30px 60px -20px rgba(26, 18, 51, .35),
    0 8px 24px -10px rgba(26, 18, 51, .15);
  position: relative;
  text-align: center;
}
@media (max-width: 480px){ .box{ padding: 22px 32px; } }

.box-label{
  font-size: 18px; font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 12px;
}

.price-row{
  display: flex; justify-content: center; align-items: baseline; gap: 14px;
  margin-bottom: 4px;
}
.price-row .new{
  font-size: 64px; font-weight: 800;
  line-height: 78px;
  background: linear-gradient(to right, #609846, #69BB43);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.price-vat{
  font-size: 13px;
  font-weight: 500;
  color: #7c739a;
  margin-bottom: 14px;
}
.price-deadline{
  font-size: 14px;
  font-weight: 600;
  color: #ef4444;
  margin-bottom: 28px;
}

.bullets{
  list-style: none; padding: 0;
  margin: 0 auto 28px;
  display: inline-block;
  text-align: left;
}
.bullets li{
  display: flex; align-items: center; gap: 10px;
  font-size: 20px; font-weight: 500;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #232323;
  margin-bottom: 14px;
}
.bullets li:last-child{ margin-bottom: 0; }
.bullets li svg.check{
  flex-shrink: 0;
  width: 24px; height: 22px;
}

.cta{
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center; justify-content: center;
  background: #FFC914;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 16px 32px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background .2s;
}
.cta:hover{ background: #FFD546; }

.login-note{
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #7c739a;

}
.login-note a{
  color: #4fa02c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login-note a:hover{ color: #69BB43; }

.payments{
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  justify-items: center;
  align-items: center;
  row-gap: 16px;
  column-gap: 12px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #ece8f5;
}
.payments .pay{ display: inline-flex; align-items: center; }
.payments .pay img{ width: auto; display: block; }
.pay-mastercard img{ height: 56px; }
.pay-visa     img{ height: 40px; }
.pay-paypal   img{ height: 48px; }
.pay-link     img{ height: 44px; }
.pay-gpay     img{ height: 44px; }
.pay-applepay img{ height: 52px; }


header {
  padding: 24px 0;
  background-color: var(--hilight-color);
}

.logo {
  width: 215px
}

header .column-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

header ul li {
  text-align: center;
  margin-bottom: 0;
  padding: 0 20px;
}

header ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 56px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;

}
header ul li a::before, header a.login::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header ul li a.active:before {
    width: 100%;
}
header ul li a:hover::before, header a.login:hover::before {
  width: 100%;
  }


header ul li a img {
  display: none
}

header .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

header nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header a.login {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin-right: 16px;
  position: relative;
}
.mobile-logo {
  display: none;
}
.burger {
  display: none;
  visibility: hidden
}

.main-menu {
  position: relative;
  top: 0
}

.intro {
  background-color: var(--hilight-color);
  padding: 44px 0 35px 0;
}

.intro .container {
  position: relative;
  overflow: visible;
}

.intro .text-block {
  width: 51%;
}

.intro .card-block {
  width: 49%;
  max-width: 588px;
  position: relative;
}

.intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.intro h1 {
  color: #fff;
  margin-bottom: 32px;
}

.intro .text-block p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 400;
}

.intro .text-block p strong {
  font-weight: 700;
}

.intro .card-block::after {
  content: "";
  position: absolute;
  bottom: -6%;
  right: -30px;
  height: 660px;
  background-image: url(images/bg-element.png);
  background-size: contain;
  background-position: center;
  opacity: 1;
  z-index: 0;
  width: 1160PX;
  background-repeat: no-repeat;


}

.intro .card {
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 32px;
  z-index: 2;
  position: relative;

}

.intro .card h2.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  display: block;

}

.intro .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  color: var(--text-color);
  margin: 0;

}

.intro .card ul {
  margin: 24px 0 0 0;
}

.intro .card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20PX;
}

.intro .card ul li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
  color: var(--text-color);
  text-decoration: underline;
  cursor: -webkit-grab;
  cursor: grab;

}

.intro .card ul li a:hover {
  text-decoration: none;
}

.intro .card p strong {
  margin: 24px 0 16px 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;

}

.intro .card p strong span {
  color: #0D865E;
}

.intro .card .button {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.newsletter-block {
  background-color: #fff;
  overflow: hidden
}

.newsletter-block .column-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsletter-block form {
  width: 44%;
  padding: 24px 0 0 0;
}
#af-body-344767836 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          flex-direction: column;
}

.newsletter-block p {
  width: 95%;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

.newsletter-block input {
  padding: 0 16px;
  margin-right: 8px;
  width: 200px;
  height: 40px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px
}
.newsletter-block .icon-name {
  background-image: url('images/person.svg'); 
  background-repeat: no-repeat; 
  outline: none;
  position: absolute;
  z-index: 9;
  width: 20px;
    height: 20px;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
  }
.newsletter-block input#awf_field-113885140 {
padding-left: 42px; 
position: relative;
}
.newsletter-block .icon-email{
  background-image: url('images/mail.svg'); 
  background-repeat: no-repeat; 
  outline: none;
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 24px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;

  }
  .newsletter-block .af-textWrap {
    position: relative;
  }
.newsletter-block input#awf_field-113885141 {
  padding-left: 42px; 
  position: relative;
  }
  .newsletter-block form .af-footer p {
    margin-bottom: 0;
}

.newsletter-block input::-webkit-input-placeholder {
  color: #898781;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.newsletter-block input::-moz-placeholder {
  color: #898781;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.newsletter-block input:-ms-input-placeholder {
  color: #898781;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.newsletter-block input::-ms-input-placeholder {
  color: #898781;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.newsletter-block input::placeholder {
  color: #898781;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.newsletter-block input[type=submit] {
  width: 140px;
  background: var(--button-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid var(--button-color);
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer
}

.newsletter-block input[type=submit]:hover {
  -webkit-box-shadow: 0 0 16px #dbac0f inset;
          box-shadow: 0 0 16px #dbac0f inset;
}

.newsletter-block .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.newsletter-block .counter span.count_down {
  font-size: 50px;
  line-height: 61px;
  color: #052C56;
  display: block;
  font-weight: 700
}

.newsletter-block .counter span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #052C56;
}

.newsletter-block .counter .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.newsletter-block .counter span.separator {
  margin: -30px 24px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #052C56;

}

.newsletter-block .counter .item.seconds span {
  color: #052C56;

}

.newsletter-block input {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ribbon {
  background-color: #990125;
  -webkit-box-shadow: 3px 0 3px 0 #372f73ad;
          box-shadow: 3px 0 3px 0 #372f73ad;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  min-width: 310px;
  position: absolute;
  padding: 19px 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 43%
}



.info-block {
  padding: 64px 0;
  background-color: var(--hilight-color);
}

.info-block h2 {
  text-align: center;
  color: #fff;
}

.info-block p.desc {
  color: #fff;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 71%;
  line-height: 26px;
}

.info-block .button {
  margin: 0 auto;
  display: block;
  max-width: 150px;
}

.info-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-top: 32px;
}

.info-block .box {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #FFF;
  width: 33%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}

.info-block .box .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: var(--title-color);
  display: block;
  margin: 0 auto 16px;
  width: 95%;

}

.info-block .box p {
  color: var(--text-color);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

}

.info-block .box img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: auto;
}


.meetups-block {
  padding: 64px 0;
  background-color: #F7F7F7;
}

.meetups-block h2 {
  text-align: center;
}

.meetups-block p.desc {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 71%;
  line-height: 26px;
}

.meetups-block .meetup-box {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
}

.meetups-block .meetup-box:not(:last-child) {
  margin-bottom: 24px;
}

.meetup-box .row.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meetup-box .title span,
.meetup-box .title p {
  font-size: 24px;
  font-style: normal;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.meetup-box .row.heading .coming-soon {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.meetup-box .row.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.meetup-box .lecturer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #D3D3D3;
  border-radius: 8px;

}

.meetup-box .lecturer .lecturerName {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.meetup-box .lecturer img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 32px;
}

.accordion-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.accordion-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 24px !important;
  width: 24px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.accordion-content {
  padding: 24px;
  border-top: 1px solid #D3D3D3;
  display: none;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;

}

.accordion-content p,
.accordion-content span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

/* Rotate arrow when an item is active */
.accordion-arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.latest-lectures {
  padding: 64px 0;
  background-color: var(--hilight-color);
}

.latest-lectures h2 {
  text-align: center;
  color: #fff;
}

.latest-lectures p.desc {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 71%;
  line-height: 26px;
  color: #fff;
}

.latest-lectures p.desc a {
  color: #fff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

p.desc a:hover {
  text-decoration: none;
}

.latest-lectures .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;

}

.latest-lectures .row.flex .column-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.video-block {
  background-color: #fff;
  border-radius: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.video-block .title-block {
  padding: 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #D3D3D3;
}

.title-block h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 73%;
}

.title-block .button {
  font-size: 16px;
  line-height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 213px;
  height: 48px;
}

.title-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.title-block .title img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-block .title img.lecturer-img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block .content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.video-block .content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.video-block.clinic .lecturers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer .top-lecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer .top-lecture img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-block .lecturer .top-lecture span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.video-block .lecturers span,
.video-block .lecturer span.name {
  margin-right: 8px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.video-block .lecturers img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.lecturers-list {
  padding: 64px 0;
  background: #f7f7f7;
}

.lecturers-list.colored-bg {
  background: rgba(204, 0, 0, 0.10);
}

.lecturers-list .container {
  overflow: visible;
}

.lecturers-list h2 {
  text-align: center;
}

.lecturers-list p.desc {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 71%;
  line-height: 26px;
}

.lecturers-list p.desc a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--text-color);
}

.lecturers-list p.desc a:hover {
  text-decoration: none;
}

.lecturers-list .button {
  margin: 0 auto 32px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.lecturers-list p.title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 24px;
}

.lecturers-list .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding: 0 4px;
}

.lecturers-list .column-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.lecturers-list .card {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
}

.lecturers-list .card h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}

.lecturers-list a.card:hover h3 {
  text-decoration: underline;
}

.lecturers-list .card .name {
  color: #000;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lecturers-list .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.lecturers-list .card-content img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.lecturers-list .clinic .card-content img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}

.lecturers-list .card img.top-lecture {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lecturers-list .row.flex {
  max-height: 800px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.lecturers-list .row.flex .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f7f7f7));
  background: -o-linear-gradient(transparent, #f7f7f7);
  background: linear-gradient(transparent, #f7f7f7);
}

.lecturers-list.colored-bg .row.flex .fade {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fae5e5));
  background: -o-linear-gradient(transparent, #fae5e5);
  background: linear-gradient(transparent, #fae5e5);
}

.lecturers-list .row.flex.expanded {
  max-height: 100%;
  overflow: visible;
}

.lecturers-list .row.flex.expanded .fade,
.lecturers-list.colored-bg .row.flex.expanded .fade {
  display: none;
}

.lecturers-list .view-more {
  cursor: pointer;
  color: #071111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: center;
  margin-top: 16px;
  background: none;
}

footer{
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  color: #232323;
  padding: 64px 0 82px;
}
footer .container{
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
  padding: 0;
}
@media (max-width: 1280px){
  footer .container{ padding: 0 16px; }
}
footer .row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .column-3{
  width: 25%;
  padding: 0 24px;
}
footer .column-3:first-child{
  padding-right: 0;
  width: 20%;
}
footer .column-3.newsletter{
  width: 28%;
}
footer .footer-logo{
  max-width: 160px;
  height: auto;
  margin-bottom: 8px;
  display: block;
}
footer h4{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #232323;
}
footer p{
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
}
footer p a{
  color: #232323;
  display: inline-block;
  font-weight: 700;
  transition: color .2s;
}
footer p a:hover{ color: #074EF6; }

footer .privacy a{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0;
  color: #232323;
  display: block;
  transition: color .2s;
}
footer .privacy a:hover{ color: #074EF6; }

footer .newsletter p{
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 36px;
}
footer .newsletter input{
  padding: 10px 16px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%!important;
  height: 40px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #232323;
}
footer .newsletter input::placeholder{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #D9D9D9;
  font-style: italic;
}
footer .newsletter input[type=submit]{
  padding: 12px 20px;
  background: #FFC914;
  border: 1px solid #FFC914;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  height: auto;
  color: #000;
  max-width: 150px;
  margin: 16px 0 0;
  -webkit-appearance: none;
  transition: all .2s;
}
footer .newsletter input[type=submit]:hover{
  background-color: #FFD546;
  border-color: #FFD546;
}

footer .social{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social li{
  display: inline-block;
  margin: 0 16px 0 0;
}
footer .social li:last-child{ margin-right: 0; }
footer .social li img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 1;
  transition: opacity .2s;
}
footer .social li a:hover img{ opacity: .8; }

@media (max-width: 1023px){
  footer{ padding: 32px 8px; }
  footer .container{ padding: 0 24px; }
  footer .row{ flex-direction: column; }
  footer .column-3,
  footer .column-3:first-child,
  footer .column-3.newsletter{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
  }
  footer .column-3:last-child{ margin-bottom: 0 !important; }
  footer .footer-logo{ margin: 0 auto 12px; display: block; }
  footer .column-3.social-networks{ text-align: center; }
  footer .column-3.social-networks h4{ text-align: center; margin-bottom: 24px; }
  footer h4{ font-size: 16px; line-height: 12px; }
  footer p{ font-size: 16px; line-height: 20px; }
  footer .privacy a{ text-align: center; }
}


/*elements*/

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed position */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if necessary */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.open-popup {
  text-decoration: underline;
  cursor: pointer;
}

.open-popup.button {
  text-decoration: none;
}

.open-popup:hover {
  text-decoration: none;
}

/* Modal Content/Box */
.modal-content {
  margin: 0 auto;
  padding: 32px 32px 40px 32px;
  width: 90%;
  max-width: 800px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;

}

.modal-content span.heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 24px;
  max-width: 90%;
}

.modal-content p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 24px;
}

.modal-content .button {
  margin: 0 auto 16px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.modal-content .discount-link {
  color: #F00;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.modal-content .discount-link:hover {
  text-decoration: none;
}

/* The Close Button */
.close {
  color: #333;
  position: absolute;
  right: 32px;
  top: 32px;
  font-size: 32px;
  line-height: 25px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content .block {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
}

.modal-content .block p {
  font-weight: 400;
  margin: 16px 16px 0 16px;
}

.modal-content .column-6 p {
  font-weight: 500;
  margin: 0 0 24px 0;
}

.modal-content .block:last-child {
  margin-top: 24px;
  display: block;
}

.modal-content .block-title 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #052C56;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}



.modal-content .block-wrap {
  padding: 24px 16px 16px 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.modal-content .block-wrap .button {
  margin: 0 auto;
}

.modal-content .block-wrap .discount-link {
  margin: 12px auto 0;
}

.button-secondary {
  border-radius: 4px;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.button-secondary:hover {
  border-color: var(--button-color);

}

.modal-content .button-secondary {
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tooltip-text {
  position: absolute;
  bottom: -32px;
  left: 40%;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #242424;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
}

#fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}


.tooltip:hover #fade {
  opacity: 1;
}



.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

#___ytsubscribe_0 {
  margin: 0 auto 24px!important;
display: block!important;
}

#backToTop {
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}

#backToTop.show {
  opacity: 1;
  visibility: visible
}


@media(min-width: 1024px) and (max-width:1279px) {
  h1 {
    font-size: 36px;
    line-height: 46px
  }

  header .logo {
    width: auto;
    display: inline-block
  }

  header .logo img {
    width: 168px;
    text-align: center
  }

  header ul li {
    padding: 0 12px
  }

  header ul li a {
    font-size: 18px;
    line-height: 56px;
  }
  .intro .card-block::after {
    bottom: -15%;
    right: -25%;
  }
  .intro .card {
    padding: 24px 16px;
  }

  .intro .card h2.title {
    font-size: 20px;
    line-height: 26px;
  }

  .intro .card p {
    font-size: 16px;
    line-height: 21px;
  }

  .intro .card ul {
    margin: 24px 0 0 0;
  }

  .intro .card ul li {
    gap: 4px;
    margin-bottom: 16PX;
  }

  .intro .card ul li img {
    width: 16px;
    height: 16px;
  }

  .intro .card ul li a {
    font-size: 16px;
    line-height: 26px;
  }
  .intro .card-block::after {
    bottom: -25%;
  }
  .newsletter-block .column-12 {
    padding: 16px
  }

  .newsletter-block .counter span.count_down {
    font-size: 45px;
    line-height: 55px;
    display: block;
  }

  .newsletter-block .counter span {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
  }

  .newsletter-block .counter span.separator {
    margin: -30px 24px 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;

  }

  .newsletter-block input[type=submit] {
    font-size: 16px;
    line-height: 19px;
    margin: 0 auto;
    display: block
  }

  .newsletter-block .column-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
  }

  .newsletter-block .counter {
    padding: 24px 0 16px
  }


  .newsletter-block form {
    margin: 16px auto;
    padding: 0;
    width: 65%;
  }
  #af-body-344767836 {
    gap: 8px;
    flex-direction: column;
}
  .newsletter-block p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .newsletter-block input {
    width: 100%;
    max-width: 200px;
    margin: 0;
  }

  .ribbon {
    font-size: 26px;
    line-height: 29px;
    top: -5%;
    left: -14%;
    width: 260px;
    padding: 50px 0 20px;
}
.video-block .title-block {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.title-block .button {
  max-width: 100%;
  width: 100%;
  margin-top: 16px;
  padding: 16px;

}
.video-block.clinic .button {
  margin-top: 0;
}
.title-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.title-block .title img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lecturers-list .card-content {
  min-height: 70px;
}


}

@media(max-width: 1023px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px
  }

  h2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px
  }
P {
font-size: 14px;
line-height: 21px;
}
  header {
    padding: 0;
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .logo {
      width: auto;
      text-align: left;
      display: inline-block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
  }

  header .logo img {
    width: 106px;
    text-align: center
  }

  header .column-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 32px;
  }

  header .main-menu ul {
    padding: 16px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .mobile-logo {
    width: 112px;
    margin: 10px 16px;
    display: block;

  }

  header ul li {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
  }
  header ul li a {
    padding-left: 12px;
  }

  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  header nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 16px 20px 16px;
    gap: 24px;
    border-top: 1px solid #D3D3D3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }

  header a.login {
    color: var(--hilight-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-left: 12px;
  }

  header nav div .button {
    width: 100%;
    height: 40px;

  }
  header ul li a::before, header a.login::before {
    height: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--hilight-color);

  }
  header ul li a:hover::before, header a.login:hover::before {
    bottom: 0;
    height: 100%;
    width: 4px;
  }
  header ul li a.active:before {
    height: 100%;
    width: 4px;
}
  .burger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 25px;
    height: 20px;
    border: none;
    outline: none;
    background: 0 0;
    visibility: visible;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
    z-index: 999
  }

  .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2px;
    border: none;
    border-radius: 4px;
    outline: none;
    opacity: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .burger .text {
    position: absolute;
    bottom: -4px;
    left: 0;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
  }

  .burger-line:nth-child(1) {
    top: 0
  }

  .burger-line:nth-child(2) {
    top: 5px
  }

  .burger-line:nth-child(3) {
    top: 10px
  }

  .burger.is-active .burger-line:nth-child(1) {
    top: .5rem;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    background-color: #1C1B1F;
  }

  .burger.is-active .burger-line:nth-child(2) {
    right: -1.5rem;
    opacity: 0;
    visibility: hidden
  }

  .burger.is-active .burger-line:nth-child(3) {
    top: .5rem;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    background-color: #1C1B1F;
  }

  .burger.is-active .text {
    display: none
  }

  .main-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--color-black-300);
    -webkit-box-shadow: var(--shadow-medium);
            box-shadow: var(--shadow-medium);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 99
  }

  body:has(.main-menu.is-active)>.overlay {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
  }

  .main-menu.is-active {
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff
  }

  .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .menu-link {
    color: var(--hilight-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }


  .menu-block {
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    text-align: left;
    margin-left: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .intro {
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 64px 0 24px;
    background-image: url(images/bg-element-mobile-new.png)
  }

  .intro .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }

  .intro h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 295px;
    margin: 0 auto 12px;
    text-align: center;
  }

  .intro .text-block p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .intro .text-block,
  .intro .card-block {
    width: 100%;
  }

  .intro .card {
    padding: 16px 12px;
  }

  .intro .card h2.title {
    font-size: 18px;
    line-height: 25px;
  }

  .intro .card p {
    font-size: 14px;
    line-height: 18px;
  }

  .intro .card ul {
    margin: 16px 0 0 0;
  }

  .intro .card ul li {
    gap: 4px;
    margin-bottom: 12PX;
  }

  .intro .card ul li img {
    width: 16px;
    height: 16px;
  }

  .intro .card ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .intro .card p strong {
    margin: 16px 0;
  }

  .intro .card .button {
    height: 48px;

  }
  .intro .card-block::after {

    top: -25%;
    right: -17%;
    height: 100%;
    width: 100%;

}
  .button {
    font-size: 16px;
    line-height: 16px;
  }

#newsletter, #pitaj-strucnjake, #konverzija-meetupi, #konverzija-2024, #konverzija-2023 {
  scroll-margin-top: 48px;
  overflow: visible;
}
  .newsletter-block .column-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .newsletter-block .counter {
    padding: 16px 0;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .newsletter-block .counter span.count_down {
    font-size: 32px;
    line-height: 32px;
  }

  .newsletter-block .counter span {
    font-size: 10px;
    line-height: 10px;
  }

  .newsletter-block .counter span.separator {
    font-size: 32px;
    line-height: 32px;
    margin: -18px 16px 0;
  }

  .newsletter-block form {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .newsletter-block .af-element {
    width: 100%;
    text-align: center;
  }
  #af-body-344767836 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
  }
  .newsletter-block form .af-header p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .newsletter-block .icon-name, .newsletter-block .icon-email {
    top: 36%;
  }
  .newsletter-block input {
    font-family: montserrat, sans-serif;
    width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
  }

  .newsletter-block input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px
  }

  .newsletter-block input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px
  }

  .newsletter-block input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px
  }

  .newsletter-block input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px
  }

  .newsletter-block input::placeholder {
    font-size: 14px;
    line-height: 17px
  }

  .newsletter-block input[type=submit] {
    margin: 0 auto;

    font-size: 16px;
    line-height: 17px;
    height: 40px;


  }
  .ribbon {
    font-size: 20px;
    line-height: 28px;
    top: -13%;
    left: -43%;
    width: 178px;
    padding: 58px 0 4px;
}

  .newsletter-block .column-12 {
    padding: 16px
  }

  .info-block {
    padding: 24px 0;
  }
  .info-block p.desc {
    margin: 0 auto 32px;
    max-width: 100%;
    line-height: 21px;
}
.info-block .button {
  display: none;
}
  .info-block h2 {
    margin-bottom: 24px
  }

  .info-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px
  }

  .info-block .box {
    width: 100%;
 padding: 16px;
  }
  .info-block .box p {
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .info-block .box .button {
    margin: 0 auto 16px
  }

  .info-block .box .title {
    font-size: 18px;
    line-height: 20px;
  }

  .info-block .box .title br {
    display: none
  }
  .meetups-block {
    padding: 32px 0;

}
.meetups-block p.desc {
  margin: 0 auto 32px;
  max-width: 100%;
  line-height: 21px;
}
.meetups-block .meetup-box {
  padding: 16px;
}

.meetup-box .row.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.meetup-box .title span {
  font-size: 18px;
  line-height: 26px;
}
.meetup-box .title p {
  font-size: 16px;
  line-height: 26px;

}

.meetup-box .row.heading .coming-soon {
  font-size: 16px;
margin: 12px auto 0;
}

.meetup-box .row.accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;

}
.meetup-box .lecturer {
width: 100%;
}
.meetup-box .lecturer .lecturerName {
  font-size: 16px;
}

.meetup-box .lecturer img {
  width: 40px;
  height: 40px;
}

.accordion-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

.accordion-arrow {
  height: 20px !important;
  width: 20px !important;
}

.accordion-content {
  padding: 16px;
}
.accordion-content p,
.accordion-content span {
  font-size: 16px;
  line-height: 24px;
}
.latest-lectures {
  padding: 32px 0;

}
.latest-lectures p.desc {
  margin: 0 auto 32px;
  max-width: 100%;
  line-height: 21px;
}

.latest-lectures .row.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-block .title-block {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.title-block h3 {
  font-size: 20px;
  max-width: 100%;
}

.title-block .button {
  max-width: 100%;
  width: 100%;
  max-height: 40px;
  padding: 16px;

}

.title-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.title-block .title img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}


.video-block .content {
  padding: 24px;
}

.video-block.clinic .lecturers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer .top-lecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-block .lecturer .top-lecture img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-block .lecturers span, .video-block .lecturer .top-lecture span {
display: none;
}


.video-block .lecturer span.name {
  font-size: 16px;
}

  .lecturers-list {
    padding: 32px 0;
  }
  .lecturers-list p.desc {
    margin: 0 auto 24px;
    max-width: 100%;
    line-height: 21px;
}
.lecturers-list .button {
  display: none;
}
.lecturers-list.lecturers-list p.title {
  display: none;
}
.lecturers-list.lecturers-list.colored-bg p.title {
  display: block;
font-size: 16px;
line-height: 24px;
margin-bottom: 32px;
}
  .lecturers-list .row.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    max-height: 670px;
  }

  .lecturers-list .column-6 {
    gap: 16px;

  }

  .lecturers-list .card {
    padding: 12px 16px;

  }
  .lecturers-list .card h3 {
    font-size: 16px;

  }

  .lecturers-list .card .name {
    font-size: 14px;
  }

  .lecturers-list .card img.top-lecture {
    width: 24px;
    height: 24px;
  }

  .lecturers-list .card-content img {
    width: 48px;
    height: 48px;
  }
footer{
  padding: 16px 0;
}
  footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
footer .column-4 {
  text-align: center;
}
footer .logo {
  height: 40px;
display: block;
  margin: 0 auto;
}
footer .logo img {
  max-height: 100%;

}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul li a {
font-size: 12px;
line-height: 16px; 
}
footer .column-4.useful-links {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
footer .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
footer .social span {
  margin-bottom: 16px;
}
footer .copyright {
  display: block;
  margin-top: 16px;
  font-size: 12px;
}

  #backToTop {
    width: 40px;
    height: 40px;
    bottom: 32px;
    left: 16px
  }
  .modal-content {
    padding: 24px 16px;
    max-height: 95%;
    overflow-y: auto;
}
  .modal-content span.heading {
    font-size: 19px;
    line-height: 22px;
}
.modal-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.modal-content .block-wrap {
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.modal-content .column-6 p {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 18px;
}
.modal-content .button, .modal-content .button-secondary {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content .block-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
}
.close {
  right: 16px;
  top: 20px;

}
}

@media(min-width: 767px) and (max-width:1023px) {
  .button {
    font-size: 16px;
    line-height: 19px
  }

  header .logo img {
    width: 105px;
    text-align: center
  }

  .intro h1 {
    font-size: 28px;
    line-height: 33px;
    max-width: 90% !important
  }


  .newsletter-block .counter span.count_down {
    font-size: 40px;
    line-height: 50px;
    display: block
  }

  .newsletter-block .counter span {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
  }

  .newsletter-block .counter span.separator {
    margin: -30px 24px 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px
  }

  .newsletter-block input[type=submit] {
    font-size: 16px;
    line-height: 19px
  }

  .newsletter-block form {
    width: 90%;
  }
  .newsletter-block .af-element {
    width: 100%;
  }
  .newsletter-block p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    width: 100%;
}
.newsletter-block .counter {
  width: 60%;
}
.ribbon {
  font-size: 24px;
  line-height: 29px;
  top: -8%;
  left: -18%;
  width: 217px;
  padding: 61px 0 14px;
}
.info-block .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.meetup-box .row.accordion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.latest-lectures .row.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.intro .card-block::after {
  right: -50%;
  height: 545px;
  top: auto;
  bottom: -44px;
  width: 1100px;
}
.modal-content .block-wrap {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
}
.modal-content .block-title {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
  font-size: 16px;
  line-height: 26px;
}
}
@media (min-width: 561px) and (max-width: 800px) {
  .ribbon {
      font-size: 20px;
      line-height: 28px;
      top: -10%;
      left: -25%;
      width: 178px;
      padding: 58px 0 4px;
  }
}

@media (min-width: 500px) and (max-width: 560px) {
  .ribbon {
    font-size: 20px;
    line-height: 28px;
    top: -11%;
    left: -31%;
    width: 0;
    padding: 55px 0 4px;
}
}

@media(max-width: 375px) {
  .intro .card-block::after {
    top: -40%;
}
.ribbon {
  font-size: 17px;
  line-height: 22px;
  top: -12%;
  left: -49%;
  width: 182px;
  padding: 55px 0 6px;
}
.newsletter-block .counter {
  width: 100%;
}
.video-block .lecturers img {
  width: 48px;
  height: 48px;

}
.intro .card ul li a {
  font-size: 13px;
  line-height: 20px;
}
}

@media(max-width: 320px) {
  .main-menu {
    top: -120%;
  }
.intro .card ul li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro .card ul li a {
  font-size: 13px;
  line-height: 18px;
}
  .ribbon {
    font-size: 17px;
    line-height: 27px;
    top: -9%;
    left: -55%;
    width: 185px;
    padding: 45px 0 5px;
}
.newsletter-block .counter span.count_down {
  font-size: 24px;
  line-height: 35px;
}
.newsletter-block .counter span.separator {
  font-size: 30px;
  line-height: 30px;
  margin: 0 12px 0;
}
footer ul {
  gap: 7px;
}
}
@media (max-width: 319px) {
  .newsletter-block .counter span.separator {
    margin: 0 9px 0;
}
.ribbon {
  font-size: 14px;
  top: -10%;
  left: -68%;
}
}
@media(max-width: 240px) {
  .main-menu.is-active {
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}
}
/*Login*/
.log-in {
  padding: 56px 0;
  height: 100%;
}
.log-in p {
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px;
margin-bottom: 32px;
}
.log-in form {
  max-width: 500px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 8px;
border: 1px solid #CACACA;
background: #FFF;
-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;

}
.log-in input {
  padding: 0 16px 0 48px;
  margin-right: 8px;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  position: relative;
}
.log-in .wrap {
  position: relative;
  margin-bottom: 18px;
}
.log-in .icon-password {
  background-image: url(images/lock.svg);
  background-repeat: no-repeat;
  outline: none;
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 24px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
.log-in .icon-email {
  background-image: url(images/email.svg);
  background-repeat: no-repeat;
  outline: none;
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 24px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}


  .log-in input::-webkit-input-placeholder {
  color: #4F4F4F;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


  .log-in input::-moz-placeholder {
  color: #4F4F4F;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


  .log-in input:-ms-input-placeholder {
  color: #4F4F4F;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


  .log-in input::-ms-input-placeholder {
  color: #4F4F4F;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


  .log-in input::placeholder {
  color: #4F4F4F;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.log-in input[type=submit] {
  width: 150px;
  background: var(--button-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  height: 56px;
  text-transform: uppercase;
  border: 1px solid var(--button-color);
  -webkit-appearance: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  margin: 14px auto 0;
  padding: 0 16px;
}
.log-in input[type=submit]:hover {
  -webkit-box-shadow: 0 0 16px #dbac0f inset;
          box-shadow: 0 0 16px #dbac0f inset;
}
@media (max-width: 1023px) {
  .log-in {
    padding: 86px 0 56px 0;
    height: 100%;
  }
  .log-in form {
    padding: 24px;
  }
  .log-in input {
    height: 56px;
  }
  .log-in input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .log-in input::-moz-placeholder {
    font-size: 14px;
  }
  .log-in input:-ms-input-placeholder {
    font-size: 14px;
  }
  .log-in input::-ms-input-placeholder {
    font-size: 14px;
  }
  .log-in input::placeholder {
    font-size: 14px;
  }
  .log-in p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: center;
    }
    .log-in input[type="email"] {
      background-position: 24px 14px;
      font-size: 16px;
    }
    .log-in input[type="password"] {
      background-position: 24px 14px;
      font-size: 16px;
    }
    .log-in input[type=submit] {
      margin: 8px auto 0;
      font-size: 16px;
      height: 48px;
  }
}




/*dashboard*/
.video-dashboard {
  padding: 56px 0;
}
.video-dashboard h1 {
font-size: 22px;
font-weight: 600;
line-height: 27px;
text-transform: uppercase;
margin-bottom: 0;

}
.video-dashboard .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.video-dashboard .heading a {
font-size: 18px;
font-weight: 600;
line-height: 21.94px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 4px;
color: var(--text-color);

}
.video-dashboard .heading a:hover {
  text-decoration: underline;
}
.filter-buttons {
  text-align: left;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.filter-btn {
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid var(--hilight-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: var(--hilight-color);
  cursor: pointer;
}

.filter-btn:hover, .filter-btn:focus, .filter-btn.active {
  background-color: var(--hilight-color);
  color: #fff;
}

/* Style the images and the gallery */
.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  gap: 24px;
}

.filterDiv {
  display: none; /* Hidden by default */
  width: calc(50% - 12px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.show {
  display: block; /* Show filtered elements */
  opacity: 1;
}
 iframe .vp-title,
iframe .vp-sidedock {
  display: none!important;
}
.offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.offers.inline {
  display: inline-block;
  width: calc(50% - 12px);
  margin-top: 0;

}
.offers.inline .box {
  width: 100%;
}
.offers.inline .box .content {
  padding: 24px 32px;
}
.offers .box {
  border: 1px solid #052C56;
  border-radius: 4px;
  width: calc(50% - 12px);
}
.offers .box .title {
background: #052C56;
padding: 12px 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 22px;
font-weight: 600;
line-height: 26px;
color: #fff;
text-transform: uppercase;
margin: 0;
}
.offers .box .content {
  padding: 32px 32px 40px 32px;
}
.box.all-video .lecturers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  max-width: 368px;
}
.box.all-video .lecturers img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box.all-video p {
  text-align: center;
  font-weight: 600;
}
.offers .box .button {
  margin: 24px auto 0;
}
.box.all-video .subscribe-link {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
  color: #3D74AC;
  text-decoration: underline;

}
.box.all-video .subscribe-link:hover {
  text-decoration: none;
}
.box.join-in ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}
.box.join-in ul {
  margin: 24px 0;
}
.box.join-in p {
font-size: 16px;
font-weight: 400;
line-height: 21px;
text-align: center;

}

@media (max-width: 1023px) {
  .video-dashboard {
    padding: 86px 0 56px;
  }
  .row.offers .box .title {
  font-size: 18px;
  line-height: 26px;
    }
  
.offers .box .content {
    padding: 24px 12px;
  }
.offers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.offers .box {
    width: 100%;
  }
  .offers.inline {
    width: 100%;
  
  }
  .offers.inline .box .content {

  padding: 24px 16px;
  }
  .box.all-video .lecturers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box.all-video .lecturers img {
    width: 60px;
    height: 60px;

  }
  .box.join-in ul li {
    font-size: 13px;
    line-height: 21px;
      margin-bottom: 12px;
      gap: 4px;
  }
  .box.join-in p {
    font-size: 14px;
    text-align: center;
    
    }
    .box.join-in ul {
      margin: 16px 0;
    }
    .box.join-in ul li img {
      width: 16px;
      height: 16px;
  }
    .row.offers .box .button {
      margin: 16px auto 0;
    }
}
@media (max-width: 820px) {
  .filterDiv {
    width: 100%;
  }
  .filterDiv iframe {
    height: 420px;
  }
}
@media (max-width: 460px) {
  .filterDiv iframe {
    height: 260px;
  }
  .video-list {
    gap: 16px;
  }
  .filter-buttons {
    display: INLINE-FLEX;
    overflow-x: scroll;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    scrollbar-width: none;
}
  .filter-btn {
    font-size: 11px;
    padding: 4px;
    WIDTH: MIN-CONTENT;
    MIN-WIDTH: 125PX;
  }
}
@media (max-width: 374px) {

  .video-dashboard .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.video-dashboard h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-align: left;
}
.video-dashboard .heading a {
  font-size: 14px;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
margin-bottom: 12px;
  
  }
  .video-dashboard .heading a img {
    width: 12px;
    height: 12px;
  }
  .filter-buttons {
    display: INLINE-FLEX;
    overflow-x: scroll;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    scrollbar-width: none;
}
  .filter-btn {
    font-size: 11px;
    padding: 4px;
    WIDTH: MIN-CONTENT;
    MIN-WIDTH: 125PX;
  }
}


#videoList {
  max-height: 1235px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
#videoList .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f7f7f7));
  background: -o-linear-gradient(transparent, #f7f7f7);
  background: linear-gradient(transparent, #f7f7f7);
}

#videoList.expanded {
  max-height: 100%;
  overflow: visible;
}

#videoList.expanded .fade {
  display: none;
}

.video-dashboard .view-more {
  cursor: pointer;
  color: #071111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: center;
  margin-top: 16px;
  background: none;
}




