.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:#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); }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 { position:relative;display:block; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 { background-color: transparent; background-image: none; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row .container > .video-iframe-container { display: none; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row > .video-iframe-container { display: none; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .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); }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 { border-width: 0; border-radius: 0; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .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; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:796px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X92ed7ca30a33bb890de062300da5ee6 { position:absolute;display:block;z-index:14995;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;box-shadow: none;height:672px;width:1199px;top:118.9921875px;left:0px;display:block; }
#db815fae87d6d958a78c7a3056bf74b8 { color:#ffffff;display:block;width:892.98px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:10.76171875px;left:153.4921875px;height:104px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1e95d29c0d3faf6035077d65eb825cc { box-sizing:content-box;height:118px;width:1200px;position:absolute;display:block;z-index:14997;background-color:#820263;background-image:none;top:1px;left:0px;display:block; }
#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx { 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; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container { background-color: transparent; background-image: none; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container > .video-iframe-container { display: none; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row > .video-iframe-container { display: none; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .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); }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container { border-width: 0; border-radius: 0; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#a83fb3da801eed1f72373fe7fb0646e6 { position:absolute;display:block;z-index:15001;height:65px;width:800px;top:42px;left:199.98750305176px;display:block; }
#USplfxu1mJ2vpSbm2XVvcRpF31FB754v { background-color:#820263;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fff0fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:77px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.999969482422px;left:497.50001525879px;display:block; }
#RluW4uAquDfkso9JrL3LBQ5BKqSPqSVx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 { 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; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container { background-color: transparent; background-image: none; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container > .video-iframe-container { display: none; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row > .video-iframe-container { display: none; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .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); }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container { border-width: 0; border-radius: 0; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container { font-size:14px;font-family:arial;height:82px;width:1200px;position:relative;display:block; }#z1f2889b9e80c8063b1a979936dd4a10 { color:#820263;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:20.850006103516px;left:0px;height:40.2917px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL { 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; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container { background-color: transparent; background-image: none; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container > .video-iframe-container { display: none; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row > .video-iframe-container { display: none; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .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); }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container { border-width: 0; border-radius: 0; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#W63f863fdbf61ac685e5d50940c251a3 { position:absolute;display:block;z-index:15030;height:216.973px;width:390px;top:14.99609375px;left:405px;display:block; }
#Mc7726b2b17c43292c2f3773c07ceb7a { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:14.5px;left:404px;display:block; }#Mc7726b2b17c43292c2f3773c07ceb7a.adaptive-delivery-prevent-bg, #Mc7726b2b17c43292c2f3773c07ceb7a.lazyload, #Mc7726b2b17c43292c2f3773c07ceb7a.lazyloading { background-image: none; }
#b3deba0575c81bba41ccfcb9d5dca58c { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:15px;left:804px;display:block; }#b3deba0575c81bba41ccfcb9d5dca58c.adaptive-delivery-prevent-bg, #b3deba0575c81bba41ccfcb9d5dca58c.lazyload, #b3deba0575c81bba41ccfcb9d5dca58c.lazyloading { background-image: none; }
#B2c443684ffcdf08e560f18ad7b9c247 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:15px;left:4px;display:block; }#B2c443684ffcdf08e560f18ad7b9c247.adaptive-delivery-prevent-bg, #B2c443684ffcdf08e560f18ad7b9c247.lazyload, #B2c443684ffcdf08e560f18ad7b9c247.lazyloading { background-image: none; }
#e2595ccfabb000082ff7e991d674bca5 { position:absolute;display:block;z-index:15031;height:216.973px;width:390px;top:14.99609375px;left:4.9921875px;display:block; }
#c859ad065351761144b9d30e5df0b3a8 { position:absolute;display:block;z-index:15026;height:216.973px;width:390px;top:14.99609375px;left:803.9921875px;display:block; }
#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh { 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; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container { background-color: transparent; background-image: none; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container > .video-iframe-container { display: none; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row > .video-iframe-container { display: none; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .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); }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container { border-width: 0; border-radius: 0; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#db4460ae3c09838dc72de120c95e6edb { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#db4460ae3c09838dc72de120c95e6edb.adaptive-delivery-prevent-bg, #db4460ae3c09838dc72de120c95e6edb.lazyload, #db4460ae3c09838dc72de120c95e6edb.lazyloading { background-image: none; }
#D8d58273455021689df967370fc7e912 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:804px;display:block; }#D8d58273455021689df967370fc7e912.adaptive-delivery-prevent-bg, #D8d58273455021689df967370fc7e912.lazyload, #D8d58273455021689df967370fc7e912.lazyloading { background-image: none; }
#f787560d4997411e86eb3e5d9bd5ea8b { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:4px;display:block; }#f787560d4997411e86eb3e5d9bd5ea8b.adaptive-delivery-prevent-bg, #f787560d4997411e86eb3e5d9bd5ea8b.lazyload, #f787560d4997411e86eb3e5d9bd5ea8b.lazyloading { background-image: none; }
#fafe62ed9d35dbb6216e7b94e0fdc61d { position:absolute;display:block;z-index:15031;height:216.984px;width:390px;top:4.5px;left:804.99609375px;display:block; }
#be085c6d40f65a53481ece17ad295763 { position:absolute;display:block;z-index:15026;height:216.984px;width:390px;top:4.5px;left:405px;display:block; }
#abdc3f5b4e5adc7963c633578c28c50b { position:absolute;display:block;z-index:15029;height:216.996px;width:390px;top:4px;left:5px;display:block; }
#b6vOJTgsu7DUX980VGacQSa8FIZZCalX { 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; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container { background-color: transparent; background-image: none; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container > .video-iframe-container { display: none; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row > .video-iframe-container { display: none; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .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); }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container { border-width: 0; border-radius: 0; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#xc2a9050cb1a6e6cb00cc1c9112d82a8 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#c2e9138c8b0f1af64c4a3f6fb60d36a7 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#c2e9138c8b0f1af64c4a3f6fb60d36a7.adaptive-delivery-prevent-bg, #c2e9138c8b0f1af64c4a3f6fb60d36a7.lazyload, #c2e9138c8b0f1af64c4a3f6fb60d36a7.lazyloading { background-image: none; }
#b82b3f4bfe22e322ea5dc15ff85dc2dd { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:804px;display:block; }#b82b3f4bfe22e322ea5dc15ff85dc2dd.adaptive-delivery-prevent-bg, #b82b3f4bfe22e322ea5dc15ff85dc2dd.lazyload, #b82b3f4bfe22e322ea5dc15ff85dc2dd.lazyloading { background-image: none; }
#aa41f102f2a4b4d597af01b7a02fd51a { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:4px;display:block; }#aa41f102f2a4b4d597af01b7a02fd51a.adaptive-delivery-prevent-bg, #aa41f102f2a4b4d597af01b7a02fd51a.lazyload, #aa41f102f2a4b4d597af01b7a02fd51a.lazyloading { background-image: none; }
#yecb711fa72fbf3ea54899483200efe6 { position:absolute;display:block;z-index:15026;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#fb6dc91266d8024d074cd4795aecabad { position:absolute;display:block;z-index:15023;height:216.996px;width:390px;top:5.48828125px;left:4.9921875px;display:block; }
#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO { 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; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container { background-color: transparent; background-image: none; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container > .video-iframe-container { display: none; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row > .video-iframe-container { display: none; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .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); }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container { border-width: 0; border-radius: 0; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#o25526415d93ca075042cdaa3666bfa2 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:404px;display:block; }#o25526415d93ca075042cdaa3666bfa2.adaptive-delivery-prevent-bg, #o25526415d93ca075042cdaa3666bfa2.lazyload, #o25526415d93ca075042cdaa3666bfa2.lazyloading { background-image: none; }
#i8ded6e8e1f27db687162c3aa937bc6c { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:804px;display:block; }#i8ded6e8e1f27db687162c3aa937bc6c.adaptive-delivery-prevent-bg, #i8ded6e8e1f27db687162c3aa937bc6c.lazyload, #i8ded6e8e1f27db687162c3aa937bc6c.lazyloading { background-image: none; }
#be3585a2047129ad977499f5b626b612 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:4px;display:block; }#be3585a2047129ad977499f5b626b612.adaptive-delivery-prevent-bg, #be3585a2047129ad977499f5b626b612.lazyload, #be3585a2047129ad977499f5b626b612.lazyloading { background-image: none; }
#db9ca7165b29eea1361c93742edfce32 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#cfd78631de19c2183151eed390cb0d6b { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:4.9921875px;display:block; }
#Pd8c393a0b90ca634b3da1843e9da20d { position:absolute;display:block;z-index:15022;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH { 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; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container { background-color: transparent; background-image: none; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container > .video-iframe-container { display: none; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row > .video-iframe-container { display: none; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .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); }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container { border-width: 0; border-radius: 0; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Gb8b074f1609407977f053de948895d9 { color:#820263;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:25px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q { position:relative;display:block; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q { background-color: transparent; background-image: none; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row .container > .video-iframe-container { display: none; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row > .video-iframe-container { display: none; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .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); }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q { border-width: 0; border-radius: 0; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .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; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:582px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hpRfAgDIUG8TShoIrMiLGBIhETxuT07a { color:#e800b0;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:306px;height:32.5px;font-style:normal;display:block; }
#Vq8hEADb7U6cw3Ai8eCvEpTTzuSXyD5a { color:#820263;display:block;width:229px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:70px;left:306px;height:52px;display:block; }
#mlfSU7AyupPgayeROibqr66v8660SegP { background-color:#820263;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fff0fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:77px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:46px;left:688px;display:block; }
#CSpwHQdUNh6WCs5yAw0mc1qafvONz6pn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eWxshyO3IS7cI3XuPx7NdNdlE39TP7Fv { color:#e800b0;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:183px;left:306px;height:32.5px;font-style:normal;display:block; }
#Qa75AlJDB9Fl4ZnRQnkXEnTuwD0fT2mu { color:#820263;display:block;width:322px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:224.00001144409px;left:305.99998474121px;height:104px;display:block; }
#w7OQ00bgrVPrcL0xtAyUghRvAiDxolhO { background-color:#820263;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fff0fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:77px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:237.48750305176px;left:688.00001525879px;display:block; }
#lDDkGq2T4oVuzpkl25O0K3VgObiouU3a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#q0cOy4cusclQvl87aSRSatyXTwvI5ODH { color:#e800b0;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:390px;left:306px;height:32.5px;font-style:normal;display:block; }
#iHfousQBfkTrmdT4b6D0rPt3SGcD4MDO { color:#820263;display:block;width:229px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:431px;left:306px;height:78px;display:block; }
#L0TGiwWAT8MugyCSNQUOG3OTWGUv4Pzm { background-color:#820263;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fff0fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:77px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:431.50006866455px;left:688.00001525879px;display:block; }
#MB7rGIqR3Iq03MszZ9QtNEhraWb9ulIK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hKQMkMfDEuBKJhFrEwIAiDTZQSCdw07s { position:absolute;display:block;z-index:15005;height:65px;width:800px;top:437.5px;left:400.00001525879px;display:block; }
#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT { position:relative;display:block; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT { background-color: transparent; background-image: none; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container > .video-iframe-container { display: none; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row > .video-iframe-container { display: none; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .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); }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT { border-width: 0; border-radius: 0; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#820263;background-image:none;font-size:14px;font-family:arial;height:17px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 { display:block; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X92ed7ca30a33bb890de062300da5ee6 { top:118px;left:0px;width:762px;height:427.07589658048px;display:block; }
 }@media only screen and (max-width: 763px) { #db815fae87d6d958a78c7a3056bf74b8 { top:10px;left:0px;width:764px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b1e95d29c0d3faf6035077d65eb825cc { top:1px;left:0px;width:764px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx { display:block; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a83fb3da801eed1f72373fe7fb0646e6 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #USplfxu1mJ2vpSbm2XVvcRpF31FB754v { width:205px;height:77px;top:35px;left:279.50001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #RluW4uAquDfkso9JrL3LBQ5BKqSPqSVx { display:block; }
 }@media only screen and (max-width: 763px) { #dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 { display:block; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1f2889b9e80c8063b1a979936dd4a10 { top:20px;left:0px;width:764px;height:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL { display:block; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W63f863fdbf61ac685e5d50940c251a3 { top:14px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Mc7726b2b17c43292c2f3773c07ceb7a { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #b3deba0575c81bba41ccfcb9d5dca58c { top:15px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #B2c443684ffcdf08e560f18ad7b9c247 { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #e2595ccfabb000082ff7e991d674bca5 { top:14px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #c859ad065351761144b9d30e5df0b3a8 { top:14px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #rct8b0pMI9sb1U2Os43WHzBqTRibHFNh { display:block; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db4460ae3c09838dc72de120c95e6edb { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #D8d58273455021689df967370fc7e912 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #f787560d4997411e86eb3e5d9bd5ea8b { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #fafe62ed9d35dbb6216e7b94e0fdc61d { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #be085c6d40f65a53481ece17ad295763 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #abdc3f5b4e5adc7963c633578c28c50b { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #b6vOJTgsu7DUX980VGacQSa8FIZZCalX { display:block; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xc2a9050cb1a6e6cb00cc1c9112d82a8 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #c2e9138c8b0f1af64c4a3f6fb60d36a7 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #b82b3f4bfe22e322ea5dc15ff85dc2dd { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #aa41f102f2a4b4d597af01b7a02fd51a { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #yecb711fa72fbf3ea54899483200efe6 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #fb6dc91266d8024d074cd4795aecabad { top:5px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #ScCe39IHoqNSrHktATdDyTPMEIn2zPAO { display:block; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25526415d93ca075042cdaa3666bfa2 { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #i8ded6e8e1f27db687162c3aa937bc6c { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #be3585a2047129ad977499f5b626b612 { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #db9ca7165b29eea1361c93742edfce32 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #cfd78631de19c2183151eed390cb0d6b { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8c393a0b90ca634b3da1843e9da20d { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH { display:block; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gb8b074f1609407977f053de948895d9 { top:25px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q { display:block; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpRfAgDIUG8TShoIrMiLGBIhETxuT07a { top:29px;left:88px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq8hEADb7U6cw3Ai8eCvEpTTzuSXyD5a { top:70px;left:88.000030517578px;width:229px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mlfSU7AyupPgayeROibqr66v8660SegP { width:205px;height:77px;top:46px;left:470px;display:block; }
 }@media only screen and (max-width: 763px) { #CSpwHQdUNh6WCs5yAw0mc1qafvONz6pn { display:block; }
 }@media only screen and (max-width: 763px) { #eWxshyO3IS7cI3XuPx7NdNdlE39TP7Fv { top:183px;left:88px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qa75AlJDB9Fl4ZnRQnkXEnTuwD0fT2mu { top:224px;left:87.999984741211px;width:322px;height:104px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w7OQ00bgrVPrcL0xtAyUghRvAiDxolhO { width:205px;height:77px;top:237px;left:470.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #lDDkGq2T4oVuzpkl25O0K3VgObiouU3a { display:block; }
 }@media only screen and (max-width: 763px) { #q0cOy4cusclQvl87aSRSatyXTwvI5ODH { top:390px;left:88px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iHfousQBfkTrmdT4b6D0rPt3SGcD4MDO { top:431px;left:88px;width:229px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L0TGiwWAT8MugyCSNQUOG3OTWGUv4Pzm { width:205px;height:77px;top:431px;left:470.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #MB7rGIqR3Iq03MszZ9QtNEhraWb9ulIK { display:block; }
 }@media only screen and (max-width: 763px) { #hKQMkMfDEuBKJhFrEwIAiDTZQSCdw07s { top:437px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT { display:block; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 { display:block; }#gqtGqtrLIZL0UbF4K0aODLthZTOiTFP1 > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X92ed7ca30a33bb890de062300da5ee6 { height:174px;width:317px;top:131.99479675293px;left:1px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #db815fae87d6d958a78c7a3056bf74b8 { width:294px;height:57.1944px;top:43.888889312744px;left:13px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b1e95d29c0d3faf6035077d65eb825cc { width:318px;height:119px;top:12.99609375px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx { display:block; }#D8ZcfTmXJWlx3MvgFWQuSQdmM0Eh8iyx > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a83fb3da801eed1f72373fe7fb0646e6 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #USplfxu1mJ2vpSbm2XVvcRpF31FB754v { width:205px;height:77px;top:18.500007629395px;left:66.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #RluW4uAquDfkso9JrL3LBQ5BKqSPqSVx { display:block; }
 }@media only screen and (max-width: 763px) { #dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 { display:block; }#dQlJoFsOynBgQTU2vwEzJ0TOPkh7lFB8 > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1f2889b9e80c8063b1a979936dd4a10 { width:307px;height:52px;top:11px;left:7px;font-size:20px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL { display:block; }#yntD2LSq8znbO0lTHHFCHdtRoDCaJHTL > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W63f863fdbf61ac685e5d50940c251a3 { width:320px;height:217px;top:247px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Mc7726b2b17c43292c2f3773c07ceb7a { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b3deba0575c81bba41ccfcb9d5dca58c { width:318px;height:217px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B2c443684ffcdf08e560f18ad7b9c247 { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e2595ccfabb000082ff7e991d674bca5 { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #c859ad065351761144b9d30e5df0b3a8 { width:320px;height:217px;top:483px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rct8b0pMI9sb1U2Os43WHzBqTRibHFNh { display:block; }#rct8b0pMI9sb1U2Os43WHzBqTRibHFNh > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db4460ae3c09838dc72de120c95e6edb { width:318px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D8d58273455021689df967370fc7e912 { width:318px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f787560d4997411e86eb3e5d9bd5ea8b { width:318px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fafe62ed9d35dbb6216e7b94e0fdc61d { width:320px;height:217px;top:493px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #be085c6d40f65a53481ece17ad295763 { width:320px;height:217px;top:255px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #abdc3f5b4e5adc7963c633578c28c50b { width:320px;height:217px;top:19px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #b6vOJTgsu7DUX980VGacQSa8FIZZCalX { display:block; }#b6vOJTgsu7DUX980VGacQSa8FIZZCalX > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xc2a9050cb1a6e6cb00cc1c9112d82a8 { width:320px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #c2e9138c8b0f1af64c4a3f6fb60d36a7 { width:318px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b82b3f4bfe22e322ea5dc15ff85dc2dd { width:318px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aa41f102f2a4b4d597af01b7a02fd51a { width:318px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yecb711fa72fbf3ea54899483200efe6 { width:320px;height:217px;top:497px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fb6dc91266d8024d074cd4795aecabad { width:320px;height:217px;top:20px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ScCe39IHoqNSrHktATdDyTPMEIn2zPAO { display:block; }#ScCe39IHoqNSrHktATdDyTPMEIn2zPAO > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25526415d93ca075042cdaa3666bfa2 { width:318px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #i8ded6e8e1f27db687162c3aa937bc6c { width:318px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #be3585a2047129ad977499f5b626b612 { width:318px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #db9ca7165b29eea1361c93742edfce32 { width:320px;height:217px;top:500px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cfd78631de19c2183151eed390cb0d6b { width:320px;height:217px;top:22px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8c393a0b90ca634b3da1843e9da20d { width:320px;height:217px;top:260px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH { display:block; }#kbndEdiiKsevbgt5JoDU3rxCLTuKK7BH > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gb8b074f1609407977f053de948895d9 { width:320px;height:26px;top:8.9998931884766px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q { display:block; }#UskpUE8OcSGpyDSCwi926SBVgvXrPL8Q > .row .container { width:320px;height:792px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpRfAgDIUG8TShoIrMiLGBIhETxuT07a { width:200px;height:32.5px;top:29.986221313477px;left:60.000001907349px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vq8hEADb7U6cw3Ai8eCvEpTTzuSXyD5a { width:229px;height:52px;top:72.500007629395px;left:45.500001907349px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlfSU7AyupPgayeROibqr66v8660SegP { width:205px;height:77px;top:144.50000762939px;left:57.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #CSpwHQdUNh6WCs5yAw0mc1qafvONz6pn { display:block; }
 }@media only screen and (max-width: 763px) { #eWxshyO3IS7cI3XuPx7NdNdlE39TP7Fv { width:200px;height:32.5px;top:248.49999237061px;left:60.000001907349px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qa75AlJDB9Fl4ZnRQnkXEnTuwD0fT2mu { width:292px;height:93.5556px;top:292.99999237061px;left:14px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7OQ00bgrVPrcL0xtAyUghRvAiDxolhO { width:205px;height:77px;top:407.00006103516px;left:57.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #lDDkGq2T4oVuzpkl25O0K3VgObiouU3a { display:block; }
 }@media only screen and (max-width: 763px) { #q0cOy4cusclQvl87aSRSatyXTwvI5ODH { width:200px;height:32.5px;top:517.23610305786px;left:60.000001907349px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHfousQBfkTrmdT4b6D0rPt3SGcD4MDO { width:229px;height:78px;top:563px;left:51.000001907349px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0TGiwWAT8MugyCSNQUOG3OTWGUv4Pzm { width:205px;height:77px;top:667px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #MB7rGIqR3Iq03MszZ9QtNEhraWb9ulIK { display:block; }
 }@media only screen and (max-width: 763px) { #hKQMkMfDEuBKJhFrEwIAiDTZQSCdw07s { width:320px;height:65px;top:673px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT { display:block; }#vmcHkTTKOg0mtGbtW1k4wrQlXVtWfRpT > .row .container { width:320px;height:11px;position:relative;display:block; } }