.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-input-select option {
  color: #000;
}
.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:#020628;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container { background-color: transparent; background-image: none; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container > .video-iframe-container { display: none; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row > .video-iframe-container { display: none; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .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); }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container { border-width: 0; border-radius: 0; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container { font-size:14px;font-family:arial;height:156px;width:1200px;position:relative;display:block; }#Ep6D09LzJJp0hePhOE0EEm5HXSp05HR6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:135px;width:202px;top:20.5px;left:0px;overflow:hidden;display:block; }
#akqhIsEdvZsWbfko7BuCwfGnACGqTOLs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:49px;width:49px;top:107px;left:1151px;overflow:hidden;display:block; }
#eMT9ZrvFTSrSmTL3PfHH4T8BMMslBend { color:#ffffff;display:block;width:258px;position:absolute;font-family:bitter;font-size:14px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:122.6875px;left:894px;height:15.3958px;font-style:normal;display:block; }
#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7da8fb8-2eb8-4367-8d8e-95dc4465d32f/download20230724T155024028.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw.adaptive-delivery-prevent-bg, #wuA1ziqIMWqRZKSwUu8go1035JeR6EBw.lazyload, #wuA1ziqIMWqRZKSwUu8go1035JeR6EBw.lazyloading { background-image: none; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container { background-color: transparent; background-image: none; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,58,0.86); }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container > .video-iframe-container { display: none; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,58,0.86); }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row > .video-iframe-container { display: none; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .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); }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container { border-width: 0; border-radius: 0; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container { font-size:14px;font-family:arial;height:707px;width:1200px;position:relative;display:block; }#gAfTyzVtRcNxASxZxngMHbWH6qQ4smhI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:445px;width:440px;top:0px;left:697.79103560569px;overflow:hidden;display:block; }
#K2qff7OKtycwhxSVapGT0tUZNfu1uG4B { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/46d531c2-229b-4721-a34f-3453caf1baf0/download20230718T162153349.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:658px;width:748px;top:49px;left:682.17434210526px;display:block; }#K2qff7OKtycwhxSVapGT0tUZNfu1uG4B.adaptive-delivery-prevent-bg, #K2qff7OKtycwhxSVapGT0tUZNfu1uG4B.lazyload, #K2qff7OKtycwhxSVapGT0tUZNfu1uG4B.lazyloading { background-image: none; }
#WhwHzWznlVtFCTuyKXUt2JAVdORPrP95 { color:#ffffff;display:block;width:660px;position:absolute;font-family:bitter;font-size:49px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:153px;left:0px;height:161.672px;font-style:normal;display:block; }
#qJhTJvHOMMbGVMyx5kQHJQ3hu1IlRHpA { color:#ffffff;display:block;width:471px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:328px;left:0px;height:56px;font-style:normal;display:block; }
#hdlokmTbKak5d9TkT0VSuaJNUUG8Tnvv { z-index:15003;top:448px;left:0px;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: -4px 10px 20px rgba(50,102,42,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:231px;height:53px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zrFFr5K9r7EF5N9LZJyr8ycQA0yg1fOX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pgQ5tUq6egO0rVx1BZ4lgy5vl4e6Llz1 { color:#ffffff;display:block;width:148px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:460px;left:262px;height:19.5px;font-style:normal;display:block; }
#GMC4xhE1J13fEIK7lftffTWPF5RtyhgS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:676px;width:528px;top:25px;left:548.57395833333px;overflow:hidden;display:block; }
#qn6E9L8o2UIiq8RKVGJqDkDCCRu0UlSN { position:absolute;display:block;z-index:15000;border-top:12px solid #ffc054;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:579px;width:430px;top:654.9375px;left:0px;overflow:hidden;display:block; }
#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedf4;background-image:url("https://images.assets-landingi.com/uc/8c1b3e48-e550-46ac-8570-73f0d544f16b/subtledots1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT.adaptive-delivery-prevent-bg, #UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT.lazyload, #UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT.lazyloading { background-image: none; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container { background-color: transparent; background-image: none; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container > .video-iframe-container { display: none; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row > .video-iframe-container { display: none; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .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); }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container { border-width: 0; border-radius: 0; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container { font-size:14px;font-family:arial;height:710px;width:1200px;position:relative;display:block; }#ZGabFy4ZmeBoWXB6yqSaRf32DfnRCAfO { color:#051753;display:block;width:672px;position:absolute;font-family:bitter;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:70px;left:502px;height:58.5px;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; }
#envUQuf7msaFXWQns0ZB79wmgFh88Fzl { color:#000000;display:block;width:585px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:148.5px;left:502px;height:243px;font-style:normal;display:block; }
#KAkAn1T0IIf6Z7VJbJ0UT3gXQXpTHKgO { color:#000000;display:block;width:565px;position:absolute;font-family:bitter;font-size:18px;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:484px;left:502px;height:97.1719px;font-style:normal;display:block; }
#ZawBTUMupnXI6rx3BK4cgpGMO4glq13P { position:absolute;display:block;z-index:14999;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:163px;width:824px;top:455px;left:376px;display:block; }
#nIr5vMJ3qav2BAyl4TmhP7OnfhoCKy3h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:95px;width:80px;top:434.5px;left:1095px;overflow:hidden;display:block; }
#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 { position:relative;display:block; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 { background-color: transparent; background-image: none; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row .container > .video-iframe-container { display: none; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row > .video-iframe-container { display: none; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .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); }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 { border-width: 0; border-radius: 0; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .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; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:229px;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; }#h7uBJaGmzdSwep7PUFoVTWcaIF07WEaQ { color:#ffffff;display:block;width:446px;position:absolute;font-family:bitter;font-size:36px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:81px;left:377px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020628;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; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container { background-color: transparent; background-image: none; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container > .video-iframe-container { display: none; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row > .video-iframe-container { display: none; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .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); }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container { border-width: 0; border-radius: 0; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container { font-size:14px;font-family:arial;height:389px;width:1200px;position:relative;display:block; }#ZWph6kQH5NiVUsnCUsvpwLT7rlqlE0VZ { color:rgba(255,255,255,0.8);display:block;width:257px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:152px;left:0px;height:120px;font-style:normal;display:block; }
#y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e3ac2de-c35f-4773-b84a-21d75efa2062/cancer_prostata.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #e3b969;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:91px;width:158px;top:0px;left:0px;display:block; }#y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9.adaptive-delivery-prevent-bg, #y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9.lazyload, #y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9.lazyloading { background-image: none; }
#y3N28qJ3Cbq77olHB1OzziEXJmrl0Ula { color:#ffffff;display:block;width:254px;position:absolute;font-family:bitter;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:116px;left:0px;height:26px;font-style:normal;display:block; }
#skmkORXo70xTLUroEI12QTvlua3kVblw { color:rgba(255,255,255,0.8);display:block;width:257px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:152px;left:310px;height:120px;font-style:normal;display:block; }
#snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8adadd4-1bb3-405f-b62c-520088f1dbe6/cancer_rins.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #e3b969;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:91px;width:158px;top:0px;left:310px;display:block; }#snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.adaptive-delivery-prevent-bg, #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.lazyload, #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.lazyloading { background-image: none; }
#pUIIaXirkaoxMyVRde4yu3FgafaZTttZ { color:#ffffff;display:block;width:254px;position:absolute;font-family:bitter;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:116px;left:310px;height:26px;font-style:normal;display:block; }
#p0TJfJ1y6tsyRDTlXfK35ThS1cIcDoTJ { color:rgba(255,255,255,0.8);display:block;width:257px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:152px;left:930px;height:120px;font-style:normal;display:block; }
#XkcDP0r9U18TXJRah7403vT9ayfVUsXW { color:#ffffff;display:block;width:254px;position:absolute;font-family:bitter;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:116px;left:930px;height:26px;font-style:normal;display:block; }
#RVF7CvhrcUTITo9eEemxWxQU1o2Ttk9G { color:rgba(255,255,255,0.8);display:block;width:257px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:152px;left:620px;height:96px;font-style:normal;display:block; }
#FRb7bEfFTiRJbkfP1ODxoJT643kyBHne { color:#ffffff;display:block;width:254px;position:absolute;font-family:bitter;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:116px;left:620px;height:26px;font-style:normal;display:block; }
#BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c7da8fb8-2eb8-4367-8d8e-95dc4465d32f/download20230724T155024028.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #e3b969;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:91px;width:158px;top:0px;left:930px;display:block; }#BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.adaptive-delivery-prevent-bg, #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.lazyload, #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.lazyloading { background-image: none; }
#zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1693ac9b-1cd4-4edf-b1b2-dccc4f33a7df/cancer_bexiga.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:4px solid #e3b969;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:91px;width:158px;top:0px;left:620px;display:block; }#zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7.adaptive-delivery-prevent-bg, #zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7.lazyload, #zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7.lazyloading { background-image: none; }
#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container { background-color: transparent; background-image: none; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container > .video-iframe-container { display: none; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row > .video-iframe-container { display: none; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .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); }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container { border-width: 0; border-radius: 0; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container { font-size:14px;font-family:arial;height:229px;width:1200px;position:relative;display:block; }#kk7yCh4zzJNTQRyPgITgFkxAe5EMnaTN { color:#ffffff;display:block;width:656px;position:absolute;font-family:bitter;font-size:36px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:81px;left:272px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container { background-color: transparent; background-image: none; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container > .video-iframe-container { display: none; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row > .video-iframe-container { display: none; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .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); }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container { border-width: 0; border-radius: 0; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container { font-size:14px;font-family:arial;height:345px;width:1200px;position:relative;display:block; }#WDAfPoWuURkrvUu7gwRFABaC4bSgE0A7 { color:#e3b969;display:block;width:32px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:182px;font-style:normal;display:block; }
#lRu6BvQx9vGTecisPCt6hNWaJXW1UEIg { color:#ffffff;display:block;width:427px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0px;left:32px;height:182px;font-style:normal;display:block; }
#MWXgbWEaySIQdo1sQAubdei6qJxL8QSS { color:#e3b969;display:block;width:32px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:182px;font-style:normal;display:none; }
#h9xuTe0mr7W4GS0cENASnTKa30wmFWb0 { color:#ffffff;display:block;width:427px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0px;left:667px;height:260px;font-style:normal;display:block; }
#avA0yteqfqkbUVRTxyEECdAP5Hkn6x82 { color:#e3b969;display:block;width:32px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:635px;height:208px;font-style:normal;display:block; }
#rFoKGt2Cv7FBb6GCp2cgTDT76XcFs3IB { color:#e3b969;display:block;width:32px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:182px;font-style:normal;display:none; }
#drhy49ZHasZdfTEMDFdCwvTal1hkTgly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3b969;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; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container { background-color: transparent; background-image: none; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container > .video-iframe-container { display: none; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row > .video-iframe-container { display: none; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .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); }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container { border-width: 0; border-radius: 0; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container { font-size:14px;font-family:arial;height:715px;width:1200px;position:relative;display:block; }#VAimACOuT958PtzJyZ2ZRdS4aJTgwsBr { color:#051753;display:block;width:750px;position:absolute;font-family:bitter;font-size:38px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:71px;left:231px;height:49.3958px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M7hFkU363kWqk4bNxF7VToGNaAGly7mC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:326px;top:185px;left:57px;overflow:hidden;display:block; }
#FckgWDp7F1V5doL6kiXAiGLJmVk3AQRM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:324px;top:185px;left:444px;overflow:hidden;display:block; }
#NirLfuT0TZtb4Mbqqpg40rJ4sflkuWrl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:324px;top:185px;left:835px;overflow:hidden;display:block; }
#Ds3p84vD4BXbgAF2cB0BWq8tXAdcEoFd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:324px;top:425px;left:59px;overflow:hidden;display:block; }
#hZqM6yPlgTWTb427Pe59BAehIDPmfO3d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:324px;top:425px;left:445px;overflow:hidden;display:block; }
#XPE1IPQHBea3xxmJzZKJ3ih7uJrrw2Vw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.2) ;height:181px;width:324px;top:425px;left:837px;overflow:hidden;display:block; }
#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ { position:relative;display:none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ { border-width: 0; border-radius: 0; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .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; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;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:none; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container { background-color: transparent; background-image: none; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container > .video-iframe-container { display: none; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row > .video-iframe-container { display: none; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .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); }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container { border-width: 0; border-radius: 0; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container { font-size:14px;font-family:arial;height:696px;width:1200px;position:relative;display:block; }#iaCKcpwyUmqdcWSOlmm3ITiZtCrbmy2k { color:#e3b969;display:block;width:672px;position:absolute;font-family:bitter;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:76px;left:0px;height:58.5px;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; }
#NqCQyMzFbDDBVB1zkohd09hVc3mUn49a { color:#ffffff;display:block;width:617px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:166px;left:36px;height:280.6872px;font-style:normal;display:block; }
#QSebN0PrmldquDslECi54CDrc9bfNUoR { color:#e3b969;display:block;width:32px;position:absolute;font-family:"font awesome 2022";font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:166px;left:0px;height:304.0778px;font-style:normal;display:block; }
#BR7Nladg1xRuBb66aAZsdXgVZynwmCTb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:90px;width:134px;top:526px;left:0px;overflow:hidden;display:block; }
#Al5sKWs3gdPxaF2nb4UOeLhWZQWMVcsq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:101px;width:105px;top:526px;left:174px;overflow:hidden;display:block; }
#t9aMsI16vRhaVXDfoVIHwUpKeAiWMPSb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:32px;width:130px;top:558px;left:318px;overflow:hidden;display:block; }
#TLW9yafOsl5ZsGJB120BWylrRIrB7F2X { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:64px;width:127px;top:539px;left:495px;overflow:hidden;display:block; }
#JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ba083205-7c88-4aab-8900-644fd35394b3/drraphael.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:628px;width:440px;top:67px;left:720px;display:block; }#JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v.adaptive-delivery-prevent-bg, #JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v.lazyload, #JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v.lazyloading { background-image: none; }
#MyDPElK2TXanvCDDQ78IeVqN3QFvuERU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:499px;width:494px;top:25px;left:789.54979088347px;overflow:hidden;display:block; }
#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container { background-color: transparent; background-image: none; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container > .video-iframe-container { display: none; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row > .video-iframe-container { display: none; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .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); }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container { border-width: 0; border-radius: 0; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container { font-size:14px;font-family:arial;height:404px;width:1200px;position:relative;display:block; }#xkdkpRROvb8JsBWCRUEV1Qw0AAbpWEgA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:159px;width:168px;top:70.5px;left:116px;overflow:hidden;display:block; }
#IXowTyir2xTXiC9QzsGRGNFhnARHobxV { position:absolute;display:block;z-index:15001;height:253px;width:377px;top:19px;left:414px;display:block; }
#BdsznlKvNZJ76C82TNmmTkyBdAdvJvE6 { position:absolute;display:block;z-index:15002;height:207px;width:303px;top:34px;left:864.5px;display:block; }
#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020628;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J > .row .container { border-width: 0; border-radius: 0; }#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J > .row .container { font-size:14px;font-family:arial;height:1127px;width:1200px;position:relative;display:none; }#VJyDIdpyX8Jn8yfpxrBKubo8azpSlkiN { color:#e3b969;display:block;width:424px;position:absolute;font-family:bitter;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:62px;left:388px;height:45.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uksAxCfGqihDzAR44Tr5rTMLucJWRtiT { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:193px;left:60px;height:217.4995px;font-style:normal;display:block; }
#BFXURIu0XEOa75Dh3Pewb4KX88SQnxUz { position:absolute;display:block;z-index:15002;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:436px;left:61px;display:block; }
#cwEwA51TV3awfgvDJM8OlVzGzmHADh6w { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:193px;left:633px;height:108.75px;font-style:normal;display:block; }
#cJ0cWESrRyXnlbLuDiv7cVm3aGBnWzIr { position:absolute;display:block;z-index:15004;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:326px;left:633px;display:block; }
#wwoOFyJg4szh4FVmNwUz6loH4eKMlm8a { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:490px;left:60px;height:163.1255px;font-style:normal;display:block; }
#C0lPw8nDTyFJtOqXE9X4qlLWRIHA9WXb { position:absolute;display:block;z-index:15004;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:673px;left:61px;display:block; }
#mVDffFuwWbkiTf2qsWgAAPxZiFcUbJ1C { position:absolute;display:block;z-index:15006;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:605px;left:633px;display:block; }
#W6w6fIvXrthnyD72p54zgUBzvDQ4z8Ty { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:382px;left:633px;height:190.3125px;font-style:normal;display:block; }
#FMe3fZqBBuStawdPwMTarGrO2kURbUO2 { position:absolute;display:block;z-index:15006;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:1023px;left:61px;display:block; }
#ePi6F1VURiTW6S6VOVvd2vLa2mesRkpo { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:730px;left:60px;height:271.875px;font-style:normal;display:block; }
#UlZUvn7ebn0CSmKmqZJQAygbJ9zTLIU1 { position:absolute;display:block;z-index:15008;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:503px;top:875px;left:633px;display:block; }
#QEGOIVEd6MuRXJDahZzekmMveGGXw0dO { color:#ffffff;display:block;width:504px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:652px;left:633px;height:190.313px;font-style:normal;display:block; }
#DTR47OniBXx1zebivopCFJQ2DRdrOwbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3b969;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container { border-width: 0; border-radius: 0; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container { font-size:14px;font-family:arial;height:457px;width:1200px;position:relative;display:none; }#Mrt4zOyuSPeaO9NfqKUbXovDNWXxvg6r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:452px;width:851px;top:-21px;left:-340.28px;overflow:hidden;display:block; }
#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container { background-color: transparent; background-image: none; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container > .video-iframe-container { display: none; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row > .video-iframe-container { display: none; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .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); }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container { border-width: 0; border-radius: 0; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container { font-size:14px;font-family:arial;height:457px;width:1200px;position:relative;display:block; }#ALCuTx4TCQQvL2Z9gyqwZvZb2P4gAbu1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:452px;width:851px;top:-21px;left:-340.28px;overflow:hidden;display:block; }
#esUGE1NadVTOnDNcebMeTUlXa34T8u60 { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:88px;left:596px;height:23.3906px;display:block; }
#ANzxI1vuKtBVdtklMXTM4wyH1TRHLQ8z { color:#e3b969;display:block;width:501px;position:absolute;font-family:bitter;font-size:50px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:115.375px;left:596px;height:165px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#huIuSnpfRmPyLN2ECmSQcJStgiMGakOW { z-index:15003;top:297px;left:596px;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(37,211,102,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BCBGbd3HCQdvN18IJqUyfEiLLhqfWoMS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PARibUheRoOhi3xhSqo5frF1sBAyToTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container { background-color: transparent; background-image: none; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container > .video-iframe-container { display: none; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row > .video-iframe-container { display: none; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .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); }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container { border-width: 0; border-radius: 0; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container { font-size:14px;font-family:arial;height:152px;width:1200px;position:relative;display:block; }#L1IbJfgZIDC0pcSMfSNFJWCWcyiy2BdW { color:#ffffff;display:block;width:246px;position:absolute;font-family:bitter;font-size:38px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:73px;left:477px;height:49.3958px;text-align:center;text-align-last:center;display:block; }
#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;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; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container { background-color: transparent; background-image: none; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container > .video-iframe-container { display: none; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row > .video-iframe-container { display: none; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .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); }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container { border-width: 0; border-radius: 0; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container { font-size:14px;font-family:arial;height:614px;width:1200px;position:relative;display:block; }#xeIBPcXRQZZvmcbfWLyM6Vs0kTyhN1w4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:508px;width:406px;top:53px;left:118px;overflow:hidden;display:block; }
#Ns4Hp666foKZCNXZEFWsr04ohluvxalH { color:#ffffff;display:block;width:569px;position:absolute;font-family:lato;font-size:27px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:53px;left:631px;height:140.3751px;display:block; }
#ABCVJWP8uSrFExR26nkoSVZDxwDEHx7H { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:335px;width:464px;top:227px;left:631px;overflow:hidden;display:block; }
#nmWN1OLeSP3bSCsJnHLTy63MCFCvHdRP { color:#e3b969;display:block;width:31px;position:absolute;font-family:"font awesome 2022";font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:56px;left:594.5px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00063a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy > .row .container { border-width: 0; border-radius: 0; }#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy > .row .container { font-size:14px;font-family:arial;height:459px;width:1200px;position:relative;display:none; }#lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3dd287c4-0314-4e96-81a1-23ba4735a22a/oa1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:156px;width:268px;top:13px;left:16px;display:block; }#lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU.adaptive-delivery-prevent-bg, #lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU.lazyload, #lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU.lazyloading { background-image: none; }
#NWo2evD2UC5GGwTT1LibuorvFVU2PpeJ { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:183px;left:16px;height:23.3958px;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; }
#IF0zUkOZcUMNPLkGKkz9v6F1FiAerNyJ { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:220px;left:16px;height:36.375px;font-style:normal;display:block; }
#SpqTJv9UainMRetgNLPqLkCNOT5QmJJx { color:#e3b969;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:277px;left:16px;height:18.1875px;font-style:normal;display:block; }
#kDohJ0SDWeGAPTSlrfz4JruppJBROxg7 { position:absolute;display:block;z-index:15004;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:120px;top:297.1875px;left:15px;display:block; }
#Gcmv1Kzyfga52Juf0zaJ6HBdNuF9c1Vr { color:#e3b969;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:277px;left:317px;height:18.1875px;font-style:normal;display:block; }
#vVEeEclumd0odPOLbbINps53fw9TK0Di { position:absolute;display:block;z-index:15009;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:120px;top:297px;left:316px;display:block; }
#M9cDicPdRBteeG4tD1GWhyF9EqnfDMBC { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:220px;left:317px;height:36.375px;font-style:normal;display:block; }
#flCyGp2r1dfyfm6y2kdwrN62fM9HPzWy { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:183px;left:317px;height:23.3958px;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; }
#A8aOsyWSt6hVxD8K2cdxprslyr9TvPye { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a1708af8-1185-4ced-81c7-4852a5055e27/oa2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:156px;width:268px;top:13px;left:317px;display:block; }#A8aOsyWSt6hVxD8K2cdxprslyr9TvPye.adaptive-delivery-prevent-bg, #A8aOsyWSt6hVxD8K2cdxprslyr9TvPye.lazyload, #A8aOsyWSt6hVxD8K2cdxprslyr9TvPye.lazyloading { background-image: none; }
#M6KweLOtmuZPlcBzNvaboHvmQ5HMb6dR { color:#e3b969;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:278px;left:617px;height:18.1875px;font-style:normal;display:block; }
#akrTHAoo63AuV5Tbu4ad4ms7C3sApqqd { position:absolute;display:block;z-index:15014;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:120px;top:298px;left:616px;display:block; }
#JvhB24SBFUqtSu38fOod4PgiDUeL79xr { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:221px;left:617px;height:36.375px;font-style:normal;display:block; }
#hAJqg8Tt29MJvh6SEWaJpEqyAUqLrn5s { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:184px;left:617px;height:23.3958px;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; }
#ldyRTBXVo8863hcoNq7VyDhQZII2C3xz { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0244ffaa-acb3-4a39-a730-5a3c5cdf827a/oa3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:156px;width:268px;top:14px;left:617px;display:block; }#ldyRTBXVo8863hcoNq7VyDhQZII2C3xz.adaptive-delivery-prevent-bg, #ldyRTBXVo8863hcoNq7VyDhQZII2C3xz.lazyload, #ldyRTBXVo8863hcoNq7VyDhQZII2C3xz.lazyloading { background-image: none; }
#PAgzRxfaZcIAL6IX9qw8xlBAlnkvFG6T { color:#e3b969;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:277px;left:917px;height:18.1875px;font-style:normal;display:block; }
#CvqZ4HedUevh9baUSFHxc0rDwoDEe7Hp { position:absolute;display:block;z-index:15019;background-color:#e3b969;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:120px;top:297px;left:916px;display:block; }
#zqL872Np1ccNtM7aNkzo9n01EhnTeHQT { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:220px;left:917px;height:36.375px;font-style:normal;display:block; }
#OhPvrcluaaTNect5kyJODBpy20hkJLU6 { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:183px;left:917px;height:23.3958px;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; }
#Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5aa6dae3-cdef-4b30-99c7-90628087f405/oa4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:156px;width:268px;top:13px;left:917px;display:block; }#Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ.adaptive-delivery-prevent-bg, #Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ.lazyload, #Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ.lazyloading { background-image: none; }
#kEITqAxBRxnGS557slGgQ90GwxUOMBSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01022a;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; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container { background-color: transparent; background-image: none; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container > .video-iframe-container { display: none; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row > .video-iframe-container { display: none; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .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); }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container { border-width: 0; border-radius: 0; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container { font-size:14px;font-family:arial;height:541px;width:1200px;position:relative;display:block; }#ct9Jydb4KyrOQMqgaudmanN6Tw0JKeCT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:186px;width:279px;top:62.5px;left:0px;overflow:hidden;display:block; }
#Q59kgKFuC76J8lmFOvJIBRAxHl0oo7R6 { color:#ffffff;display:block;width:376px;position:absolute;font-family:bitter;font-size:28px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:62.5px;left:394.5px;height:72.7916px;text-align:center;text-align-last:center;display:block; }
#forHilqS7Iv6ah66iaXmF7yJC5BV3u6J { z-index:15003;top:161px;left:459px;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px #000000 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:247px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g5ScrgD8sVeuHwvJwkmW8QgVQweKTrui { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#apXwlJK66xbI1DwQPJWliDDpFT3aKudD { color:#ffffff;display:block;width:393px;position:absolute;font-family:bitter;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:247px;left:386px;height:29.8958px;text-align:center;text-align-last:center;display:block; }
#qJS30NJ4MJm5ulOZv0zQUTHnBpTMKpyR { position:absolute;display:block;z-index:15004;height:275px;width:340px;top:62.5px;left:860px;display:block; }
#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa { 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; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container { background-color: transparent; background-image: none; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container > .video-iframe-container { display: none; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row > .video-iframe-container { display: none; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .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); }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container { border-width: 0; border-radius: 0; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB { background-color: transparent; background-image: none; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row .container > .video-iframe-container { display: none; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row > .video-iframe-container { display: none; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .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); }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB { border-width: 0; border-radius: 0; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .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; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:73px;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; }#OOhLqNf1MxMXHGwWHaNT5THeNdmpaNpb { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#IVmI3A1ftTzpLf4pvMCKdnKwmcibQxcV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xSJvk1GPFeT8asmFFMI4czATG044GkXk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#qNW1REkHcQo3wZLJVlmzitfI7PSKVkbJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz { display:block; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep6D09LzJJp0hePhOE0EEm5HXSp05HR6 { width:202px;height:135px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #akqhIsEdvZsWbfko7BuCwfGnACGqTOLs { width:49px;height:49px;top:107px;left:715px;display:block; }
 }@media only screen and (max-width: 763px) { #eMT9ZrvFTSrSmTL3PfHH4T8BMMslBend { width:258px;height:15px;top:122px;left:455px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wuA1ziqIMWqRZKSwUu8go1035JeR6EBw { display:block; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAfTyzVtRcNxASxZxngMHbWH6qQ4smhI { width:440px;height:445px;top:0px;left:324px;display:block; }
 }@media only screen and (max-width: 763px) { #K2qff7OKtycwhxSVapGT0tUZNfu1uG4B { width:748px;height:658px;top:49px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WhwHzWznlVtFCTuyKXUt2JAVdORPrP95 { width:660px;height:161px;top:153px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qJhTJvHOMMbGVMyx5kQHJQ3hu1IlRHpA { width:471px;height:56px;top:328px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hdlokmTbKak5d9TkT0VSuaJNUUG8Tnvv { top:448px;left:0px;width:231px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #zrFFr5K9r7EF5N9LZJyr8ycQA0yg1fOX { display:block; }
 }@media only screen and (max-width: 763px) { #pgQ5tUq6egO0rVx1BZ4lgy5vl4e6Llz1 { width:148px;height:19px;top:460px;left:44px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #GMC4xhE1J13fEIK7lftffTWPF5RtyhgS { width:528px;height:676px;top:25px;left:235px;display:block; }
 }@media only screen and (max-width: 763px) { #qn6E9L8o2UIiq8RKVGJqDkDCCRu0UlSN { width:430px;height:579px;top:654px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT { display:block; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGabFy4ZmeBoWXB6yqSaRf32DfnRCAfO { width:672px;height:58px;top:70px;left:92px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #envUQuf7msaFXWQns0ZB79wmgFh88Fzl { width:585px;height:243px;top:148px;left:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KAkAn1T0IIf6Z7VJbJ0UT3gXQXpTHKgO { width:565px;height:97px;top:484px;left:199px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawBTUMupnXI6rx3BK4cgpGMO4glq13P { width:764px;height:163px;top:455px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nIr5vMJ3qav2BAyl4TmhP7OnfhoCKy3h { width:80px;height:95px;top:434px;left:684px;display:block; }
 }@media only screen and (max-width: 763px) { #G9f4lnaecuBczI4DKaqKappQhu3mWzo8 { display:block; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7uBJaGmzdSwep7PUFoVTWcaIF07WEaQ { width:446px;height:;top:81px;left:159px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR { display:block; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWph6kQH5NiVUsnCUsvpwLT7rlqlE0VZ { width:257px;height:120px;top:152px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9 { width:158px;height:91px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y3N28qJ3Cbq77olHB1OzziEXJmrl0Ula { width:254px;height:52px;top:116px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #skmkORXo70xTLUroEI12QTvlua3kVblw { width:257px;height:120px;top:152px;left:125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL { width:158px;height:91px;top:0px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #pUIIaXirkaoxMyVRde4yu3FgafaZTttZ { width:254px;height:26px;top:116px;left:128px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p0TJfJ1y6tsyRDTlXfK35ThS1cIcDoTJ { width:257px;height:120px;top:152px;left:507px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XkcDP0r9U18TXJRah7403vT9ayfVUsXW { width:254px;height:26px;top:116px;left:510px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RVF7CvhrcUTITo9eEemxWxQU1o2Ttk9G { width:257px;height:96px;top:152px;left:316px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FRb7bEfFTiRJbkfP1ODxoJT643kyBHne { width:254px;height:26px;top:116px;left:319px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p { width:158px;height:91px;top:0px;left:573px;display:block; }
 }@media only screen and (max-width: 763px) { #zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7 { width:158px;height:91px;top:0px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa { display:block; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk7yCh4zzJNTQRyPgITgFkxAe5EMnaTN { width:656px;height:93px;top:81px;left:54px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA { display:block; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDAfPoWuURkrvUu7gwRFABaC4bSgE0A7 { width:32px;height:182px;top:0px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lRu6BvQx9vGTecisPCt6hNWaJXW1UEIg { width:427px;height:182px;top:0px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MWXgbWEaySIQdo1sQAubdei6qJxL8QSS { width:32px;height:240px;top:0px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #h9xuTe0mr7W4GS0cENASnTKa30wmFWb0 { width:427px;height:260px;top:0px;left:337px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #avA0yteqfqkbUVRTxyEECdAP5Hkn6x82 { width:32px;height:208px;top:0px;left:417px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rFoKGt2Cv7FBb6GCp2cgTDT76XcFs3IB { width:32px;height:264px;top:284px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #drhy49ZHasZdfTEMDFdCwvTal1hkTgly { display:block; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAimACOuT958PtzJyZ2ZRdS4aJTgwsBr { width:750px;height:49px;top:71px;left:13px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #M7hFkU363kWqk4bNxF7VToGNaAGly7mC { width:326px;height:181px;top:185px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FckgWDp7F1V5doL6kiXAiGLJmVk3AQRM { width:324px;height:181px;top:185px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #NirLfuT0TZtb4Mbqqpg40rJ4sflkuWrl { width:324px;height:181px;top:185px;left:440px;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3p84vD4BXbgAF2cB0BWq8tXAdcEoFd { width:324px;height:181px;top:425px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hZqM6yPlgTWTb427Pe59BAehIDPmfO3d { width:324px;height:181px;top:425px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #XPE1IPQHBea3xxmJzZKJ3ih7uJrrw2Vw { width:324px;height:181px;top:425px;left:440px;display:block; }
 }@media only screen and (max-width: 763px) { #ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ { display:none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 { display:block; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaCKcpwyUmqdcWSOlmm3ITiZtCrbmy2k { width:672px;height:58px;top:76px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NqCQyMzFbDDBVB1zkohd09hVc3mUn49a { width:617px;height:281px;top:166px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QSebN0PrmldquDslECi54CDrc9bfNUoR { width:32px;height:304px;top:166px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BR7Nladg1xRuBb66aAZsdXgVZynwmCTb { width:134px;height:90px;top:526px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Al5sKWs3gdPxaF2nb4UOeLhWZQWMVcsq { width:105px;height:101px;top:526px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t9aMsI16vRhaVXDfoVIHwUpKeAiWMPSb { width:130px;height:32px;top:558px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #TLW9yafOsl5ZsGJB120BWylrRIrB7F2X { width:127px;height:64px;top:539px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v { width:440px;height:628px;top:67px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #MyDPElK2TXanvCDDQ78IeVqN3QFvuERU { width:494px;height:499px;top:25px;left:270px;display:block; }
 }@media only screen and (max-width: 763px) { #kdLCurnw1xDv3LdS94bGLO7eu9pmID0y { display:block; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkdkpRROvb8JsBWCRUEV1Qw0AAbpWEgA { width:168px;height:159px;top:70px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #IXowTyir2xTXiC9QzsGRGNFhnARHobxV { width:377px;height:253px;top:19px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #BdsznlKvNZJ76C82TNmmTkyBdAdvJvE6 { width:303px;height:207px;top:34px;left:459px;display:block; }
 }@media only screen and (max-width: 763px) { #m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J { display:block; }#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJyDIdpyX8Jn8yfpxrBKubo8azpSlkiN { width:424px;height:45px;top:62px;left:170px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #uksAxCfGqihDzAR44Tr5rTMLucJWRtiT { width:504px;height:217px;top:193px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BFXURIu0XEOa75Dh3Pewb4KX88SQnxUz { width:503px;height:3px;top:436px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cwEwA51TV3awfgvDJM8OlVzGzmHADh6w { width:504px;height:108px;top:193px;left:260px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0cWESrRyXnlbLuDiv7cVm3aGBnWzIr { width:503px;height:3px;top:326px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #wwoOFyJg4szh4FVmNwUz6loH4eKMlm8a { width:504px;height:163px;top:490px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C0lPw8nDTyFJtOqXE9X4qlLWRIHA9WXb { width:503px;height:3px;top:673px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mVDffFuwWbkiTf2qsWgAAPxZiFcUbJ1C { width:503px;height:3px;top:605px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #W6w6fIvXrthnyD72p54zgUBzvDQ4z8Ty { width:504px;height:190px;top:382px;left:260px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FMe3fZqBBuStawdPwMTarGrO2kURbUO2 { width:503px;height:3px;top:1023px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ePi6F1VURiTW6S6VOVvd2vLa2mesRkpo { width:504px;height:271px;top:730px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UlZUvn7ebn0CSmKmqZJQAygbJ9zTLIU1 { width:503px;height:3px;top:875px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #QEGOIVEd6MuRXJDahZzekmMveGGXw0dO { width:504px;height:190px;top:652px;left:260px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DTR47OniBXx1zebivopCFJQ2DRdrOwbz { display:none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mrt4zOyuSPeaO9NfqKUbXovDNWXxvg6r { width:764px;height:405.79083431257px;top:-21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR { display:block; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALCuTx4TCQQvL2Z9gyqwZvZb2P4gAbu1 { width:764px;height:405.79083431257px;top:-21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #esUGE1NadVTOnDNcebMeTUlXa34T8u60 { width:200px;height:23px;top:88px;left:378px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ANzxI1vuKtBVdtklMXTM4wyH1TRHLQ8z { width:501px;height:;top:115px;left:263px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #huIuSnpfRmPyLN2ECmSQcJStgiMGakOW { top:297px;left:378px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BCBGbd3HCQdvN18IJqUyfEiLLhqfWoMS { display:block; }
 }@media only screen and (max-width: 763px) { #PARibUheRoOhi3xhSqo5frF1sBAyToTE { display:block; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1IbJfgZIDC0pcSMfSNFJWCWcyiy2BdW { width:246px;height:49px;top:73px;left:259px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC { display:block; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeIBPcXRQZZvmcbfWLyM6Vs0kTyhN1w4 { width:406px;height:508px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ns4Hp666foKZCNXZEFWsr04ohluvxalH { width:569px;height:140px;top:53px;left:195px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ABCVJWP8uSrFExR26nkoSVZDxwDEHx7H { width:464px;height:335px;top:227px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #nmWN1OLeSP3bSCsJnHLTy63MCFCvHdRP { width:31px;height:32px;top:56px;left:376.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy { display:none; }#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU { width:268px;height:156px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NWo2evD2UC5GGwTT1LibuorvFVU2PpeJ { width:200px;height:23px;top:183px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IF0zUkOZcUMNPLkGKkz9v6F1FiAerNyJ { width:200px;height:36px;top:220px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SpqTJv9UainMRetgNLPqLkCNOT5QmJJx { width:200px;height:18px;top:277px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kDohJ0SDWeGAPTSlrfz4JruppJBROxg7 { width:120px;height:2px;top:297px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcmv1Kzyfga52Juf0zaJ6HBdNuF9c1Vr { width:200px;height:18px;top:277px;left:182px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vVEeEclumd0odPOLbbINps53fw9TK0Di { width:120px;height:2px;top:297px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #M9cDicPdRBteeG4tD1GWhyF9EqnfDMBC { width:200px;height:36px;top:220px;left:182px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #flCyGp2r1dfyfm6y2kdwrN62fM9HPzWy { width:200px;height:;top:183px;left:182px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A8aOsyWSt6hVxD8K2cdxprslyr9TvPye { width:268px;height:156px;top:13px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #M6KweLOtmuZPlcBzNvaboHvmQ5HMb6dR { width:200px;height:18px;top:278px;left:373px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #akrTHAoo63AuV5Tbu4ad4ms7C3sApqqd { width:120px;height:2px;top:298px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #JvhB24SBFUqtSu38fOod4PgiDUeL79xr { width:200px;height:36px;top:221px;left:373px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hAJqg8Tt29MJvh6SEWaJpEqyAUqLrn5s { width:200px;height:;top:184px;left:373px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ldyRTBXVo8863hcoNq7VyDhQZII2C3xz { width:268px;height:156px;top:14px;left:305px;display:block; }
 }@media only screen and (max-width: 763px) { #PAgzRxfaZcIAL6IX9qw8xlBAlnkvFG6T { width:200px;height:18px;top:277px;left:564px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CvqZ4HedUevh9baUSFHxc0rDwoDEe7Hp { width:120px;height:2px;top:297px;left:573px;display:block; }
 }@media only screen and (max-width: 763px) { #zqL872Np1ccNtM7aNkzo9n01EhnTeHQT { width:200px;height:36px;top:220px;left:564px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OhPvrcluaaTNect5kyJODBpy20hkJLU6 { width:200px;height:;top:183px;left:564px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ { width:268px;height:156px;top:13px;left:496px;display:block; }
 }@media only screen and (max-width: 763px) { #kEITqAxBRxnGS557slGgQ90GwxUOMBSC { display:block; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct9Jydb4KyrOQMqgaudmanN6Tw0JKeCT { width:279px;height:186px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q59kgKFuC76J8lmFOvJIBRAxHl0oo7R6 { width:376px;height:72px;top:62px;left:176.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #forHilqS7Iv6ah66iaXmF7yJC5BV3u6J { top:161px;left:241px;width:247px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #g5ScrgD8sVeuHwvJwkmW8QgVQweKTrui { display:block; }
 }@media only screen and (max-width: 763px) { #apXwlJK66xbI1DwQPJWliDDpFT3aKudD { width:393px;height:29px;top:247px;left:168px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qJS30NJ4MJm5ulOZv0zQUTHnBpTMKpyR { width:340px;height:275px;top:62px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa { display:block; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB { display:block; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOhLqNf1MxMXHGwWHaNT5THeNdmpaNpb { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #IVmI3A1ftTzpLf4pvMCKdnKwmcibQxcV { display:block; }
 }@media only screen and (max-width: 763px) { #xSJvk1GPFeT8asmFFMI4czATG044GkXk { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #qNW1REkHcQo3wZLJVlmzitfI7PSKVkbJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz { display:block; }#TSCGkeyCPs6ioFuV2A6tA6zfenl5nmyz > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep6D09LzJJp0hePhOE0EEm5HXSp05HR6 { width:147px;height:98px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #akqhIsEdvZsWbfko7BuCwfGnACGqTOLs { width:49px;height:49px;top:194.375px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #eMT9ZrvFTSrSmTL3PfHH4T8BMMslBend { width:258px;height:0;top:159px;left:31px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wuA1ziqIMWqRZKSwUu8go1035JeR6EBw { display:block; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw { border-width: 0; border-radius: 0; }#wuA1ziqIMWqRZKSwUu8go1035JeR6EBw > .row .container { width:320px;height:704px;border-top:0;border-left:0;border-right:0;border-bottom:6px solid #e3b969;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAfTyzVtRcNxASxZxngMHbWH6qQ4smhI { width:291px;height:294px;top:278.734375px;left:-31.571400900683px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #K2qff7OKtycwhxSVapGT0tUZNfu1uG4B { width:233px;height:333px;top:336.734375px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #WhwHzWznlVtFCTuyKXUt2JAVdORPrP95 { width:320px;height:79.1719px;top:84px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qJhTJvHOMMbGVMyx5kQHJQ3hu1IlRHpA { width:320px;height:47.5938px;top:172px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdlokmTbKak5d9TkT0VSuaJNUUG8Tnvv { top:253px;left:0px;width:189px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #zrFFr5K9r7EF5N9LZJyr8ycQA0yg1fOX { display:block; }
 }@media only screen and (max-width: 763px) { #pgQ5tUq6egO0rVx1BZ4lgy5vl4e6Llz1 { width:126px;height:14.2969px;top:269px;left:194px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMC4xhE1J13fEIK7lftffTWPF5RtyhgS { width:286px;height:367px;top:336.734375px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qn6E9L8o2UIiq8RKVGJqDkDCCRu0UlSN { width:168px;height:242px;top:1110px;left:85.961538461539px;display:none; }
 }@media only screen and (max-width: 763px) { #UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT { display:block; }#UTAsZDBWkTJSls8MsB2rKvGJlNsx5ocT > .row .container { width:320px;height:832px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGabFy4ZmeBoWXB6yqSaRf32DfnRCAfO { width:315px;height:78px;top:43px;left:0px;font-size:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #envUQuf7msaFXWQns0ZB79wmgFh88Fzl { width:320px;height:336px;top:134px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KAkAn1T0IIf6Z7VJbJ0UT3gXQXpTHKgO { width:284px;height:143.984px;top:585px;left:18px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZawBTUMupnXI6rx3BK4cgpGMO4glq13P { width:320px;height:241px;top:539px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nIr5vMJ3qav2BAyl4TmhP7OnfhoCKy3h { width:55px;height:65px;top:505px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #G9f4lnaecuBczI4DKaqKappQhu3mWzo8 { display:block; }#G9f4lnaecuBczI4DKaqKappQhu3mWzo8 > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7uBJaGmzdSwep7PUFoVTWcaIF07WEaQ { width:281px;height:65px;top:75px;left:20px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR { display:block; }#U7nVPRWODXlqRnftb8RmEP6OLQF7cJxR > .row .container { width:320px;height:1186px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWph6kQH5NiVUsnCUsvpwLT7rlqlE0VZ { width:320px;height:78.375px;top:154px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y3cdWouVONFtI6kWmQGSpTUWXSwxxIZ9 { width:320px;height:104px;top:0px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #e3b969;display:block; }
 }@media only screen and (max-width: 763px) { #y3N28qJ3Cbq77olHB1OzziEXJmrl0Ula { width:320px;height:26px;top:118px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skmkORXo70xTLUroEI12QTvlua3kVblw { width:320px;height:78.375px;top:446px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL { width:320px;height:104px;top:292px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #e3b969;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8adadd4-1bb3-405f-b62c-520088f1dbe6/cancer_rins.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.adaptive-delivery-prevent-bg, #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.lazyload, #snvBAdnMLiAvTOw5N9wRQU3RtNs5PcPL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pUIIaXirkaoxMyVRde4yu3FgafaZTttZ { width:320px;height:26px;top:410px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0TJfJ1y6tsyRDTlXfK35ThS1cIcDoTJ { width:320px;height:78.375px;top:1040px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XkcDP0r9U18TXJRah7403vT9ayfVUsXW { width:320px;height:26px;top:1004px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RVF7CvhrcUTITo9eEemxWxQU1o2Ttk9G { width:320px;height:58.7812px;top:748px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FRb7bEfFTiRJbkfP1ODxoJT643kyBHne { width:320px;height:26px;top:712px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p { width:320px;height:104px;top:886px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #e3b969;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c7da8fb8-2eb8-4367-8d8e-95dc4465d32f/download20230724T155024028.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.adaptive-delivery-prevent-bg, #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.lazyload, #BF8pHTMrlcqeGLLqOO3l6Qb0akvuhz9p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zpEIQBFJKEEQBPe6a8CCWHu5KqVIzZO7 { width:320px;height:104px;top:594px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #e3b969;display:block; }
 }@media only screen and (max-width: 763px) { #nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa { display:block; }#nvyCii02Hi8wlncGHigTWQ4mTA4QOoZa > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk7yCh4zzJNTQRyPgITgFkxAe5EMnaTN { width:281px;height:97.5px;top:66px;left:0px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA { display:block; }#HtyoDSuUICLFdyGhxpuC7zf5t2zhWlCA > .row .container { width:320px;height:631px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDAfPoWuURkrvUu7gwRFABaC4bSgE0A7 { width:32px;height:0;top:117px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #lRu6BvQx9vGTecisPCt6hNWaJXW1UEIg { width:242px;height:264px;top:0px;left:32px;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWXgbWEaySIQdo1sQAubdei6qJxL8QSS { width:32px;height:240px;top:3px;left:0px;font-size:20px;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h9xuTe0mr7W4GS0cENASnTKa30wmFWb0 { width:277px;height:312px;top:289px;left:31px;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #avA0yteqfqkbUVRTxyEECdAP5Hkn6x82 { width:32px;height:auto;top:0px;left:144px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #rFoKGt2Cv7FBb6GCp2cgTDT76XcFs3IB { width:32px;height:264px;top:292px;left:0px;font-size:20px;z-index:15004;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drhy49ZHasZdfTEMDFdCwvTal1hkTgly { display:block; }#drhy49ZHasZdfTEMDFdCwvTal1hkTgly > .row .container { width:320px;height:1363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAimACOuT958PtzJyZ2ZRdS4aJTgwsBr { width:320px;height:66px;top:41px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M7hFkU363kWqk4bNxF7VToGNaAGly7mC { width:320px;height:177.66871165644px;top:123.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FckgWDp7F1V5doL6kiXAiGLJmVk3AQRM { width:320px;height:178.76543209877px;top:320.8435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NirLfuT0TZtb4Mbqqpg40rJ4sflkuWrl { width:320px;height:178.76543209877px;top:519.5935px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3p84vD4BXbgAF2cB0BWq8tXAdcEoFd { width:320px;height:178.76543209877px;top:718.3435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hZqM6yPlgTWTb427Pe59BAehIDPmfO3d { width:320px;height:178.76543209877px;top:917.0935px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XPE1IPQHBea3xxmJzZKJ3ih7uJrrw2Vw { width:320px;height:178.76543209877px;top:1115.8435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56cd10f7-77fc-4ad9-9bcf-2ad5558877da/download20230718T105622589.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ.adaptive-delivery-prevent-bg, #ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ.lazyload, #ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ.lazyloading { background-image: none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container { background-color: transparent; background-image: none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container > .video-iframe-container { display: none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row > .video-iframe-container { display: none; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .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); }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container { border-width: 0; border-radius: 0; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApUiTsC2xTBaTReJXUpwbwoKkysVk8yJ > .row .container { width:320px;height:394px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 { display:block; }#fotDmFAu8S3EZZPq15Q4U1RT0094gtN8 > .row .container { width:320px;height:743px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaCKcpwyUmqdcWSOlmm3ITiZtCrbmy2k { width:315px;height:39px;top:38px;left:0px;font-size:30px;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; }
 }@media only screen and (max-width: 763px) { #NqCQyMzFbDDBVB1zkohd09hVc3mUn49a { width:320px;height:311.9533px;top:99px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QSebN0PrmldquDslECi54CDrc9bfNUoR { width:32px;height:0;top:854px;left:73px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #BR7Nladg1xRuBb66aAZsdXgVZynwmCTb { width:122px;height:82px;top:456px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Al5sKWs3gdPxaF2nb4UOeLhWZQWMVcsq { width:95px;height:92px;top:456px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #t9aMsI16vRhaVXDfoVIHwUpKeAiWMPSb { width:133px;height:33px;top:588px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TLW9yafOsl5ZsGJB120BWylrRIrB7F2X { width:128px;height:66px;top:564px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #JXipbWRlCyig3Gl8MXPpu2QIm4p7gK1v { width:320px;height:628px;top:398.9375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MyDPElK2TXanvCDDQ78IeVqN3QFvuERU { width:320px;height:323.23886639676px;top:1049.953px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kdLCurnw1xDv3LdS94bGLO7eu9pmID0y { display:block; }#kdLCurnw1xDv3LdS94bGLO7eu9pmID0y > .row .container { width:320px;height:733px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkdkpRROvb8JsBWCRUEV1Qw0AAbpWEgA { width:63px;height:60px;top:60px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IXowTyir2xTXiC9QzsGRGNFhnARHobxV { width:320px;height:253px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BdsznlKvNZJ76C82TNmmTkyBdAdvJvE6 { width:303px;height:207px;top:452px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J { display:none; }#m4Xee8BU2evdxpmkuR2FPQT9p1wmyr1J > .row .container { width:320px;height:1999px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VJyDIdpyX8Jn8yfpxrBKubo8azpSlkiN { width:287px;height:27.5px;top:58px;left:0px;font-size:25px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uksAxCfGqihDzAR44Tr5rTMLucJWRtiT { width:320px;height:247.5px;top:105.5938px;left:0px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BFXURIu0XEOa75Dh3Pewb4KX88SQnxUz { width:320px;height:3px;top:603.5938px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cwEwA51TV3awfgvDJM8OlVzGzmHADh6w { width:320px;height:135.9375px;top:383px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJ0cWESrRyXnlbLuDiv7cVm3aGBnWzIr { width:320px;height:3px;top:383px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wwoOFyJg4szh4FVmNwUz6loH4eKMlm8a { width:320px;height:244.687px;top:626.5938px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C0lPw8nDTyFJtOqXE9X4qlLWRIHA9WXb { width:320px;height:3px;top:1206.1408px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mVDffFuwWbkiTf2qsWgAAPxZiFcUbJ1C { width:320px;height:3px;top:893.140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W6w6fIvXrthnyD72p54zgUBzvDQ4z8Ty { width:320px;height:271.875px;top:921.265625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FMe3fZqBBuStawdPwMTarGrO2kURbUO2 { width:320px;height:3px;top:1944.6248px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ePi6F1VURiTW6S6VOVvd2vLa2mesRkpo { width:320px;height:380.625px;top:1229.1408px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UlZUvn7ebn0CSmKmqZJQAygbJ9zTLIU1 { width:320px;height:3px;top:1631.609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QEGOIVEd6MuRXJDahZzekmMveGGXw0dO { width:320px;height:271.8745px;top:1659.765625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DTR47OniBXx1zebivopCFJQ2DRdrOwbz { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9b1ec090-e0dd-4c67-a029-11739feb46fc/mao1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz.adaptive-delivery-prevent-bg, #DTR47OniBXx1zebivopCFJQ2DRdrOwbz.lazyload, #DTR47OniBXx1zebivopCFJQ2DRdrOwbz.lazyloading { background-image: none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container { background-color: transparent; background-image: none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container > .video-iframe-container { display: none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row > .video-iframe-container { display: none; }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .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); }#DTR47OniBXx1zebivopCFJQ2DRdrOwbz > .row .container { width:320px;height:227px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrt4zOyuSPeaO9NfqKUbXovDNWXxvg6r { width:320px;height:169px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR { display:block; }#oVWVzFSZ1MHTslLXgWMHyfuJe1SPnfCR > .row .container { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALCuTx4TCQQvL2Z9gyqwZvZb2P4gAbu1 { width:320px;height:169px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #esUGE1NadVTOnDNcebMeTUlXa34T8u60 { width:200px;height:23.3958px;top:20px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANzxI1vuKtBVdtklMXTM4wyH1TRHLQ8z { width:320px;height:105.562px;top:43px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huIuSnpfRmPyLN2ECmSQcJStgiMGakOW { top:169px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BCBGbd3HCQdvN18IJqUyfEiLLhqfWoMS { display:block; }
 }@media only screen and (max-width: 763px) { #PARibUheRoOhi3xhSqo5frF1sBAyToTE { display:block; }#PARibUheRoOhi3xhSqo5frF1sBAyToTE > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1IbJfgZIDC0pcSMfSNFJWCWcyiy2BdW { width:246px;height:41.5938px;top:54px;left:37px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC { display:block; }#TSIW0uZALu1lDuEHaWSeXiLT9MRtWwvC > .row .container { width:320px;height:965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeIBPcXRQZZvmcbfWLyM6Vs0kTyhN1w4 { width:320px;height:400.39408866995px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ns4Hp666foKZCNXZEFWsr04ohluvxalH { width:320px;height:175.4686px;top:492.891px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABCVJWP8uSrFExR26nkoSVZDxwDEHx7H { width:320px;height:231.03448275862px;top:688.344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nmWN1OLeSP3bSCsJnHLTy63MCFCvHdRP { width:31px;height:32.5px;top:440.391px;left:144px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy { display:none; }#wOV3JE4cbOrJfmgrxlQaEtPtUmfTboqy > .row .container { width:320px;height:1357px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZ7TKMhBWz343KEStxPoGKiX0x4xGCMU { width:268px;height:156px;top:20px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #NWo2evD2UC5GGwTT1LibuorvFVU2PpeJ { width:200px;height:23.3958px;top:191px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF0zUkOZcUMNPLkGKkz9v6F1FiAerNyJ { width:200px;height:36.375px;top:223.375px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpqTJv9UainMRetgNLPqLkCNOT5QmJJx { width:200px;height:18.1875px;top:289.75px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDohJ0SDWeGAPTSlrfz4JruppJBROxg7 { width:120px;height:2px;top:307.9375px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcmv1Kzyfga52Juf0zaJ6HBdNuF9c1Vr { width:200px;height:18.1875px;top:609.6875px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVEeEclumd0odPOLbbINps53fw9TK0Di { width:120px;height:2px;top:627.875px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #M9cDicPdRBteeG4tD1GWhyF9EqnfDMBC { width:200px;height:36.375px;top:550.3125px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flCyGp2r1dfyfm6y2kdwrN62fM9HPzWy { width:200px;height:23.3958px;top:517.9375px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8aOsyWSt6hVxD8K2cdxprslyr9TvPye { width:268px;height:156px;top:349.9375px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #M6KweLOtmuZPlcBzNvaboHvmQ5HMb6dR { width:200px;height:18.1875px;top:949.625px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akrTHAoo63AuV5Tbu4ad4ms7C3sApqqd { width:120px;height:2px;top:967.8125px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #JvhB24SBFUqtSu38fOod4PgiDUeL79xr { width:200px;height:36.375px;top:893.25px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAJqg8Tt29MJvh6SEWaJpEqyAUqLrn5s { width:200px;height:23.3958px;top:850.875px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldyRTBXVo8863hcoNq7VyDhQZII2C3xz { width:268px;height:156px;top:679.875px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PAgzRxfaZcIAL6IX9qw8xlBAlnkvFG6T { width:200px;height:18.1875px;top:1279.5625px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvqZ4HedUevh9baUSFHxc0rDwoDEe7Hp { width:120px;height:2px;top:1297.75px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #zqL872Np1ccNtM7aNkzo9n01EhnTeHQT { width:200px;height:36.375px;top:1223.1875px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhPvrcluaaTNect5kyJODBpy20hkJLU6 { width:200px;height:23.3958px;top:1182.8125px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1oEzyGsH7Z45i8ezXS4Ik751AEztkZ { width:268px;height:156px;top:1009.8125px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #kEITqAxBRxnGS557slGgQ90GwxUOMBSC { display:block; }#kEITqAxBRxnGS557slGgQ90GwxUOMBSC > .row .container { width:320px;height:796px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct9Jydb4KyrOQMqgaudmanN6Tw0JKeCT { width:165px;height:110px;top:57px;left:77.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Q59kgKFuC76J8lmFOvJIBRAxHl0oo7R6 { width:320px;height:41.5938px;top:218px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #forHilqS7Iv6ah66iaXmF7yJC5BV3u6J { top:283px;left:36px;width:247px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #g5ScrgD8sVeuHwvJwkmW8QgVQweKTrui { display:block; }
 }@media only screen and (max-width: 763px) { #apXwlJK66xbI1DwQPJWliDDpFT3aKudD { width:320px;height:36.3958px;top:358px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qJS30NJ4MJm5ulOZv0zQUTHnBpTMKpyR { width:320px;height:275px;top:440.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa { display:block; }#wNlWtcSweeFafDmgJUVaF9DJFU0F2iNa > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#rDf3rybDpsRbEpyuMMuAv3BVPu84pwmB > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOhLqNf1MxMXHGwWHaNT5THeNdmpaNpb { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IVmI3A1ftTzpLf4pvMCKdnKwmcibQxcV { display:block; }
 }@media only screen and (max-width: 763px) { #xSJvk1GPFeT8asmFFMI4czATG044GkXk { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qNW1REkHcQo3wZLJVlmzitfI7PSKVkbJ { display:block; }
 }