.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd { 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; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container { background-color: transparent; background-image: none; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container > .video-iframe-container { display: none; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row > .video-iframe-container { display: none; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .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); }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container { border-width: 0; border-radius: 0; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#uJIKOFKpB1ncAhb2MKHVuom4IfJ7UU64 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:21.5625rem;display:block; }
#ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFckPbhxrM7qPNZFCAVqThKlPUT250uZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:30rem;display:block; }
#lIahoU4150Aoel5Ri4CDQPBz19wgZtq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fic9tieFrUUedXAcK1kE4amTNgQPEdnH { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #e6007e, #fa53a9);background-image: -moz-linear-gradient(115deg, #e6007e, #fa53a9);background-image: -ms-linear-gradient(115deg, #e6007e, #fa53a9);background-image: -o-linear-gradient(115deg, #e6007e, #fa53a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6007e', endColorstr='#fa53a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6007e', endColorstr='#fa53a9' );";background-image: linear-gradient(115deg, #e6007e, #fa53a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:50.063537597656rem;display:block; }
#MOorUMJp52AToQceAuLpJVE3EiwgWzom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHnBfeRIwzdHF2Tr97K7nUTpvmzNTorB { position:absolute;display:block;z-index:15006;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:2.125rem;width:10.125rem;top:1.25rem;left:1.5rem;overflow:hidden;display:block; }
#sFoEFTM3KKp1TFXsPNpK0HdZXAmxTXfT { position:absolute;display:block;z-index:15007;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:5.375rem;width:21.4375rem;top:4.5rem;left:19.28125rem;overflow:hidden;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/171507c8-5bef-4799-b4ef-44f2c3678e72/Fostexwoh25TH9191200px.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:49.625rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container.lazyloading { background-image: none; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:2.1875rem;left:1.59375rem;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;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#JTcDBgHlN4gRigFtd9CG08b1XMHyEArq { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:6.375rem;left:1.59375rem;height:31.875rem;font-style:normal;display:block; }
#qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { z-index:15003;top:45.75rem;left:1.59375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QB9pCunduiKEyJaFNh36vSx6NHlgXZy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRws7nkz9QKwRgH8VtmtmOuB8FTH6aFE { 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:59.5rem;width:47.375rem;display:none; }
#RerSPbMDyUI2gnuEcB7t3oPMKTOc2qls { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek { position:relative;display:block; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek { background-color: transparent; background-image: none; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row .container > .video-iframe-container { display: none; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row > .video-iframe-container { display: none; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .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); }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek { border-width: 0; border-radius: 0; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .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; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pRJ71AxNzioXDpGzguT7yEN0m4zCRdvV { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.53125rem;left:1.6875rem;height:1.7875rem;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;color:#343434;text-align:left;text-align-last:left;display:block; }
#rh9t1qkNaIXfBC3MNhqPwDGKHVzLxace { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:3.59375rem;left:1.6875rem;display:block; }
#NXHMKuIm4rtlFwkiVPWd7sacUh226vR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arUB6KJTRi51H8lfgylmB3ZGdew67ktL { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.25rem;left:1.6875rem;height:25.5rem;font-style:normal;display:block; }
#L5xq13NKimtfU48F3dfAQsbTOuh8rmHS { z-index:15004;top:40.25rem;left:1.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DtZU3pWRIsz0BQL9gzRyOQEhPxvhhAtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLtMrWCr00LQEnHzpJ0XzVJPnERh04Ix { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:40.125rem;width:26.75rem;top:2.8125rem;left:31.125rem;overflow:hidden;display:block; }
#VScvEQnZFHTuUcxM8voQC1g22mG5pwQ5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr { border-bottom:0;border-left:0;border-right:0;border-top: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; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container { background-color: transparent; background-image: none; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container > .video-iframe-container { display: none; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row > .video-iframe-container { display: none; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .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); }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container { border-width: 0; border-radius: 0; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#Qe6oXQrKU8M2F838Fta8sfbpTCXKafDz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.09375rem;left:32.065624237061rem;display:block; }
#RLFHTOsbJsE0fP9r2hIuZVZ9wQJOZCU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEAq2PK8N37R28tfS1Dnwc1ThHqUUyxv { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:32.125rem;height:1.7875rem;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;color:#343434;text-align:left;text-align-last:left;display:block; }
#yHsMU51Z1wbuc6zaAIQRaQ4EhvZ7TrxK { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.63125038147rem;left:32.065624237061rem;height:30.28125rem;font-style:normal;display:block; }
#yC2kcmqqGqfbGQAQKVHe6QNqNp8AbbMS { z-index:15005;top:43.1875rem;left:32.065624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BblwE1APwNm0c7RLzVmcmqONswze5XEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmCZ0BOy6JVrfasL9UbyLlUBwyQla8eB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:41.0625rem;width:27.875rem;top:3.75rem;left:1.3156242370606rem;overflow:hidden;display:block; }
#BqZ7ZLyD8zVbQ3x4atGBHfVUXU17sOoD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL { position:relative;display:block; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL { background-color: transparent; background-image: none; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row .container > .video-iframe-container { display: none; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row > .video-iframe-container { display: none; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .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); }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL { border-width: 0; border-radius: 0; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .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; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T489VXXMIQPslXDTSSqvznK36FffeKmC { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.40625rem;left:1.6875rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#h2BthDTVoUvX57kirDeJtCh9CTwdoowP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:2.46875rem;left:1.6875rem;display:block; }
#MylX6fudqCLhrxsp60gZWTJKhByck6GK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxQBySnTcbRvoaRyaS2eDlkM95mqtBxX { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.125rem;left:1.6875rem;height:27.09375rem;font-style:normal;display:block; }
#TP4cCQ7uJaAac19GJ0ocHlGiCyBTPhMa { z-index:15004;top:38.375rem;left:1.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PVTArB1uqyKlAp6rxNgru1pbIp469p37 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jr6CRaqWwn0Wrbm4ZJnGT0bPnrlZ2GQG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:34.6875rem;width:27.4375rem;top:3.75rem;left:30.6875rem;overflow:hidden;display:block; }
#zTeco1NBbae5Kpn2Hi2FmPVhusm4rnUn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id { border-bottom:0;border-left:0;border-right:0;border-top: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; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container { background-color: transparent; background-image: none; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container > .video-iframe-container { display: none; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row > .video-iframe-container { display: none; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .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); }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container { border-width: 0; border-radius: 0; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#Mw3TuHXAsrJk29332TveMtpPrh84gf1F { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.09375rem;left:32.065624237061rem;display:block; }
#Hlasozx3ONN3tFUMusx4DclrkNtGqgMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJhsTbowq3sTLHvQ6vDx9RXWlGDf65XB { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:32.125rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#dd8qGo7pXVxEn4XPwqKiCzgvZFT8AVeX { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.63125038147rem;left:32.065624237061rem;height:23.90625rem;font-style:normal;display:block; }
#pirvGWSg9vQbF32zrhtaakZGm8w4FcuD { z-index:15005;top:35.25rem;left:32.065624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I2zwdRMmcSS1RpF64xnkoUx5XsxLQJSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1Sg4wtqh2FNdlEO8gvZ5MpATFC5wttX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:32.25rem;width:27.0625rem;top:4.21875rem;left:1.6281242370606rem;overflow:hidden;display:block; }
#Tk1yKFyyms8QpGHWx5CTDtDriO0C2t6L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { position:relative;display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { background-color: transparent; background-image: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { border-width: 0; border-radius: 0; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UGI7svhLtP9I4T88h0EEPiFGZNWVUqgW { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.40625rem;left:1.6875rem;height:1.7875rem;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;color:#343434;text-align:left;text-align-last:left;display:block; }
#oCvEtO0z1yHpgCfDt3gJBXr155mvXS8l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:2.46875rem;left:1.6875rem;display:block; }
#t0X1RbdVfyx0KhBsnKlEJPLkUT0RX6n1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcIdqVZ8kJs5gtemkk2oGhoJytV6EO14 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.125rem;left:1.6875rem;height:20.71875rem;font-style:normal;display:block; }
#mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { z-index:15004;top:33.75rem;left:1.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mo925f9dRPD4R6nWr8KXSm7vrzw22TVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTMQq1O5MUTBtDFv7UFZq0IDUVyzXBo9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:33.0625rem;width:27.9375rem;top:3.546875rem;left:30.6875rem;overflow:hidden;display:block; }
#sJACSHE1a9d4qm0EqWzAWSMJhZMTxvyg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { border-bottom:0;border-left:0;border-right:0;border-top: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; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { background-color: transparent; background-image: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .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); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { border-width: 0; border-radius: 0; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#CoeQZdipyahAWq4fT4DbXd98tDiXmtTE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.09375rem;left:32.065624237061rem;display:block; }
#VszmFXScNdh5e0SLHq7S1xELbi6W1STq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egauJu8fQNkbu3bSQWAdbEFn97eOwivx { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:32.125rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.63125038147rem;left:32.065624237061rem;height:27.09375rem;font-style:normal;display:block; }
#RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { z-index:15005;top:36.9375rem;left:32.065624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Exd04HtE49ESZsVAJb41fRBwMvPWLlS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZ3AoLL1b3x97JS4lDyKlBZqpFND475O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:38.5625rem;width:27.9375rem;top:3rem;left:1.4406242370606rem;overflow:hidden;display:block; }
#CtuWpNQB3Whv6G4FkAISSKID4KEPPrJ1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#rGQLb38eBT9rkqHPyL60yagl0eXdpR5Z { 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:49.125rem;width:50rem;display:none; }
#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { background-color: transparent; background-image: none; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container > .video-iframe-container { display: none; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row > .video-iframe-container { display: none; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .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); }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { border-width: 0; border-radius: 0; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#NfFADsIBxASCEMOkTc9wrTrM75TXBZkn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.15625rem;left:2.0625rem;display:block; }
#rPTSUlFqzNEfCP2EVWIwT15BpA2vDHsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIdfhaR11sD856tO34PfcAEiJ0dHssPB { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.09375rem;left:2.0625rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#dlq6oTHNB5BETGGyv1ZWdlXshwAZCIyH { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.90625rem;left:2.0625rem;height:15.9375rem;font-style:normal;display:block; }
#c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { z-index:15005;top:30.8125rem;left:2.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jp6WTvBCh36ERhTXnKF6hk8Fwn1N8It9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSmmxUu4Hr6QD0webouXrLPhdnX3ixoF { position:absolute;display:block;z-index:15007;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:34.5rem;width:25.5rem;top:0.875rem;left:32.8125rem;overflow:hidden;display:block; }
#tATsZ4Ntgk0pP9ci5ZAg4TdrFSPH0ym3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#a7lA9XfU2wIsdhvuMJ6LOy2dGRn3rt2O { 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:55.125rem;width:50rem;display:none; }
#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container { background-color: transparent; background-image: none; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container > .video-iframe-container { display: none; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row > .video-iframe-container { display: none; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .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); }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container { border-width: 0; border-radius: 0; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#tLtQu9dPgwUa6PJryk1eEbwuh1woCq8T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.09375rem;left:32.065624237061rem;display:block; }
#R4bdupx3M3AskgoLHqgXEwxy3KenZShQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKID47U3TNeko17ApRUzNmEc5s8XyfWk { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:32.125rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#ZQTZTBOu7AmfRGQJ3JR07nBTJds126HJ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.63125038147rem;left:32.065624237061rem;height:22.3125rem;font-style:normal;display:block; }
#QAeuAg04d8f3Ll7paB3bOiD22yxTcU18 { z-index:15005;top:32.5625rem;left:32.065624237061rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sAlXaISerm9iIfJe9l8bbxkcTPelQ9SS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCe5xU2tDKRLIEIt9pNZDCNARII0Duin { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:32.25rem;width:27.375rem;top:3rem;left:1.4406242370606rem;overflow:hidden;display:block; }
#SWU2IPAOROeS6uzy582EM4EW7rL2Eop4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA { border-bottom:0;border-left:0;border-right:0;border-top: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; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { background-color: transparent; background-image: none; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container > .video-iframe-container { display: none; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row > .video-iframe-container { display: none; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .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); }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { border-width: 0; border-radius: 0; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#UUxRStGqw9VSozF4fRBps3wqGi00XSxA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3.03125rem;left:2.3125rem;display:block; }
#y4IgagXxk6848KBAQxD1l74bIKGwsuQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdb50QQpSbQMgOAxT6Mc7MIN6HB535gu { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.96875rem;left:2.3125rem;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;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#mTOl5rINMVOfmq9SIM4qxetTLBPaTmwh { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.7374992370606rem;left:2.3125rem;height:36.65625rem;font-style:normal;display:block; }
#tTkMESIWcmR3JmofL2dK2A44E64vxW6u { position:absolute;display:block;z-index:15007;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:23.75rem;width:28.25rem;top:4.75rem;left:30.75rem;overflow:hidden;display:block; }
#dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { z-index:15005;top:47.625rem;left:2.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6007e;border-left:0.0625rem solid #e6007e;border-right:0.0625rem solid #e6007e;border-bottom:0.0625rem solid #e6007e;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:#e6006e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:1.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#btZP3LNxLdRl6V65kIA78AKnI3MJe3ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0dX5vhhFRusixbnDFdpwtZnEnErC9k3 { 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:16.4375rem;width:27.875rem;top:28.5rem;left:30.9375rem;overflow:hidden;display:block; }
#Tq2qisdhTfWNUvrpXTCAWwTaH1ny8NAU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NxXqvOqTBvQ3622UUMJPCiK9MoiPSKtw { 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:22.375rem;width:50rem;display:none; }
#NCI77XJNARMcl8shWhkKTzekG0ftozqb { 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:22.375rem;width:47.0625rem;display:none; }
#qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection { position:relative;display:block; } #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection *:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="text"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="email"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="tel"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection textarea:focus-visible { outline: none; } #h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE { background-color: transparent; background-image: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container > .video-iframe-container { display: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row > .video-iframe-container { display: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .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); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE { border-width: 0; border-radius: 0; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a27dd2f6-3f4f-4323-9d63-8f5aaea22e1e/megaaudiopolygonbackfooterpara960px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container.adaptive-delivery-prevent-bg, #h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container.lazyload, #h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container.lazyloading { background-image: none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd { display:block; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJIKOFKpB1ncAhb2MKHVuom4IfJ7UU64 { width:8.4375rem;height:2.1875rem;top:1.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { display:block; }
 }@media only screen and (max-width: 763px) { #eFckPbhxrM7qPNZFCAVqThKlPUT250uZ { width:8.4375rem;height:2.1875rem;top:1.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIahoU4150Aoel5Ri4CDQPBz19wgZtq9 { display:block; }
 }@media only screen and (max-width: 763px) { #fic9tieFrUUedXAcK1kE4amTNgQPEdnH { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOorUMJp52AToQceAuLpJVE3EiwgWzom { display:block; }
 }@media only screen and (max-width: 763px) { #WHnBfeRIwzdHF2Tr97K7nUTpvmzNTorB { width:10.125rem;height:2.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFoEFTM3KKp1TFXsPNpK0HdZXAmxTXfT { top:4.5rem;left:13.15625rem;width:21.4375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcDBgHlN4gRigFtd9CG08b1XMHyEArq { top:6.375rem;left:0rem;width:28.375rem;height:36.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { top:45.75rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB9pCunduiKEyJaFNh36vSx6NHlgXZy8 { display:block; }
 }@media only screen and (max-width: 763px) { #TRws7nkz9QKwRgH8VtmtmOuB8FTH6aFE { width:45.25rem;height:56.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RerSPbMDyUI2gnuEcB7t3oPMKTOc2qls { display:none; }
 }@media only screen and (max-width: 763px) { #kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek { display:block; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRJ71AxNzioXDpGzguT7yEN0m4zCRdvV { width:27.875rem;height:;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh9t1qkNaIXfBC3MNhqPwDGKHVzLxace { width:26.5rem;height:2.9375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXHMKuIm4rtlFwkiVPWd7sacUh226vR4 { display:block; }
 }@media only screen and (max-width: 763px) { #arUB6KJTRi51H8lfgylmB3ZGdew67ktL { top:9.25rem;left:0rem;width:25.9375rem;height:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5xq13NKimtfU48F3dfAQsbTOuh8rmHS { top:40.25rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtZU3pWRIsz0BQL9gzRyOQEhPxvhhAtT { display:block; }
 }@media only screen and (max-width: 763px) { #eLtMrWCr00LQEnHzpJ0XzVJPnERh04Ix { top:2.8125rem;left:21rem;width:26.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VScvEQnZFHTuUcxM8voQC1g22mG5pwQ5 { display:none; }
 }@media only screen and (max-width: 763px) { #T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr { display:block; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe6oXQrKU8M2F838Fta8sfbpTCXKafDz { width:26.5rem;height:2.9375rem;top:3.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLFHTOsbJsE0fP9r2hIuZVZ9wQJOZCU4 { display:block; }
 }@media only screen and (max-width: 763px) { #qEAq2PK8N37R28tfS1Dnwc1ThHqUUyxv { width:27.875rem;height:;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHsMU51Z1wbuc6zaAIQRaQ4EhvZ7TrxK { top:8.625rem;left:21.8125rem;width:25.9375rem;height:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2kcmqqGqfbGQAQKVHe6QNqNp8AbbMS { top:43.1875rem;left:25.940624237061rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BblwE1APwNm0c7RLzVmcmqONswze5XEm { display:block; }
 }@media only screen and (max-width: 763px) { #dmCZ0BOy6JVrfasL9UbyLlUBwyQla8eB { top:3.75rem;left:0rem;width:27.875rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ7ZLyD8zVbQ3x4atGBHfVUXU17sOoD { display:none; }
 }@media only screen and (max-width: 763px) { #JOChSUMJPuZCVcO1aZVCB21k0fX97RDL { display:block; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T489VXXMIQPslXDTSSqvznK36FffeKmC { width:27.875rem;height:;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BthDTVoUvX57kirDeJtCh9CTwdoowP { width:26.5rem;height:2.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylX6fudqCLhrxsp60gZWTJKhByck6GK { display:block; }
 }@media only screen and (max-width: 763px) { #uxQBySnTcbRvoaRyaS2eDlkM95mqtBxX { top:8.125rem;left:0rem;width:25.9375rem;height:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4cCQ7uJaAac19GJ0ocHlGiCyBTPhMa { top:38.375rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTArB1uqyKlAp6rxNgru1pbIp469p37 { display:block; }
 }@media only screen and (max-width: 763px) { #Jr6CRaqWwn0Wrbm4ZJnGT0bPnrlZ2GQG { top:3.75rem;left:20.3125rem;width:27.4375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTeco1NBbae5Kpn2Hi2FmPVhusm4rnUn { display:none; }
 }@media only screen and (max-width: 763px) { #EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id { display:block; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw3TuHXAsrJk29332TveMtpPrh84gf1F { width:26.5rem;height:2.9375rem;top:3.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlasozx3ONN3tFUMusx4DclrkNtGqgMa { display:block; }
 }@media only screen and (max-width: 763px) { #xJhsTbowq3sTLHvQ6vDx9RXWlGDf65XB { width:27.875rem;height:;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd8qGo7pXVxEn4XPwqKiCzgvZFT8AVeX { top:8.625rem;left:21.8125rem;width:25.9375rem;height:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pirvGWSg9vQbF32zrhtaakZGm8w4FcuD { top:35.25rem;left:25.940624237061rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zwdRMmcSS1RpF64xnkoUx5XsxLQJSZ { display:block; }
 }@media only screen and (max-width: 763px) { #r1Sg4wtqh2FNdlEO8gvZ5MpATFC5wttX { top:4.1875rem;left:0rem;width:27.0625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1yKFyyms8QpGHWx5CTDtDriO0C2t6L { display:none; }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGI7svhLtP9I4T88h0EEPiFGZNWVUqgW { width:27.875rem;height:1.75rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvEtO0z1yHpgCfDt3gJBXr155mvXS8l { width:26.5rem;height:2.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0X1RbdVfyx0KhBsnKlEJPLkUT0RX6n1 { display:block; }
 }@media only screen and (max-width: 763px) { #HcIdqVZ8kJs5gtemkk2oGhoJytV6EO14 { top:8.125rem;left:0rem;width:25.9375rem;height:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { top:33.75rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo925f9dRPD4R6nWr8KXSm7vrzw22TVT { display:block; }
 }@media only screen and (max-width: 763px) { #kTMQq1O5MUTBtDFv7UFZq0IDUVyzXBo9 { top:3.5rem;left:19.8125rem;width:27.9375rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJACSHE1a9d4qm0EqWzAWSMJhZMTxvyg { display:none; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoeQZdipyahAWq4fT4DbXd98tDiXmtTE { width:26.5rem;height:2.9375rem;top:3.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VszmFXScNdh5e0SLHq7S1xELbi6W1STq { display:block; }
 }@media only screen and (max-width: 763px) { #egauJu8fQNkbu3bSQWAdbEFn97eOwivx { width:27.875rem;height:;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { top:8.625rem;left:21.8125rem;width:25.9375rem;height:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { top:36.9375rem;left:25.940624237061rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exd04HtE49ESZsVAJb41fRBwMvPWLlS4 { display:block; }
 }@media only screen and (max-width: 763px) { #dZ3AoLL1b3x97JS4lDyKlBZqpFND475O { top:3rem;left:0rem;width:27.9375rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtuWpNQB3Whv6G4FkAISSKID4KEPPrJ1 { display:none; }
 }@media only screen and (max-width: 763px) { #rGQLb38eBT9rkqHPyL60yagl0eXdpR5Z { width:47.75rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ { display:block; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfFADsIBxASCEMOkTc9wrTrM75TXBZkn { width:26.5rem;height:2.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSUlFqzNEfCP2EVWIwT15BpA2vDHsh { display:block; }
 }@media only screen and (max-width: 763px) { #IIdfhaR11sD856tO34PfcAEiJ0dHssPB { width:27.875rem;height:;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlq6oTHNB5BETGGyv1ZWdlXshwAZCIyH { top:8.875rem;left:0rem;width:25.9375rem;height:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { top:30.8125rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6WTvBCh36ERhTXnKF6hk8Fwn1N8It9 { display:block; }
 }@media only screen and (max-width: 763px) { #tSmmxUu4Hr6QD0webouXrLPhdnX3ixoF { top:0.875rem;left:22.25rem;width:25.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tATsZ4Ntgk0pP9ci5ZAg4TdrFSPH0ym3 { display:none; }
 }@media only screen and (max-width: 763px) { #a7lA9XfU2wIsdhvuMJ6LOy2dGRn3rt2O { width:47.75rem;height:52.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ { display:block; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLtQu9dPgwUa6PJryk1eEbwuh1woCq8T { width:26.5rem;height:2.9375rem;top:3.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4bdupx3M3AskgoLHqgXEwxy3KenZShQ { display:block; }
 }@media only screen and (max-width: 763px) { #xKID47U3TNeko17ApRUzNmEc5s8XyfWk { width:27.875rem;height:;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTZTBOu7AmfRGQJ3JR07nBTJds126HJ { top:8.625rem;left:21.8125rem;width:25.9375rem;height:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAeuAg04d8f3Ll7paB3bOiD22yxTcU18 { top:32.5625rem;left:25.940624237061rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlXaISerm9iIfJe9l8bbxkcTPelQ9SS { display:block; }
 }@media only screen and (max-width: 763px) { #gCe5xU2tDKRLIEIt9pNZDCNARII0Duin { top:3rem;left:0rem;width:27.375rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWU2IPAOROeS6uzy582EM4EW7rL2Eop4 { display:none; }
 }@media only screen and (max-width: 763px) { #G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA { display:block; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUxRStGqw9VSozF4fRBps3wqGi00XSxA { width:26.5rem;height:2.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4IgagXxk6848KBAQxD1l74bIKGwsuQn { display:block; }
 }@media only screen and (max-width: 763px) { #fdb50QQpSbQMgOAxT6Mc7MIN6HB535gu { width:27.875rem;height:;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOl5rINMVOfmq9SIM4qxetTLBPaTmwh { top:8.6875rem;left:0rem;width:26.625rem;height:36.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkMESIWcmR3JmofL2dK2A44E64vxW6u { top:4.75rem;left:19.5rem;width:28.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { top:47.625rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZP3LNxLdRl6V65kIA78AKnI3MJe3ka { display:block; }
 }@media only screen and (max-width: 763px) { #h0dX5vhhFRusixbnDFdpwtZnEnErC9k3 { top:28.5rem;left:19.875rem;width:27.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2qisdhTfWNUvrpXTCAWwTaH1ny8NAU { display:none; }
 }@media only screen and (max-width: 763px) { #NxXqvOqTBvQ3622UUMJPCiK9MoiPSKtw { width:47.75rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCI77XJNARMcl8shWhkKTzekG0ftozqb { width:44.9375rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection { display:block; } #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection *:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="text"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="email"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="tel"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection textarea:focus-visible { outline: none; } #h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd { position:relative;z-index:auto;display:block; }#kJEwygLWu7pZGH5TZHRHdAUHF5aWgxmd > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJIKOFKpB1ncAhb2MKHVuom4IfJ7UU64 { width:3.9375rem;height:2.1875rem;top:8.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { display:block; }
 }@media only screen and (max-width: 763px) { #eFckPbhxrM7qPNZFCAVqThKlPUT250uZ { width:8.25rem;height:2.1875rem;top:8.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIahoU4150Aoel5Ri4CDQPBz19wgZtq9 { display:block; }
 }@media only screen and (max-width: 763px) { #fic9tieFrUUedXAcK1kE4amTNgQPEdnH { width:6.75rem;height:1.625rem;top:0.6875rem;left:12.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOorUMJp52AToQceAuLpJVE3EiwgWzom { display:block; }
 }@media only screen and (max-width: 763px) { #WHnBfeRIwzdHF2Tr97K7nUTpvmzNTorB { width:6.25rem;height:1.3125rem;top:0.84375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFoEFTM3KKp1TFXsPNpK0HdZXAmxTXfT { width:15.6875rem;height:3.8125rem;top:3.78125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:96.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:18.75rem;height:4.0625rem;top:26.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JTcDBgHlN4gRigFtd9CG08b1XMHyEArq { width:18.75rem;height:57.375rem;top:31rem;left:0.625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { top:89.6875rem;left:0.5625rem;width:18.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB9pCunduiKEyJaFNh36vSx6NHlgXZy8 { display:block; }
 }@media only screen and (max-width: 763px) { #TRws7nkz9QKwRgH8VtmtmOuB8FTH6aFE { top:0rem;left:0rem;width:20rem;height:25.1875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RerSPbMDyUI2gnuEcB7t3oPMKTOc2qls { top:93.125rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek { display:block; }#kcpGuMVR2XOiMqCkBkcAkCqXEsTsX7Ek > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRJ71AxNzioXDpGzguT7yEN0m4zCRdvV { width:15.6875rem;height:2.4375rem;top:33.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh9t1qkNaIXfBC3MNhqPwDGKHVzLxace { width:18.625rem;height:2rem;top:31.5rem;left:0.625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NXHMKuIm4rtlFwkiVPWd7sacUh226vR4 { display:block; }
 }@media only screen and (max-width: 763px) { #arUB6KJTRi51H8lfgylmB3ZGdew67ktL { width:18.8125rem;height:39.84375rem;top:36.625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5xq13NKimtfU48F3dfAQsbTOuh8rmHS { top:77.75rem;left:0.625rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtZU3pWRIsz0BQL9gzRyOQEhPxvhhAtT { display:block; }
 }@media only screen and (max-width: 763px) { #eLtMrWCr00LQEnHzpJ0XzVJPnERh04Ix { width:20rem;height:29.9375rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VScvEQnZFHTuUcxM8voQC1g22mG5pwQ5 { top:81.1875rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr { display:block; }#T6o2ntWADQ1Q2UU9Jm8mCpDz40PeZhyr > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe6oXQrKU8M2F838Fta8sfbpTCXKafDz { width:18.625rem;height:2.0625rem;top:30.9375rem;left:0.5625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RLFHTOsbJsE0fP9r2hIuZVZ9wQJOZCU4 { display:block; }
 }@media only screen and (max-width: 763px) { #qEAq2PK8N37R28tfS1Dnwc1ThHqUUyxv { width:16.8125rem;height:1.21875rem;top:33rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHsMU51Z1wbuc6zaAIQRaQ4EhvZ7TrxK { width:18.6875rem;height:49.40625rem;top:35.261459350586rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC2kcmqqGqfbGQAQKVHe6QNqNp8AbbMS { top:86.4375rem;left:0.8125rem;width:18.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BblwE1APwNm0c7RLzVmcmqONswze5XEm { display:block; }
 }@media only screen and (max-width: 763px) { #dmCZ0BOy6JVrfasL9UbyLlUBwyQla8eB { width:20rem;height:29.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZ7ZLyD8zVbQ3x4atGBHfVUXU17sOoD { top:89.8125rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JOChSUMJPuZCVcO1aZVCB21k0fX97RDL { display:block; }#JOChSUMJPuZCVcO1aZVCB21k0fX97RDL > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T489VXXMIQPslXDTSSqvznK36FffeKmC { width:15.6875rem;height:2.4375rem;top:28.5rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BthDTVoUvX57kirDeJtCh9CTwdoowP { width:18.625rem;height:2rem;top:26.5rem;left:0.5625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MylX6fudqCLhrxsp60gZWTJKhByck6GK { display:block; }
 }@media only screen and (max-width: 763px) { #uxQBySnTcbRvoaRyaS2eDlkM95mqtBxX { width:18.8125rem;height:43.03125rem;top:31.5625rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TP4cCQ7uJaAac19GJ0ocHlGiCyBTPhMa { top:75.9375rem;left:0.625rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTArB1uqyKlAp6rxNgru1pbIp469p37 { display:block; }
 }@media only screen and (max-width: 763px) { #Jr6CRaqWwn0Wrbm4ZJnGT0bPnrlZ2GQG { width:19.9375rem;height:25.125rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTeco1NBbae5Kpn2Hi2FmPVhusm4rnUn { top:79.375rem;left:1.5625rem;width:17rem;height:0.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id { display:block; }#EznN2FF3SoO3txwMmzcVnrEkyxkcI5Id > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw3TuHXAsrJk29332TveMtpPrh84gf1F { width:18.625rem;height:2.0625rem;top:24.998958587646rem;left:0.6875rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Hlasozx3ONN3tFUMusx4DclrkNtGqgMa { display:block; }
 }@media only screen and (max-width: 763px) { #xJhsTbowq3sTLHvQ6vDx9RXWlGDf65XB { width:16.8125rem;height:1.21875rem;top:27.061458587646rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd8qGo7pXVxEn4XPwqKiCzgvZFT8AVeX { width:18.6875rem;height:36.65625rem;top:29.261459350586rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pirvGWSg9vQbF32zrhtaakZGm8w4FcuD { top:67.4375rem;left:0.8125rem;width:18.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2zwdRMmcSS1RpF64xnkoUx5XsxLQJSZ { display:block; }
 }@media only screen and (max-width: 763px) { #r1Sg4wtqh2FNdlEO8gvZ5MpATFC5wttX { width:19.9375rem;height:23.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1yKFyyms8QpGHWx5CTDtDriO0C2t6L { top:70.8125rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGI7svhLtP9I4T88h0EEPiFGZNWVUqgW { width:15.6875rem;height:1.21875rem;top:26.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvEtO0z1yHpgCfDt3gJBXr155mvXS8l { width:18.625rem;height:2rem;top:24.625rem;left:0.625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t0X1RbdVfyx0KhBsnKlEJPLkUT0RX6n1 { display:block; }
 }@media only screen and (max-width: 763px) { #HcIdqVZ8kJs5gtemkk2oGhoJytV6EO14 { width:18.8125rem;height:33.46875rem;top:28.53750038147rem;left:0.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { top:62.631250381469rem;left:0.59375rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo925f9dRPD4R6nWr8KXSm7vrzw22TVT { display:block; }
 }@media only screen and (max-width: 763px) { #kTMQq1O5MUTBtDFv7UFZq0IDUVyzXBo9 { width:20rem;height:23.66875rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJACSHE1a9d4qm0EqWzAWSMJhZMTxvyg { top:66.0625rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoeQZdipyahAWq4fT4DbXd98tDiXmtTE { width:18.8125rem;height:1.875rem;top:21.1875rem;left:0.6875rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VszmFXScNdh5e0SLHq7S1xELbi6W1STq { display:block; }
 }@media only screen and (max-width: 763px) { #egauJu8fQNkbu3bSQWAdbEFn97eOwivx { width:14.625rem;height:1.21875rem;top:23.0625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { width:18.6875rem;height:38.25rem;top:24.875rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { top:64.180208206175rem;left:0.65625rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exd04HtE49ESZsVAJb41fRBwMvPWLlS4 { display:block; }
 }@media only screen and (max-width: 763px) { #dZ3AoLL1b3x97JS4lDyKlBZqpFND475O { width:14.125rem;height:19.4375rem;top:0rem;left:0rem;overflow:hidden;border-top:0.125rem solid #6e7074;border-left:0.125rem solid #6e7074;border-right:0.125rem solid #6e7074;border-bottom:0.125rem solid #6e7074;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtuWpNQB3Whv6G4FkAISSKID4KEPPrJ1 { top:67.5rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rGQLb38eBT9rkqHPyL60yagl0eXdpR5Z { top:0rem;left:0rem;width:19.75rem;height:19.375rem;z-index:15008;overflow:hidden;border-top:0.125rem solid #4b4d53;border-left:0.125rem solid #4b4d53;border-right:0.125rem solid #4b4d53;border-bottom:0.125rem solid #4b4d53;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ { display:block; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfFADsIBxASCEMOkTc9wrTrM75TXBZkn { width:18.8125rem;height:2rem;top:23.375rem;left:0.59375rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSUlFqzNEfCP2EVWIwT15BpA2vDHsh { display:block; }
 }@media only screen and (max-width: 763px) { #IIdfhaR11sD856tO34PfcAEiJ0dHssPB { width:15.625rem;height:1.21875rem;top:25.375rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlq6oTHNB5BETGGyv1ZWdlXshwAZCIyH { width:18.6875rem;height:25.5rem;top:27.53750038147rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { top:55.381248474121rem;left:0.59375rem;width:18.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6WTvBCh36ERhTXnKF6hk8Fwn1N8It9 { display:block; }
 }@media only screen and (max-width: 763px) { #tSmmxUu4Hr6QD0webouXrLPhdnX3ixoF { width:16.3125rem;height:22.0625rem;top:0rem;left:0rem;overflow:hidden;border-top:0.125rem solid #5d5e61;border-left:0.125rem solid #5d5e61;border-right:0.125rem solid #5d5e61;border-bottom:0.125rem solid #5d5e61;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tATsZ4Ntgk0pP9ci5ZAg4TdrFSPH0ym3 { top:58.75rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #a7lA9XfU2wIsdhvuMJ6LOy2dGRn3rt2O { top:0rem;left:0rem;width:20rem;height:22rem;z-index:15009;overflow:hidden;border-top:0.125rem solid #3d4046;border-left:0.125rem solid #3d4046;border-right:0.125rem solid #3d4046;border-bottom:0.125rem solid #3d4046;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ { display:block; }#TGQ2q6vyEeh1mHKw6noEOTFtaCRLoqHZ > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLtQu9dPgwUa6PJryk1eEbwuh1woCq8T { width:18.625rem;height:2.0625rem;top:24.998958587646rem;left:0.6875rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R4bdupx3M3AskgoLHqgXEwxy3KenZShQ { display:block; }
 }@media only screen and (max-width: 763px) { #xKID47U3TNeko17ApRUzNmEc5s8XyfWk { width:16.8125rem;height:1.21875rem;top:27.061458587646rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTZTBOu7AmfRGQJ3JR07nBTJds126HJ { width:18.6875rem;height:31.875rem;top:29.261459350586rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAeuAg04d8f3Ll7paB3bOiD22yxTcU18 { top:62.1875rem;left:0.78125rem;width:18.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlXaISerm9iIfJe9l8bbxkcTPelQ9SS { display:block; }
 }@media only screen and (max-width: 763px) { #gCe5xU2tDKRLIEIt9pNZDCNARII0Duin { width:20rem;height:23.5614375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWU2IPAOROeS6uzy582EM4EW7rL2Eop4 { top:65.5625rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA { display:block; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { width:20rem;height:87.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUxRStGqw9VSozF4fRBps3wqGi00XSxA { width:18.6875rem;height:1.875rem;top:20.75rem;left:0.65625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y4IgagXxk6848KBAQxD1l74bIKGwsuQn { display:block; }
 }@media only screen and (max-width: 763px) { #fdb50QQpSbQMgOAxT6Mc7MIN6HB535gu { width:13.1875rem;height:1.21875rem;top:22.625rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOl5rINMVOfmq9SIM4qxetTLBPaTmwh { width:18.625rem;height:55.78125rem;top:24.375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkMESIWcmR3JmofL2dK2A44E64vxW6u { width:10.375rem;height:8.75rem;top:0rem;left:0rem;overflow:hidden;border-top:0.125rem solid #626366;border-left:0.125rem solid #626366;border-right:0.125rem solid #626366;border-bottom:0.125rem solid #626366;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { top:81.1875rem;left:0.71875rem;width:18.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZP3LNxLdRl6V65kIA78AKnI3MJe3ka { display:block; }
 }@media only screen and (max-width: 763px) { #h0dX5vhhFRusixbnDFdpwtZnEnErC9k3 { width:15.6875rem;height:9.3125rem;top:9.8322916030881rem;left:0rem;overflow:hidden;border-top:0.125rem solid #55575a;border-left:0.125rem solid #55575a;border-right:0.125rem solid #55575a;border-bottom:0.125rem solid #55575a;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq2qisdhTfWNUvrpXTCAWwTaH1ny8NAU { top:84.4375rem;left:1.5rem;width:17rem;height:0.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NxXqvOqTBvQ3622UUMJPCiK9MoiPSKtw { top:0rem;left:0rem;width:19.75rem;height:8.75rem;z-index:15011;overflow:hidden;border-top:0.125rem solid #3d3f45;border-left:0.125rem solid #3d3f45;border-right:0.125rem solid #3d3f45;border-bottom:0.125rem solid #3d3f45;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCI77XJNARMcl8shWhkKTzekG0ftozqb { top:9.6875rem;left:0rem;width:19.75rem;height:9.3125rem;z-index:15012;overflow:hidden;border-top:0.125rem solid #3d3f45;border-left:0.125rem solid #3d3f45;border-right:0.125rem solid #3d3f45;border-bottom:0.125rem solid #3d3f45;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a26fba4e-6602-4709-97d0-78b1e33f8327/megaaudiopolygonbackfooterpara340px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection.adaptive-delivery-prevent-bg, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection.lazyload, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection.lazyloading { background-image: none; } #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection *:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="text"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="email"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection input[type="tel"]:focus-visible, #qw5uZQzngzr6lwaaaOk6JKQKCapWqGdQ.widget-smartsection textarea:focus-visible { outline: none; } #h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container { background-color: transparent; background-image: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container > .video-iframe-container { display: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row > .video-iframe-container { display: none; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .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); }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container { border-width: 0; border-radius: 0; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5uZ7xy8tEOaldNCJgwbUg4yF87hv1mE > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }