.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.78);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); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG { 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; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { background-color: transparent; background-image: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container > .video-iframe-container { display: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row > .video-iframe-container { display: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .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); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { border-width: 0; border-radius: 0; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#WTPlP936ZMB55g5skxmuNUHC85oocfMH { 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.0625rem;width:9.5625rem;top:1.28125rem;left:32.71875rem;overflow:hidden;display:block; }
#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,250,243,0.97);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; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { background-color: transparent; background-image: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container > .video-iframe-container { display: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row > .video-iframe-container { display: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .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); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { border-width: 0; border-radius: 0; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#OTh5XXMc8Gd58uDFUsa2MiN3xbT9b6wC { color:#000000;display:block;width:24.125rem;position:absolute;font-family:imessage;font-size:4.0625rem;font-weight:400;z-index:14996;line-height:1.1;letter-spacing:0;top:4.6875rem;left:9.1875rem;height:8.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9TT6M3y3hIQa4DosLy1H9stgn72168p { color:#000000;display:block;width:21.625rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.43115234375rem;left:9.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXMmtTmhqevuTz3KUoyHdfWLufNAK0lk { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:12.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-form-header {  }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;color:#000000;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.5;overflow:hidden; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:18.9375rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-container:first-of-type{padding-top:0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-container:last-of-type{padding-bottom:0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:4.4375rem;z-index:15010;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV {display:block;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:4.4375rem;z-index:15010;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #i6fdlNAqncBQza5gr8yw4ohwDB16qc96 { position:relative; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #mzo5R2m2H6CDHkteW4VJKr68y0POzyyR { position:relative;display:block; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #e3g5SipX2MMfaqkFixsNGT19soiLbxSw { position:relative; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uR5VGOASDDO9nMCNWTm1olE75lCbvRaO { position:relative; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uhUg6WrtIswp2cmh5ocDrzZanoHs6kWZ { position:relative; }
#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu { 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; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container { background-color: transparent; background-image: none; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container > .video-iframe-container { display: none; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row > .video-iframe-container { display: none; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .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); }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container { border-width: 0; border-radius: 0; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#iTT0o2hEzzT1tPQ9EbIraGHp9rNTxtO1 { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:imessage;font-size:4.0625rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:6.3125rem;left:9.1875rem;height:8.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLaHO7mvCdxE7BNSQapTFM3nf6v1eurv { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:9.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-form-header {  }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;color:#ffffff;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.5;overflow:hidden; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.5; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:18.9375rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-container:first-of-type{padding-top:0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-container:last-of-type{padding-bottom:0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF  { background-color:#007bff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:6.0625rem;z-index:15013;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF {display:block;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF { background-color:#007bff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.4375rem;top:6.0625rem;z-index:15013;position:absolute;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF #tNsJcyUhCAkGO7VcMLQO3ER3nNmtTA0N { position:relative; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF #BofboaoCCFmTL7117ccg9IXGo240efa7 { position:relative;display:block; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GFXV7v5U2UndIEm5qUoLyivIL6DVIkp3 { position:relative; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GEI2uXO0VtiVeAcqhKOsV7tw8w7DXBke { position:relative; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF #O7PDcGymyqgqBaQik4Hc7vZXyOh3rCeN { position:relative; }
#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.97);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:none; }#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma > .row .container { border-width: 0; border-radius: 0; }#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma > .row .container { font-size:0.875rem;font-family:arial;height:96rem;width:75rem;position:relative;display:none; }#hIS9nOmGKTyqOeD7rnUDR5pEBvTgq7Jv { color:#ffffff;display:block;width:46.7496875rem;position:absolute;font-family:imessage;font-size:4.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.25rem;left:14.1240234375rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoiGCxVc5GCkLZHXm6KhIa0OX2Qinvcc { position:absolute;display:block;z-index:15002;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:26.9375rem;width:34.6875rem;top:13.1875rem;left:20.15625rem;overflow:hidden;display:block; }
#n4f4G5xbFAd7WMmwkVpc0KH8MNaLPInE { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.875rem;left:13.3125rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqaZ0FmCQU2OmWgXvTmg8vplgdARJC2E { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:34.6875rem;top:40.125rem;left:20.15625rem;overflow:hidden;display:block; }
#AGTf4bC9h8QeHM1nBx1LRg5LgytW6Ipb { 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:22.4375rem;width:34.5625rem;top:63.0625rem;left:20.15625rem;overflow:hidden;display:block; }
#DthFZHB7W1IZZHwaO1s2skGKaGNnbeFV { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.875rem;left:13.3125rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.97);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:none; }#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ > .row .container { border-width: 0; border-radius: 0; }#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:none; }#XEpvVbQMkVOUIHhd3TDgkCgbKavB01xE { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:imessage;font-size:4.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.0625rem;left:17.0625rem;height:5.0189875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BCO6eSrVnAsgZVn8sVk9X6hi69VDAvk7 { position:absolute;display:block;z-index:15002;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.8120625rem;width:28.6246875rem;top:16.8125rem;left:6.9375rem;overflow:hidden;display:block; }
#kM2UgiMusPkIO9sbOaTH212PJrCZnNVD { position:absolute;display:block;z-index:15003;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.5625rem;width:28.0620625rem;top:16.9375rem;left:40rem;overflow:hidden;display:block; }
#gIMUR0HSTgnRGvK8V3g13f2TPUckaRi6 { 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:11.8120625rem;width:28.0620625rem;top:31.937397837639rem;left:23.467882156372rem;overflow:hidden;display:block; }
#Z1aFJni0UWaF3dBzRaq6ib1iFMTubLmS { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.1875rem;left:17.0625rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.61);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:none; }#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g > .row .container { border-width: 0; border-radius: 0; }#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:none; }#laW1yDCGZLC8C0XPB7egtPliH5tbnHSx { color:#000000;display:block;width:40.875rem;position:absolute;font-family:imessage;font-size:4.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.375rem;left:17.0625rem;height:4.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNTgU4XfcCKJqi36sdfvf2m0l5PkpTME { 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:13.125rem;width:13.4375rem;display:none; }
#A2Tkw9KyxmyPoJVgWHH14rgVW4hERFsn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:24.5rem;width:24.875rem;top:14.9375rem;left:9.5625rem;overflow:hidden;display:block; }
#nDHeqX32sHS9pDFEFKCdxLrXIzuTqqKk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:23.6875rem;width:25.625rem;top:15.8125rem;left:39.8125rem;overflow:hidden;display:block; }
#gl01apLEZIMdz4ZfRU1lZOQBEmBs5tfu { background-color:#007bff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.249rem;height:3.9995125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:44.8125rem;left:28.87548828125rem;display:block; }
#Nsaz9IFlvhe8OxzlRXFMKMsI3v22sSx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kll3okNTdpfa5fe8tO7kDx4cBXR1LmcF { 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:12.375rem;width:12.625rem;display:none; }
#Q3LCGDTlu9BRGTK3NGoknqkBKqA0zvBt { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.6875rem;left:12.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4d9fdbc4-e25f-4bd8-9e48-5e3ec0651855/Layer_12.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg.adaptive-delivery-prevent-bg, #HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg.lazyload, #HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg.lazyloading { background-image: none; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg > .row .container { border-width: 0; border-radius: 0; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#Sqn29GXau5UoxL6DcTWTKX2XJrcCFpfX { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:imessage;font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.25rem;left:16.53125rem;height:5.0189875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHrpLIUaSAaUUuMt9UKgEZE8kHC4mIPI { position:absolute;display:block;z-index:15003;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:31.9375rem;top:12.4375rem;left:3.5rem;overflow:hidden;display:block; }
#nwDTGp0EffqhvfuOttKvZfOLu7GuxFm8 { 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:11.6875rem;width:31.875rem;top:12.4375rem;left:39.625rem;overflow:hidden;display:block; }
#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f5210e7-b48c-4431-88b8-f4e2e64afc56/Grid1013.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm.adaptive-delivery-prevent-bg, #Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm.lazyload, #Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm.lazyloading { background-image: none; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm > .row .container { border-width: 0; border-radius: 0; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#nE26Q7THBXf7HLm5P5AIhXXNOgkkITTS { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:imessage;font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:13.59375rem;height:5.0189875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XUlB1rTcIdLlR1lbgwVTy4cJGNMcIhLG { background-color:#007bff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.75rem;left:29.875rem;display:block; }
#MB1PmSQCs0i4v7FpLRm0ItCB1oKB364A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJDJdOOiRy8dWoA6cQH8ypm8lWeKlfRd { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:imessage;font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.2685546875rem;left:13.59375rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWr9MABa9ibFsyTwJcRJBgxGVI0uE9kF { 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:4.4375rem;width:23.125rem;top:13.40625rem;left:26.65625rem;overflow:hidden;display:block; }
#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl { 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:none; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row .container { border-width: 0; border-radius: 0; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row .container { font-size:0.875rem;font-family:arial;height:109.125rem;width:75rem;position:relative;display:none; }#gM4DXSqtVIhUTKcwGN6E2A2S7H600FSS { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:imessage;font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.0625rem;height:5.0189875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJsdLVDevky0zZz9I9usvosZJ2R5KZTa { position:absolute;display:block;z-index:15003;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:14.8123125rem;width:58.3745625rem;top:46.718524932861rem;left:8.2491321563719rem;overflow:hidden;display:block; }
#CVJdH8RomFmhE0SMBWrmAo2ytInFAR8t { 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:14.8125rem;width:57.375rem;top:30.21875rem;left:8.8125rem;overflow:hidden;display:block; }
#XNSuTS6WRH93pZTP5hA6WRWvfz03Tske { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.7495rem;width:57.3745rem;top:15.87744140625rem;left:8.8115234375rem;overflow:hidden;display:block; }
#KnsTXCh8qpefqTb58ysMLv4DI0Q9gPtU { 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:10.75rem;width:57.375rem;top:63.21826171875rem;left:8.8125rem;overflow:hidden;display:block; }
#TJz2O34G4PIRa9Pi80DzB3cBPFloSdFw { 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:10.75rem;width:57.375rem;top:75.78125rem;left:8.8125rem;overflow:hidden;display:block; }
#aJIdCAI6t9Vth21kougXSEU2X7WRIrtT { 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:51.625rem;width:42.5rem;display:none; }
#xekUhS1DCi0h2t1cNbdDVBwzQhU3C1V7 { 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:51.625rem;width:41.875rem;display:none; }
#sDRP2vBvTP5fW3hAEaDk9OcsuUbKTzvf { 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:36.9375rem;width:41.875rem;display:none; }
#JU4AcGxTIg2C4wMRtXodlM7bvlzTDTJR { 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:34.3125rem;width:41.875rem;display:none; }
#EoS475MtSlMDcHrqdDFnBa07FxOiuHAl { 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:34.3125rem;width:38.6875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG { display:block; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTPlP936ZMB55g5skxmuNUHC85oocfMH { width:9.5625rem;height:2.0625rem;top:1.25rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq17J2C94oRzzV04Rg25AXggelTCIEc0 { display:block; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTh5XXMc8Gd58uDFUsa2MiN3xbT9b6wC { width:24.125rem;height:8.9375rem;top:4.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9TT6M3y3hIQa4DosLy1H9stgn72168p { width:21.625rem;height:1.75rem;top:14.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXMmtTmhqevuTz3KUoyHdfWLufNAK0lk { width:20rem;height:1.6875rem;top:7.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-regular-label { display:block;width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV  { width:18.9375rem;height:9.1875rem;top:4.4375rem;left:26.3125rem; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV {display:block;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV { width:18.9375rem;height:9.1875rem;top:4.4375rem;left:26.3125rem; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #i6fdlNAqncBQza5gr8yw4ohwDB16qc96 {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #mzo5R2m2H6CDHkteW4VJKr68y0POzyyR { display:block; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #e3g5SipX2MMfaqkFixsNGT19soiLbxSw {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uR5VGOASDDO9nMCNWTm1olE75lCbvRaO {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uhUg6WrtIswp2cmh5ocDrzZanoHs6kWZ {  }
 }@media only screen and (max-width: 763px) { #q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu { display:block; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTT0o2hEzzT1tPQ9EbIraGHp9rNTxtO1 { width:27.625rem;height:8.9375rem;top:6.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLaHO7mvCdxE7BNSQapTFM3nf6v1eurv { width:21.625rem;height:1.75rem;top:16rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-regular-label { display:block;width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF  { width:18.9375rem;height:0;top:6.0625rem;left:26.3125rem; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF {display:block;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF { width:18.9375rem;height:0;top:6.0625rem;left:26.3125rem; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #tNsJcyUhCAkGO7VcMLQO3ER3nNmtTA0N {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #BofboaoCCFmTL7117ccg9IXGo240efa7 { display:block; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GFXV7v5U2UndIEm5qUoLyivIL6DVIkp3 {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GEI2uXO0VtiVeAcqhKOsV7tw8w7DXBke {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #O7PDcGymyqgqBaQik4Hc7vZXyOh3rCeN {  }
 }@media only screen and (max-width: 763px) { #pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma { display:block; }#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIS9nOmGKTyqOeD7rnUDR5pEBvTgq7Jv { width:46.6875rem;height:5rem;top:4.25rem;left:0.4990234375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoiGCxVc5GCkLZHXm6KhIa0OX2Qinvcc { width:34.6875rem;height:26.9375rem;top:13.1875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4f4G5xbFAd7WMmwkVpc0KH8MNaLPInE { width:47.75rem;height:1.375rem;top:9.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqaZ0FmCQU2OmWgXvTmg8vplgdARJC2E { width:34.6875rem;height:22.9375rem;top:40.125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTf4bC9h8QeHM1nBx1LRg5LgytW6Ipb { width:34.5625rem;height:22.4375rem;top:63.0625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthFZHB7W1IZZHwaO1s2skGKaGNnbeFV { width:18.4375rem;height:2.25rem;top:7.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ { display:none; }#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XEpvVbQMkVOUIHhd3TDgkCgbKavB01xE { width:40.875rem;height:5rem;top:4.0625rem;left:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCO6eSrVnAsgZVn8sVk9X6hi69VDAvk7 { width:28.5625rem;height:11.78640064302rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM2UgiMusPkIO9sbOaTH212PJrCZnNVD { width:28rem;height:11.536928192644rem;top:16.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMUR0HSTgnRGvK8V3g13f2TPUckaRi6 { width:28rem;height:11.785938756284rem;top:31.875rem;left:9.8428821563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aFJni0UWaF3dBzRaq6ib1iFMTubLmS { width:40.875rem;height:1.375rem;top:9.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g { display:block; }#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laW1yDCGZLC8C0XPB7egtPliH5tbnHSx { width:40.875rem;height:4.9375rem;top:4.375rem;left:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTgU4XfcCKJqi36sdfvf2m0l5PkpTME { width:13.4375rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2Tkw9KyxmyPoJVgWHH14rgVW4hERFsn { width:24.875rem;height:24.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDHeqX32sHS9pDFEFKCdxLrXIzuTqqKk { width:25.625rem;height:23.6875rem;top:15.8125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl01apLEZIMdz4ZfRU1lZOQBEmBs5tfu { width:17.1875rem;height:3.9375rem;top:44.8125rem;left:15.25048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nsaz9IFlvhe8OxzlRXFMKMsI3v22sSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #Kll3okNTdpfa5fe8tO7kDx4cBXR1LmcF { width:12.625rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3LCGDTlu9BRGTK3NGoknqkBKqA0zvBt { width:20rem;height:3.875rem;top:41.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg { display:none; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sqn29GXau5UoxL6DcTWTKX2XJrcCFpfX { width:41.9375rem;height:5rem;top:2.25rem;left:2.90625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHrpLIUaSAaUUuMt9UKgEZE8kHC4mIPI { width:31.9375rem;height:12.5rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwDTGp0EffqhvfuOttKvZfOLu7GuxFm8 { width:31.875rem;height:11.6875rem;top:12.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm { display:none; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nE26Q7THBXf7HLm5P5AIhXXNOgkkITTS { width:47.75rem;height:5rem;top:3.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlB1rTcIdLlR1lbgwVTy4cJGNMcIhLG { width:16.625rem;height:3.0625rem;top:20.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1PmSQCs0i4v7FpLRm0ItCB1oKB364A { display:block; }
 }@media only screen and (max-width: 763px) { #hJDJdOOiRy8dWoA6cQH8ypm8lWeKlfRd { width:47.75rem;height:2.1875rem;top:8.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWr9MABa9ibFsyTwJcRJBgxGVI0uE9kF { width:23.125rem;height:4.4375rem;top:13.375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl { display:none; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gM4DXSqtVIhUTKcwGN6E2A2S7H600FSS { width:40.875rem;height:5rem;top:3.625rem;left:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJsdLVDevky0zZz9I9usvosZJ2R5KZTa { width:47.75rem;height:12.116372124845rem;top:46.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVJdH8RomFmhE0SMBWrmAo2ytInFAR8t { width:47.75rem;height:12.327614379085rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNSuTS6WRH93pZTP5hA6WRWvfz03Tske { width:47.75rem;height:10.610787457843rem;top:15.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnsTXCh8qpefqTb58ysMLv4DI0Q9gPtU { width:47.75rem;height:8.9466230936819rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJz2O34G4PIRa9Pi80DzB3cBPFloSdFw { width:47.75rem;height:8.9466230936819rem;top:75.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJIdCAI6t9Vth21kougXSEU2X7WRIrtT { width:42.5rem;height:51.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xekUhS1DCi0h2t1cNbdDVBwzQhU3C1V7 { width:41.875rem;height:51.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDRP2vBvTP5fW3hAEaDk9OcsuUbKTzvf { width:41.875rem;height:36.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU4AcGxTIg2C4wMRtXodlM7bvlzTDTJR { width:41.875rem;height:34.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoS475MtSlMDcHrqdDFnBa07FxOiuHAl { width:38.6875rem;height:34.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { background-color: transparent; background-image: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container > .video-iframe-container { display: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row > .video-iframe-container { display: none; }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .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); }#z8rI3ve8SxCIn2UHs5B1VmIn26ysGcTG > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTPlP936ZMB55g5skxmuNUHC85oocfMH { width:7.375rem;height:1.6875rem;top:0.9375rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lq17J2C94oRzzV04Rg25AXggelTCIEc0 { background-color:#fbfaf3;background-image:none;display:block; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { background-color: transparent; background-image: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container > .video-iframe-container { display: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row > .video-iframe-container { display: none; }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .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); }#Lq17J2C94oRzzV04Rg25AXggelTCIEc0 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTh5XXMc8Gd58uDFUsa2MiN3xbT9b6wC { width:19.375rem;height:5.5rem;top:2.4375rem;left:0.3125rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d9TT6M3y3hIQa4DosLy1H9stgn72168p { width:20rem;height:0;top:18.88671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FXMmtTmhqevuTz3KUoyHdfWLufNAK0lk { width:20rem;height:1.29980625rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-text {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-select {padding-top: 0; padding-bottom: 0;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV  { width:17.5rem;height:auto;top:10.67431640625rem;left:0rem; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV {display:block;}#tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV { width:17.5rem;height:auto;top:10.67431640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #i6fdlNAqncBQza5gr8yw4ohwDB16qc96 {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #mzo5R2m2H6CDHkteW4VJKr68y0POzyyR { display:block; }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #e3g5SipX2MMfaqkFixsNGT19soiLbxSw {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uR5VGOASDDO9nMCNWTm1olE75lCbvRaO {  }
 }@media only screen and (max-width: 763px) { #tOTIWd1FTXpVNmqt82JuvTPECDiFiTdV #uhUg6WrtIswp2cmh5ocDrzZanoHs6kWZ {  }
 }@media only screen and (max-width: 763px) { #q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu { display:block; }#q4z2gEXIqsJVcaBWFT7bk9RaK9lJMTTu > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTT0o2hEzzT1tPQ9EbIraGHp9rNTxtO1 { width:20rem;height:5.5rem;top:2.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TLaHO7mvCdxE7BNSQapTFM3nf6v1eurv { width:20rem;height:1.29980625rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-text {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-select {padding-top: 0; padding-bottom: 0;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF  { width:17.5rem;height:auto;top:11.171875rem;left:0rem; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e79AyP213VEhTWppNxBi6AUkNnlnnFdF {display:block;}#e79AyP213VEhTWppNxBi6AUkNnlnnFdF { width:17.5rem;height:auto;top:11.171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #tNsJcyUhCAkGO7VcMLQO3ER3nNmtTA0N {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #BofboaoCCFmTL7117ccg9IXGo240efa7 { display:block; }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GFXV7v5U2UndIEm5qUoLyivIL6DVIkp3 {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #GEI2uXO0VtiVeAcqhKOsV7tw8w7DXBke {  }
 }@media only screen and (max-width: 763px) { #e79AyP213VEhTWppNxBi6AUkNnlnnFdF #O7PDcGymyqgqBaQik4Hc7vZXyOh3rCeN {  }
 }@media only screen and (max-width: 763px) { #pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma { background-color:rgba(0,0,0,0.97);background-image:none;display:none; }#pSQZ5DTr4pb6ctQWOveMITnq7dKVu8Ma > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIS9nOmGKTyqOeD7rnUDR5pEBvTgq7Jv { width:19.437rem;height:4.3994125rem;top:1.875rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hoiGCxVc5GCkLZHXm6KhIa0OX2Qinvcc { width:18.5625rem;height:14.4375rem;top:10.84716796875rem;left:0.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n4f4G5xbFAd7WMmwkVpc0KH8MNaLPInE { width:18.4375rem;height:0;top:7.1748046875rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #kqaZ0FmCQU2OmWgXvTmg8vplgdARJC2E { width:18.5625rem;height:12.25rem;top:26.09375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AGTf4bC9h8QeHM1nBx1LRg5LgytW6Ipb { width:18.5625rem;height:12rem;top:39.3125rem;left:0.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DthFZHB7W1IZZHwaO1s2skGKaGNnbeFV { width:18.4375rem;height:2.25rem;top:7.09716796875rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ { background-color:rgba(0,0,0,0.97);background-image:none;display:none; }#JhVv43zoGFKk73vuPTWgIpmWRtoQNtMQ > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XEpvVbQMkVOUIHhd3TDgkCgbKavB01xE { width:19.437375rem;height:2.3372375rem;top:1.25rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BCO6eSrVnAsgZVn8sVk9X6hi69VDAvk7 { width:19.6875rem;height:8.0620625rem;top:8.3359375rem;left:0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kM2UgiMusPkIO9sbOaTH212PJrCZnNVD { width:20rem;height:8.24rem;top:17.6479375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMUR0HSTgnRGvK8V3g13f2TPUckaRi6 { width:20rem;height:8.4185rem;top:27.1376875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aFJni0UWaF3dBzRaq6ib1iFMTubLmS { width:14.749875rem;height:2.24935rem;top:4.8369125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g { background-color:#fbfaf3;background-image:none;display:none; }#pHy8dQ6dEW8DKNGHllBe72s0NJiiyQ8g > .row .container { width:20rem;height:57.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #laW1yDCGZLC8C0XPB7egtPliH5tbnHSx { width:19.4375rem;height:2.19970625rem;top:1.9375rem;left:0.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNTgU4XfcCKJqi36sdfvf2m0l5PkpTME { top:5.5rem;left:0.75rem;width:17rem;height:16.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A2Tkw9KyxmyPoJVgWHH14rgVW4hERFsn { width:7.5625rem;height:7.4375rem;top:64.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDHeqX32sHS9pDFEFKCdxLrXIzuTqqKk { width:7.625rem;height:7.0625rem;top:78.161625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gl01apLEZIMdz4ZfRU1lZOQBEmBs5tfu { top:47.4375rem;left:1.40625rem;width:17.1875rem;height:3.9375rem;z-index:15013;font-family:imessage;font-size:1.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsaz9IFlvhe8OxzlRXFMKMsI3v22sSx2 { display:block; }
 }@media only screen and (max-width: 763px) { #Kll3okNTdpfa5fe8tO7kDx4cBXR1LmcF { top:22.875rem;left:0.75rem;width:17rem;height:16.6875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LCGDTlu9BRGTK3NGoknqkBKqA0zvBt { width:20rem;height:3.89941875rem;top:41.90625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg { display:none; }#HXcFu2yzkHPfLEEWqEM7lLDSo12CnPGg > .row .container { width:20rem;height:21.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sqn29GXau5UoxL6DcTWTKX2XJrcCFpfX { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bHrpLIUaSAaUUuMt9UKgEZE8kHC4mIPI { width:19.375rem;height:7.5625rem;top:4.69921875rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nwDTGp0EffqhvfuOttKvZfOLu7GuxFm8 { width:19.75rem;height:7.1875rem;top:13.51171875rem;left:0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm { display:none; }#Gx3xyD3zV5sqQ6UzKq27Em570Sc3reAm > .row .container { width:20rem;height:17.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nE26Q7THBXf7HLm5P5AIhXXNOgkkITTS { width:20rem;height:3.0249rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XUlB1rTcIdLlR1lbgwVTy4cJGNMcIhLG { width:14.5625rem;height:3.0625rem;top:13.030275rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1PmSQCs0i4v7FpLRm0ItCB1oKB364A { display:block; }
 }@media only screen and (max-width: 763px) { #hJDJdOOiRy8dWoA6cQH8ypm8lWeKlfRd { width:20rem;height:1.4433625rem;top:5.5244125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VWr9MABa9ibFsyTwJcRJBgxGVI0uE9kF { width:19.0625rem;height:3.5625rem;top:8.217775rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl { background-color:#000000;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:none; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row .container { border-width: 0; border-radius: 0; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1qgAiZE9dg0UHV2ixso9BJSQO2bUxzl > .row .container { width:20rem;height:112.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gM4DXSqtVIhUTKcwGN6E2A2S7H600FSS { width:16.1875rem;height:2.19970625rem;top:2.25rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJsdLVDevky0zZz9I9usvosZJ2R5KZTa { width:20rem;height:5.074920261715rem;top:46.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVJdH8RomFmhE0SMBWrmAo2ytInFAR8t { width:20rem;height:5.1633986928105rem;top:30.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNSuTS6WRH93pZTP5hA6WRWvfz03Tske { width:20rem;height:4.4443088828661rem;top:15.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnsTXCh8qpefqTb58ysMLv4DI0Q9gPtU { width:20rem;height:3.7472766884532rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJz2O34G4PIRa9Pi80DzB3cBPFloSdFw { width:20rem;height:3.7472766884532rem;top:75.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJIdCAI6t9Vth21kougXSEU2X7WRIrtT { top:75.25rem;left:1.625rem;width:16.75rem;height:20.375rem;z-index:15008;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xekUhS1DCi0h2t1cNbdDVBwzQhU3C1V7 { top:53.1875rem;left:1.75rem;width:16.5rem;height:20.375rem;z-index:15009;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRP2vBvTP5fW3hAEaDk9OcsuUbKTzvf { top:6.04296875rem;left:1.75rem;width:16.5rem;height:14.5625rem;z-index:15010;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU4AcGxTIg2C4wMRtXodlM7bvlzTDTJR { top:22rem;left:1.75rem;width:16.5rem;height:13.5rem;z-index:15011;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoS475MtSlMDcHrqdDFnBa07FxOiuHAl { top:37.01171875rem;left:1.75rem;width:16.5rem;height:14.625rem;z-index:15012;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }