.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:url("https://images.assets-landingi.com/t1Cm0nrCjDY/unsplash/john-rodenn-castillo-t1Cm0nrCjDY-photo-1552076170-3b3f5c8fe1c6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,38,47,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,38,47,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/002aa8fe-e955-458e-9818-9b97939abe13/Catholicmin2.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.38); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.38); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:947px;width:1200px;overflow:visible;position:relative;display:block; }#WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { color:#717171;display:block;width:1135px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:77px;left:65px;height:39px;font-style:italic;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#ffffff;display:block;width:418px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:513px;left:404px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.38);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;height:408px;width:441px;top:480px;left:392px;display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-form-header { font-size:12px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:366px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:366px;box-sizing:border-box;height:55px;color:#000000;font-size:20px;overflow:hidden;font-family:roboto;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:366px;box-sizing:border-box;height:70px;color:#000000;font-size:20px;overflow:hidden;font-family:roboto;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:366px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#b0a084;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:24px;font-weight:bold;color:#13262f;width:366px;height:55px;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:20px;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:346px;overflow:hidden;font-style:normal;float:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:first-of-type{padding-top:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:last-of-type{padding-bottom:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:366px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:409px;top:577px;z-index:15020;position:absolute;font-size:12px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:366px;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:366px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:409px;top:577px;z-index:15020;position:absolute;font-size:12px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { position:relative;display:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { position:relative;display:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { position:relative;z-index:2; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #cO8fs3wTOJaMzG7V4lKQkUnLJFQZPPA7 { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tuiJAnrDJTLQ3CTT6CUNIixgGolbAp7M { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iDqzSZOUtyh1Z5MSDDNoxOK2PsLG7i13 { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #huerJ54zuwd3JyKuEVtJbFsCIead6zZS { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #rQKHpLJnksTLiq4RGBiP9cFHSKOc8PIn { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #WwNXlMIeBCpPNklseE2IlXSScZwg48KH { position:relative; }
#wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #oXCKD04yxXDB7Jklh4C87tNzRPvDoCpy { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg { position:relative; }
#qhJykCsmezq8WdfL1h4rXD29Foh1HT2I { color:#ffffff;display:block;width:894px;position:absolute;font-family:roboto;font-size:65px;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:14px;left:166px;height:234px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13262f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container { background-color: transparent; background-image: none; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container > .video-iframe-container { display: none; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row > .video-iframe-container { display: none; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .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); }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container { border-width: 0; border-radius: 0; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container { font-size:14px;font-family:arial;height:132px;width:1200px;position:relative;display:block; }#Bf2fccf84f3c42b287d57c3f25e2fc4b7dd1843f { color:#ffffff;display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:56px;left:0px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13262f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container { background-color: transparent; background-image: none; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container > .video-iframe-container { display: none; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row > .video-iframe-container { display: none; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .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); }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container { border-width: 0; border-radius: 0; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container { font-size:14px;font-family:arial;height:353px;width:1200px;position:relative;display:block; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container { background-color: transparent; background-image: none; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container > .video-iframe-container { display: none; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row > .video-iframe-container { display: none; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .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); }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container { border-width: 0; border-radius: 0; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container { font-size:14px;font-family:arial;height:431px;width:1200px;position:relative;display:block; }#FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0b57b37-fd03-4efb-80eb-65e0b5ed429e/San_Htoo_Aung.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #583e23;border-left:5px solid #583e23;border-right:5px solid #583e23;border-bottom:5px solid #583e23;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 16px rgba(0,0,0,0.5) ;height:306px;width:238px;top:57.5px;left:176px;display:block; }#FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.adaptive-delivery-prevent-bg, #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.lazyload, #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.lazyloading { background-image: none; }
#XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { color:#13262f;display:block;width:517px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:356px;left:633px;height:14.3906px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { color:#13262f;display:block;width:517px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15032;line-height:.9;letter-spacing:0;top:319px;left:633px;height:27px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#13262f;display:block;width:517px;position:absolute;font-family:roboto;font-size:22px;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:48px;left:633px;height:224.3438px;font-style:normal;display:block; }
#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13262f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container { background-color: transparent; background-image: none; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container > .video-iframe-container { display: none; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row > .video-iframe-container { display: none; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .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); }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container { border-width: 0; border-radius: 0; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container { font-size:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }#Tf2e36ba122862035f6de45780e989102c45305c { color:#ffffff;display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:61px;left:0px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13262f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container { background-color: transparent; background-image: none; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container > .video-iframe-container { display: none; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row > .video-iframe-container { display: none; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .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); }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container { border-width: 0; border-radius: 0; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container { font-size:14px;font-family:arial;height:201px;width:1200px;position:relative;display:block; }#d06f299ddab1ed51a4a6a970df661ccda98474ff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container { background-color: transparent; background-image: none; }#d06f299ddab1ed51a4a6a970df661ccda98474ff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container > .video-iframe-container { display: none; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row > .video-iframe-container { display: none; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .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); }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container { border-width: 0; border-radius: 0; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#d8727bda72ce036987ef101d4f676297a800c11d { color:#13262f;display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:54px;left:0px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container { background-color: transparent; background-image: none; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container > .video-iframe-container { display: none; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row > .video-iframe-container { display: none; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .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); }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container { border-width: 0; border-radius: 0; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container { font-size:14px;font-family:arial;height:327px;width:1200px;position:relative;display:block; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVFiG8RL99E/unsplash/david-marcu-dVFiG8RL99E-photo-1519077665319-f781c254d6fb.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d.adaptive-delivery-prevent-bg, #b03dbb1c3dbc99c6a51e84c55a784599043fac8d.lazyload, #b03dbb1c3dbc99c6a51e84c55a784599043fac8d.lazyloading { background-image: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { background-color: transparent; background-image: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container > .video-iframe-container { display: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container { display: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .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); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { border-width: 0; border-radius: 0; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { font-size:14px;font-family:arial;height:335px;width:1200px;position:relative;display:block; }#ccf6f7561ed9302ffed4f40e47360816de6cade8 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:roboto;font-size:35px;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:53px;left:0px;height:126px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M67ef9ade927d55345cd408a2cebda12c8794f02 { background-color:#b0a084;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#13262f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:451px;height:55px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:217px;left:374.5px;display:block; }
#x853935b11da822e89a57fbeb2de50c1378cf9d3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { background-color: transparent; background-image: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container > .video-iframe-container { display: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container { display: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .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); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { border-width: 0; border-radius: 0; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { font-size:14px;font-family:arial;height:176px;width:1200px;position:relative;display:block; }#BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { z-index:15001;top:108px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#13262f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { color:#13262f;display:block;width:1200px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { color:#13262f;display:block;width:530px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68px;left:340px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:764px;height:39px;top:77px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:418px;height:65px;top:513px;left:186px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { top:480px;left:174px;width:441px;height:408px;display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-checkbox-label { width:220px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { width:240px;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { z-index:2; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #cO8fs3wTOJaMzG7V4lKQkUnLJFQZPPA7 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tuiJAnrDJTLQ3CTT6CUNIixgGolbAp7M {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iDqzSZOUtyh1Z5MSDDNoxOK2PsLG7i13 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #huerJ54zuwd3JyKuEVtJbFsCIead6zZS {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #rQKHpLJnksTLiq4RGBiP9cFHSKOc8PIn {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #WwNXlMIeBCpPNklseE2IlXSScZwg48KH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #oXCKD04yxXDB7Jklh4C87tNzRPvDoCpy {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg {  }
 }@media only screen and (max-width: 763px) { #qhJykCsmezq8WdfL1h4rXD29Foh1HT2I { top:14px;left:0px;width:764px;height:234px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c { display:block; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf2fccf84f3c42b287d57c3f25e2fc4b7dd1843f { top:56px;left:0px;width:764px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ { display:block; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omtV37hLCEeJ6UT77IkDss9qx55f4OqC { display:block; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { top:57px;left:67px;width:238px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:517px;height:14px;top:356px;left:247px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:517px;height:27px;top:319px;left:247px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:517px;height:224px;top:48px;left:247px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 { display:block; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf2e36ba122862035f6de45780e989102c45305c { top:61px;left:0px;width:764px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF { display:block; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d06f299ddab1ed51a4a6a970df661ccda98474ff { display:block; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8727bda72ce036987ef101d4f676297a800c11d { width:764px;height:35px;top:54px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 { display:block; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b03dbb1c3dbc99c6a51e84c55a784599043fac8d { display:block; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccf6f7561ed9302ffed4f40e47360816de6cade8 { width:764px;height:126px;top:53px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #M67ef9ade927d55345cd408a2cebda12c8794f02 { width:451px;height:55px;top:217px;left:156.5px;display:block; }
 }@media only screen and (max-width: 763px) { #x853935b11da822e89a57fbeb2de50c1378cf9d3 { display:block; }
 }@media only screen and (max-width: 763px) { #U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { top:108px;left:0px;width:748px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block; }
 }@media only screen and (max-width: 763px) { #Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { top:39px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { top:68px;left:122px;width:530px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/002aa8fe-e955-458e-9818-9b97939abe13/Catholicmin2.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:724px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:203px;height:28.5938px;top:35px;left:59px;text-align:center;text-align-last:center;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:320px;height:49.375px;top:364.625px;left:0px;text-align:center;text-align-last:center;font-size:19px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { width:320px;height:342px;top:343px;left:0px;background-color:rgba(0,0,0,0.38);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden;background-color:#ffffff;background-image:none;height:55px;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:20px;overflow:hidden; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-moz-placeholder { font-size:15px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-moz-placeholder { font-size:15px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-ms-input-placeholder { font-size:15px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-webkit-input-placeholder { font-size:15px; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:11px;overflow:hidden;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:first-of-type{padding-top:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:last-of-type{padding-bottom:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { width:280px;height:auto;top:413px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { width:280px;height:auto;top:413px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { display:none; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { display:none; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { z-index:2; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #cO8fs3wTOJaMzG7V4lKQkUnLJFQZPPA7 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #tuiJAnrDJTLQ3CTT6CUNIixgGolbAp7M {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #iDqzSZOUtyh1Z5MSDDNoxOK2PsLG7i13 {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #huerJ54zuwd3JyKuEVtJbFsCIead6zZS {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #rQKHpLJnksTLiq4RGBiP9cFHSKOc8PIn {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #WwNXlMIeBCpPNklseE2IlXSScZwg48KH {  }
 }@media only screen and (max-width: 763px) { #wWIEqsOOwtUeWSHT8icAEzNqQWHxGvXy #oXCKD04yxXDB7Jklh4C87tNzRPvDoCpy {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg {  }
 }@media only screen and (max-width: 763px) { #qhJykCsmezq8WdfL1h4rXD29Foh1HT2I { width:320px;height:126px;top:35px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c { display:block; }#b2d7645e17d87d22ef86461eb3abbad4e4d2cd3c > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf2fccf84f3c42b287d57c3f25e2fc4b7dd1843f { width:320px;height:64px;top:34px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ { display:block; }#smtFplhM487fhS7GR1kmZ4SNPmz1ULDQ > .row .container { width:320px;height:812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omtV37hLCEeJ6UT77IkDss9qx55f4OqC { display:block; }#omtV37hLCEeJ6UT77IkDss9qx55f4OqC > .row .container { width:320px;height:661px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { width:212px;height:269px;top:38px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:320px;height:14.3906px;top:607px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:320px;height:19.7969px;top:577px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:320px;height:190.3125px;top:355px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 { display:block; }#b2627d0d3274886ccf2ce213da4aa1b6d0909cd7 > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf2e36ba122862035f6de45780e989102c45305c { width:320px;height:32px;top:37px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF { display:block; }#QehnbKoxKfGSVlhAtnwwilbzkzTgEsrF > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d06f299ddab1ed51a4a6a970df661ccda98474ff { display:block; }#d06f299ddab1ed51a4a6a970df661ccda98474ff > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8727bda72ce036987ef101d4f676297a800c11d { width:320px;height:64px;top:35px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 { display:block; }#e5LqtsXWaqcuTekf0VAlh5Ucm8G8CTl6 > .row .container { width:320px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b03dbb1c3dbc99c6a51e84c55a784599043fac8d { background-color:transparent;background-image:url("https://images.assets-landingi.com/dVFiG8RL99E/unsplash/david-marcu-dVFiG8RL99E-photo-1519077665319-f781c254d6fb.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d.adaptive-delivery-prevent-bg, #b03dbb1c3dbc99c6a51e84c55a784599043fac8d.lazyload, #b03dbb1c3dbc99c6a51e84c55a784599043fac8d.lazyloading { background-image: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { background-color: transparent; background-image: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container > .video-iframe-container { display: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container { display: none; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .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); }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { border-width: 0; border-radius: 0; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b03dbb1c3dbc99c6a51e84c55a784599043fac8d > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccf6f7561ed9302ffed4f40e47360816de6cade8 { width:320px;height:165px;top:37px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M67ef9ade927d55345cd408a2cebda12c8794f02 { width:320px;height:63px;top:228.5px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #x853935b11da822e89a57fbeb2de50c1378cf9d3 { display:block; }
 }@media only screen and (max-width: 763px) { #U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { top:116.578125px;left:0px;width:320px;height:36.9922px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block; }
 }@media only screen and (max-width: 763px) { #Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { width:320px;height:18.1875px;top:37px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { width:320px;height:54.5625px;top:62px;left:0px;font-size:14px;display:block; }
 }