.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.adaptive-delivery-prevent-bg, #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.lazyload, #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.lazyloading { background-image: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { background-color: transparent; background-image: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container > .video-iframe-container { display: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container { display: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .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); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { border-width: 0; border-radius: 0; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { font-size:14px;font-family:arial;height:767px;width:1200px;position:relative;display:block; }#O3pVTW1paXpka0kM2flg7yTaImzEVQuQ { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.72);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: 1px 1px 3px rgba(0,0,0,0.5) ;height:430px;width:347px;top:261px;left:736px;display:block; }
#qzBE2PvIyIqJ8DVeDk6TKkLTBuP2Vnr2 { color:#000000;display:block;width:287.986px;position:absolute;font-family:neuton;font-size:23px;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:288.29866027832px;left:765.46876525879px;height:82.793px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-form-header {  }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:259px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:259px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#006e6d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#eaedf3;width:259px;height:60px;font-family:montserrat;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:240px;overflow:hidden;font-style:normal;float:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-container:first-of-type{padding-top:0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-container:last-of-type{padding-bottom:0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi  { background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:259px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:760px;top:370px;z-index:15009;position:absolute; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:259px;display:block;vertical-align:top; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi {display:block;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi { background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:259px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:760px;top:370px;z-index:15009;position:absolute; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #MTLZ4zqmQW5Hm7pRob7idnBztTo1Xa3Q { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #KxUfRGyQSR0tKkCbo4ORrmaJ6VBrCNzU { position:relative;display:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #SqfMsaAD4gRnTfsp7AHkhV14nTyqBALn { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #rSJuB4qVmMHJD5XK2RF0fTI39T1MFs38 { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #hxG9WEVpeiLwLAtv4UBprbKTd7ZB9r0R { position:relative;display:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #nuvJIKppnBGtHzE5DCp4pAJhih3psESd { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #qoke61pTHrif9PGWoDtLfewAswgKsZpP { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #eRg5RTakkG4de9NScFP5yvpJU79fazLy { position:relative;display:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #Ktqs9ryCiF6ILD6PXh9uv10olEmstZtb { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #QJX8Dd0pT24LPnuu67OkueNzdaIhEegN { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #wf0AKSsGpMFmXJ1JT1uoqhhB6dCowkrM { position:relative;display:none; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #sXVSK1ziFM7GJH4RwaQBXZJcS8NzHSah { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #F6qUk4Ld214XylKiO1G3R3gydC4ecfXW { position:relative; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #EfMNx1KGdJMEMyuDTeW8B8lAHyZQps4k { position:relative; }
#TSEHSTLilIWrN2vkMcUQPD5Zz71skHTS { 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:133px;width:269px;top:88.000030517578px;left:232.5px;overflow:hidden;display:block; }
#TIFJsrWVxQTaLdrlk3RLkysTRntpx1xh { color:#f3fbf7;display:block;width:26.9896px;position:absolute;font-family:rubik;font-size:21px;font-weight:700;z-index:15174;line-height:1;letter-spacing:0;top:662px;left:563px;height:21.0069px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arBSlWFqQyavZX4K3ITnii8V0PT1OSe1 { color:#f8fdfb;display:block;width:187px;position:absolute;font-family:rubik;font-size:10px;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:712.00003051758px;left:288.5px;height:13px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lS2tn8KMWFr5q6wNTFbeAwyBq48Msd3O { color:#f3fbf7;display:block;width:80.9961px;position:absolute;font-family:rubik;font-size:13px;font-weight:700;z-index:15173;line-height:1.3;letter-spacing:0;top:629px;left:501px;height:16.9px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnSrlng2nVwHPN92AAD0eqPTmWADdTtD { color:#fbfaf8;display:block;width:66px;position:absolute;font-family:georgia;font-size:50px;font-weight:700;z-index:15172;line-height:.9;letter-spacing:0;top:634px;left:512px;height:45px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZhh5ZSuUozzDNDEGFpVxLsrRZFIdDf9 { color:#f3fbf7;display:block;width:48.9844px;position:absolute;font-family:rubik;font-size:29px;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:596px;left:509px;height:37.7px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7pSTMSq5vra1VwmV1HK917kz69zwUyn { color:#f3fbf7;display:block;width:22.9792px;position:absolute;font-family:rubik;font-size:14px;font-weight:700;z-index:15177;line-height:1.3;letter-spacing:0;top:628.33332824707px;left:576.00006103516px;height:18.2031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCEK0dnzAD4RrsRQqzmd8xJE4ZRxQMAU { color:#f3fbf7;display:block;width:164px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15167;line-height:1;letter-spacing:0;top:596.00003051758px;left:313px;height:25.0078px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNHEtTzkzydvsyBWuDa8TfPf7eqVSEpJ { color:#f1c671;display:block;width:65.9792px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15168;line-height:.9;letter-spacing:0;top:625.79170227051px;left:334.5px;height:20.7031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMOot23UEqltn4pzfAfngGw5TLoyc6wm { color:#f1c671;display:block;width:95px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15173;line-height:.6;letter-spacing:0;top:657.50003051758px;left:338.5px;height:25.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJi68FnVqxRBZ1hX6y1BlEcNfOGCA5Si { color:#f3fbf7;display:block;width:10px;position:absolute;font-family:rubik;font-size:14px;font-weight:700;z-index:15176;line-height:1;letter-spacing:0;top:643.29170227051px;left:455.33331298828px;height:14.0039px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIXcSTCeRDVZRC5p3ZTNvA34LLuPxXWu { color:#013119;display:block;width:77px;position:absolute;font-family:rubik;font-size:14px;font-weight:700;z-index:15177;line-height:1.3;letter-spacing:0;top:608.75003051758px;left:204.5px;height:18.2031px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RDAOfUMeTiyZWRVAugLaVAwT18IRtJzb { color:#fbfaf8;display:block;width:51px;position:absolute;font-family:georgia;font-size:63px;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:605.04168701172px;left:195.5px;height:81.8945px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qa7M3CN9L0ZOCz7MDlgJ91p4d1XT2q2E { color:#f3fbf7;display:block;width:20px;position:absolute;font-family:rubik;font-size:21px;font-weight:700;z-index:15175;line-height:1.3;letter-spacing:0;top:636px;left:277px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fK4frlaOOvh6D5KlqSTqpTn3CTrXOpny { color:#f3fbf7;display:block;width:15.9896px;position:absolute;font-family:rubik;font-size:14px;font-weight:700;z-index:15177;line-height:1.1;letter-spacing:0;top:626px;left:284px;height:15.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUO0d9zTqqMo2pTIXMMJwk7Vz3FullR8 { position:absolute;display:block;z-index:15176;background-color:#f5fafa;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:19px;width:97px;top:608.33334px;left:194.9140157544px;display:block; }
#Ft7AooxkNFUgemHrTfS0Lv48L35PnhPC { color:#ffffff;display:block;width:441.992px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:261px;left:176px;height:80.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnQFBfHeQxEkn8PHWUOyuo62VviLPoI9 { color:#f3f6f6;display:block;width:163.984px;position:absolute;font-family:montserrat;font-size:256px;font-weight:700;z-index:15026;line-height:.5;letter-spacing:0;top:384px;left:302px;height:128px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ut55xmseOz76EOAUDFP4k96BGXWEyR2X { color:#faf7f1;display:block;width:155.996px;position:absolute;font-family:rubik;font-size:22px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:358px;left:147px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwfIHZbmq26gTq6mkAKey4soygnQEZaX { color:#fbfaf8;display:block;width:181.992px;position:absolute;font-family:rubik;font-size:82px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:332px;left:429px;height:106.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yX30PHte6Rv9mtqPMD46OcyeNHNOlwZK { color:#ffffff;display:block;width:41.9922px;position:absolute;font-family:rubik;font-size:40px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:487px;left:262px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EqqI5lSsyzNaLU1bf71h1avmSXrnOb7D { color:#ffffff;display:block;width:442px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:259px;left:146px;height:40.2951px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XUPBGRcI8dXQAaAEiTve9V3vJuFJluuv { color:#f3f6f6;display:block;width:164px;position:absolute;font-family:raleway;font-size:256px;font-weight:700;z-index:14998;line-height:.5;letter-spacing:0;top:339px;left:300px;height:128.003px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WROM31ltITJHlUCRPN4AlvIntTLaR0Dw { color:#faf7f1;display:block;width:116px;position:absolute;font-family:rubik;font-size:22px;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:393px;left:179px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lR2VM8rwLvinteusN09crV6A7B8hV5lz { color:#fbfaf8;display:block;width:79px;position:absolute;font-family:montserrat;font-size:56px;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:339px;left:443px;height:72.7951px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z407mIHoAwwt8U1WpVyT8sMqDlb9Mt7p { color:#ffffff;display:block;width:42px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:478px;left:253px;height:44.184px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J { position:relative;display:block; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J { background-color: transparent; background-image: none; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row .container > .video-iframe-container { display: none; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row > .video-iframe-container { display: none; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .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); }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J { border-width: 0; border-radius: 0; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .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; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .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:588px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pc1J56SfboZ4yaHExkz5GU66c5orHOTx { color:#050505;display:block;width:541.973px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15022;line-height:.8;letter-spacing:0;top:530.8203125px;left:641.85546875px;height:38.3907px;text-align:justify;text-align-last:initial;display:block; }
#TpGdfot2ntDr8IuCpXq0zTo2Bz36r9lc { color:#050505;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:243.984375px;left:637.8515625px;height:271.875px;text-align:justify;text-align-last:initial;display:block; }
#hS76po8Lpx7JRFc0mqkQby2SfoPLJhky { color:#050505;display:block;width:551.979px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:154.00001525879px;left:636.87506103516px;height:76.7812px;text-align:justify;text-align-last:initial;display:block; }
#P9Q68WGu0QNOySoBcihfEAg8flu3rxeE { color:#040303;display:block;width:551.99px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:93px;left:637px;height:46.7812px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#K6M7vFUuObMyX6QLhlEZcnazddp2dEqA { color:#070500;display:block;width:600px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.89);top:27.98828125px;left:600px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lp2bNaZkZoO4Zsv4AFDsQ7V7UHwH3IV7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:548px;width:548px;top:19.982578277588px;left:25.98957824707px;overflow:hidden;display:block; }
#X5eE0A1CntI5fEWHztvh8e6zILGbG81I { position:absolute;display:block;z-index:15021;background-color:#ca900f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:546px;top:82px;left:638px;display:block; }
#erTdptmHc0wzZ38XNhylHKEtaoVUKRTP { position:absolute;display:block;z-index:15020;background-color:#956f19;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:546px;top:78px;left:638px;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:14px;font-family:arial;height:457px;width:1200px;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:1200px;position:absolute;font-family:neuton;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.1875px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:275px;width:200px;top:79px;left:50px;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:149px;left:114px; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:224.09375px;left:50px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:258.984375px;left:50px;height:103.984px;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:275px;width:200px;top:79px;left:350px;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:149px;left:414px; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:224.09375px;left:350px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:259px;left:350px;height:103.984px;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:275px;width:200px;top:79px;left:650px;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:149px;left:714px; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:224.09375px;left:650px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:259px;left:650px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:275px;width:200px;top:61px;left:922px;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:149px;left:1014px; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:224.09375px;left:950px;height:20.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:259px;left:950px;height:103.984px;text-align:center;text-align-last:center;display:block; }
#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container { background-color: transparent; background-image: none; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container > .video-iframe-container { display: none; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row > .video-iframe-container { display: none; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .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); }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container { border-width: 0; border-radius: 0; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container { font-size:14px;font-family:arial;height:1710px;width:1200px;position:relative;display:block; }#PCtqq3VoS7eEIck4EVfq9nRKrenc5UQ0 { 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:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:281px;left:17px;display:block; }
#TNybvZlFBftEFgVDI4uTThANGZw52Nus { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:556px;left:35px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izZ91kMICtqV1WGNwsnweFKIeLnV2xHv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:264px;width:264px;top:280px;left:18px;overflow:hidden;display:block; }
#T5S8y2r9G0SC9gTdEwJGC5iG7E0QPCMt { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:281px;left:317px;display:block; }
#QtUKQK1Icg8z2eEyIBcz3zAaaSch5raN { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:556px;left:345px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHtWIlolTEWI1v0IqE5URVtkTbf7Fe0k { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:281px;left:617px;display:block; }
#WXgqXNgB1C4RNA3NeqCyKSzkHywGfpXk { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1028.0000305176px;left:345px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amKo8hNpFeTwZ80lUAyS5RWRvbiz4LSA { position:absolute;display:block;z-index:15011;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:50px;width:50px;top:310px;left:730px;overflow:hidden;display:block; }
#thBSLXv8N0NhL9mxQB0Uai2o8d2N2sTw { 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:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:280px;left:917px;display:block; }
#eUOyZkw9pBTcfhqH2MxuNV7CtChaJUTF { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1028.0000305176px;left:45px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTuSrCpgUqVaapvqNC52KS7E6fvaVoLf { 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:50px;width:50px;top:310px;left:1034px;overflow:hidden;display:block; }
#kyaTaLNzdILTKKDc1fFBSR0UZ2UpcUJ1 { color:#14261c;display:block;width:1200px;position:absolute;font-family:neuton;font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:46px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8l32xDQmnqKZ8dM4STA7UgdpTuoRoJc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:264px;width:264px;top:281px;left:317px;overflow:hidden;display:block; }
#LfD7vUod5kMMkKOCBZy1IhrERwMS6tGJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:264px;width:264px;top:749px;left:317.9px;overflow:hidden;display:block; }
#UoWhafGpSzMzT1Nt0G1aqdayRbl7UVwU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:264px;width:264px;top:750px;left:17px;overflow:hidden;display:block; }
#WzeT6ePziG1z3dm48Z0o5t9xCtimoZRd { color:#040303;display:block;width:929px;position:absolute;font-family:neuton;font-size:21px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:123.5px;left:135.5px;height:109.188px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7poXahElwRavQm9PGUsMr7ETBChek2z { 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:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:750px;left:17px;display:block; }
#Gw9TTU0vhRtqZXor7KhQl60OQIUg2u8L { 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:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:750px;left:317px;display:block; }
#pvy7MNKluNIaWTfBE4Cf2eTApeMGe4w7 { 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:3px solid rgba(20,38,28,0.2);border-left:3px solid rgba(20,38,28,0.2);border-right:3px solid rgba(20,38,28,0.2);border-bottom:3px solid rgba(20,38,28,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:308px;width:260px;top:750px;left:617px;display:block; }
#xgTINJ6dMia9uGIMn8D4iOIN42bCE9dC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:265px;width:265px;top:281.00006103516px;left:916.99996948242px;overflow:hidden;display:block; }
#BH7HFTgDtFqFS39xLsm7ZUlp6571FhN6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:262px;width:262px;top:281px;left:618.40003051758px;overflow:hidden;display:block; }
#eFK7gdnBHpCztIofT9Sd5EkqBJBWPQCQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:263px;width:263px;top:751px;left:618.40003051758px;overflow:hidden;display:block; }
#ySgdERFiDgxkNI7qBgEwJcKrThfrJmT9 { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:556px;left:954px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDrVrLTINQ9m3FtT1HEDqc21tGyem86V { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:556px;left:645px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6mqurRTV2TRVzJLBLk0hZL8uogoeu08 { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1028.0000305176px;left:645.00003051758px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfdbJtb1t5IP6bv6vMdg3nvWmW2xU6gn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:486px;width:872px;top:1145px;left:177px;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:14px;font-family:arial;height:472px;width:1200px;position:relative;display:block; }#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#14261c;display:block;width:182px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:399.1875px;left:509px;height:44.8px;font-style:normal;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:1200px;position:absolute;font-family:neuton;font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { position:absolute;display:block;z-index:15012;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:292px;width:878px;top:90px;left:161px;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#303030;display:block;width:787px;position:absolute;font-family:"open sans";font-size:48px;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:44.09375px;left:206.5px;height:129.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#303030;display:block;width:229px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:272px;left:476px;height:18.2031px;font-style:normal;display:block; }
#mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { color:#303030;display:block;width:198px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:238px;left:476px;height:18.2031px;font-style:normal;display:block; }
#x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { color:#303030;display:block;width:229px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:309.1875px;left:476px;height:18.2031px;font-style:normal;display:block; }
#lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { color:#303030;display:block;width:229px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:343px;left:476px;height:18.2031px;font-style:normal;display:block; }
#qk48pmnlqpp90mF7MyDbkulFwekgidny { 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:25px;width:34px;top:339.59375px;left:429.5px;overflow:hidden;display:block; }
#v5VSmGbpDAdim34RqSOokR0NHedTdRCC { position:absolute;display:block;z-index:15019;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:25px;width:25px;top:305.78125px;left:434px;overflow:hidden;display:block; }
#sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { 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:25px;width:30px;top:268.59375px;left:431.5px;overflow:hidden;display:block; }
#giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { 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:25px;width:26px;top:234.59375px;left:433.5px;overflow:hidden;display:block; }
#pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:242.09375px;left:409.5px; }
#A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:276.09375px;left:409.5px; }
#lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:313.28125px;left:409.5px; }
#HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:347.09375px;left:409.5px; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:14px;font-family:arial;height:53px;width:1200px;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:306px;position:absolute;font-family:"open sans";font-size:12px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.6875px;left:894px;height:15.6px;font-style:normal;display:block; }
#tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { position:absolute;display:block;z-index:15031;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:44px;width:91px;top:0px;left:14px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg { display:block; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3pVTW1paXpka0kM2flg7yTaImzEVQuQ { top:261px;left:417px;width:347px;height:430px;display:block; }
 }@media only screen and (max-width: 763px) { #qzBE2PvIyIqJ8DVeDk6TKkLTBuP2Vnr2 { top:288px;left:477px;width:287px;height:82px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-regular-label { display:block;width:259px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-textarea { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-button { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-checkbox-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi  { width:259px;height:auto;top:370px;left:465px; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .radio-container { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi {display:block;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi { width:259px;height:auto;top:370px;left:465px; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #MTLZ4zqmQW5Hm7pRob7idnBztTo1Xa3Q {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #KxUfRGyQSR0tKkCbo4ORrmaJ6VBrCNzU { display:none; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #SqfMsaAD4gRnTfsp7AHkhV14nTyqBALn {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #rSJuB4qVmMHJD5XK2RF0fTI39T1MFs38 {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #hxG9WEVpeiLwLAtv4UBprbKTd7ZB9r0R { display:none; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #nuvJIKppnBGtHzE5DCp4pAJhih3psESd {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #qoke61pTHrif9PGWoDtLfewAswgKsZpP {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #eRg5RTakkG4de9NScFP5yvpJU79fazLy {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #Ktqs9ryCiF6ILD6PXh9uv10olEmstZtb {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #QJX8Dd0pT24LPnuu67OkueNzdaIhEegN {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #wf0AKSsGpMFmXJ1JT1uoqhhB6dCowkrM {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #sXVSK1ziFM7GJH4RwaQBXZJcS8NzHSah {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #F6qUk4Ld214XylKiO1G3R3gydC4ecfXW {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #EfMNx1KGdJMEMyuDTeW8B8lAHyZQps4k {  }
 }@media only screen and (max-width: 763px) { #TSEHSTLilIWrN2vkMcUQPD5Zz71skHTS { top:88px;left:14.5px;width:269px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #TIFJsrWVxQTaLdrlk3RLkysTRntpx1xh { top:662px;left:345px;width:26px;height:21px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #arBSlWFqQyavZX4K3ITnii8V0PT1OSe1 { top:712px;left:70.5px;width:187px;height:13px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #lS2tn8KMWFr5q6wNTFbeAwyBq48Msd3O { top:629px;left:283px;width:80px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dnSrlng2nVwHPN92AAD0eqPTmWADdTtD { top:633px;left:293.9921875px;width:65px;height:45px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JZhh5ZSuUozzDNDEGFpVxLsrRZFIdDf9 { top:596px;left:291px;width:48px;height:37px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x7pSTMSq5vra1VwmV1HK917kz69zwUyn { top:628px;left:358.00006103516px;width:22px;height:18px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gCEK0dnzAD4RrsRQqzmd8xJE4ZRxQMAU { top:596px;left:95px;width:164px;height:25px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lNHEtTzkzydvsyBWuDa8TfPf7eqVSEpJ { top:625px;left:116.5px;width:65px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TMOot23UEqltn4pzfAfngGw5TLoyc6wm { top:657px;left:120.5px;width:95px;height:25px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lJi68FnVqxRBZ1hX6y1BlEcNfOGCA5Si { top:643px;left:237.33331298828px;width:10px;height:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xIXcSTCeRDVZRC5p3ZTNvA34LLuPxXWu { top:608px;left:0px;width:77px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RDAOfUMeTiyZWRVAugLaVAwT18IRtJzb { top:605px;left:0px;width:50px;height:163px;font-size:63px;display:block; }
 }@media only screen and (max-width: 763px) { #qa7M3CN9L0ZOCz7MDlgJ91p4d1XT2q2E { top:636px;left:59px;width:20px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fK4frlaOOvh6D5KlqSTqpTn3CTrXOpny { top:626px;left:66px;width:15px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OUO0d9zTqqMo2pTIXMMJwk7Vz3FullR8 { top:608px;left:0px;width:97px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7AooxkNFUgemHrTfS0Lv48L35PnhPC { top:261px;left:0px;width:441px;height:40px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bnQFBfHeQxEkn8PHWUOyuo62VviLPoI9 { top:384px;left:84px;width:163px;height:127px;font-size:123px;display:block; }
 }@media only screen and (max-width: 763px) { #ut55xmseOz76EOAUDFP4k96BGXWEyR2X { top:358px;left:0px;width:155px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JwfIHZbmq26gTq6mkAKey4soygnQEZaX { top:332px;left:211px;width:181px;height:106px;font-size:82px;display:block; }
 }@media only screen and (max-width: 763px) { #yX30PHte6Rv9mtqPMD46OcyeNHNOlwZK { top:487px;left:44px;width:41px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EqqI5lSsyzNaLU1bf71h1avmSXrnOb7D { top:135px;left:0px;width:303px;height:24px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #XUPBGRcI8dXQAaAEiTve9V3vJuFJluuv { top:221px;left:0px;width:123px;height:61px;font-size:123px;display:none; }
 }@media only screen and (max-width: 763px) { #WROM31ltITJHlUCRPN4AlvIntTLaR0Dw { top:393px;left:0px;width:115px;height:57px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #lR2VM8rwLvinteusN09crV6A7B8hV5lz { top:206px;left:0px;width:71px;height:;font-size:56px;display:none; }
 }@media only screen and (max-width: 763px) { #Z407mIHoAwwt8U1WpVyT8sMqDlb9Mt7p { top:478px;left:35px;width:41px;height:44px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J { display:block; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc1J56SfboZ4yaHExkz5GU66c5orHOTx { top:530px;left:223px;width:541px;height:38px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TpGdfot2ntDr8IuCpXq0zTo2Bz36r9lc { top:243px;left:214px;width:550px;height:271px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hS76po8Lpx7JRFc0mqkQby2SfoPLJhky { top:154px;left:213px;width:551px;height:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P9Q68WGu0QNOySoBcihfEAg8flu3rxeE { top:93px;left:213px;width:551px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #K6M7vFUuObMyX6QLhlEZcnazddp2dEqA { top:27px;left:164px;width:600px;height:47px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lp2bNaZkZoO4Zsv4AFDsQ7V7UHwH3IV7 { top:19px;left:0px;width:548px;height:548px;display:block; }
 }@media only screen and (max-width: 763px) { #X5eE0A1CntI5fEWHztvh8e6zILGbG81I { top:82px;left:219px;width:545px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #erTdptmHc0wzZ38XNhylHKEtaoVUKRTP { top:78px;left:219px;width:545px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:764px;height:58px;top:30px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:79px;left:0px;width:200px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:149px;left:59.5px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:224px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:258px;left:0px;width:200px;height:124px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:79px;left:182px;width:200px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:149px;left:250.5px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:224px;left:182px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:259px;left:182px;width:200px;height:124px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:79px;left:373px;width:200px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:149px;left:441.5px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:224px;left:373px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:259px;left:373px;width:200px;height:103px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:61px;left:564px;width:200px;height:275px;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:149px;left:632.5px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:224px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:259px;left:564px;width:200px;height:124px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 { display:block; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCtqq3VoS7eEIck4EVfq9nRKrenc5UQ0 { width:260px;height:308px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TNybvZlFBftEFgVDI4uTThANGZw52Nus { width:210px;height:26px;top:556px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #izZ91kMICtqV1WGNwsnweFKIeLnV2xHv { width:264px;height:264px;top:280px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T5S8y2r9G0SC9gTdEwJGC5iG7E0QPCMt { width:260px;height:308px;top:281px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #QtUKQK1Icg8z2eEyIBcz3zAaaSch5raN { width:210px;height:26px;top:556px;left:172px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mHtWIlolTEWI1v0IqE5URVtkTbf7Fe0k { width:260px;height:308px;top:281px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #WXgqXNgB1C4RNA3NeqCyKSzkHywGfpXk { width:210px;height:26px;top:1028px;left:172px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #amKo8hNpFeTwZ80lUAyS5RWRvbiz4LSA { width:50px;height:50px;top:310px;left:457.5px;display:block; }
 }@media only screen and (max-width: 763px) { #thBSLXv8N0NhL9mxQB0Uai2o8d2N2sTw { width:260px;height:308px;top:280px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #eUOyZkw9pBTcfhqH2MxuNV7CtChaJUTF { width:210px;height:26px;top:1028px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuSrCpgUqVaapvqNC52KS7E6fvaVoLf { width:50px;height:50px;top:310px;left:652.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kyaTaLNzdILTKKDc1fFBSR0UZ2UpcUJ1 { width:764px;height:58px;top:46px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #F8l32xDQmnqKZ8dM4STA7UgdpTuoRoJc { width:264px;height:264px;top:281px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #LfD7vUod5kMMkKOCBZy1IhrERwMS6tGJ { width:264px;height:264px;top:749px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #UoWhafGpSzMzT1Nt0G1aqdayRbl7UVwU { width:264px;height:264px;top:750px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WzeT6ePziG1z3dm48Z0o5t9xCtimoZRd { top:123px;left:0px;width:764px;height:81px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d7poXahElwRavQm9PGUsMr7ETBChek2z { width:260px;height:308px;top:750px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9TTU0vhRtqZXor7KhQl60OQIUg2u8L { width:260px;height:308px;top:750px;left:116px;display:block; }
 }@media only screen and (max-width: 763px) { #pvy7MNKluNIaWTfBE4Cf2eTApeMGe4w7 { width:260px;height:308px;top:750px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #xgTINJ6dMia9uGIMn8D4iOIN42bCE9dC { width:265px;height:265px;top:281px;left:499px;display:block; }
 }@media only screen and (max-width: 763px) { #BH7HFTgDtFqFS39xLsm7ZUlp6571FhN6 { width:262px;height:262px;top:281px;left:311px;display:block; }
 }@media only screen and (max-width: 763px) { #eFK7gdnBHpCztIofT9Sd5EkqBJBWPQCQ { width:263px;height:263px;top:751px;left:312px;display:block; }
 }@media only screen and (max-width: 763px) { #ySgdERFiDgxkNI7qBgEwJcKrThfrJmT9 { width:210px;height:26px;top:556px;left:554px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mDrVrLTINQ9m3FtT1HEDqc21tGyem86V { width:210px;height:26px;top:556px;left:363px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m6mqurRTV2TRVzJLBLk0hZL8uogoeu08 { width:210px;height:26px;top:1028px;left:363px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MfdbJtb1t5IP6bv6vMdg3nvWmW2xU6gn { top:1145px;left:0px;width:764px;height:425.80733944954px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:399px;left:291px;width:182px;height:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:764px;height:58px;top:0px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { top:90px;left:0px;width:764px;height:254.08656036446px;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:44px;left:0px;width:764px;height:129px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:272px;left:258px;width:229px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { top:238px;left:258px;width:198px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { top:309px;left:258px;width:229px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { top:343px;left:258px;width:229px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { top:339px;left:211.5px;width:34px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { top:305px;left:216px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { top:268px;left:213.5px;width:30px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { top:234px;left:215.5px;width:26px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { top:242px;left:191.5px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { top:276px;left:191.5px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { top:313px;left:191.5px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { top:347px;left:191.5px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:18px;left:458px;width:306px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { top:0px;left:0px;width:91px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat: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; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.adaptive-delivery-prevent-bg, #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.lazyload, #ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg.lazyloading { background-image: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { background-color: transparent; background-image: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container > .video-iframe-container { display: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container { display: none; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .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); }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { border-width: 0; border-radius: 0; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozvmFiDAs6IOQMRwq6egQUTATtI9DFpg > .row .container { width:320px;height:945px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3pVTW1paXpka0kM2flg7yTaImzEVQuQ { width:276px;height:370px;top:512px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qzBE2PvIyIqJ8DVeDk6TKkLTBuP2Vnr2 { width:210px;height:57.5391px;top:525px;left:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-regular-label { display:block;width:211px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-text {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-textarea { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-select {padding-top: 0; padding-bottom: 0;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-input-button { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .widget-checkbox-label { width:192px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi  { width:211px;height:auto;top:566.99656677246px;left:35.000000953674px; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi .radio-container { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi {display:block;}#OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi { width:211px;height:auto;top:566.99656677246px;left:35.000000953674px; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #MTLZ4zqmQW5Hm7pRob7idnBztTo1Xa3Q {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #KxUfRGyQSR0tKkCbo4ORrmaJ6VBrCNzU { display:none; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #SqfMsaAD4gRnTfsp7AHkhV14nTyqBALn {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #rSJuB4qVmMHJD5XK2RF0fTI39T1MFs38 {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #hxG9WEVpeiLwLAtv4UBprbKTd7ZB9r0R { display:none; }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #nuvJIKppnBGtHzE5DCp4pAJhih3psESd {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #qoke61pTHrif9PGWoDtLfewAswgKsZpP {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #eRg5RTakkG4de9NScFP5yvpJU79fazLy {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #Ktqs9ryCiF6ILD6PXh9uv10olEmstZtb {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #QJX8Dd0pT24LPnuu67OkueNzdaIhEegN {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #wf0AKSsGpMFmXJ1JT1uoqhhB6dCowkrM {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #sXVSK1ziFM7GJH4RwaQBXZJcS8NzHSah {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #F6qUk4Ld214XylKiO1G3R3gydC4ecfXW {  }
 }@media only screen and (max-width: 763px) { #OmcN11Xsf8r6Na3ATeDRygAgs5cuWOyi #EfMNx1KGdJMEMyuDTeW8B8lAHyZQps4k {  }
 }@media only screen and (max-width: 763px) { #TSEHSTLilIWrN2vkMcUQPD5Zz71skHTS { width:210px;height:102px;top:18px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TIFJsrWVxQTaLdrlk3RLkysTRntpx1xh { width:25.9801px;height:17px;top:411px;left:270.00001239777px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #arBSlWFqQyavZX4K3ITnii8V0PT1OSe1 { width:185.98px;height:11.7px;top:466.65000915527px;left:67.000004768372px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #lS2tn8KMWFr5q6wNTFbeAwyBq48Msd3O { width:58px;height:11.7px;top:388px;left:234px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #dnSrlng2nVwHPN92AAD0eqPTmWADdTtD { width:37.9972px;height:35.191px;top:393px;left:239px;font-size:32px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JZhh5ZSuUozzDNDEGFpVxLsrRZFIdDf9 { width:37.9972px;height:12px;top:373px;left:234px;font-size:15px;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #x7pSTMSq5vra1VwmV1HK917kz69zwUyn { width:10px;height:13px;top:395px;left:290px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gCEK0dnzAD4RrsRQqzmd8xJE4ZRxQMAU { width:96.9886px;height:13.5px;top:373.30000305176px;left:111.50000476837px;font-size:15px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lNHEtTzkzydvsyBWuDa8TfPf7eqVSEpJ { width:37.9972px;height:11.7014px;top:390px;left:125px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TMOot23UEqltn4pzfAfngGw5TLoyc6wm { width:35.9659px;height:12.8px;top:412px;left:125px;font-size:32px;line-height:.4;display:block; }
 }@media only screen and (max-width: 763px) { #lJi68FnVqxRBZ1hX6y1BlEcNfOGCA5Si { width:10px;height:10px;top:386.90339660645px;left:90.90624332428px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xIXcSTCeRDVZRC5p3ZTNvA34LLuPxXWu { width:58.9915px;height:9.09375px;top:377px;left:45px;font-size:7px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RDAOfUMeTiyZWRVAugLaVAwT18IRtJzb { width:23.9915px;height:3.2px;top:405.25000762939px;left:43.571429252625px;font-size:32px;line-height:.1;display:block; }
 }@media only screen and (max-width: 763px) { #qa7M3CN9L0ZOCz7MDlgJ91p4d1XT2q2E { width:20px;height:14.2773px;top:401.6875px;left:83px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #fK4frlaOOvh6D5KlqSTqpTn3CTrXOpny { width:15px;height:8px;top:399.85000610352px;left:196.28750324249px;font-size:10px;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #OUO0d9zTqqMo2pTIXMMJwk7Vz3FullR8 { width:62px;height:9px;top:377px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ft7AooxkNFUgemHrTfS0Lv48L35PnhPC { width:320px;height:auto;top:261px;left:0px;font-size:19px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bnQFBfHeQxEkn8PHWUOyuo62VviLPoI9 { width:163px;height:auto;top:384px;left:78px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #ut55xmseOz76EOAUDFP4k96BGXWEyR2X { width:155px;height:auto;top:358px;left:82px;font-size:17px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #JwfIHZbmq26gTq6mkAKey4soygnQEZaX { width:181px;height:auto;top:332px;left:69px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #yX30PHte6Rv9mtqPMD46OcyeNHNOlwZK { width:41px;height:auto;top:487px;left:139px;font-size:20px;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EqqI5lSsyzNaLU1bf71h1avmSXrnOb7D { width:295px;height:24.6875px;top:138px;left:13px;font-size:19px;text-align:left;text-align-last:left;z-index:15045;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #XUPBGRcI8dXQAaAEiTve9V3vJuFJluuv { width:123.984px;height:61.5039px;top:231px;left:100px;font-size:123px;z-index:15025;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WROM31ltITJHlUCRPN4AlvIntTLaR0Dw { width:61.9922px;height:37.3828px;top:210px;left:45px;font-size:17px;line-height:1.1;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #lR2VM8rwLvinteusN09crV6A7B8hV5lz { width:71.9922px;height:45.4883px;top:219px;left:204px;font-size:35px;z-index:15022;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #Z407mIHoAwwt8U1WpVyT8sMqDlb9Mt7p { width:41.9922px;height:32.9883px;top:266px;left:79px;font-size:30px;line-height:1.1;z-index:15025;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J { display:block; }#J1ZXCf9aqpvknZ1dQxT33JvXxZCcJo5J > .row .container { width:320px;height:797px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc1J56SfboZ4yaHExkz5GU66c5orHOTx { width:320px;height:43.9844px;top:715px;left:0px;font-size:10px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TpGdfot2ntDr8IuCpXq0zTo2Bz36r9lc { width:320px;height:203.711px;top:511px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hS76po8Lpx7JRFc0mqkQby2SfoPLJhky { width:320px;height:47.9883px;top:447px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #P9Q68WGu0QNOySoBcihfEAg8flu3rxeE { width:320px;height:31.1719px;top:402px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #K6M7vFUuObMyX6QLhlEZcnazddp2dEqA { width:320px;height:25.3px;top:327.99719238281px;left:0px;font-size:23px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lp2bNaZkZoO4Zsv4AFDsQ7V7UHwH3IV7 { width:290px;height:290px;top:18px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #X5eE0A1CntI5fEWHztvh8e6zILGbG81I { width:320px;height:3px;top:369px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #erTdptmHc0wzZ38XNhylHKEtaoVUKRTP { width:320px;height:3px;top:366px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:320px;height:1165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:320px;height:77.9688px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:200px;height:229px;top:118px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:70px;height:70px;top:188px;left:124px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:200px;height:20.8px;top:263.09375px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:200px;height:91.0156px;top:297.984375px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:200px;height:229px;top:362px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:70px;height:70px;top:432px;left:124px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:200px;height:20.8px;top:507px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:200px;height:91.0156px;top:542px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:200px;height:229px;top:608px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:70px;height:70px;top:678px;left:124px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:200px;height:20.8px;top:753px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:200px;height:91.0156px;top:788px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:200px;height:229px;top:908px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:70px;height:70px;top:925px;left:124px;font-size:49px; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:200px;height:20.8px;top:1000px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:200px;height:91.0156px;top:1035px;left:60px;font-size:14px;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 { display:block; }#J7mgag7k8qSbTSF5J4MTxiQX4nBvxoi5 > .row .container { width:320px;height:1190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCtqq3VoS7eEIck4EVfq9nRKrenc5UQ0 { width:126px;height:146px;top:224px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TNybvZlFBftEFgVDI4uTThANGZw52Nus { width:73px;height:15.6px;top:353px;left:41.000001907349px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #izZ91kMICtqV1WGNwsnweFKIeLnV2xHv { width:129px;height:129px;top:224px;left:12.10000038147px;display:block; }
 }@media only screen and (max-width: 763px) { #T5S8y2r9G0SC9gTdEwJGC5iG7E0QPCMt { width:126px;height:146px;top:224.00006103516px;left:176.09999656677px;display:block; }
 }@media only screen and (max-width: 763px) { #QtUKQK1Icg8z2eEyIBcz3zAaaSch5raN { width:121px;height:15.6px;top:353px;left:181.00000572205px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mHtWIlolTEWI1v0IqE5URVtkTbf7Fe0k { width:126px;height:146px;top:394px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WXgqXNgB1C4RNA3NeqCyKSzkHywGfpXk { width:86px;height:15.6px;top:525px;left:34.39999961853px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #amKo8hNpFeTwZ80lUAyS5RWRvbiz4LSA { width:50px;height:50px;top:769.5px;left:82px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #thBSLXv8N0NhL9mxQB0Uai2o8d2N2sTw { width:126px;height:146px;top:397px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #eUOyZkw9pBTcfhqH2MxuNV7CtChaJUTF { width:76px;height:15.6px;top:525px;left:203.50000572205px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuSrCpgUqVaapvqNC52KS7E6fvaVoLf { width:50px;height:50px;top:1095px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #kyaTaLNzdILTKKDc1fFBSR0UZ2UpcUJ1 { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #F8l32xDQmnqKZ8dM4STA7UgdpTuoRoJc { width:129px;height:129px;top:224px;left:177.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #LfD7vUod5kMMkKOCBZy1IhrERwMS6tGJ { width:129px;height:129px;top:394px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #UoWhafGpSzMzT1Nt0G1aqdayRbl7UVwU { width:129px;height:129px;top:394.00001525879px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #WzeT6ePziG1z3dm48Z0o5t9xCtimoZRd { width:275px;height:127.422px;top:76px;left:22.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7poXahElwRavQm9PGUsMr7ETBChek2z { width:126px;height:146px;top:558px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9TTU0vhRtqZXor7KhQl60OQIUg2u8L { width:126px;height:146px;top:558px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #pvy7MNKluNIaWTfBE4Cf2eTApeMGe4w7 { width:126px;height:146px;top:742px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #xgTINJ6dMia9uGIMn8D4iOIN42bCE9dC { width:129px;height:129px;top:558.00001525879px;left:177.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #BH7HFTgDtFqFS39xLsm7ZUlp6571FhN6 { width:129px;height:129px;top:558.00001525879px;left:12.89999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #eFK7gdnBHpCztIofT9Sd5EkqBJBWPQCQ { width:129px;height:129px;top:742.00004577637px;left:12.89999961853px;display:block; }
 }@media only screen and (max-width: 763px) { #ySgdERFiDgxkNI7qBgEwJcKrThfrJmT9 { width:97px;height:15.6px;top:690px;left:193.00000572205px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mDrVrLTINQ9m3FtT1HEDqc21tGyem86V { width:81px;height:15.6px;top:690px;left:37px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m6mqurRTV2TRVzJLBLk0hZL8uogoeu08 { width:102px;height:15.6px;top:874px;left:26px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MfdbJtb1t5IP6bv6vMdg3nvWmW2xU6gn { height:159px;width:289px;top:986.7875213623px;left:15.5px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:104px;height:19.6px;top:233px;left:108px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:320px;height:41.5938px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { width:320px;height:106.42369020501px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:320px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:290px;height:45.879px;top:21px;left:15px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:209px;height:16.7773px;top:124px;left:88px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { width:186px;height:16.7773px;top:100px;left:88px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { width:185px;height:16.7773px;top:151px;left:89px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { width:149px;height:16.7773px;top:179px;left:89px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { width:26px;height:20px;top:176px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { width:20px;height:20px;top:149px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { width:24px;height:20px;top:122px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { width:20px;height:20px;top:96px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { display:flex;width:10px;height:10px;top:105px;left:32px; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { display:flex;width:10px;height:10px;top:129px;left:32px; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { display:flex;width:10px;height:10px;top:156px;left:33px; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { display:flex;width:10px;height:10px;top:184px;left:33px; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:179px;height:10.4102px;top:12.8125px;left:139px;font-size:8px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { width:56px;height:27px;top:4.5px;left:16.5px;display:block; }
 }