:root {
  --prose-color: #4A4A4A;
  --accent: #16A35F;
  --bg-gray: #F9F9F9;
}

a:hover {
  color: rgb(151, 240, 218) !important;
}

button:hover {
  color: rgb(151, 240, 218) !important;
}

.section-conference-hero {
  background: url('/conference-assets/hero.jpg');
  min-height: 791px;
  background-position: center;
}

.section-hero-separator {
  background: #006149;
  min-height: 20px;
}

.hero-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 56px 0;
}





.hero-wrapper ul {
  padding: 0 12px;
}


.hero-wrapper li {
  list-style-type: circle;
  margin: 10px;
}

.heading-hero {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 700;
  max-width: 640px;
  line-height: 1.15;
}

.subheading-hero {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #ADFFD8;
  font-weight: 700;
  max-width: 640px;
  line-height: 1.15;
}

.prose-hero {
  margin-top: 20px;
  max-width: 580px;
  line-height: 1.5;

  font-size: 19px;
  color: rgba(255, 255, 255, 0.9);

}

.white {
  color: white;
}

.bold {
  font-weight: 700;
}

.form-hero {
  margin-top: 30px;
  max-width: 400px;
  padding: 24px 40px;
  background: #2A3F3A;
  border-radius: 6px;

}

.form-hero-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;


}

.form-hero input {
  padding: 0 20px;
  margin-top: 16px;
  background: white;
  border-radius: 4px;
  min-height: 62px;
}

.form-hero input::placeholder {
  font-size: 19px;
  color: #8B8B8B;
}

.form-hero-conditions {
  margin-top: 16px;
  margin-bottom: 26px;

  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.form-message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.button-conf {
  width: 100%;
  min-height: 62px;
  font-weight: 700;
  font-size: 18px;

  display: flex;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 4px;
}

.conf-heading {
  margin-top: 90px;
  margin-bottom: 48px;
  font-weight: 700;

  font-size: 41px;
}

.section-consult-topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.topic-card {
  padding: 32px 45px 55px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

.t1 {

  background: url('/conference-assets/1.svg'), var(--bg-gray);
  background-size: 158px 244px;
  background-repeat: no-repeat;
  background-position: top 11px right 0px;
}

.t2 {

  background: url('/conference-assets/2.svg'), var(--bg-gray);
  background-size: 158px 244px;
  background-repeat: no-repeat;
  background-position: top 11px right 11px;
}

.t3 {

  background: url('/conference-assets/3.svg'), var(--bg-gray);
  background-size: 158px 244px;
  background-repeat: no-repeat;
  background-position: top 11px right 11px;
}

.t4 {
  background: url('/conference-assets/4.svg'), var(--bg-gray);
  background-size: 158px 244px;
  background-repeat: no-repeat;
  background-position: top 11px right 11px;
}

.topic-card h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;

  line-height: 1.5;
  color: var(--prose-color);

}

.prose {
  font-size: 19px;
  line-height: 1.5;

  color: var(--prose-color);
}

.button-with-decorations {
  padding: 60px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.button-with-decorations a {

  justify-content: center;
  align-items: center;
  min-height: 70px;
  font-weight: 700;
  font-size: 18px;
  max-width: 370px;
  padding: 10px 40px;
  white-space: nowrap;

  display: flex;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 4px;
}

.button-with-decorations div {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}


.about-me-grid {
  display: grid;
  gap: 20px;
}

.about-me-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
  background: url('/conference-assets/coatofarms.svg'), #FCFBF6;
  background-size: 367px 369px;
  background-repeat: no-repeat;
  background-position: bottom -107px right -158px;
  
}

.div2 {
  grid-area: 2 / 1 / 3 / 2;
  background: url('/conference-assets/Vector.svg'), #F6FCF9;

  background-size: 325px 311px;
  background-repeat: no-repeat;
  background-position: bottom -49px right -103px;

}

.div3 {
  grid-area: 3 / 1 / 4 / 2;
  background: url('/conference-assets/Vector-1.svg'), #F6F9FC;

  background-size: 415px 332px;
  background-repeat: no-repeat;
  background-position: bottom -32px right -147px;

}

.div4 {
  grid-area: 3 / 2 / 4 / 3;
  background: url('/conference-assets/Vector-2.svg'), #FAF6FC;

  background-size: 193px 280px;
  background-repeat: no-repeat;
  background-position: bottom -31px right -26px;

}

.div5 {
  grid-area: 1 / 2 / 3 / 3;
}


.flex {
  display: flex;
}

.flex-baseline {
  align-items: baseline;
}

.leaf {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.gap-20 {
  gap: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.video-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.bg-gray {
  background: var(--bg-gray);
}



.link-button {
  justify-content: center;
  align-items: center;
  min-height: 70px;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 40px;
  white-space: nowrap;

  display: flex;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: 4px;
}



.social-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.social-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--bg-gray);
  border-radius: 6px;
  ;

  padding: 42px;
  justify-content: center;
  align-items: center;
}

.social-icon {
  width: 90px;
  height: 90px;
}

.social-name {
  color: var(--prose-color);
  font-size: 21px;

}

.instagram-info {
  margin-bottom: 120px;
  margin-top: 16px;
  ;
  color: #C9C9C9;
  font-size: 13px;

}

@media (max-width: 640px) {
  .conf-heading {
    margin: 30px 24px;
    font-size: 28px;
    line-height: 1.2;

  }

  .prose-hero {
    color: white;
  }

  .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 24px;

    background: rgba(0,0,0,0.3);
  }

  .section-conference-hero {
    min-height: auto;
    background: url('/conference-assets/title_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
    background-position: center;
  }

  .heading-hero {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    max-width: 640px;
    line-height: 1.2;
  }

  .social-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
  
    gap: 8px;
  }

  .social-card {
    flex-direction: row;
    justify-content: left;
    gap: 15px;
    background: var(--bg-gray);
    border-radius: 6px;
    ;
  
    padding: 16px;
    align-items: center;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .social-name {
    color: var(--prose-color);
    font-size: 21px;
  
  }

  .instagram-info {
   padding: 0 24px;
  
  }


.form-hero {
  margin-top: 30px;
  max-width: 400px;
  padding: 0;
  background: none;
  border-radius: 6px;

}

.form-hero-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;


}

.form-hero input {
  padding: 0 20px;
  margin-top: 16px;
  background: white;
  border-radius: 4px;
  min-height: 62px;
}

.form-hero input::placeholder {
  font-size: 15px;
  color: #8B8B8B;
}

.form-hero-conditions {
  margin-top: 16px;
  margin-bottom: 26px;

  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.form-message {
  width: 100%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
}