.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.21875rem;left:20.625rem;display:block; }
#ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { 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; }
#bGf9E3fOcXk3nWm3K1Z58T12GO6I4d0r { 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:ubuntu;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:15002;text-align:center;text-align-last:center;top:1.21875rem;left:30rem;display:block; }
#ynMKgDpl6rUilxCkTuepak8QUFT1tvxE { 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:30.4375rem;top:4.6875rem;left:13.875rem;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/455d460e-46f2-43f5-99e6-1b8f0203db98/audezewoh25crbn21200px.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:48.8125rem;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:56.5625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.84375rem;height:6.9875rem;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:10.0625rem;left:29.84375rem;height:31.875rem;font-style:normal;display:block; }
#qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { z-index:15003;top:44.875rem;left:29.84375rem;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; }
#Cvhsz2hRgwXVe5E5v5wDimMCqVs3J9W7 { 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:58.8125rem;width:50rem;display:none; }
#iqRvRTMJNerG3GHg06qaxe34whrKHSv6 { 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; }
#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:34.125rem;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.09375rem;left:31.375rem;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.03125rem;left:31.375rem;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; }
#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.4874992370606rem;left:31.375rem;height:20.71875rem;font-style:normal;display:block; }
#c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { z-index:15005;top:30.875rem;left:31.375rem;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:25.1875rem;width:26.75rem;top:5rem;left:1.0625rem;overflow:hidden;display:block; }
#dzpEuTTKgWLUQEqTEDx7esOCtaRZqMBf { 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:27.75rem;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:1.78125rem;left:2.3125rem;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:4.71875rem;left:2.3125rem;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; }
#JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:7.3000030517575rem;left:2.3125rem;height:14.34375rem;font-style:normal;display:block; }
#RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { z-index:15005;top:23.6875rem;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; }
#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:22.3125rem;width:23.25rem;top:2.875rem;left:34.253124237061rem;overflow:hidden;display:block; }
#XcwncDtZEyiyDS8qX6drhiHms0H25VKz { 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:29rem;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; }#RAWiCaWcTL5wkdghTuWCSQhWpzhxAEg0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:26.75rem;top:3.28125rem;left:1.5625rem;overflow:hidden;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:6.21875rem;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; }
#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:3.28125rem;left:32.1875rem;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.8625030517575rem;left:32.125rem;height:14.34375rem;font-style:normal;display:block; }
#mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { z-index:15004;top:24.3125rem;left:32.125rem;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; }
#vTEl4zEXRTmhWf06e52czMNBvfJJcddF { 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; }
#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 { 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; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container { background-color: transparent; background-image: none; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container > .video-iframe-container { display: none; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row > .video-iframe-container { display: none; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .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); }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container { border-width: 0; border-radius: 0; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#vwWQkaJBIXTmv1tiek7fLqUkMEo1OFHy { 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; }
#TWQW3uicczelxa9pTo4vF4hbkbhE5Dnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9yK2VRs1HroiagTTTtU6mJG6XtoOcRw { 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: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; }
#EgJ42y4wEgTrsCkVzE94pWGKSXTocTxq { 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.7374992370606rem;left:2.3125rem;height:15.9375rem;font-style:normal;display:block; }
#TWsNTcnAaKVKJT63LzwHd6z3EiTNaoQS { z-index:15005;top:25.9375rem;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; }
#PiTJeFTRsfWVz2zTF0XFB7xAhg68dOGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyhSBGBxowc6ZdJ807EMADIw0QkWtxde { 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:22.3125rem;width:27.3125rem;top:4.125rem;left:31.190624237061rem;overflow:hidden;display:block; }
#axtx12MhBmqTmDhQavaGVW19MasBzDve { 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; }
#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 { 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; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container { background-color: transparent; background-image: none; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container > .video-iframe-container { display: none; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row > .video-iframe-container { display: none; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .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); }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container { border-width: 0; border-radius: 0; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#o9C2Fkkz8OV9rXrGNyIeG7tIxnVmqksP { 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:31.375rem;display:block; }
#Er8vupwxBq5vazG5NUqmKTNRILK56Hww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hu8Rc7bQLQLNKZSbRrcWLfRP7gMmlHWO { 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:31.375rem;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; }
#GRBdomTdAOIJblZvcCniLebKfi30rRas { 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.4874992370606rem;left:31.375rem;height:12.75rem;font-style:normal;display:block; }
#IyS7o9LWoCd6zFqq99WcSG84iucikEW3 { z-index:15005;top:23rem;left:31.375rem;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; }
#zN141tVVPyOMHhk754kKGKgcGPIaXeZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdhyg1fCMFCwlzwmfsxrcGxaaibgSF7T { 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:27.75rem;top:2.3125rem;left:1.0625rem;overflow:hidden;display:block; }
#bNTHSHkmhk2HZRl6acQ8Kuhet8m5T9BM { 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:30.5625rem;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: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; }
#mTOl5rINMVOfmq9SIM4qxetTLBPaTmwh { 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.7374992370606rem;left:2.3125rem;height:14.34375rem;font-style:normal;display:block; }
#dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { z-index:15005;top:24.875rem;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; }
#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:21.0625rem;width:28.5rem;top:4.75rem;left:30.75rem;overflow:hidden;display:block; }
#eNaEyRRnrU5AvI9v6Bni9UFxuzz0pWw4 { 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; }
#aC76OunzRq0SVDLQzfxnWybwEROGbHIi { 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; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container { background-color: transparent; background-image: none; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container > .video-iframe-container { display: none; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row > .video-iframe-container { display: none; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .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); }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container { border-width: 0; border-radius: 0; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#hIA8tILeqeG3alJ3RCD9V5AnzFCdoiGx { 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:2.1875rem;left:31rem;display:block; }
#LRSKOBrckD3bQTZUfVCuCp7StTA30FSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GONtBbohKZZOQmc0cKTHKe1KPdVX6CHX { 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.125rem;left:31rem;height:3.575rem;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; }
#EBqIr9a5bybqwl6cvrtQ2d102yLz5p4m { 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:9.4375rem;left:31rem;height:15.9375rem;font-style:normal;display:block; }
#vGxN8ehqaxE0VVd1z3Acb73k6fr09k97 { z-index:15005;top:26.71875rem;left:31rem;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; }
#egTvpx0tZvlmXqT1Xl6cgOMucoMwdJsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrXCR96t2VMGth451B8oDcmMOc6EF2TX { 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:25.875rem;width:25.875rem;top:2.34375rem;left:1.9406242370606rem;overflow:hidden;display:block; }
#thMSeTRNSsGq4XrkNyXozZcwFzL6UZW3 { 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; }
#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; } #ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU { background-color: transparent; background-image: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container > .video-iframe-container { display: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row > .video-iframe-container { display: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU { border-width: 0; border-radius: 0; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container.adaptive-delivery-prevent-bg, #ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container.lazyload, #ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { 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) { #bGf9E3fOcXk3nWm3K1Z58T12GO6I4d0r { width:8.4375rem;height:2.1875rem;top:1.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynMKgDpl6rUilxCkTuepak8QUFT1tvxE { 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.6875rem;left:7.75rem;width:30.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:6.9375rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcDBgHlN4gRigFtd9CG08b1XMHyEArq { top:10.0625rem;left:19.375rem;width:28.375rem;height:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { top:44.875rem;left:23.71875rem;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) { #Cvhsz2hRgwXVe5E5v5wDimMCqVs3J9W7 { width:47.75rem;height:56.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqRvRTMJNerG3GHg06qaxe34whrKHSv6 { 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.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSUlFqzNEfCP2EVWIwT15BpA2vDHsh { display:block; }
 }@media only screen and (max-width: 763px) { #IIdfhaR11sD856tO34PfcAEiJ0dHssPB { width:27.875rem;height:1.75rem;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlq6oTHNB5BETGGyv1ZWdlXshwAZCIyH { top:8.4375rem;left:21.8125rem;width:25.9375rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { top:30.875rem;left:25.25rem;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:5rem;left:0rem;width:26.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpEuTTKgWLUQEqTEDx7esOCtaRZqMBf { 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:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VszmFXScNdh5e0SLHq7S1xELbi6W1STq { display:block; }
 }@media only screen and (max-width: 763px) { #egauJu8fQNkbu3bSQWAdbEFn97eOwivx { width:27.875rem;height:1.75rem;top:4.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { top:7.25rem;left:0rem;width:28.25rem;height:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { top:23.6875rem;left:0rem;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:2.875rem;left:24.5rem;width:23.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcwncDtZEyiyDS8qX6drhiHms0H25VKz { 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) { #RAWiCaWcTL5wkdghTuWCSQhWpzhxAEg0 { top:3.25rem;left:0rem;width:26.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGI7svhLtP9I4T88h0EEPiFGZNWVUqgW { width:27.875rem;height:1.75rem;top:6.1875rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvEtO0z1yHpgCfDt3gJBXr155mvXS8l { width:26.5rem;height:2.9375rem;top:3.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0X1RbdVfyx0KhBsnKlEJPLkUT0RX6n1 { display:block; }
 }@media only screen and (max-width: 763px) { #HcIdqVZ8kJs5gtemkk2oGhoJytV6EO14 { top:8.8125rem;left:21.8125rem;width:25.9375rem;height:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { top:24.3125rem;left:26rem;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) { #vTEl4zEXRTmhWf06e52czMNBvfJJcddF { display:none; }
 }@media only screen and (max-width: 763px) { #OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 { display:block; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwWQkaJBIXTmv1tiek7fLqUkMEo1OFHy { width:26.5rem;height:2.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQW3uicczelxa9pTo4vF4hbkbhE5Dnd { display:block; }
 }@media only screen and (max-width: 763px) { #S9yK2VRs1HroiagTTTtU6mJG6XtoOcRw { width:27.875rem;height:1.75rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJ42y4wEgTrsCkVzE94pWGKSXTocTxq { top:8.6875rem;left:0rem;width:25.9375rem;height:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsNTcnAaKVKJT63LzwHd6z3EiTNaoQS { top:25.9375rem;left:0rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTJeFTRsfWVz2zTF0XFB7xAhg68dOGL { display:block; }
 }@media only screen and (max-width: 763px) { #RyhSBGBxowc6ZdJ807EMADIw0QkWtxde { top:4.125rem;left:20.4375rem;width:27.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axtx12MhBmqTmDhQavaGVW19MasBzDve { display:none; }
 }@media only screen and (max-width: 763px) { #RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 { display:block; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9C2Fkkz8OV9rXrGNyIeG7tIxnVmqksP { width:26.5rem;height:2.9375rem;top:3.0625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8vupwxBq5vazG5NUqmKTNRILK56Hww { display:block; }
 }@media only screen and (max-width: 763px) { #Hu8Rc7bQLQLNKZSbRrcWLfRP7gMmlHWO { width:27.875rem;height:1.75rem;top:6rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBdomTdAOIJblZvcCniLebKfi30rRas { top:8.4375rem;left:21.8125rem;width:25.9375rem;height:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyS7o9LWoCd6zFqq99WcSG84iucikEW3 { top:23rem;left:25.25rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN141tVVPyOMHhk754kKGKgcGPIaXeZL { display:block; }
 }@media only screen and (max-width: 763px) { #gdhyg1fCMFCwlzwmfsxrcGxaaibgSF7T { top:2.3125rem;left:0rem;width:27.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTHSHkmhk2HZRl6acQ8Kuhet8m5T9BM { 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:1.75rem;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:25.9375rem;height:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { top:24.875rem;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) { #tTkMESIWcmR3JmofL2dK2A44E64vxW6u { top:4.75rem;left:19.25rem;width:28.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNaEyRRnrU5AvI9v6Bni9UFxuzz0pWw4 { display:none; }
 }@media only screen and (max-width: 763px) { #aC76OunzRq0SVDLQzfxnWybwEROGbHIi { display:block; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIA8tILeqeG3alJ3RCD9V5AnzFCdoiGx { width:26.5rem;height:2.9375rem;top:2.1875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRSKOBrckD3bQTZUfVCuCp7StTA30FSS { display:block; }
 }@media only screen and (max-width: 763px) { #GONtBbohKZZOQmc0cKTHKe1KPdVX6CHX { width:27.875rem;height:3.5625rem;top:5.125rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBqIr9a5bybqwl6cvrtQ2d102yLz5p4m { top:9.4375rem;left:21.8125rem;width:25.9375rem;height:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxN8ehqaxE0VVd1z3Acb73k6fr09k97 { top:26.6875rem;left:24.875rem;width:16.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egTvpx0tZvlmXqT1Xl6cgOMucoMwdJsk { display:block; }
 }@media only screen and (max-width: 763px) { #FrXCR96t2VMGth451B8oDcmMOc6EF2TX { top:2.3125rem;left:0rem;width:25.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thMSeTRNSsGq4XrkNyXozZcwFzL6UZW3 { 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; } #ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJIKOFKpB1ncAhb2MKHVuom4IfJ7UU64 { width:7.9375rem;height:2.1875rem;top:7.4375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0fsqrGXmktOWpTdpJkcV2RMSMsavMz { display:block; }
 }@media only screen and (max-width: 763px) { #fic9tieFrUUedXAcK1kE4amTNgQPEdnH { width:6.4375rem;height:1.5625rem;top:0.625rem;left:12.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOorUMJp52AToQceAuLpJVE3EiwgWzom { display:block; }
 }@media only screen and (max-width: 763px) { #bGf9E3fOcXk3nWm3K1Z58T12GO6I4d0r { width:4.75rem;height:2.1875rem;top:7.4375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynMKgDpl6rUilxCkTuepak8QUFT1tvxE { display:block; }
 }@media only screen and (max-width: 763px) { #WHnBfeRIwzdHF2Tr97K7nUTpvmzNTorB { width:5.9375rem;height:1.25rem;top:0.78125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFoEFTM3KKp1TFXsPNpK0HdZXAmxTXfT { width:17.125rem;height:2.9375rem;top:3.53125rem;left:1.4375rem;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:87.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:18.75rem;height:8.125rem;top:24.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JTcDBgHlN4gRigFtd9CG08b1XMHyEArq { width:18.8125rem;height:46.21875rem;top:34.1875rem;left:0.625rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qwIZtpTSK9SVSNeexgoU25mNz1p7hf6H { top:82.0625rem;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) { #Cvhsz2hRgwXVe5E5v5wDimMCqVs3J9W7 { top:0rem;left:0rem;width:20rem;height:23.5625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iqRvRTMJNerG3GHg06qaxe34whrKHSv6 { top:85.25rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ { display:block; }#bKloMq6as3QhzbH7Z182x7OtNk1GkvTZ > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfFADsIBxASCEMOkTc9wrTrM75TXBZkn { width:19rem;height:1.75rem;top:18.179166793823rem;left:0.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSUlFqzNEfCP2EVWIwT15BpA2vDHsh { display:block; }
 }@media only screen and (max-width: 763px) { #IIdfhaR11sD856tO34PfcAEiJ0dHssPB { width:15.8125rem;height:1.21875rem;top:19.929166793823rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlq6oTHNB5BETGGyv1ZWdlXshwAZCIyH { width:18.875rem;height:28.6875rem;top:21.966667175293rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63UnwpyRweaLvSOX2w6hKnabSFJsNDG { top:52.3125rem;left:0.6875rem;width:18.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp6WTvBCh36ERhTXnKF6hk8Fwn1N8It9 { display:block; }
 }@media only screen and (max-width: 763px) { #tSmmxUu4Hr6QD0webouXrLPhdnX3ixoF { width:18.1875rem;height:17.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpEuTTKgWLUQEqTEDx7esOCtaRZqMBf { top:55.625rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoeQZdipyahAWq4fT4DbXd98tDiXmtTE { width:19rem;height:1.8125rem;top:21.6875rem;left:0.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VszmFXScNdh5e0SLHq7S1xELbi6W1STq { display:block; }
 }@media only screen and (max-width: 763px) { #egauJu8fQNkbu3bSQWAdbEFn97eOwivx { width:15.6875rem;height:1.21875rem;top:23.5rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwIrBG0FoVQQwiRlTz2saG8PKe4UPSDJ { width:18.875rem;height:23.90625rem;top:25.0625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXZ8fz3pkBC8mFxfzUBVXuaxT7VOzkM { top:50.4375rem;left:0.625rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exd04HtE49ESZsVAJb41fRBwMvPWLlS4 { display:block; }
 }@media only screen and (max-width: 763px) { #dZ3AoLL1b3x97JS4lDyKlBZqpFND475O { width:20rem;height:19.1875rem;top:1rem;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) { #XcwncDtZEyiyDS8qX6drhiHms0H25VKz { top:53.5625rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAWiCaWcTL5wkdghTuWCSQhWpzhxAEg0 { width:20rem;height:16.121495327103rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGI7svhLtP9I4T88h0EEPiFGZNWVUqgW { width:15.625rem;height:1.21875rem;top:20.434375762939rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvEtO0z1yHpgCfDt3gJBXr155mvXS8l { width:19rem;height:1.8125rem;top:18.621875762939rem;left:0.5rem;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.875rem;height:20.71875rem;top:22.221874237061rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBK2UIq6gTgTqV77u2GnRK1McA0VqqW { top:43.659374237061rem;left:0.5rem;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) { #vTEl4zEXRTmhWf06e52czMNBvfJJcddF { top:46.875rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 { display:block; }#OxQBd4RiyJg5L8onL7Q02yP6nm5y8Ol6 > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwWQkaJBIXTmv1tiek7fLqUkMEo1OFHy { width:19rem;height:1.8125rem;top:17.53125rem;left:0.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TWQW3uicczelxa9pTo4vF4hbkbhE5Dnd { display:block; }
 }@media only screen and (max-width: 763px) { #S9yK2VRs1HroiagTTTtU6mJG6XtoOcRw { width:15.6875rem;height:1.21875rem;top:19.34375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJ42y4wEgTrsCkVzE94pWGKSXTocTxq { width:18.875rem;height:22.3125rem;top:21.56875038147rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsNTcnAaKVKJT63LzwHd6z3EiTNaoQS { top:44.94375038147rem;left:0.5rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTJeFTRsfWVz2zTF0XFB7xAhg68dOGL { display:block; }
 }@media only screen and (max-width: 763px) { #RyhSBGBxowc6ZdJ807EMADIw0QkWtxde { width:20rem;height:16.338672768879rem;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) { #axtx12MhBmqTmDhQavaGVW19MasBzDve { top:47.8125rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 { display:block; }#RV9QbBbbDIWLX8N9vaWixAFBDlMmec45 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9C2Fkkz8OV9rXrGNyIeG7tIxnVmqksP { width:19rem;height:1.75rem;top:18.179166793823rem;left:0.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Er8vupwxBq5vazG5NUqmKTNRILK56Hww { display:block; }
 }@media only screen and (max-width: 763px) { #Hu8Rc7bQLQLNKZSbRrcWLfRP7gMmlHWO { width:15.8125rem;height:1.21875rem;top:19.929166793823rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBdomTdAOIJblZvcCniLebKfi30rRas { width:18.875rem;height:19.125rem;top:21.966667175293rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyS7o9LWoCd6zFqq99WcSG84iucikEW3 { top:42.185416221619rem;left:0.6875rem;width:18.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN141tVVPyOMHhk754kKGKgcGPIaXeZL { display:block; }
 }@media only screen and (max-width: 763px) { #gdhyg1fCMFCwlzwmfsxrcGxaaibgSF7T { width:20rem;height:17.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTHSHkmhk2HZRl6acQ8Kuhet8m5T9BM { top:45.5rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA { display:block; }#G9FQQxFEmPRMtgU9r8SvkQpTgzec0GiA > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUxRStGqw9VSozF4fRBps3wqGi00XSxA { width:19rem;height:1.9375rem;top:16.375rem;left:0.5rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y4IgagXxk6848KBAQxD1l74bIKGwsuQn { display:block; }
 }@media only screen and (max-width: 763px) { #fdb50QQpSbQMgOAxT6Mc7MIN6HB535gu { width:15.9375rem;height:1.21875rem;top:18.3125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOl5rINMVOfmq9SIM4qxetTLBPaTmwh { width:18.75rem;height:20.71875rem;top:20.10000038147rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfd3K9KyEAIODpeEATMs2ypeRKyfTWy { top:41.567707061767rem;left:0.5rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZP3LNxLdRl6V65kIA78AKnI3MJe3ka { display:block; }
 }@media only screen and (max-width: 763px) { #tTkMESIWcmR3JmofL2dK2A44E64vxW6u { width:20rem;height:14.780701754386rem;top:0.60000038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNaEyRRnrU5AvI9v6Bni9UFxuzz0pWw4 { top:44.625rem;left:1.25rem;width:17.5rem;height:0.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aC76OunzRq0SVDLQzfxnWybwEROGbHIi { display:block; }#aC76OunzRq0SVDLQzfxnWybwEROGbHIi > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIA8tILeqeG3alJ3RCD9V5AnzFCdoiGx { width:19rem;height:1.8125rem;top:21.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LRSKOBrckD3bQTZUfVCuCp7StTA30FSS { display:block; }
 }@media only screen and (max-width: 763px) { #GONtBbohKZZOQmc0cKTHKe1KPdVX6CHX { width:15.6875rem;height:2.4375rem;top:23.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBqIr9a5bybqwl6cvrtQ2d102yLz5p4m { width:18.875rem;height:22.3125rem;top:25.4375rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxN8ehqaxE0VVd1z3Acb73k6fr09k97 { top:48.8125rem;left:0rem;width:18.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egTvpx0tZvlmXqT1Xl6cgOMucoMwdJsk { display:block; }
 }@media only screen and (max-width: 763px) { #FrXCR96t2VMGth451B8oDcmMOc6EF2TX { width:20rem;height:20rem;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) { #thMSeTRNSsGq4XrkNyXozZcwFzL6UZW3 { top:51.6875rem;left:0.75rem;width:17.5rem;height:0.25rem;z-index:15007;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; } #ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container { background-color: transparent; background-image: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container > .video-iframe-container { display: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row > .video-iframe-container { display: none; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .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); }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container { border-width: 0; border-radius: 0; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZEmqaZTAe4uJTSLomitSpidOxqpQ44JU > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }