﻿.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;
}

@font-face {
    font-family: "Mrs Saint Delafield";
    src: url("../fonts/MrsSaintDelafield-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    }
@font-face {
    font-family: "Mr Dafoe";
    src: url("../fonts/MrDafoe-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    }

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    }
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    }
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    }
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    }
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    }	
@font-face {
	font-family: "Open Sans";
    src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    }

	
	
	
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    }	
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    }		
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    }
@font-face {
	font-family: "Archivo";
    src: url("../fonts/Archivo-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    }


@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    }	
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    }		
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    }
@font-face {
	font-family: "Raleway";
    src: url("../fonts/Raleway-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    }	


body {
  font-family: Archivo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

body a {
	
	text-decoration:none;
}


@media screen and (max-width: 767px) {
	#sponsors-bar{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	#sponsor-quicklinks{
		display:none;
	}
}


.show-gif{
	display:none;
}
@media screen and (min-width: 1440px) {
	.show-gif{
		display:none;
	}
	.show-big-border{
		display:block;
	}
	.show-small-border{
		display:none;
	}
}
@media screen and (max-width: 1440px) {
	.show-big-border{
		display:block;
	}
	.show-small-border{
		display:none;
	}
}
@media screen and (max-width: 991px) {
	.show-gif{
		display:none;
	}
	.show-big-border{
		display:block;
	}
	.show-small-border{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.show-gif{
		display:block;
	}
	.show-video{
		display:none;
	}
	.show-big-border{
		display:block;
	}
	.show-small-border{
		display:none;
	}
}
@media screen and (max-width: 540px) {
	.show-big-border{
		display:block;
	}
	.show-small-border{
		display:none;
	}
}
@media screen and (max-width: 479px) {
	.show-gif{
		display:block;
	}
	.show-video{
		display:none;
	}
	.show-big-border{
		display:none;
	}
	.show-small-border{
		display:block;
	}
}

.inpagequicklinks{
	color:#1e2126;
	border:1px solid #bbd0df;
	border-radius:16px;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	margin:4px;
	background-color:#fff;
	white-space:nowrap;
	font-weight:300;	
}
.inpagequicklinks:hover{
	background-color:#00498f;
	color:#fff;
}
.inpagequicklinks:focus{
	background-color:#00498f;
	color:#fff;
}

.intxtanchor-raywu{
	color:#14519c;
	
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.navbar-logo-center {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d305e), to(#2d305e));
  background-image: linear-gradient(180deg, #2d305e, #2d305e);
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  position: static;
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper-three {
  position: relative;
  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;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f3346b;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown:hover {
  color: #f3346b;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: #f3346b;
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  color: #fff;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 6px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link.w--current {
  color: #543e27;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #ce325f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-accent:hover {
  color: #f3346b;
}

.button-primary {
  padding: 12px 25px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(206, 50, 95, 0.4);
  background-color: #ce325f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #f3346b;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.w--current {
  background-color: #ce325f;
}

.text-block {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-stack {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.margin-bottom-24px {
  max-width: 500px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
}

.organizer-logos{
	height:35px;
	width:auto;
	max-width: 100%;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #ce325f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #f3346b;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  position: relative;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #2d305e;
}

  .disnone {
	   display:none;
  }

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.container-2-1400 {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.speaker-view-profile{
	border:1px solid #78664e;
	border-radius:4px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	padding:8px 12px 8px 12px;
	margin-bottom:30px;
	background-color:transparent;
	color:#78664e;
	font-weight:400;
}
.speaker-view-profile:hover{
	background-color:rgb(120,102,78,0.15);
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #939ec7;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #f3346b;
}

.footer-social-block {
  display: none;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: rgba(57, 65, 179, 0.79);
}

.footer-copyright-center {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
  text-align: center;
}

.footer-inquiries{
	text-align:left;
}

.image {
  color: red;
}

.txt-red {
  color: red;
}

.sticky-ontop{
  position:sticky;
  top:0;
  z-index:1;
  background-color:#fff;
}

.hero-without-image {
  position: relative;
  height: 80vh;
  max-height: 80vh;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 48, 94, 0.8)), to(rgba(45, 48, 94, 0.8))), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-image: linear-gradient(180deg, rgba(45, 48, 94, 0.8), rgba(45, 48, 94, 0.8)), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 900;
}

.text-span {
  font-size: 40px;
  line-height: 40px;
}

.text-span-2 {
  font-size: 40px;
  line-height: 40px;
}

.text-block-2 {
  margin-bottom: 0px;
  padding: 12px 12px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #ce325f;
  color: #ce325f;
  font-size: 22px;
  font-weight: 800;
}

.logos-title-large {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #e4ebf3;
}

.clients-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.clients-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.clients-image {
  width: 250px;
}

.hero-without-image-2 {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #292d53;
}

.margin-bottom-24px-2 {
  width: 400px;
  max-width: 400px;
  margin-bottom: 24px;
  color: #fff;
  text-align: left;
}

.button-primary-3 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-3:active {
  background-color: #43464d;
}

.home-section-title {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 900;
}

.text-block-3 {
  border-top: 5px solid #ce325f;
}

.home-section-tag {
  margin-top: -10px;
  color: #ce325f;
  font-weight: 400;
}

.text-span-3 {
  color: #ce325f;
}

.text-block-4 {
  padding-top: 0px;
  color: rgba(206, 50, 95, 0.31);
  font-size: 150px;
  font-weight: 900;
}

.margin-bottom-24px-bannerarea {
  max-width: 500px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.button-primary-2-bannerarea {
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ce325f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-bannerarea:hover {
  background-color: #f3346b;
  color: #fff;
}

.button-primary-2-bannerarea:active {
  background-color: #43464d;
}

.text-block-2-bannerarea {
  margin-bottom: 0px;
  padding: 12px 12px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #ce325f;
  color: #ce325f;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

.container-2-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-4 {
  color: #ce325f;
}

.text-span-5 {
  color: #ce325f;
}

.text-span-6 {
  color: #ce325f;
}

.margin-bottom-24px-2-hometxt {
  width: 400px;
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 8px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.list-item {
  display: none;
}

.image-4 {
  margin-bottom: 32px;
  -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;
  box-shadow: 13px 13px 0 -1px #ce325f;
}

.features-list {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0.94))), url('../images/Topic-4.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url('../images/Topic-4.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.features-wrapper-two {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 38%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-paragraph {
  margin-bottom: 24px;
  font-size: 16px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
  color: #ce325f;
}

.features-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 51%;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  box-shadow: 5px 5px 0 0 #ce325f;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-5 {
  color: #ce325f;
}

.text-span-7 {
  font-size: 16px;
}

.text-span-8 {
  font-size: 16px;
}

.text-span-9 {
  font-size: 16px;
}

.paragraph {
  margin-top: 10px;
}

.paragraph-2 {
  margin-top: 10px;
}

.paragraph-3 {
  margin-top: 10px;
}

.paragraph-4 {
  margin-top: 10px;
}

.text-span-10 {
  font-size: 16px;
}

.home-section-title-features {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #292d53;
  font-weight: 900;
}

.text-link-arrow-border {
  display: none;
  padding: 8px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ce325f;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.team-circles {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  /*background-color: #0F2C58;*/
  background-color: #d8d0c4;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,81,156, 0)), to(rgba(20,81,156, 0))), url('../images/kane-reinholdtsen-opt-30new3-3.jpg');
  background-image: linear-gradient(180deg, rgba(20,81,156, 0), rgba(20,81,156, 0)), url('../images/kane-reinholdtsen-opt-30new3-3.jpg');*/
  background-position: center;
  background-size: auto, cover;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  border-radius: 50%;
  box-shadow: 2px 2px 16px -6px #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.team-member-name:hover {
  color: #fff;
}

.team-member-position {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight:300;
}

.home-section-title-speakers {
  margin-top: 10px;
  /*font-family: Raleway, sans-serif;*/
  /*color: #f3dd3d;*/
  color: #573c27;
  font-weight: 900;
  text-align: center;
}
.home-section-title-speakers-sub {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #58432e;
  /*color: #fff;*/
  font-weight: 600;
  text-align: center;
}

.text-block-4-centered {
  padding-top: 0px;
  color: rgba(206, 50, 95, 0.31);
  font-size: 150px;
  font-weight: 900;
  text-align: center;
}

.home-section-tag-centered {
  margin-top: -10px;
  /*color: #f3dd3d;*/
  color: #58432e;
  font-weight: 400;
  font-size:18px;
  text-align: center;
}

.paragraph-5 {
  color: #fff;
}

.team-circles-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.centered-subheading-2 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.button {
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ce325f;
  background-color: rgba(206, 50, 95, 0.06);
  color: #ce325f;
  font-size: 12px;
}

.button:hover {
  background-color: rgba(206, 50, 95, 0.14);
}

.testimonial-slider-large {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.testimonial-slider-two {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 64px;
  -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: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: 40px;
  -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;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.testimonial-info-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.link {
  color: #ce325f;
}

.link-to-profile {
  color: #ce325f;
  line-height: 32px;
  text-decoration: none;
}

.tabs {
  text-align: center;
}

.tabs.home-tabs {
  margin-top: 0px;
}

.text-span-11 {
  color: #ce325f;
}

.text-span-12 {
  color: #ce325f;
}

.bold-text {
  font-weight: 800;
}

.bold-text-2 {
  font-weight: 800;
}

.bold-text-3 {
  font-weight: 800;
}

.bold-text-4 {
  font-weight: 800;
}

.margin-bottom-24px-2-hometxtp2 {
  width: 400px;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-right: 8px;
  border-top: 1px none #d1d1d1;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.text-span-13 {
  color: #ce325f;
}

.block-quote {
  border-left-color: #ce325f;
  color: #fff;
}

.hero-wrapper-two-imgscol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tabs-menu {
  font-size: 20px;
  position:sticky;
  top:0;
  z-index:1;
  background:white;
}

.tabs-schedule {
  padding: 18px 30px;
  border-bottom: 1px solid #78664e;
  background-color: transparent;
  color: #666;
  font-size: 18px;
}

.tabs-schedule:hover {
  color: #111;
}

.tabs-schedule.w--current {
  padding: 18px 30px;
  border-bottom-color: #78664e;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  /*background-color: #78664e;*/
  background-color:#f9f9f9;
  color: #fff;
}

.tabs-schedule-section {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: transparent;
}

.grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.grid.schedule-grid-homepg {
  margin-top: 24px;

  padding: 6px;
    padding-bottom: 24px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 12px solid #f9f9f9;
  background-color: transparent;
}

.txt-schedule-timetxt {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.txt-schedule-sessiondetailstxt {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
  .txt-schedule-sessiondetailstxt2 {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  }


.txt-schedule-daydate {
  margin-top: 40px;
  color: #333;
  font-size: 24px;
  line-height:32px;
  font-weight: 800;
  text-align: left;
  padding-left:10px;
  text-transform: uppercase;
}

.txt-schedule-daydateMorn {
  margin-top: 40px;
  color: #b98351;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  padding-left:10px;
  text-transform: uppercase;
}

.text-block-6 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.text-span-14 {
  color: #f1f1f1;
}

.image-5 {
  max-width: 60%;
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 600px;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-schedule-tospeaker {
  padding-top: 8px;
  color: #ce325f;
  text-decoration: none;
}

.linkblock-schedule-tospeaker {
  /*margin-right: 8px;*/
  padding: 16px 16px;
  background-color: #f8f8f8;
  color: #ce325f;
  font-size: 14px;
  text-decoration: none;
  max-width:180px;
}

.linkblock-schedule-tospeakerProteinA {
  /*margin-right: 8px;*/
  padding: 16px 16px;
  background-color: #f8f8f8;
  color: #ce325f;
  font-size: 14px;
  text-decoration: none;
  max-width:180px;
}
.linkblock-schedule-tospeakerProteinB {
  /*margin-right: 8px;*/
  padding: 16px 16px;
  background-color: #f8f8f8;
  color: #ce325f;
  font-size: 14px;
  text-decoration: none;
  max-width:180px;
}

/* AGENDA > SPEAKER PROFILE HOVER LINK
.linkblock-schedule-tospeaker:hover {
  border-color: #fcce07;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 249, 255)), to(rgba(244, 249, 255)));
  background-image: linear-gradient(180deg, rgba(244, 249, 255), rgba(244, 249, 255));
} */

.linkblock-schedule-tospeakerProteinA:hover {
  border-color: #fcce07;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 249, 255)), to(rgba(244, 249, 255)));
  background-image: linear-gradient(180deg, rgba(244, 249, 255), rgba(244, 249, 255));
}
.linkblock-schedule-tospeakerProteinB:hover {
  border-color: #fcce07;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243,221,61, 0.12)), to(rgba(243,221,61, 0.12)));
  background-image: linear-gradient(180deg, rgba(243,221,61, 0.12), rgba(243,221,61, 0.12));
}

.linkblock-txt-schedule-tospeakerlink {
  padding-top: 16px;
  color: #000;
  line-height: 14px;
}

.txt-schedule-mornaft {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left:10px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}




.button-primary-2-scheduledownloadpy {
  position: static;
  display: inline-block;
  margin-top: 50px;
  padding: 12px 25px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ce325f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-scheduledownloadpy:hover {
  background-color: #f3346b;
  color: #fff;
}

.button-primary-2-scheduledownloadpy:active {
  background-color: #43464d;
}

.div-block-2 {
  /*display: none;*/
  text-align: center;
}

.image-6 {
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  height: 600px;
  max-height: 600px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 80px 40px;
  border-right: 1px none #2d305e;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0.94))), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  box-shadow: 11px 11px 0 0 #ce325f;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-2 {
  height: 600px;
  max-height: 600px;
  margin-top: 124px;
  margin-bottom: 124px;
  padding: 80px 40px 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/pawel-czerwinski--0xCCPIbl3M-unsplash-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/pawel-czerwinski--0xCCPIbl3M-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 11px 11px 0 0 #ce325f;
}

.text-block-7 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-7-venuedet {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-15 {
  color: #ce325f;
  font-weight: 600;
  letter-spacing: 3px;
}

.text-block-7-contactdet {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.columns {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #292d53;
}

.hero-without-image-3 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.hero-wrapper-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.margin-bottom-24px-3.profile-short-bio-intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.margin-bottom-24px-3.profile-short-bio-intro-txt-copy {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.5px;
}

.hero-profilepg-top {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Plain-Speaker-Bkgnd-Banner2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Plain-Speaker-Bkgnd-Banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-7 {
  width: 400px;
  max-width: 400px;
}

.hero-heading-center {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.hero-wrapper {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  width: 400px;
  max-width: 400px;
  border-radius: 400px;
  box-shadow: 11px 11px 0 -3px #ce325f;
}

.hero-heading-left {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.profile-heading-name {
  margin-top: 0px;
  color: #fff;
}

.text-block-8 {
  color: #ce325f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-profiletitle {
  margin-bottom: 32px;
  color: #ce325f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.button-primary-2-profilepgbanner {
  width: 180px;
  max-width: 270px;
  margin: 10px 10px 10px 0px;
  padding: 5px 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fcce07;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fcce07;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-profilepgbanner:hover {
  background-color: rgba(252, 206, 7, 0.1);
  color: #fcce07;
}

.button-primary-2-profilepgbanner:active {
  background-color: rgba(206, 50, 95, 0);
}

.section-profile-page-mainbio {
  padding-top: 40px;
  padding-bottom: 120px;
  border-bottom: 1px solid #e4ebf3;
  background-color: transparent;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), url('../images/4-genetics-OPT-1117.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/4-genetics-OPT-1117.jpg');*/
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  text-align: center;
}

.container-profilepg-mainbio {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}

.linkblock-schedule-tospeaker-copy {
  margin-right: 0px;
  padding: 16px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292d53), to(#292d53));
  background-image: linear-gradient(180deg, #292d53, #292d53);
  color: #ce325f;
  font-size: 14px;
  text-decoration: none;
}

.linkblock-schedule-tospeaker-copy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 50, 95, 0.12)), to(rgba(206, 50, 95, 0.12)));
  background-image: linear-gradient(180deg, rgba(206, 50, 95, 0.12), rgba(206, 50, 95, 0.12));
}

.profilepg-schedule-speakername {
  padding-top: 8px;
  color: #fff;
  line-height: 14px;
  text-align: center;
}

.button-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  -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;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  direction: ltr;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.button-primary-2-schedulefull {
  position: static;
  display: inline-block;
  margin-top: 0px;
  padding: 12px 25px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ce325f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-schedulefull:hover {
  background-color: #f3346b;
  color: #fff;
}

.button-primary-2-schedulefull:active {
  background-color: #43464d;
}

.txt-schedule-daydate-profilepg {
  margin-top: 40px;
  color: #ce325f;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.hero-without-image-homebannery {
  position: relative;
  height: 80vh;
  max-height: 80vh;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 48, 94, 0.5)), to(rgba(45, 48, 94, 0.5))), url('../images/Hero-Banner-1opt.jpg');
  background-image: linear-gradient(180deg, rgba(45, 48, 94, 0.5), rgba(45, 48, 94, 0.5)), url('../images/Hero-Banner-1opt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.container-hz-schedule {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.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;
}

.clients-image-cbis {
  width: 150px;
}

.clients-image-wlusls {
  width: 400px;
}

.link-normal-white {
  color: #fff;
}

.venue-details-linktxt {
  padding-top: 8px;
}

.link-normal-pink {
  color: #ce325f;
}

.txt-schedule-sessiondetailstitletxt {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.schedule-topic-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  max-width: 350px;
  margin-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c315f), to(#2c315f));
  background-image: linear-gradient(180deg, #2c315f, #2c315f);
  color: #fcce07;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.schedule-topic-link:hover {
  background-color: #292d53;
  background-image: none;
  text-decoration: underline;
}

.collection-item {
  height: 150px;
  max-height: 150px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8 {
  overflow: visible;
  width: 100%;
  height: 150px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.image-8-copy {
  overflow: visible;
  width: 100%;
  height: 150px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-primary-2-2-profilepgbanner-copy {
  width: 270px;
  max-width: 270px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #ce325f;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ce325f;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-2-profilepgbanner-copy:hover {
  background-color: rgba(243, 52, 107, 0.32);
  color: #ce325f;
}

.button-primary-2-2-profilepgbanner-copy:active {
  background-color: rgba(206, 50, 95, 0);
}

.text-block-profilerole {
  margin-bottom: 10px;
  color: #ce325f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-profileinst {
  margin-bottom: 32px;
  color: #ce325f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.home-section-title-topics {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.team-member-positioninstit {
  margin-bottom: 24px;
  color: #939ec7;
}

.team-member-positionandinstiti {
  display: block;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #939ec7;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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-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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-5 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.collection-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-member-image-topics {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-topics {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-name-topics:hover {
  color: #000;
}

.team-member-positionandinstititopics {
  display: block;
  margin-top: -8px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #939ec7;
}

.team-member-positioninstit-topics {
  margin-top: -8px;
  margin-bottom: 24px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.button-topicsprofiles {
  margin-top: -23px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #14519c;
  background-color: #14519c;
  color: #ffffff;
  font-size: 12px;
}

.button-topicsprofiles:hover {
  border-color: #003d89;
  background-color: #003d89;
  color: #fff;
}


.button-topicsprofiles-brown {
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #78664e;
  background-color: transparent;
  color: #78664e;
  font-size: 12px;
  margin-top:20px;
  margin-bottom:20px;
}

.button-topicsprofiles-brown:hover {
  border-color: #615340;
  background-color: #615340;
  color: #fff;
}

.team-circles-topicspage {
  position: relative;
  padding: 120px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #292d53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 48, 94, 0.94)), to(rgba(45, 48, 94, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(45, 48, 94, 0.94), rgba(45, 48, 94, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-4-topicspeakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  max-width: 45vw;
  -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;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.link-speakerlistprofiles {
  margin-top: 16px;
  color: #ce325f;
  font-size: 16px;
  text-decoration: none;
}

.margin-bottom-24px-3-topicspg {
  margin-bottom: 24px;
}

.margin-bottom-24px-3-topicspg.profile-short-bio-intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.hero-heading-center-topics {
  position: relative;
  padding: 40px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.collection-item-2 {
  border-style: solid;
  border-width: 0.5px;
  border-color: #f1f1f1;
}

/* .collection-item-2:hover {
  background-color: rgba(252, 206, 7, 0.12);
} */

.team-member-positionandinstititopics-copy {
  display: block;
  margin-top: -8px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.link-blocktopicshome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
  text-decoration: none;
}

.link-blocktopicshome:hover {
  background-color: rgba(206, 50, 95, 0.11);
}

.link-home-totopicdets {
  color: #ce325f;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-2 {
  margin-bottom: 10px;
}

.paragraph-2-topicname {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2-topicdesc {
  margin-top: 4px;
}

.topic-number-txt {
  margin-top: -16px;
  color: #ce325f;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
}

.text-block-4-ctopicsopy {
  padding-top: 0px;
  color: rgba(206, 50, 95, 0.31);
  font-size: 150px;
  font-weight: 900;
}

.home-section-tag-topicscopy {
  margin-top: -10px;
  color: #fcce07;
  font-weight: 400;
}

.home-section-title-features-topics {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #292d53;
  font-weight: 900;
}

.features-paragraph-topicspy {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
}

.container-4-ctopicsy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 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;
}

.section {
  height: 200px;
  max-height: 200px;
  background-image: url('../images/DGS---small-80.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.section.section-top-speakers {
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.hero-wrapper-3 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-split-2-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  max-width: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-heading-righttopics {
  position: relative;
  padding: 30px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.linkblocktopicshome {
  background-color: hsla(0, 0%, 94.5%, 0.83);
  color: #333;
  text-decoration: none;
}

.linkblocktopicshome:hover {
  background-color: rgba(252, 206, 7, 0.12);
}

.text-block-11 {
  padding-left: 24px;
  color: #ce325f;
}

.margin-bottom-24px-3-copy {
  margin-bottom: 24px;
  padding-left: 24px;
}

.margin-bottom-24px-3-copy.profile-short-bio-intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.h2-topicshome-copy {
  padding-left: 24px;
}

.shadow-two-2-copy {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.shadow-two-2-copy-copy {
  width: 400px;
  max-width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.speakershomeprofileimg {
  width: 100px;
  max-width: 100px;
  border-radius: 400px;
}

.text-block-12 {
  font-weight: 700;
}

.link-block-2-copy {
  width: 200px;
  height: 260px;
  max-height: 260px;
  max-width: 200px;
  padding: 12px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  color: #333;
  text-decoration: none;
}

.link-block-2-copy:hover {
  background-color: rgba(252, 206, 7, 0.12);
}

.div-block-11-copy {
  text-align: center;
}

.collection-item-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrapper-2-topicdetspgpy {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-split-2-leftcopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  max-width: 45vw;
  padding-top: 12px;
  -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;
}

.text-block-10-copybold {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #000;
  font-weight: 700;
}

.text-block-11-copy {
  padding-left: 24px;
  color: #ce325f;
}

.margin-bottom-24px-3-topicspg-boldcopy {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}

.margin-bottom-24px-3-topicspg-boldcopy.profile-short-bio-intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block-topicdetscopy {
  font-size: 16px;
  line-height: 24px;
}

.text-block-9-copy {
  font-size: 16px;
  line-height: 24px;
}

.div-block-12-copy {
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-14 {
  width: 40vw;
  max-width: 40vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-15 {
  width: 60vw;
  max-width: 60vw;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-2 {
  color: #ce325f;
  text-decoration: none;
}

.text-block-15 {
  font-weight: 700;
}

.sponsor-name-bold {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.sponsor-text-desc {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  text-align:justify;
}

.sponsor-official-link {
  color: #ce325f;
  font-size: 16px;
  text-decoration: none;
}

.image-9 {
  padding: 10px;
}

.container-8 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.sponsor-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee;
}

.image-10 {
  width: 180px;
  max-width: 180px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
}

.div-block-16 {
  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;
}

.text-block-7-venuedet-copy {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-16 {
  font-weight: 700;
}

.text-span-17 {
  font-weight: 700;
}

.column-2-venuepg {
  height: 500px;
  max-height: 600px;
  margin-top: 124px;
  margin-bottom: 20px;
  padding: 80px 40px 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94));
  box-shadow: 11px 11px 0 0 #ce325f;
}

.image-11 {
  display: inline-block;
  text-align: left;
}

.columns-venuepg {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #292d53;
}

.column-leftvenuepg {
  height: 600px;
  max-height: 600px;
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 80px 40px;
  border-right: 1px none #2d305e;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.94)), to(rgba(255, 255, 255, 0.94))), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  box-shadow: 11px 11px 0 0 #ce325f;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.gallery-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.gallery-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav {
  display: none;
}

.gallery-slider-venuepg {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #eaf3ff;
}

.link-3 {
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-5 {
  display: block;
  width: 120px;
  margin-right: 10px;
  margin-left: 10px;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-grid-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  padding: 20px 0px;
  -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;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 81, 156, 0.6)), to(rgba(20, 81, 156, 0.6)));
  background-image: linear-gradient(180deg, rgba(20, 81, 156, 0.6), rgba(20, 81, 156, 0.6));*/
  /*background-color:#b98351;*/
  background-color:rgb(87,67,40,0.7);
  border-radius:4px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  height:275px;
}

.link-to-speakers {
  display: inline;
  -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: #ce325f;
  line-height: 32px;
  text-decoration: none;
}

.superscript {
  color: #ce325f;
}

.section-3 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.block-quote-2 {
  border-left-color: #ce325f;
  color: #ce325f;
}

.block-quote-2.faqq {
  margin-top: 20px;
  border-left-color: #656db2;
  color: #2c315f;
  font-weight: 600;
}

.faq-answer-txt {
  padding-left: 26px;
  line-height: 24px;
}

.div-block-17 {
  padding-top: 8px;
}

.div-block-18 {
  padding-top: 8px;
}

.div-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.hero-wrapper-4 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.hero-heading-right-copy {
  position: relative;
  padding: 20px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.link-to-sls {
  display: inline;
  -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: #ce325f;
  line-height: 32px;
  text-decoration: none;
}

.features-list-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.features-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.arrow-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.features-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-block-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-image-2 {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-image-2-copy {
  width: 250px;
  height: 200px;
  margin-right: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-left-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #eee;
}

.features-right-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-sls-about-campus-desc {
  max-width: 60%;
  padding-top: 20px;
  padding-left: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.features-list-2-copy {
  position: relative;
  padding: 40px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fcfcff;
}

.features-block-two-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-5 {
  font-size: 16px;
}

.bold-text-6 {
  font-size: 16px;
}

.bold-text-7 {
  font-size: 16px;
}

.paragraph-6 {
  font-size: 16px;
}

.gallery-overview {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  margin-bottom: 8px;
  padding-left: 30px;
  background-image: url('../images/');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-2 {
  text-align: center;
}

.heading-2-copy {
  padding: 12px;
  text-align: center;
}

.shadow-two-3-copy {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.profile-heading-name-copy {
  margin-top: 0px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.div-block-12-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.comingsoon {
  margin-top: 40px;
  margin-bottom: 250px;
  font-style: italic;
  text-align: center;
}

.text-block-16 {
  text-align: center;
}

.text-block-16-copy {
  text-align: center;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-gallery-venue {
  width: 650px;
  height: 450px;
}

.navbar-no-shadow {
  border-bottom: 0.5px solid #f1f1f1;
  /*background-color:rgb(185,131,81,0.1);*/
  background-color:rgb(134,149,191,0.1);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
  padding-top:30px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #000;
  text-decoration: none;
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2.w--current {
  color: #543e27;
  font-weight: 800;
  text-decoration:underline;
}

.nav-dropdown-2 {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle-2 {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-4 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-4:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-4:active {
  background-color: #43464d;
}

.register-button-prime {
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3dd3d;
  border-radius: 20px;
  background-color: #f3dd3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #32343a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-button-prime:hover {
  border-style: solid;
  border-color: #32343a;
  background-color: #f9e132;
  color: #32343a;
}

.register-button-prime:active {
  border-style: solid;
  border-color: #f3dd3d;
  background-color: #f9e132;
}

.hero-without-image-homebannery-copy {
	/* size 1 */
  position: relative;
  height: 80vh;
  max-height: 80vh;
  padding: 0px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  /*background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest1_fin1web.jpg');*/
  background-image: url('../images/kv/bkgnd.jpg');
  background-position: 50% 50%;
  background-size: 100% 80vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-21 {
  display:none;
}

  .div-welcometxt {
    /*height: 300px;*/
	display:none;
  }

.hero-without-image-4 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-10 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-5:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-5:active {
  background-color: #43464d;
}

.button-primary-5.footer-form-button {
  position: absolute;
  right: 8px;
  padding: 8px 18px;
}

.heading-cbis {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #573c27;
  /*color: #ea327f; red*/
  /*color: #1de0e1; blue*/
  /*color: #f3dd3d; yellow*/
  /*color: #fff;*/
  /*text-shadow: 3px 1px 2px #333;*/
/*
  font-size: 69px;
  line-height: 80px;
  font-weight: 800;
 */ 
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

.cbis-title-name {
  max-width: 400px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.text-span-18 {
  font-size: 36px;
}

.heading-cbis-eventtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #58432e;
  /*color: #f3dd3d;*/
  font-size: 32px;
    /*text-shadow: 2px 1px 1px #333;*/
  line-height: 40px;
  font-weight: 400;
}
.heading-cbis-eventtitleDATE {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #58432e;
  /*color: #f3dd3d;*/
  font-size: 26px;
    /*text-shadow: 2px 1px 1px #333;*/
  line-height: 65px;
  font-weight: 600;
}

.text-span-19 {
  font-size: 36px;
}

.cbis-title-datesentence {
  max-width: 500px;
  margin-bottom: 0px;
  padding: 4px 12px 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  /*background-color: #fcce07;*/
  background-color: #f3dd3d;
  color: #0;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.text-block-2-hzsite {
  margin-bottom: 0px;
  padding: 12px 12px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #ce325f;
  /*color: #fbec3d;*/
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.register-button-primebanner {
  margin-top: 40px;
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fcce07;
  border-radius: 20px;
  background-color: rgba(252, 206, 7, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fcce07;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-button-primebanner:hover {
  border-style: solid;
  border-color: #32343a;
  background-color: #ffcf00;
  color: #32343a;
}

.register-button-primebanner:active {
  border-style: solid;
  border-color: #fcce07;
  background-color: #ffcf00;
}

.cbis-title-shortdesc-small {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 4px 40px 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  /*border-style: solid none none;
  border-width: 0.5px 1px 1px;
  border-color: #fff #000 #000;*/
  color: #58432e;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  border-top:1px solid #58432e;
  /*background-color:rgb(0,0,0,0.15);
  border-radius:4px;*/
}

.hero-wrapper-two-hzv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  padding-top:0px:
  margin-top:3%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));  
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 81, 156, 0.4)), to(rgba(20, 81, 156, 0.4)));
  background-image: linear-gradient(180deg, rgba(20, 81, 156, 0.4), rgba(20, 81, 156, 0.4)); */
  text-align: center;
    align-content:center;
	align-items:center;
	
}

.hero-wrapper-two-hzv23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  text-align: center;
}

.banner-background-raywu {
	border-radius: 20px;
	padding:20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 81, 156, 0.6)), to(rgba(20, 81, 156, 0.6)));
  background-image: linear-gradient(180deg, rgba(20, 81, 156, 0.6), rgba(20, 81, 156, 0.6));
}

.text-span-22 {
  font-size: 36px;
}

.hzv2-title-tags {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00498f;
  color: #00498f;
}

.hzv2eventtopicheeading {
  margin-top: 10px;
  color: #14519c;
}

.hzv2-purple-btn {
  margin-top: 10px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #99683b;
  border-radius: 100px;
  background-color: transparent;
  color: #eee;
  background-color:rgb(185,131,81,0.4);
    width:300px;
  max-width:300px;
}

.hzv2-purple-btn:hover {
  background-color: rgb(185,131,81,0.6);
}

.hzv2-purple-btnblue {
  margin-top: 10px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #14519c;
  border-radius: 100px;
  background-color: transparent;
  color: #14519c;
  background-color:rgb(255,255,255,0.1);
}

.hzv2-purple-btnblue:hover {
  background-color: #2a589f;
  color:#fff;
}
.hzv2-purple-btngold {
  margin-top: 10px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #b98351;
  border-radius: 100px;
  background-color: transparent;
  color: #b98351;
  /*background-color:rgb(185,131,81,0.1);*/
}

.hzv2-purple-btngold:hover {
  background-color: #b98351;
  color:#fff;
}

.hzv2-purple-btn-inv {
  margin-top: 10px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #78664e;
  border-radius: 100px;
  background-color: #78664e;
  color: #fff;
  width:300px;
  max-width:300px;
}

.hzv2-purple-btn-inv:hover {
  background-color: #615340;
  color: #fff;
}

.hzv2-purple-btn-yell {
  margin-top: 10px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3dd3d;
  border-radius: 100px;
  background-color: transparent;
  color: #f3dd3d;
}

.hzv2-purple-btn-yell:hover {
  background-color: #f3dd3d;
  color: #fff;
}

.image-13 {
  margin-bottom: 10px;
}

.image-13-raywu {
  margin-bottom: 10px;
  box-shadow: 2px 2px 16px -6px #333333;
}

.hzv2hero-without-image-4-copy {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.98)), to(hsla(0, 0%, 100%, 0.98))), url('../images/4-genetics-OPT-1117.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.98), hsla(0, 0%, 100%, 0.98)), url('../images/4-genetics-OPT-1117.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.welcometxt {
  -webkit-transform: translate(133px, 210px) rotate(-90deg);
  -ms-transform: translate(133px, 210px) rotate(-90deg);
  transform: translate(133px, 210px) rotate(-90deg);
  direction: rtl;
  font-size: 24px;
  font-weight: 600;
  color:#333333;
}

.div-welcometxt {
  height: 400px;
  max-height: 400px;
  background-color: #f3dd3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.txtwelcomemsg_title {
  padding-top: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 600;
  color:#333;
}

.txtwelcomemsg_bodytxt {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.txtwelcomemsg_bodytxt2 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.image-14 {
  width: auto;
  height: 400px;
  max-height: 400px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
}

/*.div-block-21 {
  text-align: right;
}*/
.div-block-21 {
  display:none;
}

.columns-3 {
  border-bottom: 1px none #e4ebf3;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;

}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.gallery-slider-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/4-genetics-OPT-1117.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/4-genetics-OPT-1117.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.gallery-wrapper-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-slide-2 {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.gallery-slide-text-2 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
}

.gallery-slider-left-2 {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.gallery-slider-left-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.gallery-slider-right-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav-2 {
  display: none;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 24px;
}

.column-7 {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hzv2-yellow-btn {
  margin-top: 40px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3dd3d;
  border-radius: 100px;
  background-color: transparent;
  color: #f3dd3d;
}

.hzv2-yellow-btn:hover {
  background-color: #f3dd3d;
  color: #000;
}
.hzv2-gold-btn {
  margin-top: 40px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #78664e;
  border-radius: 100px;
  background-color:transparent;
  color: #78664e;
}

.hzv2-gold-btn:hover {
  background-color: #78664e;
  color: #fff;
}

.hzv2-stems-btn {
  margin-top: 40px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color:transparent;
  color: #fff;
}

.hzv2-stems-btn:hover {
  background-color: rgb(255,255,255,0.2);
  color: #fff;
}

.team-member-institute {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*border-style: none none solid;
  border-width: 1px 1px 0.5px;
  border-color: #000 #000 #5e98ff;*/
  color: #f3dd3d;
  font-size: 18px;
  text-transform: uppercase;
}

.home-section-tag-centered-copy {
  margin-top: -10px;
  color: #ecf6ff;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.viewspeakerlink {
  margin-top: 20px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #f3dd3d;
  color: #f3dd3d;
  text-decoration: none;
}

.viewspeakerlink:hover {
  background-color: rgba(252, 206, 7, 0.1);
}

.viewspeakerlink-gold {
  margin-top: 20px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #78664e;
  color: #78664e;
  text-decoration: none;
  border-radius:24px;
}

.viewspeakerlink-gold:hover {
  background-color:rgb(120,102,78,0.1);
}

.viewspeakerlink-reg {
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #14519c;
  color: #14519c;
  text-decoration: none;

}

.viewspeakerlink-reg:hover {
  background-color: #376cb0;
  color:#fff;
}

.text-block-17 {
  height: 150px;
  max-height: 150px;
  padding-right: 40px;
  padding-left: 40px;
  color: #f0f0f0;
  font-size: 14px;
  text-align: center;
}

.footer-dark-2 {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  /*background-color: #f5f7fa;
  background-color:rgb(185,131,81,0.1);*/
  background-color:rgb(134,149,191,0.1);
}

.footer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 0.5px solid #999;
}

.title-small-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.title-small-2-sub {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-link-2 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center-2 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.footer-subscribe {
  position: relative;
  padding: 50px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-form-two {
  margin-bottom: 40px;
  padding: 64px;
  background-color: #f5f7fa;
}

.footer-form-container-two {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 180px 12px 20px;
  border: 1px none #000;
}

.footer-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.footer-wrapper-three {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-three {
  margin-right: 20px;
  margin-left: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-link {
  margin-left: 24px;
  color: #3a4554;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-link-2-register {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #78664e;
  border-radius: 20px;
  background-color: #78664e;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2-register:hover {
  background-color: #615340;
}
.footer-link-2-register-gold {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #78664e;
  border-radius: 20px;
  background-color: #78664e;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2-register-gold:hover {
  background-color: #615340;
}

.footer-link-2-registerwait {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 20px;
  background-color: #eee;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-18 {
  margin-top: 12px;
  font-size: 12px;
}

.footer-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hzv2-title-tags-purple {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3d2c7a;
  color: #3d2c7a;
}

.columns-3-venues {
  height: 400px;
  border-bottom: 1px none #e4ebf3;
}

.column-5-copy {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-welcometxt-copy {
  height: 800px;
  max-height: 800px;
  background-color: #f3dd3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.welcometxt-copy {
  -webkit-transform: translate(-138px, 210px) rotate(-90deg);
  -ms-transform: translate(-138px, 210px) rotate(-90deg);
  transform: translate(-138px, 210px) rotate(-90deg);
  direction: rtl;
  font-size: 24px;
  font-weight: 600;
}

.column-7-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-6-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.txtwelcomemsg_bodytxt-copy {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.image-15 {
  width: 450px;
}

.txtwelcomemsg_title-copy {
  margin-top: 30px;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-22 {
  margin-top: 60px;
  padding-left: 220px;
}

.hzv2-title-tags-bluevenues {
  display: inline;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00498f;
  color: #00498f;
}
.hzv2-title-tags-goldvenues {
  display: inline;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #b98351;
  color: #b98351;
}

.txtwelcomemsg_bodytxt-copysmopy {
  margin-top: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 0px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-span-24 {
  color: #00498f;
}
.text-span-24-gold {
  color: #b98351;
}

.text-span-25 {
  color: #00498f;
}

.text-span-26 {
  color: #00498f;
}

.text-span-27 {
  color: #00498f;
}

.section-copyvenue {
  height: 200px;
  background-image: url('../images/YunguCampus-30.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-copyvenue.section-top-speakers {
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section-copyvenue-copy {
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-copyvenue-copy.section-top-speakers {
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-without-image-5 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-6:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-without-image-5-regsmbanner {
  position: relative;
  height: 200px;
  max-height: 200px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  background-image: url('../images/thin-banner-register-1088-200.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  font-size: 24px;
}

.hero-wrapper-two-4-cregbanner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-align: center;
}

.heading-3-regbanner {
  margin-top: 26px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
}

.margin-bottom-24px-5-regbanner {
  margin-bottom: 12px;
  color: #fff;
}

.container-11-regbannery {
  position: relative;
  display: block;
  width: 100%;
  max-width: 940px;
  margin-top: -79px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.externallink {
  color: #00498f;
  text-decoration: none;
}
.externallink-gold {
  color: #b98351;
  text-decoration: none;
}

.gallery-slide-textyungu {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 4px;
  margin-bottom: 0px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #f5f7fa;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.gallery-image-yungucopy {
  width: 100%;
}

.paragraph-8 {
  padding-right: 50px;
}

.section-4 {
  height: 40px;
  max-height: 40px;
  background-color: #b98351;
}

.container-12 {
  height: 40px;
  max-height: 40px;
  max-width: 1100px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-height: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-block-23-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-height: 80px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  display: block;
}

.breadcrumbs-link {
  color: #8cc6ff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #cce6ff;
  text-decoration: underline;
}

.text-block-19 {
  margin-left: 10px;
  color: #8cc6ff;
  font-size: 14px;
}

.image-16 {
  width: 200px;
  height: 200px;
}

.hero-split-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 700px;
  margin-right: 15px;
  padding: 30px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 73, 143, 0.6);
}

.team-member-image-copy {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  box-shadow: 2px 2px 16px -6px #4c8aff;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-copy {
  margin-bottom: 6px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-name-copy:hover {
  color: #fff;
}

.team-member-position-copy {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f3dd3d;
  font-size: 16px;
}

.team-member-institute-copy {
  margin-bottom: 14px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px 1px 0.5px;
  border-color: #000 #000 #5e98ff;
  color: #f3dd3d;
  font-size: 18px;
  text-transform: uppercase;
}

.hero-split-righty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 1100px;
  margin-left: 15px;
  padding: 30px;
  padding-bottom:0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 73, 143, 0.6);
}

.text-block-20 {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary-2-profilepgbanner-copy {
  display: inline-block;
  overflow: visible;
  width: 180px;
  max-width: 180px;
  margin: 10px 0px;
  padding: 5px 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fcce07;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fcce07;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-profilepgbanner-copy:hover {
  background-color: rgba(252, 206, 7, 0.2);
  color: #f3dd3d;
}

.button-primary-2-profilepgbanner-copy:active {
  background-color: rgba(206, 50, 95, 0);
}

.button-primary-2-profilepgbanner-copy-copy {
  width: 200px;
  max-width: 200px;
  margin: 10px 0px;
  padding: 5px 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f3dd3d;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f3dd3d;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-profilepgbanner-copy-copy:hover {
  background-color: rgba(252, 206, 7, 0.2);
  color: #fcce07;
}

.button-primary-2-profilepgbanner-copy-copy:active {
  background-color: rgba(206, 50, 95, 0);
}

.div-block-24 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 73, 143, 0.8);
}

.div-block-25 {
	/*thin size 1*/
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #14519c;*/
    background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest2_fin2web-thin1920.jpg');
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 45, 83, 0.85)), to(rgba(41, 45, 83, 0.85))), url('../images/1-cancer-OPT-30-5.jpg');
  background-image: linear-gradient(180deg, rgba(41, 45, 83, 0.85), rgba(41, 45, 83, 0.85)), url('../images/1-cancer-OPT-30-5.jpg');*/


    background-position: center top;
 height:350px;
 max-height:350px;
  background-repeat: no-repeat;
  
  


}

.home-section-title-features-topics-copy {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.button-primary-2-greensls {
  width: 180px;
  max-width: 180px;
  margin: 10px 0px;
  padding: 5px 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #00ac97;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00ac97;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-greensls:hover {
  background-color: #00ac97;
  color: #fff;
}

.button-primary-2-greensls:active {
  background-color: rgba(206, 50, 95, 0);
  color: #00ac97;
}

.button-primary-2-greensls-inv {
  width: 180px;
  max-width: 180px;
  margin: 10px 0px;
  padding: 5px 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #00ac97;
  border-radius: 20px;
  background-color: #00ac97;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2-greensls-inv:hover {
  background-color: #008373;
  color: #fff;
}

.button-primary-2-greensls-inv:active {
  background-color: rgba(206, 50, 95, 0);
  color: #00ac97;
}

.features-paragraph-2-copy {
  margin-bottom: 24px;
  text-align: left;
}

.heading-2-copy-copy {
  margin-bottom: 20px;
  padding: 12px 12px 12px 0px;
  text-align: left;
}

.container-4-ctopicsy-sls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 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;
}

.heading-2-copy-copy-copygreen {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 12px 12px 12px 0px;
  color: #00ac97;
  font-size: 36px;
  text-align: center;
}

.heading-2-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 12px 0px 0px;
  font-size: 18px;
  text-align: center;
}

.heading-2-copy-copy-x {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 12px 12px 12px 0px;
  text-align: center;
}

.hzv2-title-tags-purple-copy {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3d2c7a;
  color: #3d2c7a;
}

.heading-2-copy-copy-x-centr {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 12px 12px 0px;
  text-align: center;
}

.hzv2-title-tags-purplecentr {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #3d2c7a;
  color: #3d2c7a;
  text-align: center;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3-venues-copy {
  height: 400px;
  margin-bottom: 40px;
  border-bottom: 1px none #e4ebf3;
}

.text-block-21 {
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

.txt-schedule-mornaft-copy {
  margin-top: 60px;
  margin-bottom: 10px;
  color: #78664e;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
}

.text-block-21-left {
  color: #999;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.grid-5 {
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.schedule-div-live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #ffffff;
}

.home-section-title-speakers-copy {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  /*color: #f3dd3d;*/
  color: #14519c;
  font-weight: 900;
  text-align: center;
}

.container-profilepg-mainbio-copy {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.text-block-22 {
  font-weight: 600;
}

.bktotop-link {
  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;
  text-align: center;
}

.section-5 {
  margin-bottom: 50px;
}

.section-6 {
  margin-top: 140px;
  margin-bottom: 100px;
}

.section-7 {
  height: 50px;
}

.cols-about-relationship {
  text-align: center;
}

.cols-relationship-ind-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-align: left;
}

.cols-relation-co-title {
  font-weight: 700;
  text-transform: uppercase;
}

.cols-relation-co-shuoming {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}

.cols-relation-co-link {
  margin-bottom: 12px;
}

.cols-relationship-act-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cols-relation-logo-right-wlu {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cols-relation-divblock-textareas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sect-cols-relation-main-section {
  height: 450px;
  margin-bottom: 60px;
  background-color: #fff;
}

.heading-2-copy-copy-x-centr-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 0px 0px;
  text-align: center;
}

.cols-relation-img-divforhght {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 200px;
  -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;
}

.section-8 {
  height: 50px;
}

.section-copyspeakers-copy {
  height: 100px;
  background-color:#14519c;
  /*background-image: url('../images/Plain-Speaker-Bkgnd-Banner.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section-copyspeakers-copy.section-top-speakers {
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.section-2-copymainspeakerlist {
  margin-top: 80px;
}

.text-block-12-copypadtop {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-13-copypadtop {
  padding-top: 8px;
}

.div-block-26 {
  height: 10px;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0.5px solid #eee;
}

.text-block-23 {
  padding-top: 10px;
}

.text-block-20-copyyel {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #f3dd3d;
  color: #f3dd3d;
  text-decoration: none;
  text-transform: uppercase;
}

.txt-schedule-timetxt-copy {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.team-member-position-department {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f3dd3d;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.team-member-position-department_two {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f3dd3d;
  font-size: 14px;
  font-weight: 300;
}

.collection-item-6 {
  text-align: center;
}

.margin-bottom-24px-3-copy-copyleft {
  margin-bottom: 24px;
  padding-left: 24px;
  text-align: left;
}

.margin-bottom-24px-3-copy-copyleft.profile-short-bio-intro-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.topiclinkbtnview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  padding: 6px 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #3d2c7a;
  border-radius: 20px;
  color: #3d2c7a;
}

.topiclinkbtnview-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
  padding: 6px 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #3d2c7a;
  border-radius: 20px;
  color: #3d2c7a;
  text-decoration: none;
}

.topiclinkbtnview-copy-raywuViewProf {
  /*position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin-top: 20px;
  padding: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #14519c;
  border-radius: 20px;
  color: #14519c;
  text-decoration: none;
  text-align:center;
  width:90%;
}

.topiclinkbtnview-copy-agingViewProf {
  /*position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  margin-top: 10px;
  padding: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #14519c;
  border-radius: 20px;
  color: #14519c;
  text-decoration: none;
  text-align:center;
  width:90%;
}

.text-block-14-instcopy {
  padding-right: 4px;
  padding-left: 4px;
}

.container-7-copyspek {
  margin-bottom: 30px;
}

.section-7-copytopicindpage {
  height: 50px;
  margin-bottom: 80px;
}

.team-circles-topicspage-copytop {
  position: relative;
  padding: 20px 30px 120px;
  border-bottom: 1px solid #e4ebf3;
  background-color: transparent;
  margin-top:60px;
}

.collection-item-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.shadow-two-2-copy-copy-ctoipopy {
  width: 300px;
  max-width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.shadow-two-2-copy-copy-ctoipopy2 {
  width: 200px;
  max-width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.shadow-two-2-copy-copy-ctoipopy2qr {
  width: 450px;
  max-width: 450px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
  border:2px solid #14519c;
}

.text-block-22-livecopy {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-22-livecopy:hover {
  color: #000;
  text-decoration: underline;
}

.section-7-copycontactspg {
  height: 50px;
  margin-bottom: 80px;
}

.section-9 {
  margin-bottom: 80px;
}

.txt-contacts-titlesect {
  color: #ce325f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.txt-contacts-tcontactinfor {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.txt-contacts-titlesect-copy {
  margin-top: 40px;
  color: #ce325f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.section-9-copy {
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-14 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.text-block-23-copy {
  padding-top: 10px;
  color: #666;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.5px;
}

.heading-2-copy-copy-x-centr-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 0px 0px;
  text-align: center;
}

.text-block-6-blakcopy {
  color: #ce325f;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.text-block-6-blakcopy-copy {
  margin-top: 10px;
  color: #ce325f;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left:10px;
}
.text-block-6-blakcopy-copyGrey {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-left:10px;
}

.goto-live-scetion {
  margin-bottom: 110px;
}

.externallink-slscopy {
  margin-top: 20px;
  color: #00498f;
  text-decoration: none;
}

.div-block-19-copregy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  text-align: center;
}

.register-button-prime-light {
  margin-top: 40px;
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fcce07;
  border-radius: 20px;
  background-color: rgba(252, 206, 7, 0.12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #32343a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-button-prime-light:hover {
  border-style: solid;
  border-color: #32343a;
  background-color: #ffcf00;
  color: #32343a;
}

.register-button-prime-light:active {
  border-style: solid;
  border-color: #fcce07;
  background-color: #ffcf00;
}

.utility-page-wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -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-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;
}

.txt-schedule-sessiondetailstxttheme {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.text-block-23-copy-cregopy {
  padding-top: 10px;
  color: #666;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.txt-reg-requirements {
  margin-top: 15px;
  margin-bottom: 28px;
  font-weight: 700;
}

.goto-live-scetion-regcopy {
  display: none;
  margin-bottom: 110px;
}

.pricing-comparison {
  position: relative;
  padding: 10px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-wrapper {
  display: -ms-grid;
  /*display: grid;*/
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-7 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-7:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-7:active {
  background-color: #43464d;
}

.button-primary-7.outline-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #1a1b1f;
  color: #1a1b1f;
}

.button-primary-7.outline-button:hover {
  background-color: #1a1b1f;
  color: #fff;
}

.pricing-divider {
  height: 1px;
  margin: 56px -24px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(118, 135, 157, 0.1);
}

.pricing-feature-list {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.pricing-feature {
  margin-top: 16px;
  padding-left: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  position: absolute;
  top: -19px;
  display: none;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(150, 163, 181, 0.2);
  color: #3a4554;
}

.register-button-prime-pay {
  margin-top: 0px;
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3dd3d;
  border-radius: 20px;
  background-color: #f3dd3d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #32343a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-button-prime-pay:hover {
  border-style: solid;
  border-color: #32343a;
  background-color: #f3dd3d;
  color: #32343a;
}

.register-button-prime-pay:active {
  border-style: solid;
  border-color: #f3dd3d;
  background-color: #f3dd3d;
}

.pricing-feature-cross {
  margin-top: 16px;
    padding-left: 60px;
  padding-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Final-Cross-RedPNG.png');
  background-position: 3% 0%;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
  text-align:left;
}

.pricing-feature-greentick {
  margin-top: 16px;
  padding-left: 60px;
  padding-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/Green-tick-fin.png');
  background-position: 3% 0%;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
  text-align:left;
}

.pricing-divider-copy {
  height: 1px;
  margin: 10px -24px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(118, 135, 157, 0.1);
}

.paragraph-regular-copy {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-copy.margin-bottom-20 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.div-block-28 {
  height: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-28-paycopy {
  height: 140px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.cn-txt-download-pdf {
  margin-bottom: 4px;
  font-size: 10px;
}

.register-button-mydisabled {
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 20px;
  background-color: #eee;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register-button-mydisabled:hover {
  border-style: solid;
  border-color: #eee;
  background-color: #eee;
  color: #999;
}

.register-button-mydisabled:active {
  border-style: solid;
  border-color: #eee;
  background-color: #eee;
}

.pricing-items {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-card-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5f7fa;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-divider-two {
  height: 1px;
  margin: 9px -16px 16px;
  background-color: #e4ebf3;
}

.pricing-details {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.testimonial-column-light {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.centered-heading-2 {
  margin-bottom: 16px;
  text-align: center;
}

.testimonial-grid-two {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.testimonial-grid-two-committee {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.testimonial-grid-two-journals {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.testimonial-grid-two-cellpress {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.testimonial-grid-two-aginghotels {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.testimonial-grid-twotwo {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-card-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  /*border-color:rgb(185,131,81,0.3);*/
  border-color:rgb(90,115,173,0.3);
  
}

.testimonial-card-twoProtein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
}
.testimonial-card-twoProteinTopic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-green.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicP {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-purple.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-red.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicY {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-yellow.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicLB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-lblue.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicPK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-pink.png');
    background-position: 50% 35%;
    background-size: cover;
}
.testimonial-card-twoProteinTopicDG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  /*border-color: #e4ebf3;*/
  border-color: #f3f3f3;
      background-image: url('../images/event-kv-asset-6-dgreen.png');
    background-position: 50% 35%;
    background-size: cover;
}



.testimonial-card-two-hosts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4ebf3;
  background-color:#f9f9f9;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding: 24px 16px;*/
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #f5f7fa;*/
  /*background-color:rgb(185,131,81,0.1);*/
  background-color:rgb(90,115,173,0.1);
}

.testimonial-info-three:hover {
	/*background-color: #ecf4ff;*/
	background-color:rgb(90,115,173,0.2);
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

    .testimonial-main-heading a:link {
		text-decoration:none;
	}

.text-block-24 {
  text-align: center;
}

.testimonial-column-light-copy {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.gallery-slider-venuepg-copy {
  position: relative;
  margin-top: 0px;
  /*margin-bottom: 40px;*/
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.testimonial-text-two-copy {
  margin-bottom: 10px;
}
.testimonial-text-two-copyTopic {
  margin-bottom: 10px;
    background-image: url('../images/event-kv-asset-6.png');
    background-position: 50% 35%;
    background-size: cover;
}

.text-block-25 {
  margin-top: 10px;
}

.centered-heading-2-crechotelsopy {
  margin-bottom: 16px;
  color: #00498f;
  text-align: center;
}

.text-block-24-crechoteopy {
  color: #00498f;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .footer-social-block {
    display: none;
  }

  .hero-without-image {
    height: 80vh;
    max-height: 80vh;
  }

  .heading {
    font-size: 55px;
  }

  .margin-bottom-24px-bannerarea {
    font-size: 18px;
  }

  .features-list {
    background-image: none;
  }

  .features-left {
    max-width: 38%;
  }

  .features-right {
    max-width: 51%;
  }

  .paragraph-2 {
    color: #333;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
    max-height: none;
  }
  
 .team-member-image-raywu {
    width: 100px;
    height: 100px;
    max-height: none;
	  border-radius: 50%;
	  box-shadow: 2px 2px 16px -6px #4c8aff;
  }

  .testimonial-slider-large {
    display: block;
  }

  .column {
    box-shadow: 11px 11px 0 0 #ce325f;
  }

  .column-2 {
    box-shadow: 11px 11px 0 0 #ce325f;
  }

  .hero-without-image-homebannery {
    height: 80vh;
    max-height: 80vh;
    padding-top: 80px;
  }

  .collection-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-image-topics {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .team-member-positionandinstititopics {
    margin-top: -8px;
    text-align: center;
  }

  .team-member-positioninstit-topics {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
  }

  .button-topicsprofiles {
    margin-top: -16px;
  }  
  .button-topicsprofiles-brown {
    margin-top: -16px;
  }

  .team-circles-topicspage {
    font-size: 12px;
  }

  .div-block-4-topicspeakers {
    height: 425px;
    max-height: 425px;
    margin: 10px 5px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-wrapper-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-2 {
    width: 45vw;
    max-width: 45vw;
    -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;
  }

  .shadow-two-2 {
    width: 200px;
    max-width: 200px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .link-speakerlistprofiles {
    margin-top: 16px;
    color: #ce325f;
    font-size: 16px;
    text-decoration: none;
  }

  .margin-bottom-24px-3-topicspg {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
  }

  .collection-list-wrapper-2 {
    font-size: 16px;
  }

  .text-block-9 {
    line-height: 24px;
  }

  .text-block-10 {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #000;
    font-weight: 700;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .hero-heading-center-topics {
    margin-bottom: 0px;
  }

  .collection-item-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-member-positionandinstititopics-copy {
    margin-top: -8px;
    font-size: 14px;
    text-align: center;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-blocktopicshome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
  }

  .link-blocktopicshome:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 50, 95, 0.08)), to(rgba(206, 50, 95, 0.08)));
    background-image: linear-gradient(180deg, rgba(206, 50, 95, 0.08), rgba(206, 50, 95, 0.08));
  }

  .link-home-totopicdets {
    color: #ce325f;
  }

  .div-block-6 {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .column-4 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-2-topicname {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph-2-topicdesc {
    margin-top: 4px;
    color: #333;
  }

  .topic-number-txt {
    overflow: visible;
    margin-top: -16px;
    color: #ce325f;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    text-decoration: none;
  }

  .container-4 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container-4-ctopicsy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 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;
    text-align: center;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-item-3 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-8 {
    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;
  }

  .section {
    background-image: url('../images/DGS---small.jpg');
    background-position: 50% 35%;
    background-size: cover;
  }

  .section.section-top-speakers {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-10 {
    width: 50%;
  }

  .hero-wrapper-3 {
    -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;
  }

  .hero-split-2-left {
    width: 15vw;
    max-width: 15vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .hero-heading-righttopics {
    padding-top: 30px;
  }

  .linkblocktopicshome {
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.7%, 0.83)), to(hsla(0, 0%, 94.7%, 0.83)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.83), hsla(0, 0%, 94.7%, 0.83));
    color: #333;
    text-decoration: none;
  }

  .linkblocktopicshome:hover {
    background-color: rgba(252, 206, 7, 0.12);
    background-image: none;
  }

  .h2-topicshome {
    text-decoration: none;
  }

  .text-block-11 {
    color: #ce325f;
  }

  .h2-topicshome-copy {
    text-decoration: none;
  }

  .shadow-two-2-copy {
    width: 400px;
    max-width: 400px;
    padding-left: 78px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .shadow-two-2-copy-copy {
    width: 400px;
    max-width: 400px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
  }

  .speakershomeprofileimg {
    width: 100px;
    max-width: 100px;
    border-radius: 400px;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    text-decoration: none;
  }

  .link-block-2 {
    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;
  }

  .text-block-12 {
    color: #292d53;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .text-block-13 {
    color: #505050;
    text-align: center;
    text-decoration: none;
  }

  .text-block-14 {
    color: #505050;
    text-align: center;
    text-decoration: none;
  }

  .link-block-2-copy {
    display: block;
    width: 200px;
    height: 260px;
    max-height: 260px;
    max-width: 200px;
    padding: 12px 4px;
    -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;
    text-decoration: none;
  }

  .link-block-2-copy:hover {
    background-color: rgba(252, 206, 7, 0.12);
  }

  .collection-item-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-list-2 {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-11-copy {
    display: block;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    border-style: none;
    border-width: 0px;
    border-color: #eee;
    text-decoration: none;
  }

  .collection-item-4-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-7 {
    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;
  }

  .hero-wrapper-2-topicdetspgpy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-2-leftcopy {
    width: 45vw;
    max-width: 45vw;
    -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;
  }

  .text-block-10-copybold {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #000;
    font-weight: 700;
  }

  .text-block-11-copy {
    color: #ce325f;
  }

  .margin-bottom-24px-3-topicspg-boldcopy {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
  }

  .rich-text-block-topicdetscopy {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-9-copy {
    line-height: 24px;
  }

  .column-2-venuepg {
    box-shadow: 11px 11px 0 0 #ce325f;
  }

  .column-leftvenuepg {
    box-shadow: 11px 11px 0 0 #ce325f;
  }

  .hero-without-image-homebannery-copy {
	  /* size 2 change here vh */
	  
    height: 75vh;
    max-height: 80vh;
    padding-top: 0px;
	
  /*background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest2_fin2webAA.jpg');*/
  background-image: url('../images/kv/4-1.jpg');
  background-position: 50% 50%;
  background-size: 100% 85vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-img-structure-bkgnd{  max-width: 900px;padding:0px;padding-top:20px;padding-bottom:20px;text-align:center;border-radius:16px;background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(20, 81, 156, 0.5));  
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)); }

.div-block-25 {
	/*thin size 1*/
  padding-top: 60px;
  padding-bottom: 60px;
    background-position: center top;
	height:350px;
	max-height:350px;
}
	
	
  .div-block-21 {
  display:none;
}

  .heading-cbis {
   /* font-size: 70px;
 */ 
   font-size: 60px;
  }

  .cbis-title-name {
    font-size: 20px;
  }

  .heading-cbis-eventtitle {
    font-size: 32px;
  }
  .heading-cbis-eventtitleDATE {
    font-size: 28px;
  }

  .cbis-title-datesentence {
    font-size: 18px;
  }

  .cbis-title-shortdesc-small {
    font-size: 14px;
  }

  .text-span-21 {
    font-size: 14px;
  }

  .text-span-23 {
    font-size: 14px;
  }

  .welcometxt {
    -webkit-transform: translate(133px, 252px) rotate(-90deg);
    -ms-transform: translate(133px, 252px) rotate(-90deg);
    transform: translate(133px, 252px) rotate(-90deg);
  }

  .welcometxt-copy {
    -webkit-transform: translate(-138px, 252px) rotate(-90deg);
    -ms-transform: translate(-138px, 252px) rotate(-90deg);
    transform: translate(-138px, 252px) rotate(-90deg);
  }

  .section-copyvenue {
    background-image: url('../images/20211017-westlake-yungu-campus-Still001-v2.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-copyvenue.section-top-speakers {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section-copyvenue-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/Topic-4.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/Topic-4.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .section-copyvenue-copy.section-top-speakers {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .team-member-image-copy {
    width: 200px;
    height: 200px;
  }

  .container-4-ctopicsy-sls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 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;
    text-align: center;
  }

  .section-copyspeakers-copy {

	background-image: url('../images/Plain-Speaker-Bkgnd-Banner.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .section-copyspeakers-copy.section-top-speakers {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/kane-reinholdtsen-LETdkk7wHQk-unsplash-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section-2-copymainspeakerlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-12-copypadtop {
    color: #292d53;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .text-block-13-copypadtop {
    color: #505050;
    text-align: center;
    text-decoration: none;
  }

  .text-block-14-instcopy {
    color: #505050;
    text-align: center;
    text-decoration: none;
  }

  .container-7-copyspek {
    display: block;
    -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;
  }

  .team-circles-topicspage-copytop {
    font-size: 12px;
  }

  .shadow-two-2-copy-copy-ctoipopy {
    width: 400px;
    max-width: 400px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
  }


  .shadow-two-2-copy-copy-ctoipopy2 {
    width: 300px;
    max-width: 300px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 16px;
  }
    .shadow-two-2-copy-copy-ctoipopy2qr {
    width: 450px;
    max-width: 450px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 4px;
	border:2px solid #14519c;
  }
}

@media screen and (max-width: 991px) {
 .text-block-25 {
  text-align: center;
	}
  
  .footer-inquiries{
	text-align:left;
} 
  
  .viewspeakerlink-reg {
  margin-left: 0px;
	line-height:50px;
}
  
  .heading-cbis{
	  font-size:45px;
	  line-height:60px;
/*margin-top:120px;	*/  
  
  }
  
  .organizer-logos{
	margin-top:120px;
	height:30px;
	width:auto;
	max-width:100%;
  }
  
  .div-welcometxt {
    /*height: 300px;*/
	display:none;
  }
  
  .container {
    max-width: 728px;
  }
  
.column-6-copy {
  display:none;
}
  
    .disnone {
	   display:inline;
  }
  
    .navbar-brand {

	line-height:35px;
  }

  .navbar-wrapper-three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #ce325f;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-link:hover {
    color: #f5c5d3;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link:hover {
    background-color: rgba(206, 50, 95, 0.16);
  }

  .nav-link-accent {
    color: #fff;
  }

  .nav-link-accent:hover {
    color: #f8d6e0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .hero-wrapper-two {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-2 {
    display: block;
    max-width: 728px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  } 
  .container-2-1400 {
    display: block;
    max-width: 728px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .icon {
    padding-top: 10px;
    color: #ce325f;
    font-size: 40px;
  }

  .image-2 {
    max-width: 85%;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .home-section-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-section-tag {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-2-intro {
    max-width: 728px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .margin-bottom-24px-2-hometxt {
    width: 90%;
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .features-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    max-width: 100%;
  }

  .features-image {
    width: 120px;
    height: 120px;
  }

  .home-section-title-features {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .centered-heading.margin-bottom-32px {
    text-align: left;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
  }  
  
  .team-member-image-raywu {
    width: 120px;
    height: 120px;
	    max-height: none;
	  border-radius: 50%;
	  box-shadow: 2px 2px 16px -6px #4c8aff;
	  margin-bottom:20px;
  }

  .home-section-title-speakers {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	font:20px;
  }  
  .home-section-title-speakers-sub {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	font:16px;
  }

  .text-block-4-centered {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-section-tag-centered {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .margin-bottom-24px-2-hometxtp2 {
    width: 90%;
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .block-quote {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-wrapper-two-imgscol {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tabs-schedule {
    padding-right: 55px;
    padding-left: 55px;
  }

  .tabs-schedule.w--current {
    padding-right: 55px;
    padding-left: 55px;
  }

  .column {
    height: 700px;
    max-height: 700px;
  }

  .column-2 {
    height: 700px;
    max-height: 700px;
  }

  .margin-bottom-24px-3.profile-short-bio-intro-txt {
    text-align: center;
  }

  .margin-bottom-24px-3.profile-short-bio-intro-txt-copy {
    text-align: left;
  }

  .hero-profilepg-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .shadow-two {
    width: 200px;
    max-width: 200px;
  }

  .profile-heading-name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-profiletitle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-primary-2-profilepgbanner {
    margin-right: 0px;
  }

  .container-hz-schedule {
    display: block;
    max-width: 728px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-profilerole {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-profileinst {
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-section-title-topics {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .team-member-image-topics {
    width: 190px;
    height: 190px;
  }

  .div-block-4-topicspeakers {
    padding-right: 4px;
    padding-left: 4px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-2 {
    width: 80vw;
    max-width: 80vw;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .shadow-two-2 {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-heading-center-topics {
    padding-top: 20px;
  }

  .link-blocktopicshome {
    margin-bottom: 50px;
  }

  .text-block-4-ctopicsopy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-section-tag-topicscopy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-section-title-features-topics {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-wrapper-3 {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-2-left {
    width: 20vw;
    max-width: 20vw;
    margin-bottom: 0px;
  }

  .linkblocktopicshome {
    height: auto;
    margin-bottom: 24px;
  }

  .shadow-two-2-copy-copy {
    width: 300px;
    max-width: 300px;
  }

  .hero-wrapper-2-topicdetspgpy {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .hero-split-2-leftcopy {
    width: 80vw;
    max-width: 80vw;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .margin-bottom-24px-3-topicspg-boldcopy {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 400;
    text-align: left;
  }

  .rich-text-block-topicdetscopy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .text-block-9-copy {
    text-align: left;
  }

  .div-block-12 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-12-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sponsor-div-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-2-venuepg {
    height: 300px;
    max-height: 700px;
  }

  .column-leftvenuepg {
    height: 700px;
    max-height: 700px;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .collection-item-5 {
    width: 120px;
  }

  .team-grid-copy {
    grid-column-gap: 40px;
  }

  .hero-wrapper-4 {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .features-left-2-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2-copy {
    max-width: 100%;
  }

  .profile-heading-name-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-12-copy-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-menu-wrapper {
    /*background-color: transparent;
    background-color:rgb(185,131,81,0.9);*/
    background-color:#fff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #fff;*/
    /*background-color:rgb(185,131,81,0.1);*/
    background-color:rgb(42,79,179,0.1);
  }

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-two-hzv2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	margin-top:-130px;
  }

  .welcometxt {
    -webkit-transform: translate(57px, 119px) rotate(-90deg);
    -ms-transform: translate(57px, 119px) rotate(-90deg);
    transform: translate(57px, 119px) rotate(-90deg);
  }

  .div-welcometxt {
    /*height: 300px;*/
	display:none;
  }

  .txtwelcomemsg_title {
    font-size: 14px;
  }

  .txtwelcomemsg_bodytxt {
    font-size: 16px;
	line-height:24px;
  }

  .image-14 {
    display: block;
    height: 300px;
  }

  .gallery-wrapper-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .column-7 {
    height: 100%;
    padding-top: 10px;
  }

  .home-section-tag-centered-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-17 {
    height: 200px;
    max-height: 200px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-link-2-register {
    font-size: 10px;
  }

  .footer-block-2-copy {
    padding-left: 0px;
  }

  .columns-3-venues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-5-copy {
    display: block;
    height: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-welcometxt-copy {
    width: 20vw;
    height: 400px;
    max-height: none;
    -webkit-transform: translate(230px, 0px);
    -ms-transform: translate(230px, 0px);
    transform: translate(230px, 0px);
  }

  .welcometxt-copy {
    -webkit-transform: translate(0px, 138px) rotate(-90deg);
    -ms-transform: translate(0px, 138px) rotate(-90deg);
    transform: translate(0px, 138px) rotate(-90deg);
  }

  .column-7-copy {
    display: none;
  }

  .image-15 {
    width: 400px;
    max-width: 95%;
  }

  .div-block-22 {
    display: block;
    width: 80vw;
    margin-top: 20px;
    padding-left: 20px;
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
  }

  .hzv2-title-tags-bluevenues {
    border-bottom-style: none;
  }

  .txtwelcomemsg_bodytxt-copysmopy {
    padding-right: 10px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-without-image-5-regsmbanner {
    height: 225px;
    max-height: 250px;
  }

  .container-11-regbannery {
    max-width: 728px;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .team-member-image-copy {
    width: 190px;
    height: 190px;
  }

  .hero-split-righty {
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-primary-2-profilepgbanner-copy {
    margin-right: 0px;
  }

  .button-primary-2-profilepgbanner-copy-copy {
    margin-right: 20px;
  }

  .home-section-title-features-topics-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-primary-2-greensls {
    margin-right: 0px;
  }

  .button-primary-2-greensls-inv {
    margin-right: 0px;
  }

  .home-section-title-speakers-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cols-relation-co-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .cols-relationship-act-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shadow-two-2-copy-copy-ctoipopy {
    width: 200px;
    max-width: 200px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  
    .shadow-two-2-copy-copy-ctoipopy2 {
    width: 200px;
    max-width: 200px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
      .shadow-two-2-copy-copy-ctoipopy2qr {
    width: 350px;
    max-width: 350px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
	border-radius:4px;
	border:1px solid #14519c;
  }

  .image-17 {
    max-width: 80%;
  }

  .container-15 {
    max-width: 728px;
  }

  .pricing-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-title {
    font-size: 24px;
    line-height: 32px;
  }

  .container-16 {
    max-width: 728px;
  }

  .pricing-card-two {
    padding: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }
  .testimonial-grid-two-committee {
    grid-column-gap: 20px;
  }     
  .testimonial-grid-two-journals {
    grid-column-gap: 20px;
  }   
  .testimonial-grid-two-cellpress {
    grid-column-gap: 20px;
  }    
  .testimonial-grid-two-aginghotels {
    grid-column-gap: 20px;
  }   
  .testimonial-grid-twotwo {
    grid-column-gap: 30px;
  }  

  .testimonial-info-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0px;
  }
  
    .heading-cbis{

/*margin-top:10px;	*/  
  }
    .organizer-logos{
	margin-top:60px;
	height:30px;
	width:auto;
	max-width:100%;
  }

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    display: none;
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    display: block;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -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;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
  
  .footer-inquiries{
	text-align:left;
	margin-left:15px;
}

  .hero-without-image {
    height: 60vh;
    max-height: 60vh;
    padding: 60px 15px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .icon {
    padding-top: 10px;
  }

  .image-2 {
    max-width: 100%;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    margin-bottom: -20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients-image {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2-hometxt {
    width: 90%;
    max-width: 90%;
  }

  .features-list {
    padding: 60px 15px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-name {
    font-size: 14px;
  }

  .team-member-position {
    font-size: 12px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .margin-bottom-24px-2-hometxtp2 {
    width: 90%;
    max-width: 90%;
  }

  .grid.schedule-grid-homepg {
    -ms-grid-columns: 0.25fr 0.5fr 0.25fr;
    grid-template-columns: 0.25fr 0.5fr 0.25fr;
  }

  .column {
    height: 550px;
    max-height: 550px;
  }

  .column-2 {
    height: 650px;
    max-height: 650px;
    margin-top: 0px;
  }

  .tabs-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-3.profile-short-bio-intro-txt {
    text-align: center;
  }

  .margin-bottom-24px-3.profile-short-bio-intro-txt-copy {
    text-align: left;
  }

  .hero-profilepg-top {
    padding: 60px 15px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button-primary-2-profilepgbanner {
    margin-right: 0px;
  }

  .hero-without-image-homebannery {
    height: 60vh;
    max-height: 60vh;
    padding: 60px 15px;
  }

  .clients-image-cbis {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .clients-image-wlusls {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .schedule-topic-link {
    text-align: left;
  }

  .team-circles-topicspage {
    padding: 60px 15px;
  }

  .hero-heading-center-topics {
    padding: 60px 15px;
  }

  .features-paragraph-topicspy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-split-2-left {
    width: 30vw;
    max-width: 30vw;
  }

  .hero-heading-righttopics {
    padding: 60px 15px;
  }

  .h2-topicshome-copy {
    font-size: 18px;
  }

  .link-block-2-copy {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .collection-item-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-15 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-2-venuepg {
    height: 450px;
    max-height: 650px;
    margin-top: 0px;
  }

  .column-leftvenuepg {
    height: 600px;
    max-height: 600px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-venuepg {
    padding: 60px 15px;
  }

  .collection-item-5 {
    width: 150px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .team-grid-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-18 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-heading-right-copy {
    padding: 60px 15px;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .features-list-2-copy {
    padding: 60px 15px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .navbar-brand {
    padding-left: 0px;
	line-height:35px;
  }
  
  .disnone {
	   display:inline;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-without-image-homebannery-copy {
	  /* size 3 */
    height: 80vh;
    max-height: 80vh;
    padding: 60px 15px;
	
  background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest3_fin3web.jpg');
  background-position: 50% 50%;
  background-size: 100% 80vh;
  background-repeat: no-repeat;
  background-attachment: scroll;

}

.div-block-25 {
	/*thin size 1*/
  padding-top: 60px;
  padding-bottom: 60px;
    background-position: center top;
	height:350px;
	max-height:350px;
}
	
  .div-block-21 {
  display:none;
}

  .hero-without-image-4 {
    padding: 60px 15px;
  }

  .heading-cbis {
    font-size: 40px;
    line-height: 50px;
  }

  .cbis-title-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-cbis-eventtitle {
    font-size: 20px;
    line-height: 26px;
  }  
  .heading-cbis-eventtitleDATE {
    font-size: 20px;
    line-height: 26px;
  }

  .cbis-title-datesentence {
    margin-top: 10px;
  }

  .cbis-title-shortdesc-small {
    margin-top: 40px;
  }

  .hzv2hero-without-image-4-copy {
    padding: 60px 15px;
  }

  .welcometxt {
    -webkit-transform: translate(-223px, 300px) rotate(-90deg);
    -ms-transform: translate(-223px, 300px) rotate(-90deg);
    transform: translate(-223px, 300px) rotate(-90deg);
  }

  .image-14 {
    display: none;
    width: 100%;
    height: auto;
    max-height: 650px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-image-2 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .column-7 {
    height: 100%;
  }

  .team-member-institute {
    font-size: 16px;
  }

  .text-block-17 {
    height: 200px;
    max-height: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-dark-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper-2 {
    -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;
  }

  .footer-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-block-2 {
    max-width: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-form-container-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-2-register:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .text-block-18 {
    text-align: center;
  }

  .footer-block-2-copy {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-3-venues {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column-5-copy {
    height: 100%;
  }

  .div-welcometxt-copy {
    width: 20vw;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .welcometxt-copy {
    -webkit-transform: translate(0px, 67px) rotate(-90deg);
    -ms-transform: translate(0px, 67px) rotate(-90deg);
    transform: translate(0px, 67px) rotate(-90deg);
  }

  .column-7-copy {
    display: none;
    height: auto;
  }

  .div-block-22 {
    width: 80vw;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .hero-without-image-5 {
    padding: 60px 15px;
  }

  .hero-without-image-5-regsmbanner {
    height: 225px;
    max-height: 225px;
    padding: 60px 15px;
  }

  .gallery-slide-textyungu {
    line-height: 30px;
  }

  .button-primary-2-profilepgbanner-copy {
    margin-right: 0px;
  }

  .button-primary-2-profilepgbanner-copy-copy {
    margin-right: 20px;
  }

  .button-primary-2-greensls {
    margin-right: 0px;
  }

  .button-primary-2-greensls-inv {
    margin-right: 0px;
  }

  .columns-3-venues-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cols-relationship-ind-div {
    height: auto;
  }

  .sect-cols-relation-main-section {
    height: auto;
  }

  .team-circles-topicspage-copytop {
    padding: 60px 15px;
	margin-top:140px;
  }

  .div-block-19-copregy {
    margin-top: 40px;
  }

  .image-17 {
    max-width: 100%;
  }

  .text-block-23-copy-cregopy {
    padding-right: 60px;
    padding-left: 60px;
	text-align:left;
  }

  .pricing-comparison {
    padding: 0px 15px 60px;
  }

  .pricing-wrapper {
    justify-items: stretch;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.featured-pricing {
    padding-right: 6px;
    padding-left: 6px;
  }

  .pricing-title {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }  
  .testimonial-grid-two-committee {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }   
  .testimonial-grid-two-journals {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .testimonial-grid-two-cellpress {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }   
  .testimonial-grid-two-aginghotels {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }     
  .testimonial-grid-twotwo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }  


  .testimonial-info-three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimonial-column-light-copy {
    padding: 60px 15px;
  }

  .gallery-slider-venuepg-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center-container.shadow-three {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .hzv2-purple-btn {
    width:300px;
  max-width:300px;
  font-size:14px;
  /*background-color:rgb(255,255,255,0.4);*/
  background-color:rgb(185,131,81,0.4);
}
.hzv2-purple-btn-inv {
    width:300px;
  max-width:300px;
  font-size:14px;
}

    .organizer-logos{

	height:22px;
	width:auto;
	max-width:100%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    font-size: 12px;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .margin-bottom-24px {
    font-size: 18px;
    line-height: 26px;
  }

  .container-2 {
    max-width: none;
  }  
  .container-2-1400 {
    max-width: none;
  }

  .hero-without-image {
    height: 55vh;
    max-height: 55vh;
    padding-top: 30px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .icon {
    padding-top: 10px;
  }

  .clients-image {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-3 {
    max-width: 90%;
  }

  .margin-bottom-24px-bannerarea {
    font-size: 18px;
    line-height: 26px;
  }

  .container-2-intro {
    max-width: none;
  }

  .margin-bottom-24px-2-hometxt {
    width: 100%;
    max-width: 100%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .home-section-title-features {
    text-align: center;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .margin-bottom-24px-2-hometxtp2 {
    width: 100%;
    max-width: 100%;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 16px;
  }

  .tabs-schedule {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }
  .tabs-schedule.w--current {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
  }

  .grid.schedule-grid-homepg {
    display: block;
    margin-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
    -ms-grid-columns: 0.25fr 1fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 0.25fr;
  }

  .txt-schedule-timetxt {
    padding-left: 0px;
    text-align: center;
  }

  .txt-schedule-sessiondetailstxt {
    padding-left: 0px;
    font-weight: 300;
    text-align: center;
  } 
  .txt-schedule-sessiondetailstxt2 {
    padding-left: 0px;
    font-weight: 300;
    text-align: left;
  }

  .txt-schedule-daydate {
    margin-top: 24px;
    text-align: center;
	color:#333;
  }

  .txt-schedule-daydateMorn {
    margin-top: 24px;
    text-align: center;
	color:#b98351;
	padding-left:0px;
  }

  .text-block-6 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block {
    display: block;
  }
  
  .footer-inquiries{
	text-align:center;
}

  .linkblock-schedule-tospeaker {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .txt-schedule-mornaft {
    text-align: center;
  }

  .column {
    height: 600px;
    max-height: 600px;
  }

  .column-2 {
    height: 800px;
    max-height: 800px;
  }

  .hero-profilepg-top {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shadow-two {
    width: 250px;
    max-width: 250px;
  }

  .profile-heading-name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .text-block-profiletitle {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .button-primary-2-profilepgbanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-profilepg-mainbio {
    padding-right: 8px;
    padding-left: 8px;
  }

  .linkblock-schedule-tospeaker-copy {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .txt-schedule-daydate-profilepg {
    margin-top: 24px;
  }

  .hero-without-image-homebannery {
    height: 55vh;
    max-height: 55vh;
    padding-top: 30px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-hz-schedule {
    max-width: none;
  }

  .clients-image-cbis {
    margin-right: 10px;
    margin-left: 10px;
  }

  .clients-image-wlusls {
    margin-right: 10px;
    margin-left: 10px;
  }

  .txt-schedule-sessiondetailstitletxt {
    padding-left: 0px;
    text-align: center;
  }

  .schedule-topic-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-8 {
    display: none;
  }

  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-profilerole {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .text-block-profileinst {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .div-block-4-topicspeakers {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-split-2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .hero-heading-center-topics {
    padding-top: 10px;
  }

  .team-member-positionandinstititopics-copy {
    text-align: center;
  }

  .home-section-title-features-topics {
    text-align: center;
  }

  .features-paragraph-topicspy {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-wrapper-3 {
    -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;
  }

  .hero-split-2-left {
    width: 80vw;
    max-width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading-righttopics {
    text-align: center;
  }

  .linkblocktopicshome {
    text-align: center;
  }

  .text-block-11 {
    padding-left: 0px;
    text-align: center;
  }

  .margin-bottom-24px-3-copy {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .h2-topicshome-copy {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 24px;
    text-align: center;
  }

  .hero-split-2-leftcopy {
    width: 90vw;
    max-width: 90vw;
  }

  .text-block-11-copy {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .margin-bottom-24px-3-topicspg-boldcopy {
    margin-top: 0px;
  }

  .div-block-12 {
    text-align: center;
  }

  .div-block-12-copy {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .div-block-15 {
    width: 90vw;
    max-width: 90vw;
    text-align: center;
  }

  .sponsor-div-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2-venuepg {
    height: 300px;
    max-height: 800px;
  }

  .column-leftvenuepg {
    height: 700px;
    max-height: 700px;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .collection-item-5 {
    width: 150px;
  }

  .collection-list-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-grid-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    padding-right: 6px;
    padding-left: 6px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .features-image-2-copy {
    margin-bottom: 10px;
  }

  .features-right-2-copy {
    margin-bottom: -30px;
  }

  .div-sls-about-campus-desc {
    max-width: 90%;
  }

  .features-block-two-2-copy {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-20 {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .profile-heading-name-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .div-block-12-copy-copy {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-without-image-homebannery-copy {
    /*size 4*/
	height: 80vh;
    max-height: 80vh;
    padding-top: 30px;
    padding-right: 8px;
    padding-left: 8px;

  background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest4_fin4webnew.jpg');
  /*background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetestPAD.jpg');*/

}

.div-block-25 {
	/*thin size 1*/
  padding-top: 100px;
    background-position: center top;
	height: 60vh;
    max-height: 60vh;

    padding-right: 8px;
    padding-left: 8px;

  /*background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest4_fin4webnew-div25.jpg');*/
  background-image: url('../images/Hero-Banner-1-v3-optimized-30sizetest4_fin4webnew.jpg');

}

  .home-section-title-speakers {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	font-size:32px;
	line-height:48px;
  }  
  .home-section-title-speakers-sub {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	font-size:18px;
	line-height:26px;
  }


	.div-block-21 {
  display:none;
}
  

  .container-10 {
    max-width: none;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0px;
  }

  .heading-cbis {
    padding-bottom: 8px;
	margin-top:20px;
    font-size: 40px;
    line-height: 50px;
  }

  .cbis-title-name {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 26px;
  }

  .heading-cbis-eventtitle {
    padding-top: 8px;
    font-size: 20px;
    line-height: 26px;
  }  
  .heading-cbis-eventtitleDATE {
    padding-top: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .cbis-title-datesentence {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2-hzsite {
    font-size: 14px;
  }

  .register-button-primebanner {
    margin-top: 20px;
  }

  .cbis-title-shortdesc-small {
    margin-top: 20px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-wrapper-two-hzv2 {
    margin-top: -120px;
    padding-top: 0px;
	/*mobile*/
  }

  .text-span-20 {
    font-size: 22px;
  }

  .text-span-21 {
    font-size: 14px;
  }

  .superscript-2 {
    font-size: 20px;
  }

  .image-12 {
    max-width: 100%;
  }

  .hzv2eventtopicheeading {
    font-size: 28px;
    line-height: 36px;
  }

  .welcometxt {
    -webkit-transform: translate(-120px, 190px) rotate(-90deg);
    -ms-transform: translate(-120px, 190px) rotate(-90deg);
    transform: translate(-120px, 190px) rotate(-90deg);
  }

  .div-welcometxt {
    /*margin-top: 16px;*/
	display:none;
  }

  .txtwelcomemsg_title {
    padding-left: 20px;
  }

  .txtwelcomemsg_bodytxt {
    padding-left: 20px;
  }

  .gallery-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .column-7 {
    height: 100%;
  }

  .home-section-tag-centered-copy {
    line-height: 38px;
  }

  .text-block-17 {
    height: 150px;
  }

  .footer-wrapper-2 {
    text-align: center;
  }

  .footer-brand-2.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .footer-content-2 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-block-2 {
    max-width: 200px;
    margin-top: 25px;
    padding-left: 0px;
    border-left-style: none;
  }

  .footer-copyright-center-2 {
    line-height: 24px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-18 {
    margin-top: 0px;
  }

  .footer-block-2-copy {
    padding-top: 25px;
    -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;
  }

  .txtwelcomemsg_bodytxt-copy {
    font-size: 16px;
  }

  .txtwelcomemsg_title-copy {
    margin-top: 10px;
  }

  .div-block-22 {
    padding-right: 16px;
  }

  .container-11 {
    max-width: none;
  }

  .hero-without-image-5-regsmbanner {
    height: 300px;
    max-height: 300px;
  }

  .container-11-regbannery {
    max-width: none;
  }

  .hero-split-copy {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-split-righty {
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .button-primary-2-profilepgbanner-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-primary-2-profilepgbanner-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
  }

  .div-block-24 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .home-section-title-features-topics-copy {
    text-align: center;
  }

  .button-primary-2-greensls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-primary-2-greensls-inv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2-copy-copy-copygreen {
    font-size: 24px;
  }

  .text-block-21 {
    text-align: center;
  }

  .txt-schedule-mornaft-copy {
    text-align: center;
  }

  .text-block-21-left {
    text-align: center;
  }

  .schedule-div-live {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-profilepg-mainbio-copy {
    padding-right: 8px;
    padding-left: 8px;
  }

  .cols-relation-divblock-textareas {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2-copy-copy-x-centr-copy {
    padding-right: 4px;
    padding-left: 4px;
  }

  .text-block-23 {
    text-align: center;
  }

  .txt-schedule-timetxt-copy {
    text-align: center;
  }

  .margin-bottom-24px-3-copy-copyleft {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .topiclinkbtnview {
    margin-left: 0px;
  }

  .container-14 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-block-6-blakcopy {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-block-6-blakcopy-copy {
    padding-right: 12px;
    padding-left: 12px;
	text-align:center;
  }

  .div-block-19-copregy {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 32px;
  }

  .txt-schedule-sessiondetailstxttheme {
    padding-left: 0px;
    font-weight: 300;
    text-align: center;
  }

  .text-block-23-copy-cregopy {
    padding-right: 12px;
    padding-left: 20px;
    font-weight: 300;
	text-align:left;
  }

  .container-15 {
    max-width: none;
  }

  .pricing-wrapper {
    grid-auto-flow: row;
  }

  .pricing-card.featured-pricing {
    margin-top: 30px;
  }

  .div-block-28-paycopy {
    height: auto;
  }

  .container-16 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-details {
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-card-two {
    padding-right: 8px;
    padding-left: 8px;
  } 
  .testimonial-card-twoProtein {
    padding-right: 0px;
    padding-left: 0px;
  }
    .testimonial-card-two-hosts {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonial-info-three {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-main-heading {
    font-size: 20px;
    text-align: center;
  }
  
    .testimonial-main-heading:link {
		text-decoration:none;
	}

  .centered-heading-2-crechotelsopy {
    margin-bottom: 24px;
  }
}

#w-node-c870009f-da96-47dd-5cc1-db34809c9b2d-809c9b27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c870009f-da96-47dd-5cc1-db34809c9b3a-809c9b27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c870009f-da96-47dd-5cc1-db34809c9b41-809c9b27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c30e34-de88-1e8d-2fd4-775de13bf243-e13bf240 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c30e34-de88-1e8d-2fd4-775de13bf24a-e13bf240 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c30e34-de88-1e8d-2fd4-775de13bf24f-e13bf240 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c30e34-de88-1e8d-2fd4-775de13bf25b-e13bf240 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c30e34-de88-1e8d-2fd4-775de13bf261-e13bf240 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bcde0fd7-3dd3-b414-e726-541e53b07826-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10da0bbb-68df-2069-afa0-58522d72d5f0-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54f76ec0-9eb5-a057-4a4a-3c4bd743ca91-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c174862-f1b8-46ab-1d7b-cf2904965cbb-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c174862-f1b8-46ab-1d7b-cf2904965cbe-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c174862-f1b8-46ab-1d7b-cf2904965cc1-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c9da585f-f809-d8b2-453a-0ba66023cb6a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c9da585f-f809-d8b2-453a-0ba66023cb6d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c9da585f-f809-d8b2-453a-0ba66023cb70-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db95fdd0-3800-a3b4-9fb2-1a8a111dac3e-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db95fdd0-3800-a3b4-9fb2-1a8a111dac41-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db95fdd0-3800-a3b4-9fb2-1a8a111dac44-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-affd7902-35f7-0ed4-8854-2e0746fa9a32-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-affd7902-35f7-0ed4-8854-2e0746fa9a35-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-affd7902-35f7-0ed4-8854-2e0746fa9a38-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00cf45f9-d911-ddf4-4460-5723144a5a44-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00cf45f9-d911-ddf4-4460-5723144a5a47-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00cf45f9-d911-ddf4-4460-5723144a5a4a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_89f77a86-e6b4-6a91-b0ec-b00ceaf8dd08-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89f77a86-e6b4-6a91-b0ec-b00ceaf8dd0b-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_89f77a86-e6b4-6a91-b0ec-b00ceaf8dd0e-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9b75b799-5282-c108-76dd-613d4f11fbd0-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9b75b799-5282-c108-76dd-613d4f11fbd3-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9b75b799-5282-c108-76dd-613d4f11fbd6-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7dd79b44-0d9a-acd2-d95a-fdd6bbf1b86b-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7dd79b44-0d9a-acd2-d95a-fdd6bbf1b86e-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7dd79b44-0d9a-acd2-d95a-fdd6bbf1b871-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047279e9-5e27-84cb-b622-7c957473a47f-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047279e9-5e27-84cb-b622-7c957473a482-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_047279e9-5e27-84cb-b622-7c957473a485-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1e280e3-94e3-7131-fec4-8f38a4355626-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1e280e3-94e3-7131-fec4-8f38a4355629-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1e280e3-94e3-7131-fec4-8f38a435562c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d99b15ab-e940-fc57-419d-61661e91ffc0-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d99b15ab-e940-fc57-419d-61661e91ffc3-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d99b15ab-e940-fc57-419d-61661e91ffc6-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_440de005-5940-e77a-d986-9913ffb6ae26-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_440de005-5940-e77a-d986-9913ffb6ae29-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_440de005-5940-e77a-d986-9913ffb6ae2c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96debdc9-f48d-18a0-5fd2-e413d576f4cc-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96debdc9-f48d-18a0-5fd2-e413d576f4cf-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96debdc9-f48d-18a0-5fd2-e413d576f4d2-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a285ddd9-739d-2aac-38ff-68c611511f0d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a285ddd9-739d-2aac-38ff-68c611511f10-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a285ddd9-739d-2aac-38ff-68c611511f13-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff90feb5-5c60-8581-264a-cb6136aa2aee-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff90feb5-5c60-8581-264a-cb6136aa2af1-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff90feb5-5c60-8581-264a-cb6136aa2af4-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_561532a7-758e-6528-8311-d46b6210dc06-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_561532a7-758e-6528-8311-d46b6210dc09-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_561532a7-758e-6528-8311-d46b6210dc0c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ba54eea-2746-b995-2d54-a425e4d4bb0b-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ba54eea-2746-b995-2d54-a425e4d4bb0e-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1ba54eea-2746-b995-2d54-a425e4d4bb11-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56552b2d-c425-bf23-2f24-7afdd1f187ab-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56552b2d-c425-bf23-2f24-7afdd1f187ae-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56552b2d-c425-bf23-2f24-7afdd1f187b3-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4244dc1-4587-da8c-f5e2-d69ba3b9968f-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4244dc1-4587-da8c-f5e2-d69ba3b99692-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4244dc1-4587-da8c-f5e2-d69ba3b99697-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6b788a5-b830-f4e1-5f7e-a9809d09f102-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6b788a5-b830-f4e1-5f7e-a9809d09f105-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6b788a5-b830-f4e1-5f7e-a9809d09f108-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d352db08-0585-9398-54ab-5d9aaa35a3c8-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d352db08-0585-9398-54ab-5d9aaa35a3cb-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d352db08-0585-9398-54ab-5d9aaa35a3ce-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48b9f043-f2e0-2996-7940-1829e3813f40-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48b9f043-f2e0-2996-7940-1829e3813f43-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48b9f043-f2e0-2996-7940-1829e3813f46-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e521f64b-9f8b-3206-6be4-2d093d3b6465-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e521f64b-9f8b-3206-6be4-2d093d3b6468-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e521f64b-9f8b-3206-6be4-2d093d3b646b-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aff65783-9552-4acb-0783-6c738af2b43a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aff65783-9552-4acb-0783-6c738af2b43d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aff65783-9552-4acb-0783-6c738af2b440-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f36ff5c-3d38-51e6-6bde-a6dfdbafd03c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f36ff5c-3d38-51e6-6bde-a6dfdbafd03f-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f36ff5c-3d38-51e6-6bde-a6dfdbafd042-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b239c50c-e9df-b3a6-ac55-c7bed3f78e6c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b239c50c-e9df-b3a6-ac55-c7bed3f78e6f-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b239c50c-e9df-b3a6-ac55-c7bed3f78e72-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29100c0e-23a9-a6a4-366b-50fc075fe62d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29100c0e-23a9-a6a4-366b-50fc075fe630-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29100c0e-23a9-a6a4-366b-50fc075fe633-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32b08639-28ae-26d4-3163-bfc3eeb63936-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32b08639-28ae-26d4-3163-bfc3eeb63939-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32b08639-28ae-26d4-3163-bfc3eeb6393e-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a94cf85b-5e10-d50b-e415-7cd75cfdeba2-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a94cf85b-5e10-d50b-e415-7cd75cfdeba5-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a94cf85b-5e10-d50b-e415-7cd75cfdeba8-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b25db92-a2d7-a1bf-4add-46aa93f65c65-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b25db92-a2d7-a1bf-4add-46aa93f65c67-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b25db92-a2d7-a1bf-4add-46aa93f65c68-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b25db92-a2d7-a1bf-4add-46aa93f65c6a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1cfb74c-f112-3cf2-4677-175b06b327be-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c5e0293-0ef5-88fe-60c7-553acee79dc4-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3abb3ef1-38a6-e6b6-376f-950413398a2c-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3abb3ef1-38a6-e6b6-376f-950413398a2d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c5e0293-0ef5-88fe-60c7-553acee79dce-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b8d4735-d2ea-ca5f-9942-384fef11e4dc-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b8d4735-d2ea-ca5f-9942-384fef11e4de-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b8d4735-d2ea-ca5f-9942-384fef11e4df-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5b8d4735-d2ea-ca5f-9942-384fef11e4e1-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5843cbc1-349c-2f9b-e29b-b123a12aff48-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5843cbc1-349c-2f9b-e29b-b123a12aff4a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5843cbc1-349c-2f9b-e29b-b123a12aff4b-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5843cbc1-349c-2f9b-e29b-b123a12aff4d-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d2c05cc-d686-fb04-271b-361c3caeabd2-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d2c05cc-d686-fb04-271b-361c3caeabd4-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d2c05cc-d686-fb04-271b-361c3caeabd5-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d2c05cc-d686-fb04-271b-361c3caeabd7-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30bd9af8-c8b6-37a1-4c3d-865876e4d2a3-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30bd9af8-c8b6-37a1-4c3d-865876e4d2a5-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30bd9af8-c8b6-37a1-4c3d-865876e4d2a6-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30bd9af8-c8b6-37a1-4c3d-865876e4d2a8-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93e7611f-8ca3-0488-f2a6-dc5e36634d65-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93e7611f-8ca3-0488-f2a6-dc5e36634d67-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93e7611f-8ca3-0488-f2a6-dc5e36634d68-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93e7611f-8ca3-0488-f2a6-dc5e36634d6a-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e8610dc-6eb0-c1af-5571-f2dc9bfdd6f9-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e8610dc-6eb0-c1af-5571-f2dc9bfdd6fb-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e8610dc-6eb0-c1af-5571-f2dc9bfdd6fc-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e8610dc-6eb0-c1af-5571-f2dc9bfdd6fe-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07dd8905-34fb-baf8-492f-cf66ecb256b7-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07dd8905-34fb-baf8-492f-cf66ecb256b9-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07dd8905-34fb-baf8-492f-cf66ecb256ba-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07dd8905-34fb-baf8-492f-cf66ecb256bc-cee79d8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda2d696-a061-7ebf-f426-6611858add46-985a6054 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda2d696-a061-7ebf-f426-6611858add48-985a6054 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda2d696-a061-7ebf-f426-6611858add49-985a6054 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bda2d696-a061-7ebf-f426-6611858add4b-985a6054 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a8faeda-95c9-8187-5f87-1ea32d32b862-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a8faeda-95c9-8187-5f87-1ea32d32b86c-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b0d-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b12-f8203eed {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b16-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b20-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b25-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4383a831-1be9-cabe-ea56-fab29dea5c90-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acaa14e2-70b8-a6d7-640e-6569c955e9ff-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba055c55-994d-2335-41d8-86e688a26d38-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f750264-84aa-8bd1-3ace-5492ce0994e5-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec016d7-fa53-f15f-159d-8dd87aebc081-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79439cd2-16e0-390a-d343-31b026b4f5ca-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abd512b0-add8-b281-4a00-8fefb441b393-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d2eacd45-be55-66dc-cc53-ac3655f9e32a-f8203eed {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abda3bbe-4e74-f063-c992-d8f741129159-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c02a2372-1ba9-f357-c3a9-ee1c2a1e57da-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0c1fe9e1-2bc9-945b-3e7c-707a18ff6a51-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d8358076-50f6-aaf4-f354-d4db96b758ca-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b90e7f8f-9ccb-1a98-b86e-62228a68681b-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64daa1e4-51f7-add3-a503-0f18dafdbbe4-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd0ec7af-e5c8-eaab-6998-76809e49baf6-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3260946d-1895-7e2d-bd77-2963b30dc928-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f709f5c1-4c49-cb1e-84bf-ce99050de4c5-d33a641a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72454c5b-cb0d-4572-3f72-bbb338489f43-aaed4a74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72454c5b-cb0d-4572-3f72-bbb338489f63-aaed4a74 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a1c30e34-de88-1e8d-2fd4-775de13bf243-e13bf240 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b0d-f8203eed {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1c30e34-de88-1e8d-2fd4-775de13bf243-e13bf240 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1c30e34-de88-1e8d-2fd4-775de13bf24a-e13bf240 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b0d-f8203eed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d1b3d7d2-bb03-9141-9676-2e9401ea1b12-f8203eed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}
