.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1ce4cd60-01d1-444d-9b73-7c21ebe8bf1b/europeafricahero2500x1500.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.adaptive-delivery-prevent-bg, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyload, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyloading { background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { background-color: transparent; background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container > .video-iframe-container { display: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container { display: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .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); }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { border-width: 0; border-radius: 0; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;overflow:visible;position:relative;display:block; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { position:relative;display:none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { border-width: 0; border-radius: 0; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .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; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;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:none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { background-color: transparent; background-image: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container > .video-iframe-container { display: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container { display: none; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .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); }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { border-width: 0; border-radius: 0; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { font-size:14px;font-family:arial;height:170px;width:960px;position:relative;display:block; }#U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { color:#ffffff;display:block;width:304px;position:absolute;font-family:georgia;font-size:24px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:30px;left:328px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { color:#ffffff;display:block;width:533px;position:absolute;font-family:"open sans";font-size:50px;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:74px;left:214px;height:65px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { box-sizing:content-box;height:70px;width:469px;position:absolute;display:block;z-index:15029;background-color:#2d62ae;background-image:none;top:71.5px;left:245.5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:url("https://images.assets-landingi.com/uc/fc8a549e-2c69-498a-950f-297b49f3f9b2/topowhite65.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.adaptive-delivery-prevent-bg, #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.lazyload, #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u.lazyloading { background-image: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { background-color: transparent; background-image: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container > .video-iframe-container { display: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container { display: none; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .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); }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { border-width: 0; border-radius: 0; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { font-size:14px;font-family:arial;height:310px;width:960px;position:relative;display:block; }#S4Hq93gZKHSTouEptKF2O6tH7g288K5o { color:#441c55;display:block;width:326px;position:absolute;font-family:"open sans";font-size:35px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:33px;left:295px;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; }
#UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28px;left:581px; }
#gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { color:#000000;display:block;width:650px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:89px;left:155px;height:192px;text-align:center;text-align-last:center;display:block; }
#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { background-color: transparent; background-image: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container > .video-iframe-container { display: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container { display: none; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .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); }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { border-width: 0; border-radius: 0; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { font-size:14px;font-family:arial;height:362px;width:960px;position:relative;display:block; }#hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { 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;box-shadow: none;height:274px;width:220px;top:40px;left:10px;overflow:hidden;display:block; }
#szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:293px;left:30px;display:block; }
#D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { 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;box-shadow: none;height:274px;width:220px;top:40px;left:250px;overflow:hidden;display:block; }
#wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:293px;left:270px;display:block; }
#TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:40px;left:490px;overflow:hidden;display:block; }
#A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:293px;left:510px;display:block; }
#cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:40px;left:730px;overflow:hidden;display:block; }
#pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:293px;left:750px;display:block; }
#z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { background-color: transparent; background-image: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container > .video-iframe-container { display: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container { display: none; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .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); }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { border-width: 0; border-radius: 0; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { font-size:14px;font-family:arial;height:338px;width:960px;position:relative;display:block; }#EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { 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;box-shadow: none;height:274px;width:220px;top:16.5px;left:10px;overflow:hidden;display:block; }
#U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:269px;left:30px;display:block; }
#i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { 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;box-shadow: none;height:274px;width:220px;top:16.5px;left:250px;overflow:hidden;display:block; }
#cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:269px;left:270px;display:block; }
#NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:16.5px;left:490px;overflow:hidden;display:block; }
#FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:269.5px;left:510px;display:block; }
#yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:16.5px;left:730px;overflow:hidden;display:block; }
#Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:269px;left:750px;display:block; }
#G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { background-color: transparent; background-image: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container > .video-iframe-container { display: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container { display: none; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .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); }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { border-width: 0; border-radius: 0; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { font-size:14px;font-family:arial;height:340px;width:960px;position:relative;display:block; }#GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { 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;box-shadow: none;height:274px;width:220px;top:15.5px;left:10px;overflow:hidden;display:block; }
#rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:270px;left:30px;display:block; }
#V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { 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;box-shadow: none;height:274px;width:220px;top:15px;left:250px;overflow:hidden;display:block; }
#SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:269px;left:270px;display:block; }
#cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:15px;left:490px;overflow:hidden;display:block; }
#fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:268px;left:510px;display:block; }
#cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GPE64Two08RXUARbfxDrs0XCD7E3yTWz { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:274px;width:220px;top:16.5px;left:730px;overflow:hidden;display:block; }
#cZaoST9UkixItelqt60tO3VqzeMdrKXG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:269.5px;left:750px;display:block; }
#qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { background-color: transparent; background-image: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container > .video-iframe-container { display: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container { display: none; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .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); }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { border-width: 0; border-radius: 0; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { font-size:14px;font-family:arial;height:360px;width:960px;position:relative;display:block; }#s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { 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;box-shadow: none;height:274px;width:220px;top:19px;left:380px;overflow:hidden;display:block; }
#Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:40px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:272px;left:403px;display:block; }
#CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f41b238-074a-478a-94a1-04be7d1ad1aa/worldmap50.crop_9058x4562_610,1053.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.adaptive-delivery-prevent-bg, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyload, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyloading { background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { background-color: transparent; background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .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); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { border-width: 0; border-radius: 0; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { color:#712ba0;display:block;width:460px;position:absolute;font-family:"open sans";font-size:35px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:95px;left:233px;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; }
#L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:87.5px;left:644px; }
#B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:274px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:184px;left:184px;display:block; }
#xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:274px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:184px;left:504px;display:block; }
#DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;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; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { background-color: transparent; background-image: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container > .video-iframe-container { display: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container { display: none; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .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); }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { border-width: 0; border-radius: 0; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { font-size:14px;font-family:arial;height:217px;width:960px;position:relative;display:block; }#SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { color:#ffffff;display:block;width:485px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:38px;left:237.5px;height:24px;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; }
#aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { color:#ffffff;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:74px;left:230px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#712ba0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:46px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:140px;left:360px;display:block; }
#A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Xfa7bb8973082aff502c41a213e73d23.widget-smartsection { 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; } #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection *:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="text"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="email"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="tel"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection textarea:focus-visible { outline: none; } #yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container { background-color: transparent; background-image: none; }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container > .video-iframe-container { display: none; }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row > .video-iframe-container { display: none; }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .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); }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container { border-width: 0; border-radius: 0; }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container { font-size:14px;font-family:arial;height:416px;width:960px;position:relative;display:block; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#441c55;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; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { background-color: transparent; background-image: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container > .video-iframe-container { display: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container { display: none; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .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); }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { border-width: 0; border-radius: 0; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { font-size:14px;font-family:arial;height:342px;width:960px;position:relative;display:block; }#leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:224px;top:122px;left:115px;overflow:hidden;display:block; }
#J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { 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;box-shadow: none;height:40px;width:40px;top:94px;left:622px;overflow:hidden;display:block; }
#QsUdug9itlszr8mr8zLuzA395siTr3Qk { 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;box-shadow: none;height:40px;width:40px;top:94px;left:661px;overflow:hidden;display:block; }
#X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:94px;left:700px;overflow:hidden;display:block; }
#Dao1lZnMGW0z2mEol6nJZn29y16rveAt { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:94px;left:739px;overflow:hidden;display:block; }
#UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40px;width:40px;top:94px;left:778px;overflow:hidden;display:block; }
#l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { color:#ffffff;display:block;width:128px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:142px;left:656px;height:19.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvNoW71o3EVSWRThD6adAKGJ8wvZPGJm { background-color:#2d62ae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:46px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:175px;left:600px;display:block; }
#r1WqnHpqgsspiW61FokDn1yRXBm9LneQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:315px;left:0px;height:13px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { display:block; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { display:none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { display:block; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { top:30px;left:230px;width:304px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { top:74px;left:116px;width:533px;height:65px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { top:71px;left:147.5px;width:469px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Hq93gZKHSTouEptKF2O6tH7g288K5o { top:33px;left:0px;width:326px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { top:28px;left:458px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { top:89px;left:0px;width:650px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { display:block; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { top:40px;left:0px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { width:180px;height:40px;top:293px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block; }
 }@media only screen and (max-width: 763px) { #ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { top:40px;left:162px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { width:180px;height:40px;top:293px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block; }
 }@media only screen and (max-width: 763px) { #ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { top:40px;left:353px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { width:180px;height:40px;top:293px;left:387.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { top:40px;left:544px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:180px;height:40px;top:293px;left:578.5px;display:block; }
 }@media only screen and (max-width: 763px) { #z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { display:block; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { top:16px;left:0px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { width:180px;height:40px;top:269px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { top:16px;left:162px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { width:180px;height:40px;top:269px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { top:16px;left:353px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { width:180px;height:40px;top:269px;left:387.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block; }
 }@media only screen and (max-width: 763px) { #QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { top:16px;left:544px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { width:180px;height:40px;top:269px;left:578.5px;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block; }
 }@media only screen and (max-width: 763px) { #RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { display:block; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { top:15px;left:0px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { width:180px;height:40px;top:270px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block; }
 }@media only screen and (max-width: 763px) { #nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { top:15px;left:162px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { width:180px;height:40px;top:269px;left:196.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block; }
 }@media only screen and (max-width: 763px) { #IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { top:15px;left:353px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { width:180px;height:40px;top:268px;left:387.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block; }
 }@media only screen and (max-width: 763px) { #GPE64Two08RXUARbfxDrs0XCD7E3yTWz { top:16px;left:544px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #cZaoST9UkixItelqt60tO3VqzeMdrKXG { width:180px;height:40px;top:269px;left:578.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block; }
 }@media only screen and (max-width: 763px) { #BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { display:block; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { top:19px;left:162px;width:220px;height:274px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { width:180px;height:40px;top:272px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block; }
 }@media only screen and (max-width: 763px) { #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { top:95px;left:0px;width:460px;height:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { top:87px;left:497px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:274px;height:55px;top:184px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:274px;height:55px;top:184px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { display:block; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { top:38px;left:139.5px;width:485px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { top:74px;left:132px;width:500px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { width:240px;height:46px;top:140px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block; }
 }@media only screen and (max-width: 763px) { #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection { display:block; } #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection *:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="text"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="email"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="tel"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection textarea:focus-visible { outline: none; } #yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { display:block; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { width:224px;height:70px;top:122px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { width:65px;height:65px;top:48px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #QsUdug9itlszr8mr8zLuzA395siTr3Qk { width:65px;height:65px;top:48px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { width:65px;height:64px;top:48px;left:351px;display:block; }
 }@media only screen and (max-width: 763px) { #Dao1lZnMGW0z2mEol6nJZn29y16rveAt { width:65px;height:65px;top:48px;left:439px;display:block; }
 }@media only screen and (max-width: 763px) { #UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { width:64px;height:64px;top:48px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #JvNoW71o3EVSWRThD6adAKGJ8wvZPGJm { width:240px;height:46px;top:175px;left:453px;display:block; }
 }@media only screen and (max-width: 763px) { #r1WqnHpqgsspiW61FokDn1yRXBm9LneQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { top:315px;left:0px;width:764px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0999427-a0f5-4534-aa19-5b5f27273424/myplaceisheredesktophero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.adaptive-delivery-prevent-bg, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyload, #v3XsToivCrPb8aVMcTAiEZ15y9dUit4B.lazyloading { background-image: none; }#v3XsToivCrPb8aVMcTAiEZ15y9dUit4B > .row .container { width:320px;height:235px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0a2f82c9-793e-48a1-b569-f7d0ad94f020/Smutl1080x900loop.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.adaptive-delivery-prevent-bg, #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.lazyload, #nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7.lazyloading { background-image: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { background-color: transparent; background-image: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container > .video-iframe-container { display: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container { display: none; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .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); }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { border-width: 0; border-radius: 0; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyUh8oFGDTJbAVgW1W45IyB3IaXTSFG7 > .row .container { width:320px;height:293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM { display:block; }#RNGNZxtrNVt2pDqvug738PoGxSUkQ3HM > .row .container { width:320px;height:122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4fcz7uvBh2qTaOhe9zZrpJETodr6hWR { width:304px;height:23.3906px;top:18px;left:8px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTTVxgc1PZEfJpHTh4MHubgIP6nNETgL { width:320px;height:45.5px;top:53px;left:0px;font-size:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9LUhLx52lGI1nW0niS8VUbSXctOx5E { width:320px;height:56px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u { display:block; }#HWFh6LA6CXpEwBQTHSxLPmzzJOw09d3u > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Hq93gZKHSTouEptKF2O6tH7g288K5o { width:248px;height:28px;top:36px;left:33px;font-size:28px;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; }
 }@media only screen and (max-width: 763px) { #UgADhA8Vs6c6RmLlxmJHnUkEzKKVqrp6 { display:flex;width:40px;height:40px;top:30px;left:253px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #gf2HDL3wyyeNHhBRaK4qR08oLuXhWNnI { width:280px;height:384px;top:90px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RGgDB9zFoTTGrXWntWyCSly9PVmICSlh { display:block; }#RGgDB9zFoTTGrXWntWyCSly9PVmICSlh > .row .container { width:320px;height:1555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCtZEZxUQMXmtvvTV3RxOh7T6EnsuR0m { width:280px;height:348px;top:40px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #szsTZIfTLQRAOZMiAvR1MMhViPEnwkvs { width:180px;height:40px;top:367px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #D1ILENA956X7GDG0QXGKgTGpKvE1wT8O { display:block; }
 }@media only screen and (max-width: 763px) { #ILcpdRTqpE039z4O1s9VZA5R7tOmV5wa { width:280px;height:348px;top:420px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wytR7kshnD2XV95EUNcdP7JTXX3QKrbH { width:180px;height:40px;top:748px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #TRhel00TpiKR3hzBTcGQ2KytF2QDxeSK { display:block; }
 }@media only screen and (max-width: 763px) { #ywvxLtCO8c9ea1QgB0IyQuoMtD37GrQE { width:280px;height:348px;top:800px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A542eRbv9NcGGNTHeaoP0JQxuWbMyVhp { width:180px;height:40px;top:1127px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cgixWFWOAdX6sPxN8La1r50Hi9QWKOuG { display:block; }
 }@media only screen and (max-width: 763px) { #FmElCeZlcQbIL2yzmJnxgaWwIktUbcZ6 { width:280px;height:348px;top:1180px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pCgTZX0dHvNdLiPTmfVFGZacCZoRTFiy { width:180px;height:40px;top:1508px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #z0WiqPh049EDHcOcMm2FsZxueo9hBbx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G { display:block; }#gzQfxmK1TEzHGO9piqo8Z3AsrMO0BA2G > .row .container { width:320px;height:1524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIBG4xsTd2JWCN8qcmiWqLUAEqTW5JRS { width:280px;height:348px;top:5px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #U2VhBceJgUFUdtmBZs2cvqLqvX4VSeWN { width:180px;height:41px;top:333px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #i0n2qCXZHFQQzokDuk77eTCmimQAgpqG { display:block; }
 }@media only screen and (max-width: 763px) { #fukJlf9Px5WMrqs9IkFHfBBLrLkWqAtr { width:280px;height:348px;top:385px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cVEDVSmud5WQAM4Shcb4CRIJzFia9WzS { width:180px;height:41px;top:709px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #NqE8k8pMwOdabV95FSbhKIrCukPMABXk { display:block; }
 }@media only screen and (max-width: 763px) { #oXLRHTwsFP4ArACUHTfCBGVufTDHxUVX { width:270px;height:336px;top:765px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FmuT2GFNBihLugBJJNexTsRMEaTdCSL5 { width:180px;height:40px;top:1094px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #yhQD61RHtxu8SGS4CL8R6PQs1Zohui9W { display:block; }
 }@media only screen and (max-width: 763px) { #QCSpxdTMbpLIPr2GMaO5wy0fSy5MAPGg { width:280px;height:348px;top:1145px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4OD7WD94xopSPzDc6KIpPlSW97gaSoQ { width:180px;height:40px;top:1472px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #G1IA76GaErZSlGo8gskImUcNZAWQuqrv { display:block; }
 }@media only screen and (max-width: 763px) { #RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr { display:block; }#RUS0BMMNQT7aCZLqAGE5KKaTZsTdpstr > .row .container { width:320px;height:1511px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfbNSbqLtJwCxHDeM0uv6rhXJ70ULKE1 { width:280px;height:336px;top:7px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rvJ4kqnmg29kRrJDdFEke8Tggs19Pccs { width:180px;height:40px;top:319px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #V1wRMI0dDNRF1QQQGqRtAfOWkTXc2OQf { display:block; }
 }@media only screen and (max-width: 763px) { #nMo0regdgMQtXhsesPTVTcX2nIr3fhq0 { width:280px;height:348px;top:374px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SmpVyoJ70sB7zL5qcElmZSOIClIPfooG { width:180px;height:41px;top:701px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cu786i4Qs36xRTNtVb97t497zsd5iCAw { display:block; }
 }@media only screen and (max-width: 763px) { #IKLUHyn8RnrQnN6LKgX259TzkK9ZOofv { width:280px;height:348px;top:759px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fJOqKzTbxdJ8EzTmCCE5ER5lbrkJI3VO { width:180px;height:40px;top:1086px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cqRuXfwGZ2M7CGAd7EqRonGqTm2D782B { display:block; }
 }@media only screen and (max-width: 763px) { #GPE64Two08RXUARbfxDrs0XCD7E3yTWz { width:270px;height:336px;top:1143px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cZaoST9UkixItelqt60tO3VqzeMdrKXG { width:180px;height:41px;top:1468px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXrw7a3Mg3tIJsJ7Q64SNQOaHaU2wT { display:block; }
 }@media only screen and (max-width: 763px) { #BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE { display:block; }#BgHlmT4fc2K9XcFqKGcqbwdM3vHaN8vE > .row .container { width:320px;height:431px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qA60pRSB4xaiLGt5OsTkiQRHF6gtxE { width:280px;height:348px;top:19px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg02kgx1PIJubvzKB9wW5wcaVgczJeL { width:180px;height:40px;top:346px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #CSb6WXSiN9xqs3pdT8weqXb53kzorZ6V { display:block; }
 }@media only screen and (max-width: 763px) { #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f41b238-074a-478a-94a1-04be7d1ad1aa/worldmap50.crop_9058x4562_610,1053.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.adaptive-delivery-prevent-bg, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyload, #PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh.lazyloading { background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { background-color: transparent; background-image: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row > .video-iframe-container { display: none; }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .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); }#PCZSzJ0ncBSwD5pMZrOgtH8vLncXgAgh > .row .container { width:320px;height:403px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4LuXreoqP5JkWkK8vqci2N92pgu4HbK { width:320px;height:64px;top:46px;left:0px;font-size:32px;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; }
 }@media only screen and (max-width: 763px) { #L7C4hJGJWFuT4VL32Qao3yC02LAD3JSh { display:flex;width:50px;height:50px;top:124px;left:135px; }
 }@media only screen and (max-width: 763px) { #B5u6tX66yAtT62dAxkeNSzG4wv49SPrv { width:274px;height:55px;top:190px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xHq8IslVoNieLUK7nrnItkkr6iFeBP7J { display:block; }
 }@media only screen and (max-width: 763px) { #rfL1M5NDb9vSEMQwxyMW0gp9NxT92uFK { width:274px;height:55px;top:258px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #DaAhxVNUFtKTz2mugNITFlLmXtUTQ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl { display:block; }#ttqxtOH86Rs3vPT3RENAxG2sUtqy0Rfl > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrBSeJHvxKSzVsws1nQAJypRmpkCdpAl { width:202px;height:52px;top:31px;left:59px;font-size:20px;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7NFVoKTbcyAoTm5HgZMdAOknV9M354 { width:296px;height:72px;top:97px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhbrmbsJy3DBBXGCVdOTOH36G3JXihPu { width:240px;height:46px;top:193px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #A3ePtgKyJl75xh5J9zUTqdNgTkDv8idF { display:block; }
 }@media only screen and (max-width: 763px) { #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection { display:block; } #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection *:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="text"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="email"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection input[type="tel"]:focus-visible, #Xfa7bb8973082aff502c41a213e73d23.widget-smartsection textarea:focus-visible { outline: none; } #yS02kJMruIEzvMTSukQgw0Mdecqpk9I3 > .row .container { width:320px;height:514px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T { display:block; }#QsVnE68IsZbIhOkLuiPwdwbKFxGvWc2T > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTfvZ5hggSsGc02oZVqxVRAxVau4n0C { width:224px;height:70px;top:42px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #J3mAMX8yaV7psDQl0b9ApbO8bUve8tlA { width:40px;height:40px;top:140px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #QsUdug9itlszr8mr8zLuzA395siTr3Qk { width:40px;height:40px;top:140px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #X3THKs7f3VPgzOQ623ucTRI6qkUZcZXw { width:40px;height:40px;top:140px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #Dao1lZnMGW0z2mEol6nJZn29y16rveAt { width:40px;height:40px;top:140px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #UBNKpR1CIbTr8zBV2BvW5m7CTkttphqQ { width:40px;height:40px;top:140px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #l7V9FcA958yei6QsfFWcEfsRQMfCpUpG { width:128px;height:19.1875px;top:194px;left:96px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JvNoW71o3EVSWRThD6adAKGJ8wvZPGJm { width:225px;height:46px;top:233px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #r1WqnHpqgsspiW61FokDn1yRXBm9LneQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZPU4vy1HV5GT2ZKEvLZOrgxWcqZyZeso { width:320px;height:23.375px;top:318px;left:0px;font-size:9px;text-align:center;text-align-last:center;display:block; }
 }