.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,233,218;--color-primary-1:196,183,131;--color-primary-2:137,110,7;--color-primary-3:69,55,4;--color-primary-4:21,17,1;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container { border-width: 0; border-radius: 0; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#zT0WPVno4eANWoIIbCgC6D6xGG1wQvJP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.3125rem;left:37.4375rem;height:0;font-style:normal;display:block; }
#HEh3Vb8744VvqgaZDBrlsbCZhb8u08vU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:25.25rem;left:37.4375rem;height:6.25rem;font-style:normal;display:block; }
#RetPKDblh1eRImLuiUXRRv7evTpZGoOZ { z-index:15000;top:33.1875rem;left:37.4375rem;background-color:#0003ad;background-image:url("https://images.assets-landingi.com/jtezU4pq/ezgif_6_62dd464fb4cd.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }#RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.adaptive-delivery-prevent-bg, #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.lazyload, #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.lazyloading { background-image: none; }
#IPNpeov7WlWETTE8ATeauIa8oZ5XmiBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTZT4I1QzIycezn6JeXlhqOw0Tu0fA2Q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:25.4375rem;top:21.375rem;left:9.6875rem;overflow:hidden;display:block; }
#ETTpKRHaaWEcChQZoQePTXQTUpBhXdPT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.375rem;left:9.125rem;display:block; }
#VaBnC7420C52Z3D1X2SRcWbRHX5ymBAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3knTX3cmfapIER8q98WEA5k83L5M7y3 { z-index:15000;top:9.40625rem;left:33.75rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/ffEeW8Qf/Cornerstone_University_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }#D3knTX3cmfapIER8q98WEA5k83L5M7y3.adaptive-delivery-prevent-bg, #D3knTX3cmfapIER8q98WEA5k83L5M7y3.lazyload, #D3knTX3cmfapIER8q98WEA5k83L5M7y3.lazyloading { background-image: none; }
#fzCyldRRBUaRBgliAmDLAeMqLrB8hyqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gk4ZXfEVZIB9vOZkUdTrWnZw4m429XXu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:25.4375rem;top:21.5rem;left:9.125rem;overflow:hidden;display:none; }
#S3uQHQ3Mgx7VusPfQBGcFvsKZEzytDWC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.3125rem;left:37.4375rem;height:1.625rem;font-style:normal;display:none; }
#Oq1e8t9EK2of0rdarvvaT50CCb12s7g9 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.0625rem;left:22.1875rem;display:block; }#Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.adaptive-delivery-prevent-bg, #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.lazyload, #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.lazyloading { background-image: none; }
#rgbXT9iiQ299scBhFgvF3sPrm1o8fWPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fF27NJBxODFq6b6bNGukkrXBcPRBITq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.3125rem;left:37.4375rem;height:0;font-style:normal;display:none; }
#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 { position:relative;display:block; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 { background-color: transparent; background-image: none; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container > .video-iframe-container { display: none; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row > .video-iframe-container { display: none; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 { border-width: 0; border-radius: 0; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P55JHTb7TDiXtLRidXTQ4kD9FVQJxFDH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.5rem;left:36.875rem;height:3.25rem;font-style:normal;display:block; }
#lhtkbn6BDvwAJ3obI1XFeoQ1OEPxWsiu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:25.375rem;left:36.875rem;height:6.25rem;font-style:normal;display:block; }
#C2xQtTFk5oATyCrEubHJS1RHuylw6f9P { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:25.4375rem;top:21.5rem;left:9.125rem;overflow:hidden;display:block; }
#S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.0625rem;left:22.1875rem;display:block; }#S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.adaptive-delivery-prevent-bg, #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.lazyload, #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.lazyloading { background-image: none; }
#B7rM4LoOwyvilb9IuG9iRvf1PLTqksRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlEZSePGkr8gyOr5PxZsWHrrZPLxLZH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.84375rem;left:47.6875rem;height:3.25rem;font-style:normal;display:block; }
#I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE { z-index:15009;top:9.125rem;left:34.5rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/ffEeW8Qf/Cornerstone_University_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }#I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE.adaptive-delivery-prevent-bg, #I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE.lazyload, #I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE.lazyloading { background-image: none; }
#LifRxsOmfQ51bf1FoZo2I0v2gFPRDPJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM { z-index:15009;top:33.3125rem;left:36.875rem;background-color:#0003ad;background-image:url("https://images.assets-landingi.com/jtezU4pq/ezgif_6_62dd464fb4cd.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }#oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.adaptive-delivery-prevent-bg, #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.lazyload, #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.lazyloading { background-image: none; }
#krT0SKazkwchMirvo4fWpJX2hD5rxMGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXroIbJR31i0vsSmdD34vRW9Oq6IoyeX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.0625rem;left:9.875rem;display:block; }
#dze3kURahXbVdIpJcuUeTCxzV8iTL9oA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iP9NncFWc3lDDwWI9unCqog1DVrmLNI3 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.375rem;left:21.4375rem;display:none; }#iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.adaptive-delivery-prevent-bg, #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.lazyload, #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.lazyloading { background-image: none; }
#Dhsa3sbhhtmkkVK8fb7SDfgiviH36J6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDGrhNcgGidLOhORHkaKyIHrpVIMshmf { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.5625rem;left:9.6875rem;display:none; }#qDGrhNcgGidLOhORHkaKyIHrpVIMshmf.adaptive-delivery-prevent-bg, #qDGrhNcgGidLOhORHkaKyIHrpVIMshmf.lazyload, #qDGrhNcgGidLOhORHkaKyIHrpVIMshmf.lazyloading { background-image: none; }
#xS5Pc3ohmycovmRL1vKinQrUNhw5LGT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.5625rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.5625rem;left:9.6875rem;display:none; }#rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.adaptive-delivery-prevent-bg, #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.lazyload, #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.lazyloading { background-image: none; }
#sTL4s2MTBKB4k6Gt9emcKowKqQKMK0AO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFZ0TbQrx5wz3gcwHGHi9CiwpWx5gvp2 { color:rgba(var(--color-tertiary-0),0);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:40.5rem;left:36.25rem;height:1.625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG { display:block; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT0WPVno4eANWoIIbCgC6D6xGG1wQvJP { width:29.375rem;height:1.625rem;top:18.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEh3Vb8744VvqgaZDBrlsbCZhb8u08vU { width:29.375rem;height:6.25rem;top:21.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ { top:29.1875rem;left:18.375rem;width:17.1875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPNpeov7WlWETTE8ATeauIa8oZ5XmiBn { display:block; }
 }@media only screen and (max-width: 763px) { #xTZT4I1QzIycezn6JeXlhqOw0Tu0fA2Q { width:17.0625rem;height:7.4375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTpKRHaaWEcChQZoQePTXQTUpBhXdPT { width:10.75rem;height:2.9375rem;top:9.15625rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaBnC7420C52Z3D1X2SRcWbRHX5ymBAd { display:block; }
 }@media only screen and (max-width: 763px) { #D3knTX3cmfapIER8q98WEA5k83L5M7y3 { top:9.25rem;left:0.375rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzCyldRRBUaRBgliAmDLAeMqLrB8hyqU { display:block; }
 }@media only screen and (max-width: 763px) { #Gk4ZXfEVZIB9vOZkUdTrWnZw4m429XXu { width:17.0625rem;height:9.375rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3uQHQ3Mgx7VusPfQBGcFvsKZEzytDWC { width:29.375rem;height:1.625rem;top:18.4375rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9 { width:10.5rem;height:2.875rem;top:9.1875rem;left:23.90625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #rgbXT9iiQ299scBhFgvF3sPrm1o8fWPF { display:block; }
 }@media only screen and (max-width: 763px) { #fF27NJBxODFq6b6bNGukkrXBcPRBITq9 { width:29.375rem;height:1.625rem;top:18.4375rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 { display:none; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P55JHTb7TDiXtLRidXTQ4kD9FVQJxFDH { width:29.375rem;height:1.625rem;top:18.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhtkbn6BDvwAJ3obI1XFeoQ1OEPxWsiu { width:29.375rem;height:6.25rem;top:21.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xQtTFk5oATyCrEubHJS1RHuylw6f9P { width:17.0625rem;height:7.4375rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN { width:10.5rem;height:2.875rem;top:5.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rM4LoOwyvilb9IuG9iRvf1PLTqksRc { display:block; }
 }@media only screen and (max-width: 763px) { #TlEZSePGkr8gyOr5PxZsWHrrZPLxLZH1 { width:21.1875rem;height:1.625rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE { top:9.25rem;left:0.375rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LifRxsOmfQ51bf1FoZo2I0v2gFPRDPJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM { top:29rem;left:18.375rem;width:15.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krT0SKazkwchMirvo4fWpJX2hD5rxMGo { display:block; }
 }@media only screen and (max-width: 763px) { #xXroIbJR31i0vsSmdD34vRW9Oq6IoyeX { width:10.75rem;height:2.9375rem;top:5.5rem;left:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dze3kURahXbVdIpJcuUeTCxzV8iTL9oA { display:block; }
 }@media only screen and (max-width: 763px) { #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3 { width:10.5rem;height:2.875rem;top:5.5rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dhsa3sbhhtmkkVK8fb7SDfgiviH36J6r { display:block; }
 }@media only screen and (max-width: 763px) { #qDGrhNcgGidLOhORHkaKyIHrpVIMshmf { width:18.6875rem;height:5.1875rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xS5Pc3ohmycovmRL1vKinQrUNhw5LGT9 { display:block; }
 }@media only screen and (max-width: 763px) { #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy { width:18.6875rem;height:5.1875rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTL4s2MTBKB4k6Gt9emcKowKqQKMK0AO { display:block; }
 }@media only screen and (max-width: 763px) { #KFZ0TbQrx5wz3gcwHGHi9CiwpWx5gvp2 { width:29.375rem;height:1.625rem;top:18.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG { background-color:#ffffff;background-image:none;display:block; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container { background-color: transparent; background-image: none; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container > .video-iframe-container { display: none; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row > .video-iframe-container { display: none; }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAIFtJNFQAy1eyOyRhGz1QtgdPVUswNG > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT0WPVno4eANWoIIbCgC6D6xGG1wQvJP { width:13.0625rem;height:4.62890625rem;top:17.0625rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEh3Vb8744VvqgaZDBrlsbCZhb8u08vU { width:14.375rem;height:6.1875rem;top:9.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ { top:23.25rem;left:2.625rem;width:14.8125rem;height:4.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/jtezU4pq/ezgif_6_62dd464fb4cd.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.adaptive-delivery-prevent-bg, #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.lazyload, #RetPKDblh1eRImLuiUXRRv7evTpZGoOZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IPNpeov7WlWETTE8ATeauIa8oZ5XmiBn { display:block; }
 }@media only screen and (max-width: 763px) { #xTZT4I1QzIycezn6JeXlhqOw0Tu0fA2Q { width:12.9375rem;height:5.625rem;top:1.9375rem;left:3.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETTpKRHaaWEcChQZoQePTXQTUpBhXdPT { width:7.4375rem;height:1.8125rem;top:2.96875rem;left:11.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaBnC7420C52Z3D1X2SRcWbRHX5ymBAd { display:block; }
 }@media only screen and (max-width: 763px) { #D3knTX3cmfapIER8q98WEA5k83L5M7y3 { top:5.875rem;left:4.21875rem;width:11.5625rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzCyldRRBUaRBgliAmDLAeMqLrB8hyqU { display:block; }
 }@media only screen and (max-width: 763px) { #Gk4ZXfEVZIB9vOZkUdTrWnZw4m429XXu { width:20rem;height:37.375rem;top:15.9375rem;left:42.03125rem;overflow:hidden;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #S3uQHQ3Mgx7VusPfQBGcFvsKZEzytDWC { width:20rem;height:1.625rem;top:29.4375rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9 { width:11.5625rem;height:2.8125rem;top:9.0625rem;left:4.1875rem;z-index:15012;font-size:0.75rem;background-color:#896e07;background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.adaptive-delivery-prevent-bg, #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.lazyload, #Oq1e8t9EK2of0rdarvvaT50CCb12s7g9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rgbXT9iiQ299scBhFgvF3sPrm1o8fWPF { display:block; }
 }@media only screen and (max-width: 763px) { #fF27NJBxODFq6b6bNGukkrXBcPRBITq9 { width:13.0625rem;height:4.62890625rem;top:29.4375rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 { display:none; }#BGt9uF1rVGZXkbkRNSaGp7gAITTRt1F8 > .row .container { width:20rem;height:48.4375rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P55JHTb7TDiXtLRidXTQ4kD9FVQJxFDH { width:20rem;height:0;top:24.6667625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhtkbn6BDvwAJ3obI1XFeoQ1OEPxWsiu { width:20rem;height:0;top:29.0417625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2xQtTFk5oATyCrEubHJS1RHuylw6f9P { width:20rem;height:8.75rem;top:12.4108875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN { width:11.5625rem;height:2.8125rem;top:1.37451171875rem;left:2.31201171875rem;z-index:15012;font-size:0.75rem;background-color:#896e07;background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.adaptive-delivery-prevent-bg, #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.lazyload, #S48vx4zhi0a0hITQP6QTqfEnqFyVXvUN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B7rM4LoOwyvilb9IuG9iRvf1PLTqksRc { display:block; }
 }@media only screen and (max-width: 763px) { #TlEZSePGkr8gyOr5PxZsWHrrZPLxLZH1 { width:12.5rem;height:0;top:10.2233875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I68rCMO5ay4t4i8P0bG9BmH89VHL4PGE { top:9.125rem;left:4.1875rem;width:11.5625rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LifRxsOmfQ51bf1FoZo2I0v2gFPRDPJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM { top:34.1980125rem;left:2.3125rem;width:15.375rem;height:5.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/jtezU4pq/ezgif_6_62dd464fb4cd.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.adaptive-delivery-prevent-bg, #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.lazyload, #oR3HofwzkIVruAn9vrqM9ebHdZ65lDgM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #krT0SKazkwchMirvo4fWpJX2hD5rxMGo { display:block; }
 }@media only screen and (max-width: 763px) { #xXroIbJR31i0vsSmdD34vRW9Oq6IoyeX { width:11.5625rem;height:2.8125rem;top:9.0625rem;left:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dze3kURahXbVdIpJcuUeTCxzV8iTL9oA { display:block; }
 }@media only screen and (max-width: 763px) { #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3 { width:7.8125rem;height:2rem;top:15.5rem;left:-13.3125rem;z-index:15016;font-size:0.75rem;background-color:#896e07;background-image:url("https://images.assets-landingi.com/32s72aeT/9243.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.adaptive-delivery-prevent-bg, #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.lazyload, #iP9NncFWc3lDDwWI9unCqog1DVrmLNI3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dhsa3sbhhtmkkVK8fb7SDfgiviH36J6r { display:block; }
 }@media only screen and (max-width: 763px) { #qDGrhNcgGidLOhORHkaKyIHrpVIMshmf { width:7.8125rem;height:2rem;top:6.125rem;left:-27.25rem;z-index:15017;font-size:0.75rem;background-color:#896e07;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xS5Pc3ohmycovmRL1vKinQrUNhw5LGT9 { display:block; }
 }@media only screen and (max-width: 763px) { #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy { width:7.8125rem;height:2rem;top:6.125rem;left:-27.25rem;z-index:15018;font-size:0.75rem;background-color:#896e07;background-image:url("https://images.assets-landingi.com/ffEeW8Qf/Cornerstone_University_2_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.adaptive-delivery-prevent-bg, #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.lazyload, #rVSdQqPXc8HU8RGmtNbpAhSVtluyA3Hy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sTL4s2MTBKB4k6Gt9emcKowKqQKMK0AO { display:block; }
 }@media only screen and (max-width: 763px) { #KFZ0TbQrx5wz3gcwHGHi9CiwpWx5gvp2 { width:20rem;height:auto;top:40.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }