.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:#000000;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); }#B19ad3078e7ad6fabec9172b1d9d7b67.widget-smartsection { position:relative;display:block; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi { background-color: transparent; background-image: none; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row .container > .video-iframe-container { display: none; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row > .video-iframe-container { display: none; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .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); }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi { border-width: 0; border-radius: 0; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .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; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .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; }#Q93a98b5e165728954abd33846d87753.widget-smartsection { 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; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container { background-color: transparent; background-image: none; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container > .video-iframe-container { display: none; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row > .video-iframe-container { display: none; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .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); }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container { border-width: 0; border-radius: 0; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container { background-color: transparent; background-image: none; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container > .video-iframe-container { display: none; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row > .video-iframe-container { display: none; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .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); }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container { border-width: 0; border-radius: 0; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#z1f2889b9e80c8063b1a979936dd4a10 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:30px;left:0px;height:40.3009px;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; }
#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row .container { background-color: transparent; background-image: none; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row .container > .video-iframe-container { display: none; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row > .video-iframe-container { display: none; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .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); }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row .container { border-width: 0; border-radius: 0; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .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; }
#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row .container { background-color: transparent; background-image: none; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row .container > .video-iframe-container { display: none; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row > .video-iframe-container { display: none; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .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); }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row .container { border-width: 0; border-radius: 0; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .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; }
#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row .container { background-color: transparent; background-image: none; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row .container > .video-iframe-container { display: none; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row > .video-iframe-container { display: none; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .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); }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row .container { border-width: 0; border-radius: 0; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .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; }
#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row .container { background-color: transparent; background-image: none; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row .container > .video-iframe-container { display: none; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row > .video-iframe-container { display: none; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .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); }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row .container { border-width: 0; border-radius: 0; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .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; }
#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container { background-color: transparent; background-image: none; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container > .video-iframe-container { display: none; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row > .video-iframe-container { display: none; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .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); }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container { border-width: 0; border-radius: 0; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Gb8b074f1609407977f053de948895d9 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;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; }
#hc06092a408526f3446fdbc964678edf.widget-smartsection { 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; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container { background-color: transparent; background-image: none; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container > .video-iframe-container { display: none; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row > .video-iframe-container { display: none; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .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); }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container { border-width: 0; border-radius: 0; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { background-color: transparent; background-image: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .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); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { border-width: 0; border-radius: 0; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:51px;width:51px;top:42px;left:273px;display:block; }
#IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:54px;left:272px;height:31.196px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fon0sGofzdUlCJJfvLHGMihibgvnP28M { position:absolute;display:block;z-index:15000;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:149px;width:375px;top:109px;left:112px;display:block; }
#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:#000000;display:block;width:352.994px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:141.62808227539px;left:123.49536132812px;height:93.5833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:2px solid #f07e0f;border-left:2px solid #f07e0f;border-right:2px solid #f07e0f;border-bottom:2px solid #f07e0f;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:51px;width:51px;top:40.015441894531px;left:872.52311706543px;display:block; }
#VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { color:#000000;display:block;width:55px;position:absolute;font-family:bitter;font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:51.898162841797px;left:872.49223327637px;height:31.196px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { color:#000000;display:block;width:225px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:119px;left:787px;height:62.3888px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { position:absolute;display:block;z-index:15001;background-color:#feae03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #f07e0f;border-left:5px solid #f07e0f;border-right:5px solid #f07e0f;border-bottom:5px solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:149px;width:375px;top:109px;left:712px;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:197px;left:875px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#Ge89ee50a263e79a45054be0213b4c2e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container { background-color: transparent; background-image: none; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container > .video-iframe-container { display: none; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row > .video-iframe-container { display: none; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .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); }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container { border-width: 0; border-radius: 0; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#ae3891a05327555ac105cd99500b551f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container { background-color: transparent; background-image: none; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container > .video-iframe-container { display: none; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row > .video-iframe-container { display: none; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .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); }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container { border-width: 0; border-radius: 0; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#e05313b717690f0ef9d2b16b4a3ef89e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container { background-color: transparent; background-image: none; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container > .video-iframe-container { display: none; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row > .video-iframe-container { display: none; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .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); }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container { border-width: 0; border-radius: 0; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d37e5;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; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container { background-color: transparent; background-image: none; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container > .video-iframe-container { display: none; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row > .video-iframe-container { display: none; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .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); }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container { border-width: 0; border-radius: 0; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#b0c0a5be9c2ad25e8a7e56fe6aa9080f { background-color:#feae00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 6px 6px 14px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:800px;height:65px;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:42px;left:200px;display:block; }
#a87e8de071483c3c3e2da2a9d3ed0827 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b72f134c406fcd34448cce6001c45787 { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B19ad3078e7ad6fabec9172b1d9d7b67.widget-smartsection { display:block; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q93a98b5e165728954abd33846d87753.widget-smartsection { display:block; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT { display:block; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1f2889b9e80c8063b1a979936dd4a10 { top:30px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP { display:block; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .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) { #NB5UD9LetTnQdLOz6us12RG7LmMT6FBW { display:block; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .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) { #d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 { display:block; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .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) { #eLHMlHH4Me0WDfye6Pb5777VrHwutT7G { display:block; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .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) { #xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI { display:block; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .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) { #hc06092a408526f3446fdbc964678edf.widget-smartsection { display:block; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { top:42px;left:164px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { top:54px;left:163px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { top:109px;left:3px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:141px;left:14.484375px;width:352px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { top:40px;left:545.52311706543px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { top:51px;left:545.49223327637px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { top:119px;left:460px;width:225px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { top:109px;left:385px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { top:197px;left:548px;width:50px;height:50px;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #Ge89ee50a263e79a45054be0213b4c2e.widget-smartsection { display:block; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae3891a05327555ac105cd99500b551f.widget-smartsection { display:block; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e05313b717690f0ef9d2b16b4a3ef89e.widget-smartsection { display:block; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 { display:block; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0c0a5be9c2ad25e8a7e56fe6aa9080f { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a87e8de071483c3c3e2da2a9d3ed0827 { display:block; }
 }@media only screen and (max-width: 763px) { #b72f134c406fcd34448cce6001c45787 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B19ad3078e7ad6fabec9172b1d9d7b67.widget-smartsection { display:block; }#lXqmou1Smu2MC02TmF26Qmfncz3RKVKi > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q93a98b5e165728954abd33846d87753.widget-smartsection { display:block; }#LKaDe7wDH5Q1ZLh1Ruu9M2SbuDpCzriu > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT { display:block; }#pz24TEqIrtXk2D7r7MtJ9I89aX9qGFMT > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1f2889b9e80c8063b1a979936dd4a10 { width:318px;height:51.9907px;top:6px;left:-0.0234375px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP { display:block; }#p7AIklylnXZPl6H0s0x8Wef5NgTfgOIP > .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) { #NB5UD9LetTnQdLOz6us12RG7LmMT6FBW { display:block; }#NB5UD9LetTnQdLOz6us12RG7LmMT6FBW > .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) { #d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 { display:block; }#d8C3FG8yV3OnmPn2H8t2qAWzd1KtP358 > .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) { #eLHMlHH4Me0WDfye6Pb5777VrHwutT7G { display:block; }#eLHMlHH4Me0WDfye6Pb5777VrHwutT7G > .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) { #xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI { display:block; }#xrAfSUImfgKiRq7hsR9UOTAqTt7Zd2iI > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gb8b074f1609407977f053de948895d9 { width:320px;height:25.9954px;top:0px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hc06092a408526f3446fdbc964678edf.widget-smartsection { display:block; }#SigTOUFpaQuUbVVu6TQLtMrtJDUuzSdn > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { width:55px;height:23.3951px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { width:299px;height:93px;top:79px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:211.998px;height:70.1718px;top:94px;left:51px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { width:55px;height:23.3951px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { width:150.996px;height:46.7902px;top:273.99609375px;left:80.46875px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { width:299px;height:130px;top:259.9921875px;left:6.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { display:flex;width:38px;height:38px;top:333.99609375px;left:137.99609375px; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:38px; height:38px; } }@media only screen and (max-width: 763px) { #Ge89ee50a263e79a45054be0213b4c2e.widget-smartsection { display:block; }#otrlOxAJdLfftRXviwCBSGbAQpu3Pn45 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae3891a05327555ac105cd99500b551f.widget-smartsection { display:block; }#K5DioEuXG51asgxuZydcFTCmw3BCyIXO > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e05313b717690f0ef9d2b16b4a3ef89e.widget-smartsection { display:block; }#UHinQGqCFNJ3DnCkzSbKwMmZZg8X6hrC > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 { display:block; }#V9gV2Dw4hqFPrqlVCrtpfULXBXs2uxT1 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0c0a5be9c2ad25e8a7e56fe6aa9080f { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a87e8de071483c3c3e2da2a9d3ed0827 { display:block; }
 }@media only screen and (max-width: 763px) { #b72f134c406fcd34448cce6001c45787 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }