:root {
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-scheme-pink: #fb275aff;
  --dl-size-size-xxlarge: 288px;
  --dl-color-scheme-black: #0f1722ff;
  --dl-color-scheme-white: #FFFFFF;
  --dl-size-size-maxwidth: 1158px;
  --dl-radius-radius-round: 50%;
  --dl-color-scheme-white80: #ffffffcc;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-color-scheme-darkblue: #0d1f3aff;
  --dl-color-scheme-darkgray: #9095a7ff;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-scheme-lightblue: #0975f1ff;
  --dl-color-scheme-lightgrey: #f2f4faff;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}
.button {
  color: var(--dl-color-scheme-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  border-color: var(--dl-color-scheme-black);
  border-width: 0px;
  border-radius: 0px;
  background-color: var(--dl-color-scheme-white);
}
.input {
  color: var(--dl-color-scheme-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-scheme-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-scheme-white);
}
.textarea {
  color: var(--dl-color-scheme-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-scheme-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-scheme-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  transform: translateX(0%) !important;
}
.section-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
}
.max-content-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.footer-link {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.footer-link:hover {
  color: var(--dl-color-scheme-pink);
}
.slide {
  height: 100%;
  display: flex;
  min-width: 60%;
  align-items: flex-start;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.button-primary {
  color: var(--dl-color-scheme-white);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1;
  border-color: transparent;
  text-transform: uppercase;
  background-color: var(--dl-color-scheme-lightblue);
}
.button-primary:hover {
  background-color: var(--dl-color-scheme-pink);
}
.button-lg {
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
}
.button-outline {
  color: var(--dl-color-scheme-darkblue);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1;
  border-color: var(--dl-color-scheme-darkblue);
  border-width: 2px !important;
  text-transform: uppercase;
  background-color: transparent;
}
.button-outline:hover {
  color: var(--dl-color-scheme-white);
  border-color: var(--dl-color-scheme-pink);
  background-color: var(--dl-color-scheme-pink);
}
.button-lg-border {
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 18px;
}
.button-md {
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}
.button-secondary {
  color: var(--dl-color-scheme-black);
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1;
  border-color: transparent;
  margin-right: var(--dl-space-space-oneandhalfunits);
  text-transform: uppercase;
  background-color: var(--dl-color-scheme-white);
}
.button-secondary:hover {
  color: var(--dl-color-scheme-white);
  background-color: var(--dl-color-scheme-lightblue);
}
.button-md-border {
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 10px;
}
.button-md-border:hover {
  color: var(--dl-color-scheme-white);
  border-color: var(--dl-color-scheme-pink);
  background-color: var(--dl-color-scheme-pink);
}
.Navigation-Link {
  font-size: 16px;
  font-style: normal;
  font-family: IBM Plex Sans Condensed;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}
.Heading2 {
  font-size: 42px;
  font-family: IBM Plex Sans Condensed;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
.Content {
  font-size: 16px;
  font-family: IBM Plex Sans Condensed;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
}
.Heading1 {
  font-size: 64px;
  font-style: normal;
  font-family: IBM Plex Sans Condensed;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
@media(max-width: 991px) {
  .slide {
    min-width: 75%;
  }
  div.home-burger-menu{
    display: block;
  }
  svg.home-icon{
    width: 24px;
    height: 24px;
  }
}
@media(max-width: 767px) {
  img.home-image{
    width: 120px;
    height: 40px;
  }
  header.home-header{
    padding:15px 20px!important;
  }
  .section-container {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .slide {
    min-width: 80%;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .button-md {
    text-align: center;
  }
  .button-secondary {
    text-align: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .button-md-border {
    text-align: center;
  }
}
@media(max-width: 479px) {
  .button-primary {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }
  .button-outline {
    padding-left: 22px;
    padding-right: 22px;
  }
  .button-md-border {
    padding-left: 22px;
    padding-right: 22px;
  }
}








/*New CSS*/
div.home-content-container3{
  padding:0px;
}
div.home-video-container1 , div.home-video-container{
  margin-left: 40px;
}
div.home-container11{
  justify-content:center;
  width: 100%;
  padding:50px 80px;
}
div.home-container11>*{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
span.home-text20{
  margin-left: 0px;
}
.home-container10{
  display: grid;
  max-width: 100%;
  width: 100%;
  grid-template-columns:repeat(2 ,1fr);
}
/*div.home-container11{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}*/
div.home-container11> .home-container13{
  align-items: center;
}
div.home-hero2{
  min-height: 0px;
  padding:50px 20px;
}
div.home-hero2 .home-image5{

}
h1.home-text14{
  color:#0a47a4;
}
div.home-content-container2{
  padding:0px;
}
span.home-text09{
  margin-left: 0px;
}
span.home-text11{
  margin-left: 0px;
}
div.home-container04{
  justify-content: center;
}
div.home-container04 .wrapper__{
  display: flex;
  flex-direction:column;
  align-items:flex-start;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
div.home-container03{
  width: 100%;
}
span.home-text09{
  margin-bottom: 20px;
}
span.home-text10{
  margin-bottom: 20px;
}
div.home-container04{
  padding:50px 80px;
}
div.home-container06{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1740px){
  span.home-text20{
    font-size: 48px;
    line-height: 56px;
  }
  span.home-text11{
    font-size: 48px;
    line-height: 56px;
  }
  div.home-container05{
    margin-bottom: 20px;
  }
  span.home-text10{
    font-size: 48px;
    line-height: 56px;
  }
  span.home-text09{
    font-size: 48px;
    line-height: 56px;
  }
  img.home-image4{
    width: 50%;
  }
  img.home-image6{
    width: 50%;
  }
  div.home-container12{
    margin-bottom: 15px;
  }
}
@media (max-width: 1640px){
  .Heading1{
    font-size: 54px;
  }
  img.home-image2{
    width: 600px;
    height: 620px;
  }
  img.home-image3{
    width: 600px;
    height: 620px;
  }
  span.home-text10{
    box-shadow: none;
  }
  span.home-text21{
    margin-bottom: 40px;
  }
  div.home-container06{
    margin-top: 40px;
  }
  a.home-register{
    margin-left: 0px;
    margin-right: 0px;
  }
  div.home-container07{
    margin-left: 40px;
  }
  span.home-text11{
    color:var(--dl-col\or-scheme-pink);
  }
  span.home-text10{
    margin-top: 0px;
  }
}
@media (max-width: 1600px){
  span.home-text11{
    margin-bottom: 0px!important;
  }
  span.home-text09{
    font-size: 40px;
    line-height: 48px;
  }
  span.home-text10{
    font-size: 40px;
    line-height: 48px;
  }
  a.home-register1{
    margin-right: 0px;
  }
  span.home-text20{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 48px;
    color:var(--dl-color-scheme-pink);
  }
  span.home-text21{
    font-size: 19px;
  }
  a.home-register1{
    margin-left: 0px;
  }
  div.home-container14{
    margin-left: 40px;
  }
  div.home-container12{
    margin-bottom: 0px;
  }
  span.home-text11{
    font-size: 40px;
    line-height: 48px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  span.home-text12{
    font-size: 19px;
    margin:0px;
  }
}
@media (max-width: 1440px){
  .Heading1{
    font-size: 48px;
  }
  span.home-text05{
    margin-bottom: 25px;
  }
  div.home-container04{
    padding:40px 30px;
  }
  img.home-image4{
    max-height: 800px;
  }
  div.home-container11{
    padding:40px 30px;
  }
  span.home-text21{
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1280px){
  img.home-image4{
    max-height: 720px;
  }
  span.home-text11{
    font-size: 32px;
    line-height: 40px;
  }
  span.home-text12{
    font-size: 17px;
  }
  span.home-text10{
    font-size: 32px;
    line-height: 40px;
  }
  span.home-text09{
    font-size: 32px;
    line-height: 40px;
  }
  span.home-text20{
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1200px){
  img.home-image6{
    width: 45%;
  }
  span.home-text03{
    color:var(--dl-color-scheme-darkblue);
    font-size: 25px;
    line-height: 35px;
  }
  .Heading1{
    font-size: 40px;
    line-height: 40px;
  }
  h1.home-text , h1.home-text06{
    line-height: 0.8;
  }
  img.home-image3 , img.home-image2{
    width: 500px;
    height: 500px;
  }
  div.home-hero1{
    padding:60px 0px;
  }
  div.home-hero{
    padding:60px 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px){
  header.home-header{
    padding:20px;
  }
  div.home-content-container1{
    margin-bottom: 25px;
    text-align:center;
  }
  span.home-text08{
    margin-bottom: 24px;
    display: block;
    text-align:center;
    width: 100%;
  }
  div.home-hero{
    margin-bottom: 0px;
  }
  span.home-text08{
    margin-bottom: 0px;
  }
  span.home-text05{
    margin-bottom: 15px;
  }
  div.home-hero{
    padding-top:15px;
  }
  div.home-content-container{
    margin-bottom: 25px;
  }
  div.home-content-container1{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  div.home-content-container{
    text-align:center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  div.home-video-container1, div.home-video-container{
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  img.home-image3, img.home-image2{
    width: 100%;
    max-width: 640px;
    height: auto;
  }
  div.home-container04{
    margin-top: 0px;
  }
  div.home-container03{
    flex-direction:column-reverse;
  }
  img.home-image4{
    width: 100%;
    max-height: 600px;
  }
  div.home-container09{
    margin-bottom: 10px;
  }
  div.home-btn-group1{
    margin-bottom: 0px;
  }
  span.home-text16{
    max-width: 740px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
  }
  h1.home-text14{
    font-size: 2.5rem;
  }
  div.home-container09>h1:nth-child(1){
    font-size: 24px;
  }
  span.home-text16{
    margin-bottom: 15px;
    margin-top: 15px;
  }
  div.home-btn-group1{
    margin-top: 0px;
  }
  div.home-hero2{
    padding-bottom: 0px;
  }
  div.home-container11{
    margin-top: 0px;
  }
  div.home-container10{
    flex-direction:column;
  }
  img.home-image6{
    width: 100%;
  }
  div.home-separator{
    margin:20px 0px;
  }
  div.max-content-container{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px){
  span.Heading1{
    font-size: 32px;
    line-height: 40px;
  }
  div.home-workshops{
    display: none;
  }
  div.home-container07{
    margin-left: 20px;
  }
  span.home-text09{
    font-size: 26px;
    line-height: 34px;
  }
  div.home-container11> .home-container13{
    margin-top: 20px;
  }
  div.home-container06{
    margin-top: 20px;
  }
  a.home-register{
    margin-bottom: 0px;
  }
  span.home-text11{
    font-size: 26px;
    line-height: 34px;
  }
  span.home-text12{
    font-size: 15px;
  }
  span.home-text10{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  div.home-container05{
    margin-bottom: 15px;
  }
  span.home-text20{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  a.home-register1{
    margin-bottom: 0px;
  }
  div.home-container14{
    margin-left: 20px;
  }
  span.home-text21{
    font-size: 15px;
    margin-bottom: 15px;
  }
  div.home-container16{
    flex-direction:column-reverse;
  }
  span.home-text22{
    margin-bottom: 0px;
    margin-top: 15px;
  }
  footer.home-footer{
    padding:25px 20px;
  }
}
@media (max-width: 480px){
  div.home-hero{
    margin-bottom: 0px;
  }
  div.home-hero{
    padding:35px 0px;
  }

  div.home-hero:nth-child(1){
    padding-top: 15px;
  }
  div.home-hero1{
    padding-bottom: 35px;
    padding-top: 35px;
  }
  div.home-btns-container{
    flex-direction:column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  span.Heading1{
    font-size: 26px;
    line-height: 32px;
  }
  h1.home-text, h1.home-text06{
    line-height: 26px;
  }
  div.home-btns-container>a{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  span.home-text03{
    font-size: 20px;
    line-height: 24px;
  }
  div.home-blue-background{

    min-height: 25%;
  }
  div.home-btns-container>a:last-child{
    margin-bottom: 0px;
  }
  div.home-container04{
    padding:30px 20px;
  }
  h1.home-text14{
    font-size: 2.25rem;
  }
  div.home-container11{
    padding:30px 20px;
  }
  span.home-text20{
    font-size: 22px;
    line-height: 30px;
  }
}