<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing:border-box;
}
body, html{
	margin:0;
	padding:0;
}
section.gifts {
    padding:65px 0px;
    background:#d6d6d67a;
    display:none;
}
/* section.hero_pan:after{
    content: '';
    height:0;
    width:0;
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-top:30px solid #3f3b52;
    position:absolute;
    margin:auto;
    left:0;
    bottom:-29px;
    right:0;
} */
section.hero_pan:after {
  content: '';
  height: 20px;
  width: 42px;
  background: url(../images/arrow-rerem.png) no-repeat 0 0;
  border: none;
  display: block;
  position: absolute;
  left:50%;
    bottom:-19px;
  transform: translateX(-50%);
  margin: 0;
}
/* .radiusblock {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border-bottom-width: 40px !important;
    background-color: #ffffff !important;
    border-radius: 15px !important;
    padding: 20px 20px 0px;
    overflow: hidden;
    width: 960px;
    margin: 0 auto 20px;
    max-width: 100%;
} */
.radiusblock {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border-bottom-width: 40px !important;
  background-color: #ffffff !important;
  border-radius: 15px !important;
  padding: 20px 20px 0px;
  overflow: hidden;
  width: 960px;
  margin: 0 auto 20px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gifttitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    color: #000;
    font-weight: bold;
    margin: 0px 0px 4px;
    text-align: left;
}
.radiusblock h2 {
    font-size: 20px;
    margin-bottom: 10px !important;
    color:#1F355E;
}
.value {
  color: red;
  font-size: 20px;
  margin-top: 4px;
  display: block;
}
.radiusblock p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 1.1em;
    text-align: center;
    color: #777;
    text-align: left;
}
.hero_pan {
	background-image: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/robertk-bg.jpg);
	background-size: cover;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
  position: relative;
}
.hero_pan h1 {
	font-size: 38px;
	font-weight: 600;
	margin-top: 50px;
	color: #fff;
	/* text-transform: uppercase; */
}
.hero_pan h4 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 0 25px;
	max-width: 905px;
	margin: auto;
}
.video_pan_container {
	max-width: 660px;
	margin: auto;
	position: relative;
}
.video_pan {
	position: relative;
	height: 0;
	padding-bottom: 56.6666%;
}
.video_pan iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@-webkit-keyframes pulseAnimate {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  to {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0
  }
}

@keyframes pulseAnimate {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  to {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0
  }
}
.play-button {
	pointer-events: none;
	/* 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;
	position: absolute;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 0;
	background-color: #60266a;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/* z-index: 1; */
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	z-index: 12;
}
.play-button::after {
	content: "";
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	display: block;
	margin-left: 10px;
}
.play-button::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(96,38,106,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-animation-name: pulseAnimate;
	animation-name: pulseAnimate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.hero_pan .btn_pan {
  margin-top: 25px;
  display:none;
}
.hero_pan a.rgstrBtn {
	display: block;
	max-width: 550px;
	padding: 13px 0px;
	margin: auto;
}
.rgstrBtn:visited, .rgstrBtn {
	display: inline-block;
	text-align: center;
	background: #e9b200;
	transition: all 0.2s;
	color: #fff;
	padding: 15px 40px;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
}
@media (max-width:1200px){
.hero_pan {
	padding-top: 40px;
	padding-bottom: 32px;
}
}
@media (max-width:1200px){
.hero_pan {
	padding-top: 17px;
}
}
li#field_27_1, li#field_27_17, input#eoi-phone, input#eoi-email{
    display: none;
}
.gfield_radio li {
    display: inline-block;
}
.ginput_container.ginput_container_radio {
    position: relative;
    top: auto;
    left: auto;
}
.ginput_container.ginput_container_radio ul {
    padding-left: 0;
    margin-bottom: 5px;
}
.gfield_checkbox li label {
    font-weight: 400;
}
.gfield_radio li label {
    font-weight: 400;
}
.ginput_container.ginput_container_textarea textarea {
    height: 100px;
    width: 100%;
    margin: 10px 0px;
	padding: 5px 10px;
}
section.step-2form {
    padding: 50px 0px;
}
.step-2heading h1 {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #152f52;
    border-bottom: 2px solid #c9aa73;
    position: relative;
    max-width: 917px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 0px 0px 15px;
    margin:50px auto 50px;
}
.step-2heading h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-bottom-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #c9aa73;
    border-bottom-color: rgb(255 255 255 / 0);
    border-width: 16px 14px 6px 14px;
    margin-left: -9px;
}
.step-2heading h3 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0px;
    color: #666;
}
.ginput_container.ginput_container_textarea textarea.error {
    border: 1px solid #f47d7d !important;
    margin-bottom: 3px;
    background: #ffefef !important;
}
span.gfield_required {
    font-weight: 500;
}
.elite-form span{
    font-weight: 500;
    margin-top: 10px;
    display: block;
    color: #666 !important;
    font-size: 25px;
	text-transform: initial;
}
.payment-box + .form-row i {
    font-size: 12px;
    display: block;
}
.payment-box{
    background-color: #0000000f;
    padding: 10px 24px;
    display: block;
	padding-bottom: 20px;
}
.included-section .ind-list-col p{
    margin-left: 49px;
}
.elite-form .form-control {
    height: 42px;
    border-radius: 0;
    box-shadow: none;
}
.elite-form h2.seched {
	font-size: 28px;
}

.cont-step2.rgstrBtn{
    padding: 10px 10px;
    border: 0;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
#emp_form .modal-body {
    display: table;
}
#emp_form .eway-button {
    border-radius: 0;
    border: 0px !important;
    box-shadow: none !important;
}
#emp_form .eway-button span {
    background-color: #e9b200 !important;
}
#emp_form .eway-button span:hover{
    background-color:#c39500 !important;
}
.hero_pan a.rgstrBtn, .gifts a.rgstrBtn {
    display: block;
    max-width: 550px;
    padding: 13px 0px;
    margin:auto;
}
.gifts a.rgstrBtn {
  margin-top:40px;
}
.hero_pan {
	padding-top: 40px;
	padding-bottom: 32px;
}
/* .hero_pan {
	min-height: 100vh;
} */
.video_pan_container {
	max-width: 660px;
  margin: auto;
  position: relative;
}
.video_pan {
	position: relative;
	height: 0;
	padding-bottom: 56.6666%;
}
.play-button {
	width: 125px;
	height: 125px;
}
.play-button {
	pointer-events: none;
	/* 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;
	position: absolute;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 0;
	background-color: #60266a;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/* z-index: 1; */
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	z-index: 12;
}
.play-button::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(96,38,106,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-animation-name: pulseAnimate;
	animation-name: pulseAnimate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.video_pan iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.certified-growth {
	-webkit-box-shadow: 0px 5px 10px 0px #c3c3c3;
	box-shadow: 0px 5px 10px 0px #c3c3c3;
	position: relative;
	background: #fff;
	min-height: 125px;
	border-radius: 5px;
	max-width: 392px;
	width: 100%;
	margin: 0px auto 50px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.certified-growth h3 {
	color: #bb9b60;
	font-size: 46px;
	font-weight: 700;
}
.certified-growth p {
	color: #12294b;
	font-weight: bold;
	font-size: 18px;
}
@-webkit-keyframes pulseAnimate {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  to {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0
  }
}

@keyframes pulseAnimate {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  to {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0
  }
}
@media (min-width:1200px){
.play-button::after {
	border-left: 40px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	display: block;
	margin-left: 10px;
}
}
.play-button::after {
	content: "";
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	display: block;
	margin-left: 10px;
}
.exclusive_mentorship a.rgstrBtn {
    padding:8px 0px;
    max-width: 450px;
    display: block;
    margin: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.arrow {
	position: fixed;
	text-align: center;
	margin: 1% 0;
	bottom: 0;
	right: 40px;
	z-index: 5;
}
.arrow i {
	color: #fff;
	background: url(/wp-content/themes/jupiter-child/assets/images/icn_eoi.png) -87px -92px no-repeat;
	height: 82px;
	width: 45px;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	vertical-align: middle;
}
.downarrow {
	display: none;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.gfield_radio label.error, span.error-resp {
    color: red;
}
.elite-form .gform_wrapper textarea.error.medium {
    border-bottom: 3px dotted #f47d7d!important;
    background: #ffefef !important;
}
input#payBtn:disabled {
    opacity: 0.7;
}


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .hero_pan {
    padding-top: 17px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .hero_pan {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.rss{
  display:none;
}


/* footer */
.ico_sm_white{
	background-image:url(../images/ico_site.png);
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.ico_sm_white.fb{
	background-position: -7px -2px;
    height: 21px;
    width: 12px;
}
.ico_sm_white.utube{
	background-position: -27px -2px;
    height: 21px;
    width: 18px;
}
.ico_sm_white.lin{
	background-position: -53px -2px;
    height: 21px;
    width: 18px;
}
.ico_sm_white.insta{
	background-position: -78px -2px;
    height: 21px;
    width: 18px;
}

.footer {
    background:#062450;
    padding: 16px 0;
    color: #fff;
    font-size: 13px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
	text-decoration:underline;
}
.social a {
    display: inline-block;
    background: #193d71;
    color: #12294b;
    width: 30px;
    height: 30px;
    padding: 3px 0 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 2px;
}
.social a:hover{
	text-decoration:none;
}
.bt_text .tx {
    font-size: 10px;
    color: #949494;
    padding: 3px 0;
}
.bt_text.blk_sep{
	padding:25px 0;
}
/* footer */



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

.top_panel_dg {
    background-color: #062450;
    padding:4px 0 1px;
}
.btn_site {
	display:inline-block;
	text-align: center;
    text-decoration: none;
    background:#e9b200;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
	transition:all 0.2s;
	position:relative;
}
.btn_site:hover,.btn_site:focus,.btn_site:active {
    background:#c39500;
	text-decoration:none;
    color: #fff;
}

.top_panel_dg .btn_site i{
	top:14px;
	right:26px;
}
.top_panel_dg .btn_site:hover i{
	transform:translateX(10px)
}




.btn_site i{
	position:absolute;
	top:23px;
	right:26px;
	transition:all 0.56s;
}
.btn_site:hover i{
	transform:translateX(10px)
}

.btn_pan{
	margin:15px 0;
}

.header_dg .btn_pan{
	max-width:443px;
	margin:auto;
}
.header_dg .btn_site{
	width:100%;
}

.header_dg .btn_site i{
	top:23px;
	right:44px;
}
.header_dg .btn_site:hover i{
	transform:translateX(12px)
}


/* expression of interest */
img{
	max-width:100%;
}
ul {
    list-style: none;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
}
.scoendry-footer {
    padding: 24px 0px;
}
.sucessstory .slick-slide {
    padding: 0px 20px;
}

.modal-backdrop.fade.in{
	display:none;
}

.modal.fade.in:before{
	content:"";
	position:fixed;
	background:rgba(0,0,0,0.6);
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.modal-header .close {
    margin-top: 2px;
    font-size: 35px;
}
.modal-header {
    padding:5px 15px;
    border-bottom: 0;
}
.modal-body h3{
	font-size:20px;
	color:#666;
	text-align:center;
}
.modal-body .gform_title{
	color:#fff;	
}
.modal-body .tc{
	font-size:12px;
	color:#444;
	margin-top:15px;
}

body .container.container_op{
	max-width:1170px;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}
.proprep h2{
	border-bottom:0;
	text-align: left;
    padding-bottom: 0;
}
.proprep h2:after{
	content:none;
}
.included-section .ind-list-col h3 {
  margin-left: 48px;
  margin-bottom: 10px;
}
.included-section .ind-list-col {
   margin-bottom: 40px;
}
.included-section .ind-list-col .list-num {
    position: absolute;
    color: #caa972;
    border: 1px solid #caa972;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-align: center;
    /* padding-top: 10px; */
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
    left: 0px;
    top: -6px;
}
.included-section .ind-list-col h3 {
  margin-left: 48px;}
@media (min-width: 1200px){

	.emcredible [class*=col-]{
		padding-left:25px;
		padding-right:25px;
	}

	.bx_str p {
		min-height: 273px;
	}

	body .proprep .bookrep {
		margin-bottom: -81px;
	}
}

.elite-form .gform_wrapper input[type="text"], .elite-form li.gfield select{
   height:42px;
}

.list-row ul li span {
    padding-left: 17px;
    display: block;
}
.banner-section p {
    max-width: 565px;
}
.best-strategy-section {
    background-image: url(/wp-content/themes/jupiter-child/assets/images/city_scape_white.jpg);
}
h2.section-heading {
    max-width: none;
    margin-bottom: 30px;
}
h3.over-value-section {
    text-align: center;
    max-width: 792px;
    margin: auto;
    border: 1px solid #eee6d6;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 1px 17px 26px rgba(0,0,0, .2);
    position: relative;
    background-color: #fff;
    font-weight: bold;
    color: #17375d;
}
/*.included-section:before, .investors-section:before{
    visibility: visible;
}*/
body .included-section:after{
	content:none;
}
.footer-logo-section{
    text-align:center;
}
.investors-section .bx-controls-direction a {
    top: 22%;
}
.investors-section .container_op{
    position: relative;
}
.safeguard-section .safeguard-col {
    width: 100%;
}
.included-section .ind-list-col .list-num {
    padding-top: 0;
}
.included-section .ind-list-col ul {
    margin-left: 90px;
}
.included-section .ind-list-col ul li {
    display: list-item;
    list-style: outside;
    margin-bottom: 0;
}
.property-developers-section .double-column .col-right {
    padding-left: 0;
}

.banner-section .col-left,
.banner-section .col-right{
  padding:0;
}
.best-strategy-section .double-column .col-right {
    padding-left: 2%;
}
body .list-row {
    margin-bottom: 50px;
}

.testimonial-section{
   padding:80px  0px 50px;
}
.key-benefits-section .double-column .col-right {
    padding-left: 0;
}
.serious_invt p{
      font-size: 18px;
    color: #5e6166;
    margin: 25px 0px;
}
.head_serious{
   margin-top:60px;
}
.enpm.list-row{
        margin-top: 30px;
        margin-bottom: 30px;
}  
@media (min-width:768px){

	.top_panel_dg {
		padding: 12px 0;
	}
	.top_panel_dg .btn_site {
		padding: 9px 30px;
		font-size:17px
	}

	.keys-successful-section .double-column .col-left {
		width: 48%;
	}
	.keys-successful-section .double-column .col-right {
		width: 50%;
		padding-left: 0;
	}
	.case-study-row .double-column .col-left {
		width: 38%;
	}
	.case-study-row .double-column .col-right {
		width: 59%;
		padding-left: 1%;
	}

}


@media (min-width: 768px) and (max-width: 1024px){

.vid_fm,
.client-logo,
.list-row,
.project-map-row,
.testimonial-section &gt; .fixed-width,
.key-benefits-section,
.who-presenting-section &gt; .fixed-width,
.keys-successful-section{
  margin-left:10px;
  margin-right:10px;
  width:auto;
}


}


@media (min-width:1200px){

.enpm.list-row{
        margin-top: 40px;
        margin-bottom: 40px;
}  

body .client-logo{
    margin-bottom:70px;
}
body .list-row {
    margin-bottom: 100px;
}

  .banner-section .col-left{
    width: 65%;
  }
  .banner-section .col-right{
    width: 33.5%;
  }

.banner-section h1 {
    margin-top: 15px;
}
.banner-section p {
    margin-bottom: 35px;
}
.vid_fm{
   max-width:1000px;
}


}



@media (max-width: 767px){
  .radiusblock .col-sm-5{
    order:1;
    margin-bottom:20px;
  }
  .radiusblock .col-sm-7{
    order:2;
  }
.gifttitle{
    font-size: 25px;
}
.radiusblock h2 {
  font-size: 18px;
  margin-bottom: 10px !important;
}
.gfield_checkbox label {
    font-size: 14px;
    font-weight: 600;
}
	.top_panel_dg .btn_site {
		display:none;
	}
	.top_panel_dg .logo{
		text-align:center;
	}
	.top_panel_dg .logo img{
		max-height:50px;
	}
	/* footer */
	.footer {
		text-align: center;
	}
	.footer .social {
		margin:15px 0;
	}
	.footer .copy{
		margin:15px 0;
	}
	
	/* footer */
	.included-section .ind-list-col h3 {
		font-size: 18px;
	}
	
	.bx_str{
		padding-left:10px;
		text-align:center;
	}
	.bx_str img{
		position:relative;
		left:auto;
	}
	.bx_str p {
		margin-top: 23px;
		min-height: 395px;
	}
	
.banner-section {
    background-size: auto;
    padding: 0px 10px;
}
.banner-section h1 {
    font-size: 34px;
}
.banner-section p {
    font-size: 17px;
    max-width: 542px;
    margin-top:10px;
    margin-bottom:12px;
}
.navbar-brand&gt;img {
    display: block;
    width: 135px;
}
.dg-institute-navbar .navbar-default .navbar-nav&gt;li&gt;a {
    margin-top: 3px;
}
.dg-institute-navbar.nav-three .navbar-header{
  float:left
}

.best-strategy-section {
    margin-top: 36px;
}

.keys-successful-section,
.unprepared-section,
.who-presenting-section,
.key-benefits-section,
.our-student-section,
.project-map-row,
.list-row.container_op{
  margin-left:10px;
  margin-right:10px;
}
body .list-row {
    margin-bottom: 77px;
}

}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.one-column.row {
    margin-right:0px;
    margin-left:0px;
}
.hero_pan {
    background-image: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/robertk-bg.jpg);
    background-size: cover;
	color:#fff;
	padding-top: 10px !important;
padding-bottom: 20px !important;
height: 100vh;
}
.isFixed {
	position: fixed !important;
	max-width: 250px;
	right: 2px !important;
	bottom: 50px !important;
	left: auto !important;
	height: 175px !important;
	top: auto !important;
	z-index: 4 !important;
}
.hero_pan h1{
	font-size: 38px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 50px;
    color: #fff;
    /*text-transform: uppercase;*/
}
.hero_pan h4 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 0 25px;
	max-width: 905px;
	margin: auto;
}
.hero_pan h4 strong{
  font-weight:600;
}
.rgstrBtn:visited,
.rgstrBtn {
	display:inline-block;
	text-align:center;
    background:#e9b200;
	transition:all 0.2s;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}

.rgstrBtn:hover,
.rgstrBtn:active,
.rgstrBtn:focus{
	color:#fff;
	text-decoration:none;
	background:#c39500;
}

.hero_pan .btn_pan{
	margin-top:15px;
}

.exclusive_mentorship{
	background-image: url(https://www.dginstitute.com.au/wp-content/uploads/2020/07/bg_expression_int02.jpg);
	background-position:center;
    background-size: cover;
	text-align:center;
	color:#fff;
	padding:40px 0;
}

.exclusive_mentorship h2{
	font-size:36px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
}

.exclusive_mentorship .rgstrBtn {
    padding: 17px 50px;
    font-size: 28px;
}

section.incred {
    padding: 30px 0px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card-front {
    background-color: #fff;
    color: black;
}
.icn-bts {
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn-bts-wbst.png);
    background-repeat: no-repeat;
}
.cshFlw {
    background-position: -3px -7px;
    width: 60px;
    height: 117px;
}
.unqOpt {
    background-position: -5px -125px;
    width: 111px;
    height: 117px;
}
.lwRsk {
    background-position: -87px 9px;
    width: 141px;
    height: 117px;
}

.incred h4 {
    font-size: 18px;
    margin: 20px 0px 0px;
    font-weight: 600;
}
.incred .mrTp {
    padding: 30px 0px;
}
.flip-card {
    background-color: transparent;
    width: 300px;
	margin:auto;
    height: 200px;
    perspective: 1000px;
}
.flip-card-back {
    background-color: #fff;
    color: white;
    transform: rotateX(180deg);
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.incred h3 {
    font-size: 16px;
    color: #152f52;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}
.incred p {
    font-size: 14px;
    color: #152f52;
    line-height: 21px;
    max-width: 214px;
    margin: 0px auto;
}
.btn-rgstr {
    background: #fff;
    padding: 6px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #152f52;
    margin: 20px 0px 0px;
}
.btn-rgstr:focus, .btn-rgstr:hover {
    border: 1px solid #152f52;
    color: #c9aa73;
}
h2.seched {
	font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #152f52;
    border-bottom: 2px solid #c9aa73;
    position: relative;
    max-width:917px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 0px 0px 15px;
    margin: 0px auto 50px;
}
h2.seched:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-bottom-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #c9aa73;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-width: 16px 14px 6px 14px;
    margin-left: -9px;
}

h2.seched span{
	color: #c9aa73;
}

.sucessstory{
	padding:30px 0;
}

.bx_str{
	background:#fff;
	border-radius:4px;
	padding:10px 10px 10px 125px;
	border:1px solid rgba(0,0,0,0.10);
	box-shadow:2px 4px 6px rgba(0,0,0,0.15);
	position:relative;
	margin: 17px 0;
}

.bx_str p{
	font-size:15px;
	margin-bottom:5px;
}
.bx_str strong{
	font-weight:600;
	color:#333;
}
.bx_str img{
	position:absolute;
	left:10px;
	top:10px;
	width:100px;
	height:100px;
	border-radius: 50%;
}
.sucessstory .container{
	max-width:1085px;
}

.sucessstory_vid,
.emcredible{
	padding:30px 0;
}
.emcredible p{
	font-size:17px;
	margin:12px 0;
	color: #5e6166;
}

.emcredible ul{
	padding-left:10px;
	margin:0;
}

.emcredible ul li{
	position: relative;
    line-height: 1.5;
    list-style: none;
    margin:0 0 14px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
	box-shadow:1px 2px 8px rgba(0,0,0, .2);
	padding:10px 10px;
	padding-left: 60px;
}

.emcredible ul li:before{
	background-image:url(https://www.dginstitute.com.au/wp-content/uploads/2020/08/tick_cir.png);
	background-repeat:no-repeat;
	content:"";
	position:absolute;
	display:block;
	width:39px;
	height:39px;
	left:50%;
  top:50%;
  transform:translate(-50%,-50%);
	margin-top:-20px;
}
.included-section:before{
  content: '';
    height: 20px;
    width: 42px;
    background: url(../images/arrow-rerem.png) no-repeat 0 0;
    border: none;
    display: block;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    margin: 0;
}
.emcredible h6{
	font-size:19px;
	font-weight:600;
	margin:15px 0;
}


ul.gfield_checkbox{
	margin:10px 0;
	padding:0;
}

ul.gfield_checkbox li{
	position:relative;
	padding-left:22px;
}
ul.gfield_checkbox li input{
	position:absolute;
	left:0;
	top:0;
}

#gform_fields_27{
	padding-left:0;
	margin-bottom:17px;
}

#card-errors{
	font-size:14px;
	font-weight:300;
	color:red;
	margin-top:5px;
}

.StripeElement{
	border:1px solid #d9d9d9;
	padding:15px 8px;
}
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label {
    font-weight: 500;
}
.elite-form .gform_wrapper textarea.medium {
    width: 100%;
}
.gfield_checkbox label{
	display:inline-block;
	padding-left:10px;
}
.gfield_label{
	display:inline-block;
}
.elite-form .ginput_container.ginput_container_radio {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}
.elite-form h2.seched{
	max-width:617px;
}
.elite-form h3{
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.forgroup {
	display:inline-block;
	width:48%;
	margin-right:10px;
}

#gform_27 #gform_fields_27 .forgroup input{
	border:1px solid #d9d9d9 !important;
	margin-bottom: 3px;
}
#gform_27 #gform_fields_27 .forgroup input.error {
    border: 1px solid #f47d7d !important;
    margin-bottom: 3px;
    background: #ffefef !important;
}

.elite-form .gform_wrapper textarea.medium{
	min-height:50px;
	height:50px;
}
.gform_footer.top_label{
	text-align:center;
}
.gform_wrapper .gform_footer input[type=submit] {
    max-width: 300px;
    width: 100%;
    background-color: #dd6101 !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    padding: 16px 24px !important;
	text-transform:uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.gform_wrapper .gform_footer input[type=button] {
    max-width: 300px;
    width: 100%;
    background-color: #dd6101 !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    padding: 16px 24px !important;
	text-transform:uppercase;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}
.elite-form .gform_wrapper .top_label .gfield_label{
	display:inline;
}
.gfield_radio label{
	display:inline;
	padding-left:8px;
	padding-right:8px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 9px;
}

#loader{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1072;
	text-align:center;
}

#loader .load{
	position:absolute;
	background:#fff;
	border-radius:4px;
	padding:6px;
	top:40%;
	text-align:center;
	width:50px;
	height:50px;
	margin:auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.for_desktop{
	display:none;
}


.sucessstory_vid .vidpr{
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}

.sucessstory_vid .video_inp{
	position:relative;
	height:0;
	padding-bottom:56.6666%;
}

.sucessstory_vid .video_inp iframe{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

@media (min-width:768px){
	
	.for_desktop{
		display:block;
	}
	.for_mobile{
		display:none;
	}
	
	.sucessstory_vid,
	.emcredible{
		padding:50px 0;
	}
	
	/* .dom_im_top{
		position: absolute;
		bottom: 10px;
		left: 0px;
  } */
  .dom_im_top {
    position: relative;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
	.hero_pan .dom_im{
		order:1;
		text-align:right;
		padding-right:20px;
	}
	.hero_pan .rertx{
		order:2;
	}
	.sucessstory{
		padding:50px 0;
	}

	section.incred {
		padding: 50px 0px;
	}
	
	.exclusive_mentorship h2{
		font-size:50px;
		margin-bottom:66px;
	}
	
	.exclusive_mentorship{
		padding:100px;
	}
	
	.hero_pan .btn_pan{
		margin-top:25px;
	}
	.hero_pan {
		padding-top:17px;
	}
	.modal-dialog {
		width: 500px;
	}
}

@media (min-width:768px) and (max-width:992px){
	
	.hero_pan h1 {
		font-size: 32px;
		margin-top: 50px;
	}
	.hero_pan h4 {
		font-size: 16px;
		padding: 13px 0;
	}
	.hero_pan .btn_pan {
		margin-top:10px;
		margin-bottom: 20px;
	}
	.flip-card {
		width: 240px;
	}
	
}

@media (min-width:1200px){
	
	.modal-body {
		padding: 15px 25px 40px;
	}
	.dom_im_top{
		bottom: 0px;
	}
	.rgstrBtn:visited, .rgstrBtn {
		padding: 18px 100px;
	}
	.hero_pan .dom_im{
		padding-right:50px;
	}
	.hero_pan {
		padding-top:40px;
		padding-bottom:32px;
	}
	/* .dom_im_top {
		position: relative;
		bottom:auto;
		left: auto;
  } */
  .dom_im_top {
    position: relative;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
	.exclusive_mentorship{
		padding:120px;
	}
	.bx_str {
		padding: 20px 20px 20px 130px;
	}
	.bx_str img {
		left: 15px;
		top: 20px;
	}
	.modal-dialog {
		width:500px;
	}
	
}

@media (max-width:767px){
.cont-step2.rgstrBtn {
    padding: 10px 10px !important;
    font-size: 16px !important;
}
.elite-form h2.seched {
    font-size: 17px;
    align-content: ;
}
	.form-row{
		position:relative;
	}
	.form-row #terms{
		position:absolute;
		top:0px;
	}
	
	.form-row #terms + label{
		margin-left:16px;
	}
	
	.col-sm-5.dom_im{
		text-align:center;
	}
	.incred p {
		max-width: 264px;	
	}
	.flip-card {
		height: 179px;
	}
	.exclusive_mentorship h2 {
		font-size:26px;
	}
	.rgstrBtn {
		padding: 6px 12px !important;
    font-size: 26px !important;
	}
	h2.seched {
		font-size: 25px;
		line-height:1.2;
	}
	
	.hero_pan h1 {
		font-size: 26px;
		text-align:center;
    margin-top: 0px;
    margin-bottom:20px;
	}
	.hero_pan h4 {
		font-size: 14px;
		text-align:center;
		padding: 4px 0;
	}
	.dom_im_top{
		max-height: auto;
		margin:8px auto 0;
		width: 300px;
		display: block;
	}
	
	
	.rgstrBtn {
		padding: 12px 10px;
		width:100%;
		font-size:15px;
	}
	
}







/* Slider */

.csStd .container.container_op{
	max-width:1100px;
}
.csStd {
    background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/csStdy.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
	padding:30px 0;
}

.csStd h2{
	font-size:35px;
	font-weight:800;
	color:#fff;
	margin-bottom:40px;
	text-transform:uppercase;
}

.bluItem {
	background: #152f52;
	padding: 4px;
}
.slick-slider__slide.bluItem {
	padding: 15px;
}
.bluItem .pdMn {
	padding: 0px 15px 20px;
	min-height: 249px;
}
.bluItem h3 {
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0px 0px;
}
.bluItem h4 {
	font-size: 25px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0px 10px;
}
.grn {
    color: #c9aa73 !important;
}
.bluItem p {
	font-size: 14px;
	color:#fff;
	font-weight:400;
	margin: 0px 0px 5px;
}
.csStd .slick-slide {
	padding: 0px 40px;
}

.csStd .slick-prev,
.csStd .slick-next {
	top: 40%;
	-webkit-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	transform: translate(0, -40%);
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index:10;
	top: 50%;
	display: block;
	width:50px;
	height: 80px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -15px;
}
[dir='rtl'] .slick-prev {
	right: -20px;
	left: auto;
}
.slick-prev:before {
	content: 'â†';
}
[dir='rtl'] .slick-prev:before {
	content: 'â†’';
}
.slick-next {
	right: -19px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: 'â†’';
}
[dir='rtl'] .slick-next:before {
	content: 'â†';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	color: #2f2e7a;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 105px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .15;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #2f2e7a;
}
.slick-slider__slide {
	padding: 0px 15px;
	box-sizing: border-box;
}
.csStd .slick-prev:before {
    content: '';
    background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn_eoi.png) -31px 0px no-repeat;
    height: 82px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
}
.csStd .slick-next:before {
    content: '';
    background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn_eoi.png) -87px 0px no-repeat;
    height: 82px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
}





.sucessstory .slick-prev:before {
    content: '';
    background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn_eoi.png) -31px -92px no-repeat;
    height:82px;
    width:45px;
    display: inline-block;
    vertical-align: middle;
}
.sucessstory .slick-next:before {
    content: '';
    background: url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/icn_eoi.png) -87px -92px no-repeat;
    height:82px;
    width:45px;
    display: inline-block;
    vertical-align: middle;
}
.rs {
	height: 0;
	width: 100%;
	float: left;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.csStd .slick-prev,.rvw .slick-prev{
		left: -10px;
	}
	.csStd .slick-next{
		right: -10px;
	}

	.bluItem h4 {
		font-size: 22px;
		margin: 0px 0px 10px;
	}
	.bluItem h3 {
		font-size: 18px;
		margin: 10px 0px 0px;
	}
	.csStd .slick-slide {
		padding: 0px 40px;
	}
	.bluItem .pdMn {
		padding: 0px 5px 20px;
		min-height: 320px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {

	.csStd .slick-prev {
		left: -10px;
	}
	.csStd .slick-next {
		right: -10px;
	}

}

@media (min-width: 1200px) {
	
	.bluItem p {
		font-size: 15px;
	}
	.csStd {
		padding:50px 0;
	}
	.bluItem .pdMn {
		min-height: 274px;
	}
	
}


@media (max-width: 767px) {
	
	.im{
    margin-top:20px;
  }
	.bx_str{
		padding-left:10px;
		text-align:center;
		min-height:400px;
	}
	.bx_str img{
		display:inline;
		position:relative;
		left:auto;
	}
	.bx_str p {
		margin-top: 23px;
	}
	
	.forgroup {
		width: 98%;
	}
	.stripefield{
		max-width:177px !important;
	}
	
	.csStd h2 {
		font-size: 26px;
	}
	
	.csStd .slick-prev,.rvw .slick-prev{
		left: -10px;
	}
	.csStd .slick-next{
		right: -15px;
	}
	.rvw .slick-next {
		right: -10px;
	}
	.csStd .slick-slide {
		padding: 0px 30px;
    }
	.sucessstory .slick-prev::before,.sucessstory .slick-next::before,
	.csStd .slick-prev::before,.csStd .slick-next::before{
		transform:scale(0.5);
	}
	.bluItem h4 {
		font-size: 22px;
		margin: 0px 0px 10px;
	}
	.bluItem h3 {
		font-size: 18px;
		margin: 10px 0px 0px;
	}
	.csStd .slick-slide {
		padding: 0px 30px;
    }
    .bluItem .pdMn {
		padding: 0px 5px 20px;
		min-height: 320px;
    }
	
}

</pre></body></html>