.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:93px;width:960px;overflow:visible;position:relative;display:block; }#zIJzSLfTVEunzUFTr2k4FK1tO7Rd2HnT { color:#000000;display:block;width:376px;position:absolute;font-family:"open sans";font-size:33px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.050001144409px;left:292.00003051758px;height:42.8906px;display:block; }
#SrACSzH6TGlAObgo4WKwV4b3kKfIS9E0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92px;width:92px;top:1px;left:0px;overflow:hidden;display:block; }
#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yJCRC4aI/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.adaptive-delivery-prevent-bg, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyload, #BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW.lazyloading { background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { background-color: transparent; background-image: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container { display: none; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .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); }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { border-width: 0; border-radius: 0; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUxlhBss0uE4ZfV5Rdxxvz0IuUGHhXJW > .row .container { font-size:14px;font-family:"open sans";height:476px;width:960px;position:relative;display:block; }#uH7OcZAkmhTgMndJVDrlDIAyw4Ls1u44 { color:#000000;display:block;width:584px;position:absolute;font-family:"open sans";font-size:60px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:33px;left:0px;height:120px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvN9OoXBheaKVCrvsxlgK2fBdyzsNxbK { color:#1b232e;display:block;width:489px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:213px;left:0px;height:58.7812px;display:block; }
#ztlHOdisdB16sF7ixPLftpBEgh7wJdO3 { z-index:15003;top:318.80001831055px;left:0px;background-color:transparent;background-image:none;border-top:1px solid #012f94;border-left:1px solid #012f94;border-right:1px solid #012f94;border-bottom:1px solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:187px;height:78px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xu0QoSWvNq7HzW5ou0JVUJcdi0ZzwHnb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh { 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; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row .container { background-color: transparent; background-image: none; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row .container > .video-iframe-container { display: none; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row > .video-iframe-container { display: none; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .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); }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row .container { border-width: 0; border-radius: 0; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAiHoKCoME92QJdMSI9MSD9IPlq8lCxh > .row .container { font-size:14px;font-family:"open sans";height:505px;width:960px;position:relative;display:block; }#btFF1CXzp5HvwIW0yzGiPcRJ9WMrm3yc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:360px;width:459px;top:88.25px;left:25px;overflow:hidden;display:block; }
#HVSIusMxnu3eMR32peL0JiZTFRnrP7lv { color:#000000;display:block;width:428px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:141.875px;left:512.00003051758px;height:36.4px;font-style:normal;display:block; }
#ns3FTzhCwNeKUiXe6v64b090Jrq1fTwf { color:#1b232e;display:block;width:531px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:88.25px;left:429.00003051758px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE3IFGFAt81u0MWeEHPn5moOE8Nx2ggE { color:#000000;display:block;width:410px;position:absolute;font-family:"open sans";font-size:25px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:213.72500610352px;left:512.00003051758px;height:162.5px;font-style:normal;display:block; }
#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv { position:relative;display:block; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv { background-color: transparent; background-image: none; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .row .container > .video-iframe-container { display: none; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .row > .video-iframe-container { display: none; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .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); }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv { border-width: 0; border-radius: 0; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .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; }#tGouXzJ5HFWmIOTquMfEkKqlUOrTGQRv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efe4e4;background-image:none;font-size:14px;font-family:arial;height:895px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kSQuRllFxSwrmoh47pyHZqC1Cm3vOVsm { color:#000000;display:block;width:296px;position:absolute;font-family:arial;font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.1875px;left:362.00003051758px;height:;display:block; }
#IMHZyEJeDVNQbmtuogrTBtUQeLsoitBW { color:#000000;display:block;width:78px;position:absolute;font-family:arial;font-size:62px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:139.60000610352px;left:159.40002441406px;height:80.6px;font-style:normal;display:block; }
#fEK2KN8owaa2rUszVHkc69ZsFAAS82Vx { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:219.39999389648px;left:353.60000610352px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uA8VUCQ23ogcULc72UiSMpCGZ9kgiGCA { color:#000000;display:block;width:78px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:349.16253662109px;left:377.00003051758px;height:80.6px;display:block; }
#VCDin2SO9ucNEUq7NkipoFtWaTnvSJXI { color:#000000;display:block;width:84px;position:absolute;font-family:arial;font-size:62px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:562px;left:156.40002441406px;height:80.6px;display:block; }
#Ng2otK7DVlf4J4mobImuXJDNUiJ8slg6 { color:#000000;display:block;width:237px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:230.20000839233px;left:74.600006103516px;height:23.4px;font-style:normal;display:block; }
#KRWSmIDB541SD8T1zsmZ0rf4BativoNC { color:#000000;display:block;width:570px;position:absolute;font-family:arial;font-size:40px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:65.375px;left:15.600006103516px;height:52px;font-style:normal;display:block; }
#xrtED4IgzbMNB22znT6vpM89U3Z5TFBZ { color:#000000;display:block;width:846px;position:absolute;font-family:"open sans";font-size:21px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:267.26249313354px;left:74.600006103516px;height:54.5938px;font-style:normal;display:block; }
#T1kra51vPEnNpxosuN1v2TbUUWyOhbc7 { color:#000000;display:block;width:235px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:445.95002746582px;left:127.80001831055px;height:23.0938px;font-style:normal;display:block; }
#LMVdX4xzVMUU37T3DewUKF96w55RPV4D { color:#000000;display:block;width:768px;position:absolute;font-family:"open sans";font-size:21px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:480.90000915527px;left:126px;height:81.8906px;font-style:normal;display:block; }
#BuDcz5xASKGTHr3Nby5H1SNlUBUibIN9 { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:642.6000213623px;left:60.400024414062px;height:27.3px;font-style:normal;display:block; }
#EVskhPfJxMhavXVS2423CRV68U7nrhVK { color:#000000;display:block;width:849px;position:absolute;font-family:"open sans";font-size:21px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:676.59999084473px;left:55.5px;height:54.5938px;font-style:normal;display:block; }
#uLCTyyrPSZuTbHFXVWbDsAQhhKSRDISW { color:#000000;display:block;width:287px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:862.60000610352px;left:6.1000061035156px;height:27.3px;font-style:normal;display:block; }
#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ { position:relative;display:block; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ { background-color: transparent; background-image: none; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .row .container > .video-iframe-container { display: none; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .row > .video-iframe-container { display: none; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .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); }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ { border-width: 0; border-radius: 0; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .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; }#SUurJgXDJhPwh91TN0PNsafXzMHoU9yJ > .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:620px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cJJwTvMEfzoDuShSP0bucOoDBNbyexCy { color:#1b232e;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:42.950012207031px;left:0px;height:32.0028px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9Hy6emTax2TUIygTCMr6t3QuWkJK5Gi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:198px;width:280px;top:121.40009307861px;left:17px;overflow:hidden;display:block; }
#tGknvGEsV4Ixkyh57Oy8ObdfAzvn4D41 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:270px;top:120.40009307861px;left:330.00003051758px;overflow:hidden;display:block; }
#QPILFqqpbZbgIZe6JsqUJwbTqa3Fcw9H { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:199px;width:274px;top:120.90000152588px;left:662.00003051758px;overflow:hidden;display:block; }
#CZ6aud7PoM1PaTIGOuOiv1OE64nDTHfq { color:#1b232e;display:block;width:257px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:339.40008544922px;left:17px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D497n7WmLDndUGa7zrtTnKwhsTTMpzz9 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:339.40008544922px;left:380.00003051758px;height:26px;font-style:normal;display:block; }
#dDDm2mTvMWdRrcBwaQom9xI5eiSs3SJN { color:#1b232e;display:block;width:322px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:339.40008544922px;left:638.00003051758px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPcGEHyTRFFNymI25vNN2gQyBW85a1Gm { color:#000000;display:block;width:208px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:365.40001296997px;left:350.00003051758px;height:41.5938px;display:block; }
#SE0NGZNtyWmBxByQB5WIHRTyzt2EC0oJ { color:#02060c;display:block;width:142px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:365.40001869202px;left:74.5px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKRpb3kMC9waUo1VQONk9xLSPBvUu4B9 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:372px;left:41.600006103516px;height:;display:block; }
#MvHxKT04XppIurOVOT4AP4SgIc2528tT { color:#000000;display:block;width:236px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:418.00009155273px;left:39px;height:103.984px;font-style:normal;display:block; }
#Lrsz0qnKvbCJBuIfwsOpD8TZ84oxxdHV { color:#000000;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:417.99995422363px;left:350.00003051758px;height:;font-style:normal;display:block; }
#Eg2OnUecTDt4OeptzGBqSuNgciBueZE2 { color:#000000;display:block;width:269px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:418.00009155273px;left:670.50003051758px;height:103.984px;font-style:normal;display:block; }
#f32hvr6fn17TXapBfxgipwZiexfL7OLd { color:#000000;display:block;width:266px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:365.40001296997px;left:662.00003051758px;height:20.7969px;display:block; }
#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z { position:relative;display:block; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z { background-color: transparent; background-image: none; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .row .container > .video-iframe-container { display: none; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .row > .video-iframe-container { display: none; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .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); }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z { border-width: 0; border-radius: 0; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .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; }#ToxTmsueSt7n2HpdnsviHN1dLlINrW1Z > .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:578px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uO9zSpRrbyFd99qb3niFwuC8HrueU3Mq { color:#000000;display:block;width:426px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375px;left:251.30001831055px;height:45.5px;font-style:normal;display:block; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:20px;line-height:1.6;overflow:hidden;height:auto; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:20px;font-family:"open sans";font-weight:300;font-style:normal;height:auto;line-height:1.5;overflow:hidden; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-trigger.adaptive-delivery-prevent-bg, #h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-trigger.lazyload, #h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-trigger.lazyloading { background-image: none; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN { box-sizing:content-box;height:auto;width:874px;position:absolute;display:flex;flex-direction:column;gap:30px;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:109.828125px;left:53.5px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #haBbURcTHbKrdoUgzJE5x250bJ5CJb9S { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #TCDn2RlDZ54vgJ2eA4cUxw8t68OIG5Tw { height:auto;display:flex;position:relative;top:0px;left:0px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #S2wKrOtcBPx3TxA67h1bmWOSexbg9pZF { display:block;position:relative; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #emuUvna9S0EvGh3Kcy74kRN5i4eBQW4q {  }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #LCppP6OEpNNU7QKgsWJWiRPDKWZKEumS {  }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #e4JOao3F3XJdEunf84FdKeQnnxZfBZB7 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #esqerCg0JX2JW9bx5Z4a12RcgGw047Ca { height:auto;display:flex;position:relative;top:0px;left:0px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #xQz3FVrolaoS6UKnPiwzNpM8B5t8nZJZ { display:block;position:relative; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #OozHENFqBND7aBLWTmPVZNaLffL5Gw9e {  }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #bIle4uzxcdSymy8Rw5576Whv2pLsaJXx { display:none; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #woAcAZu5GEnKa7UWu7Wntuz7BiuyhiMx { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #gvQSFIfLV8ysh5Mf6hN5BwRsa9eUdEVk { height:auto;display:flex;position:relative;top:0px;left:0px; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #mnIQv4U19vQFkrqPrw9eTwHLyEJXAkaq { display:block;position:relative; }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #tRHgkTktRkOSr8sVsFabWin1eoE3gW3T {  }
#h2rTrJTQa8zRe1whNIwIzB86JakUhZBN #QuFWJmfiuUDb32ZfkzyK8WL0e9mTX0gD { display:none; }
#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 { position:relative;display:block; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 { background-color: transparent; background-image: none; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .row .container > .video-iframe-container { display: none; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .row > .video-iframe-container { display: none; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .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); }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 { border-width: 0; border-radius: 0; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .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; }#hoaFrFJ4aAFH9pdzsmuhLe0kCSkATsW0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#332733;background-image:none;font-size:14px;font-family:arial;height:339px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HwNEVZ1zNeNa6C4cHAFfiOImTDrKKTFz { color:#ffffff;display:block;width:456px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58.375px;left:252px;height:45.5px;font-style:normal;display:block; }
#E7JsbNSJ1w8SDrgoKZouQucNJQxVXwMN { z-index:15003;top:171.8125px;left:369.890625px;background-color:#10103d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #f8faff;border-left:1px solid #f8faff;border-right:1px solid #f8faff;border-bottom:1px solid #f8faff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#fafbff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220.188px;height:50.1875px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vMEEqqq3RiyB4SKfsH35dGmt95hvMbMD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xpsVGgwMckNDsh7PL8hriLfaxu4h8nRR { color:#eddfe2;display:block;width:175px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:309px;left:17.5px;height:;display:block; }
#cOXfPCEQeqwx9kAEBMbQSpWusCIpDPhF { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:209px;left:96.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DW9u3UWrHge5bWHf2wnrTpS0y4d23Gl7 { color:#fbeaea;display:block;width:180px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:318.1875px;left:0px;height:20.7969px;font-style:normal;display:block; }
