.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:247,242,235;--color-primary-1:228,211,188;--color-primary-2:200,167,120;--color-primary-3:100,84,60;--color-primary-4:30,25,18;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:39,39,39;--color-tertiary-3:29,29,33;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39ef51c4-ee7b-4fab-8355-53814d75b17f/47278865.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.adaptive-delivery-prevent-bg, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyload, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyloading { background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { background-color: transparent; background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .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); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { border-width: 0; border-radius: 0; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:block; }#TVeENG9qD9iqHayPPhNpFuxFGSVWAnz5 { 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:15rem;width:29.125rem;top:12.4375rem;left:9.375rem;overflow:hidden;display:block; }
#Xbsza28msiqnpXnMldqbmbeWWdDHCCR5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.1875rem;top:4.9375rem;left:12.0625rem;overflow:hidden;display:block; }
#aHP4W7l8yuAWRZ9lwublzoFaLDfiPZ6c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.75rem;top:5.25rem;left:29rem;overflow:hidden;display:block; }
#BCNUoPmTKSVzMNL4ttRpZEVSDdNASkxu { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:29.875rem;left:4.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gGHuo1XZCTH79kkUawKFXNLKm8yTa27A { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:32.6875rem;left:6.28125rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nC0laCztUiJtnoFKVxLNRoDEnnB6OGLQ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.5625rem;left:13.96875rem;display:block; }
#ga9i1XKuEvfKosUzCkQKryugdc7UimzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8RhCAVTbBZJBVtpTVZmNJgS6ol64iwZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:38.9375rem;left:13.96875rem;display:none; }
#EJBorLLiQ0llX5OuBFn8coq0K67tfFLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArFLJaBUv8k10dwNVbJRpMB9mEdV05hv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:39.3125rem;left:13.96875rem;display:none; }
#FfP0EPNuwVbqf1A1RET8T3XgduWEZmIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container { background-color: transparent; background-image: none; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container > .video-iframe-container { display: none; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row > .video-iframe-container { display: none; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .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); }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container { border-width: 0; border-radius: 0; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#cJZVDl7TCHsXB4KnPHCLketdCqHxEkim { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5625rem;left:43.75rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2STIoqlURy9FenrDPyO8pNBlIgN2iQq { color:rgba(var(--color-tertiary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:10.5625rem;left:45.625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4dxTWJUXNefCNEuTFAvwUQSeSVzflHX { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:8.1875rem;left:45.625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JrFbOLBLRANx6E8KpCJFZrS31MdrKqkL { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #0f6542;border-left:0.125rem solid #0f6542;border-right:0.125rem solid #0f6542;border-bottom:0.125rem solid #0f6542;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.875rem;width:29.3125rem;top:2.4375rem;left:41.5rem;display:block; }
#qHSV2BNC4oEw8orTgrhDX7ToTuyGNz6g { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:13rem;left:45.625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ckU1tEzCPyDqsVTaRMZxTzbeqdww4cgO { color:rgba(var(--color-tertiary-3),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:15.4375rem;left:45.625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FV4QV7ywoVokm2rUWv4mHu2uUa4MG77Q { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:17.8125rem;left:45.625rem;height:1.8059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bMb3rIaWDLqfse1XrovnznsQX36pE1es { color:#0f6542;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:21.3125rem;left:48.625rem;height:5.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jcw264sVIklx03JMEDdHyo417NgDaagT { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;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:0.125rem;width:25rem;top:21.1875rem;left:43.75rem;display:block; }
#XKHVbQVdzQ0ih0nMqaXOQsTqynxm3Mbn { color:#b50000;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.4921875rem;left:45.625rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IO7Kcc3TAVNuysRG1UQ4Xt41TiIderlx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.875rem;left:43.75rem; }
#BnEKvy1USwmdhUBXp3smUeoXJ5GnhRLe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.25rem;left:43.75rem; }
#qq2Rl5X9nPeVV65yPpgAkAASHTvIlglT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.4375rem;left:43.75rem; }
#M6kQ09CizGvBkNuqoA0kxg0cT4oSoQa3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.6875rem;left:43.75rem; }
#TMsJTspqwnihDm5va52THtcdU442mxOr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:18.0625rem;left:43.75rem; }
#VRw9wLmXuZnylwi5lTXVVTMc3KJHPM19 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.4375rem;left:43.75rem;display:block; }
#Fg9UGtq3pEu82cENrfJHcfyIsPaWK5ih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2By7vuQPFTfTngqZCnx4rLBTMP5R3OB { color:#0f6542;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.6875rem;height:4.22395625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:#2a2a2a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.5625rem;left:16.8125rem;z-index:15062; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #tRcSLsopIQizzNr1QLgGTNUqI3pA9Nho { display:flex;position:relative;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #xoTKP23nfamzx8vWWTyt5mB2X3p9d3Or { width:auto; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #ruvJJpBvgsBRZTKmcW2RuMKpAdDAJDBw {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #BzkZpXcGP8CC7trEHWn4qOZQEnNzk7ZM { display:flex;position:relative;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #LRSzdwGnOL6rIU9HWLTkPGCueFF0NvBc {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Zs8Ic0qoqdxBRWDB0JNA6u3dXCiQtr86 {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #lXyBNMlvp4PaGwLJb4U4pwCZSfV2Ef4S { display:flex;position:relative;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #IORBSSDxlxFVUTOGDs04NUttqzgDPGu7 {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #MlBrsM6s9ev0OVWHB3c1tpaRpovDmZa6 {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #e0aPREHwCa7w4BxLhhWrTu6PXquVPoz8 { display:flex;position:relative;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #PGKT4bcLv14yqR1X9PdXL51lItTakGdI {  }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Wm2JQqIyQfsuQyLa86QU7Svq4xTuWneM {  }
#h0yLAZoCo1rb41uVoB1LBWv9MDuE6v5l { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.375rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuOh4EvtBWfPKle97nNtKM5qsPXaCZ4k { color:#0f6542;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNarH5T1QXWtnwlOmivTUvVTkzowTvO3 { color:#0f6542;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:16.9375rem;left:11.25rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7lNh9cfCVLW08fsoHaBHwOftN0u5pIU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:15.125rem;left:14.25rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFDXAulQHMVRH6iJKQySz7Z74utovfpK { color:#0f6542;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:16.9375rem;left:24.125rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJ0Ky4w2MxhLtoPaOcZZZOrqG56HbpuB { color:rgba(var(--color-tertiary-3),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:15.1875rem;left:28.6875rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J37gEf3TMT2ZLTz0NyFsvTEypvTlXQaU { color:rgba(var(--color-tertiary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:23.375rem;left:2.125rem;height:5.52344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXgE1qCqrys4zwDhbAsFMgWhZfR0y7rP { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:15.4375rem;left:10.46875rem;display:block; }
#VZrJtktaSSeOQWs4NpH0btv9muJnTcPg { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:15.4375rem;left:23.21875rem;display:block; }
#K9wCwzXTxulrxh8wgXhJyzc8lTPghFDf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.75rem;left:46.28125rem;display:none; }
#oCMkWMl51TxaUCp06Qk33mb40OM4ibJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw { position:relative;display:none; }#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw { border-width: 0; border-radius: 0; }#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw > .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; }#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:#2a2a2a;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.25rem;left:18.25rem;z-index:15062; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #J77NNmNHIrutr2VqeDIW9mxQ1UyyASLS { display:flex;position:relative;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #pdmkHaqAoCT9FTrTtHtvlatTRS4yRL9T { width:auto; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #h2LToh9RwPU1cqppQNibmKbJwap6tX8J {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #JwCnIPucXFUXaEJ6raK5nhqqdoOZUQNE { display:flex;position:relative;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #shFimyW2XoREhHRZQsBqfawdwCTxgtOR {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #NPwMFKqNN50JlrUTbrn7i6K94fT1h9xI {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #LzguZXseZWu7Fp6RmGa42rTPTf0R6WpF { display:flex;position:relative;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #lvAB8pwCZxtnKOt6yVvOGXUyU5WATbwO {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #P0dW7WH7nAwozRBMrNTU1fHgbVzSl5El {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #eeQ7nw3iBIkhmF5Vyrg7UkaoJHrDKhTK { display:flex;position:relative;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #oggKaK9PWTQ7a2C8vygo4USVJ2vALs6n {  }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #np03wNPpUVTmIbqf7ADTa6HZUQwKcfkZ {  }
#Coq6aIuXWVoUyz213tiAlbcSRlP4mecb { color:#0f6542;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.125rem;height:4.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 { position:relative;display:none; }#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 { border-width: 0; border-radius: 0; }#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 > .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; }#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#gg8aOJJpS5xxTbW4xVnEVuErbOkwIBEa { color:#0f6542;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWPiqxC4TTGgOs9zXMn4htgbBVx5mXoz { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwpBaaKyWmI2ubX5BuVwHHEfk9EA6G8v { color:#0f6542;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:16.9375rem;left:11.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyspHvy1vKrsLFmmJ01GmVdbX9ZT3e7x { color:rgba(var(--color-tertiary-3),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:15.125rem;left:14.25rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPDObKB6s6PHxm3q58VT8tnL5T6Azo0E { color:#0f6542;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:16.9375rem;left:24.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubWthpsPfdv799OycuZTVaZWTlvOkH4S { color:rgba(var(--color-tertiary-3),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:15.1875rem;left:28.6875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSefMpDIthNqVa0fbp2H1QFoguvT0zMa { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:15.4375rem;left:10.46875rem;display:block; }
#sh8lGwzbodcttDS2d3n0ClgL8VRySliU { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.125rem;top:15.4375rem;left:23.21875rem;display:block; }
#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO { position:relative;display:none; }#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO { border-width: 0; border-radius: 0; }#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO > .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; }#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#LqcRHDqiUCX4lE1UsQocOSAUITL2aZtA { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.0625rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT { position:relative;display:none; }#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT { border-width: 0; border-radius: 0; }#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT > .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; }#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.875rem;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:none; }#SFZr23SbQ1KneXvN9yru2xqVbEhyDnqI { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5625rem;left:43.75rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVJZR2exUf2xkdFKLFuJDDPd0m65D0Rk { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4.375rem solid #0f6542;border-left:0.125rem solid #0f6542;border-right:0.125rem solid #0f6542;border-bottom:0.125rem solid #0f6542;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.875rem;width:29.3125rem;top:2.4375rem;left:41.5rem;display:block; }
#VpD7aEGZvWg3qBUO4LT9gkfB2OTFzzrA { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.7;letter-spacing:0;top:8.1875rem;left:45.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPkDAbfdAAUCRDXPvrQJWkQFwwm8PGCq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.4375rem;left:43.75rem; }
#JABTOsxQ7tXMz6SkuBZVsJh2aWeF1Srx { color:rgba(var(--color-tertiary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:10.5625rem;left:45.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHiXXHnbVTfmpLEqNn3kMzcwBEp0dNlq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10.875rem;left:43.75rem; }
#QKZ2e2qPvdwrmkS3aO1XZXMlCzzrv8Tm { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:13rem;left:45.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJuBG0TTFXLCZbaDVshwp36EiKGvaR2x { color:rgba(var(--color-tertiary-3),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:15.4375rem;left:45.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DS6mM0AvlQIg19cxG4KwgUnOoCW5GqwR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.25rem;left:43.75rem; }
#VZIEICWlphyvLZyAFxtIeTDQCJ5AwhPE { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:17.8125rem;left:45.625rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vCMte4zpmUdUysPRPMVfTlWC0ab52NV2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.6875rem;left:43.75rem; }
#wQ1KWVgh0h1FaT9Zd1FLLRkRKcTBm6xg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:18.0625rem;left:43.75rem; }
#y5o3p7POlcHhniUw1kRUaVgvwgk6mUr7 { color:#0f6542;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:21.3125rem;left:48.625rem;height:5.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oK5ZASVtWc5cdt9WPbZwBWizMnCCl7D4 { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;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:0.125rem;width:25rem;top:21.1875rem;left:43.75rem;display:block; }
#rp9QQ28lgDUCcVNOUBPgPokNy1hoLkVf { color:#b50000;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.4921875rem;left:45.625rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4EWUpEHCyg1o1um9qDkUTglk49ui4EE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.4375rem;left:43.75rem;display:none; }
#xSAZB0k1GNxB2vmB1NzSEFBDyBDxEfp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSaOpiFZUp27RCK7ZyQ8UI49mXi2d4zJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.875rem;left:47.59375rem;display:none; }
#HPwXTNP4yMe8RHWgiDXBT9bLWuRZT8wm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/342d9ac9-abe9-427b-91bc-0c6cef374174/PropertyMasterClub.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.adaptive-delivery-prevent-bg, #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.lazyload, #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.lazyloading { background-image: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { background-color: transparent; background-image: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container > .video-iframe-container { display: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row > .video-iframe-container { display: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .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); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { border-width: 0; border-radius: 0; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container { background-color: transparent; background-image: none; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container > .video-iframe-container { display: none; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row > .video-iframe-container { display: none; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .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); }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container { border-width: 0; border-radius: 0; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#W6KCgrQofVQT9V1IFOTBCsnfGPxCT2uE { color:#0f6542;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.015625rem;left:21.25rem;height:2.35611875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iqf6xW4A2byygpzMv9F7SndZio4XNfCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container { background-color: transparent; background-image: none; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container > .video-iframe-container { display: none; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row > .video-iframe-container { display: none; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .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); }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container { border-width: 0; border-radius: 0; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#kOmFDSDgK2ze9pI8wWGbEaSLqAU2nhfL { color:#0f6542;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.75rem;left:11.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UV09Z78gzHo4h2CrT7OTXhZLzGqdRdIH { color:rgba(var(--color-tertiary-1),1);display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.875rem;left:11.5rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nHcWC5OwTDQVEbKUU7mk2WJUJ9RTC8vk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.0625rem;left:5.125rem;display:block; }
#ap5fpOpLxnyV8k9BJ6cV2xabaZsCdhpC { 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:2.8125rem;width:2.8125rem;top:2.8125rem;left:5.96875rem;overflow:hidden;display:block; }
#lvTTDrIKEhuOJgyUey9AQVAlgWnSgERU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:67.0625rem;top:8.375rem;left:2.9375rem;display:block; }
#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container { background-color: transparent; background-image: none; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container > .video-iframe-container { display: none; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row > .video-iframe-container { display: none; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .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); }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container { border-width: 0; border-radius: 0; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#vBNnJZWImGxTboRpFBn9RMKMxaxGfWNR { color:#0f6542;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.75rem;left:11.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bz5IaVRuUmAsTQxcXdt4NTfhQIi9GflA { color:rgba(var(--color-tertiary-1),1);display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.875rem;left:11.5rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTGzD3Fd1kmsLV0shCvFngT2mpWIyGkG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.0625rem;left:5.125rem;display:block; }
#Fe6Ctqq1x72RgOhaI6PBCbdl0vMf4udi { 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:2.8125rem;width:2.8125rem;top:2.8125rem;left:5.96875rem;overflow:hidden;display:block; }
#rikKmZ21peghWkQutC1W65GPR6JyIeWu { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:67.0625rem;top:8.375rem;left:2.9375rem;display:block; }
#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container { background-color: transparent; background-image: none; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container > .video-iframe-container { display: none; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row > .video-iframe-container { display: none; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .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); }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container { border-width: 0; border-radius: 0; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#qDU0aPgFtewrgydF10uWVZDx5EFmiKml { color:#0f6542;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.4375rem;left:11.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZvAt5eS8P95KyGLMRzRf0Iv1A1ad3mJ { color:rgba(var(--color-tertiary-1),1);display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.5625rem;left:11.5rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iq3mK0deBfMB87oUBEPnZ5dG2Pq6Kg12 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.0625rem;left:5.125rem;display:block; }
#d7aNGRSwPev2IXdmIOgIXP9X3s2wrBUT { 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:2.8125rem;width:2.8125rem;top:2.8125rem;left:5.96875rem;overflow:hidden;display:block; }
#XgTnvtaSsP22Sf9kWyEfGcFKHThfPq1f { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:67.0625rem;top:8.375rem;left:2.9375rem;display:block; }
#ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6ebff;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; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container { background-color: transparent; background-image: none; }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container > .video-iframe-container { display: none; }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row > .video-iframe-container { display: none; }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .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); }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container { border-width: 0; border-radius: 0; }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a3cc2cd-93cf-460f-8976-ad9370cb79cf/11401958_47492322.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.adaptive-delivery-prevent-bg, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyload, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyloading { background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { background-color: transparent; background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .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); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { width:47.75rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVeENG9qD9iqHayPPhNpFuxFGSVWAnz5 { width:23.5625rem;height:12rem;top:7.3125rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbsza28msiqnpXnMldqbmbeWWdDHCCR5 { width:9.375rem;height:2.875rem;top:2rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHP4W7l8yuAWRZ9lwublzoFaLDfiPZ6c { width:5.5rem;height:2.8125rem;top:2.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCNUoPmTKSVzMNL4ttRpZEVSDdNASkxu { width:38.3125rem;height:1.78125rem;top:22.375rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGHuo1XZCTH79kkUawKFXNLKm8yTa27A { width:38.3125rem;height:3.5625rem;top:25.1875rem;left:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC0laCztUiJtnoFKVxLNRoDEnnB6OGLQ { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga9i1XKuEvfKosUzCkQKryugdc7UimzR { display:block; }
 }@media only screen and (max-width: 763px) { #V8RhCAVTbBZJBVtpTVZmNJgS6ol64iwZ { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJBorLLiQ0llX5OuBFn8coq0K67tfFLU { display:block; }
 }@media only screen and (max-width: 763px) { #ArFLJaBUv8k10dwNVbJRpMB9mEdV05hv { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfP0EPNuwVbqf1A1RET8T3XgduWEZmIB { display:block; }
 }@media only screen and (max-width: 763px) { #vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk { display:none; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container { width:47.75rem;height:74.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cJZVDl7TCHsXB4KnPHCLketdCqHxEkim { width:25rem;height:1.625rem;top:40.75rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2STIoqlURy9FenrDPyO8pNBlIgN2iQq { width:6.1875rem;height:1.69921875rem;top:47.75rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4dxTWJUXNefCNEuTFAvwUQSeSVzflHX { width:22.125rem;height:1.69921875rem;top:45.375rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFbOLBLRANx6E8KpCJFZrS31MdrKqkL { width:29.3125rem;height:28.875rem;top:39.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSV2BNC4oEw8orTgrhDX7ToTuyGNz6g { width:9.125rem;height:1.69921875rem;top:50.1875rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckU1tEzCPyDqsVTaRMZxTzbeqdww4cgO { width:3.6875rem;height:1.69921875rem;top:52.625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV4QV7ywoVokm2rUWv4mHu2uUa4MG77Q { width:10.9375rem;height:1.69921875rem;top:55rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMb3rIaWDLqfse1XrovnznsQX36pE1es { width:15.25rem;height:5.94921875rem;top:58.5rem;left:27.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcw264sVIklx03JMEDdHyo417NgDaagT { width:25rem;height:0.125rem;top:58.375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHVbQVdzQ0ih0nMqaXOQsTqynxm3Mbn { width:21.25rem;height:1.69921875rem;top:63.625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO7Kcc3TAVNuysRG1UQ4Xt41TiIderlx { width:1.25rem;height:1.25rem;top:48.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnEKvy1USwmdhUBXp3smUeoXJ5GnhRLe { width:1.25rem;height:1.25rem;top:50.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq2Rl5X9nPeVV65yPpgAkAASHTvIlglT { width:1.25rem;height:1.25rem;top:45.625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6kQ09CizGvBkNuqoA0kxg0cT4oSoQa3 { width:1.25rem;height:1.25rem;top:52.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsJTspqwnihDm5va52THtcdU442mxOr { width:1.25rem;height:1.25rem;top:55.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRw9wLmXuZnylwi5lTXVVTMc3KJHPM19 { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fg9UGtq3pEu82cENrfJHcfyIsPaWK5ih { display:block; }
 }@media only screen and (max-width: 763px) { #Z2By7vuQPFTfTngqZCnx4rLBTMP5R3OB { width:31.6875rem;height:2.11230625rem;top:2.0625rem;left:8.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx { display:flex;width:18rem;height:5.0625rem;top:4.875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #tRcSLsopIQizzNr1QLgGTNUqI3pA9Nho { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #xoTKP23nfamzx8vWWTyt5mB2X3p9d3Or {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #ruvJJpBvgsBRZTKmcW2RuMKpAdDAJDBw {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #BzkZpXcGP8CC7trEHWn4qOZQEnNzk7ZM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #LRSzdwGnOL6rIU9HWLTkPGCueFF0NvBc {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Zs8Ic0qoqdxBRWDB0JNA6u3dXCiQtr86 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #lXyBNMlvp4PaGwLJb4U4pwCZSfV2Ef4S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #IORBSSDxlxFVUTOGDs04NUttqzgDPGu7 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #MlBrsM6s9ev0OVWHB3c1tpaRpovDmZa6 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #e0aPREHwCa7w4BxLhhWrTu6PXquVPoz8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #PGKT4bcLv14yqR1X9PdXL51lItTakGdI {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Wm2JQqIyQfsuQyLa86QU7Svq4xTuWneM {  }
 }@media only screen and (max-width: 763px) { #h0yLAZoCo1rb41uVoB1LBWv9MDuE6v5l { width:4.6875rem;height:1.54296875rem;top:13.33203125rem;left:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOh4EvtBWfPKle97nNtKM5qsPXaCZ4k { width:9.4375rem;height:3.0859375rem;top:14.8125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNarH5T1QXWtnwlOmivTUvVTkzowTvO3 { width:11.125rem;height:3.0859375rem;top:14.48046875rem;left:18.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7lNh9cfCVLW08fsoHaBHwOftN0u5pIU { width:5.1875rem;height:1.54296875rem;top:12.9375rem;left:21.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDXAulQHMVRH6iJKQySz7Z74utovfpK { width:13.375rem;height:3.0859375rem;top:15.6875rem;left:34.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0Ky4w2MxhLtoPaOcZZZOrqG56HbpuB { width:4.3125rem;height:1.54296875rem;top:14.48046875rem;left:38.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37gEf3TMT2ZLTz0NyFsvTEypvTlXQaU { width:14.375rem;height:13.157225rem;top:51.88671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgE1qCqrys4zwDhbAsFMgWhZfR0y7rP { width:0.125rem;height:4.375rem;top:22.79296875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrJtktaSSeOQWs4NpH0btv9muJnTcPg { width:0.125rem;height:4.375rem;top:21.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wCwzXTxulrxh8wgXhJyzc8lTPghFDf { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCMkWMl51TxaUCp06Qk33mb40OM4ibJN { display:block; }
 }@media only screen and (max-width: 763px) { #kb2ULA9k0Get87dMsr2Q7S2tt48npdEw { display:block; }#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO { display:flex;width:18rem;height:5.0625rem;top:4.875rem;left:17.125rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #J77NNmNHIrutr2VqeDIW9mxQ1UyyASLS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #pdmkHaqAoCT9FTrTtHtvlatTRS4yRL9T {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #h2LToh9RwPU1cqppQNibmKbJwap6tX8J {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #JwCnIPucXFUXaEJ6raK5nhqqdoOZUQNE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #shFimyW2XoREhHRZQsBqfawdwCTxgtOR {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #NPwMFKqNN50JlrUTbrn7i6K94fT1h9xI {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #LzguZXseZWu7Fp6RmGa42rTPTf0R6WpF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #lvAB8pwCZxtnKOt6yVvOGXUyU5WATbwO {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #P0dW7WH7nAwozRBMrNTU1fHgbVzSl5El {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #eeQ7nw3iBIkhmF5Vyrg7UkaoJHrDKhTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #oggKaK9PWTQ7a2C8vygo4USVJ2vALs6n {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #np03wNPpUVTmIbqf7ADTa6HZUQwKcfkZ {  }
 }@media only screen and (max-width: 763px) { #Coq6aIuXWVoUyz213tiAlbcSRlP4mecb { width:31.6875rem;height:2.11230625rem;top:1.9375rem;left:8.03125rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 { display:block; }#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gg8aOJJpS5xxTbW4xVnEVuErbOkwIBEa { width:9.4375rem;height:3.0859375rem;top:3.5rem;left:3.3125rem;font-size:1.1875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #lWPiqxC4TTGgOs9zXMn4htgbBVx5mXoz { width:4.6875rem;height:1.54296875rem;top:1.625rem;left:5.6875rem;font-size:1.1875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #SwpBaaKyWmI2ubX5BuVwHHEfk9EA6G8v { width:11.125rem;height:3.0859375rem;top:3.5625rem;left:18.375rem;font-size:1.1875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #fyspHvy1vKrsLFmmJ01GmVdbX9ZT3e7x { width:5.1875rem;height:1.54296875rem;top:1.75rem;left:21.375rem;font-size:1.1875rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #IPDObKB6s6PHxm3q58VT8tnL5T6Azo0E { width:13.375rem;height:3.0859375rem;top:3.5625rem;left:33.1875rem;font-size:1.1875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #ubWthpsPfdv799OycuZTVaZWTlvOkH4S { width:4.3125rem;height:1.54296875rem;top:1.8125rem;left:37.75rem;font-size:1.1875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #HSefMpDIthNqVa0fbp2H1QFoguvT0zMa { width:0.125rem;height:4.375rem;top:2.25rem;left:15.8125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #sh8lGwzbodcttDS2d3n0ClgL8VRySliU { width:0.125rem;height:4.375rem;top:2.25rem;left:31.75rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO { display:block; }#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqcRHDqiUCX4lE1UsQocOSAUITL2aZtA { width:47.375rem;height:4.3857375rem;top:0.9375rem;left:0.1875rem;font-size:1.125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #qNl37FigKDoF5rNzgyQwtyTKz84bZQiT { display:block; }#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFZr23SbQ1KneXvN9yru2xqVbEhyDnqI { width:25rem;height:2.11230625rem;top:4.0625rem;left:11.25rem;font-size:1.625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #tVJZR2exUf2xkdFKLFuJDDPd0m65D0Rk { width:29.3125rem;height:28.8125rem;top:3rem;left:9.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #VpD7aEGZvWg3qBUO4LT9gkfB2OTFzzrA { width:22.125rem;height:1.69921875rem;top:8.4375rem;left:13.125rem;font-size:1rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #TPkDAbfdAAUCRDXPvrQJWkQFwwm8PGCq { width:1.25rem;height:1.25rem;top:8.6875rem;left:11.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #JABTOsxQ7tXMz6SkuBZVsJh2aWeF1Srx { width:6.1875rem;height:1.69921875rem;top:10.8125rem;left:13.125rem;font-size:1rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #LHiXXHnbVTfmpLEqNn3kMzcwBEp0dNlq { width:1.25rem;height:1.25rem;top:11.125rem;left:11.25rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #QKZ2e2qPvdwrmkS3aO1XZXMlCzzrv8Tm { width:9.125rem;height:1.69921875rem;top:13.25rem;left:13.125rem;font-size:1rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #UJuBG0TTFXLCZbaDVshwp36EiKGvaR2x { width:3.6875rem;height:1.69921875rem;top:15.6875rem;left:13.125rem;font-size:1rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #DS6mM0AvlQIg19cxG4KwgUnOoCW5GqwR { width:1.25rem;height:1.25rem;top:13.5rem;left:11.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #VZIEICWlphyvLZyAFxtIeTDQCJ5AwhPE { width:10.9375rem;height:1.69921875rem;top:18.0625rem;left:13.125rem;font-size:1rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #vCMte4zpmUdUysPRPMVfTlWC0ab52NV2 { width:1.25rem;height:1.25rem;top:15.9375rem;left:11.25rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #wQ1KWVgh0h1FaT9Zd1FLLRkRKcTBm6xg { width:1.25rem;height:1.25rem;top:18.3125rem;left:11.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #y5o3p7POlcHhniUw1kRUaVgvwgk6mUr7 { width:15.25rem;height:5.94921875rem;top:24.0625rem;left:16.125rem;font-size:3.5rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #oK5ZASVtWc5cdt9WPbZwBWizMnCCl7D4 { width:25rem;height:0.125rem;top:21.4375rem;left:11.25rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #rp9QQ28lgDUCcVNOUBPgPokNy1hoLkVf { width:21.25rem;height:1.69921875rem;top:23rem;left:13.125rem;font-size:1rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #S4EWUpEHCyg1o1um9qDkUTglk49ui4EE { width:16.875rem;height:3.4375rem;top:30rem;left:15.3125rem;font-size:1.125rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #xSAZB0k1GNxB2vmB1NzSEFBDyBDxEfp1 { display:block; }
 }@media only screen and (max-width: 763px) { #VSaOpiFZUp27RCK7ZyQ8UI49mXi2d4zJ { width:16.875rem;height:3.4375rem;top:31.375rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPwXTNP4yMe8RHWgiDXBT9bLWuRZT8wm { display:block; }
 }@media only screen and (max-width: 763px) { #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 { display:block; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVDQdzyHScay4LBl6d2aprmZT46qFyXP { display:block; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6KCgrQofVQT9V1IFOTBCsnfGPxCT2uE { width:32.5rem;height:2.35546875rem;top:4rem;left:7.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqf6xW4A2byygpzMv9F7SndZio4XNfCC { display:block; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOmFDSDgK2ze9pI8wWGbEaSLqAU2nhfL { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV09Z78gzHo4h2CrT7OTXhZLzGqdRdIH { top:6.875rem;left:7.125rem;width:39.25rem;height:2.9746125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHcWC5OwTDQVEbKUU7mk2WJUJ9RTC8vk { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5fpOpLxnyV8k9BJ6cV2xabaZsCdhpC { width:2.8125rem;height:2.8125rem;top:5.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTTDrIKEhuOJgyUey9AQVAlgWnSgERU { width:47.75rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 { display:block; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBNnJZWImGxTboRpFBn9RMKMxaxGfWNR { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5IaVRuUmAsTQxcXdt4NTfhQIi9GflA { top:6.875rem;left:7.125rem;width:39.25rem;height:5.94921875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGzD3Fd1kmsLV0shCvFngT2mpWIyGkG { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6Ctqq1x72RgOhaI6PBCbdl0vMf4udi { width:2.8125rem;height:2.8125rem;top:5.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rikKmZ21peghWkQutC1W65GPR6JyIeWu { width:47.75rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r { display:block; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDU0aPgFtewrgydF10uWVZDx5EFmiKml { top:3.9375rem;left:7.125rem;width:39.4375rem;height:1.42480625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvAt5eS8P95KyGLMRzRf0Iv1A1ad3mJ { top:6.875rem;left:7.125rem;width:39.25rem;height:2.9746125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq3mK0deBfMB87oUBEPnZ5dG2Pq6Kg12 { top:4.53125rem;left:0.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7aNGRSwPev2IXdmIOgIXP9X3s2wrBUT { width:2.8125rem;height:2.8125rem;top:5.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTnvtaSsP22Sf9kWyEfGcFKHThfPq1f { width:47.75rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a3cc2cd-93cf-460f-8976-ad9370cb79cf/11401958_47492322.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.adaptive-delivery-prevent-bg, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyload, #shT7CMrTMCQHzi114JmiMuwaF7vTW3tu.lazyloading { background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { background-color: transparent; background-image: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row > .video-iframe-container { display: none; }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .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); }#shT7CMrTMCQHzi114JmiMuwaF7vTW3tu > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVeENG9qD9iqHayPPhNpFuxFGSVWAnz5 { width:15.8125rem;height:7.9375rem;top:12.9375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbsza28msiqnpXnMldqbmbeWWdDHCCR5 { width:8.25rem;height:2.5rem;top:7.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHP4W7l8yuAWRZ9lwublzoFaLDfiPZ6c { width:4.875rem;height:2.5rem;top:7.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCNUoPmTKSVzMNL4ttRpZEVSDdNASkxu { width:17.1875rem;height:3.1875rem;top:21.75rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGHuo1XZCTH79kkUawKFXNLKm8yTa27A { width:18.3125rem;height:4.21875rem;top:25.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC0laCztUiJtnoFKVxLNRoDEnnB6OGLQ { width:15.375rem;height:3.125rem;top:32.4375rem;left:2.3125rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga9i1XKuEvfKosUzCkQKryugdc7UimzR { display:block; }
 }@media only screen and (max-width: 763px) { #V8RhCAVTbBZJBVtpTVZmNJgS6ol64iwZ { width:19.9375rem;height:3.4375rem;top:32.8125rem;left:0rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJBorLLiQ0llX5OuBFn8coq0K67tfFLU { display:block; }
 }@media only screen and (max-width: 763px) { #ArFLJaBUv8k10dwNVbJRpMB9mEdV05hv { width:19.9375rem;height:3.4375rem;top:31.75rem;left:0rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfP0EPNuwVbqf1A1RET8T3XgduWEZmIB { display:block; }
 }@media only screen and (max-width: 763px) { #vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk { display:none; }#vb1MQgeGgoenGLwqgyDOH8Dc8F0MaEvk > .row .container { width:20rem;height:105.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cJZVDl7TCHsXB4KnPHCLketdCqHxEkim { width:20rem;height:1.625rem;top:50rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2STIoqlURy9FenrDPyO8pNBlIgN2iQq { width:6.1875rem;height:1.5rem;top:57rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b4dxTWJUXNefCNEuTFAvwUQSeSVzflHX { width:20rem;height:3rem;top:54.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JrFbOLBLRANx6E8KpCJFZrS31MdrKqkL { width:19.75rem;height:28.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSV2BNC4oEw8orTgrhDX7ToTuyGNz6g { width:9.125rem;height:1.5rem;top:59.4375rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ckU1tEzCPyDqsVTaRMZxTzbeqdww4cgO { width:3.6875rem;height:1.5rem;top:61.875rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FV4QV7ywoVokm2rUWv4mHu2uUa4MG77Q { width:10.9375rem;height:1.5rem;top:64.25rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bMb3rIaWDLqfse1XrovnznsQX36pE1es { width:15.25rem;height:3rem;top:67.75rem;left:4.75rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jcw264sVIklx03JMEDdHyo417NgDaagT { width:20rem;height:0.125rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKHVbQVdzQ0ih0nMqaXOQsTqynxm3Mbn { width:20rem;height:1.2246125rem;top:72.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IO7Kcc3TAVNuysRG1UQ4Xt41TiIderlx { display:flex;width:1.25rem;height:1.25rem;top:57.3125rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #BnEKvy1USwmdhUBXp3smUeoXJ5GnhRLe { display:flex;width:1.25rem;height:1.25rem;top:59.6875rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #qq2Rl5X9nPeVV65yPpgAkAASHTvIlglT { display:flex;width:1.25rem;height:1.25rem;top:54.875rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #M6kQ09CizGvBkNuqoA0kxg0cT4oSoQa3 { display:flex;width:1.25rem;height:1.25rem;top:62.125rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #TMsJTspqwnihDm5va52THtcdU442mxOr { display:flex;width:1.25rem;height:1.25rem;top:64.5rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #VRw9wLmXuZnylwi5lTXVVTMc3KJHPM19 { width:18.75rem;height:3.875rem;top:29.375rem;left:0.625rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fg9UGtq3pEu82cENrfJHcfyIsPaWK5ih { display:block; }
 }@media only screen and (max-width: 763px) { #Z2By7vuQPFTfTngqZCnx4rLBTMP5R3OB { width:12.75rem;height:0;top:6.3125rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NTeDLVuoTWRcbHEeLQH4t82GccWZTswx { display:flex;width:18rem;height:5.0625rem;top:9.1875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #tRcSLsopIQizzNr1QLgGTNUqI3pA9Nho { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #xoTKP23nfamzx8vWWTyt5mB2X3p9d3Or {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #ruvJJpBvgsBRZTKmcW2RuMKpAdDAJDBw {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #BzkZpXcGP8CC7trEHWn4qOZQEnNzk7ZM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #LRSzdwGnOL6rIU9HWLTkPGCueFF0NvBc {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Zs8Ic0qoqdxBRWDB0JNA6u3dXCiQtr86 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #lXyBNMlvp4PaGwLJb4U4pwCZSfV2Ef4S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #IORBSSDxlxFVUTOGDs04NUttqzgDPGu7 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #MlBrsM6s9ev0OVWHB3c1tpaRpovDmZa6 {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #e0aPREHwCa7w4BxLhhWrTu6PXquVPoz8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #PGKT4bcLv14yqR1X9PdXL51lItTakGdI {  }
 }@media only screen and (max-width: 763px) { #NTeDLVuoTWRcbHEeLQH4t82GccWZTswx #Wm2JQqIyQfsuQyLa86QU7Svq4xTuWneM {  }
 }@media only screen and (max-width: 763px) { #h0yLAZoCo1rb41uVoB1LBWv9MDuE6v5l { width:4.6875rem;height:0;top:13.9375rem;left:7.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOh4EvtBWfPKle97nNtKM5qsPXaCZ4k { width:9.4375rem;height:3.0859375rem;top:9.625rem;left:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNarH5T1QXWtnwlOmivTUvVTkzowTvO3 { width:11.125rem;height:0;top:19.4375rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7lNh9cfCVLW08fsoHaBHwOftN0u5pIU { width:5.1875rem;height:0;top:16.6875rem;left:7.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDXAulQHMVRH6iJKQySz7Z74utovfpK { width:13.375rem;height:0;top:83.5rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0Ky4w2MxhLtoPaOcZZZOrqG56HbpuB { width:4.3125rem;height:0;top:87.8125rem;left:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37gEf3TMT2ZLTz0NyFsvTEypvTlXQaU { width:20rem;height:0;top:34.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgE1qCqrys4zwDhbAsFMgWhZfR0y7rP { width:0.125rem;height:4.375rem;top:23.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrJtktaSSeOQWs4NpH0btv9muJnTcPg { width:0.125rem;height:4.375rem;top:90.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9wCwzXTxulrxh8wgXhJyzc8lTPghFDf { width:19.9375rem;height:3.4375rem;top:96.1875rem;left:0rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCMkWMl51TxaUCp06Qk33mb40OM4ibJN { display:block; }
 }@media only screen and (max-width: 763px) { #kb2ULA9k0Get87dMsr2Q7S2tt48npdEw { display:block; }#kb2ULA9k0Get87dMsr2Q7S2tt48npdEw > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-number { padding-top:0.358125rem;padding-right:0.318125rem;padding-bottom:0.358125rem;padding-left:0.318125rem;width:1.909375rem;min-width:1.909375rem;height:1.924375rem;font-size:1.431875rem;line-height:30.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.545625rem;height:0.760625rem;font-size:0.536875rem;line-height:12.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO { display:flex;width:14.1875rem;height:3.625rem;top:3.9248046875rem;left:2.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #J77NNmNHIrutr2VqeDIW9mxQ1UyyASLS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #pdmkHaqAoCT9FTrTtHtvlatTRS4yRL9T {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #h2LToh9RwPU1cqppQNibmKbJwap6tX8J {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #JwCnIPucXFUXaEJ6raK5nhqqdoOZUQNE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #shFimyW2XoREhHRZQsBqfawdwCTxgtOR {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #NPwMFKqNN50JlrUTbrn7i6K94fT1h9xI {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #LzguZXseZWu7Fp6RmGa42rTPTf0R6WpF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #lvAB8pwCZxtnKOt6yVvOGXUyU5WATbwO {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #P0dW7WH7nAwozRBMrNTU1fHgbVzSl5El {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #eeQ7nw3iBIkhmF5Vyrg7UkaoJHrDKhTK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #oggKaK9PWTQ7a2C8vygo4USVJ2vALs6n {  }
 }@media only screen and (max-width: 763px) { #Ibf7XmxAV5Czezm3Ep2lWZJIII5UXJbO #np03wNPpUVTmIbqf7ADTa6HZUQwKcfkZ {  }
 }@media only screen and (max-width: 763px) { #Coq6aIuXWVoUyz213tiAlbcSRlP4mecb { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 { display:block; }#c1y23FXJkB20GLlTXvKuCKlJBqZptCc0 > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gg8aOJJpS5xxTbW4xVnEVuErbOkwIBEa { width:18.6875rem;height:1.3808625rem;top:3.6875rem;left:0.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPiqxC4TTGgOs9zXMn4htgbBVx5mXoz { width:4.6875rem;height:1.3808625rem;top:2.14453125rem;left:7.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwpBaaKyWmI2ubX5BuVwHHEfk9EA6G8v { width:19.125rem;height:1.3808625rem;top:9.3125rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyspHvy1vKrsLFmmJ01GmVdbX9ZT3e7x { width:5.1875rem;height:1.3808625rem;top:7.8125rem;left:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPDObKB6s6PHxm3q58VT8tnL5T6Azo0E { width:20rem;height:2.59895625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubWthpsPfdv799OycuZTVaZWTlvOkH4S { width:4.3125rem;height:1.3808625rem;top:13.3125rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSefMpDIthNqVa0fbp2H1QFoguvT0zMa { width:6.25rem;height:0.125rem;top:6.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8lGwzbodcttDS2d3n0ClgL8VRySliU { width:6.25rem;height:0.125rem;top:12.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO { display:block; }#ITArc9gTBRWAPVp6zfR0eAX7KOA0J7dO > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqcRHDqiUCX4lE1UsQocOSAUITL2aZtA { width:19.0625rem;height:7.3125rem;top:1.5107421875rem;left:0.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNl37FigKDoF5rNzgyQwtyTKz84bZQiT { display:block; }#qNl37FigKDoF5rNzgyQwtyTKz84bZQiT > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFZr23SbQ1KneXvN9yru2xqVbEhyDnqI { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tVJZR2exUf2xkdFKLFuJDDPd0m65D0Rk { width:19.75rem;height:27.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpD7aEGZvWg3qBUO4LT9gkfB2OTFzzrA { width:14.5rem;height:2.25rem;top:6.3125rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TPkDAbfdAAUCRDXPvrQJWkQFwwm8PGCq { display:flex;width:1.25rem;height:1.25rem;top:6.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #JABTOsxQ7tXMz6SkuBZVsJh2aWeF1Srx { width:6.1875rem;height:1.40625rem;top:9.25rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LHiXXHnbVTfmpLEqNn3kMzcwBEp0dNlq { display:flex;width:1.25rem;height:1.25rem;top:9.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #QKZ2e2qPvdwrmkS3aO1XZXMlCzzrv8Tm { width:9.125rem;height:1.40625rem;top:11.625rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UJuBG0TTFXLCZbaDVshwp36EiKGvaR2x { width:3.6875rem;height:1.40625rem;top:14.0625rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DS6mM0AvlQIg19cxG4KwgUnOoCW5GqwR { display:flex;width:1.25rem;height:1.25rem;top:11.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VZIEICWlphyvLZyAFxtIeTDQCJ5AwhPE { width:10.9375rem;height:1.40625rem;top:16.4375rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vCMte4zpmUdUysPRPMVfTlWC0ab52NV2 { display:flex;width:1.25rem;height:1.25rem;top:14.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #wQ1KWVgh0h1FaT9Zd1FLLRkRKcTBm6xg { display:flex;width:1.25rem;height:1.25rem;top:16.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #y5o3p7POlcHhniUw1kRUaVgvwgk6mUr7 { width:15.25rem;height:3.65625rem;top:20.71875rem;left:2.375rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oK5ZASVtWc5cdt9WPbZwBWizMnCCl7D4 { width:20rem;height:0.125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp9QQ28lgDUCcVNOUBPgPokNy1hoLkVf { width:20rem;height:1.2246125rem;top:24.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S4EWUpEHCyg1o1um9qDkUTglk49ui4EE { width:16.875rem;height:3.25rem;top:26.75rem;left:1.5625rem;font-size:1.0625rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAZB0k1GNxB2vmB1NzSEFBDyBDxEfp1 { display:block; }
 }@media only screen and (max-width: 763px) { #VSaOpiFZUp27RCK7ZyQ8UI49mXi2d4zJ { width:16.375rem;height:3.4375rem;top:27.5rem;left:1.8125rem;font-size:1rem;background-color:#c8a778;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #HPwXTNP4yMe8RHWgiDXBT9bLWuRZT8wm { display:block; }
 }@media only screen and (max-width: 763px) { #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/342d9ac9-abe9-427b-91bc-0c6cef374174/PropertyMasterClub.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.adaptive-delivery-prevent-bg, #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.lazyload, #fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1.lazyloading { background-image: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { background-color: transparent; background-image: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container > .video-iframe-container { display: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row > .video-iframe-container { display: none; }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .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); }#fSOJSnshKqWCVr3sTxds7ZxlDeix8Ld1 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVDQdzyHScay4LBl6d2aprmZT46qFyXP { display:block; }#ZVDQdzyHScay4LBl6d2aprmZT46qFyXP > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6KCgrQofVQT9V1IFOTBCsnfGPxCT2uE { width:20rem;height:1.4622375rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqf6xW4A2byygpzMv9F7SndZio4XNfCC { display:block; }#iqf6xW4A2byygpzMv9F7SndZio4XNfCC > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOmFDSDgK2ze9pI8wWGbEaSLqAU2nhfL { width:16.25rem;height:1.125rem;top:1.587890625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UV09Z78gzHo4h2CrT7OTXhZLzGqdRdIH { width:20rem;height:3.9375rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nHcWC5OwTDQVEbKUU7mk2WJUJ9RTC8vk { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;background-color:#c8a778;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap5fpOpLxnyV8k9BJ6cV2xabaZsCdhpC { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTTDrIKEhuOJgyUey9AQVAlgWnSgERU { width:20rem;height:0.0625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 { display:block; }#wr6HwvQZPDaUXk3XZ0aGqA53Lb3tC2U9 > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBNnJZWImGxTboRpFBn9RMKMxaxGfWNR { width:16.25rem;height:3.375rem;top:0.5rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5IaVRuUmAsTQxcXdt4NTfhQIi9GflA { width:20rem;height:7.875rem;top:4.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zTGzD3Fd1kmsLV0shCvFngT2mpWIyGkG { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;background-color:#c8a778;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6Ctqq1x72RgOhaI6PBCbdl0vMf4udi { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rikKmZ21peghWkQutC1W65GPR6JyIeWu { width:20rem;height:0.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r { display:block; }#r8CuF4APyJyghMKWcJTrNvTRIN6IkL5r > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDU0aPgFtewrgydF10uWVZDx5EFmiKml { width:16.25rem;height:1.125rem;top:1.587890625rem;left:3.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZvAt5eS8P95KyGLMRzRf0Iv1A1ad3mJ { width:20rem;height:2.625rem;top:4.34375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Iq3mK0deBfMB87oUBEPnZ5dG2Pq6Kg12 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;background-color:#c8a778;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7aNGRSwPev2IXdmIOgIXP9X3s2wrBUT { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgTnvtaSsP22Sf9kWyEfGcFKHThfPq1f { width:20rem;height:0.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #EvTiJk4xepHgre7HNeHxcsIt7FpeT1su > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }