.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { background-color: transparent; background-image: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { border-width: 0; border-radius: 0; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:block; }
#GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { background-color:#23a454;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:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:none; }
#eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/246a6261-f6ec-4f2a-b2d0-e83bd0c5073f/iStock21290245961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"playfair display";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.53125rem;left:14.375rem;height:14.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCOgvlFSpciu1vkTwM88A255ue359mHJ { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:22.09375rem;left:19.59375rem;height:2.23095625rem;text-align:center;text-align-last:center;display:block; }
#XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:28.4375rem;display:block; }
#vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq5gX76ALubKMMPh5QMDecmEreFuSx2U { color:#1b292e;display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:44.75rem;left:3.6875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRoX48I84V570u62lkPub2ir35I0HETf { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;top:36.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
#BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:38.5rem;left:7.1875rem;overflow:hidden;display:block; }
#fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#f4f4f4;background-image:none;top:36.5625rem;left:18.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:38.9375rem;left:26.34375rem;overflow:hidden;display:block; }
#WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { color:#1b292e;display:block;width:8.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:44.48828125rem;left:23.96875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f9f9f9;background-image:none;top:36.5625rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
#WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:38.625rem;left:44.78125rem;overflow:hidden;display:block; }
#oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { color:#1b292e;display:block;width:8.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:44.48828125rem;left:42.6875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { box-sizing:content-box;height:13.75rem;width:18.75rem;position:absolute;display:block;z-index:14998;background-color:#f4f4f4;background-image:none;top:36.5625rem;left:56.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:38.90625rem;left:63.8125rem;overflow:hidden;display:block; }
#fqFJg4sMcSp3szET1eZmglcF3B6yg3td { color:#1b292e;display:block;width:9.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:44.75rem;left:60.78125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { position:relative;display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { background-color: transparent; background-image: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row > .video-iframe-container { display: none; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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); }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { border-width: 0; border-radius: 0; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .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; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { border-width: 0; border-radius: 0; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { position:absolute;display:block;z-index:15000;height:14.5rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { position:relative;display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { background-color: transparent; background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { border-width: 0; border-radius: 0; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07363079-0340-4e1c-8675-9289949d01de/bg_sand.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0.5625rem;left:32.4375rem;display:block; }#XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.adaptive-delivery-prevent-bg, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyload, #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7.lazyloading { background-image: none; }
#O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:34.3125rem;display:block; }
#No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:36.1875rem;display:block; }
#IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:38.0625rem;display:block; }
#Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:39.9375rem;display:block; }
#dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:41.8125rem;display:block; }
#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { background-color:#f9f9f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { background-color: transparent; background-image: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container > .video-iframe-container { display: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container { display: none; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .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); }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { border-width: 0; border-radius: 0; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { color:#1b292e;display:block;width:68.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.125rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#un1DleLEZWrdRvAuurVqWB9OaDprx6qs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:10.0625rem;left:41.1875rem;overflow:hidden;display:block; }
#UvXTzC8RSL1uqJuFdDXnT5kAle5ou3LL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.1875rem;top:12.375rem;left:58.375rem;overflow:hidden;display:block; }
#PeuqMfBu4nnyKmRL6qP47KERZsbO7Col { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.375rem;top:9.65625rem;left:21.8125rem;overflow:hidden;display:block; }
#rxIFi1pDDMq7G8IX959m7Oww27xcTZuA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:10.0625rem;left:3.8125rem;overflow:hidden;display:block; }
#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { background-color:rgba(255,255,255,0.4);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { background-color: transparent; background-image: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .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); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { border-width: 0; border-radius: 0; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { color:#1b292e;display:block;width:31.625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1.58837890625rem;left:0rem;height:10.7988125rem;text-align:left;text-align-last:left;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; }
#NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { color:#000000;display:block;width:33.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:13.38671875rem;left:0rem;height:15.297375rem;text-align:left;text-align-last:left;display:block; }
#FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.0078125rem;left:0rem;display:block; }
#kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryF6BsMEAvoQTZgiuBIQRm1yCqsGeC1X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.8828125rem;left:35rem;display:block; }
#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { background-color:#f9f9f9;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { background-color: transparent; background-image: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .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); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { border-width: 0; border-radius: 0; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { color:#1b292e;display:block;width:68.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.6875rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { color:#1b292e;display:block;width:42.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:16.71875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#pTNEhRTrztWhpHd171ylPDsEldiz31Ns { color:#000000;display:block;width:64.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:26.96875rem;left:5.1875rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:13.25rem;top:13.3125rem;left:1.5rem;overflow:hidden;display:block; }
#p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.25rem;top:12.875rem;left:24.1875rem;overflow:hidden;display:block; }
#gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.625rem;top:12.375rem;left:44.1875rem;overflow:hidden;display:block; }
#in18TEheNWEFHpLTkQNfvklhbLP170Mm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.3125rem;top:10.5rem;left:67.6875rem;overflow:hidden;display:block; }
#zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.125rem;top:19.625rem;left:65.875rem;overflow:hidden;display:block; }
#orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:18.25rem;top:16.75rem;left:41.75rem;overflow:hidden;display:block; }
#XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.375rem;top:19.625rem;left:23.125rem;overflow:hidden;display:block; }
#D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:16.3125rem;top:19.625rem;left:0.46875rem;overflow:hidden;display:block; }
#hxUJt3WZqlwXCDasqbVy5dTvU4nfzqHd { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.84375rem;left:28.4375rem;display:block; }
#M39HicMk1n4N4Wp8XU3XHLz547WMnbOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6TJzgMhpzxzLGqIym24fuviLoA8nvEn { color:#000000;display:block;width:16.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.880859375rem;left:29.3125rem;height:1.36230625rem;display:block; }
#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6aeab903-5661-445f-9392-644610a30ba1/iStock1172962683.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { border-width: 0; border-radius: 0; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;overflow:visible;position:relative;display:block; }#DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:20.71875rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:19.125rem;left:5.875rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#NzpbggDhR38a8xfWC0xQTz1glF71lNSf { box-sizing:content-box;height:17.8125rem;width:21.25rem;position:absolute;display:block;z-index:14999;background-color:#0373a5;background-image:none;top:10.5rem;left:3.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { box-sizing:content-box;height:17.8125rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:#0373a5;background-image:none;top:10.5rem;left:26.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:31.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:28.625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:19.125rem;left:28.8125rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { box-sizing:content-box;height:17.8125rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#0373a5;background-image:none;top:10.5rem;left:50.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.375rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:55.0625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:19.125rem;left:52.625rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM { position:relative;display:block; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM { background-color: transparent; background-image: none; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row .container > .video-iframe-container { display: none; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row > .video-iframe-container { display: none; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .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); }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM { border-width: 0; border-radius: 0; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .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; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VK8yC8ZZarih1zFrPf8lhIVUOZupX7Vu { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.9375rem;left:28.4375rem;display:block; }
#eL6Oa6zFFGTMKQKzTwgRMWfxNvvAkD3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAfBTSHtqUhg7pTUO1aPQypU6tD8k5KM { position:absolute;display:block;z-index:15010;height:40.1875rem;width:63.5rem;top:2.1875rem;left:6.6875rem;display:block; }
#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container { background-color: transparent; background-image: none; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container > .video-iframe-container { display: none; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row > .video-iframe-container { display: none; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .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); }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container { border-width: 0; border-radius: 0; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#QNBBBVKsKhMbTad4TlhRuI7LBDueUBLV { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:17.25rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SbrimQWK38a58RuK4xP3CioXNVNuM6Fa { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15004;background-color:#d2eccb;background-image:none;top:6.30859375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZdUkDEpVbzXqEM86ha99FUBfRTA1qJ5A { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15005;background-color:#d2eccb;background-image:none;top:6.30859375rem;left:25.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nXv8NHkBaXeoR7NsFIqfuzGBpGiu3O0U { box-sizing:content-box;height:24.875rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#d2eccb;background-image:none;top:6.30859375rem;left:50.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#orWaUCFiTmmwXq8TE5htWAGoDfOvTbAK { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y53nnUyc33HE8DJq8CL8Gk3MgwXkmGaT { color:#1b292e;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:28.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2gHIXx7u1JWUesryFQr5CTPsl7LlnZF { color:#1b292e;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:54.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZI40z9ghyuMRKpGZnPfAQMUGcm7BzT1 { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:11.875rem;left:2.40625rem;height:16.9970625rem;text-align:center;text-align-last:center;display:block; }
#H6TuyHnyuPQsdEH0IVdSM6uopc59slL3 { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:11.947265625rem;left:26.875rem;height:13.597625rem;text-align:center;text-align-last:center;display:block; }
#UuT3mOlbbKlArUyFUAKaVkfXs3wnnu3W { color:#1b292e;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:11.87451171875rem;left:51.3125rem;height:16.9970625rem;text-align:center;text-align-last:center;display:block; }
#PU4fA5nn6ptKxwmVMH0uSZGDt3585Pd2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container { background-color: transparent; background-image: none; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container > .video-iframe-container { display: none; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row > .video-iframe-container { display: none; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .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); }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container { border-width: 0; border-radius: 0; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#fb26oMdpw0lEAE5VksT2b8ohJwaOwlnW { color:#000000;display:block;width:41.5rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.09375rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container { background-color: transparent; background-image: none; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container > .video-iframe-container { display: none; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row > .video-iframe-container { display: none; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .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); }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container { border-width: 0; border-radius: 0; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#ffi7Xm7eJxWaeQt2eX47xS8fqLi0pRgA { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#49aab4;background-image:none;top:2.125rem;left:3.9375rem;display:block; }
#M5DAzcc0H5xCFFZ2xn5iJOaATHuilgBx { 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;box-shadow: none;height:3.75rem;width:3.75rem;top:4rem;left:5.8125rem;overflow:hidden;display:block; }
#DGa9tlci2ENw8x4A3VG2U7cGXfzZ0BqL { color:#1b292e;display:block;width:7.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:3.9375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUQH00tlVAHDh6Ort1Fs97A1Gbv5MBPl { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#49aab4;background-image:none;top:2.125rem;left:15.8125rem;display:block; }
#iOnSiXOOfMbQqaOE2a5cGh7piowU5mPA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.125rem;top:4.0625rem;left:17.5rem;overflow:hidden;display:block; }
#l3FMFXDPm4WtZ9LvOXBTPKRovIKzpnlR { color:#1b292e;display:block;width:7.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:10.5rem;left:15.75rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X60hrEwN87yKZorITWrMUWRHgrshqOFh { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#49aab4;background-image:none;top:2.125rem;left:27.75rem;display:block; }
#CnC71pkdof9mIzWO7Hz4526AwCOTxlKW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:3.875rem;top:3.625rem;left:29.5625rem;overflow:hidden;display:block; }
#NsSTBTZrwJfILoXTgxdVs0n2mRqHSAva { color:#1b292e;display:block;width:7.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:10.5rem;left:27.6875rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6KCT5Cd6d08MqaReW2Oba87h11m9adA { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#49aab4;background-image:none;top:2.125rem;left:39.6875rem;display:block; }
#wGxAflLKMB5MFiTNXmXlTPK8fmZqkgbN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.25rem;top:4.0625rem;left:41.8125rem;overflow:hidden;display:block; }
#VPcnNNAXbQhJAPbukiLHir6hriAG8veP { color:#1b292e;display:block;width:7.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:10.5rem;left:39.625rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idV708pH5lRmrPGuZaQIS9NwzZZPQr2A { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:3.625rem;left:54.65625rem;overflow:hidden;display:block; }
#N73r3vhbUiMAncR04f0cA4cusN37zsE6 { color:#1b292e;display:block;width:7.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.5rem;left:51.59375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzUcAPxgqVdIk89dR1oktJMoQT5TVWbr { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#49aab4;background-image:none;top:2.125rem;left:63.5625rem;display:block; }
#C8Rs8qrcLGVgfT1aWKBG4VHp2hTyDl2a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.0625rem;left:65.4375rem;overflow:hidden;display:block; }
#BDbDkSNJaqxndcMFOblaTiHTM0buZ33J { color:#1b292e;display:block;width:7.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:10.5rem;left:63.5rem;height:4.72411875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvDBT6QR1yJKmNfxrTNLT87KJzsAp9dJ { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#49aab4;background-image:none;top:2.125rem;left:51.625rem;display:block; }
#AHNdWxwKrHnEmPVKr2mPW2sV6692N9A5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:4.03125rem;left:54.09375rem;overflow:hidden;display:block; }
#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { background-color:#1b292e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { background-color: transparent; background-image: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .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); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { border-width: 0; border-radius: 0; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { color:#ffffff;display:block;width:24rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.8999rem;text-align:left;text-align-last:left;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; }
#WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.3125rem;left:56.875rem;display:block; }
#yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { background-color: transparent; background-image: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .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); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { border-width: 0; border-radius: 0; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;overflow:visible;position:relative;display:block; }#WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"playfair display";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.125rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { box-sizing:content-box;height:45rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:21.25rem;left:0.9375rem;height:22.0961875rem;text-align:left;text-align-last:left;display:block; }
#CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:1rem;overflow:hidden;display:block; }
#A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.6875rem;left:5.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:56.9375rem;left:0.9375rem;overflow:hidden;display:block; }
#EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { box-sizing:content-box;height:45rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:20rem;height:30.59475rem;text-align:left;text-align-last:left;display:block; }
#JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:56.9375rem;left:20rem;overflow:hidden;display:block; }
#ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:20.0625rem;overflow:hidden;display:block; }
#hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:24.25rem;overflow:hidden;display:block; }
#TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.6875rem;left:24.25rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { box-sizing:content-box;height:45rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:16.6875rem;left:43.3125rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:21.25rem;left:39.0625rem;height:22.0961875rem;text-align:left;text-align-last:left;display:block; }
#Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:43.3125rem;overflow:hidden;display:block; }
#SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:39.125rem;overflow:hidden;display:block; }
#S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:56.9375rem;left:39.0625rem;overflow:hidden;display:block; }
#d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { box-sizing:content-box;height:45rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#f3f3f3;background-image:none;top:15.4375rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.6875rem;left:62.375rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:21.25rem;left:58.125rem;height:16.9970625rem;text-align:left;text-align-last:left;display:block; }
#PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.6875rem;left:62.375rem;overflow:hidden;display:block; }
#wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.5625rem;left:58.1875rem;overflow:hidden;display:block; }
#MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:56.9375rem;left:58.125rem;overflow:hidden;display:block; }
#XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { color:#000000;display:block;width:57rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:7.8125rem;left:7.1875rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { background-color:#ececec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { background-color: transparent; background-image: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .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); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { border-width: 0; border-radius: 0; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { color:#000000;display:block;width:34.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:4.26416015625rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:15rem;left:0rem;height:13.59768125rem;text-align:left;text-align-last:left;display:block; }
#vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1b292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.5625rem;left:0rem;display:block; }
#L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:34.3125rem;top:7.3125rem;left:40.4375rem;overflow:hidden;display:block; }
#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { background-color:#1b292e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { background-color: transparent; background-image: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .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); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { border-width: 0; border-radius: 0; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.96875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.869140625rem;left:12.4375rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { background-color:#99cb89;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.4375rem;left:28.4375rem;display:block; }
#VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { background-color: transparent; background-image: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .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); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { border-width: 0; border-radius: 0; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { position:absolute;display:block;z-index:15000;height:14.5rem;width:75rem;top:2.1875rem;left:0rem;display:block; }
#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { position:relative;display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { background-color: transparent; background-image: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container > .video-iframe-container { display: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row > .video-iframe-container { display: none; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .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); }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { border-width: 0; border-radius: 0; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .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; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:32.4375rem;display:block; }
#uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:34.3125rem;display:block; }
#eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:36.1875rem;display:block; }
#IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:38.0625rem;display:block; }
#dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:39.9375rem;display:block; }
#q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:41.8125rem;display:block; }
#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { background-color: transparent; background-image: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .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); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { border-width: 0; border-radius: 0; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.4375rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:3.025390625rem;left:47.5625rem;height:1.69970625rem;text-align:right;text-align-last:right;display:block; }
#Nw8OBTcngrWEGh1mw3MEe2VLrocfNt0l { color:rgba(0,0,0,0);display:block;width:7.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.63671875rem;left:37.9375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:8.625rem;height:5.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:46.25rem;height:14.625rem;top:4.5rem;left:0.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:35.8125rem;height:2.1875rem;top:22.0625rem;left:5.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:18.125rem;height:3.125rem;top:27.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:10.75rem;height:3.375rem;top:44.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:18.75rem;height:13.75rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:4.4375rem;height:4.4375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:18.75rem;height:13.75rem;top:36.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.5625rem;height:3.5625rem;top:38.9375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:8.3125rem;height:3.375rem;top:44.4375rem;left:10.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:18.75rem;height:13.75rem;top:36.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.1875rem;height:4.1875rem;top:38.625rem;left:31.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:8.375rem;height:3.375rem;top:44.4375rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:18.75rem;height:13.75rem;top:36.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:3.625rem;height:3.625rem;top:38.875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:9.6875rem;height:3.375rem;top:44.75rem;left:38.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:47.75rem;height:14.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.75rem;height:0.75rem;top:0.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.75rem;height:0.75rem;top:0.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.75rem;height:0.75rem;top:0.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.75rem;height:0.75rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.75rem;height:0.75rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.75rem;height:0.75rem;top:0.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { width:47.75rem;height:3.875rem;top:2.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un1DleLEZWrdRvAuurVqWB9OaDprx6qs { width:9.375rem;height:9.375rem;top:10.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvXTzC8RSL1uqJuFdDXnT5kAle5ou3LL { width:15.1875rem;height:4.75rem;top:12.375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeuqMfBu4nnyKmRL6qP47KERZsbO7Col { width:9.375rem;height:10.1875rem;top:9.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxIFi1pDDMq7G8IX959m7Oww27xcTZuA { width:9.375rem;height:9.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:31.625rem;height:;top:1.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:33.125rem;height:15.25rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #ryF6BsMEAvoQTZgiuBIQRm1yCqsGeC1X { top:6.875rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:47.75rem;height:3.875rem;top:5.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:42.6875rem;height:1.4375rem;top:3.0625rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:47.75rem;height:1.875rem;top:26.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:13.25rem;height:1.9375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:10.25rem;height:2.8125rem;top:12.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:14.625rem;height:3.8125rem;top:12.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:7.3125rem;height:7.5625rem;top:10.5rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:9.125rem;height:5rem;top:19.625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:18.25rem;height:9.3125rem;top:16.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:12.375rem;height:3.5625rem;top:19.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:16.3125rem;height:3.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUJt3WZqlwXCDasqbVy5dTvU4nfzqHd { width:18.125rem;height:3.125rem;top:31.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39HicMk1n4N4Wp8XU3XHLz547WMnbOK { display:block; }
 }@media only screen and (max-width: 763px) { #a6TJzgMhpzxzLGqIym24fuviLoA8nvEn { top:28.875rem;left:15.6875rem;width:16.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:33.5625rem;height:;top:4.375rem;left:7.09375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:15.9375rem;height:5.0625rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:21.25rem;height:17.8125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.9375rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.875rem;top:14.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:21.25rem;height:17.8125rem;top:10.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.9375rem;top:12.375rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.875rem;top:14.8125rem;left:15rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:17.375rem;height:5.0625rem;top:19.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:21.25rem;height:17.8125rem;top:10.5rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.875rem;top:14.8125rem;left:29.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.9375rem;top:12.375rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:17.25rem;height:5.0625rem;top:19.125rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM { display:block; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK8yC8ZZarih1zFrPf8lhIVUOZupX7Vu { width:18.125rem;height:3.125rem;top:44.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL6Oa6zFFGTMKQKzTwgRMWfxNvvAkD3G { display:block; }
 }@media only screen and (max-width: 763px) { #mAfBTSHtqUhg7pTUO1aPQypU6tD8k5KM { top:2.1875rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 { display:block; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNBBBVKsKhMbTad4TlhRuI7LBDueUBLV { width:39.25rem;height:3.875rem;top:0.8125rem;left:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbrimQWK38a58RuK4xP3CioXNVNuM6Fa { width:24.5rem;height:24.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUkDEpVbzXqEM86ha99FUBfRTA1qJ5A { width:24.5rem;height:24.875rem;top:6.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv8NHkBaXeoR7NsFIqfuzGBpGiu3O0U { width:24.5rem;height:24.875rem;top:6.25rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWaUCFiTmmwXq8TE5htWAGoDfOvTbAK { width:17.6875rem;height:3.25rem;top:7.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53nnUyc33HE8DJq8CL8Gk3MgwXkmGaT { width:17.6875rem;height:3.25rem;top:7.75rem;left:15.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2gHIXx7u1JWUesryFQr5CTPsl7LlnZF { width:17.25rem;height:3.25rem;top:7.75rem;left:30.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZI40z9ghyuMRKpGZnPfAQMUGcm7BzT1 { width:21.25rem;height:16.9375rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6TuyHnyuPQsdEH0IVdSM6uopc59slL3 { width:21.25rem;height:13.5625rem;top:11.9375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT3mOlbbKlArUyFUAKaVkfXs3wnnu3W { width:21.25rem;height:16.9375rem;top:11.8125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4fA5nn6ptKxwmVMH0uSZGDt3585Pd2 { display:none; }
 }@media only screen and (max-width: 763px) { #ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX { display:block; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb26oMdpw0lEAE5VksT2b8ohJwaOwlnW { width:41.5rem;height:3.875rem;top:1.5625rem;left:4.46875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm { display:block; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffi7Xm7eJxWaeQt2eX47xS8fqLi0pRgA { width:7.5rem;height:7.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DAzcc0H5xCFFZ2xn5iJOaATHuilgBx { width:3.75rem;height:3.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGa9tlci2ENw8x4A3VG2U7cGXfzZ0BqL { width:7.4375rem;height:3.125rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUQH00tlVAHDh6Ort1Fs97A1Gbv5MBPl { width:7.5rem;height:7.5rem;top:2.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOnSiXOOfMbQqaOE2a5cGh7piowU5mPA { width:4.125rem;height:3.6875rem;top:4.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3FMFXDPm4WtZ9LvOXBTPKRovIKzpnlR { width:7.625rem;height:4.6875rem;top:10.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60hrEwN87yKZorITWrMUWRHgrshqOFh { width:7.5rem;height:7.5rem;top:2.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnC71pkdof9mIzWO7Hz4526AwCOTxlKW { width:3.875rem;height:4.4375rem;top:3.625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsSTBTZrwJfILoXTgxdVs0n2mRqHSAva { width:7.625rem;height:3.125rem;top:10.5rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6KCT5Cd6d08MqaReW2Oba87h11m9adA { width:7.5rem;height:7.5rem;top:2.125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxAflLKMB5MFiTNXmXlTPK8fmZqkgbN { width:3.25rem;height:3.6875rem;top:4.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPcnNNAXbQhJAPbukiLHir6hriAG8veP { width:7.625rem;height:4.6875rem;top:10.5rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idV708pH5lRmrPGuZaQIS9NwzZZPQr2A { width:3.6875rem;height:3.6875rem;top:3.625rem;left:41.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73r3vhbUiMAncR04f0cA4cusN37zsE6 { width:7.5625rem;height:3.125rem;top:10.5rem;left:37.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzUcAPxgqVdIk89dR1oktJMoQT5TVWbr { width:7.5rem;height:7.5rem;top:2.125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Rs8qrcLGVgfT1aWKBG4VHp2hTyDl2a { width:3.6875rem;height:3.6875rem;top:4.0625rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbDkSNJaqxndcMFOblaTiHTM0buZ33J { width:7.5625rem;height:4.6875rem;top:10.5rem;left:40.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDBT6QR1yJKmNfxrTNLT87KJzsAp9dJ { width:7.5rem;height:7.5rem;top:2.125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHNdWxwKrHnEmPVKr2mPW2sV6692N9A5 { width:3.25rem;height:3.25rem;top:4rem;left:40.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:24rem;height:;top:3.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:47.75rem;height:1.875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:18.125rem;height:3.125rem;top:5.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:45rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:22.0625rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.875rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:45rem;top:15.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.3125rem;height:30.5625rem;top:21.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:56.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:18.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.875rem;top:16.6875rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:45rem;top:15.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.875rem;top:16.6875rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:22.0625rem;top:21.25rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:18.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:56.9375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:45rem;top:15.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.875rem;top:16.6875rem;left:36.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:16.9375rem;top:21.25rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:18.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:16.5625rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:56.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:47.75rem;height:5.0625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:34.75rem;height:;top:4.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:34.3125rem;height:13.5625rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:34.3125rem;height:22.875rem;top:7.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:44.375rem;height:;top:2.75rem;left:2.34375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:47.75rem;height:3.8125rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:13.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { width:47.75rem;height:14.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { width:0.75rem;height:0.75rem;top:0.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { width:0.75rem;height:0.75rem;top:0.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { width:0.75rem;height:0.75rem;top:0.5625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { width:0.75rem;height:0.75rem;top:0.5625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { width:0.75rem;height:0.75rem;top:0.5625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { width:0.75rem;height:0.75rem;top:0.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:6.4375rem;height:4.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:27.4375rem;height:1.6875rem;top:3rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8OBTcngrWEGh1mw3MEe2VLrocfNt0l { top:5.625rem;left:24.3125rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { position:relative;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:5.1875rem;height:3.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:4.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:7.125rem;height:2.5rem;top:0.78125rem;left:12.875rem;z-index:15006;background-color:#99cb89;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#1b292e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:inter;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/246a6261-f6ec-4f2a-b2d0-e83bd0c5073f/iStock21290245961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:20rem;height:11.099625rem;top:2.6875rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:15.875rem;height:3.1875rem;top:17.3125rem;left:2.0625rem;font-size:1.0625rem;line-height:1.5;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:18.125rem;height:3.125rem;top:24.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:8.6875rem;height:2.5996125rem;top:39.3125rem;left:0.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:10rem;height:10rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:3.75rem;height:3.75rem;top:34.59375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:10rem;height:10rem;top:33.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.8125rem;height:3.8125rem;top:34.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:7.5rem;height:2.5996125rem;top:39.3125rem;left:11.1875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:10rem;height:10rem;top:43.125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.1875rem;height:4.1875rem;top:44.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:6rem;height:2.5996125rem;top:49.9375rem;left:2.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:10rem;height:10rem;top:43.125rem;left:10rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:4.1875rem;height:4.1875rem;top:44.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:7.75rem;height:2.5996125rem;top:49.9375rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f1hJkzzXswfRRhmLGwErFNCbEdZxnduO { display:block; }#f1hJkzzXswfRRhmLGwErFNCbEdZxnduO > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln { background-color:#ffffff;background-image:none;display:block; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { background-color: transparent; background-image: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row > .video-iframe-container { display: none; }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .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); }#sQv3saxOW4HUSMVEsdaWNOp8yIR476Ln > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Ckm5TicOATZbbxh3AdvEzreWDkbS6c { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZZnP46uPCMOv4XJOwmPeIIToIybiA7 { width:0.75rem;height:0.75rem;top:0.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7HQSSwVTSrL25au2uwkd1cHimwBc7PK { width:0.75rem;height:0.75rem;top:0.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #No0thN7TWkWbHlsF5G6vEMKOP9oI29ge { width:0.75rem;height:0.75rem;top:0.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0bzRggUkNb0x4ne6frUn6HSH7QqkAc { width:0.75rem;height:0.75rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3gAEUMXc3edKSQhoJCNst6NC4HryF3 { width:0.75rem;height:0.75rem;top:0.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOerlra2eRdtgAF8L4zpD8cNZ3TCizPC { width:0.75rem;height:0.75rem;top:0.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK { display:block; }#C0ktGzaxHi07sPdUZnkVJcclgBk7LbSK > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVUkhMB9tysvnBHdURtcPWVoT6DtmXFr { width:20rem;height:5.3994125rem;top:2.25rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #un1DleLEZWrdRvAuurVqWB9OaDprx6qs { width:6.1875rem;height:6.1875rem;top:9.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvXTzC8RSL1uqJuFdDXnT5kAle5ou3LL { width:13.3125rem;height:3.875rem;top:18.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeuqMfBu4nnyKmRL6qP47KERZsbO7Col { width:6.0625rem;height:6.5rem;top:9.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxIFi1pDDMq7G8IX959m7Oww27xcTZuA { width:6.1875rem;height:6.1875rem;top:24.1875rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:20rem;height:5.173825rem;top:2.3125rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:20rem;height:22.5rem;top:8.1103515625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:31.5234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #ryF6BsMEAvoQTZgiuBIQRm1yCqsGeC1X { height:11.25rem;width:20rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:20rem;height:5.3994125rem;top:7.6875rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:19.25rem;height:4.78125rem;top:2.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:19.875rem;height:3rem;top:32.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:10.125rem;height:1.375rem;top:14.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:7.4375rem;height:1.9375rem;top:24.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:10.1875rem;height:2.0625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:4.5rem;height:4.6875rem;top:18.23046875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:8.6875rem;height:4.5625rem;top:18.29296875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:10.875rem;height:5.5rem;top:12.79296875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:9.375rem;height:2.6875rem;top:28.34375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:8.875rem;height:1.625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUJt3WZqlwXCDasqbVy5dTvU4nfzqHd { width:18.125rem;height:3.125rem;top:38.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39HicMk1n4N4Wp8XU3XHLz547WMnbOK { display:block; }
 }@media only screen and (max-width: 763px) { #a6TJzgMhpzxzLGqIym24fuviLoA8nvEn { width:16.375rem;height:1.36230625rem;top:35.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b469d2e-026c-4d1a-b87c-e15f3ec17200/65f6eb1fistock846739188_10000001mx0sx00005701o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:17.1875rem;height:4.798825rem;top:12.44921875rem;left:1.40625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:20rem;height:13.1875rem;top:5.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.5rem;top:7.01171875rem;left:3.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.3999rem;top:9.51171875rem;left:1.09375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:20rem;height:13.25rem;top:19.87206875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.5rem;top:21.74609375rem;left:2.71875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.3999rem;top:23.93359375rem;left:1.09375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:17.1875rem;height:4.798825rem;top:27.18359375rem;left:1.40625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:20rem;height:12.875rem;top:34.54491875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.3999rem;top:38.2939453125rem;left:1.09375rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.5rem;top:36.2314453125rem;left:3.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:17.1875rem;height:4.798825rem;top:41.3564453125rem;left:1.40625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM { display:block; }#aZwg9xubTUTH4Q20Z97FOC3bRK8cgTQM > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VK8yC8ZZarih1zFrPf8lhIVUOZupX7Vu { width:18.125rem;height:3.125rem;top:102.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL6Oa6zFFGTMKQKzTwgRMWfxNvvAkD3G { display:block; }
 }@media only screen and (max-width: 763px) { #mAfBTSHtqUhg7pTUO1aPQypU6tD8k5KM { width:20rem;height:24.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 { display:block; }#aRhVB3cx3ROZFcR5FFQXqbtKqgFcZ4g7 > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNBBBVKsKhMbTad4TlhRuI7LBDueUBLV { width:16.5625rem;height:2.69970625rem;top:1rem;left:1.71875rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SbrimQWK38a58RuK4xP3CioXNVNuM6Fa { width:20rem;height:24.875rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUkDEpVbzXqEM86ha99FUBfRTA1qJ5A { width:20rem;height:24.875rem;top:5.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv8NHkBaXeoR7NsFIqfuzGBpGiu3O0U { width:20rem;height:24.875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWaUCFiTmmwXq8TE5htWAGoDfOvTbAK { width:17.6875rem;height:3rem;top:7.3125rem;left:1.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y53nnUyc33HE8DJq8CL8Gk3MgwXkmGaT { width:17.5rem;height:3rem;top:32.75rem;left:1.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b2gHIXx7u1JWUesryFQr5CTPsl7LlnZF { width:17.6875rem;height:3rem;top:57.0625rem;left:1.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dZI40z9ghyuMRKpGZnPfAQMUGcm7BzT1 { width:17.5rem;height:19.1953125rem;top:11.1875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #H6TuyHnyuPQsdEH0IVdSM6uopc59slL3 { width:17.5rem;height:15.996125rem;top:37.875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UuT3mOlbbKlArUyFUAKaVkfXs3wnnu3W { width:17.5rem;height:19.1953125rem;top:61.1796875rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PU4fA5nn6ptKxwmVMH0uSZGDt3585Pd2 { top:4.75rem;left:0rem;width:20rem;height:1rem;z-index:15013;background-color:#0373a5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX { display:block; }#ohM7F9SdIRWxnBcsLGcMJbZfuI806fNX > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fb26oMdpw0lEAE5VksT2b8ohJwaOwlnW { width:20rem;height:2.69970625rem;top:0.9375rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm { display:block; }#Qb3ExE7gfVA154RcQyOlZGbuBDz00Xtm > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffi7Xm7eJxWaeQt2eX47xS8fqLi0pRgA { width:7.5rem;height:7.5rem;top:1.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DAzcc0H5xCFFZ2xn5iJOaATHuilgBx { width:3.75rem;height:3.75rem;top:3.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGa9tlci2ENw8x4A3VG2U7cGXfzZ0BqL { width:7.4375rem;height:2.5996125rem;top:10.1875rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KUQH00tlVAHDh6Ort1Fs97A1Gbv5MBPl { width:7.5rem;height:7.5rem;top:1.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOnSiXOOfMbQqaOE2a5cGh7piowU5mPA { width:4.125rem;height:3.6875rem;top:3.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3FMFXDPm4WtZ9LvOXBTPKRovIKzpnlR { width:7.625rem;height:2.5996125rem;top:10.1875rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X60hrEwN87yKZorITWrMUWRHgrshqOFh { width:7.5rem;height:7.5rem;top:15.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnC71pkdof9mIzWO7Hz4526AwCOTxlKW { width:3.875rem;height:4.4375rem;top:16.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsSTBTZrwJfILoXTgxdVs0n2mRqHSAva { width:7.625rem;height:2.5996125rem;top:23.375rem;left:1.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L6KCT5Cd6d08MqaReW2Oba87h11m9adA { width:7.5rem;height:7.5rem;top:27.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGxAflLKMB5MFiTNXmXlTPK8fmZqkgbN { width:3.25rem;height:3.6875rem;top:29.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPcnNNAXbQhJAPbukiLHir6hriAG8veP { width:7.625rem;height:3.8994125rem;top:35.5625rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #idV708pH5lRmrPGuZaQIS9NwzZZPQr2A { width:3.6875rem;height:3.6875rem;top:17.15625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73r3vhbUiMAncR04f0cA4cusN37zsE6 { width:5.5625rem;height:2.5996125rem;top:23.375rem;left:12.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RzUcAPxgqVdIk89dR1oktJMoQT5TVWbr { width:7.5rem;height:7.5rem;top:27.4375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Rs8qrcLGVgfT1aWKBG4VHp2hTyDl2a { width:3.6875rem;height:3.6875rem;top:29.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDbDkSNJaqxndcMFOblaTiHTM0buZ33J { width:7.625rem;height:3.8994125rem;top:35.5625rem;left:11.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDBT6QR1yJKmNfxrTNLT87KJzsAp9dJ { width:7.5rem;height:7.5rem;top:15.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHNdWxwKrHnEmPVKr2mPW2sV6692N9A5 { width:3.6875rem;height:3.6875rem;top:17.15625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:20rem;height:2.7749rem;top:2.8125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:17.8125rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:16.8125rem;height:3.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:20rem;height:145.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:20rem;height:5.3994125rem;top:0.75rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:28.0625rem;top:19.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.75rem;height:19.5rem;top:24.34375rem;left:2.125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:19.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.6875rem;top:20.4375rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:21.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:44.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:36.375rem;top:48.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.6875rem;height:25.5rem;top:54.6875rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:81.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:50rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:52.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.6875rem;top:50.125rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:29.5rem;top:86.3125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.6875rem;top:87.8125rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:19.5rem;top:92.375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:89.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:87.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:113.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:25rem;top:116.625rem;left:1.09375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.6875rem;top:117.6875rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:15rem;top:122.15625rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:119.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:117.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:139.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:20rem;height:10.5rem;top:7.4609375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:20rem;height:10.19925rem;top:2.11279296875rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:20rem;height:19.5rem;top:13.9375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:52.8369140625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:20rem;height:13.3125rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:20rem;height:5.54980625rem;top:2.25rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:19.1875rem;height:6rem;top:9.26171875rem;left:0.40625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:17.32421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA { background-color:#ffffff;background-image:none;display:block; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { background-color: transparent; background-image: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row > .video-iframe-container { display: none; }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .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); }#PGR1pbhGbpFZz0LTaMVIFA9y9NQ3vekA > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJzzaX5gzmGNFeB0okkigNh0VJ3GyTJt { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K { display:block; }#qBCDUFME6wmQ9zlolFIKIC0z3cOLG34K > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlBWBvQQ78tVpl5SUiKw34DQdRcsFWCh { width:0.75rem;height:0.75rem;top:0.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOkOk08ZN4TEs93rSACnTvOyXBRBFQe { width:0.75rem;height:0.75rem;top:0.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvNLnl27vTXgxyhWxdn4n3cIWWVU99u { width:0.75rem;height:0.75rem;top:0.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpnuEaNIH7Tmrpu22SguXOGGklGeTkf { width:0.75rem;height:0.75rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkDTgLJ2TxrT3GNc2IAA1gkxkkAiTnM { width:0.75rem;height:0.75rem;top:0.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2LZAfP1DEzWIntAf6kKQFKnZuLDesaa { width:0.75rem;height:0.75rem;top:0.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { position:relative;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:8.375rem;height:5.5625rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:17.1875rem;height:2.2744125rem;top:8.8125rem;left:1.40625rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8OBTcngrWEGh1mw3MEe2VLrocfNt0l { width:7.125rem;height:1.29980625rem;top:11.19921875rem;left:6.4375rem;font-size:1rem;display:block; }
 }