html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  --bs-body-color: #4A4A4A;
}

p:last-child {
  margin-bottom: 0;
}

.sect_margin {
  margin: 70px 0;
}

.orange {
  color: #F8992D;
}

.header_bg_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header_bg_img {
    min-height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_bg_img {
    min-height: 600px;
  }
}

.header_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
}

.header_content_vertical_centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1399px) {
  .header_content_vertical_centered {
    top: -70px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2559px) {

  .header_content_vertical_centered {
    top: -140px;
  }
}

.header_sup_title {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .header_sup_title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header_sup_title {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header_sup_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_sup_title {
    font-size: 22px;
  }
}

.header_title_h {
  font-size: 60px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .header_title_h {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header_title_h {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header_title_h {
    font-size: 42px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_title_h {
    font-size: 48px;
  }
}

.header_sub_title p,
.header_content_bottom p {
  font-size: 37px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  .header_sub_title p,
  .header_content_bottom p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .header_sub_title p,
  .header_content_bottom p {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .header_sub_title p,
  .header_content_bottom p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

  .header_sub_title p,
  .header_content_bottom p {
    font-size: 22px;
  }
}

.header_content_bottom {
  position: absolute;
  right: 0;
  bottom: 440px;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .header_content_bottom {
    bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {

  .header_content_bottom {
    bottom: 140px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 2559px) {

  .header_content_bottom {
    bottom: 280px;
  }
}

.title {
  font-size: 42px;
}

.text {
  font-size: 27px;
}

#main-landing-page {
  position: relative;
  margin-bottom: 140px;
  overflow: hidden;
}

/*
.bg_intro_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_intro_top .bg_intro_top_img,
.bg_intro_bottom .bg_intro_bottom_img {
  object-fit: cover;
  object-position: 50% 50%;
}

.bg_intro_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
*/

.timeline-with-icons {
  border-left: 2px solid rgba(247, 151, 41, 0.3);
  position: relative;
  list-style: none;
  padding-left: 53px;
}

@media screen and (max-width: 991px) {

  .timeline-with-icons {
    border-left: none;
    padding-left: 0;
  }
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item .timeline_item_title_h {
  font-size: 30px;
}

.timeline-with-icons .timeline-item p {
  font-size: 20px;
  color: #505050;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -91px;
  background-color: #F8992D;
  color: #fff;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {

  .timeline-with-icons .timeline-icon {
    position: relative;
    left: auto;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.timeline-with-icons .timeline-icon span {
  font-size: 20px;
  font-weight: 700;
}

.welcome_block_image {
  margin-bottom: 24px;
}

.welcome_block_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.welcome_block_title_h {
  font-size: 20px;
}

.welcome_block_content .welcome_block_text {
  font-size: 13px;
  text-transform: uppercase;
  min-height: 39px
}

#banner-claim {
  position: relative;
  background-image: url("img/bg_banner_claim.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.bg_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62)
}

.banner_claim_content {
  position: relative;
  font-size: 26px;
  color: #fff;
}

@media screen and (min-width: 992px) {

  .speakers_role {
    margin-left: 8px;
  }
}

#where {
  background-color: #F8992D;
  color: #fff;
  padding: 70px 0;
}

.where_map_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  border-radius: 44px;
}

.where_map iframe {
  border-radius: 44px;
}

.where_map {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.where_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.partner_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner_img {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 100%;
}

#footer {
  position: relative;
  color: #fff;
  padding: 30px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  #footer {
    background-color: #F8992D;
  }
}

.footer_content {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {

  .footer_content {
    bottom: -20px;
  }
}

.bg_curved_sub {
  display: none;
}

@media screen and (min-width: 768px) {

  .bg_curved_sub {
    display: block;
    width: 120%;
    min-height: 170px;
    background-color: #F8992D;
    color: #fff;
    border-radius: 50% 50% 0px 0px;
    bottom: -50px;
    left: -10%;
    right: 0;
    position: absolute;
    z-index: 1;
  }
}