.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container { display: none; }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:#e5f4fb;background-image:none;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;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { border-width: 0; border-radius: 0; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:960px;height:589px;font-size:14px;font-family:arial;position:relative;display:block; }#dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { color:#081b33;display:block;width:648px;position:absolute;font-family:"open sans";font-size:50px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:54px;left:312px;height:130px;font-style:normal;display:block; }
#LoPWlmMr1Ti0zd0efDnW4eInKxRSUqBf { color:#009ad0;display:block;width:643px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:200px;left:315px;height:91.8px;font-style:normal;display:block; }
#EoFCwMp8sW1b5bZyQ9sxLurKlsNV7Vd3 { position:absolute;display:block;z-index:15013;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:349px;width:236px;top:71px;left:0px;overflow:hidden;display:block; }
#SDAmfec0NfZlcAr29O8eVBEbB7MMxW28 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78788c13-ea7a-4df5-82a9-bb0db19b84ba/1462879_647652875373170_4126103194010994147_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:153px;width:238px;top:484px;left:242px;display:block; }#SDAmfec0NfZlcAr29O8eVBEbB7MMxW28.adaptive-delivery-prevent-bg, #SDAmfec0NfZlcAr29O8eVBEbB7MMxW28.lazyload, #SDAmfec0NfZlcAr29O8eVBEbB7MMxW28.lazyloading { background-image: none; }
#AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e98c985a-f20e-4725-ae79-e7071b12065b/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:153px;width:238px;top:484px;left:482px;display:block; }#AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz.adaptive-delivery-prevent-bg, #AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz.lazyload, #AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz.lazyloading { background-image: none; }
#Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbf69f39-eeca-49f8-8c33-4cdacfa06034/27336213_1028452527293201_7406941545068350939_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:153px;width:238px;top:484px;left:722px;display:block; }#Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa.adaptive-delivery-prevent-bg, #Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa.lazyload, #Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa.lazyloading { background-image: none; }
#dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b59d3364-9f8c-49ab-83a7-6f1922f2e271/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:153px;width:238px;top:484px;left:2px;display:block; }#dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn.adaptive-delivery-prevent-bg, #dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn.lazyload, #dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn.lazyloading { background-image: none; }
#DqmV9cQ0GlKAEU5O3fOLggzVxbdRlRde { position:absolute;display:block;z-index:15014;height:103px;width:195px;top:317.89999389648px;left:312px;display:block; }
#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { 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; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { background-color: transparent; background-image: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .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); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { border-width: 0; border-radius: 0; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { font-size:14px;font-family:arial;height:914px;width:960px;position:relative;display:block; }#T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { color:#081b33;display:block;width:390px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:137px;left:0px;height:83.2px;font-style:normal;display:block; }
#qTuQzK0moUyxcLQ22VoOJXrFlom2CGzL { color:#1a1a1a;display:block;width:390px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:246px;left:0px;height:428.4px;font-style:normal;display:block; }
#z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3cd2efb9-fccb-4cc9-b470-0b905d2ce596/CatholicSunpicturecopy1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #0e9ae5;border-left:3px solid #0e9ae5;border-right:3px solid #0e9ae5;border-bottom:3px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:686px;width:488px;top:137.19999694824px;left:466px;display:block; }#z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS.adaptive-delivery-prevent-bg, #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS.lazyload, #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS.lazyloading { background-image: none; }
#VcATdnLXNGPxT9tJ6zTeyTJHRdX5yR2r { position:absolute;display:block;z-index:15015;height:103px;width:195px;top:711.99998474121px;left:0px;display:block; }
#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4fb;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; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container { background-color: transparent; background-image: none; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container > .video-iframe-container { display: none; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row > .video-iframe-container { display: none; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .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); }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container { border-width: 0; border-radius: 0; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container { font-size:14px;font-family:arial;height:517px;width:960px;position:relative;display:block; }#AU0rqTvcHiDhLG4OymfcnRM62rFKcoGb { color:#009ad0;display:block;width:416px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:175px;left:7px;height:183.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEBdhqKLsczWm4df0e6zi2mWUtJy0k0b { color:#081b33;display:block;width:329px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:391px;left:59px;height:25.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s6RADbV4E5anPXyhwSK6fvmwrTf1ZlQ4 { box-sizing:content-box;color:#009ad0;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:386px;left:7px;display:block; }
#fcGK1RchHM5fkiJThaRTk82tgcuHzpNH { color:#009ad0;display:block;width:416px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:175px;left:487px;height:183.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTb9UVF35zlZdtHznTGkyaHbT7vTkLWe { color:#081b33;display:block;width:329px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:396px;left:539px;height:51.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsJnGJdZJECpdDcpkuHPXlMrTslWwPu5 { box-sizing:content-box;color:#009ad0;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:391px;left:487px;display:block; }
#r9XumBEAaQfsD99kFBTax8PnLgg1MwKT { color:#081b33;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:58px;left:0px;height:83.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3b217;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; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { background-color: transparent; background-image: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .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); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { border-width: 0; border-radius: 0; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { color:#081b33;display:block;width:629px;position:absolute;font-family:"open sans";font-size:29px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:65px;left:0px;height:75.4px;font-style:normal;display:block; }
#rmLTV0KHya5Xnga6sBCa7ThaEOGVA3Lv { color:#081b33;display:block;width:638px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:162px;left:0px;height:61.2px;font-style:normal;display:block; }
#s17DlDUKU0WGULLdfhB8k7caLF8s7Omq { position:absolute;display:block;z-index:15016;height:103px;width:195px;top:65px;left:764.99993896484px;display:block; }
#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h { 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; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container { background-color: transparent; background-image: none; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container > .video-iframe-container { display: none; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row > .video-iframe-container { display: none; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .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); }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container { border-width: 0; border-radius: 0; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#hB1bkPrU9WyW8XHpAZS6gZIwNoyaehLn { color:#081b33;display:block;width:275px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:31px;left:0px;height:48px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xvJbFcl2BMBh8uCZ6iRJPT5tL4qEx2Dv { color:#081b33;display:block;width:275px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:25px;left:685px;height:48px;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:648px;height:130px;top:54px;left:116px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LoPWlmMr1Ti0zd0efDnW4eInKxRSUqBf { width:643px;height:91px;top:200px;left:121px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EoFCwMp8sW1b5bZyQ9sxLurKlsNV7Vd3 { top:71px;left:0px;width:236px;height:349px;display:block; }
 }@media only screen and (max-width: 763px) { #SDAmfec0NfZlcAr29O8eVBEbB7MMxW28 { width:238px;height:153px;top:484px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz { width:238px;height:153px;top:484px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa { width:238px;height:153px;top:484px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn { width:238px;height:153px;top:484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DqmV9cQ0GlKAEU5O3fOLggzVxbdRlRde { top:317px;left:214px;width:195px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { width:390px;height:83px;top:137px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qTuQzK0moUyxcLQ22VoOJXrFlom2CGzL { width:390px;height:428px;top:246px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { width:488px;height:686px;top:137px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #VcATdnLXNGPxT9tJ6zTeyTJHRdX5yR2r { top:711px;left:0px;width:195px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE { display:block; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU0rqTvcHiDhLG4OymfcnRM62rFKcoGb { width:416px;height:183px;top:175px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eEBdhqKLsczWm4df0e6zi2mWUtJy0k0b { width:329px;height:25px;top:391px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s6RADbV4E5anPXyhwSK6fvmwrTf1ZlQ4 { top:386px;left:0px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fcGK1RchHM5fkiJThaRTk82tgcuHzpNH { width:416px;height:183px;top:175px;left:348px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pTb9UVF35zlZdtHznTGkyaHbT7vTkLWe { width:329px;height:51px;top:396px;left:392px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DsJnGJdZJECpdDcpkuHPXlMrTslWwPu5 { top:391px;left:382px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #r9XumBEAaQfsD99kFBTax8PnLgg1MwKT { width:764px;height:83px;top:58px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { width:629px;height:75px;top:65px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rmLTV0KHya5Xnga6sBCa7ThaEOGVA3Lv { width:638px;height:61px;top:162px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s17DlDUKU0WGULLdfhB8k7caLF8s7Omq { top:65px;left:569px;width:195px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h { display:block; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB1bkPrU9WyW8XHpAZS6gZIwNoyaehLn { top:31px;left:0px;width:275px;height:48px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xvJbFcl2BMBh8uCZ6iRJPT5tL4qEx2Dv { top:25px;left:489px;width:275px;height:48px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:#e5f4fb;background-image:none;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:320px;height:62.4px;top:232px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LoPWlmMr1Ti0zd0efDnW4eInKxRSUqBf { width:320px;height:189px;top:316px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EoFCwMp8sW1b5bZyQ9sxLurKlsNV7Vd3 { width:121px;height:180px;top:24px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SDAmfec0NfZlcAr29O8eVBEbB7MMxW28 { width:152px;height:97px;top:536px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #AgrXQefBTmwK1bTrIJlbwN08EnX0vcLz { width:238px;height:153px;top:935px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #Ldzre7ii6uvi8MTO7S3SWLhK9a3DP1Fa { width:238px;height:153px;top:1108px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #dzffL4KaXd0OecXDu2PSzSPC41GOn6Tn { width:155px;height:97px;top:536px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DqmV9cQ0GlKAEU5O3fOLggzVxbdRlRde { width:195px;height:81px;top:653px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:320px;height:656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0gFaxXDFLH1n0toPUvhPNwvLZTOtyDT { width:320px;height:62.4px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qTuQzK0moUyxcLQ22VoOJXrFlom2CGzL { width:320px;height:435.2px;top:120.40002441406px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { width:314px;height:298px;top:743.6px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VcATdnLXNGPxT9tJ6zTeyTJHRdX5yR2r { width:195px;height:73px;top:570.59997558594px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE { display:block; }#lcan8HnUxwd5QR0VzxPE9PiQntlQ9fCE > .row .container { width:320px;height:770px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU0rqTvcHiDhLG4OymfcnRM62rFKcoGb { width:320px;height:244.8px;top:51px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eEBdhqKLsczWm4df0e6zi2mWUtJy0k0b { width:320px;height:25.6px;top:311px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s6RADbV4E5anPXyhwSK6fvmwrTf1ZlQ4 { width:50px;height:50px;top:543.4px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #fcGK1RchHM5fkiJThaRTk82tgcuHzpNH { width:320px;height:275.4px;top:390px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pTb9UVF35zlZdtHznTGkyaHbT7vTkLWe { width:320px;height:51.2px;top:674px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DsJnGJdZJECpdDcpkuHPXlMrTslWwPu5 { width:35px;height:35px;top:954.4px;left:142px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #r9XumBEAaQfsD99kFBTax8PnLgg1MwKT { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5OsIgv7kiM7CrvOhZTydK6uAb16qgDu { width:320px;height:85.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rmLTV0KHya5Xnga6sBCa7ThaEOGVA3Lv { width:320px;height:0;top:272.8px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #s17DlDUKU0WGULLdfhB8k7caLF8s7Omq { width:195px;height:61px;top:115.79998779297px;left:62.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h { display:block; }#vRLBk3WfwX1WgqPnKxTXLQ6lWqAzMT2h > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB1bkPrU9WyW8XHpAZS6gZIwNoyaehLn { width:187px;height:42px;top:27px;left:1px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xvJbFcl2BMBh8uCZ6iRJPT5tL4qEx2Dv { width:275px;height:42px;top:79px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }