.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container { background-color: transparent; background-image: none; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container > .video-iframe-container { display: none; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row > .video-iframe-container { display: none; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .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); }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container { border-width: 0; border-radius: 0; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#AtwQ7zo3ZSzKUN986AVNl1xFcJEOcy2S { color:#f1eeee;display:block;width:10.5625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.25rem;height:1.4624rem;display:block; }
#uIPsTIuSWyUp9vQvpoHAmPkfh69EfBoo { color:#f1eeee;display:block;width:27.4375rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.375rem;height:1.4624rem;display:block; }
#Lel7UyzkbUgkp2lAFpyHaTBXZ4k9knCh { color:#f1eeee;display:block;width:27.4375rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:33rem;height:1.4624rem;display:block; }
#iXnT8aUF4D15LGIcMQOtMTRFOhdr2ame { color:#f1eeee;display:block;width:20.125rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:53.625rem;height:1.4624rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Hqa05ZqCdFQRv5CZ9lIN1zqqmQ1zSpHZ { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:37.6875rem;height:2.2749rem;display:block; }
#NvITKJlzTZod1DBgtgDp7wggTwKdT4bS { color:#000000;display:block;width:19rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:37.6875rem;height:1.29980625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gacTCGcc1NS7RsMb6WXVti0DLHGGGgIU { color:#000000;display:block;width:3.125rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:49.5rem;height:1.29980625rem;display:block; }
#cl3sB9gpVCXppkOIARbhzkyN8QOtZqq5 { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"tenor sans";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11.3125rem;left:39.6875rem;height:10.5rem;font-style:normal;display:block; }
#KTwhDXKazm4O06UM9rGq6koaIL0PzfoA { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6123046875rem;left:39.6875rem;height:2.2749rem;display:block; }
#DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.375rem;left:37.6875rem; }
#DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.375rem;left:39.0625rem; }
#nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#gUryy1WT0nNACXb9ZnvwCeZroxmVbyah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.375rem;left:40.5rem; }
#gUryy1WT0nNACXb9ZnvwCeZroxmVbyah > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#TIWSWda9Te513eP38tt0JNwh0Usi2AFK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.375rem;left:41.875rem; }
#TIWSWda9Te513eP38tt0JNwh0Usi2AFK > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.375rem;left:43.25rem; }
#UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#dSFnvvxkZM8dcKnzJGFIENNexEuqU7OT { color:#383838;display:block;width:3.875rem;position:absolute;font-family:"tenor sans";font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.6875rem;left:44.875rem;height:0.9746125rem;display:block; }
#tvo4RKsOuVM07wTIITe7ydSIsZ2kLSnH { color:#535353;display:block;width:24.4375rem;position:absolute;font-family:"tenor sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:34.4375rem;left:39.25rem;height:4.1982375rem;display:block; }
#tITTyPSAwNylW9tHBrrhtn2nlqsuhK2m { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.6875rem;left:37.75rem; }
#qsEil1uWFO5xOk22xpi1TsZX8Rt1RCDv { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.8125rem;left:37.6875rem; }
#sIXfD6HN6UbNTDy7Ru1Q79nbVH9LXe9l { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37.375rem;left:37.75rem; }
#w2A0KaUQBLoXMQOBF3ODOtlE91CQbwic { position:absolute;display:block;z-index:15029;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.125rem;width:4.6875rem;top:39.3125rem;left:37.6875rem;overflow:hidden;display:block; }
#CmD9vFGoFNhqbXVTL3QdZ998nmzDo3HM { position:absolute;display:block;z-index:15030;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.9375rem;width:4.6875rem;top:39.40625rem;left:43.25rem;overflow:hidden;display:block; }
#MFCreUL70K8HNGHKHpZIvdCu3O45dDUx { position:absolute;display:block;z-index:15031;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.375rem;width:5rem;top:39.6875rem;left:48.5625rem;overflow:hidden;display:block; }
#xKNTScnJeJWUHZAtrPdl32Fkwe6Agtnp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:11.375rem;left:37.6875rem; }
#JeF4G6FHocgdMVehcouhiyrFcB9vLkiM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.8125rem;left:37.6875rem; }
#O6QOTdZgJ0xUPR8zqaKZxuI8T05gPAZr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.3125rem;left:37.6875rem; }
#qgr6dRw5F5Mp0ptwXRtoQufnyDu0nyXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:18.875rem;left:37.6875rem; }
#obc4h4i4VG4XnVHcWP0FUTKW9rey9a4I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20rem;display:none; }
#TU8zpt218Dey5ZU5FdsCbLgRwCslBZwI { color:#c24163;display:block;width:16.625rem;position:absolute;font-family:"tenor sans";font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:9.1123046875rem;left:37.6875rem;height:1.21875rem;display:block; }
#bqwZP5bNTF28M2uQ62aWwXFQ4cnMIsC5 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"tenor sans";font-size:1.5rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:30.5625rem;left:37.625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Ba4bXGqzft8q1guq3iJkz4721rCrJ9PH { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"tenor sans";font-size:0.9375rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.51171875rem;left:38.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#zUDhXZeUG0d3SMoT1NFOt3KWN3wI0J3k { position:absolute;display:block;z-index:15052;height:3.625rem;width:26.6875rem;top:25.75rem;left:37.6875rem;display:block; }
#PAV7FTO4mJXfInGNIPWnWCVbFvyiZCzg { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"tenor sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.28759765625rem;left:49.5rem;height:2.92480625rem;display:block; }
#IDpOmNycIhJX7VPJ40XenCyHOiPQCueR { position:absolute;display:block;z-index:15053;height:35.6875rem;width:29.0625rem;top:4.5625rem;left:5.5rem;display:block; }
#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/963dc273-cd80-4ef5-80b3-fbd52649b237/DSC07635kopia.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.adaptive-delivery-prevent-bg, #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.lazyload, #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.lazyloading { background-image: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { background-color: transparent; background-image: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container > .video-iframe-container { display: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row > .video-iframe-container { display: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .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); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { border-width: 0; border-radius: 0; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL { background-color:#d9aaaf;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;display:block; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container { background-color: transparent; background-image: none; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container > .video-iframe-container { display: none; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row > .video-iframe-container { display: none; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .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); }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container { border-width: 0; border-radius: 0; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container { width:75rem;height:15.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vufU7qu5P3Gtq3KqEvhfTasJ41JhDOnq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tenor sans";font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsJDSe0rgSuUHGfuuzunKxroV24IcDv3 { color:#ffffff;display:block;width:27.9365806875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.2748107910156rem;left:23.530559539795rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 { background-color:transparent;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;display:block; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container { background-color: transparent; background-image: none; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container > .video-iframe-container { display: none; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row > .video-iframe-container { display: none; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .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); }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container { border-width: 0; border-radius: 0; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container { width:75rem;height:21.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#C18FtDXZdg9MTf1ZbTqgIdzlFIp8V03k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4995403125rem;width:8.4995403125rem;top:6.3125rem;left:9.5625rem;overflow:hidden;display:block; }
#pEUhtMb3T4gBR4MJQtOubCEvWa41bPfk { color:#000000;display:block;width:14.7495403125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:2.779182434082rem;left:29.188877105713rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvUwFeOJXoHTc1kO6rW3qDlhV0onsl60 { color:#000000;display:block;width:14.7495403125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.75rem;left:5.625rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWLXp4KwLacxNBnX4UB8EClP7gWSBLTM { color:#000000;display:block;width:14.7495403125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.75rem;left:21.1875rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeeVqMcFUTE8hzRtdcKwN1newXEa9Hgd { color:#000000;display:block;width:14.7495403125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.75rem;left:36.75rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTnaNGAziWBeT4dooe9d5Q3LP0JlqH0z { color:#000000;display:block;width:14.7495403125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.8125rem;left:51.5rem;height:3.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQ4L5azFBlmrAq6TiKtoRV5w5SXQ0wqW { 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:8.4375rem;width:8.4375rem;top:6.3125rem;left:24.3125rem;overflow:hidden;display:block; }
#pOnIeNukQKs2Dcey4wvxx7idtHQhJmsi { 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:8.4375rem;width:8.4375rem;top:6.3125rem;left:39.875rem;overflow:hidden;display:block; }
#w6JarPRrKQUTOP9lElhReFFubTCMuoZH { 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:8.4375rem;width:8.4375rem;top:6.3125rem;left:54.625rem;overflow:hidden;display:block; }
#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir { position:relative;display:none; }#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir { border-width: 0; border-radius: 0; }#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir > .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; }#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#UdK8SyiORgi8LKyvC8aCu6pETVuTRU6J { color:#383838;display:block;width:3.875rem;position:absolute;font-family:"tenor sans";font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.375rem;left:46.0625rem;height:0.9746125rem;display:none; }
#ETyqWbtUo6UcIqDiSITMBhNUaOhfaSov { color:#535353;display:block;width:24.4375rem;position:absolute;font-family:"tenor sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:36.9375rem;left:40.4375rem;height:5.59765rem;display:none; }
#IcEBQb5iQVgh5yzWZHpTTTXuyL9DMdR7 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.1875rem;left:38.9375rem;display:none; }
#lOaxbmHTezd5ApQWQCLJm4m4loz9Ftdq { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:38.3125rem;left:38.875rem;display:none; }
#SQq9slgRvvzVbhxEzCinNQW9EFiTO5fr { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:39.875rem;left:38.9375rem;display:none; }
#J46lVbfFV5rLzNrtc66BNdgGh5wOvfxJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20rem;display:none; }
#KGHTIkfFc5viadlag0uSzbMRoZ3sepog { position:absolute;display:block;z-index:15029;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.125rem;width:4.6875rem;top:43.6875rem;left:42.0625rem;overflow:hidden;display:none; }
#P9Ut6TtR6VGEzq8D11XenUQUVXCcU0y0 { position:absolute;display:block;z-index:15030;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.9375rem;width:4.6875rem;top:43.6875rem;left:48.1875rem;overflow:hidden;display:none; }
#bOXFiuCtVX0JupxK2RQ7ptaPKtBiRWwk { position:absolute;display:block;z-index:15031;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.375rem;width:5rem;top:43.875rem;left:53.75rem;overflow:hidden;display:none; }
#qia5XqxZSoLldynyaAcP6UWbT1lzgfhr { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6123046875rem;left:39.6875rem;height:2.2749rem;display:none; }
#OwiVrGenDb2vucDCIkayruESQWTIrUqy { position:absolute;display:block;z-index:15052;height:3.625rem;width:26.6875rem;top:25.75rem;left:37.6875rem;display:none; }
#DtbuozlAvGSMmMqzAC0qBFh82dT3Lrde { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"tenor sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.28759765625rem;left:49.5rem;height:2.92480625rem;display:none; }
#wO9Ha95JhN0evENhKsu3C1blE7oVheF7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:41.75rem;display:none; }
#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 { position:relative;display:block; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 { background-color: transparent; background-image: none; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row .container > .video-iframe-container { display: none; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row > .video-iframe-container { display: none; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .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); }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 { border-width: 0; border-radius: 0; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .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; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MQuq1g6noTWAcgEcuOiKQo4uwFzqSeOx { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:7.5625rem;left:0.625rem;height:16.79296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#titP4z7u1GQ8QfcxC4XRli3cbbHOaNFG { color:#000000;display:block;width:29rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:28.9375rem;left:0.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vzT8g6TCXW5MchOfHa1bLhZEtXbEmOeW { color:#000000;display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:41.33203125rem;left:8.5625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AHyMfI0T3FEn39GwL5AmpcslXDwGkn5L { 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:7rem;width:7rem;top:42.144546508789rem;left:0rem;overflow:hidden;display:block; }
#xLr3IVd1tOLED2J6bqvD2751Lt4KEr3k { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:54.09375rem;left:0rem;overflow:hidden;display:block; }
#VD016iDGDn1FJ7EbBTz3PittcmSP16dy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:66.67578125rem;left:0rem;overflow:hidden;display:block; }
#I22MqcZUdKJXrlddTmyGunRTZz3by3V5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.625rem;height:2.84375rem;display:block; }
#a9nnK7VelRyuhCehJw4v5ZKAnURwW8L8 { color:#000000;display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:41.33203125rem;left:47.625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KLqhnOG1Kg0TqBM7LFWch3WwWb4dpk1Z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:27.25rem;top:7.625rem;left:47.75rem;overflow:hidden;display:block; }
#MPQCAwHb3TZVypV4Jmf03U0PyFhnrS0a { color:#000000;display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:65.625rem;left:8.5625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MET4acPp1B098gdVWHHlTPDbFwrQ3FKh { color:#000000;display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:52rem;left:8.5625rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AenVwgGsNLHw7v4gpqL0v6ry978eBzSW { color:#000000;display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:53.25rem;left:47.625003814698rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTZhPehTuZSGOpy1rZf40sa5MitqQEHT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:53.593765258789rem;left:38.770832061767rem;overflow:hidden;display:block; }
#UxumCifUBErdc83tssdo13cFOQymbTwU { 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:7.125rem;width:7.1875rem;top:42.050796508789rem;left:38.770832061767rem;overflow:hidden;display:block; }
#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 { position:relative;display:none; }#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 { border-width: 0; border-radius: 0; }#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 > .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; }#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#nm9dJWFPyPo8mgaNTw2HPL9cULCg1dPL { color:#535353;display:block;width:24.4375rem;position:absolute;font-family:"tenor sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:36.9375rem;left:40.4375rem;height:5.59765rem;display:none; }
#kwlJXH3Tq02S2dAit0DscebzPS8qddui { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.1875rem;left:38.9375rem;display:none; }
#UMmrUWfPgZAcPFux3yaew0ZAdUMslIy4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:38.3125rem;left:38.875rem;display:none; }
#pMGdllzkpcfrGMlZCWxG7ezWLhTkABhI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:39.875rem;left:38.9375rem;display:none; }
#SzVghQVPXU9va98kwaBlAwVzszxQZOLH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20rem;display:none; }
#ouW6byVqqIO4BKEkyMVUD19g2GGrbnev { position:absolute;display:block;z-index:15029;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.125rem;width:4.6875rem;top:43.6875rem;left:42.0625rem;overflow:hidden;display:none; }
#nho892eCTAtpmK5CLEN0liLSA0aAtc1W { position:absolute;display:block;z-index:15030;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.9375rem;width:4.6875rem;top:43.6875rem;left:48.1875rem;overflow:hidden;display:none; }
#KGDFhnTelNRHgRW6P03iTExMcwrGFm0i { position:absolute;display:block;z-index:15031;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.375rem;width:5rem;top:43.875rem;left:53.75rem;overflow:hidden;display:none; }
#XSPzuvrUxcJihrdnG0rbF24aLcsQufaS { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6123046875rem;left:39.6875rem;height:2.2749rem;display:none; }
#Hg3K8wA5P4hyo4uXLEJlF7Sm7DH1sHWO { position:absolute;display:block;z-index:15052;height:3.625rem;width:26.6875rem;top:25.75rem;left:37.6875rem;display:none; }
#oVnl6mtg1HJmWzDpTRNK31EmA2L6Q95W { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"tenor sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.28759765625rem;left:49.5rem;height:2.92480625rem;display:none; }
#InJXQJft2tRbHpezsNRlAr50dVXPTZII { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:41.75rem;display:none; }
#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e { position:relative;display:block; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e { background-color: transparent; background-image: none; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row .container > .video-iframe-container { display: none; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row > .video-iframe-container { display: none; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .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); }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e { border-width: 0; border-radius: 0; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .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; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vW7S5TIRi9N4OkU8Z2hEayAEfHWtlx5E { color:#000000;display:block;width:32.687271125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:10.0625rem;left:0.75rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDMHoKcQNkxPBvgnmMIlnXzs5HgkHElc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.75rem;height:2.84375rem;display:block; }
#meV1CG6oJynEfTA0EGeX342h6Umkd87w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:31.1875rem;top:4.0625152587891rem;left:43.8125rem;overflow:hidden;display:block; }
#Xg9lEw4vcKhO5Om7i0ToxXwJPyvFPRil { color:#000000;display:block;width:25.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:23.9375rem;left:0.75rem;height:5.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRsSTcNs1zzyhnApM9sJnQwr3nxwgtdz { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"tenor sans";font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0.75rem;height:2.84375rem;display:block; }
#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f364e321-49b9-4fc6-ab59-ee5671d2951e/DSC07606kopia2.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.adaptive-delivery-prevent-bg, #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.lazyload, #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.lazyloading { background-image: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { background-color: transparent; background-image: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container > .video-iframe-container { display: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row > .video-iframe-container { display: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .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); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { border-width: 0; border-radius: 0; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;overflow:visible;position:relative;display:block; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA { position:relative;display:block; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA { background-color: transparent; background-image: none; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row .container > .video-iframe-container { display: none; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row > .video-iframe-container { display: none; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .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); }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA { border-width: 0; border-radius: 0; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .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; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PcpvMz69fVZUh8OGCPPEDtlxWdT4A90F { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:8rem;left:0.6875rem;height:6.99706875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oP7hkA6gwafTuTAsvleFS9axdOEH6SMW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"tenor sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.6875rem;height:2.84375rem;display:block; }
#vifirTvWT7B7lbVUT3wfBNe9G6nQWM1k { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:16.875rem;left:0.6875rem;height:6.9970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ey2P2m3e4002HD3Fmd40EKbrb26Itotu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:28.9375rem;top:3.96875rem;left:46.0625rem;overflow:hidden;display:block; }
#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container { background-color: transparent; background-image: none; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container > .video-iframe-container { display: none; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row > .video-iframe-container { display: none; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .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); }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container { border-width: 0; border-radius: 0; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#neLLyMbbvPFoZkzCuWEKQicBqIvmNDqZ { color:#000000;display:block;width:60rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6236877441406rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JqbN7XrbGeo1hOoOa6bow0IkHJ0hR41S { color:#000000;display:block;width:19.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:10.875rem;left:3.25rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuOB4m8f3KZJ4ua9mgxNV7Qt39vpXThO { color:#d5144d;display:block;width:11.25rem;position:absolute;font-family:"tenor sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrIAgBNHI0x8t9FnkrAFFo0N3Gi5iEe9 { color:#d5144d;display:block;width:11.25rem;position:absolute;font-family:"tenor sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psTMXRudPwBVMnvuyF5KOUbBCwd5GztQ { color:#000000;display:block;width:19.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:10.8125rem;left:27.875rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9vBgzNwLs6Ck5wlcgLkhgoEfkzv15Ix { color:#d5144d;display:block;width:11.25rem;position:absolute;font-family:"tenor sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5rem;left:56.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gd02nw6xchU5GH6QIQ0CXnck7wgiPr6n { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:10.875rem;left:52.187503814698rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMHOLbJRzWnoZEI4bw238v2qEwi1b5y5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:19.8125rem;display:none; }
#oci60kXs8VX7Q5DMFKHOJRmarWLfLh5r { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qLmB53zgMuQCt3rT2A2qc3X9OJLybTor { color:#383838;display:block;width:3.875rem;position:absolute;font-family:"tenor sans";font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.375rem;left:46.0625rem;height:0.9746125rem;display:none; }
#KWViSEx4OABaxKnHOsE6VUCU10Trntc4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.0625rem;left:44.4375rem;display:none; }
#KWViSEx4OABaxKnHOsE6VUCU10Trntc4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.0625rem;left:43.0625rem;display:none; }
#f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#hJO360JhuAreuaECTlrQ7J7xKtcTG68h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.0625rem;left:41.6875rem;display:none; }
#hJO360JhuAreuaECTlrQ7J7xKtcTG68h > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Rl20MJBlO86yR1uhMBmERqea53yUBf0R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.0625rem;left:40.25rem;display:none; }
#Rl20MJBlO86yR1uhMBmERqea53yUBf0R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.0625rem;left:38.875rem;display:none; }
#Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.0625rem;left:38.875rem;display:none; }
#xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.0625rem;left:41.6875rem;display:none; }
#qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mieE8coJLgOBvp3D28FeMA2zCKhpT24D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.0625rem;left:40.25rem;display:none; }
#mieE8coJLgOBvp3D28FeMA2zCKhpT24D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.0625rem;left:44.4375rem;display:none; }
#Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#XR3JbROucKC8CAK65NJNimEkqOTD4AAA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.0625rem;left:43.0625rem;display:none; }
#XR3JbROucKC8CAK65NJNimEkqOTD4AAA > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.0625rem;left:38.875rem;display:none; }
#Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#agXhDrZr9ereEsX8gIguygdquAVkklkk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.0625rem;left:41.6875rem;display:none; }
#agXhDrZr9ereEsX8gIguygdquAVkklkk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.0625rem;left:40.25rem;display:none; }
#MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.0625rem;left:44.4375rem;display:none; }
#ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#UoshoKsiw0R51mTQo17r7m3uW6zcdSzf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.0625rem;left:43.0625rem;display:none; }
#UoshoKsiw0R51mTQo17r7m3uW6zcdSzf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container { background-color: transparent; background-image: none; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container > .video-iframe-container { display: none; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row > .video-iframe-container { display: none; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .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); }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container { border-width: 0; border-radius: 0; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#iXkf514AeQdUKRaPQtAfRWgCDZ8kr7x1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.6236877441406rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn { position:relative;display:block; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn { background-color: transparent; background-image: none; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row .container > .video-iframe-container { display: none; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row > .video-iframe-container { display: none; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .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); }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn { border-width: 0; border-radius: 0; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .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; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rNy94UNkhUcPUU9oPDIduz4fT0nLzOSI { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:5.875rem;height:1.7871125rem;display:block; }
#TZWyQWQRRmRSlEB62h9x3InmON2kCdUJ { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:5.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia { position:relative;display:block; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia { background-color: transparent; background-image: none; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row .container > .video-iframe-container { display: none; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row > .video-iframe-container { display: none; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .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); }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia { border-width: 0; border-radius: 0; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .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; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJppQAHcC2UXTzwTlBmguinifwbewrfq { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.9375rem;height:1.7871125rem;display:block; }
#SXChPQidGPPmNwgVuz0Q6PyNLcZmSx97 { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:5.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH { position:relative;display:block; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH { background-color: transparent; background-image: none; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row .container > .video-iframe-container { display: none; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row > .video-iframe-container { display: none; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .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); }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH { border-width: 0; border-radius: 0; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .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; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lmGzuuwZdECZJiq5Zcb10ffn87UlhTwx { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.9375rem;height:1.7871125rem;display:block; }
#LbbEK0hsZ1QAOAx0oUtH4Hnbit4B2N75 { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 { position:relative;display:block; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 { background-color: transparent; background-image: none; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row .container > .video-iframe-container { display: none; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row > .video-iframe-container { display: none; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .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); }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 { border-width: 0; border-radius: 0; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .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; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fHB25RlnqyNMlUrDbUtD1POuwV8qgnxa { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.875rem;height:1.7871125rem;display:block; }
#xN2Mf9eaX3wSLCHrtNnuC7s4OkR4oKvg { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aX00rBJA0rk0u7c8KRaenTi82xqmziOp { position:relative;display:block; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp { background-color: transparent; background-image: none; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row .container > .video-iframe-container { display: none; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row > .video-iframe-container { display: none; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .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); }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp { border-width: 0; border-radius: 0; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .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; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WLwE5mh0akZSnW1VcbO3ychVSa7Kqm8b { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.875rem;height:1.7871125rem;display:block; }
#RIIIV7A39S8uW4hCvBhoVoow5vLkq2ru { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.875rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK { position:relative;display:block; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK { background-color: transparent; background-image: none; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row .container > .video-iframe-container { display: none; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row > .video-iframe-container { display: none; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .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); }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK { border-width: 0; border-radius: 0; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .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; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LiTwTUnDrLnc9x5PDoKHgfCdwbcRhUNm { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:"tenor sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:5.875rem;height:1.7871125rem;display:block; }
#fbAvTCcuTL0k0TsbuMQmxNo31QqXzwGv { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb { position:relative;display:none; }#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb { border-width: 0; border-radius: 0; }#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb > .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; }#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#SpvSSSpOgWlPmvLLLQ0sAlu375MeQRT9 { position:absolute;display:block;z-index:15052;height:3.625rem;width:26.6875rem;top:25.75rem;left:37.6875rem;display:none; }
#AdXVGEXyzGd9GrTbUGrqN7fdzFlgVyTV { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"tenor sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.28759765625rem;left:49.5rem;height:2.92480625rem;display:none; }
#ugoSEfmxcmztGdNbFmbhcp1MFkVc1nTI { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6123046875rem;left:39.6875rem;height:2.2749rem;display:none; }
#zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection *:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="text"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="email"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="tel"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection textarea:focus-visible { outline: none; } #dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container { background-color: transparent; background-image: none; }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container > .video-iframe-container { display: none; }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row > .video-iframe-container { display: none; }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .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); }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container { border-width: 0; border-radius: 0; }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;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) { #IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx { display:block; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtwQ7zo3ZSzKUN986AVNl1xFcJEOcy2S { top:0.625rem;left:0rem;width:10.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIPsTIuSWyUp9vQvpoHAmPkfh69EfBoo { top:0.625rem;left:0rem;width:27.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lel7UyzkbUgkp2lAFpyHaTBXZ4k9knCh { top:0.625rem;left:19.375rem;width:27.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnT8aUF4D15LGIcMQOtMTRFOhdr2ame { top:0.625rem;left:27.625rem;width:20.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hqa05ZqCdFQRv5CZ9lIN1zqqmQ1zSpHZ { top:4.25rem;left:16.4375rem;width:31.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvITKJlzTZod1DBgtgDp7wggTwKdT4bS { top:7.0625rem;left:24.0625rem;width:19rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gacTCGcc1NS7RsMb6WXVti0DLHGGGgIU { top:2.4375rem;left:35.875rem;width:3.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl3sB9gpVCXppkOIARbhzkyN8QOtZqq5 { top:11.3125rem;left:17.5rem;width:30.25rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwhDXKazm4O06UM9rGq6koaIL0PzfoA { top:22.5625rem;left:26.0625rem;width:9.3125rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 { top:2.375rem;left:24.0625rem;width:1.375rem;height:1.375rem;display:block; }
#DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ { top:2.375rem;left:25.4375rem;width:1.375rem;height:1.375rem;display:block; }
#nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gUryy1WT0nNACXb9ZnvwCeZroxmVbyah { top:2.375rem;left:26.875rem;width:1.375rem;height:1.375rem;display:block; }
#gUryy1WT0nNACXb9ZnvwCeZroxmVbyah > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #TIWSWda9Te513eP38tt0JNwh0Usi2AFK { top:2.375rem;left:28.25rem;width:1.375rem;height:1.375rem;display:block; }
#TIWSWda9Te513eP38tt0JNwh0Usi2AFK > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI { top:2.375rem;left:29.625rem;width:1.375rem;height:1.375rem;display:block; }
#UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #dSFnvvxkZM8dcKnzJGFIENNexEuqU7OT { top:2.6875rem;left:31.25rem;width:3.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvo4RKsOuVM07wTIITe7ydSIsZ2kLSnH { top:34.4375rem;left:23.3125rem;width:24.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITTyPSAwNylW9tHBrrhtn2nlqsuhK2m { top:34.6875rem;left:24.125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsEil1uWFO5xOk22xpi1TsZX8Rt1RCDv { top:35.8125rem;left:24.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXfD6HN6UbNTDy7Ru1Q79nbVH9LXe9l { top:37.375rem;left:24.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2A0KaUQBLoXMQOBF3ODOtlE91CQbwic { top:39.3125rem;left:24.0625rem;width:4.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmD9vFGoFNhqbXVTL3QdZ998nmzDo3HM { top:39.375rem;left:29.625rem;width:4.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCreUL70K8HNGHKHpZIvdCu3O45dDUx { top:39.6875rem;left:34.9375rem;width:5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNTScnJeJWUHZAtrPdl32Fkwe6Agtnp { top:11.375rem;left:24.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeF4G6FHocgdMVehcouhiyrFcB9vLkiM { top:15.8125rem;left:24.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6QOTdZgJ0xUPR8zqaKZxuI8T05gPAZr { top:14.3125rem;left:24.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgr6dRw5F5Mp0ptwXRtoQufnyDu0nyXZ { top:18.875rem;left:24.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obc4h4i4VG4XnVHcWP0FUTKW9rey9a4I { width:20rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU8zpt218Dey5ZU5FdsCbLgRwCslBZwI { top:9.0625rem;left:24.0625rem;width:16.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqwZP5bNTF28M2uQ62aWwXFQ4cnMIsC5 { top:30.5625rem;left:24rem;width:17.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4bXGqzft8q1guq3iJkz4721rCrJ9PH { top:32.5rem;left:25.3125rem;width:13.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDhXZeUG0d3SMoT1NFOt3KWN3wI0J3k { top:25.75rem;left:21.0625rem;width:26.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAV7FTO4mJXfInGNIPWnWCVbFvyiZCzg { top:22.25rem;left:35.875rem;width:10.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDpOmNycIhJX7VPJ40XenCyHOiPQCueR { top:4.5625rem;left:0rem;width:29.0625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp { display:block; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL { display:block; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vufU7qu5P3Gtq3KqEvhfTasJ41JhDOnq { width:47.75rem;height:3.875rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJDSe0rgSuUHGfuuzunKxroV24IcDv3 { width:27.875rem;height:3.5rem;top:8.25rem;left:9.905559539795rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcwXvAprh8ILpMI9r5TiUl2sygquRS19 { display:block; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C18FtDXZdg9MTf1ZbTqgIdzlFIp8V03k { top:6.3125rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEUhtMb3T4gBR4MJQtOubCEvWa41bPfk { width:14.6875rem;height:1.5rem;top:2.75rem;left:15.563877105713rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvUwFeOJXoHTc1kO6rW3qDlhV0onsl60 { width:14.6875rem;height:3.1875rem;top:14.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWLXp4KwLacxNBnX4UB8EClP7gWSBLTM { width:14.6875rem;height:3.0625rem;top:14.75rem;left:7.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeeVqMcFUTE8hzRtdcKwN1newXEa9Hgd { width:14.6875rem;height:3.0625rem;top:14.75rem;left:23.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnaNGAziWBeT4dooe9d5Q3LP0JlqH0z { width:14.6875rem;height:3.0625rem;top:14.8125rem;left:33.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4L5azFBlmrAq6TiKtoRV5w5SXQ0wqW { top:6.3125rem;left:10.6875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOnIeNukQKs2Dcey4wvxx7idtHQhJmsi { top:6.3125rem;left:26.25rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JarPRrKQUTOP9lElhReFFubTCMuoZH { top:6.3125rem;left:39.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZEiArIqREFzWaqV1ZcXKI0uemo6XIir { display:none; }#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdK8SyiORgi8LKyvC8aCu6pETVuTRU6J { top:54.9375rem;left:0rem;width:3.9375rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETyqWbtUo6UcIqDiSITMBhNUaOhfaSov { top:14.625rem;left:0rem;width:17.125rem;height:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcEBQb5iQVgh5yzWZHpTTTXuyL9DMdR7 { top:37.1875rem;left:25.3125rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOaxbmHTezd5ApQWQCLJm4m4loz9Ftdq { top:38.3125rem;left:25.25rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQq9slgRvvzVbhxEzCinNQW9EFiTO5fr { top:39.875rem;left:25.3125rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J46lVbfFV5rLzNrtc66BNdgGh5wOvfxJ { width:20rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGHTIkfFc5viadlag0uSzbMRoZ3sepog { top:43.6875rem;left:28.4375rem;width:4.6875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9Ut6TtR6VGEzq8D11XenUQUVXCcU0y0 { top:43.6875rem;left:34.5625rem;width:4.6875rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOXFiuCtVX0JupxK2RQ7ptaPKtBiRWwk { top:43.875rem;left:40.125rem;width:5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qia5XqxZSoLldynyaAcP6UWbT1lzgfhr { top:22.5625rem;left:26.0625rem;width:9.3125rem;height:2.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwiVrGenDb2vucDCIkayruESQWTIrUqy { top:25.75rem;left:21.0625rem;width:26.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtbuozlAvGSMmMqzAC0qBFh82dT3Lrde { top:22.25rem;left:35.875rem;width:10.75rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wO9Ha95JhN0evENhKsu3C1blE7oVheF7 { width:41.75rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 { display:block; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQuq1g6noTWAcgEcuOiKQo4uwFzqSeOx { top:7.5625rem;left:0rem;width:33.9375rem;height:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #titP4z7u1GQ8QfcxC4XRli3cbbHOaNFG { top:28.9375rem;left:0rem;width:29rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzT8g6TCXW5MchOfHa1bLhZEtXbEmOeW { top:41.3125rem;left:0rem;width:26.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyMfI0T3FEn39GwL5AmpcslXDwGkn5L { top:42.125rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLr3IVd1tOLED2J6bqvD2751Lt4KEr3k { top:54.0625rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD016iDGDn1FJ7EbBTz3PittcmSP16dy { top:66.625rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I22MqcZUdKJXrlddTmyGunRTZz3by3V5 { top:3.3125rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nnK7VelRyuhCehJw4v5ZKAnURwW8L8 { top:41.3125rem;left:21.25rem;width:26.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLqhnOG1Kg0TqBM7LFWch3WwWb4dpk1Z { top:7.625rem;left:20.5rem;width:27.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPQCAwHb3TZVypV4Jmf03U0PyFhnrS0a { top:65.625rem;left:0rem;width:26.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MET4acPp1B098gdVWHHlTPDbFwrQ3FKh { top:52rem;left:0rem;width:26.5rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenVwgGsNLHw7v4gpqL0v6ry978eBzSW { top:53.25rem;left:21.25rem;width:26.5rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZhPehTuZSGOpy1rZf40sa5MitqQEHT { top:53.5625rem;left:25.145832061767rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxumCifUBErdc83tssdo13cFOQymbTwU { top:42rem;left:25.145832061767rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 { display:none; }#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nm9dJWFPyPo8mgaNTw2HPL9cULCg1dPL { top:14.625rem;left:0rem;width:17.125rem;height:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwlJXH3Tq02S2dAit0DscebzPS8qddui { top:37.1875rem;left:25.3125rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMmrUWfPgZAcPFux3yaew0ZAdUMslIy4 { top:38.3125rem;left:25.25rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMGdllzkpcfrGMlZCWxG7ezWLhTkABhI { top:39.875rem;left:25.3125rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzVghQVPXU9va98kwaBlAwVzszxQZOLH { width:20rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouW6byVqqIO4BKEkyMVUD19g2GGrbnev { top:43.6875rem;left:28.4375rem;width:4.6875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nho892eCTAtpmK5CLEN0liLSA0aAtc1W { top:43.6875rem;left:34.5625rem;width:4.6875rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGDFhnTelNRHgRW6P03iTExMcwrGFm0i { top:43.875rem;left:40.125rem;width:5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSPzuvrUxcJihrdnG0rbF24aLcsQufaS { top:22.5625rem;left:26.0625rem;width:9.3125rem;height:2.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hg3K8wA5P4hyo4uXLEJlF7Sm7DH1sHWO { top:25.75rem;left:21.0625rem;width:26.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVnl6mtg1HJmWzDpTRNK31EmA2L6Q95W { top:22.25rem;left:35.875rem;width:10.75rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #InJXQJft2tRbHpezsNRlAr50dVXPTZII { width:41.75rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e { display:block; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW7S5TIRi9N4OkU8Z2hEayAEfHWtlx5E { top:10.0625rem;left:0rem;width:32.625rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDMHoKcQNkxPBvgnmMIlnXzs5HgkHElc { top:5.8125rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meV1CG6oJynEfTA0EGeX342h6Umkd87w { top:4.0625rem;left:16.5625rem;width:31.1875rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg9lEw4vcKhO5Om7i0ToxXwJPyvFPRil { top:23.9375rem;left:0rem;width:25.25rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRsSTcNs1zzyhnApM9sJnQwr3nxwgtdz { top:19.6875rem;left:0rem;width:18.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT { display:block; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA { display:block; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcpvMz69fVZUh8OGCPPEDtlxWdT4A90F { top:8rem;left:0rem;width:31.4375rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7hkA6gwafTuTAsvleFS9axdOEH6SMW { top:3.75rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifirTvWT7B7lbVUT3wfBNe9G6nQWM1k { top:16.875rem;left:0rem;width:31.4375rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2P2m3e4002HD3Fmd40EKbrb26Itotu { top:3.9375rem;left:18.8125rem;width:28.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 { display:block; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neLLyMbbvPFoZkzCuWEKQicBqIvmNDqZ { width:47.75rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbN7XrbGeo1hOoOa6bow0IkHJ0hR41S { width:19.75rem;height:14rem;top:10.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuOB4m8f3KZJ4ua9mgxNV7Qt39vpXThO { width:11.25rem;height:1.375rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIAgBNHI0x8t9FnkrAFFo0N3Gi5iEe9 { width:11.25rem;height:1.375rem;top:8.5rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTMXRudPwBVMnvuyF5KOUbBCwd5GztQ { width:19.5rem;height:14rem;top:10.8125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vBgzNwLs6Ck5wlcgLkhgoEfkzv15Ix { width:11.25rem;height:1.375rem;top:8.5rem;left:36.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd02nw6xchU5GH6QIQ0CXnck7wgiPr6n { width:18.8125rem;height:8.75rem;top:10.875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMHOLbJRzWnoZEI4bw238v2qEwi1b5y5 { width:19.8125rem;height:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oci60kXs8VX7Q5DMFKHOJRmarWLfLh5r { display:none; }
 }@media only screen and (max-width: 763px) { #qLmB53zgMuQCt3rT2A2qc3X9OJLybTor { top:13rem;left:0rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWViSEx4OABaxKnHOsE6VUCU10Trntc4 { top:2.0625rem;left:30.8125rem;width:1.375rem;height:1.375rem;display:none; }
#KWViSEx4OABaxKnHOsE6VUCU10Trntc4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW { top:2.0625rem;left:29.4375rem;width:1.375rem;height:1.375rem;display:none; }
#f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hJO360JhuAreuaECTlrQ7J7xKtcTG68h { top:2.0625rem;left:28.0625rem;width:1.375rem;height:1.375rem;display:none; }
#hJO360JhuAreuaECTlrQ7J7xKtcTG68h > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Rl20MJBlO86yR1uhMBmERqea53yUBf0R { top:2.0625rem;left:26.625rem;width:1.375rem;height:1.375rem;display:none; }
#Rl20MJBlO86yR1uhMBmERqea53yUBf0R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 { top:2.0625rem;left:25.25rem;width:1.375rem;height:1.375rem;display:none; }
#Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb { top:2.0625rem;left:25.25rem;width:1.375rem;height:1.375rem;display:none; }
#xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg { top:2.0625rem;left:28.0625rem;width:1.375rem;height:1.375rem;display:none; }
#qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mieE8coJLgOBvp3D28FeMA2zCKhpT24D { top:2.0625rem;left:26.625rem;width:1.375rem;height:1.375rem;display:none; }
#mieE8coJLgOBvp3D28FeMA2zCKhpT24D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV { top:2.0625rem;left:30.8125rem;width:1.375rem;height:1.375rem;display:none; }
#Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XR3JbROucKC8CAK65NJNimEkqOTD4AAA { top:2.0625rem;left:29.4375rem;width:1.375rem;height:1.375rem;display:none; }
#XR3JbROucKC8CAK65NJNimEkqOTD4AAA > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq { top:2.0625rem;left:25.25rem;width:1.375rem;height:1.375rem;display:none; }
#Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #agXhDrZr9ereEsX8gIguygdquAVkklkk { top:2.0625rem;left:28.0625rem;width:1.375rem;height:1.375rem;display:none; }
#agXhDrZr9ereEsX8gIguygdquAVkklkk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd { top:2.0625rem;left:26.625rem;width:1.375rem;height:1.375rem;display:none; }
#MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X { top:2.0625rem;left:30.8125rem;width:1.375rem;height:1.375rem;display:none; }
#ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UoshoKsiw0R51mTQo17r7m3uW6zcdSzf { top:2.0625rem;left:29.4375rem;width:1.375rem;height:1.375rem;display:none; }
#UoshoKsiw0R51mTQo17r7m3uW6zcdSzf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n { display:block; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXkf514AeQdUKRaPQtAfRWgCDZ8kr7x1 { width:47.75rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGvLhd1SRrfnPvWyyMpuv3ilmropnltn { display:block; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNy94UNkhUcPUU9oPDIduz4fT0nLzOSI { top:1.3125rem;left:0rem;width:35.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWyQWQRRmRSlEB62h9x3InmON2kCdUJ { top:3.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia { display:block; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJppQAHcC2UXTzwTlBmguinifwbewrfq { top:1.375rem;left:0rem;width:33.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXChPQidGPPmNwgVuz0Q6PyNLcZmSx97 { top:3.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH { display:block; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmGzuuwZdECZJiq5Zcb10ffn87UlhTwx { top:1.5625rem;left:0rem;width:36.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbEK0hsZ1QAOAx0oUtH4Hnbit4B2N75 { top:3.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 { display:block; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHB25RlnqyNMlUrDbUtD1POuwV8qgnxa { top:1.5625rem;left:0rem;width:44.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2Mf9eaX3wSLCHrtNnuC7s4OkR4oKvg { top:3.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX00rBJA0rk0u7c8KRaenTi82xqmziOp { display:block; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLwE5mh0akZSnW1VcbO3ychVSa7Kqm8b { top:1.5625rem;left:0rem;width:44.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIIV7A39S8uW4hCvBhoVoow5vLkq2ru { top:3.8125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufqs9uBOzmhorXxsxv0fVniATGpvOufK { display:block; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiTwTUnDrLnc9x5PDoKHgfCdwbcRhUNm { top:1.5625rem;left:0rem;width:44.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbAvTCcuTL0k0TsbuMQmxNo31QqXzwGv { top:3.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb { display:none; }#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpvSSSpOgWlPmvLLLQ0sAlu375MeQRT9 { top:25.75rem;left:21.0625rem;width:26.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdXVGEXyzGd9GrTbUGrqN7fdzFlgVyTV { top:22.25rem;left:35.875rem;width:10.75rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugoSEfmxcmztGdNbFmbhcp1MFkVc1nTI { top:22.5625rem;left:26.0625rem;width:9.3125rem;height:2.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection { display:block; } #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection *:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="text"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="email"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="tel"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection textarea:focus-visible { outline: none; } #dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .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) { #IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx { position:relative;z-index:auto;display:block; }#IbS35mWpk6kMd3MyXgIvzlQRwk7ZJBQx > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtwQ7zo3ZSzKUN986AVNl1xFcJEOcy2S { width:20rem;height:0;top:0.7373046875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIPsTIuSWyUp9vQvpoHAmPkfh69EfBoo { width:20rem;height:0;top:3.4492171875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lel7UyzkbUgkp2lAFpyHaTBXZ4k9knCh { width:20rem;height:0;top:6.1611296875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXnT8aUF4D15LGIcMQOtMTRFOhdr2ame { width:17.8125rem;height:1.29980625rem;top:0.693359375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:80.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hqa05ZqCdFQRv5CZ9lIN1zqqmQ1zSpHZ { width:17rem;height:4.548825rem;top:1.3125rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvITKJlzTZod1DBgtgDp7wggTwKdT4bS { width:17.5rem;height:0;top:37.5625rem;left:1.3125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;font-family:"tenor sans";display:none; }
 }@media only screen and (max-width: 763px) { #gacTCGcc1NS7RsMb6WXVti0DLHGGGgIU { width:4.3125rem;height:1.29980625rem;top:6rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl3sB9gpVCXppkOIARbhzkyN8QOtZqq5 { width:18.3125rem;height:18rem;top:46.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwhDXKazm4O06UM9rGq6koaIL0PzfoA { width:8.5625rem;height:2.1933625rem;top:38.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 { display:flex;width:1.375rem;height:1.375rem;top:5.875rem;left:1.5rem; }
#DpmhO0GN1me91ZIPwOU4l6QCALXgGL81 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ { display:flex;width:1.375rem;height:1.375rem;top:5.875rem;left:2.875rem; }
#nH6FIUvUqbcv6UTkHAmyPTfbX9t0dbnQ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gUryy1WT0nNACXb9ZnvwCeZroxmVbyah { display:flex;width:1.375rem;height:1.375rem;top:5.875rem;left:4.3125rem; }
#gUryy1WT0nNACXb9ZnvwCeZroxmVbyah > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #TIWSWda9Te513eP38tt0JNwh0Usi2AFK { display:flex;width:1.375rem;height:1.375rem;top:5.875rem;left:5.6875rem; }
#TIWSWda9Te513eP38tt0JNwh0Usi2AFK > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI { display:flex;width:1.375rem;height:1.375rem;top:5.875rem;left:7.0625rem; }
#UCCcpLhWrUKN43AaSXBu2KAGwRMJTPgI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #dSFnvvxkZM8dcKnzJGFIENNexEuqU7OT { width:3.9375rem;height:0.9746125rem;top:6.1875rem;left:8.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvo4RKsOuVM07wTIITe7ydSIsZ2kLSnH { width:17.125rem;height:4.46191875rem;top:67.625rem;left:2.875rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tITTyPSAwNylW9tHBrrhtn2nlqsuhK2m { display:flex;width:0.875rem;height:0.875rem;top:67.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #qsEil1uWFO5xOk22xpi1TsZX8Rt1RCDv { display:flex;width:1.125rem;height:1.125rem;top:69.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #sIXfD6HN6UbNTDy7Ru1Q79nbVH9LXe9l { display:flex;width:0.9375rem;height:0.9375rem;top:70.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #w2A0KaUQBLoXMQOBF3ODOtlE91CQbwic { width:4.6875rem;height:3.125rem;top:76.96875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmD9vFGoFNhqbXVTL3QdZ998nmzDo3HM { width:4.6875rem;height:2.9375rem;top:77.0625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCreUL70K8HNGHKHpZIvdCu3O45dDUx { width:5rem;height:2.375rem;top:77.34375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNTScnJeJWUHZAtrPdl32Fkwe6Agtnp { display:flex;width:1.4375rem;height:1.4375rem;top:46.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JeF4G6FHocgdMVehcouhiyrFcB9vLkiM { display:flex;width:1.4375rem;height:1.4375rem;top:51.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6QOTdZgJ0xUPR8zqaKZxuI8T05gPAZr { display:flex;width:1.4375rem;height:1.4375rem;top:54rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qgr6dRw5F5Mp0ptwXRtoQufnyDu0nyXZ { display:flex;width:1.4375rem;height:1.4375rem;top:60.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #obc4h4i4VG4XnVHcWP0FUTKW9rey9a4I { top:72.8125rem;left:0rem;width:20rem;height:3.625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TU8zpt218Dey5ZU5FdsCbLgRwCslBZwI { width:16.625rem;height:1.21875rem;top:65.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqwZP5bNTF28M2uQ62aWwXFQ4cnMIsC5 { width:17.3125rem;height:1.94970625rem;top:34.625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba4bXGqzft8q1guq3iJkz4721rCrJ9PH { width:17.3125rem;height:1.21875rem;top:36.5625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDhXZeUG0d3SMoT1NFOt3KWN3wI0J3k { width:20rem;height:4.0625rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAV7FTO4mJXfInGNIPWnWCVbFvyiZCzg { width:10.6875rem;height:2.92480625rem;top:38.125rem;left:9.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDpOmNycIhJX7VPJ40XenCyHOiPQCueR { width:20rem;height:24.5rem;top:8.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b33036b-3046-4893-a645-a5abcb1951af/DSC07824.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.adaptive-delivery-prevent-bg, #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.lazyload, #RpuobWrCSNKMUT05QPTdAKZGPCPoauNp.lazyloading { background-image: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { background-color: transparent; background-image: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container > .video-iframe-container { display: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row > .video-iframe-container { display: none; }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .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); }#RpuobWrCSNKMUT05QPTdAKZGPCPoauNp > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL { display:block; }#wwXx1O4AOtDHf4GHTWxhWMhAHHv2hUZL > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vufU7qu5P3Gtq3KqEvhfTasJ41JhDOnq { width:18.1875rem;height:4.548825rem;top:1.9375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJDSe0rgSuUHGfuuzunKxroV24IcDv3 { width:16.6875rem;height:4.5rem;top:7.1458435058594rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CcwXvAprh8ILpMI9r5TiUl2sygquRS19 { display:block; }#CcwXvAprh8ILpMI9r5TiUl2sygquRS19 > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C18FtDXZdg9MTf1ZbTqgIdzlFIp8V03k { width:5.9375rem;height:5.9375rem;top:3.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEUhtMb3T4gBR4MJQtOubCEvWa41bPfk { width:14.6875rem;height:1.5996125rem;top:1.9583435058594rem;left:2.7083334922791rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvUwFeOJXoHTc1kO6rW3qDlhV0onsl60 { width:5.1875rem;height:3.89941875rem;top:9.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWLXp4KwLacxNBnX4UB8EClP7gWSBLTM { width:6rem;height:3.89941875rem;top:9.1875rem;left:10rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeeVqMcFUTE8hzRtdcKwN1newXEa9Hgd { width:5.75rem;height:5.199225rem;top:19.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnaNGAziWBeT4dooe9d5Q3LP0JlqH0z { width:6.25rem;height:3.89941875rem;top:19.625rem;left:9.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4L5azFBlmrAq6TiKtoRV5w5SXQ0wqW { width:6.1875rem;height:6.1875rem;top:3.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOnIeNukQKs2Dcey4wvxx7idtHQhJmsi { width:6.1875rem;height:6.1875rem;top:13.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JarPRrKQUTOP9lElhReFFubTCMuoZH { width:6.75rem;height:6.75rem;top:13.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZEiArIqREFzWaqV1ZcXKI0uemo6XIir { display:block; }#oZEiArIqREFzWaqV1ZcXKI0uemo6XIir > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdK8SyiORgi8LKyvC8aCu6pETVuTRU6J { width:20rem;height:0.9746125rem;top:3.9609375rem;left:0rem;font-size:0.75rem;z-index:15024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETyqWbtUo6UcIqDiSITMBhNUaOhfaSov { width:17.125rem;height:4.46191875rem;top:12.9375rem;left:2.875rem;font-size:0.875rem;line-height:1.7;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IcEBQb5iQVgh5yzWZHpTTTXuyL9DMdR7 { display:flex;width:0.875rem;height:0.875rem;top:13.125rem;left:1.3125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #lOaxbmHTezd5ApQWQCLJm4m4loz9Ftdq { display:flex;width:1.125rem;height:1.125rem;top:14.5625rem;left:1.1875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #SQq9slgRvvzVbhxEzCinNQW9EFiTO5fr { display:flex;width:0.9375rem;height:0.9375rem;top:16.1875rem;left:1.25rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #J46lVbfFV5rLzNrtc66BNdgGh5wOvfxJ { top:17.9375rem;left:0rem;width:20rem;height:3.625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KGHTIkfFc5viadlag0uSzbMRoZ3sepog { width:4.6875rem;height:3.125rem;top:22.25rem;left:2.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #P9Ut6TtR6VGEzq8D11XenUQUVXCcU0y0 { width:4.6875rem;height:2.9375rem;top:22.375rem;left:7.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #bOXFiuCtVX0JupxK2RQ7ptaPKtBiRWwk { width:5rem;height:2.375rem;top:22.625rem;left:12.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #qia5XqxZSoLldynyaAcP6UWbT1lzgfhr { width:8.5625rem;height:2.1933625rem;top:0.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OwiVrGenDb2vucDCIkayruESQWTIrUqy { width:20rem;height:4.0625rem;top:5.875rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #DtbuozlAvGSMmMqzAC0qBFh82dT3Lrde { width:10.6875rem;height:2.92480625rem;top:0.5625rem;left:9.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wO9Ha95JhN0evENhKsu3C1blE7oVheF7 { top:10.625rem;left:0.875rem;width:18.3125rem;height:2.375rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 { display:block; }#ym6JWvxcQcGX7zes877Cd5TCEkSgXh80 > .row .container { width:20rem;height:165.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQuq1g6noTWAcgEcuOiKQo4uwFzqSeOx { width:20rem;height:28.875rem;top:4.4150390625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #titP4z7u1GQ8QfcxC4XRli3cbbHOaNFG { width:20rem;height:7.03125rem;top:57rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vzT8g6TCXW5MchOfHa1bLhZEtXbEmOeW { width:20rem;height:11.25rem;top:73.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHyMfI0T3FEn39GwL5AmpcslXDwGkn5L { width:6.4375rem;height:6.4375rem;top:66.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLr3IVd1tOLED2J6bqvD2751Lt4KEr3k { width:6.4375rem;height:6.4375rem;top:84.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD016iDGDn1FJ7EbBTz3PittcmSP16dy { width:6.3125rem;height:6.3125rem;top:108.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I22MqcZUdKJXrlddTmyGunRTZz3by3V5 { width:12.5rem;height:1.86865rem;top:1.501953125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nnK7VelRyuhCehJw4v5ZKAnURwW8L8 { width:20rem;height:11.25rem;top:135.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLqhnOG1Kg0TqBM7LFWch3WwWb4dpk1Z { width:20rem;height:20rem;top:35.2275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPQCAwHb3TZVypV4Jmf03U0PyFhnrS0a { width:20rem;height:11.25rem;top:115.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MET4acPp1B098gdVWHHlTPDbFwrQ3FKh { width:20rem;height:15.46875rem;top:91.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AenVwgGsNLHw7v4gpqL0v6ry978eBzSW { width:20rem;height:9.84375rem;top:154.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTZhPehTuZSGOpy1rZf40sa5MitqQEHT { width:7.1875rem;height:7.125rem;top:147.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxumCifUBErdc83tssdo13cFOQymbTwU { width:7.1875rem;height:7.125rem;top:127.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 { display:block; }#mFnCXNSk9snvFiCc88CIl3bcNZteZgU9 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm9dJWFPyPo8mgaNTw2HPL9cULCg1dPL { width:17.125rem;height:4.46191875rem;top:11.0625rem;left:2.875rem;font-size:0.875rem;line-height:1.7;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #kwlJXH3Tq02S2dAit0DscebzPS8qddui { display:flex;width:0.875rem;height:0.875rem;top:11.25rem;left:1.3125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #UMmrUWfPgZAcPFux3yaew0ZAdUMslIy4 { display:flex;width:1.125rem;height:1.125rem;top:12.6875rem;left:1.1875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #pMGdllzkpcfrGMlZCWxG7ezWLhTkABhI { display:flex;width:0.9375rem;height:0.9375rem;top:14.3125rem;left:1.25rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #SzVghQVPXU9va98kwaBlAwVzszxQZOLH { top:16.0625rem;left:0rem;width:20rem;height:3.625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ouW6byVqqIO4BKEkyMVUD19g2GGrbnev { width:4.6875rem;height:3.125rem;top:20.375rem;left:2.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #nho892eCTAtpmK5CLEN0liLSA0aAtc1W { width:4.6875rem;height:2.9375rem;top:20.5rem;left:7.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #KGDFhnTelNRHgRW6P03iTExMcwrGFm0i { width:5rem;height:2.375rem;top:20.75rem;left:12.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #XSPzuvrUxcJihrdnG0rbF24aLcsQufaS { width:8.5625rem;height:2.1933625rem;top:1.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3K8wA5P4hyo4uXLEJlF7Sm7DH1sHWO { width:20rem;height:4.0625rem;top:4.0625rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #oVnl6mtg1HJmWzDpTRNK31EmA2L6Q95W { width:10.6875rem;height:2.92480625rem;top:0.875rem;left:9.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #InJXQJft2tRbHpezsNRlAr50dVXPTZII { top:8.75rem;left:0.875rem;width:18.3125rem;height:2.375rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e { display:block; }#NEE5XUN0VT8rHo8eSF0eaTtRkZCro20e > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW7S5TIRi9N4OkU8Z2hEayAEfHWtlx5E { width:20rem;height:9.1875rem;top:23.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDMHoKcQNkxPBvgnmMIlnXzs5HgkHElc { width:12.5rem;height:1.86865rem;top:20.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meV1CG6oJynEfTA0EGeX342h6Umkd87w { width:20rem;height:18.25rem;top:1.1025390625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xg9lEw4vcKhO5Om7i0ToxXwJPyvFPRil { width:20rem;height:7.875rem;top:35.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRsSTcNs1zzyhnApM9sJnQwr3nxwgtdz { width:18.9375rem;height:1.86865rem;top:33.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f364e321-49b9-4fc6-ab59-ee5671d2951e/DSC07606kopia2.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.adaptive-delivery-prevent-bg, #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.lazyload, #yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT.lazyloading { background-image: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { background-color: transparent; background-image: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container > .video-iframe-container { display: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row > .video-iframe-container { display: none; }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .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); }#yxhCTHgl7f0NT7pHSzAgRAE7rRAsDPMT > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA { display:block; }#aLzh8JzIXQtmLBBGMA3Kzy5zAJK0spgA > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcpvMz69fVZUh8OGCPPEDtlxWdT4A90F { width:20rem;height:9.1875rem;top:4.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oP7hkA6gwafTuTAsvleFS9axdOEH6SMW { width:12.5rem;height:1.86865rem;top:1.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifirTvWT7B7lbVUT3wfBNe9G6nQWM1k { width:20rem;height:11.8125rem;top:14.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2P2m3e4002HD3Fmd40EKbrb26Itotu { width:20rem;height:14.52380952381rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 { display:block; }#EmTvdaCsGkOciCuQPiOWx5hKuO3sIkd3 > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neLLyMbbvPFoZkzCuWEKQicBqIvmNDqZ { width:20rem;height:4.875rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbN7XrbGeo1hOoOa6bow0IkHJ0hR41S { width:20rem;height:12rem;top:18.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KuOB4m8f3KZJ4ua9mgxNV7Qt39vpXThO { width:13.1875rem;height:1.3808625rem;top:33.375rem;left:3.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrIAgBNHI0x8t9FnkrAFFo0N3Gi5iEe9 { width:11.25rem;height:1.3808625rem;top:50.9375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psTMXRudPwBVMnvuyF5KOUbBCwd5GztQ { width:20rem;height:12rem;top:36.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #i9vBgzNwLs6Ck5wlcgLkhgoEfkzv15Ix { width:11.25rem;height:1.3808625rem;top:64rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd02nw6xchU5GH6QIQ0CXnck7wgiPr6n { width:20rem;height:7.19925rem;top:54.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMHOLbJRzWnoZEI4bw238v2qEwi1b5y5 { top:6.875rem;left:0rem;width:20rem;height:10.25rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oci60kXs8VX7Q5DMFKHOJRmarWLfLh5r { top:11.92578125rem;left:1.90625rem;width:6.25rem;height:4.6875rem;z-index:15016;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qLmB53zgMuQCt3rT2A2qc3X9OJLybTor { width:8.75rem;height:2.2744125rem;top:13.05078125rem;left:0.5rem;font-size:0.875rem;z-index:15025;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWViSEx4OABaxKnHOsE6VUCU10Trntc4 { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:12.125rem;z-index:15027; }
#KWViSEx4OABaxKnHOsE6VUCU10Trntc4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:10.75rem;z-index:15026; }
#f9b5Emh4HJouJSFNzCuB8kcBTQZz48AW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #hJO360JhuAreuaECTlrQ7J7xKtcTG68h { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:9.375rem;z-index:15025; }
#hJO360JhuAreuaECTlrQ7J7xKtcTG68h > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Rl20MJBlO86yR1uhMBmERqea53yUBf0R { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:7.9375rem;z-index:15024; }
#Rl20MJBlO86yR1uhMBmERqea53yUBf0R > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 { display:flex;width:1.375rem;height:1.375rem;top:31.5625rem;left:6.5625rem;z-index:15023; }
#Dke9ZiwiStOWoNJx4OToAqFMIJmu8E51 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb { display:flex;width:1.375rem;height:1.375rem;top:49.125rem;left:6.5625rem;z-index:15028; }
#xNKF6gOFIz5nTTvTNEfaL74GQ8ugxGNb > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg { display:flex;width:1.375rem;height:1.375rem;top:49.125rem;left:9.375rem;z-index:15030; }
#qFVeLdMQnIKDpOQhqlp1R8eGE29kTccg > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mieE8coJLgOBvp3D28FeMA2zCKhpT24D { display:flex;width:1.375rem;height:1.375rem;top:49.125rem;left:7.9375rem;z-index:15029; }
#mieE8coJLgOBvp3D28FeMA2zCKhpT24D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV { display:flex;width:1.375rem;height:1.375rem;top:49.125rem;left:12.125rem;z-index:15032; }
#Jot72O6xEyaaH8ah0GKXW4nD8l0IBvXV > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XR3JbROucKC8CAK65NJNimEkqOTD4AAA { display:flex;width:1.375rem;height:1.375rem;top:49.125rem;left:10.75rem;z-index:15031; }
#XR3JbROucKC8CAK65NJNimEkqOTD4AAA > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq { display:flex;width:1.375rem;height:1.375rem;top:62.1875rem;left:6.5625rem;z-index:15033; }
#Ti0M4vzNa1sDPhtGn53Jug7NaE4Nlglq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #agXhDrZr9ereEsX8gIguygdquAVkklkk { display:flex;width:1.375rem;height:1.375rem;top:62.1875rem;left:9.375rem;z-index:15035; }
#agXhDrZr9ereEsX8gIguygdquAVkklkk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd { display:flex;width:1.375rem;height:1.375rem;top:62.1875rem;left:7.9375rem;z-index:15034; }
#MO4FJkgblHi9zH3PlnqzK0hwRfCWvbRd > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X { display:flex;width:1.375rem;height:1.375rem;top:62.1875rem;left:12.125rem;z-index:15037; }
#ZglgK4iJfJuETzNgmyWuPASMgsNG4w8X > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UoshoKsiw0R51mTQo17r7m3uW6zcdSzf { display:flex;width:1.375rem;height:1.375rem;top:62.1875rem;left:10.75rem;z-index:15036; }
#UoshoKsiw0R51mTQo17r7m3uW6zcdSzf > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n { display:block; }#mhik7BeuIyLTh6o9CDzvVnUccPQUTI0n > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXkf514AeQdUKRaPQtAfRWgCDZ8kr7x1 { width:20rem;height:2.4375rem;top:1.6770629882812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGvLhd1SRrfnPvWyyMpuv3ilmropnltn { display:block; }#LGvLhd1SRrfnPvWyyMpuv3ilmropnltn > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNy94UNkhUcPUU9oPDIduz4fT0nLzOSI { width:20rem;height:1.4624rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWyQWQRRmRSlEB62h9x3InmON2kCdUJ { width:20rem;height:8.4375rem;top:2.228515625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia { display:block; }#ywdWmDN1qg3RNB7QhCscBfRnK7tUgQia > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJppQAHcC2UXTzwTlBmguinifwbewrfq { width:13.4375rem;height:2.923825rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXChPQidGPPmNwgVuz0Q6PyNLcZmSx97 { width:20rem;height:7.03125rem;top:3.921875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH { display:block; }#ZOCKl1Z7I0ABIoIa9VVx7gDoQ0zXs1wH > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmGzuuwZdECZJiq5Zcb10ffn87UlhTwx { width:15.9375rem;height:2.923825rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbbEK0hsZ1QAOAx0oUtH4Hnbit4B2N75 { width:20rem;height:16.875rem;top:3.650390625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 { display:block; }#wZebSGux2UlXwDZ10wgylaM6GTs0kAS5 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHB25RlnqyNMlUrDbUtD1POuwV8qgnxa { width:18.8125rem;height:2.923825rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2Mf9eaX3wSLCHrtNnuC7s4OkR4oKvg { width:20rem;height:2.8125rem;top:3.8125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aX00rBJA0rk0u7c8KRaenTi82xqmziOp { display:block; }#aX00rBJA0rk0u7c8KRaenTi82xqmziOp > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLwE5mh0akZSnW1VcbO3ychVSa7Kqm8b { width:15.9375rem;height:2.923825rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIIV7A39S8uW4hCvBhoVoow5vLkq2ru { width:20rem;height:18.28125rem;top:3.734375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ufqs9uBOzmhorXxsxv0fVniATGpvOufK { display:block; }#Ufqs9uBOzmhorXxsxv0fVniATGpvOufK > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiTwTUnDrLnc9x5PDoKHgfCdwbcRhUNm { width:15.9375rem;height:2.923825rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbAvTCcuTL0k0TsbuMQmxNo31QqXzwGv { width:20rem;height:8.4375rem;top:3.796875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb { display:block; }#VbboQg3ZKnpH9UP3bRl9Eod4PZ3mf1eb > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpvSSSpOgWlPmvLLLQ0sAlu375MeQRT9 { width:20rem;height:4.0625rem;top:3.75rem;left:0rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #AdXVGEXyzGd9GrTbUGrqN7fdzFlgVyTV { width:10.6875rem;height:2.92480625rem;top:0.5625rem;left:9.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ugoSEfmxcmztGdNbFmbhcp1MFkVc1nTI { width:8.5625rem;height:2.1933625rem;top:0.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection { display:block; } #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection *:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="text"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="email"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection input[type="tel"]:focus-visible, #zfSzSWB039cL8ZUbE5tf7TJzUJhAMaXL.widget-smartsection textarea:focus-visible { outline: none; } #dO8myNu5iRAc2E925DkN7iA1E26TsJsW > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }