.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

body {
  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;
  font-family: 'Open Sans', sans-serif;
  color: #093679;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: underline;
}

.btn_brown {
  display: block;
  padding: 6px 50px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #093679;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.btn_brown:hover {
  background-color: #093679;
  color: #fff;
  font-weight: 400;
}

.btn_brown:active {
  background-color: #434343;
}

.btn_brown.close {
  position: static;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn_brown.close.reg {
  display: block;
}

.btn_brown.register {
  margin-top: 15px;
  float: right;
  font-family: 'Ge ss two', sans-serif;
  font-size: 14px;
}

.hero_sec {
  background-image: url('../images/StarryBG.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.nav_sec {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  height: 46px;
}

.qa_sec {
  background-color: #f4f4f4;
}

.speaker_sec {
  margin-bottom: 11px;
}

.footer_sec {
  overflow: visible;
  height: auto;
  margin-top: auto;
  background-color: #093679;
  background-clip: border-box;
}

.image {
  height: 62px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.cont_content {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cont_content.qa {
  margin-top: 5px;
  margin-bottom: 2px;
}

.slide_01 {
  background-image: url('../images/Hero01BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.slide_02 {
  background-image: url('../images/Hero_02BG.jpg');
  background-position: 0px 1px;
  background-size: cover;
  background-repeat: repeat-x;
}

.slide_03 {
  background-image: url('../images/Hero_Amazon.jpg');
  background-position: 0px 1px;
  background-size: cover;
  background-repeat: repeat-x;
}


.grid {
  display: -ms-grid;
  display: grid;
  height: 300px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.r_logo {
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.r_txt {
  position: static;
  max-width: 75%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar {
  position: relative;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #250f04;
  border-radius: 0px;
  background-color: #093679;
  color: #fff;
  font-size: 14px;
}

.nav_link {
  height: 44px;
  padding-top: 14px;
  padding-right: 36px;
  padding-left: 36px;
  border-style: solid;
  border-width: 0px;
  border-color: #735227;
  border-radius: 1px;
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav_link:hover {
  background-color: rgba(115, 62, 13, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#093679), to(#2f1c07));
  background-image: linear-gradient(180deg, #093679, #2f1c07);
}

.nav_link.w--current {
  border-style: none;
  border-width: 0px;
  color: #fff;
}

.container-2 {
  display: block;
  height: 46px;
  -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;
  border-radius: 1px;
}

.nav-menu-2 {
  margin-left: 173px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-button-2 {
  display: none;
  height: 45px;
}

.menu-button-2.w--open {
  background-color: #01429e;
}

.icon {
  height: 46px;
  margin-top: -5px;
}

.div-block {
  width: 46px;
  height: 46px;
  padding-top: 12px;
  padding-right: 17px;
  float: right;
  font-size: 26px;
}

.media_block {
  margin: 39px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -4px #515050;
}

.div_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #093679;
}

.div_header.spkr {
  height: 36px;
  -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;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #093679;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.spkr {
  font-size: 14px;
  font-weight: 600;
}

.media {
  margin-right: 0px;
  margin-left: 0px;
}

.cont_media {
  margin-top: 8px;
}

.image-3 {
  padding-top: 35px;
  padding-right: 39px;
  padding-left: 39px;
}

.qa_bg {
  margin: 39px;
  padding-bottom: 3px;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 0 2px 10px -4px #515050;
}

.qa_bg.spk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.47)), to(hsla(0, 0%, 100%, 0.47))), url('../images/PresentersBG.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.47), hsla(0, 0%, 100%, 0.47)), url('../images/PresentersBG.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  opacity: 1;
  background-clip: border-box;
  
}

.text-block-3 {
  display: block;
}

.form_qa {
  margin: 27px 27px 9px;
}

.heading-3 {
  width: 95%;
  margin-left: 16px;
  float: left;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-size: 14px;
  font-weight: 600;

}
.heading-3-bliss {
  width: 95%;
  margin-left: 16px;
  float: left;
  font-family: 'Bliss Regular', sans-serif;
  color: #093679;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}


.heading-3.arb {
  width: 40%;
  margin-right: 22px;
  float: right;
  font-family: 'Ge ss two', sans-serif;
  text-align: right;
}

.heading-3.small {
  text-transform: none;
}

.qa_div {
  padding-bottom: 2px;
}

.form_txt {
  margin-bottom: 17px;
  border-style: solid;
  border-width: 2px;
  border-color: #093679;
  border-radius: 18px;
}

.frm_qa {
  margin-bottom: 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #093679;
  border-radius: 13px;
}

.main_logo {
  display: block;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.speaker {
  width: 220px;
  height: 395px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.19);
}

.spk_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 348px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_name {
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sp_desig {
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.sp_bio {
  display: none;
  margin-top: auto;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  font-weight: 300;
  text-align: center;
}

.sp_pix {
  margin: 20px 20px 17px;
}

.sp_des {
  margin-right: 15px;
  margin-left: 15px;
}

.text-span {
  color: #fff;
}

.modal_speaker01 {
  z-index: 5;
  display: block;
}

.md_sp_bg {
  border-radius: 16px;
  background-color: #fff;
}

.md_sp_bg.register {
  margin: 0px;
  background-image: none;
}

.grid-2 {
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  margin-right: 40px;
}

.heading-5 {
  margin-bottom: -6px;
  color: #093679;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-5.register {
  margin-top: -23px;
  margin-bottom: 0px;
  color: #093679;
  font-weight: 700;
  text-align: center;
}

.heading-5.register.arb {
  margin-top: 53px;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
}

.text-block-5 {
  margin-bottom: 27px;
  color: #093679;
}

.heading-6 {
  margin-top: 9px;
  color: #093679;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-8 {
  margin-top: 81px;
  margin-left: 10px;
  padding-left: 16px;
}

.div-block-9 {
  margin-top: 0px;
}

.modal_speaker02 {
  position: fixed;
  z-index: 5;
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal_register {
  z-index: 5;
}

.form_register {
  margin: 27px;
}

.bold-text {
  font-size: 16px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div_form_msg {
  float: none;
}

.grid-3 {
  margin-top: 25px;
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  margin-bottom: 26px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 71%, 0);
}

.link-block {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-2 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-3 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-4 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-5 {
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-6 {
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-5 {
  margin-right: -47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  max-width: 100%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-10 {
  width: 360px;
  margin-top: 8px;
  float: left;
}

.div-block-11 {
  float: right;
}

.form {
  color: #323232;
  text-align: right;
}

.form-2 {
  text-align: left;
}

.body {
  display: block;
}

.body-2 {
  display: block;
}

.paragraph {
  color: #093679;
}

.paragraph-2 {
  color: #093679;
}

.div-block-12 {
  float: left;
}

.div-block-13 {
  margin-bottom: 20px;
  padding: 20px;
  border: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.heading {
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: 'Ge ss two', sans-serif;
  color: #093679;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #093679;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: 'Ge ss two', sans-serif;
  text-align: right;
}

.div-block-14 {
  display: block;
  max-width: 550px;
  margin-top: 93px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.la_btext02 {
  display: block;
  width: 70%;
  margin-top: 41px;
  margin-right: 71px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.la_btext01 {
  width: 50%;
  margin-top: 89px;
  margin-right: 69px;
  float: right;
}

.la_agenda_div {
  margin-bottom: 52px;
}

.la_tbl_div {
  margin: 35px 41px 25px;
}

.la_tbl_head {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Ge ss two', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.la_tbl_head.bdy {
  background-color: #fff;
  color: #093679;
}

.la_tbl_head.bdy.time {
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Open Sans', sans-serif;
}

.la_tbl_head.body {
  padding-right: 71px;
  background-color: #fff;
}

.la_tbl_head.body.alt {
  background-color: transparent;
}

.la_tbl_head.body01 {
  margin-right: 12px;
  background-color: transparent;
  color: #093679;
  text-align: right;
}

.la_tbl_head.body01.tm {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.la_tbl_head.body01.alt {
  margin-right: 12px;
  background-color: transparent;
}

.la_tbl_head.left {
  margin-right: 106px;
  text-align: right;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.la_col {
  width: 90%;
  border-radius: 20px;
  background-color: #093679;
  text-align: center;
}

.la_col.body01 {
  margin-left: -15px;
  padding-right: 41px;
  padding-left: 0px;
  background-color: #fff;
}

.la_col.body01.alt {
  background-color: #fbf7f4;
}

.la_col_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -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;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  padding-left: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-2 {
  text-align: right;
}

.column-3 {
  padding-left: 327px;
}

.grid-6 {
  margin-top: 35px;
  margin-right: 41px;
  margin-left: 41px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.div-block-16 {
  border-radius: 20px 0px 0px 20px;
  background-color: #093679;
}

.div-block-17 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #093679;
}

.la_tbl_alt {
  background-color: #f1f3f7;
}

.la_tbl_alt.mid {
  background-color: #f1f3f7;
}

.la_tbl_alt.rt {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.la_tbl_alt.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (min-width: 1920px) {
  .media_block {
    margin-right: -50px;
    margin-bottom: 35px;
    margin-left: -50px;
  }

  .heading-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .footer_sec {
    overflow: hidden;
  }

  .image {
    height: 58px;
  }

  .cont_content.qa {
    margin-top: 46px;
    margin-bottom: 45px;
  }

  .grid {
    height: 220px;
  }

  .slider {
    height: 220px;
  }

  .nav-menu-2 {
    margin-right: -10px;
    margin-left: 0px;
  }

  .media_block {
    margin-right: 5px;
    margin-left: 5px;
  }

  .qa_bg {
    margin-right: 5px;
    margin-left: 5px;
  }

  .speaker_div {
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .grid-2 {
    margin-top: 2px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.25fr;
  }

  .div-block-7 {
    margin-top: -33px;
    margin-right: 0px;
    padding-right: 26px;
    padding-left: 22px;
    text-align: center;
  }

  .div-block-8 {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    margin-top: 50px;
  }

  .container-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .la_btext02 {
    margin-top: 31px;
  }

  .la_btext01 {
    margin-top: 68px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 52px;
  }

  .cont_content.qa {
    margin-top: 23px;
    margin-bottom: 19px;
  }

  .grid {
    height: 180px;
  }

  .r_logo {
    max-width: 60%;
  }

  .r_txt {
    max-width: 70%;
  }

  .slider {
    height: 180px;
  }

  .menu-button-2 {
    background-color: #5c2f05;
  }

  .menu-button-2.w--open {
    background-color: #1a2e60;
  }

  .icon {
    height: 0px;
    margin-top: -7px;
  }

  .div-block {
    display: none;
  }

  .media_block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .qa_bg {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-3 {
    padding-left: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .grid-5 {
    margin-right: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-10 {
    width: 260px;
    margin-top: 20px;
  }

  .la_btext02 {
    margin-top: 35px;
  }

  .la_btext01 {
    margin-top: 57px;
  }

  .la_tbl_head.body {
    padding-right: 49px;
  }

  .la_col.body01 {
    margin-left: 0px;
    padding-right: 0px;
  }

  .column {
    padding-right: 40px;
    padding-left: 0px;
  }

  .column-3 {
    padding-left: 208px;
  }

  .grid-6 {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 35px;
  }

  .cont_content.qa {
    margin-top: 8px;
    margin-bottom: 25px;
  }

  .slide_02 {
    background-size: cover;
    background-repeat: repeat-x;
  }

  .grid {
    height: 150px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .r_logo {
    max-width: 40%;
  }

  .r_txt {
    display: none;
    max-width: 90%;
  }

  .slider {
    height: 150px;
  }

  .media_block {
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .qa_bg {
    margin-top: 20px;
    margin-bottom: 23px;
  }

  .heading-3.arb {
    width: 100%;
  }

  .speaker_div {
    margin-bottom: -9px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .speaker {
    margin-bottom: 36px;
  }

  .md_sp_bg {
    width: 90vw;
    height: 55vh;
  }

  .md_sp_bg.register {
    width: 100vw;
    margin-left: 0px;
  }

  .div-block-9 {
    margin-top: 29px;
    margin-left: auto;
  }

  .container-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-10 {
    width: 160px;
  }

  .div-block-11 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-13 {
    margin-bottom: -10px;
  }

  .heading {
    font-size: 28px;
  }

  .box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .clock-number {
    font-size: 50px;
  }

  .div-block-14 {
    display: none;
  }

  .la_btext02 {
    display: none;
  }

  .la_btext01 {
    display: none;
  }

  .la_tbl_head.left {
    margin-right: 10px;
  }

  .grid-6 {
    margin-right: 5px;
    margin-left: 5px;
  }
}

#w-node-fa5c49f3-5dca-7644-b73c-30bd77f065be-37722034 {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_19297733-ada2-2dcb-677e-ce547e940a3b-37722034 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-fa5c49f3-5dca-7644-b73c-30bd77f065be-19fae7ad {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ge ss two';
  src: url('../fonts/GE-SS-Two-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss Regular';
  src: url('../fonts/Bliss-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bliss Bold';
  src: url('../fonts/Bliss-Bold.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


