.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); }#fec67f1c8fa48d32a479000d13b6b8e5 { position:relative;display:block; }#fec67f1c8fa48d32a479000d13b6b8e5 { background-color: transparent; background-image: none; }#fec67f1c8fa48d32a479000d13b6b8e5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fec67f1c8fa48d32a479000d13b6b8e5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fec67f1c8fa48d32a479000d13b6b8e5 > .row .container > .video-iframe-container { display: none; }#fec67f1c8fa48d32a479000d13b6b8e5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fec67f1c8fa48d32a479000d13b6b8e5 > .row > .video-iframe-container { display: none; }#fec67f1c8fa48d32a479000d13b6b8e5 > .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); }#fec67f1c8fa48d32a479000d13b6b8e5 { border-width: 0; border-radius: 0; }#fec67f1c8fa48d32a479000d13b6b8e5 > .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; }#fec67f1c8fa48d32a479000d13b6b8e5 > .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; }#Ud71d78d7348f3dd837d5a36b1994a7f { 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;height:672px;width:1199px;top:118.9921875px;left:0px;display:block; }
#v76a3de0e0e0043cf9610461f86bb68a { color:#000000;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:;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; }
#R4e8f5561373e62f2902d6bb4ca18603 { box-sizing:content-box;height:118px;width:1200px;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1px;left:0px;display:block; }
#c1066ed53a585953e97dfeb04c51e1ca { 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; }#c1066ed53a585953e97dfeb04c51e1ca > .row .container { background-color: transparent; background-image: none; }#c1066ed53a585953e97dfeb04c51e1ca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1066ed53a585953e97dfeb04c51e1ca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1066ed53a585953e97dfeb04c51e1ca > .row .container > .video-iframe-container { display: none; }#c1066ed53a585953e97dfeb04c51e1ca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1066ed53a585953e97dfeb04c51e1ca > .row > .video-iframe-container { display: none; }#c1066ed53a585953e97dfeb04c51e1ca > .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); }#c1066ed53a585953e97dfeb04c51e1ca > .row .container { border-width: 0; border-radius: 0; }#c1066ed53a585953e97dfeb04c51e1ca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1066ed53a585953e97dfeb04c51e1ca > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#ed9bf54ec7197856253ee0b9a1bfa551 { 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; }
#c93d14e09e9fc2692a656c320bf6f2ed { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a6827f1135e323498d92a69c2214891f { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
#Jd26a797d4505da36e24a9ad118bc43d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Jd26a797d4505da36e24a9ad118bc43d > .row .container { background-color: transparent; background-image: none; }#Jd26a797d4505da36e24a9ad118bc43d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd26a797d4505da36e24a9ad118bc43d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd26a797d4505da36e24a9ad118bc43d > .row .container > .video-iframe-container { display: none; }#Jd26a797d4505da36e24a9ad118bc43d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd26a797d4505da36e24a9ad118bc43d > .row > .video-iframe-container { display: none; }#Jd26a797d4505da36e24a9ad118bc43d > .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); }#Jd26a797d4505da36e24a9ad118bc43d > .row .container { border-width: 0; border-radius: 0; }#Jd26a797d4505da36e24a9ad118bc43d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jd26a797d4505da36e24a9ad118bc43d > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#d0ea3fa02c08654d74f6f2fabcae8569 { 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; }
#d6dffa315e76743c55ed0519b0b2be4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#d6dffa315e76743c55ed0519b0b2be4e > .row .container { background-color: transparent; background-image: none; }#d6dffa315e76743c55ed0519b0b2be4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6dffa315e76743c55ed0519b0b2be4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6dffa315e76743c55ed0519b0b2be4e > .row .container > .video-iframe-container { display: none; }#d6dffa315e76743c55ed0519b0b2be4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6dffa315e76743c55ed0519b0b2be4e > .row > .video-iframe-container { display: none; }#d6dffa315e76743c55ed0519b0b2be4e > .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); }#d6dffa315e76743c55ed0519b0b2be4e > .row .container { border-width: 0; border-radius: 0; }#d6dffa315e76743c55ed0519b0b2be4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6dffa315e76743c55ed0519b0b2be4e > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#Q2d8548fa5cefcc1c648d3da628cf60b { position:absolute;display:block;z-index:15030;height:216.973px;width:390px;top:14.99609375px;left:405px;display:block; }
#Ca7f054b72906b9c2e5759798a859340 { 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;height:217px;width:390px;top:14.5px;left:404px;display:block; }#Ca7f054b72906b9c2e5759798a859340.adaptive-delivery-prevent-bg, #Ca7f054b72906b9c2e5759798a859340.lazyload, #Ca7f054b72906b9c2e5759798a859340.lazyloading { background-image: none; }
#O037b92777c085f10ea67f1857f1df25 { 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;height:217px;width:390px;top:15px;left:804px;display:block; }#O037b92777c085f10ea67f1857f1df25.adaptive-delivery-prevent-bg, #O037b92777c085f10ea67f1857f1df25.lazyload, #O037b92777c085f10ea67f1857f1df25.lazyloading { background-image: none; }
#Te51168dc3e7e5e4d948cda40f0e5f5b { 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;height:217px;width:390px;top:15px;left:4px;display:block; }#Te51168dc3e7e5e4d948cda40f0e5f5b.adaptive-delivery-prevent-bg, #Te51168dc3e7e5e4d948cda40f0e5f5b.lazyload, #Te51168dc3e7e5e4d948cda40f0e5f5b.lazyloading { background-image: none; }
#db3236ca04744c2fd9772992b5697fd8 { position:absolute;display:block;z-index:15031;height:216.973px;width:390px;top:14.99609375px;left:4.9921875px;display:block; }
#Cdaf9dd2c30feeb0163a409e086d6fdd { position:absolute;display:block;z-index:15026;height:216.973px;width:390px;top:14.99609375px;left:803.9921875px;display:block; }
#Bd0d22f21a8fbb8f96cf41ca55b27982 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container { background-color: transparent; background-image: none; }#Bd0d22f21a8fbb8f96cf41ca55b27982::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container > .video-iframe-container { display: none; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row > .video-iframe-container { display: none; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .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); }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container { border-width: 0; border-radius: 0; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#e2f475df04925467f1ecba1af4645a62 { 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;height:217px;width:390px;top:3.5px;left:404px;display:block; }#e2f475df04925467f1ecba1af4645a62.adaptive-delivery-prevent-bg, #e2f475df04925467f1ecba1af4645a62.lazyload, #e2f475df04925467f1ecba1af4645a62.lazyloading { background-image: none; }
#qa078b8bc8d0187146508c680daebe2e { 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;height:217px;width:390px;top:3.5px;left:804px;display:block; }#qa078b8bc8d0187146508c680daebe2e.adaptive-delivery-prevent-bg, #qa078b8bc8d0187146508c680daebe2e.lazyload, #qa078b8bc8d0187146508c680daebe2e.lazyloading { background-image: none; }
#b3dbfe8d4992f47dfcc3c81ed613cbd4 { 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;height:217px;width:390px;top:3.5px;left:4px;display:block; }#b3dbfe8d4992f47dfcc3c81ed613cbd4.adaptive-delivery-prevent-bg, #b3dbfe8d4992f47dfcc3c81ed613cbd4.lazyload, #b3dbfe8d4992f47dfcc3c81ed613cbd4.lazyloading { background-image: none; }
#f47ed95f41e5e1b2b9e806256c9f8ae3 { position:absolute;display:block;z-index:15031;height:216.984px;width:390px;top:4.5px;left:804.99609375px;display:block; }
#e2c4b6721c07595050b2d52d72987097 { position:absolute;display:block;z-index:15026;height:216.984px;width:390px;top:4.5px;left:405px;display:block; }
#hed21e858f333e3f4dc0c86c03a511c4 { position:absolute;display:block;z-index:15029;height:216.996px;width:390px;top:4px;left:5px;display:block; }
#ra2f55c817d4c81afb663cc66359affe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#ra2f55c817d4c81afb663cc66359affe > .row .container { background-color: transparent; background-image: none; }#ra2f55c817d4c81afb663cc66359affe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra2f55c817d4c81afb663cc66359affe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra2f55c817d4c81afb663cc66359affe > .row .container > .video-iframe-container { display: none; }#ra2f55c817d4c81afb663cc66359affe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra2f55c817d4c81afb663cc66359affe > .row > .video-iframe-container { display: none; }#ra2f55c817d4c81afb663cc66359affe > .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); }#ra2f55c817d4c81afb663cc66359affe > .row .container { border-width: 0; border-radius: 0; }#ra2f55c817d4c81afb663cc66359affe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra2f55c817d4c81afb663cc66359affe > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#wc97e9d604871aeb30dba32ddd3362f1 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#c8eeb25ef232b769396215a095608bac { 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;height:217px;width:390px;top:3.5px;left:404px;display:block; }#c8eeb25ef232b769396215a095608bac.adaptive-delivery-prevent-bg, #c8eeb25ef232b769396215a095608bac.lazyload, #c8eeb25ef232b769396215a095608bac.lazyloading { background-image: none; }
#h390db45a93f55f326dede9a6903d612 { 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;height:217px;width:390px;top:3.5px;left:804px;display:block; }#h390db45a93f55f326dede9a6903d612.adaptive-delivery-prevent-bg, #h390db45a93f55f326dede9a6903d612.lazyload, #h390db45a93f55f326dede9a6903d612.lazyloading { background-image: none; }
#N46274de989548d513846703d35c090e { 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;height:217px;width:390px;top:5px;left:4px;display:block; }#N46274de989548d513846703d35c090e.adaptive-delivery-prevent-bg, #N46274de989548d513846703d35c090e.lazyload, #N46274de989548d513846703d35c090e.lazyloading { background-image: none; }
#de152c7331eae8a60ea52b1cbddde19d { position:absolute;display:block;z-index:15026;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#T6dc4a5edfc4825e5e3c7b4105c66f8d { position:absolute;display:block;z-index:15023;height:216.996px;width:390px;top:5.48828125px;left:4.9921875px;display:block; }
#Za456bb5637ad72fd12f54de456adbd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#Za456bb5637ad72fd12f54de456adbd7 > .row .container { background-color: transparent; background-image: none; }#Za456bb5637ad72fd12f54de456adbd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za456bb5637ad72fd12f54de456adbd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za456bb5637ad72fd12f54de456adbd7 > .row .container > .video-iframe-container { display: none; }#Za456bb5637ad72fd12f54de456adbd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za456bb5637ad72fd12f54de456adbd7 > .row > .video-iframe-container { display: none; }#Za456bb5637ad72fd12f54de456adbd7 > .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); }#Za456bb5637ad72fd12f54de456adbd7 > .row .container { border-width: 0; border-radius: 0; }#Za456bb5637ad72fd12f54de456adbd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Za456bb5637ad72fd12f54de456adbd7 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#f3b4e72cc1c64c70252180cc4488c89d { 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;height:217px;width:390px;top:5px;left:404px;display:block; }#f3b4e72cc1c64c70252180cc4488c89d.adaptive-delivery-prevent-bg, #f3b4e72cc1c64c70252180cc4488c89d.lazyload, #f3b4e72cc1c64c70252180cc4488c89d.lazyloading { background-image: none; }
#Tfa3ba4658751210dd54014913aec575 { 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;height:217px;width:390px;top:5px;left:804px;display:block; }#Tfa3ba4658751210dd54014913aec575.adaptive-delivery-prevent-bg, #Tfa3ba4658751210dd54014913aec575.lazyload, #Tfa3ba4658751210dd54014913aec575.lazyloading { background-image: none; }
#z48475cfab26f790649eefea8a18d5e8 { 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;height:217px;width:390px;top:5px;left:4px;display:block; }#z48475cfab26f790649eefea8a18d5e8.adaptive-delivery-prevent-bg, #z48475cfab26f790649eefea8a18d5e8.lazyload, #z48475cfab26f790649eefea8a18d5e8.lazyloading { background-image: none; }
#nd88ffe288e2af36c700a85a0580ad92 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:804.99609375px;display:block; }
#b3427178d908de99a7482cd63dc3c786 { position:absolute;display:block;z-index:15019;height:216.996px;width:390px;top:4.48828125px;left:4.9921875px;display:block; }
#ff6b1e857ee82248026f3dfb08ffec4a { position:absolute;display:block;z-index:15022;height:216.996px;width:390px;top:4.48828125px;left:405px;display:block; }
#e3e069f61569c633e876a81af48a9d29 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#e3e069f61569c633e876a81af48a9d29 > .row .container { background-color: transparent; background-image: none; }#e3e069f61569c633e876a81af48a9d29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3e069f61569c633e876a81af48a9d29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3e069f61569c633e876a81af48a9d29 > .row .container > .video-iframe-container { display: none; }#e3e069f61569c633e876a81af48a9d29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3e069f61569c633e876a81af48a9d29 > .row > .video-iframe-container { display: none; }#e3e069f61569c633e876a81af48a9d29 > .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); }#e3e069f61569c633e876a81af48a9d29 > .row .container { border-width: 0; border-radius: 0; }#e3e069f61569c633e876a81af48a9d29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3e069f61569c633e876a81af48a9d29 > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Cad4ebd7950758467edb5f3c38ebdb5d { 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; }
#K350a7ed720a8e4d540634cf1b32f2fc { 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; }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container { background-color: transparent; background-image: none; }#K350a7ed720a8e4d540634cf1b32f2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container > .video-iframe-container { display: none; }#K350a7ed720a8e4d540634cf1b32f2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K350a7ed720a8e4d540634cf1b32f2fc > .row > .video-iframe-container { display: none; }#K350a7ed720a8e4d540634cf1b32f2fc > .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); }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container { border-width: 0; border-radius: 0; }#K350a7ed720a8e4d540634cf1b32f2fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#c288a4f1a8743da68ab9fc67d679fafb { 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; }
#gf1be6d96b1858848dd392d24222d400 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a2bc45fa853bf74092ddb60001237893 { position:absolute;display:block;z-index:14989;height:65px;width:800px;top:42px;left:200px;display:block; }
#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { 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;height:51px;width:51px;top:42px;left:273px;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { 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; }
#ya44adc70ba6675c2dc2aed084fb880c { 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;height:149px;width:375px;top:109px;left:112px;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { 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.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { 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;height:51px;width:51px;top:40.015441894531px;left:872.52311706543px;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { 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; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { 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.392px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { 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;height:149px;width:375px;top:109px;left:712px;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 { 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; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; }#u60ba1966e4a7f83dfd7b196dbdbbf03 { 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; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container { background-color: transparent; background-image: none; }#u60ba1966e4a7f83dfd7b196dbdbbf03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container > .video-iframe-container { display: none; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row > .video-iframe-container { display: none; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .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); }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container { border-width: 0; border-radius: 0; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#W4a94aac24f1012ba8e957057e1f66ab { color:#000000;display:block;width:777.994px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:215px;height:37.6953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xcfadecd2b3ab18fab895ec08c8e94bf { box-sizing:content-box;height:62px;width:796px;position:absolute;display:block;z-index:15001;background-color:#feae00;background-image:none;top:44px;left:202px;border-top:4px solid #f07e0e;border-left:4px solid #f07e0e;border-right:4px solid #f07e0e;border-bottom:4px solid #f07e0e;display:block; }
#F15c3f0f47fe34e53c45472fde98557d { 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; }#F15c3f0f47fe34e53c45472fde98557d > .row .container { background-color: transparent; background-image: none; }#F15c3f0f47fe34e53c45472fde98557d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F15c3f0f47fe34e53c45472fde98557d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F15c3f0f47fe34e53c45472fde98557d > .row .container > .video-iframe-container { display: none; }#F15c3f0f47fe34e53c45472fde98557d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F15c3f0f47fe34e53c45472fde98557d > .row > .video-iframe-container { display: none; }#F15c3f0f47fe34e53c45472fde98557d > .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); }#F15c3f0f47fe34e53c45472fde98557d > .row .container { border-width: 0; border-radius: 0; }#F15c3f0f47fe34e53c45472fde98557d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F15c3f0f47fe34e53c45472fde98557d > .row .container { font-size:14px;font-family:arial;height:417px;width:1200px;position:relative;display:block; }#d88c580168d98ee86c42bf879e68060c { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:114px;left:200px; }
#Zf2ca46355c9b0cd9123ab91ac693e95 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:121px;left:207px;display:block; }
#S28249ee51bcd318c0c8d6c7b0a8d25a { color:#ffe8ee;display:block;width:522.994px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34px;left:200px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e901ed6ca07613a41933b980b90e3e6a { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:114.03549194336px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ba8301f80c29109deabcb8e476472e36 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:174px;left:200px; }
#Vaeba7e7139cd131e33c87adf38efe69 { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:174.0277557373px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cafd2ddb738bab2c3c6ae9c527dac105 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:181px;left:206px;display:block; }
#a3cf64979dcff4d40e8bd3c139ee4646 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:294px;left:200px; }
#x3c148b36637a3d119862d318d05900a { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:294.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b473fd89c940aadd28b2b9ecf3324ed7 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:301px;left:206px;display:block; }
#b5dc59848b94572b2c091bd147ae6877 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:234px;left:200px; }
#fb249ed670d018103a00fc5cbc21b397 { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:234.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O3e619b33946397f86b30c43d0224bf2 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:239px;left:207px;display:block; }
#A182d8e856c9bc02cc6342fb5e836f16 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:354px;left:200px; }
#b0914a742b57cf3d03765caeb1854d02 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:361px;left:207px;display:block; }
#e9d8e1a1a60a91a6b6cc7ec8aaa6fd55 { color:#ffe8ee;display:block;width:912px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:353.99682617188px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xbb836257097ee168666767b687c9b28 { 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; }#xbb836257097ee168666767b687c9b28 > .row .container { background-color: transparent; background-image: none; }#xbb836257097ee168666767b687c9b28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbb836257097ee168666767b687c9b28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbb836257097ee168666767b687c9b28 > .row .container > .video-iframe-container { display: none; }#xbb836257097ee168666767b687c9b28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbb836257097ee168666767b687c9b28 > .row > .video-iframe-container { display: none; }#xbb836257097ee168666767b687c9b28 > .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); }#xbb836257097ee168666767b687c9b28 > .row .container { border-width: 0; border-radius: 0; }#xbb836257097ee168666767b687c9b28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbb836257097ee168666767b687c9b28 > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#e98908c25731356c8615cdd5f9c7c638 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:114px;left:200px; }
#b006434f2a8d67e9667e56f00ab1eb25 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:121px;left:207px;display:block; }
#H4920752cdfab74ec121e9482e325a16 { color:#ffe8ee;display:block;width:641px;position:absolute;font-family:"open sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.996887207031px;left:199.99998474121px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r42a5929893166ae0701615ff7a4a6f3 { color:#ffe8ee;display:block;width:819px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:114.03546142578px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vf419ac79dcd2c74d85da1842b4d7c56 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:174px;left:200px; }
#hda5cbc4a1a5860426f2e36ac2b5387f { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:174.0277557373px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb80aca31aadc0b3e7a83e545460d58e { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:181px;left:206px;display:block; }
#r543a3ec0051b114600bbeaeafe51235 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:294px;left:200px; }
#fcf44bcb52603a8cb8f62d0df630100a { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:294.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m3dc65c8a756cfc1239a50c4d831a715 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:301px;left:206px;display:block; }
#bc803b921c148cffc6028648388696fb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:234px;left:200px; }
#b6404f1dec685516662805ce4c7e9122 { color:#ffe8ee;display:block;width:745.988px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:234.03547668457px;left:259.99998474121px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vff18c7e9294c404c5853b7343fc4205 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:239px;left:207px;display:block; }
#e27e673fde6e3844979c17be256f7342 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:354px;left:200px; }
#n5aa1cd5ab36fd33fa3f3759d38df930 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:361px;left:207px;display:block; }
#La8529984b559027861576cbbbf470e2 { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:354px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e28c8c336cd6d19fdd96a53c7b917323 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:475px;left:200px; }
#u6cd755ac19434e8e9e3705e658d7d51 { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:482px;left:207px;display:block; }
#E4d98bd098537f0d78ccc77d29567934 { color:#ffe8ee;display:block;width:745.995px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:475px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Te54410c4b9571132d9e76a40c7d50e4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36.9985px;width:36.9985px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:415px;left:200px; }
#m1c52e5923c2ceee3ed863a85ae65cd3 { color:#ffe8ee;display:block;width:780px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:415px;left:260px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcde2ad12e4597755b89064a6cc4d22f { box-sizing:content-box;height:22.9938px;width:22.9938px;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:422px;left:206px;display:block; }
#b6fdccb376c0b878d7d290bfa57ff2d2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#058678;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; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container { background-color: transparent; background-image: none; }#b6fdccb376c0b878d7d290bfa57ff2d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container > .video-iframe-container { display: none; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row > .video-iframe-container { display: none; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .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); }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container { border-width: 0; border-radius: 0; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container { font-size:14px;font-family:arial;height:149px;width:1200px;position:relative;display:block; }#ca852bd91c23ca846212aa73b59cc4b5 { 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; }
#M491aa6cc8944d47c2b46c205abceb75 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#X7bb1af49a07ed115a762313842da20d { 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) { #fec67f1c8fa48d32a479000d13b6b8e5 { display:block; }#fec67f1c8fa48d32a479000d13b6b8e5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud71d78d7348f3dd837d5a36b1994a7f { top:118px;left:0px;width:762px;height:427.07589658048px;display:block; }
 }@media only screen and (max-width: 763px) { #v76a3de0e0e0043cf9610461f86bb68a { top:10px;left:0px;width:764px;height:;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #R4e8f5561373e62f2902d6bb4ca18603 { top:1px;left:0px;width:764px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #c1066ed53a585953e97dfeb04c51e1ca { display:block; }#c1066ed53a585953e97dfeb04c51e1ca > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed9bf54ec7197856253ee0b9a1bfa551 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c93d14e09e9fc2692a656c320bf6f2ed { display:block; }
 }@media only screen and (max-width: 763px) { #a6827f1135e323498d92a69c2214891f { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd26a797d4505da36e24a9ad118bc43d { display:block; }#Jd26a797d4505da36e24a9ad118bc43d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0ea3fa02c08654d74f6f2fabcae8569 { top:30px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d6dffa315e76743c55ed0519b0b2be4e { display:block; }#d6dffa315e76743c55ed0519b0b2be4e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2d8548fa5cefcc1c648d3da628cf60b { top:14px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7f054b72906b9c2e5759798a859340 { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #O037b92777c085f10ea67f1857f1df25 { top:15px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Te51168dc3e7e5e4d948cda40f0e5f5b { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #db3236ca04744c2fd9772992b5697fd8 { top:14px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Cdaf9dd2c30feeb0163a409e086d6fdd { top:14px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0d22f21a8fbb8f96cf41ca55b27982 { display:block; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2f475df04925467f1ecba1af4645a62 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #qa078b8bc8d0187146508c680daebe2e { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #b3dbfe8d4992f47dfcc3c81ed613cbd4 { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #f47ed95f41e5e1b2b9e806256c9f8ae3 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #e2c4b6721c07595050b2d52d72987097 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #hed21e858f333e3f4dc0c86c03a511c4 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #ra2f55c817d4c81afb663cc66359affe { display:block; }#ra2f55c817d4c81afb663cc66359affe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc97e9d604871aeb30dba32ddd3362f1 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #c8eeb25ef232b769396215a095608bac { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #h390db45a93f55f326dede9a6903d612 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #N46274de989548d513846703d35c090e { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #de152c7331eae8a60ea52b1cbddde19d { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #T6dc4a5edfc4825e5e3c7b4105c66f8d { top:5px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Za456bb5637ad72fd12f54de456adbd7 { display:block; }#Za456bb5637ad72fd12f54de456adbd7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3b4e72cc1c64c70252180cc4488c89d { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa3ba4658751210dd54014913aec575 { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #z48475cfab26f790649eefea8a18d5e8 { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #nd88ffe288e2af36c700a85a0580ad92 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #b3427178d908de99a7482cd63dc3c786 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #ff6b1e857ee82248026f3dfb08ffec4a { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #e3e069f61569c633e876a81af48a9d29 { display:block; }#e3e069f61569c633e876a81af48a9d29 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cad4ebd7950758467edb5f3c38ebdb5d { top:25px;left:0px;width:764px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K350a7ed720a8e4d540634cf1b32f2fc { display:block; }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c288a4f1a8743da68ab9fc67d679fafb { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gf1be6d96b1858848dd392d24222d400 { display:block; }
 }@media only screen and (max-width: 763px) { #a2bc45fa853bf74092ddb60001237893 { top:42px;left:0px;width:764px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:42px;left:164px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:54px;left:163px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:109px;left:3px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:141px;left:14.4921875px;width:352px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:40px;left:545.52311706543px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:51px;left:545.49223327637px;width:55px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:119px;left:460px;width:225px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:109px;left:385px;width:375px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { top:197px;left:548px;width:50px;height:50px;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #u60ba1966e4a7f83dfd7b196dbdbbf03 { display:block; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4a94aac24f1012ba8e957057e1f66ab { top:60px;left:0px;width:764px;height:37px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xcfadecd2b3ab18fab895ec08c8e94bf { top:44px;left:0px;width:756px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #F15c3f0f47fe34e53c45472fde98557d { display:block; }#F15c3f0f47fe34e53c45472fde98557d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d88c580168d98ee86c42bf879e68060c { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ca46355c9b0cd9123ab91ac693e95 { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #S28249ee51bcd318c0c8d6c7b0a8d25a { top:34px;left:0px;width:522px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #e901ed6ca07613a41933b980b90e3e6a { top:114px;left:19px;width:745px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ba8301f80c29109deabcb8e476472e36 { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Vaeba7e7139cd131e33c87adf38efe69 { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cafd2ddb738bab2c3c6ae9c527dac105 { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #a3cf64979dcff4d40e8bd3c139ee4646 { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #x3c148b36637a3d119862d318d05900a { top:294px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b473fd89c940aadd28b2b9ecf3324ed7 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b5dc59848b94572b2c091bd147ae6877 { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #fb249ed670d018103a00fc5cbc21b397 { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O3e619b33946397f86b30c43d0224bf2 { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #A182d8e856c9bc02cc6342fb5e836f16 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b0914a742b57cf3d03765caeb1854d02 { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e9d8e1a1a60a91a6b6cc7ec8aaa6fd55 { top:353px;left:0px;width:764px;height:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xbb836257097ee168666767b687c9b28 { display:block; }#xbb836257097ee168666767b687c9b28 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e98908c25731356c8615cdd5f9c7c638 { top:114px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b006434f2a8d67e9667e56f00ab1eb25 { top:121px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #H4920752cdfab74ec121e9482e325a16 { top:33px;left:0px;width:641px;height:45px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #r42a5929893166ae0701615ff7a4a6f3 { top:114px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf419ac79dcd2c74d85da1842b4d7c56 { top:174px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #hda5cbc4a1a5860426f2e36ac2b5387f { top:174px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fb80aca31aadc0b3e7a83e545460d58e { top:181px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #r543a3ec0051b114600bbeaeafe51235 { top:294px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #fcf44bcb52603a8cb8f62d0df630100a { top:294px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m3dc65c8a756cfc1239a50c4d831a715 { top:301px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bc803b921c148cffc6028648388696fb { top:234px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b6404f1dec685516662805ce4c7e9122 { top:234px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vff18c7e9294c404c5853b7343fc4205 { top:239px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e27e673fde6e3844979c17be256f7342 { top:354px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #n5aa1cd5ab36fd33fa3f3759d38df930 { top:361px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #La8529984b559027861576cbbbf470e2 { top:353px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e28c8c336cd6d19fdd96a53c7b917323 { top:475px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #u6cd755ac19434e8e9e3705e658d7d51 { top:482px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #E4d98bd098537f0d78ccc77d29567934 { top:475px;left:19px;width:745px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Te54410c4b9571132d9e76a40c7d50e4 { top:415px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #m1c52e5923c2ceee3ed863a85ae65cd3 { top:415px;left:0px;width:764px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dcde2ad12e4597755b89064a6cc4d22f { top:422px;left:0px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #b6fdccb376c0b878d7d290bfa57ff2d2 { display:block; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca852bd91c23ca846212aa73b59cc4b5 { width:740px;height:65px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M491aa6cc8944d47c2b46c205abceb75 { display:block; }
 }@media only screen and (max-width: 763px) { #X7bb1af49a07ed115a762313842da20d { 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) { #fec67f1c8fa48d32a479000d13b6b8e5 { display:block; }#fec67f1c8fa48d32a479000d13b6b8e5 > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud71d78d7348f3dd837d5a36b1994a7f { height:174px;width:317px;top:131.99479675293px;left:1px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #v76a3de0e0e0043cf9610461f86bb68a { width:320px;height:97.5px;top:23.744792938232px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #R4e8f5561373e62f2902d6bb4ca18603 { width:318px;height:119px;top:12.99609375px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #c1066ed53a585953e97dfeb04c51e1ca { display:block; }#c1066ed53a585953e97dfeb04c51e1ca > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed9bf54ec7197856253ee0b9a1bfa551 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c93d14e09e9fc2692a656c320bf6f2ed { display:block; }
 }@media only screen and (max-width: 763px) { #a6827f1135e323498d92a69c2214891f { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd26a797d4505da36e24a9ad118bc43d { display:block; }#Jd26a797d4505da36e24a9ad118bc43d > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0ea3fa02c08654d74f6f2fabcae8569 { 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) { #d6dffa315e76743c55ed0519b0b2be4e { display:block; }#d6dffa315e76743c55ed0519b0b2be4e > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2d8548fa5cefcc1c648d3da628cf60b { width:320px;height:217px;top:247px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7f054b72906b9c2e5759798a859340 { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O037b92777c085f10ea67f1857f1df25 { width:318px;height:217px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Te51168dc3e7e5e4d948cda40f0e5f5b { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #db3236ca04744c2fd9772992b5697fd8 { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Cdaf9dd2c30feeb0163a409e086d6fdd { width:320px;height:217px;top:483px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0d22f21a8fbb8f96cf41ca55b27982 { display:block; }#Bd0d22f21a8fbb8f96cf41ca55b27982 > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2f475df04925467f1ecba1af4645a62 { width:318px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qa078b8bc8d0187146508c680daebe2e { width:318px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b3dbfe8d4992f47dfcc3c81ed613cbd4 { width:318px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f47ed95f41e5e1b2b9e806256c9f8ae3 { width:320px;height:217px;top:493px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e2c4b6721c07595050b2d52d72987097 { width:320px;height:217px;top:255px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hed21e858f333e3f4dc0c86c03a511c4 { width:320px;height:217px;top:19px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ra2f55c817d4c81afb663cc66359affe { display:block; }#ra2f55c817d4c81afb663cc66359affe > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc97e9d604871aeb30dba32ddd3362f1 { width:320px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #c8eeb25ef232b769396215a095608bac { width:318px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h390db45a93f55f326dede9a6903d612 { width:318px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N46274de989548d513846703d35c090e { width:318px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #de152c7331eae8a60ea52b1cbddde19d { width:320px;height:217px;top:497px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T6dc4a5edfc4825e5e3c7b4105c66f8d { width:320px;height:217px;top:20px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Za456bb5637ad72fd12f54de456adbd7 { display:block; }#Za456bb5637ad72fd12f54de456adbd7 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3b4e72cc1c64c70252180cc4488c89d { width:318px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa3ba4658751210dd54014913aec575 { width:318px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z48475cfab26f790649eefea8a18d5e8 { width:318px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nd88ffe288e2af36c700a85a0580ad92 { width:320px;height:217px;top:500px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b3427178d908de99a7482cd63dc3c786 { width:320px;height:217px;top:22px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ff6b1e857ee82248026f3dfb08ffec4a { width:320px;height:217px;top:260px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #e3e069f61569c633e876a81af48a9d29 { display:block; }#e3e069f61569c633e876a81af48a9d29 > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cad4ebd7950758467edb5f3c38ebdb5d { 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) { #K350a7ed720a8e4d540634cf1b32f2fc { display:block; }#K350a7ed720a8e4d540634cf1b32f2fc > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c288a4f1a8743da68ab9fc67d679fafb { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gf1be6d96b1858848dd392d24222d400 { display:block; }
 }@media only screen and (max-width: 763px) { #a2bc45fa853bf74092ddb60001237893 { width:320px;height:66px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:45px;height:45px;top:21px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:55px;height:23.3951px;top:34px;left:133px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:299px;height:93px;top:79px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:211.998px;height:70.1852px;top:94px;left:51px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:45px;height:45px;top:204px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:55px;height:23.3951px;top:217px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:150.996px;height:46.7902px;top:273.99609375px;left:80.46875px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:299px;height:130px;top:259.9921875px;left:6.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { display:flex;width:38px;height:38px;top:333.99609375px;left:137.99609375px; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #u60ba1966e4a7f83dfd7b196dbdbbf03 { display:block; }#u60ba1966e4a7f83dfd7b196dbdbbf03 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4a94aac24f1012ba8e957057e1f66ab { width:320px;height:54.5988px;top:29px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Xcfadecd2b3ab18fab895ec08c8e94bf { width:312px;height:62px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F15c3f0f47fe34e53c45472fde98557d { display:block; }#F15c3f0f47fe34e53c45472fde98557d > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d88c580168d98ee86c42bf879e68060c { display:flex;width:36px;height:36px;top:88px;left:0px; }
 }@media only screen and (max-width: 763px) { #Zf2ca46355c9b0cd9123ab91ac693e95 { width:22px;height:22px;top:95px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #S28249ee51bcd318c0c8d6c7b0a8d25a { width:320px;height:31.196px;top:20px;left:0px;font-size:24px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e901ed6ca07613a41933b980b90e3e6a { width:225.995px;height:46.7901px;top:82.592589378357px;left:59.992281913757px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ba8301f80c29109deabcb8e476472e36 { display:flex;width:36px;height:36px;top:168px;left:0px; }
 }@media only screen and (max-width: 763px) { #Vaeba7e7139cd131e33c87adf38efe69 { width:217.994px;height:41.6049px;top:165.18517208099px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cafd2ddb738bab2c3c6ae9c527dac105 { width:22px;height:22px;top:175px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #a3cf64979dcff4d40e8bd3c139ee4646 { display:flex;width:36px;height:36px;top:329px;left:0px; }
 }@media only screen and (max-width: 763px) { #x3c148b36637a3d119862d318d05900a { width:253.997px;height:41.6049px;top:326.18825531006px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b473fd89c940aadd28b2b9ecf3324ed7 { width:22px;height:22px;top:336px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #b5dc59848b94572b2c091bd147ae6877 { display:flex;width:36px;height:36px;top:249px;left:0px; }
 }@media only screen and (max-width: 763px) { #fb249ed670d018103a00fc5cbc21b397 { width:195.995px;height:20.8025px;top:256.58949947357px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O3e619b33946397f86b30c43d0224bf2 { width:22px;height:22px;top:256px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #A182d8e856c9bc02cc6342fb5e836f16 { display:flex;width:36px;height:36px;top:409px;left:0px; }
 }@media only screen and (max-width: 763px) { #b0914a742b57cf3d03765caeb1854d02 { width:22px;height:22px;top:416px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #e9d8e1a1a60a91a6b6cc7ec8aaa6fd55 { width:255px;height:62.4074px;top:406.18825531006px;left:59.992281913757px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xbb836257097ee168666767b687c9b28 { display:block; }#xbb836257097ee168666767b687c9b28 > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e98908c25731356c8615cdd5f9c7c638 { display:flex;width:35.9954px;height:35.9954px;top:126px;left:0px; }
 }@media only screen and (max-width: 763px) { #b006434f2a8d67e9667e56f00ab1eb25 { width:21.9985px;height:21.9985px;top:133px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #H4920752cdfab74ec121e9482e325a16 { width:320px;height:67.608px;top:20px;left:0px;font-size:26px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r42a5929893166ae0701615ff7a4a6f3 { width:190px;height:62.4074px;top:108.896484375px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vf419ac79dcd2c74d85da1842b4d7c56 { display:flex;width:36px;height:36px;top:206px;left:0px; }
 }@media only screen and (max-width: 763px) { #hda5cbc4a1a5860426f2e36ac2b5387f { width:242.994px;height:41.6049px;top:203.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fb80aca31aadc0b3e7a83e545460d58e { width:22px;height:22px;top:213px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #r543a3ec0051b114600bbeaeafe51235 { display:flex;width:36px;height:36px;top:366px;left:0px; }
 }@media only screen and (max-width: 763px) { #fcf44bcb52603a8cb8f62d0df630100a { width:237.994px;height:41.6049px;top:360.59408569336px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m3dc65c8a756cfc1239a50c4d831a715 { width:22px;height:22px;top:373px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #bc803b921c148cffc6028648388696fb { display:flex;width:36px;height:36px;top:286px;left:0px; }
 }@media only screen and (max-width: 763px) { #b6404f1dec685516662805ce4c7e9122 { width:253.997px;height:41.6049px;top:283.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vff18c7e9294c404c5853b7343fc4205 { width:22px;height:22px;top:293px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #e27e673fde6e3844979c17be256f7342 { display:flex;width:36px;height:36px;top:446px;left:0px; }
 }@media only screen and (max-width: 763px) { #n5aa1cd5ab36fd33fa3f3759d38df930 { width:22px;height:22px;top:453px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #La8529984b559027861576cbbbf470e2 { width:231px;height:41.6049px;top:440.60162353516px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e28c8c336cd6d19fdd96a53c7b917323 { display:flex;width:36px;height:36px;top:606px;left:0px; }
 }@media only screen and (max-width: 763px) { #u6cd755ac19434e8e9e3705e658d7d51 { width:22px;height:22px;top:613px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #E4d98bd098537f0d78ccc77d29567934 { width:259px;height:20.8025px;top:612.29150390625px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Te54410c4b9571132d9e76a40c7d50e4 { display:flex;width:36px;height:36px;top:526px;left:0px; }
 }@media only screen and (max-width: 763px) { #m1c52e5923c2ceee3ed863a85ae65cd3 { width:168.997px;height:41.6049px;top:523.18672180176px;left:60px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dcde2ad12e4597755b89064a6cc4d22f { width:22px;height:22px;top:533px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #b6fdccb376c0b878d7d290bfa57ff2d2 { display:block; }#b6fdccb376c0b878d7d290bfa57ff2d2 > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca852bd91c23ca846212aa73b59cc4b5 { width:320px;height:66px;top:24px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M491aa6cc8944d47c2b46c205abceb75 { display:block; }
 }@media only screen and (max-width: 763px) { #X7bb1af49a07ed115a762313842da20d { width:320px;height:66px;top:24px;left:0px;display:block; }
 }