.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.sec_header {
  position: relative;
  height: auto;
  padding-bottom: 80px;
}

.div_vid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 80px;
}

.background-video {
  position: relative;
  width: 100vw;
  height: 87vh;
  padding-bottom: 0px;
  background-color: rgba(255, 234, 33, 0.1);
}

.div_yellow_box {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 80px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #ffea21;
  background-color: transparent;
  color: #ffea21;
}

.yellow_box {
  margin-right: 317px;
  padding: 0px 30px 80px;
  background-color: #ffea21;
}

.heading {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
  background-color: transparent;
  color: #00ad7a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #00ad7a;
  font-weight: 100;
}

.info {
  width: 600px;
  margin-bottom: 15px;
  color: #929292;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
}

.info.alt {
  padding-left: 150px;
}

.info.ar {
  direction: rtl;
}

.button {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 20px 25px;
  background-color: #00ad7a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #ffea21;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0a8560;
}

.button.alt {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #1a6aff;
  color: #fff;
  line-height: 22px;
}

.button.alt:hover {
  background-color: #164396;
}

.body {
  font-family: Montserrat, sans-serif;
}

.body.ar {
  font-family: Cairo, sans-serif;
}

.rich-text-block {
  color: #00ad7a;
}

.rich-text-block-2 {
  color: #00ad7a;
}

.bold-text {
  font-size: 60px;
}

.paragraph-2 {
  margin-bottom: 40px;
  padding-top: 10px;
  color: #00ad7a;
  font-size: 60px;
  line-height: 63px;
  font-weight: 300;
}

.div_whenwhere {
  margin-bottom: 60px;
}

.headline {
  margin-top: 9px;
  margin-bottom: 35px;
  color: #00ad7a;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.headline.blue {
  color: #1a6aff;
}

.headline.blue.ar {
  direction: rtl;
  line-height: 80px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event_name {
  margin-top: 10px;
  margin-bottom: 60px;
  color: #00ad7a;
  font-size: 40px;
  line-height: 50px;
}

.event_name.ar {
  direction: rtl;
}

.div_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div_buttons.ar {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  direction: rtl;
}

.div_register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_register.ar {
  direction: rtl;
}

.emblem {
  position: relative;
  margin-top: -138px;
  margin-left: 297px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-3 {
  position: static;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 430px;
  max-width: 100%;
  padding-top: 500px;
  padding-left: 68px;
}

.image.alt {
  width: 790px;
  padding-top: 630px;
  padding-right: 288px;
  padding-left: 0px;
}

.sec_quot {
  position: relative;
  padding: 430px 130px 230px;
}

.block-quote {
  text-align: center;
}

.italic-text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
}

.quote {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 140px;
  padding-left: 140px;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.quote.ar {
  direction: rtl;
}

.bold-text-4 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4 {
  position: static;
  padding-right: 140px;
  padding-left: 140px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraph-4.ar {
  direction: rtl;
}

.sec_featured {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-bottom: 40px;
  padding-right: 80px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LastYear-min.png');
  background-position: 50% 50%;
  background-size: 91vw;
  background-repeat: no-repeat;
}

.image-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -2;
  padding-right: 80px;
  padding-left: 80px;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
}

.paragraph-5 {
  position: relative;
}

.div-block-5 {
  position: relative;
  width: auto;
  background-color: transparent;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6.alt {
  position: relative;
  z-index: -100;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6.ar {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: rtl;
}

.paragraph-6 {
  position: relative;
  left: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  color: #00ad7a;
  font-size: 30px;
}

.div_19_content {
  width: auto;
  padding-left: 0px;
  background-color: transparent;
}

.paragraph-6-copy {
  position: relative;
  left: 256px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  color: #00ad7a;
  font-size: 60px;
  line-height: 32px;
}

.text-block {
  margin-bottom: 20px;
  color: #00ad7a;
  font-size: 24px;
  line-height: 32px;
}

.text-block.alt {
  color: #fff;
}

.text-block-2 {
  margin-bottom: 60px;
  color: #1a6aff;
  font-size: 60px;
  line-height: 70px;
}

.text-block-2.alt {
  position: relative;
  z-index: -100;
  color: transparent;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  color: #fff;
}

.date {
  margin-bottom: 0px;
  color: #1a6aff;
  font-size: 60px;
  line-height: 70px;
  text-decoration: none;
}

.date.alt {
  position: static;
  color: #fff;
}

.date.arb {
  font-size: 0px;
  line-height: 12px;
}

.sec_location {
  padding: 180px 80px 150px;
}

.div-block-8 {
  background-color: #ffea21;
}

.image-3 {
  position: relative;
  left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3.arb {
  left: 0px;
  right: 40px;
}

.grid {
  display: block;
  padding-bottom: 40px;
  grid-column-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.ar {
  direction: rtl;
}

.text-block-3 {
  padding-top: 120px;
  padding-left: 30px;
  color: #00ad7a;
  font-size: 60px;
  line-height: 70px;
}

.text-block-4 {
  padding-left: 150px;
}

.div-block-9 {
  display: none;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.div-block-9.arb {
  padding-right: 0px;
  padding-left: 200px;
}

.intro_title {
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #00ad7a;
  font-size: 16px;
  line-height: 24px;
}

.intro_title.ar {
  direction: rtl;
  font-family: Cairo, sans-serif;
  line-height: 34px;
}

.text-block-5 {
  color: #00ad7a;
}

.sec_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00ad7a;
}

.sec_footer.ar {
  direction: rtl;
}

.text-block-6 {
  margin-bottom: 40px;
  padding-bottom: 0px;
  color: #fff;
  line-height: 22px;
}

.button_footer {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0px;
  background-color: transparent;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.button_footer.alt {
  text-transform: none;
}

.button_footer.en {
  font-family: Montserrat, sans-serif;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small_info {
  padding-top: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 250px 30px 250px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tsf20 {
  font-size: 36px;
  line-height: 50px;
}

.tsf20.ar {
  display: block;
  direction: rtl;
  line-height: 55px;
}

.div-block-12 {
  padding-top: 120px;
  padding-right: 120px;
  padding-left: 120px;
}

.div-block-12.ar {
  padding-right: 30px;
  padding-left: 0px;
}

.bold-text-5 {
  font-size: 24px;
  line-height: 34px;
}

.bold-text-5.arb {
  font-size: 30px;
  line-height: 0px;
}

.rtl {
  direction: rtl;
}

.bold-text-6 {
  line-height: 22px;
}

.language-toggle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  margin-top: 10px;
  margin-right: 20px;
  padding: 3px 14px 9px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Cairo, sans-serif;
  color: #00ad7a;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.language-toggle.ar {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
}

.link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 20px;
  background-color: #fff;
  cursor: pointer;
}

.bold-text-7 {
  width: 600px;
  font-family: Montserrat, sans-serif;
  color: #5f5f5f;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}

.bold-text-7.ar {
  font-family: Cairo, sans-serif;
  line-height: 69px;
  text-align: right;
}

.link-2 {
  color: #0a8560;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .div_vid {
    padding-right: 0px;
  }
  .background-video {
    height: 70vh;
  }
  .div_yellow_box {
    margin-left: 40px;
  }
  .yellow_box {
    margin-right: 300px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 29px;
  }
  .headline.blue {
    font-size: 50px;
    line-height: 60px;
  }
  .event_name {
    font-size: 52px;
    line-height: 46px;
  }
  .emblem {
    margin-left: 150px;
  }
  .image {
    padding-left: 142px;
  }
  .image.alt {
    width: 410px;
    padding-top: 566px;
    padding-right: 73px;
  }
  .sec_quot {
    padding: 545px 34px 110px;
  }
  .quote {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sec_featured {
    height: 60vh;
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 40% 0%;
  }
  .div-block-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .date {
    font-size: 50px;
    line-height: 60px;
  }
  .sec_location {
    padding: 88px 40px;
  }
  .image-3 {
    left: 20px;
  }
  .grid {
    display: block;
    padding-top: 41px;
    grid-column-gap: 23px;
  }
  .div-block-9 {
    padding-right: 10px;
  }
  .intro_title {
    font-size: 20px;
    line-height: 25px;
  }
  .sec_footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-11 {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 0px;
  }
  .div-block-12 {
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .bold-text-7 {
    width: 500px;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    line-height: 64px;
    text-align: left;
  }
  .bold-text-7.ar {
    font-family: Cairo, sans-serif;
    font-size: 44px;
    line-height: 58px;
    font-weight: 700;
    text-align: right;
  }
  .link-2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sec_header {
    display: block;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .div_vid {
    display: block;
  }
  .background-video {
    height: 100vh;
  }
  .div_yellow_box {
    margin-left: 0px;
    padding-top: 0px;
  }
  .yellow_box {
    margin-right: 158px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .info {
    font-size: 16px;
    line-height: 22px;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .button.alt {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .div_whenwhere {
    margin-bottom: 40px;
  }
  .headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .headline.blue {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }
  .headline.blue.ar {
    text-align: center;
  }
  .event_name {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 34px;
  }
  .emblem {
    display: none;
  }
  .image {
    width: 430px;
    padding-top: 420px;
    padding-left: 281px;
  }
  .image.alt {
    width: 250px;
    padding-top: 210px;
    padding-right: 0px;
  }
  .sec_quot {
    padding-top: 100px;
  }
  .quote {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }
  .paragraph-4 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .sec_featured {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 30px;
    background-color: #1a6aff;
    background-image: url('../images/shape3.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div-block-6 {
    padding: 15px 40px;
    background-color: #fff;
  }
  .div-block-6.alt {
    display: none;
    padding-left: 0px;
  }
  .div-block-6.ar {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2.alt {
    font-size: 18px;
  }
  .date {
    font-size: 32px;
    line-height: 40px;
  }
  .sec_location {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .image-3 {
    left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .image-3.arb {
    left: 0px;
    right: 20px;
  }
  .grid {
    grid-column-gap: 12px;
  }
  .text-block-3 {
    padding-left: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  .div-block-9.arb {
    padding-left: 10px;
  }
  .intro_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .sec_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-6 {
    text-align: center;
  }
  .button_footer {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .div-block-10 {
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-11 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .tsf20 {
    line-height: 35px;
  }
  .tsf20.ar {
    padding-left: 69px;
    line-height: 47px;
  }
  .div-block-12 {
    padding-left: 30px;
  }
  .div-block-12.ar {
    padding-right: 10px;
  }
  .bold-text-5 {
    text-align: center;
  }
  .bold-text-7 {
    width: 100%;
    font-size: 37px;
    line-height: 46px;
  }
  .bold-text-7.ar {
    font-size: 37px;
    line-height: 48px;
  }
  .link-2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .sec_header {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .div_vid {
    bottom: 0px;
  }
  .background-video {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .div_yellow_box {
    display: block;
    color: transparent;
  }
  .yellow_box {
    width: 100vw;
    margin-right: 145px;
    padding: 15px 20px;
    background-color: transparent;
  }
  .info {
    text-align: center;
  }
  .button {
    padding: 15px 10px;
    font-size: 15px;
  }
  .button.alt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .div_whenwhere {
    margin-bottom: 0px;
  }
  .headline {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .headline.blue {
    line-height: 38px;
    text-align: center;
  }
  .headline.blue.ar {
    line-height: 42px;
  }
  .event_name {
    font-size: 50px;
    text-align: center;
  }
  .div_register {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    width: 420px;
    max-width: 120%;
    padding-top: 828px;
  }
  .image.alt {
    width: 170px;
    padding-top: 600px;
  }
  .quote {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .paragraph-4 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  .sec_featured {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 15px;
  }
  .sec_featured.arb {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .div-block-6 {
    padding: 20px 15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-6.alt {
    display: none;
  }
  .div-block-6.ar {
    padding: 10px 15px;
  }
  .date {
    line-height: 38px;
    text-align: center;
  }
  .sec_location {
    display: block;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-3 {
    left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .image-3.arb {
    right: 0px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 16px;
  }
  .text-block-3 {
    padding-top: 25px;
    padding-left: 0px;
    line-height: 38px;
  }
  .div-block-9 {
    padding-bottom: 30px;
  }
  .intro_title {
    text-align: center;
  }
  .intro_title.ar {
    line-height: 26px;
  }
  .sec_footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button_footer {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-10 {
    padding-top: 40px;
  }
  .div-block-11 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 15px 70px;
  }
  .tsf20 {
    font-size: 30px;
    line-height: 18px;
  }
  .tsf20.ar {
    padding-left: 0px;
    line-height: 39px;
  }
  .div-block-12 {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-7 {
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
  }
  .bold-text-7.ar {
    font-size: 28px;
    line-height: 39px;
    text-align: center;
  }
  .link-2 {
    display: block;
    padding-left: 0px;
    line-height: 23px;
    text-align: center;
  }
  .link-2.ar {
    line-height: 25px;
  }
}

#w-node-867275469320-84956bc8 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-505c793a97d9-84956bc8 {
  grid-area: Area;
}

#w-node-867275469320-be956bc9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-505c793a97d9-be956bc9 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-867275469320-84956bc8 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-867275469320-be956bc9 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

