.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:#f7f7f9;background-image:url("https://images.assets-landingi.com/uc/446b303f-52d2-4bb2-91a5-b47a2708139e/Capture.PNG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl { position:relative;display:block; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl { background-color: transparent; background-image: none; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container > .video-iframe-container { display: none; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row > .video-iframe-container { display: none; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .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); }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl { border-width: 0; border-radius: 0; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f7f9;background-image:none;font-size:14px;font-family:arial;height:687px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { position:absolute;display:block;z-index:15000;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:76px;width:76px;top:12px;left:0px;overflow:hidden;display:block; }
#wWQXtXHN2G2PEcdVgUacZzhFB1etndum { position:absolute;display:block;z-index:14999;background-color:#f7f7f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 21px rgba(0,0,0,0.22) ;height:530px;width:422px;top:120px;left:538px;display:block; }
#gz3pGWmZCtQ9WxriO4PpHlRTiIm4AIxy { position:absolute;display:block;z-index:15014;height:376px;width:383px;top:242px;left:556px;display:block; }
#W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { color:#2d2929;display:block;width:365px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:151px;left:574px;height:65px;font-style:normal;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; }
#LKQGau7mZtf3988Vgdg5bbOgvVtF0g8G { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:527px;width:527px;top:121px;left:0px;overflow:hidden;display:block; }
#KPVaoIKMR31FCyPDMcxVqq0MVI6xuCrL { color:#000000;display:block;width:797px;position:absolute;font-family:dosis;font-size:20px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24px;left:105px;height:52px;text-align:center;text-align-last:center;display:block; }
#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;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; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { background-color: transparent; background-image: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { display: none; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .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); }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { border-width: 0; border-radius: 0; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { font-size:14px;font-family:arial;height:384px;width:960px;position:relative;display:block; }#dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:49.3906px;text-align:center;text-align-last:center;font-style:normal;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; }
#ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { position:absolute;display:block;z-index:15003;background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat: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:254px;width:1px;top:102px;left:306px;display:block; }
#OxxGghnaJP6pQi4l7edTV04lIscgcCAT { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:255px;left:654px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;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; }
#LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:212px;left:654px;height:31.1944px;text-align:center;text-align-last:center;font-style:normal;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; }
#hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:256px;left:324px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;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; }
#Xh3EHbqsrV50dTfiUskq4vken7lBupdz { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:213px;left:324px;height:28.5972px;text-align:center;text-align-last:center;font-style:normal;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; }
#LD1nzSMLTQSLzH6unSryZMSk6anweWDF { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:256px;left:7px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;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; }
#LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:213px;left:7px;height:31.1944px;text-align:center;text-align-last:center;font-style:normal;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; }
#NUHcM02yCTozJasF60Bl0f67bLuCEOCb { position:absolute;display:block;z-index:15004;background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat: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:254px;width:1px;top:102px;left:640px;display:block; }
#ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { position:absolute;display:block;z-index:15014;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:60px;width:65px;top:141px;left:771px;overflow:hidden;display:block; }
#AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:63px;width:43px;top:126px;left:136px;overflow:hidden;display:block; }
#A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { position:absolute;display:block;z-index:15018;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:62px;width:83px;top:136px;left:432px;overflow:hidden;display:block; }
#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { 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; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { background-color: transparent; background-image: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container > .video-iframe-container { display: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row > .video-iframe-container { display: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .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); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { border-width: 0; border-radius: 0; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { font-size:14px;font-family:arial;height:356px;width:960px;position:relative;display:block; }#c6pSVtB2ShrI7wrDUw30m4fqJumcC0oT { color:#e81c20;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.000007629395px;left:0px;height:58.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wqSv3na3Lz9SzZnTf79lTJc494gNLlB0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:140px;left:337px;display:block; }
#NS5ZNRe6h32cGaiT84QVgyTRVq2ONiWt { position:absolute;display:block;z-index:15001;background-color:#ffffff;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 03px 03px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:129.5px;left:0px;display:block; }
#IIaIUtGmhMHyeflKq0Gp5XRAlQ9O8k3G { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:140px;left:664px;display:block; }
#VeCInBW72OkL5z3wyi2TVmIJFDqWn1Tn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 21px rgba(0,0,0,0.19) ;height:159px;width:285px;top:140px;left:11px;display:block; }
#pXMxV2VZ7q0IfTZPtaZvJzOvgdWo8mNx { position:absolute;display:block;z-index:15002;background-color:#ffffff;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 3px 3px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:130px;left:326px;display:block; }
#muzC11QaZB9xqqb4k6NszS8UHQ9nMMFE { position:absolute;display:block;z-index:15003;background-color:#ffffff;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 03px 03px 09px rgba(0,0,0,0.5) ;height:180px;width:307px;top:129.5px;left:653px;display:block; }
#IVoMITN3diDuSCW7L62cdThdwm9VSV1X { border-top:1px solid #ee3162;border-left:1px solid #ee3162;border-right:1px solid #ee3162;border-bottom:1px solid #ee3162;background-color:#20447b;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; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { background-color: transparent; background-image: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container > .video-iframe-container { display: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container { display: none; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .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); }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { border-width: 0; border-radius: 0; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { font-size:14px;font-family:arial;height:376px;width:960px;position:relative;display:block; }#RGwPZ3S1DN0DnUyvKhuLkLNmDafyQLfG { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:300px;top:228px;left:153px;display:block; }
#xT5FnqWGx8qfCylHvSDNDG0tCIqK9FIn { color:#000000;display:block;width:105px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:265px;left:270px;height:39px;font-style:normal;display:block; }
#oIskqvNIdb0u25qJaPWk5xBfWuRrIx6O { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:300px;top:228px;left:500px;display:block; }
#CLw1cokG3hTEyRWhMNka4I2Pd2DDHMBu { position:absolute;display:block;z-index:15024;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:74px;width:74px;top:247px;left:536px;overflow:hidden;display:block; }
#vZhTXJfZtbmPh2SAV8Lvm6JP3oSaLkEB { color:#000000;display:block;width:79px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:265px;left:630px;height:39px;font-style:normal;display:block; }
#iAmSkorSfNPc3vflWSdpiRuSeJ2sMhJ6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:300px;top:88.000015258789px;left:330px;display:block; }
#OnyPBL68AONb18mqyrKdFCgfdc2adzBz { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:300px;top:88.000015258789px;left:650px;display:block; }
#QfQSko6RU9dsEctJSGwZgAycIUE55Wiw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 0 21px rgba(0,0,0,0.21) ;height:113px;width:300px;top:88.000015258789px;left:10px;display:block; }
#KvMnc6Ee7uA3UBwkpf1e8FSdTqdK5UHA { position:absolute;display:block;z-index:15021;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:74px;width:74px;top:107.49996948242px;left:364px;overflow:hidden;display:block; }
#t6hrb41oDhrMQ9obtS0bkb8hEtfICmim { position:absolute;display:block;z-index:15022;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:74px;width:74px;top:107.49996948242px;left:686px;overflow:hidden;display:block; }
#JbprBRie21BTPTcfsR1x53BKAw3MCHnD { color:#000000;display:block;width:67px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:125px;left:153px;height:39px;font-style:normal;display:block; }
#b5MhTT2qVHiAAvQd3aCU3BTlx7U5OTvP { color:#000000;display:block;width:78px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:125px;left:459px;height:39px;font-style:normal;display:block; }
#xypKKTqeGAXPmKE2Woz4VNzX1qWRwBw6 { color:#000000;display:block;width:82px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:125px;left:784px;height:39px;font-style:normal;display:block; }
#oAgeoXSNLGVMmUSVWMlNa2w8T5geTwvc { position:absolute;display:block;z-index:15020;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:74px;width:74px;top:107.49996948242px;left:37px;overflow:hidden;display:block; }
#r7O4mhzocIgxKrxqlGFf46L46N9JfdQA { position:absolute;display:block;z-index:15023;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:74px;width:74px;top:247.4860534668px;left:176px;overflow:hidden;display:block; }
#JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { color:#d2614b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.000076293945px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,238,238,0.94);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; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { background-color: transparent; background-image: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container > .video-iframe-container { display: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container { display: none; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .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); }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { border-width: 0; border-radius: 0; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { font-size:14px;font-family:arial;height:1048px;width:960px;position:relative;display:block; }#DBE9Knebrci09fm6BBynBZqcdrVWAvnX { color:#070505;display:block;width:960px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.875px;left:0px;height:49.3906px;text-align:center;text-align-last:center;font-style:normal;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; }
#Qnidk1n54kXaG3FXCTvzuD3FZyZVwS4G { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:263.109375px;left:6px;height:154.656px;text-align:center;text-align-last:center;font-style:normal;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; }
#i7bDBTJznVXetSGETvtTIPLgUrQ8Rt6J { color:#ffffff;display:block;width:294px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:216.53125px;left:9px;height:27.5px;text-align:center;text-align-last:center;font-style:normal;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; }
#Tk9rsOB7NIvzOA7HvXwnzulZtUiZWJ9t { color:#ffffff;display:block;width:299px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:571.28125px;left:661px;height:55px;text-align:center;text-align-last:center;font-style:normal;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; }
#vd76rbrH9hy3HLyFu4TfyvpFovGGSMBo { color:#ffffff;display:block;width:227px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:229.109375px;left:697px;height:35px;text-align:center;text-align-last:center;font-style:normal;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; }
#Edrpe25hfEDwsJ7X4GSkpx5yuixL2tsx { color:#ffffff;display:block;width:246px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:882px;left:357px;height:25px;text-align:center;text-align-last:center;font-style:normal;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; }
#GpVcprIfOoDDlxTiC2r34h5lfqmZwQK9 { color:#ffffff;display:block;width:294px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:571.28125px;left:333px;height:55px;text-align:center;text-align-last:center;font-style:normal;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; }
#GiGd6GuvtDHJy9CsRwVruk4GBF4sRq2u { color:#ffffff;display:block;width:297px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:216.53125px;left:331px;height:55px;text-align:center;text-align-last:center;font-style:normal;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; }
#gaSNqiEXInHp2cg5XdIBkGaBFLw4ImyE { color:#ffffff;display:block;width:296px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:286.203125px;left:332px;height:110.469px;text-align:center;text-align-last:center;font-style:normal;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; }
#qgFPol4Uv414D5DGVN4BdfeFRAg4SbQH { color:#ffffff;display:block;width:229px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:921.40625px;left:365px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;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; }
#qFJTDEPcV6Sl8WM0SgV6kMi9AAy2pevX { color:#ffffff;display:block;width:252px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:587.28125px;left:30px;height:25px;text-align:center;text-align-last:center;font-style:normal;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; }
#RQ8HIKJwTkL6g66fDt4db3H3mRFH3gqN { color:#ffffff;display:block;width:270px;position:absolute;font-family:dosis;font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:639.90625px;left:21px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;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; }
#QdgzrIeZLqb3aKULF2VBm8ieRORlXKGe { color:#ffffff;display:block;width:289px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:296.234375px;left:661px;height:88.375px;text-align:center;text-align-last:center;font-style:normal;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; }
#SfRfkDdyOrJ6e51UXqVIlpUapXyHkIfb { color:#ffffff;display:block;width:282px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:653.90625px;left:661px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;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; }
#exxbE8OwsgnMzmRBbpqZSBs70xigiWUT { color:#ffffff;display:block;width:287px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:653.90625px;left:336px;height:93.5625px;text-align:center;text-align-last:center;font-style:normal;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; }
#r46NJqbyNEhsgCXsIvt1kRTT0skoPpRd { position:absolute;display:block;z-index:15001;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:319px;width:310px;top:122px;left:0px;display:block; }
#lwmTBSVoRfRyBCEw8812ymi6fiToIR6t { position:absolute;display:block;z-index:15002;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:308px;width:313px;top:468.796875px;left:323px;display:block; }
#yxAQRwQsWTeGg9rRaygbu5Krut727lS9 { position:absolute;display:block;z-index:15003;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:308px;width:313px;top:468.796875px;left:0px;display:block; }
#Kh2PvyS1QaKTzymH3CpL2B5Bfu4algGg { position:absolute;display:block;z-index:15004;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:319px;width:310px;top:122px;left:650px;display:block; }
#KPw3oiehvkhehgBzo5rMMszoBKPU58U7 { position:absolute;display:block;z-index:15003;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:229px;width:313px;top:795.96875px;left:323px;display:block; }
#CMORzuvuFAiAEq0LkOPvICTTPIOSMdGT { position:absolute;display:block;z-index:15005;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 9px rgba(0,0,0,0.5) ;height:305px;width:313px;top:465.46875px;left:647px;display:block; }
#rSbxowPXnioIraeTPB0qdyG7iDXkyrdi { position:absolute;display:block;z-index:15006;background-color:#194599;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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 8px rgba(0,0,0,0.5) ;height:319px;width:310px;top:122px;left:325px;display:block; }
#tihEVtwoRvwoF6vErqIVR8hsEzPSGcsr { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:140.734375px;left:445px; }
#qxdqXlBe1HI34dHouboPSalyJXFWiuOg { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:131.734375px;left:111px; }
#u0naAq2Mmdf292z4Xv45AfdW2626LSm7 { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:804.96875px;left:445px; }
#GX8ItRZsTzUfP6TCusGmNTB9w1F8y44m { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:489px;left:121px; }
#gtcMP2L531fbP2HRFmDEpvUG7TDMd39P { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:147.53125px;left:775px; }
#LNsqOVikEfJ6KTTTaVTFxFveVhuQQGUR { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:489px;left:768px; }
#pOHGfvyLHwP4slBpxR42W5V9biFtTCVg { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:489px;left:436px; }
#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;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; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { background-color: transparent; background-image: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container > .video-iframe-container { display: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container { display: none; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .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); }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { border-width: 0; border-radius: 0; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { font-size:14px;font-family:arial;height:605px;width:960px;position:relative;display:block; }#xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.611152648926px;left:0px;height:49.3906px;text-align:center;text-align-last:center;font-style:normal;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; }
#RLdRhPS7vC5Z6q6F5QcLo3oo5wxQuamU { color:#000000;display:block;width:627px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:154px;left:166px;height:35px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SxMsOTxos0fwGtp4TsEfxXMHoQdSeml0 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 7px 6px 5px rgba(0,0,0,0.21) ;height:70px;width:704px;top:136.5px;left:128px;display:block; }
#eHTTXSnXDqnvPRqTdbbkF0aP8aoBGc5g { color:#000000;display:block;width:509px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15001;line-height:.4;letter-spacing:0;top:245.421875px;left:225px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F3WuKdx95vKpT9QTLybzFfquAUUJtWWc { color:#000000;display:block;width:290px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:341.21875px;left:335px;height:35px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#athwCr520BJNIqVUD11A6H5JTLXBu8nv { color:#000000;display:block;width:456px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:429.703125px;left:252px;height:35px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HJ0DeLHqZanNoykhSKrvf0s3kVFuaEqH { color:#000000;display:block;width:297px;position:absolute;font-family:poppins;font-size:35px;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:514.828125px;left:331px;height:35px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QHfIktFEThpy8cdGJTWWLp97FxyckeXw { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 7px 6px 5px rgba(0,0,0,0.21) ;height:70px;width:704px;top:231.421875px;left:128px;display:block; }
#bbLTdhowNQG0pzMTUpwzvCwBdVqNX72w { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 7px 6px 5px rgba(0,0,0,0.21) ;height:70px;width:704px;top:323.71875px;left:128px;display:block; }
#Bg5JW5KLrdhiMnkAX87JKThLCWvmnJr9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 7px 6px 5px rgba(0,0,0,0.21) ;height:70px;width:704px;top:412.203125px;left:128px;display:block; }
#GoNRHFKS6U4PTbXAFoB3OwTb3cJAH24B { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 7px 6px 5px rgba(0,0,0,0.21) ;height:70px;width:704px;top:497.328125px;left:128px;display:block; }
#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;background-image:url("https://images.assets-landingi.com/uc/446b303f-52d2-4bb2-91a5-b47a2708139e/Capture.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.adaptive-delivery-prevent-bg, #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.lazyload, #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.lazyloading { background-image: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { background-color: transparent; background-image: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container > .video-iframe-container { display: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container { display: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .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); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { border-width: 0; border-radius: 0; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { font-size:14px;font-family:arial;height:191.77778px;width:960px;position:relative;display:block; }#no5HkpRxCu1wRNo24WnRMeqGyW41F7gR { background-color:#4837dc;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-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;box-shadow: 1px 10px 30px rgba(0,0,0,0.11) ;box-sizing:border-box;color:#f9f9f9;text-shadow:6px 1px 30px rgba(0,0,0,0.05);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:60px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:122.703125px;left:354px;display:block; }
#Ml8FAJictCfk2U6tCV4zlWVLOJHSH9XU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lkHfRfaLDCu55HuQ9Wer0763aFs4x8BS { position:absolute;display:block;z-index:15001;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:84px;width:84px;top:13.1875px;left:452px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl { display:block; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { width:76px;height:76px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wWQXtXHN2G2PEcdVgUacZzhFB1etndum { width:422px;height:530px;top:120px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #gz3pGWmZCtQ9WxriO4PpHlRTiIm4AIxy { top:242px;left:381px;width:383px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { width:324px;height:0;top:256px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LKQGau7mZtf3988Vgdg5bbOgvVtF0g8G { top:121px;left:0px;width:527px;height:527px;display:block; }
 }@media only screen and (max-width: 763px) { #KPVaoIKMR31FCyPDMcxVqq0MVI6xuCrL { top:24px;left:0px;width:764px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { width:764px;height:49px;top:29px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { width:1px;height:515px;top:194px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #OxxGghnaJP6pQi4l7edTV04lIscgcCAT { width:240px;height:0;top:337px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { width:240px;height:0;top:294px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { width:240px;height:0;top:597px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3EHbqsrV50dTfiUskq4vken7lBupdz { width:240px;height:0;top:554px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #LD1nzSMLTQSLzH6unSryZMSk6anweWDF { width:240px;height:0;top:337px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { width:240px;height:0;top:294px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #NUHcM02yCTozJasF60Bl0f67bLuCEOCb { width:1px;height:515px;top:194px;left:511px;display:block; }
 }@media only screen and (max-width: 763px) { #ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { width:65px;height:60px;top:208px;left:349.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { width:43px;height:63px;top:206.5px;left:622.5px;display:block; }
 }@media only screen and (max-width: 763px) { #A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { width:83px;height:62px;top:477px;left:602.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { display:block; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pSVtB2ShrI7wrDUw30m4fqJumcC0oT { width:764px;height:58px;top:26px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wqSv3na3Lz9SzZnTf79lTJc494gNLlB0 { width:285px;height:159px;top:140px;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #NS5ZNRe6h32cGaiT84QVgyTRVq2ONiWt { top:129px;left:0px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #IIaIUtGmhMHyeflKq0Gp5XRAlQ9O8k3G { width:285px;height:159px;top:140px;left:479px;display:block; }
 }@media only screen and (max-width: 763px) { #VeCInBW72OkL5z3wyi2TVmIJFDqWn1Tn { width:285px;height:159px;top:140px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pXMxV2VZ7q0IfTZPtaZvJzOvgdWo8mNx { top:130px;left:228px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #muzC11QaZB9xqqb4k6NszS8UHQ9nMMFE { top:129px;left:457px;width:307px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #IVoMITN3diDuSCW7L62cdThdwm9VSV1X { display:block; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGwPZ3S1DN0DnUyvKhuLkLNmDafyQLfG { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xT5FnqWGx8qfCylHvSDNDG0tCIqK9FIn { top:265px;left:172px;width:105px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oIskqvNIdb0u25qJaPWk5xBfWuRrIx6O { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CLw1cokG3hTEyRWhMNka4I2Pd2DDHMBu { top:247px;left:438px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #vZhTXJfZtbmPh2SAV8Lvm6JP3oSaLkEB { top:265px;left:532px;width:79px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iAmSkorSfNPc3vflWSdpiRuSeJ2sMhJ6 { width:240px;height:530px;top:0px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #OnyPBL68AONb18mqyrKdFCgfdc2adzBz { width:240px;height:530px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #QfQSko6RU9dsEctJSGwZgAycIUE55Wiw { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KvMnc6Ee7uA3UBwkpf1e8FSdTqdK5UHA { top:107px;left:266px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #t6hrb41oDhrMQ9obtS0bkb8hEtfICmim { top:107px;left:588px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #JbprBRie21BTPTcfsR1x53BKAw3MCHnD { top:125px;left:55px;width:67px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #b5MhTT2qVHiAAvQd3aCU3BTlx7U5OTvP { top:125px;left:361px;width:78px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xypKKTqeGAXPmKE2Woz4VNzX1qWRwBw6 { top:125px;left:682px;width:82px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oAgeoXSNLGVMmUSVWMlNa2w8T5geTwvc { top:107px;left:0px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #r7O4mhzocIgxKrxqlGFf46L46N9JfdQA { top:247px;left:78px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { width:764px;height:;top:10px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { display:block; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBE9Knebrci09fm6BBynBZqcdrVWAvnX { width:764px;height:49px;top:33px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Qnidk1n54kXaG3FXCTvzuD3FZyZVwS4G { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #i7bDBTJznVXetSGETvtTIPLgUrQ8Rt6J { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9rsOB7NIvzOA7HvXwnzulZtUiZWJ9t { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #vd76rbrH9hy3HLyFu4TfyvpFovGGSMBo { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #Edrpe25hfEDwsJ7X4GSkpx5yuixL2tsx { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #GpVcprIfOoDDlxTiC2r34h5lfqmZwQK9 { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #GiGd6GuvtDHJy9CsRwVruk4GBF4sRq2u { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #gaSNqiEXInHp2cg5XdIBkGaBFLw4ImyE { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #qgFPol4Uv414D5DGVN4BdfeFRAg4SbQH { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #qFJTDEPcV6Sl8WM0SgV6kMi9AAy2pevX { width:240px;height:0;top:554px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #RQ8HIKJwTkL6g66fDt4db3H3mRFH3gqN { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #QdgzrIeZLqb3aKULF2VBm8ieRORlXKGe { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #SfRfkDdyOrJ6e51UXqVIlpUapXyHkIfb { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #exxbE8OwsgnMzmRBbpqZSBs70xigiWUT { width:240px;height:0;top:597px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #r46NJqbyNEhsgCXsIvt1kRTT0skoPpRd { top:122px;left:0px;width:310px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #lwmTBSVoRfRyBCEw8812ymi6fiToIR6t { top:468px;left:225px;width:313px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #yxAQRwQsWTeGg9rRaygbu5Krut727lS9 { top:468px;left:0px;width:313px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #Kh2PvyS1QaKTzymH3CpL2B5Bfu4algGg { top:122px;left:454px;width:310px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #KPw3oiehvkhehgBzo5rMMszoBKPU58U7 { top:795px;left:225px;width:313px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #CMORzuvuFAiAEq0LkOPvICTTPIOSMdGT { top:465px;left:451px;width:313px;height:305px;display:block; }
 }@media only screen and (max-width: 763px) { #rSbxowPXnioIraeTPB0qdyG7iDXkyrdi { top:122px;left:227px;width:310px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #tihEVtwoRvwoF6vErqIVR8hsEzPSGcsr { top:140px;left:347px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #qxdqXlBe1HI34dHouboPSalyJXFWiuOg { top:131px;left:13px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #u0naAq2Mmdf292z4Xv45AfdW2626LSm7 { top:804px;left:347px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #GX8ItRZsTzUfP6TCusGmNTB9w1F8y44m { top:489px;left:23px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #gtcMP2L531fbP2HRFmDEpvUG7TDMd39P { top:147px;left:677px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #LNsqOVikEfJ6KTTTaVTFxFveVhuQQGUR { top:489px;left:670px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #pOHGfvyLHwP4slBpxR42W5V9biFtTCVg { top:489px;left:338px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { width:764px;height:49px;top:33px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #RLdRhPS7vC5Z6q6F5QcLo3oo5wxQuamU { top:154px;left:68px;width:627px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SxMsOTxos0fwGtp4TsEfxXMHoQdSeml0 { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eHTTXSnXDqnvPRqTdbbkF0aP8aoBGc5g { top:245px;left:127px;width:509px;height:42px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F3WuKdx95vKpT9QTLybzFfquAUUJtWWc { top:341px;left:237px;width:290px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #athwCr520BJNIqVUD11A6H5JTLXBu8nv { top:429px;left:154px;width:456px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0DeLHqZanNoykhSKrvf0s3kVFuaEqH { top:514px;left:233px;width:297px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QHfIktFEThpy8cdGJTWWLp97FxyckeXw { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bbLTdhowNQG0pzMTUpwzvCwBdVqNX72w { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bg5JW5KLrdhiMnkAX87JKThLCWvmnJr9 { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GoNRHFKS6U4PTbXAFoB3OwTb3cJAH24B { width:240px;height:530px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT { display:block; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { width:764px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #no5HkpRxCu1wRNo24WnRMeqGyW41F7gR { width:280px;height:60px;top:122px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8FAJictCfk2U6tCV4zlWVLOJHSH9XU { display:block; }
 }@media only screen and (max-width: 763px) { #lkHfRfaLDCu55HuQ9Wer0763aFs4x8BS { width:84px;height:84px;top:13px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); } }@media only screen and (max-width: 763px) { #oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl { display:block; }#oIOzHPi1kmMBn3TA77s3A1PZfM8iwccl > .row .container { width:320px;height:1106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykHr5ORsh5a0TsbJT44cdbERecvTl2N6 { width:81px;height:81px;top:13.875px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wWQXtXHN2G2PEcdVgUacZzhFB1etndum { width:310px;height:370px;top:574px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #gz3pGWmZCtQ9WxriO4PpHlRTiIm4AIxy { width:299px;height:355px;top:709px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #W7bV7ueAsKeThmMtVLNJ5VSmNZVZAllt { width:301px;height:49.375px;top:590.5px;left:9.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LKQGau7mZtf3988Vgdg5bbOgvVtF0g8G { width:320px;height:320px;top:226.875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KPVaoIKMR31FCyPDMcxVqq0MVI6xuCrL { width:320px;height:83.1875px;top:114.875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH { display:block; }#gDWlOMzoLF8Bcy23ip7MyXix6ULkWdpH > .row .container { width:320px;height:645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEyaT3JW2l6HkC8LVasuOq3QrAHVfozS { width:320px;height:62.375px;top:12px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ggkpL7KhkGCgofn7Fv1nSngrnThaky9d { width:1px;height:515px;top:176px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #OxxGghnaJP6pQi4l7edTV04lIscgcCAT { width:300px;height:46.7812px;top:209px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAiiEmBTqsyFMUw4dN8Po0q8MN3i2VcD { width:300px;height:28.5938px;top:168px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hLBg2HuVhoy8muyLLTThhJBEK3AJFlLx { width:300px;height:70.1719px;top:564.00024414062px;left:9.9861116409302px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3EHbqsrV50dTfiUskq4vken7lBupdz { width:300px;height:28.5938px;top:524px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD1nzSMLTQSLzH6unSryZMSk6anweWDF { width:300px;height:46.7812px;top:378px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTlbHTlArtBPC1efN3ap2tdZG5UUNd { width:300px;height:28.5938px;top:348px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NUHcM02yCTozJasF60Bl0f67bLuCEOCb { width:1px;height:515px;top:1394px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #ibgdesK29ybLVAptbVm0FmhhFwOFE0ee { width:65px;height:60px;top:97px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #AXQMIplaJXaCqpX9Qm2snN9gIW4Se7Lt { width:43px;height:63px;top:275px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #A25T4XhG8UW0zFPiXg74c9Z5HEacP1Ha { width:83px;height:62px;top:452px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { display:block; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pSVtB2ShrI7wrDUw30m4fqJumcC0oT { width:320px;height:72.7812px;top:9.888916015625px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wqSv3na3Lz9SzZnTf79lTJc494gNLlB0 { height:159px;width:288px;top:106.50000762939px;left:15.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #NS5ZNRe6h32cGaiT84QVgyTRVq2ONiWt { width:307px;height:184px;top:94px;left:5.9999990463257px;display:block; }
 }@media only screen and (max-width: 763px) { #IIaIUtGmhMHyeflKq0Gp5XRAlQ9O8k3G { height:159px;width:285px;top:543px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VeCInBW72OkL5z3wyi2TVmIJFDqWn1Tn { height:159px;width:285px;top:326px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pXMxV2VZ7q0IfTZPtaZvJzOvgdWo8mNx { width:307px;height:184px;top:313px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #muzC11QaZB9xqqb4k6NszS8UHQ9nMMFE { width:307px;height:184px;top:530px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #IVoMITN3diDuSCW7L62cdThdwm9VSV1X { display:block; }#IVoMITN3diDuSCW7L62cdThdwm9VSV1X > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGwPZ3S1DN0DnUyvKhuLkLNmDafyQLfG { width:300px;height:113px;top:477px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xT5FnqWGx8qfCylHvSDNDG0tCIqK9FIn { width:105px;height:35.0972px;top:515.94445800781px;left:150.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oIskqvNIdb0u25qJaPWk5xBfWuRrIx6O { width:300px;height:113px;top:610px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CLw1cokG3hTEyRWhMNka4I2Pd2DDHMBu { width:74px;height:74px;top:633px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #vZhTXJfZtbmPh2SAV8Lvm6JP3oSaLkEB { width:79px;height:35.0972px;top:647px;left:163.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iAmSkorSfNPc3vflWSdpiRuSeJ2sMhJ6 { width:300px;height:113px;top:208px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OnyPBL68AONb18mqyrKdFCgfdc2adzBz { width:300px;height:113px;top:344px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QfQSko6RU9dsEctJSGwZgAycIUE55Wiw { width:300px;height:113px;top:75px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KvMnc6Ee7uA3UBwkpf1e8FSdTqdK5UHA { width:74px;height:74px;top:231px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #t6hrb41oDhrMQ9obtS0bkb8hEtfICmim { width:74px;height:74px;top:367px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #JbprBRie21BTPTcfsR1x53BKAw3MCHnD { width:67px;height:35.0972px;top:112px;left:169.00000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #b5MhTT2qVHiAAvQd3aCU3BTlx7U5OTvP { width:78px;height:35.0972px;top:245px;left:163.50000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xypKKTqeGAXPmKE2Woz4VNzX1qWRwBw6 { width:82px;height:35.0972px;top:381px;left:161.50000476837px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oAgeoXSNLGVMmUSVWMlNa2w8T5geTwvc { width:74px;height:74px;top:99px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #r7O4mhzocIgxKrxqlGFf46L46N9JfdQA { width:74px;height:74px;top:501px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #JR2yQrvpJOi7fA5DS0dXEdgQQfXqlXH5 { width:320px;height:48.0972px;top:11.583332061768px;left:0px;text-align:center;text-align-last:center;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #K164HWlmtLm6qeV9u1vLTRzATaG7uk5X { display:block; }#K164HWlmtLm6qeV9u1vLTRzATaG7uk5X > .row .container { width:320px;height:2113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBE9Knebrci09fm6BBynBZqcdrVWAvnX { width:320px;height:62.375px;top:34.999847412109px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Qnidk1n54kXaG3FXCTvzuD3FZyZVwS4G { width:239px;height:156px;top:263.25px;left:40.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i7bDBTJznVXetSGETvtTIPLgUrQ8Rt6J { width:281px;height:27.5px;top:221.671875px;left:19.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9rsOB7NIvzOA7HvXwnzulZtUiZWJ9t { width:276px;height:50px;top:1663.546875px;left:22px;text-align:center;text-align-last:center;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vd76rbrH9hy3HLyFu4TfyvpFovGGSMBo { width:226px;height:35px;top:1385.640625px;left:44.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Edrpe25hfEDwsJ7X4GSkpx5yuixL2tsx { width:231px;height:25px;top:844.875px;left:44.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GpVcprIfOoDDlxTiC2r34h5lfqmZwQK9 { width:306px;height:55px;top:1930.375px;left:7px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GiGd6GuvtDHJy9CsRwVruk4GBF4sRq2u { width:320px;height:50px;top:530.70838928223px;left:0px;text-align:center;text-align-last:center;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gaSNqiEXInHp2cg5XdIBkGaBFLw4ImyE { width:223px;height:117px;top:599.265625px;left:48.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qgFPol4Uv414D5DGVN4BdfeFRAg4SbQH { width:170px;height:58.5px;top:896.703125px;left:68px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #qFJTDEPcV6Sl8WM0SgV6kMi9AAy2pevX { width:312px;height:25px;top:1120.875px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RQ8HIKJwTkL6g66fDt4db3H3mRFH3gqN { width:186px;height:78px;top:1169.375px;left:67px;text-align:center;text-align-last:center;font-size:15px;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QdgzrIeZLqb3aKULF2VBm8ieRORlXKGe { width:218px;height:97.5px;top:1437.96875px;left:51px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SfRfkDdyOrJ6e51UXqVIlpUapXyHkIfb { width:206px;height:78px;top:1732.953125px;left:57px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #exxbE8OwsgnMzmRBbpqZSBs70xigiWUT { width:257px;height:78px;top:1998.953125px;left:31.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #r46NJqbyNEhsgCXsIvt1kRTT0skoPpRd { width:287px;height:301px;top:133px;left:16.5px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lwmTBSVoRfRyBCEw8812ymi6fiToIR6t { width:279px;height:251px;top:1306.046875px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yxAQRwQsWTeGg9rRaygbu5Krut727lS9 { width:287px;height:251px;top:1033.375px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Kh2PvyS1QaKTzymH3CpL2B5Bfu4algGg { width:287px;height:251px;top:757.984375px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KPw3oiehvkhehgBzo5rMMszoBKPU58U7 { width:275px;height:251px;top:1845.984375px;left:20.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CMORzuvuFAiAEq0LkOPvICTTPIOSMdGT { width:270px;height:251px;top:1574.046875px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rSbxowPXnioIraeTPB0qdyG7iDXkyrdi { width:287px;height:290px;top:452px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tihEVtwoRvwoF6vErqIVR8hsEzPSGcsr { display:flex;width:70px;height:70px;top:452px;left:121px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #qxdqXlBe1HI34dHouboPSalyJXFWiuOg { display:flex;width:70px;height:70px;top:141.265625px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #u0naAq2Mmdf292z4Xv45AfdW2626LSm7 { display:flex;width:70px;height:70px;top:766.765625px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #GX8ItRZsTzUfP6TCusGmNTB9w1F8y44m { display:flex;width:70px;height:70px;top:1041.875px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #gtcMP2L531fbP2HRFmDEpvUG7TDMd39P { display:flex;width:70px;height:70px;top:1316.640625px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #LNsqOVikEfJ6KTTTaVTFxFveVhuQQGUR { display:flex;width:70px;height:70px;top:1582.5px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #pOHGfvyLHwP4slBpxR42W5V9biFtTCVg { display:flex;width:70px;height:70px;top:1860.375px;left:125px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp { display:block; }#kKsWwinuAJlyXIquP0gWxUMHWQRqoUKp > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xC3J02NmDvOip4aPB8OgIsHfMkwQH04d { width:310px;height:117px;top:20px;left:5px;text-align:center;text-align-last:center;font-size:30px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RLdRhPS7vC5Z6q6F5QcLo3oo5wxQuamU { width:320px;height:42px;top:163.50000572205px;left:0px;font-size:21px;line-height:1;font-weight:700;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxMsOTxos0fwGtp4TsEfxXMHoQdSeml0 { width:320px;height:55px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eHTTXSnXDqnvPRqTdbbkF0aP8aoBGc5g { width:320px;height:63px;top:239px;left:0px;font-size:21px;line-height:1;font-weight:700;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3WuKdx95vKpT9QTLybzFfquAUUJtWWc { width:320px;height:21px;top:350px;left:0px;font-size:21px;line-height:1;font-weight:700;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #athwCr520BJNIqVUD11A6H5JTLXBu8nv { width:320px;height:63px;top:419px;left:0px;font-size:21px;line-height:3;font-weight:700;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0DeLHqZanNoykhSKrvf0s3kVFuaEqH { width:320px;height:63px;top:509px;left:0px;font-size:21px;line-height:3;font-weight:700;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHfIktFEThpy8cdGJTWWLp97FxyckeXw { width:320px;height:70px;top:236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bbLTdhowNQG0pzMTUpwzvCwBdVqNX72w { width:320px;height:70px;top:326px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bg5JW5KLrdhiMnkAX87JKThLCWvmnJr9 { width:320px;height:70px;top:416px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GoNRHFKS6U4PTbXAFoB3OwTb3cJAH24B { width:320px;height:70px;top:506px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8fafc;background-image:url("https://images.assets-landingi.com/fMD_Cru6OTk/unsplash/cathryn-lavery-fMD_Cru6OTk-photo-1456324504439-367cee3b3c32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.adaptive-delivery-prevent-bg, #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.lazyload, #ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT.lazyloading { background-image: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { background-color: transparent; background-image: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container > .video-iframe-container { display: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container { display: none; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .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); }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { border-width: 0; border-radius: 0; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngsL8NcxFLcsN4FBPLXXQhi7ttxII8sT > .row .container { width:320px;height:239px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #no5HkpRxCu1wRNo24WnRMeqGyW41F7gR { width:226px;height:57px;top:140.375px;left:47px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8FAJictCfk2U6tCV4zlWVLOJHSH9XU { display:block; }
 }@media only screen and (max-width: 763px) { #lkHfRfaLDCu55HuQ9Wer0763aFs4x8BS { width:115px;height:115px;top:11.578125px;left:91.5px;display:block; }
 }