.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#XVCcIccXOwvH9oiuwqBSzEeokVgVFzFg { color:#54b767;display:block;width:51.3116875rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.7480463981628rem;left:1.9347648620606rem;height:8.4rem;font-style:normal;display:block; }
#WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { 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:2.0625rem;width:10.375rem;top:1.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#ffffff;display:block;width:44.7491875rem;position:absolute;font-family:helvetica;font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.537889480591rem;left:1.93359375rem;height:4.62890625rem;font-style:normal;display:block; }
#WZsIedUnixTliKAAHXRAzwpIMyppgJ1W { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:nimbus;font-size:0.6875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:17.125rem;left:0.625rem;height:0;font-style:normal;display:none; }
#VVEXD3zP5U2ahXlB9ZNFFVv4VRTFvgTm { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.45) ;height:17.9375rem;width:17.9375rem;top:6.75rem;left:52.3125rem;overflow:hidden;display:block; }
#vWV2sEe8Ceh0qIScqqJTOyi9zGFMeQ1b { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neu";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.9488125rem;height:3.386325rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.184764862061rem;left:1.93359375rem;display:block; }
#va8mCCm6Bas8XB7hiPS8L5smBDzLeFAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;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; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem -0.1875rem 1.1875rem rgba(0,0,0,0.5) ;height:21rem;width:75rem;top:5.685546875rem;left:-0.126953125rem;display:block; }
#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:#ffffff;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:8.75rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.0609359741211rem;left:5.4972648620606rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTX1M9dbZk80EEebpN6KEwSCZZTUJshd { color:#2fab47;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1.4375rem;left:0rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6VmR5fTTMe2WCQfacflxMFx01E25z1t { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neu";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.112875rem;height:3.5503875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.615623474121rem;left:28.849216461182rem;display:block; }
#DeF6IPO1LmOVzE5hTX4pBWlOGcaTrpcb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { 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; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#000000;display:block;width:75rem;position:absolute;font-family:nimbus;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#xp2BCez6ZOef7IurWeHTFSKPOUdlgh3a { 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:30.5625rem;width:17.125rem;top:5.125rem;left:29.8125rem;overflow:hidden;display:block; }
#danbUSecLKTTwVohBCGHk0zkl6LIlKrx { 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:30.5625rem;width:17.125rem;top:5.125rem;left:3.6875rem;overflow:hidden;display:block; }
#OyeZiEL24NNUSmKlJnQ3sMRaHwxggKTa { 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:30.5625rem;width:17.125rem;top:5.125rem;left:54.125rem;overflow:hidden;display:block; }
#tC4uMlHeCfTnbXScf520R3qp8HL3gx9n { box-sizing:content-box;height:6.0625rem;width:11.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:11.125rem;left:6.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kM0tZ7wiq9bdccggCaxZhpvoe2yTzMHf { box-sizing:content-box;height:6.0625rem;width:11.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:11.9375rem;left:32.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cOmZFT5gv2Nsi5rxKMTTuMkMD67u9Lhz { box-sizing:content-box;height:6.0625rem;width:11.125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:12.5625rem;left:57.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CAvnrm80I2SipcKUqXcHHpzmFlJmNHJB { color:#000000;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:12.375rem;left:7.375rem;height:4.125rem;font-style:normal;display:block; }
#Vp5ETUtoXDnyVrDSgd0TzMtN6SrbqHza { color:#000000;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:33.5625rem;height:4.4707rem;font-style:normal;display:block; }
#w7CIdoR74ef5XlBeu3IpVGiKKGHPhWrC { color:#000000;display:block;width:9.75rem;position:absolute;font-family:helvetica;font-size:0.6875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.6875rem;left:57.8125rem;height:0.8941375rem;font-style:normal;display:block; }
#z5mGTIwLJtMmT4nvkBLdrsgcItR73Jxt { color:#000000;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.3125rem;left:57.5625rem;height:4.4707rem;display:block; }
#mDTDfHnVw2WTbPoRvwMmVvgXXQP3Upl8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"helvetica neu";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7875rem;height:3.5375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.682810068131rem;left:28.967575073243rem;display:block; }
#nt0WSaZG0WxFevGWTzzbueJuWtM1TP68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:94.75rem;width:75rem;position:relative;display:block; }#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:6.9375rem;left:1.5rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:14.5625rem;width:25.8125rem;top:7.375rem;left:4.3125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#000000;display:block;width:22.624rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:9.9375rem;left:7rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:#000000;display:block;width:20.1855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:12rem;left:6.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lGATzgWIqbpQ0exKlEGlrC56OWiHT79n { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:27.3125rem;left:21.1875rem;display:block; }
#nt9TMFeo1uDe8kAIBSKTm21V5D2DMmaL { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:13.6875rem;width:25.75rem;top:28.3125rem;left:24.0625rem;display:block; }
#qpGTUTPzTTNBTEBoFfEWSRp3TkLXLpz8 { color:#000000;display:block;width:21.8115rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:30.5rem;left:26.875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zItnmBsoQBeHVND5QM5Jvi8vU3rttB75 { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:32.5625rem;left:27.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHQihqof0M6ddIpEp3i2QFCpQpTCIVOu { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:7rem;left:42rem;display:block; }
#cVNFWcCZnkBfkugR6RPQQmJntdv6X1aB { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:14rem;width:25.8125rem;top:8rem;left:44.8125rem;display:block; }
#sIauA6u8TIXyJHEXleKeAnofvww8Uv2T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.5625rem;width:73.1875rem;top:46.717885971069rem;left:1.8125rem;overflow:hidden;display:block; }
#XFWF12bQ4dyCBMxQ1ra0IlWdF4hSZgNZ { color:#000000;display:block;width:20.6865rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12rem;left:48.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d3n5C7MWfBhoasIE1vaHPbyxpuJ0TPQe { color:#000000;display:block;width:21.812125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:10.125rem;left:48.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#gmDSH6osvOWOvfqQOZonX4g52p0Vnury { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.8125rem;left:2.375rem;overflow:hidden;display:block; }
#M9wTK2KRcM8nA7erqJMaDyVNpi9EarPV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6rem;top:27.25rem;left:20.3125rem;overflow:hidden;display:block; }
#k12EsqtadgsnZO2Df4EmshCIQ1stHsrB { position:absolute;display:block;z-index:15022;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:11.8125rem;width:6.5625rem;top:3.5625rem;left:41.25rem;overflow:hidden;display:block; }
#Sn3lJXCgqCqtfltae549A3Kopw12TzF1 { box-sizing:content-box;height:2.625rem;width:7.9375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:47.592885971069rem;left:3.53125rem;display:block; }
#kxSTFLAd8eyU0bL2znJrE7uyoGAtVPFV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:9.25rem;top:47.092018127441rem;left:2.875rem;overflow:hidden;display:block; }
#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE { position:relative;display:block; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE { background-color: transparent; background-image: none; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row .container > .video-iframe-container { display: none; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row > .video-iframe-container { display: none; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .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); }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE { border-width: 0; border-radius: 0; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .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; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .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:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ysmw7dArC6bOUe5KTbW0eohtEgw9m1TP { color:#000000;display:block;width:75rem;position:absolute;font-family:helvetica;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.8441375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHGM6wTngIWn6mXA2qoZIseTv1fDqAiy { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:8.125rem;left:18.125rem;display:block; }
#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { background-color: transparent; background-image: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container > .video-iframe-container { display: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container { display: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .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); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { border-width: 0; border-radius: 0; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVCcIccXOwvH9oiuwqBSzEeokVgVFzFg { top:5.6875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { top:1.6875rem;left:0rem;width:10.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:15.5rem;left:0rem;width:44.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsIedUnixTliKAAHXRAzwpIMyppgJ1W { top:10rem;left:0rem;width:18.75rem;height:3.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVEXD3zP5U2ahXlB9ZNFFVv4VRTFvgTm { top:6.75rem;left:29.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWV2sEe8Ceh0qIScqqJTOyi9zGFMeQ1b { width:18.9375rem;height:3.375rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va8mCCm6Bas8XB7hiPS8L5smBDzLeFAa { display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:5.625rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:8.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:6rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTX1M9dbZk80EEebpN6KEwSCZZTUJshd { top:1.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6VmR5fTTMe2WCQfacflxMFx01E25z1t { width:19.0625rem;height:3.5rem;top:14.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeF6IPO1LmOVzE5hTX4pBWlOGcaTrpcb { display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:2rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp2BCez6ZOef7IurWeHTFSKPOUdlgh3a { top:5.125rem;left:16.1875rem;width:17.125rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #danbUSecLKTTwVohBCGHk0zkl6LIlKrx { top:5.125rem;left:0rem;width:17.125rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeZiEL24NNUSmKlJnQ3sMRaHwxggKTa { top:5.125rem;left:30.625rem;width:17.125rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4uMlHeCfTnbXScf520R3qp8HL3gx9n { top:11.125rem;left:0rem;width:11.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM0tZ7wiq9bdccggCaxZhpvoe2yTzMHf { top:11.9375rem;left:19.1875rem;width:11.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmZFT5gv2Nsi5rxKMTTuMkMD67u9Lhz { top:12.5625rem;left:36.625rem;width:11.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvnrm80I2SipcKUqXcHHpzmFlJmNHJB { top:12.375rem;left:0rem;width:9.75rem;height:4.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp5ETUtoXDnyVrDSgd0TzMtN6SrbqHza { top:12.75rem;left:19.9375rem;width:9.625rem;height:4.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7CIdoR74ef5XlBeu3IpVGiKKGHPhWrC { top:13.6875rem;left:38rem;width:9.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5mGTIwLJtMmT4nvkBLdrsgcItR73Jxt { top:13.3125rem;left:37.25rem;width:10.5rem;height:4.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTDfHnVw2WTbPoRvwMmVvgXXQP3Upl8 { width:20.75rem;height:3.5rem;top:37.625rem;left:15.342575073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt0WSaZG0WxFevGWTzzbueJuWtM1TP68 { display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:6.9375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:7.375rem;left:0rem;width:25.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:9.9375rem;left:0.1875rem;width:22.5625rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:12rem;left:0rem;width:20.125rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGATzgWIqbpQ0exKlEGlrC56OWiHT79n { top:27.3125rem;left:14.375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9TMFeo1uDe8kAIBSKTm21V5D2DMmaL { top:28.3125rem;left:0rem;width:25.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGTUTPzTTNBTEBoFfEWSRp3TkLXLpz8 { top:30.5rem;left:2.125rem;width:21.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItnmBsoQBeHVND5QM5Jvi8vU3rttB75 { top:32.5625rem;left:1.3125rem;width:22.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHQihqof0M6ddIpEp3i2QFCpQpTCIVOu { top:7rem;left:23.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVNFWcCZnkBfkugR6RPQQmJntdv6X1aB { top:8rem;left:21.9375rem;width:25.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIauA6u8TIXyJHEXleKeAnofvww8Uv2T { top:46.6875rem;left:0rem;width:47.75rem;height:26.464346712212rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFWF12bQ4dyCBMxQ1ra0IlWdF4hSZgNZ { top:12rem;left:27.125rem;width:20.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3n5C7MWfBhoasIE1vaHPbyxpuJ0TPQe { top:10.125rem;left:26rem;width:21.75rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmDSH6osvOWOvfqQOZonX4g52p0Vnury { top:7.8125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9wTK2KRcM8nA7erqJMaDyVNpi9EarPV { top:27.25rem;left:13.5rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k12EsqtadgsnZO2Df4EmshCIQ1stHsrB { top:3.5625rem;left:23.875rem;width:6.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn3lJXCgqCqtfltae549A3Kopw12TzF1 { top:47.5625rem;left:0rem;width:7.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxSTFLAd8eyU0bL2znJrE7uyoGAtVPFV { top:47.0625rem;left:0rem;width:9.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE { display:block; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysmw7dArC6bOUe5KTbW0eohtEgw9m1TP { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHGM6wTngIWn6mXA2qoZIseTv1fDqAiy { top:8.125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT { display:block; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .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) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVCcIccXOwvH9oiuwqBSzEeokVgVFzFg { width:19.75rem;height:3.4359375rem;top:5.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { width:6.375rem;height:1.25rem;top:2.8113279342651rem;left:6.6867182850838rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:6rem;top:14.28750038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #WZsIedUnixTliKAAHXRAzwpIMyppgJ1W { width:18.812125rem;height:3.84843125rem;top:10.109765052796rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;font-family:helvetica;display:block; }
 }@media only screen and (max-width: 763px) { #VVEXD3zP5U2ahXlB9ZNFFVv4VRTFvgTm { width:3.8125rem;height:3.8125rem;top:4.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWV2sEe8Ceh0qIScqqJTOyi9zGFMeQ1b { width:12.3113125rem;height:2.29765625rem;top:13.955858230591rem;left:0rem;font-size:0.875rem;font-family:"helvetica neu";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #va8mCCm6Bas8XB7hiPS8L5smBDzLeFAa { display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffff68;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:21rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:19.9980625rem;height:1.2503875rem;top:1.0628910064698rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { background-color:#000000;background-image:none;display:none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.6855625rem;height:2.80898125rem;top:2.1820316314698rem;left:0.65624994039537rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:helvetica;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mTX1M9dbZk80EEebpN6KEwSCZZTUJshd { width:19.9980625rem;height:2.76328125rem;top:1.4953126907349rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #f6VmR5fTTMe2WCQfacflxMFx01E25z1t { width:10.312125rem;height:2.3609375rem;top:6.1839847564697rem;left:4.8410151600838rem;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-weight:700;font-style:normal;font-size:0.875rem;font-family:"helvetica neu";display:block; }
 }@media only screen and (max-width: 763px) { #DeF6IPO1LmOVzE5hTX4pBWlOGcaTrpcb { display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:3.15rem;top:2.9375009536743rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp2BCez6ZOef7IurWeHTFSKPOUdlgh3a { width:13.75rem;height:24.4375rem;top:8.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #danbUSecLKTTwVohBCGHk0zkl6LIlKrx { width:13.625rem;height:24.375rem;top:35.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeZiEL24NNUSmKlJnQ3sMRaHwxggKTa { width:13.5625rem;height:24.375rem;top:62.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4uMlHeCfTnbXScf520R3qp8HL3gx9n { width:9.125rem;height:4.9375rem;top:14rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM0tZ7wiq9bdccggCaxZhpvoe2yTzMHf { width:9.125rem;height:4.9375rem;top:40.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmZFT5gv2Nsi5rxKMTTuMkMD67u9Lhz { width:9.25rem;height:5rem;top:67.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAvnrm80I2SipcKUqXcHHpzmFlJmNHJB { width:7.5625rem;height:3.375rem;top:14.75rem;left:6.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp5ETUtoXDnyVrDSgd0TzMtN6SrbqHza { width:8.1875rem;height:3.65625rem;top:41.0625rem;left:5.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7CIdoR74ef5XlBeu3IpVGiKKGHPhWrC { width:9.75rem;height:0.8941375rem;top:104.58159399033rem;left:5.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5mGTIwLJtMmT4nvkBLdrsgcItR73Jxt { width:8.4375rem;height:3.65625rem;top:68.5625rem;left:5.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTDfHnVw2WTbPoRvwMmVvgXXQP3Upl8 { width:16.1875rem;height:3.0625rem;top:92.491323471069rem;left:1.9062501192093rem;font-size:1.125rem;font-weight:700;font-style:normal;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;color:#000000;font-family:"helvetica neu";display:block; }
 }@media only screen and (max-width: 763px) { #nt0WSaZG0WxFevGWTzzbueJuWtM1TP68 { display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:3.875rem;height:3.875rem;top:3.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:54.125rem;top:-0.0625rem;left:-0.11458331346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:19.4375rem;height:1.6253875rem;top:9.375rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:18.6875rem;height:2.8125rem;top:11.25rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGATzgWIqbpQ0exKlEGlrC56OWiHT79n { width:3.8125rem;height:3.8125rem;top:20.609375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9TMFeo1uDe8kAIBSKTm21V5D2DMmaL { width:20rem;height:13.6875rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpGTUTPzTTNBTEBoFfEWSRp3TkLXLpz8 { width:20rem;height:1.6253875rem;top:26.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zItnmBsoQBeHVND5QM5Jvi8vU3rttB75 { width:20rem;height:5.625rem;top:28.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHQihqof0M6ddIpEp3i2QFCpQpTCIVOu { width:3.6875rem;height:3.6875rem;top:40.296875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVNFWcCZnkBfkugR6RPQQmJntdv6X1aB { width:20rem;height:14rem;top:8rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIauA6u8TIXyJHEXleKeAnofvww8Uv2T { width:20rem;height:11.084543125534rem;top:46.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFWF12bQ4dyCBMxQ1ra0IlWdF4hSZgNZ { width:17.25rem;height:4.21875rem;top:46.609375rem;left:1.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3n5C7MWfBhoasIE1vaHPbyxpuJ0TPQe { width:20rem;height:1.6253875rem;top:44.984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmDSH6osvOWOvfqQOZonX4g52p0Vnury { width:2.9375rem;height:2.9375rem;top:4.15625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9wTK2KRcM8nA7erqJMaDyVNpi9EarPV { width:5.3125rem;height:4.625rem;top:20.328125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k12EsqtadgsnZO2Df4EmshCIQ1stHsrB { width:5.5625rem;height:10.1875rem;top:36.703125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn3lJXCgqCqtfltae549A3Kopw12TzF1 { width:7.9375rem;height:2.625rem;top:51.493053436279rem;left:6.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxSTFLAd8eyU0bL2znJrE7uyoGAtVPFV { width:9.25rem;height:3.625rem;top:56.436630249024rem;left:5.1250001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE { display:block; }#q8ONRhnI7uPXNOdhEq7WoTTTy5StZ4DE > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysmw7dArC6bOUe5KTbW0eohtEgw9m1TP { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHGM6wTngIWn6mXA2qoZIseTv1fDqAiy { width:20rem;height:13rem;top:7.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT { background-color:#f5f3f6;background-image:none;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; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { background-color: transparent; background-image: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container > .video-iframe-container { display: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container { display: none; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .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); }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { border-width: 0; border-radius: 0; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT1Ks7OTEVA11BoiuqORJp85FMHlfSKT > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }