.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:250,250,250;--color-primary-2:227,227,227;--color-primary-3:26,26,26;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:25,25,26;--color-tertiary-2:25,25,24;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07455691-b7a0-4253-b4ee-54df01ba76af/abstractluxurylightcreambeigebrownlikecottonsilktexturepatternbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0f0f0f; }#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: #0f0f0f; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#TFv0AqqXeEocukA8S2u8hlp5IZ82m7Oe { 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:6.125rem;width:15.4375rem;top:0.59375rem;left:0.9375rem;overflow:hidden;display:block; }
#sluaG6IUoTQgXVGvdpN2sy4sTJLNQOu4 { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.8125rem;left:49.1875rem;display:block; }
#d94tZfr96NbOEIADH9IZAkt438nPp7Dd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { background-color: transparent; background-image: none; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container > .video-iframe-container { display: none; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container { display: block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .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); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { border-width: 0; border-radius: 0; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:11.375rem;left:2.125rem;height:6.974125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.0625rem;left:2.125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28rem;left:2.125rem;display:block; }
#elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTSzR9AxRdhAzg78sKHSFT8b5VlHSDoI { 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:1.5rem;width:5.8125rem;top:0.875rem;left:3.28125rem;overflow:hidden;display:none; }
#HB0uPsGNaaduNZWnlduJSmIWK4gw4Twh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.1875rem;left:2.125rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qz30RA1so9856hilv8qkcqTSwhIhTdpw { box-sizing:content-box;height:21.5rem;width:36.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/767d6b4b-7a17-4b27-8e32-2cc856ba5120/olh_westview_pic_amenity_clubhouse_exterior_dev_2of2_8_5_25.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.345703125rem;left:31.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Qz30RA1so9856hilv8qkcqTSwhIhTdpw.adaptive-delivery-prevent-bg, #Qz30RA1so9856hilv8qkcqTSwhIhTdpw.lazyload, #Qz30RA1so9856hilv8qkcqTSwhIhTdpw.lazyloading { background-image: none; }
#bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK { box-sizing:content-box;height:8.1875rem;width:13.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ff9a990c-5c87-41c2-82ea-acde00ad3438/OLH_StoreyPark_Pic_Amenity_Pool_3of5_12_28_23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.09375rem;left:35.1572265625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK.adaptive-delivery-prevent-bg, #bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK.lazyload, #bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK.lazyloading { background-image: none; }
#z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ { box-sizing:content-box;height:8.375rem;width:13.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/da0f4416-40ac-49e8-911c-5f14f80bc4cc/copyofcopyofcopyofolh_2551_40smanors_astonia_rend_concord_e_07_18_23.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29rem;left:51rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ.adaptive-delivery-prevent-bg, #z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ.lazyload, #z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ.lazyloading { background-image: none; }
#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container { background-color: transparent; background-image: none; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container > .video-iframe-container { display: none; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row > .video-iframe-container { display: none; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .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); }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container { border-width: 0; border-radius: 0; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:60rem;position:relative;display:block; }#CDkOt979c971cbbg33A8lh4ySMo6WxUE { 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:9.75rem;width:9.125rem;top:28.5625rem;left:28.1875rem;overflow:hidden;display:block; }
#e9PpWAcJTsd6sW0JqnH7TrDWdDANqg9c { color:rgba(var(--color-tertiary-3),0.8);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:28.1875rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#amIPJmqTKJC5vMeD6GCZVnAUw19ovldV { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:43.0625rem;left:1.4375rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK { box-sizing:content-box;height:10rem;width:15.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c49af80a-cb07-4157-9c62-265f8fa40a52/Gallery_9.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;left:28.1875rem;display:block; }#QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK.adaptive-delivery-prevent-bg, #QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK.lazyload, #QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK.lazyloading { background-image: none; }
#CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z { box-sizing:content-box;height:10rem;width:19rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/569aea4e-644c-4185-b6cb-c61c34bd5e23/Gallery_5.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.4375rem;left:45.3125rem;display:block; }#CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z.adaptive-delivery-prevent-bg, #CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z.lazyload, #CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z.lazyloading { background-image: none; }
#DK0lgvMe3CVI0mLDy61VyDobz6LQs98o { box-sizing:content-box;height:11.75rem;width:15.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/9c6154dc-dac0-4737-8312-74330ccde7fc/OLH_StoreyPark_Pic_Amenity_Clubhouse_5of5_12_28_23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.4375rem;left:-6.25rem;display:block; }#DK0lgvMe3CVI0mLDy61VyDobz6LQs98o.adaptive-delivery-prevent-bg, #DK0lgvMe3CVI0mLDy61VyDobz6LQs98o.lazyload, #DK0lgvMe3CVI0mLDy61VyDobz6LQs98o.lazyloading { background-image: none; }
#Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU { box-sizing:content-box;height:11.6875rem;width:15.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ff9a990c-5c87-41c2-82ea-acde00ad3438/OLH_StoreyPark_Pic_Amenity_Pool_3of5_12_28_23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.5rem;left:10.2314453125rem;display:block; }#Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU.adaptive-delivery-prevent-bg, #Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU.lazyload, #Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU.lazyloading { background-image: none; }
#doDwKze9yOdxr6nBdEBzF3qT8DqFhwaw { color:rgba(var(--color-tertiary-3),0.8);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:42.0625rem;left:4.53125rem;height:8.6230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb { box-sizing:content-box;height:33.5625rem;width:31.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ebfbc29d-6fb9-49ad-9093-ea1d7f282a06/Gallery_1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5rem;left:-5.5625rem;display:block; }#UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb.adaptive-delivery-prevent-bg, #UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb.lazyload, #UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb.lazyloading { background-image: none; }
#Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U { box-sizing:content-box;height:30rem;width:36.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/8d903d24-ad18-4d3e-8863-3db075faf9c5/Gallery_4.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.125rem;left:28.25rem;display:block; }#Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U.adaptive-delivery-prevent-bg, #Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U.lazyload, #Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U.lazyloading { background-image: none; }
#OXNmxWqNJo6NS11EHwqRtsQwLBOltbH2 { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:53.375rem;left:5.53125rem;display:block; }
#uuvtvNcutOKdwAJB0269TtcWIfJuTRVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6MDpmbesgXVQ3GUk7VlobnDQ7Fvvh4K { color:rgba(var(--color-tertiary-3),0.8);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:73.4375rem;left:12.8125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHaH7OmXX6ANcQtIyeUdU4ydOby9TG6p { color:rgba(var(--color-tertiary-3),0.8);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15rem;left:28.1875rem;height:11.1992375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss.adaptive-delivery-prevent-bg, #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss.lazyload, #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss.lazyloading { background-image: none; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { background-color: transparent; background-image: none; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container > .video-iframe-container { display: none; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row > .video-iframe-container { display: none; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .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); }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { border-width: 0; border-radius: 0; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container { background-color: transparent; background-image: none; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container > .video-iframe-container { display: none; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row > .video-iframe-container { display: none; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .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); }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container { border-width: 0; border-radius: 0; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:33.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDWCTyt3n2IwK4t6287b3fHA27mfTBTP { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.8125rem;width:38.1875rem;top:4.5625rem;left:-5.556640625rem;display:block; }
#mJxPw6ylVdEL0p61xT7IdqwZskM9Vpze { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.25rem;left:39.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mh0obxaxHUCewwTzAEeoL1bNvo10g0XT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:3.875rem;top:8.875rem;left:34.5rem;overflow:hidden;display:block; }
#KMD9H5G2IDEr5dZwJuBpLcKRJHTiyi1g { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:15.375rem;left:41.125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TA19lbyncqJZFk8SIITVx3gvffDNy0LD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15036;opacity:1;top:15.4375rem;left:39.75rem; }
#KNDMVDIWJcAmWIw9C71BAeulu4BoVJ3W { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:39.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLvyaZPT5xKvVsUS8KEcbVppy19BS69T { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.25rem;top:13rem;left:36.125rem;overflow:hidden;display:block; }
#O59dwpQWB3QDwr8pk45huUI2fqC4Ewxh { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:10.5625rem;left:41.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6fxlVTbwe6iMukNyyum6mGRq2pd3ebX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15038;opacity:1;top:10.625rem;left:39.6875rem; }
#DUEa1HDg6dDwbwHp2DIZuGGW588ba0cD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:24.75rem;left:40.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tafibTWHTgzxpkrPCTt3xNsWfMkTFfeG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15040;opacity:1;top:24.8125rem;left:39.4375rem; }
#k9D8Kgti3TcadKlf0rPmBn0DIEUs9XKk { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.375rem;left:39.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0znbDbJP1OzJ5ygWg4qtGiTCbPwt3tD { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.5rem;top:22.125rem;left:35.71875rem;overflow:hidden;display:block; }
#MdAANiq2UGVq92TEitqmM1fsdpVUPk3x { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:20.25rem;left:41.125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c6dylNpMicC3Nifk3TTE0Xz33GFtx5Xb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15040;opacity:1;top:20.3125rem;left:39.75rem; }
#FftIME52XKgLcovNT0MPDArC0MqdyWp1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.6875rem;left:39.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kShHV6cZ6SgyJKTd812e8pIPTbnkqrFc { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:17.875rem;left:34.875rem;overflow:hidden;display:block; }
#chHrzVaGOL9r5V3zlN4G12FXoMT4xRyl { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:27.0625rem;left:36.25rem;overflow:hidden;display:block; }
#WpQv3Fop0p1gPTV7fvKP0RM2OZzfNHaK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15044;opacity:1;top:30.75rem;left:39.6875rem; }
#UDSXFI9aiQpqZQIKqOmFm41SiVwEfbfH { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:26.8125rem;left:39.4375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSTgF8lHxFwWcyCyZNJOeZaSDRDOgSpD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:30.6875rem;left:41.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/72b6ac4f-5e7e-4db7-a231-6e2623382a3b/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK.adaptive-delivery-prevent-bg, #qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK.lazyload, #qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK.lazyloading { background-image: none; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container { background-color: transparent; background-image: none; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container > .video-iframe-container { display: none; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row > .video-iframe-container { display: none; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .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); }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container { border-width: 0; border-radius: 0; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#hlkuIpWNAgTzD6u8WWigsdbXRUVs0CTP { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ulfHn7lK7syX1m0mhFI7GgTTIA7Z6WVg { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container { background-color: transparent; background-image: none; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container > .video-iframe-container { display: none; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row > .video-iframe-container { display: none; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .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); }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container { border-width: 0; border-radius: 0; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/2379c646-4e76-42a7-9e9f-a2227bfed5cf/baixar2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.125rem;left:1.75rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ.adaptive-delivery-prevent-bg, #yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ.lazyload, #yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ.lazyloading { background-image: none; }
#f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/8ef1e281-2c80-463f-8ad2-11a7e1db7290/baixar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.125rem;left:21.78125rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp.adaptive-delivery-prevent-bg, #f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp.lazyload, #f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp.lazyloading { background-image: none; }
#E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/5a5f814e-8115-4c73-bfdd-4b62b74acebb/baixar1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:6.125rem;left:41.78125rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz.adaptive-delivery-prevent-bg, #E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz.lazyload, #E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz.lazyloading { background-image: none; }
#L2tMWwTG0s2f6pGVg0wobvK9U9u7e7Tv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR1mRW1ND8tsX3yHEsGFxy4ZUT8htWnZ { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.25rem;left:1.75rem;border-top:0rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#oGF10IhOtVb9xPLGcQa5cqgzDdkAUstm { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:19.25rem;left:1.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.3125rem;left:3.375rem;display:block; }#sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8.adaptive-delivery-prevent-bg, #sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8.lazyload, #sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8.lazyloading { background-image: none; }
#bmTd5nE4r851DpO5UmDaN5rurqSz8cgM { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:21.625rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.4375rem;left:3.375rem;display:block; }#PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu.adaptive-delivery-prevent-bg, #PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu.lazyload, #PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu.lazyloading { background-image: none; }
#wTONPn9CvHmbVzXb9VxfX9zhBKXnZTG5 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:23.75rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14b2c461-d2da-4f5b-a3ae-a484cc7937c1/sink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.75rem;left:3.375rem;display:block; }#Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c.adaptive-delivery-prevent-bg, #Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c.lazyload, #Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c.lazyloading { background-image: none; }
#a8F4rlk0TWeAAtEfhRImduTxSgKiUkhH { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.0625rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KfDmaXDArzETOTezR3WlzT4EoCmAwPvg { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.3125rem;left:21.8125rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#zT3aD7pmuXHJw8SqOWhudTAaHE6qUiaN { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:19.25rem;left:21.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#vhad4JnIb2yfe29Mxf0uWMIU9Q8ilGTh { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:26.0625rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nBpXmzJindNn6kshMH1d7lRl81kRsEws { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.75rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.3125rem;left:23.375rem;display:block; }#ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn.adaptive-delivery-prevent-bg, #ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn.lazyload, #ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn.lazyloading { background-image: none; }
#G4oU08hadsOSPJCqGSKwkpXELnqz3XX3 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.4375rem;left:23.375rem;display:block; }#G4oU08hadsOSPJCqGSKwkpXELnqz3XX3.adaptive-delivery-prevent-bg, #G4oU08hadsOSPJCqGSKwkpXELnqz3XX3.lazyload, #G4oU08hadsOSPJCqGSKwkpXELnqz3XX3.lazyloading { background-image: none; }
#oouTdEaNHdU3G6JXG7ddw8GSckZhrivA { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14b2c461-d2da-4f5b-a3ae-a484cc7937c1/sink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.75rem;left:23.375rem;display:block; }#oouTdEaNHdU3G6JXG7ddw8GSckZhrivA.adaptive-delivery-prevent-bg, #oouTdEaNHdU3G6JXG7ddw8GSckZhrivA.lazyload, #oouTdEaNHdU3G6JXG7ddw8GSckZhrivA.lazyloading { background-image: none; }
#L43UXh3P28rGFIpkQDHe0iEKg2F6hyo4 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:21.625rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:28.0625rem;left:3.375rem;display:block; }#OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg.adaptive-delivery-prevent-bg, #OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg.lazyload, #OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg.lazyloading { background-image: none; }
#mb8efOqA9Ae15gxxLWVRRkIEnSIbPevg { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:28.375rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ff6ZC6NydEnLEUtfx75T7d6oOlMCLZ7h { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:28.375rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:28.0625rem;left:23.375rem;display:block; }#FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9.adaptive-delivery-prevent-bg, #FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9.lazyload, #FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9.lazyloading { background-image: none; }
#r7ypAsSuTvkXROnaKUazGFQHe3sQQuAD { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:none;top:18.25rem;left:41.8125rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.3125rem;left:43.375rem;display:block; }#Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp.adaptive-delivery-prevent-bg, #Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp.lazyload, #Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp.lazyloading { background-image: none; }
#bE5ZZIgDFs428JnPJO6KTfauAWdDbem6 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.4375rem;left:43.375rem;display:block; }#bE5ZZIgDFs428JnPJO6KTfauAWdDbem6.adaptive-delivery-prevent-bg, #bE5ZZIgDFs428JnPJO6KTfauAWdDbem6.lazyload, #bE5ZZIgDFs428JnPJO6KTfauAWdDbem6.lazyloading { background-image: none; }
#rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14b2c461-d2da-4f5b-a3ae-a484cc7937c1/sink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.75rem;left:43.375rem;display:block; }#rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR.adaptive-delivery-prevent-bg, #rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR.lazyload, #rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR.lazyloading { background-image: none; }
#CmxW03DTqA3pltOCiumZNJJkOqkWQXKR { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:28.0625rem;left:43.375rem;display:block; }#CmxW03DTqA3pltOCiumZNJJkOqkWQXKR.adaptive-delivery-prevent-bg, #CmxW03DTqA3pltOCiumZNJJkOqkWQXKR.lazyload, #CmxW03DTqA3pltOCiumZNJJkOqkWQXKR.lazyloading { background-image: none; }
#vSgN9xAuNP9kWPXTcQnRoD8exyPRvLaD { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:19.25rem;left:41.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#yismNOtXrc3VZysotQX626z1OWSoCNrf { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:28.375rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zfbXTWqoqICXiVM1F1kr46BmRAvP3IZP { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:26.0625rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PJecpoha42CGnZClQk5I0BZqwGLsDkMy { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:23.75rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i7f1LUW9Fx3ElFPpqshRMGVwGp3hAkcp { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:21.625rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container { background-color: transparent; background-image: none; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container > .video-iframe-container { display: none; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row > .video-iframe-container { display: none; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .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); }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container { border-width: 0; border-radius: 0; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/d4f31f62-5024-46bb-a147-219cea1aefb8/Annapolis.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:1.75rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr.adaptive-delivery-prevent-bg, #E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr.lazyload, #E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr.lazyloading { background-image: none; }
#h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/58fdb254-308e-4d0d-9bbe-511630640fcd/Atlanta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:21.8125rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb.adaptive-delivery-prevent-bg, #h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb.lazyload, #h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb.lazyloading { background-image: none; }
#LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6c7e84a5-00ad-456e-9a4d-198246cf5d03/Columbia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.9375rem;left:41.8125rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl.adaptive-delivery-prevent-bg, #LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl.lazyload, #LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl.lazyloading { background-image: none; }
#Ssoug1VKoerEx7BSGOadKFhDdapGqH9y { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.0625rem;left:1.75rem;border-top:0rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lV6fqDvIM9DrTnNKgJ3E7r1vOHbiQgX7 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:14.0625rem;left:1.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.125rem;left:3.375rem;display:block; }#RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6.adaptive-delivery-prevent-bg, #RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6.lazyload, #RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6.lazyloading { background-image: none; }
#o9R96hMF4U9ddswwvvaNsM3cryTXU2nx { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.4375rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.25rem;left:3.375rem;display:block; }#bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf.adaptive-delivery-prevent-bg, #bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf.lazyload, #bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf.lazyloading { background-image: none; }
#hSXoNXDT3DhMHqGJW6kfbAIzZnT79Okw { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.5625rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x0qMMG7c2lcFhutuFgmTRtJtrR7Ps6GU { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.125rem;left:21.8125rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#zQxlbrZ0HPDXERRBMPVR1u3zCnIZvKNP { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:14.0625rem;left:21.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#sZPdJOklBV4m7bKQyio6EKRmZFkTRhSE { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.875rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whDdfR0eITboHrbUZkgxQXi37p28e4XA { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.5625rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.125rem;left:23.375rem;display:block; }#aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J.adaptive-delivery-prevent-bg, #aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J.lazyload, #aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J.lazyloading { background-image: none; }
#tercPuxafhdpHdwacaKdzdGGPi1d4s1i { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.25rem;left:23.375rem;display:block; }#tercPuxafhdpHdwacaKdzdGGPi1d4s1i.adaptive-delivery-prevent-bg, #tercPuxafhdpHdwacaKdzdGGPi1d4s1i.lazyload, #tercPuxafhdpHdwacaKdzdGGPi1d4s1i.lazyloading { background-image: none; }
#GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14b2c461-d2da-4f5b-a3ae-a484cc7937c1/sink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:23.375rem;display:block; }#GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi.adaptive-delivery-prevent-bg, #GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi.lazyload, #GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi.lazyloading { background-image: none; }
#hZJJCB2oTprwkF3Jytgd3hQpqRVMfNmT { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:16.4375rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5V34TE9NlAziki4uApe4XpQwsPxq7w5 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5810546875rem;left:3.375rem;display:block; }#F5V34TE9NlAziki4uApe4XpQwsPxq7w5.adaptive-delivery-prevent-bg, #F5V34TE9NlAziki4uApe4XpQwsPxq7w5.lazyload, #F5V34TE9NlAziki4uApe4XpQwsPxq7w5.lazyloading { background-image: none; }
#pgOq8o0cMc2Wg9xfwElS6QcVAw12br0H { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.875rem;left:5.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#znSzviAXVmPxoJKwnskSU53yWzaibdPT { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:23.1875rem;left:25.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JDlvhQ7pxVeB2To2K0simwLKVThb0A5l { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.875rem;left:23.375rem;display:block; }#JDlvhQ7pxVeB2To2K0simwLKVThb0A5l.adaptive-delivery-prevent-bg, #JDlvhQ7pxVeB2To2K0simwLKVThb0A5l.lazyload, #JDlvhQ7pxVeB2To2K0simwLKVThb0A5l.lazyloading { background-image: none; }
#v61GPacV6JZ09Zo0fLtNTsKnCiSGa6xy { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.0625rem;left:41.8125rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.125rem;left:43.375rem;display:block; }#vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5.adaptive-delivery-prevent-bg, #vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5.lazyload, #vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5.lazyloading { background-image: none; }
#IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.25rem;left:43.375rem;display:block; }#IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w.adaptive-delivery-prevent-bg, #IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w.lazyload, #IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w.lazyloading { background-image: none; }
#m8BCThTzEIZIkTF3PJQolGG82OaHMTeS { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14b2c461-d2da-4f5b-a3ae-a484cc7937c1/sink.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5625rem;left:43.375rem;display:block; }#m8BCThTzEIZIkTF3PJQolGG82OaHMTeS.adaptive-delivery-prevent-bg, #m8BCThTzEIZIkTF3PJQolGG82OaHMTeS.lazyload, #m8BCThTzEIZIkTF3PJQolGG82OaHMTeS.lazyloading { background-image: none; }
#z9M37xq62B47Pfox3oLyVv9Urh5flStW { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.875rem;left:43.375rem;display:block; }#z9M37xq62B47Pfox3oLyVv9Urh5flStW.adaptive-delivery-prevent-bg, #z9M37xq62B47Pfox3oLyVv9Urh5flStW.lazyload, #z9M37xq62B47Pfox3oLyVv9Urh5flStW.lazyloading { background-image: none; }
#vRK6CNbxT1Ws3aQgGOCzu1x1OMyxWMVG { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:14.0625rem;left:41.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#UTuwQoPo4CeFgKddk5L3iyCh6C2m2iZn { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:23.1875rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wm9vcc9QNHg5qNL9dIsF3QPyzk3zQLJk { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:20.875rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ne064atrsxb7eXDslAutJUTpdEkH0kFd { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:18.5625rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qSgIQJP1CMAopVwIJhqK7oTH8dT3lTPa { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:16.4375rem;left:45.9375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container { background-color: transparent; background-image: none; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container > .video-iframe-container { display: none; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row > .video-iframe-container { display: none; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .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); }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container { border-width: 0; border-radius: 0; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#rg0bSbK8ERLDCavRqh202t22pI1Tt3LL { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/6bac5418-47e1-452a-a4b6-47755b191356/Concord.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.875rem;left:1.6875rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#rg0bSbK8ERLDCavRqh202t22pI1Tt3LL.adaptive-delivery-prevent-bg, #rg0bSbK8ERLDCavRqh202t22pI1Tt3LL.lazyload, #rg0bSbK8ERLDCavRqh202t22pI1Tt3LL.lazyloading { background-image: none; }
#uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa6e2599-7f30-449c-8d51-a9d551ff4afe/Sutton.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.875rem;left:21.75rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x.adaptive-delivery-prevent-bg, #uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x.lazyload, #uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x.lazyloading { background-image: none; }
#bV81Ce3Bupq8sWDGGcMySOOXwBU6Bhf8 { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13rem;left:1.6875rem;border-top:0rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ob9I1hlP2nls9LJXiHWhAd8VlZr5xhoB { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:14rem;left:1.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#tD9NzP2QqbZTEnvtT29OuKSugH2otweZ { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.0625rem;left:3.3125rem;display:block; }#tD9NzP2QqbZTEnvtT29OuKSugH2otweZ.adaptive-delivery-prevent-bg, #tD9NzP2QqbZTEnvtT29OuKSugH2otweZ.lazyload, #tD9NzP2QqbZTEnvtT29OuKSugH2otweZ.lazyloading { background-image: none; }
#Xgd3IvamUpC2dGcUU9viqkIzo5VweB7o { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.375rem;left:5.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.1875rem;left:3.3125rem;display:block; }#FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3.adaptive-delivery-prevent-bg, #FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3.lazyload, #FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3.lazyloading { background-image: none; }
#OJzLS3KJzaPznZeHlWBx23nEBan7uwVM { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.5rem;left:5.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2Oe9uyFHVsynnaMkfvv9ZXKUKD2o4hH { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.0625rem;left:21.75rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#o9e6ox6VLyNnKTVoSlq6AKhMfoLA1TJc { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:14rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#vVCzrG5EeTxfaEJdTWgmD5QnWspXA7hP { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.5rem;left:25.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.0625rem;left:23.3125rem;display:block; }#MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI.adaptive-delivery-prevent-bg, #MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI.lazyload, #MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI.lazyloading { background-image: none; }
#eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.1875rem;left:23.3125rem;display:block; }#eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT.adaptive-delivery-prevent-bg, #eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT.lazyload, #eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT.lazyloading { background-image: none; }
#kurFlSmtSzk21JmOd2DTlmdbJ317ggDT { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:16.375rem;left:25.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5rem;left:3.3125rem;display:block; }#oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2.adaptive-delivery-prevent-bg, #oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2.lazyload, #oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2.lazyloading { background-image: none; }
#rTIi1ze5keXPbgekFdC0ggrGVwvHeHXt { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.8125rem;left:5.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S9dPGNd9umfTLoBXI9koalkuC4Mq2rbF { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:20.75rem;left:25.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5rem;left:23.3125rem;display:block; }#EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI.adaptive-delivery-prevent-bg, #EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI.lazyload, #EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI.lazyloading { background-image: none; }
#WCtFC64eVLRyJuateQBxsZtMT95HIdzi { box-sizing:content-box;height:12.125rem;width:16.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/2f9280f4-1582-411a-ac7b-1cfcda5005ed/CapturadeTela20251031as142938.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.875rem;left:41.75rem;border-top:0.0625rem solid #145dab;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#WCtFC64eVLRyJuateQBxsZtMT95HIdzi.adaptive-delivery-prevent-bg, #WCtFC64eVLRyJuateQBxsZtMT95HIdzi.lazyload, #WCtFC64eVLRyJuateQBxsZtMT95HIdzi.lazyloading { background-image: none; }
#LMgeptbURNA9Pmh6wKTILKKaQRMC71IE { box-sizing:content-box;height:12.875rem;width:16.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.0625rem;left:41.75rem;border-top:0;border-left:0.0625rem solid #145dab;border-right:0.0625rem solid #145dab;border-bottom:0.0625rem solid #145dab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#wKTg1A66EAQaIkVFOmiZ4XSzeF6GWUPk { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:averta;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:14rem;left:41.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#vtHIQeER5B4blrag5KRXP5xu5EEEBgUN { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/df0fa8c5-9ec1-471b-aaa3-3458ca0daf17/hotel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.0625rem;left:43.3125rem;display:block; }#vtHIQeER5B4blrag5KRXP5xu5EEEBgUN.adaptive-delivery-prevent-bg, #vtHIQeER5B4blrag5KRXP5xu5EEEBgUN.lazyload, #vtHIQeER5B4blrag5KRXP5xu5EEEBgUN.lazyloading { background-image: none; }
#Lq7LWMV7V6FzpynBTk38GVUTQEQHKXQS { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:16.375rem;left:45.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hawxsy8bo2xFUEpE1xZd1Twv5aSRlRl0 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:18.5rem;left:45.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3aa201c6-9f87-40cb-ade6-d7fca44f869b/publictoilet.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.1875rem;left:43.3125rem;display:block; }#XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM.adaptive-delivery-prevent-bg, #XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM.lazyload, #XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM.lazyloading { background-image: none; }
#FDulaI9b8wWz8tKhUki6sFqaFXe5W91T { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:averta;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:20.75rem;left:45.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/00cef501-b889-448a-9470-1042b17c7eaf/maximize.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.5rem;left:43.3125rem;display:block; }#wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl.adaptive-delivery-prevent-bg, #wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl.lazyload, #wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl.lazyloading { background-image: none; }
#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { background-color: transparent; background-image: none; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container > .video-iframe-container { display: none; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row > .video-iframe-container { display: none; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .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); }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { border-width: 0; border-radius: 0; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { 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:3rem;width:3rem;top:7.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.337890625rem;left:9.3125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IN1ET7G1sk7Pd0JWXyI9gwa60CtULme6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:8.337890625rem;left:27.8125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riTu9krQdDCXflEPUtB9s4ikLw37Uboq { 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:3rem;width:3rem;top:7.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:8.337890625rem;left:45.875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#snbhCpmsTe3ZTGzJCJNKukX70trWt7QB { 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:3rem;width:3rem;top:7.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:12.5625rem;left:45.4375rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SilaSSuKoTPZx9UyLzWyPl0LGTOSVeGD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:11.6875rem;left:41.5625rem;overflow:hidden;display:block; }
#UcODsXvXPWlTX7F4zT1mZK7fx6ofAB0L { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:12.5625rem;left:27.8125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4vI2tnRJIPKmQK8EWpAL4vTTKtXAWbq { 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:3rem;width:3rem;top:11.6875rem;left:23.6875rem;overflow:hidden;display:block; }
#EscXyfckf3iMBfWOhEQFoWaytonetvJf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:12.5625rem;left:9.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIMvwCDxlTxEMXC9ak278H11Saq9zh5E { 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:3rem;width:3rem;top:11.6875rem;left:5.3125rem;overflow:hidden;display:block; }
#VO4KzZulW66tooglrorRPMLhc2coKy6W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:17.375rem;left:45.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDTu2vlaEeewoU5atymMbTXim6kfG1RH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#oziEK5isT2KE1DCrdUszz5LPMapAyOhn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:17.1875rem;left:27.8125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFwuinW4ZD4OHFlN0k1ZTlwcKK3E9oIe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#V30CEqB7weO3bh0afG12pgmTzn6BNNax { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:17.1875rem;left:9.3125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OKRKTaunobEXGyi2I4pPxIvAsXNHSZaD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:16.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#EiQTgEzNZzwXHK4WBf3DNzOguBZcmpyM { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.125rem;left:33.4375rem;display:none; }
#QqcTFamyEN9HhePIfbx1Xh4mVrsIPIsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwCmpEJQTTuLCScU3Gc2QTCoZ1QuC4iQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:20.875rem;left:24rem;overflow:hidden;display:block; }
#KqqJVfRxTbHth5paWlpdmsoJnDHhRW3Q { position:absolute;display:block;z-index:15018;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:3rem;width:3rem;top:20.875rem;left:5.5625rem;overflow:hidden;display:block; }
#X9ZPtNL04rwW8eA4KlpLBnGvXi9IFU6M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:21.625rem;left:27.8125rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXw3SU7yvwVGRIKvuE91Tw1FymZtEaUl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:21.625rem;left:9.5625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhgMRoJOVl1UANKfsUTnyDtzVuTpCAVp { position:absolute;display:block;z-index:15022;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:3rem;width:3rem;top:20.875rem;left:41.5625rem;overflow:hidden;display:block; }
#uk5cH5FX5ssKcIf1onZ6KXfoCwbowy0G { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:21.8125rem;left:45.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre.adaptive-delivery-prevent-bg, #u33IM8s6wVAx9Vd4HuVMZgnylvCllsre.lazyload, #u33IM8s6wVAx9Vd4HuVMZgnylvCllsre.lazyloading { background-image: none; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container { background-color: transparent; background-image: none; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container > .video-iframe-container { display: none; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row > .video-iframe-container { display: none; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .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); }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container { border-width: 0; border-radius: 0; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#O5d427a73054f15b647ab9ffd433568c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dd42e5c-c9f8-4752-b784-8e9153ba9374/interiordesignwithphotoframescouch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5d427a73054f15b647ab9ffd433568c.adaptive-delivery-prevent-bg, #O5d427a73054f15b647ab9ffd433568c.lazyload, #O5d427a73054f15b647ab9ffd433568c.lazyloading { background-image: none; }#O5d427a73054f15b647ab9ffd433568c > .row .container { background-color: transparent; background-image: none; }#O5d427a73054f15b647ab9ffd433568c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#O5d427a73054f15b647ab9ffd433568c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5d427a73054f15b647ab9ffd433568c > .row .container > .video-iframe-container { display: none; }#O5d427a73054f15b647ab9ffd433568c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#O5d427a73054f15b647ab9ffd433568c > .row > .video-iframe-container { display: none; }#O5d427a73054f15b647ab9ffd433568c > .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); }#O5d427a73054f15b647ab9ffd433568c > .row .container { border-width: 0; border-radius: 0; }#O5d427a73054f15b647ab9ffd433568c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5d427a73054f15b647ab9ffd433568c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5d427a73054f15b647ab9ffd433568c > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#P64f8332350e9ac6b58089939bbe8b3c { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.3125rem;left:26.4375rem;display:none; }
#S590b2a26ef950b2f6243edf1a0d7e44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbfcb7b18bbbd52d2bf8770e8da91139 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0625rem;position:absolute;font-family:quicksand;font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:1.125rem;left:8.5rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f14a1993483e8def2d7b083b948e71c9 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.625rem;left:13.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72b6ac4f-5e7e-4db7-a231-6e2623382a3b/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.adaptive-delivery-prevent-bg, #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.lazyload, #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl.lazyloading { background-image: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { background-color: transparent; background-image: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container > .video-iframe-container { display: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container { display: none; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .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); }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { border-width: 0; border-radius: 0; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#dRO2F1hXn73zpycrzpq70cweyl8MPyrs { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { color:#3b4847;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.1875rem;left:37.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { background-color: transparent; background-image: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .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); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { border-width: 0; border-radius: 0; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { position:absolute;display:block;z-index:15018;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:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#i5Z2dKio6pSFCSer0uFITv790eTMPF7q { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:30rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/84607dd0-f4dc-4b8a-9d93-eeb7aae320f7/RMCPrivateInternationalTaxPagina1.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:19.625rem;width:14.625rem;top:4.375rem;left:7.6875rem;display:block; }#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.adaptive-delivery-prevent-bg, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyload, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyloading { background-image: none; }
#AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { position:absolute;display:block;z-index:15022;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:12.4375rem;width:30.0625rem;top:9.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.5rem;left:3.59375rem;height:17.3217625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.9375rem;top:3.25rem;left:5.625rem;display:block; }
#LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5rem;top:2.375rem;left:51.25rem;display:block; }
#CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:3.6875rem;left:49.75rem;display:block; }
#DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:30rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:32.28125rem;height:18.8965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { background-color: transparent; background-image: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .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); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { border-width: 0; border-radius: 0; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { position:absolute;display:block;z-index:15018;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:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#AiJplkmaSgLgqbRmPusD0syrd0122kRU { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.625rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/ce2e528b-36c2-4195-8724-fcf208be001d/baixar2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:21.75rem;top:2.25rem;left:3.6875rem;display:block; }#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.adaptive-delivery-prevent-bg, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyload, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyloading { background-image: none; }
#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),0);background-image:url("https://images.assets-landingi.com/uc/d04dff80-2354-4949-a0a5-e2c24f6a0526/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:13.75rem;top:1.9619140625rem;left:38.125rem;display:block; }#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.adaptive-delivery-prevent-bg, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyload, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyloading { background-image: none; }
#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef7a9974-5d78-4430-a03a-9a7f82918d94/iPhone12PROwwwbloomberglineacombr2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:11.4375rem;top:6.1494140625rem;left:48.5625rem;display:block; }#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.adaptive-delivery-prevent-bg, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyload, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyloading { background-image: none; }
#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/7362875d-b4db-4824-b30b-7b0429c4e7ad/iPhone12PROvejaabrilcombr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:11.4375rem;top:6.146484375rem;left:30rem;display:block; }#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.adaptive-delivery-prevent-bg, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyload, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyloading { background-image: none; }
#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4325695e-8c29-4abb-99ee-2ddebd6c0ef7/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.adaptive-delivery-prevent-bg, #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.lazyload, #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql.lazyloading { background-image: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { background-color: transparent; background-image: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container > .video-iframe-container { display: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container { display: none; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .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); }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { border-width: 0; border-radius: 0; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { background-color: transparent; background-image: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .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); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { border-width: 0; border-radius: 0; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:7.0625rem;left:16rem;display:block; }
#rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:11.25rem;left:7.625rem;height:7.4238125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-form-header { font-size:0.875rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-primary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:3.9375rem;color:rgba(var(--color-primary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-primary-4),0.82);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#145dab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-primary-0),1);width:17.6875rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-container:first-of-type{padding-top:0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-container:last-of-type{padding-bottom:0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU  { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU {display:block;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #Q791KQWp9IH7QeDwQAf6E8lREfMKDvOO { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #ehmV48wBfqebtn8RpX2bk4PlAAK7BgeJ { position:relative;display:none; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #BuScNnqGiI22ahXwfb85ENBeTRqPKQCH { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HfAH8uszQ6Mcp3O0fywMvXSWs8xyylFl { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #U78s2IKBGV3ZFErFWFpbql1NUi7vERLP { position:relative;display:none; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #a3Jca6S3hdzKLpoJMvKh5HJOT2vFLwJT { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #VFxFERbHtPpKPHAGLp09fzPEMe54J5xD { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #smg6X2hnGcHP654viRE48OiwHbgmqsQk { position:relative;display:none; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #bTwwLU9MFSkXKKSGr3OlD2N97VboAzU2 { position:relative; }
#el6EyEE6R1ZBB8P2VarO5LTNftzt04Dz { position:relative;display:block; }
#D5mHeiGuDifKdsM9GlxDdnFcxLTGIfrD { position:relative;display:block; }
#cr8ZrorpEuMpmgp6GrrdbabW9L9nGyBK { position:relative;display:block; }
#lypHadoLPfKEyvb2HEKi3fZNVNq0JSr2 { position:relative;display:block; }
#WPFkgRF1Q93rRFnIUZsAzOuOgald7kgV { position:relative;display:block; }
#zm9MeNFc2Hv3SB8xovBTILu6k0JqyScW { position:relative;display:block; }
#nmWDDuAsUw58DJ98mv4zT4HtzOvEEAeZ { position:relative;display:block; }
#XKvJlaJQUpRK3clmWcJUP6gwh2QRWE1e { position:relative;display:block; }
#IwsiSdFhPfZXfZczGOV3wutNPnOxok7r { position:relative;display:block; }
#kgvS2KidgwsmGTGaFSiUMuuId7mTIIvS { position:relative;display:block; }
#TImB8FQbCOU1lNRFpXf8pyxz8HS4BeUm { position:relative;display:block; }
#lVQyIBr3TiwptXZxr0MK4xaq7Dlni8Au { position:relative;display:block; }
#TVuFnDsh0tPNTQFwHw0c8RtUXDaVWpf3 { position:relative;display:block; }
#qoDm0tMkMdWvGV5cvfRZlbDPWyImdvs9 { position:relative;display:block; }
#tEs8IlNuE6qtODoka96ssO3KFipz5lG2 { position:relative;display:block; }
#Wb8Spq1yVkx0l4sVNgzBmo1FOTzn9mRe { position:relative;display:block; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #TMcEZQJ8TBCnh1JGe3s3XGFqlhDCH9oK { position:relative; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HTdWwQDB3OwRgwR5WkW0UoD1KsRsD7Ts { position:relative; }
#W3950fb25f1267fad136664ad8769337 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W3950fb25f1267fad136664ad8769337 > .row .container { background-color: transparent; background-image: none; }#W3950fb25f1267fad136664ad8769337::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3950fb25f1267fad136664ad8769337 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3950fb25f1267fad136664ad8769337 > .row .container > .video-iframe-container { display: none; }#W3950fb25f1267fad136664ad8769337 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3950fb25f1267fad136664ad8769337 > .row > .video-iframe-container { display: none; }#W3950fb25f1267fad136664ad8769337 > .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); }#W3950fb25f1267fad136664ad8769337 > .row .container { border-width: 0; border-radius: 0; }#W3950fb25f1267fad136664ad8769337 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3950fb25f1267fad136664ad8769337 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#Xe6d5868efd3e74f83855ab41555406a { 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:4.8125rem;width:12.75rem;top:2rem;left:6.4375rem;overflow:hidden;display:block; }
#Ved0bea6eb49504f13e78dbc0895f44e { color:rgba(var(--color-tertiary-0),0.77);display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0656261444092rem;left:23.750001907349rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E5cKVunU8A3Aa5nUZ7TsmdybTukTq5PT { color:rgba(var(--color-primary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.2250003814697rem;left:23.812501907349rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { border-width: 0; border-radius: 0; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qtAeRhmPu3oAxGHAAv7y00alA9uglByU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { 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:1.75rem;width:3.1875rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.6875rem;top:0rem;left:35.1875rem;overflow:hidden;display:block; }
#oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:1.375rem;overflow:hidden;display:block; }
#uzegCnDgVK0ou2iJgTK068koPf6opdV1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:32rem;overflow:hidden;display:block; }
#UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.4375rem;top:0rem;left:10.6875rem;overflow:hidden;display:block; }
#LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.4375rem;top:0rem;left:19.5625rem;overflow:hidden;display:block; }
#e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:19.5625rem;overflow:hidden;display:block; }
#ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:43.1875rem;overflow:hidden;display:block; }
#PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:49.3125rem;overflow:hidden;display:block; }
#bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.3125rem;left:44.3125rem;overflow:hidden;display:block; }
#O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.3125rem;left:37.625rem;overflow:hidden;display:block; }
#xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.9375rem;left:49.375rem;overflow:hidden;display:block; }
#yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:55.1875rem;overflow:hidden;display:block; }
#kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.9375rem;left:53.625rem;overflow:hidden;display:block; }
#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { background-color:rgba(0,0,0,0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0rem;left:0rem;right:0rem;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { border-width: 0; border-radius: 0; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;overflow:visible;position:relative;display:block; }#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.312325rem;width:3.312325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.21770858764649rem;left:53.934371948243rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.312325rem; height:3.312325rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFv0AqqXeEocukA8S2u8hlp5IZ82m7Oe { width:15.4375rem;height:6.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sluaG6IUoTQgXVGvdpN2sy4sTJLNQOu4 { width:9.125rem;height:2.4375rem;top:1.8125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d94tZfr96NbOEIADH9IZAkt438nPp7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE { display:block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:23.5rem;height:6.9375rem;top:11.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:26.625rem;height:2.75rem;top:19.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:11.5625rem;height:2.75rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #XTSzR9AxRdhAzg78sKHSFT8b5VlHSDoI { width:5.8125rem;height:1.5rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HB0uPsGNaaduNZWnlduJSmIWK4gw4Twh { width:17.25rem;height:3.6875rem;top:23.1875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz30RA1so9856hilv8qkcqTSwhIhTdpw { width:36.125rem;height:21.5rem;top:11.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK { width:13.75rem;height:8.1875rem;top:29.0625rem;left:29.0322265625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ { width:13.75rem;height:8.375rem;top:29rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9WhrdasV4dG3akhepJRa4KGRVV1hwgm { display:block; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDkOt979c971cbbg33A8lh4ySMo6WxUE { width:9.125rem;height:9.75rem;top:28.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9PpWAcJTsd6sW0JqnH7TrDWdDANqg9c { width:26.625rem;height:8.125rem;top:5rem;left:21.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amIPJmqTKJC5vMeD6GCZVnAUw19ovldV { width:23.75rem;height:1.25rem;top:43.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK { width:15.75rem;height:10rem;top:28.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z { width:19rem;height:10rem;top:28.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK0lgvMe3CVI0mLDy61VyDobz6LQs98o { width:15.5rem;height:11.75rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU { width:15.75rem;height:11.6875rem;top:59.5rem;left:4.1064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDwKze9yOdxr6nBdEBzF3qT8DqFhwaw { width:17.5625rem;height:8.5625rem;top:42.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb { width:31.5625rem;height:33.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U { width:36.3125rem;height:30rem;top:41.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXNmxWqNJo6NS11EHwqRtsQwLBOltbH2 { width:15.5625rem;height:2.75rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuvtvNcutOKdwAJB0269TtcWIfJuTRVA { display:block; }
 }@media only screen and (max-width: 763px) { #r6MDpmbesgXVQ3GUk7VlobnDQ7Fvvh4K { width:31.1875rem;height:2.375rem;top:73.4375rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaH7OmXX6ANcQtIyeUdU4ydOby9TG6p { width:25.875rem;height:11.1875rem;top:15rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss { display:block; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 { display:block; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { width:26.5625rem;height:2rem;top:4.5625rem;left:21.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDWCTyt3n2IwK4t6287b3fHA27mfTBTP { width:38.1875rem;height:20.8125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJxPw6ylVdEL0p61xT7IdqwZskM9Vpze { width:20.0625rem;height:1.625rem;top:8.25rem;left:27.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh0obxaxHUCewwTzAEeoL1bNvo10g0XT { width:3.875rem;height:0.6875rem;top:8.875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMD9H5G2IDEr5dZwJuBpLcKRJHTiyi1g { width:9.1875rem;height:1.125rem;top:15.375rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA19lbyncqJZFk8SIITVx3gvffDNy0LD { width:0.9375rem;height:0.9375rem;top:15.4375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNDMVDIWJcAmWIw9C71BAeulu4BoVJ3W { width:17.625rem;height:1.625rem;top:12.9375rem;left:29.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLvyaZPT5xKvVsUS8KEcbVppy19BS69T { width:1.25rem;height:1.5rem;top:13rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59dwpQWB3QDwr8pk45huUI2fqC4Ewxh { width:9.1875rem;height:1.125rem;top:10.5625rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6fxlVTbwe6iMukNyyum6mGRq2pd3ebX { width:0.9375rem;height:0.9375rem;top:10.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEa1HDg6dDwbwHp2DIZuGGW588ba0cD { width:9.1875rem;height:1.125rem;top:24.75rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tafibTWHTgzxpkrPCTt3xNsWfMkTFfeG { width:0.9375rem;height:0.9375rem;top:24.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9D8Kgti3TcadKlf0rPmBn0DIEUs9XKk { width:24.8125rem;height:1.625rem;top:22.375rem;left:22.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0znbDbJP1OzJ5ygWg4qtGiTCbPwt3tD { width:2.5rem;height:1.75rem;top:22.125rem;left:26.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdAANiq2UGVq92TEitqmM1fsdpVUPk3x { width:9.1875rem;height:1.125rem;top:20.25rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6dylNpMicC3Nifk3TTE0Xz33GFtx5Xb { width:0.9375rem;height:0.9375rem;top:20.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FftIME52XKgLcovNT0MPDArC0MqdyWp1 { width:15.8125rem;height:1.625rem;top:17.6875rem;left:30.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kShHV6cZ6SgyJKTd812e8pIPTbnkqrFc { width:4rem;height:1.25rem;top:17.875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chHrzVaGOL9r5V3zlN4G12FXoMT4xRyl { width:1.375rem;height:1.75rem;top:27.0625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpQv3Fop0p1gPTV7fvKP0RM2OZzfNHaK { width:0.9375rem;height:0.9375rem;top:30.75rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDSXFI9aiQpqZQIKqOmFm41SiVwEfbfH { width:17.375rem;height:3.25rem;top:26.8125rem;left:30.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTgF8lHxFwWcyCyZNJOeZaSDRDOgSpD { width:9.1875rem;height:1.125rem;top:30.6875rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK { display:block; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlkuIpWNAgTzD6u8WWigsdbXRUVs0CTP { width:18.3125rem;height:2.625rem;top:23.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulfHn7lK7syX1m0mhFI7GgTTIA7Z6WVg { width:18.4375rem;height:2.625rem;top:23.1875rem;left:29.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb { display:block; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ { width:16.4375rem;height:12.125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp { width:16.4375rem;height:12.125rem;top:6.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz { width:16.4375rem;height:12.125rem;top:6.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2tMWwTG0s2f6pGVg0wobvK9U9u7e7Tv { width:47.75rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR1mRW1ND8tsX3yHEsGFxy4ZUT8htWnZ { width:16.4375rem;height:12.875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGF10IhOtVb9xPLGcQa5cqgzDdkAUstm { width:16.4375rem;height:1.125rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8 { width:1.5625rem;height:1.5625rem;top:21.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTd5nE4r851DpO5UmDaN5rurqSz8cgM { width:11.4375rem;height:0.9375rem;top:21.625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu { width:1.5625rem;height:1.5625rem;top:23.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTONPn9CvHmbVzXb9VxfX9zhBKXnZTG5 { width:11.4375rem;height:0.9375rem;top:23.75rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c { width:1.5625rem;height:1.5625rem;top:25.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8F4rlk0TWeAAtEfhRImduTxSgKiUkhH { width:11.4375rem;height:0.9375rem;top:26.0625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDmaXDArzETOTezR3WlzT4EoCmAwPvg { width:16.4375rem;height:12.875rem;top:18.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3aD7pmuXHJw8SqOWhudTAaHE6qUiaN { width:16.4375rem;height:1.125rem;top:19.25rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhad4JnIb2yfe29Mxf0uWMIU9Q8ilGTh { width:11.4375rem;height:0.9375rem;top:26.0625rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBpXmzJindNn6kshMH1d7lRl81kRsEws { width:11.4375rem;height:0.9375rem;top:23.75rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn { width:1.5625rem;height:1.5625rem;top:21.3125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4oU08hadsOSPJCqGSKwkpXELnqz3XX3 { width:1.5625rem;height:1.5625rem;top:23.4375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouTdEaNHdU3G6JXG7ddw8GSckZhrivA { width:1.5625rem;height:1.5625rem;top:25.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43UXh3P28rGFIpkQDHe0iEKg2F6hyo4 { width:11.4375rem;height:0.9375rem;top:21.625rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg { width:1.5625rem;height:1.5625rem;top:28.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb8efOqA9Ae15gxxLWVRRkIEnSIbPevg { width:11.4375rem;height:0.9375rem;top:28.375rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6ZC6NydEnLEUtfx75T7d6oOlMCLZ7h { width:11.4375rem;height:0.9375rem;top:28.375rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9 { width:1.5625rem;height:1.5625rem;top:28.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ypAsSuTvkXROnaKUazGFQHe3sQQuAD { width:16.4375rem;height:12.875rem;top:18.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp { width:1.5625rem;height:1.5625rem;top:21.3125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE5ZZIgDFs428JnPJO6KTfauAWdDbem6 { width:1.5625rem;height:1.5625rem;top:23.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR { width:1.5625rem;height:1.5625rem;top:25.75rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxW03DTqA3pltOCiumZNJJkOqkWQXKR { width:1.5625rem;height:1.5625rem;top:28.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgN9xAuNP9kWPXTcQnRoD8exyPRvLaD { width:16.4375rem;height:1.125rem;top:19.25rem;left:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yismNOtXrc3VZysotQX626z1OWSoCNrf { width:11.4375rem;height:0.9375rem;top:28.375rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbXTWqoqICXiVM1F1kr46BmRAvP3IZP { width:11.4375rem;height:0.9375rem;top:26.0625rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJecpoha42CGnZClQk5I0BZqwGLsDkMy { width:11.4375rem;height:0.9375rem;top:23.75rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7f1LUW9Fx3ElFPpqshRMGVwGp3hAkcp { width:11.4375rem;height:0.9375rem;top:21.625rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 { display:block; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr { width:16.4375rem;height:12.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb { width:16.4375rem;height:12.125rem;top:0.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl { width:16.4375rem;height:12.125rem;top:0.9375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssoug1VKoerEx7BSGOadKFhDdapGqH9y { width:16.4375rem;height:12.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV6fqDvIM9DrTnNKgJ3E7r1vOHbiQgX7 { width:16.4375rem;height:1.125rem;top:14.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6 { width:1.5625rem;height:1.5625rem;top:16.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R96hMF4U9ddswwvvaNsM3cryTXU2nx { width:11.4375rem;height:0.9375rem;top:16.4375rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf { width:1.5625rem;height:1.5625rem;top:18.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSXoNXDT3DhMHqGJW6kfbAIzZnT79Okw { width:11.4375rem;height:0.9375rem;top:18.5625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qMMG7c2lcFhutuFgmTRtJtrR7Ps6GU { width:16.4375rem;height:12.875rem;top:13.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxlbrZ0HPDXERRBMPVR1u3zCnIZvKNP { width:16.4375rem;height:1.125rem;top:14.0625rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPdJOklBV4m7bKQyio6EKRmZFkTRhSE { width:11.4375rem;height:0.9375rem;top:20.875rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whDdfR0eITboHrbUZkgxQXi37p28e4XA { width:11.4375rem;height:0.9375rem;top:18.5625rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J { width:1.5625rem;height:1.5625rem;top:16.125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tercPuxafhdpHdwacaKdzdGGPi1d4s1i { width:1.5625rem;height:1.5625rem;top:18.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi { width:1.5625rem;height:1.5625rem;top:20.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJJCB2oTprwkF3Jytgd3hQpqRVMfNmT { width:11.4375rem;height:0.9375rem;top:16.4375rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5V34TE9NlAziki4uApe4XpQwsPxq7w5 { width:1.5625rem;height:1.5625rem;top:20.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOq8o0cMc2Wg9xfwElS6QcVAw12br0H { width:11.4375rem;height:0.9375rem;top:20.875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSzviAXVmPxoJKwnskSU53yWzaibdPT { width:11.4375rem;height:0.9375rem;top:23.1875rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDlvhQ7pxVeB2To2K0simwLKVThb0A5l { width:1.5625rem;height:1.5625rem;top:22.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v61GPacV6JZ09Zo0fLtNTsKnCiSGa6xy { width:16.4375rem;height:12.875rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5 { width:1.5625rem;height:1.5625rem;top:16.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w { width:1.5625rem;height:1.5625rem;top:18.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8BCThTzEIZIkTF3PJQolGG82OaHMTeS { width:1.5625rem;height:1.5625rem;top:20.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9M37xq62B47Pfox3oLyVv9Urh5flStW { width:1.5625rem;height:1.5625rem;top:22.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRK6CNbxT1Ws3aQgGOCzu1x1OMyxWMVG { width:16.4375rem;height:1.125rem;top:14.0625rem;left:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuwQoPo4CeFgKddk5L3iyCh6C2m2iZn { width:11.4375rem;height:0.9375rem;top:23.1875rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9vcc9QNHg5qNL9dIsF3QPyzk3zQLJk { width:11.4375rem;height:0.9375rem;top:20.875rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne064atrsxb7eXDslAutJUTpdEkH0kFd { width:11.4375rem;height:0.9375rem;top:18.5625rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgIQJP1CMAopVwIJhqK7oTH8dT3lTPa { width:11.4375rem;height:0.9375rem;top:16.4375rem;left:35.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFyGomFKaaQATPdd17ABz7GS0n4TmTWU { display:block; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg0bSbK8ERLDCavRqh202t22pI1Tt3LL { width:16.4375rem;height:12.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x { width:16.4375rem;height:12.125rem;top:0.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV81Ce3Bupq8sWDGGcMySOOXwBU6Bhf8 { width:16.4375rem;height:12.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob9I1hlP2nls9LJXiHWhAd8VlZr5xhoB { width:16.4375rem;height:1.125rem;top:14rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD9NzP2QqbZTEnvtT29OuKSugH2otweZ { width:1.5625rem;height:1.5625rem;top:16.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgd3IvamUpC2dGcUU9viqkIzo5VweB7o { width:11.4375rem;height:0.9375rem;top:16.375rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3 { width:1.5625rem;height:1.5625rem;top:18.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzLS3KJzaPznZeHlWBx23nEBan7uwVM { width:11.4375rem;height:0.9375rem;top:18.5rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Oe9uyFHVsynnaMkfvv9ZXKUKD2o4hH { width:16.4375rem;height:12.875rem;top:13.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9e6ox6VLyNnKTVoSlq6AKhMfoLA1TJc { width:16.4375rem;height:1.125rem;top:14rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVCzrG5EeTxfaEJdTWgmD5QnWspXA7hP { width:11.4375rem;height:0.9375rem;top:18.5rem;left:19.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI { width:1.5625rem;height:1.5625rem;top:16.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT { width:1.5625rem;height:1.5625rem;top:18.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kurFlSmtSzk21JmOd2DTlmdbJ317ggDT { width:11.4375rem;height:0.9375rem;top:16.375rem;left:19.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2 { width:1.5625rem;height:1.5625rem;top:20.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIi1ze5keXPbgekFdC0ggrGVwvHeHXt { width:11.4375rem;height:0.9375rem;top:20.8125rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9dPGNd9umfTLoBXI9koalkuC4Mq2rbF { width:11.4375rem;height:0.9375rem;top:20.75rem;left:19.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI { width:1.5625rem;height:1.5625rem;top:20.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCtFC64eVLRyJuateQBxsZtMT95HIdzi { width:16.4375rem;height:12.125rem;top:0.875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMgeptbURNA9Pmh6wKTILKKaQRMC71IE { width:16.4375rem;height:12.875rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTg1A66EAQaIkVFOmiZ4XSzeF6GWUPk { width:16.4375rem;height:1.125rem;top:14rem;left:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtHIQeER5B4blrag5KRXP5xu5EEEBgUN { width:1.5625rem;height:1.5625rem;top:16.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7LWMV7V6FzpynBTk38GVUTQEQHKXQS { width:11.4375rem;height:0.9375rem;top:16.375rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hawxsy8bo2xFUEpE1xZd1Twv5aSRlRl0 { width:11.4375rem;height:0.9375rem;top:18.5rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM { width:1.5625rem;height:1.5625rem;top:18.1875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDulaI9b8wWz8tKhUki6sFqaFXe5W91T { width:11.4375rem;height:0.9375rem;top:20.75rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl { width:1.5625rem;height:1.5625rem;top:20.5rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl { display:block; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { width:3rem;height:3rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:9.625rem;height:1.1875rem;top:8.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { width:47.75rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1ET7G1sk7Pd0JWXyI9gwa60CtULme6 { width:12.75rem;height:1.1875rem;top:8.3125rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTu9krQdDCXflEPUtB9s4ikLw37Uboq { width:3rem;height:3rem;top:7.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { width:12.25rem;height:1.1875rem;top:8.3125rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbhCpmsTe3ZTGzJCJNKukX70trWt7QB { width:3rem;height:3rem;top:7.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { width:13.125rem;height:1.1875rem;top:12.5625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SilaSSuKoTPZx9UyLzWyPl0LGTOSVeGD { width:3rem;height:3rem;top:11.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcODsXvXPWlTX7F4zT1mZK7fx6ofAB0L { width:10.5rem;height:1.1875rem;top:12.5625rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4vI2tnRJIPKmQK8EWpAL4vTTKtXAWbq { width:3rem;height:3rem;top:11.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscXyfckf3iMBfWOhEQFoWaytonetvJf { width:12.4375rem;height:1.125rem;top:12.5625rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMvwCDxlTxEMXC9ak278H11Saq9zh5E { width:3rem;height:3rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4KzZulW66tooglrorRPMLhc2coKy6W { width:13.0625rem;height:1.125rem;top:17.375rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTu2vlaEeewoU5atymMbTXim6kfG1RH { width:3rem;height:3rem;top:16.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziEK5isT2KE1DCrdUszz5LPMapAyOhn { width:11.625rem;height:1.1875rem;top:17.1875rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwuinW4ZD4OHFlN0k1ZTlwcKK3E9oIe { width:3rem;height:3rem;top:16.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30CEqB7weO3bh0afG12pgmTzn6BNNax { width:10.6875rem;height:1.1875rem;top:17.1875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRKTaunobEXGyi2I4pPxIvAsXNHSZaD { width:3rem;height:3rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQTgEzNZzwXHK4WBf3DNzOguBZcmpyM { width:12.625rem;height:2.75rem;top:33.125rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqcTFamyEN9HhePIfbx1Xh4mVrsIPIsP { display:block; }
 }@media only screen and (max-width: 763px) { #lwCmpEJQTTuLCScU3Gc2QTCoZ1QuC4iQ { width:2.5625rem;height:2.5625rem;top:20.875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqJVfRxTbHth5paWlpdmsoJnDHhRW3Q { width:3rem;height:3rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZPtNL04rwW8eA4KlpLBnGvXi9IFU6M { width:11.625rem;height:1.1875rem;top:21.625rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXw3SU7yvwVGRIKvuE91Tw1FymZtEaUl { width:10.6875rem;height:1.1875rem;top:21.625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhgMRoJOVl1UANKfsUTnyDtzVuTpCAVp { width:3rem;height:3rem;top:20.875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5cH5FX5ssKcIf1onZ6KXfoCwbowy0G { width:13.0625rem;height:1.125rem;top:21.8125rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u33IM8s6wVAx9Vd4HuVMZgnylvCllsre { display:block; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5d427a73054f15b647ab9ffd433568c { display:block; }#O5d427a73054f15b647ab9ffd433568c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P64f8332350e9ac6b58089939bbe8b3c { width:22.0625rem;height:2.4375rem;top:17.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S590b2a26ef950b2f6243edf1a0d7e44 { display:block; }
 }@media only screen and (max-width: 763px) { #xbfcb7b18bbbd52d2bf8770e8da91139 { width:47.75rem;height:6.25rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f14a1993483e8def2d7b083b948e71c9 { width:44.8125rem;height:2.875rem;top:8.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { display:block; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRO2F1hXn73zpycrzpq70cweyl8MPyrs { width:18.3125rem;height:2.625rem;top:23.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { width:18.4375rem;height:2.625rem;top:23.1875rem;left:29.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:30.0625rem;height:12.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { display:block; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:3.5625rem;height:3.5625rem;top:7.0625rem;left:12.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:20.3125rem;height:7.375rem;top:11.25rem;left:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU {display:block;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #Q791KQWp9IH7QeDwQAf6E8lREfMKDvOO {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #ehmV48wBfqebtn8RpX2bk4PlAAK7BgeJ { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #BuScNnqGiI22ahXwfb85ENBeTRqPKQCH {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HfAH8uszQ6Mcp3O0fywMvXSWs8xyylFl {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #U78s2IKBGV3ZFErFWFpbql1NUi7vERLP { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #a3Jca6S3hdzKLpoJMvKh5HJOT2vFLwJT {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #VFxFERbHtPpKPHAGLp09fzPEMe54J5xD {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #smg6X2hnGcHP654viRE48OiwHbgmqsQk { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #bTwwLU9MFSkXKKSGr3OlD2N97VboAzU2 {  }
 }@media only screen and (max-width: 763px) { #el6EyEE6R1ZBB8P2VarO5LTNftzt04Dz { display:block; }
 }@media only screen and (max-width: 763px) { #D5mHeiGuDifKdsM9GlxDdnFcxLTGIfrD { display:block; }
 }@media only screen and (max-width: 763px) { #cr8ZrorpEuMpmgp6GrrdbabW9L9nGyBK { display:block; }
 }@media only screen and (max-width: 763px) { #lypHadoLPfKEyvb2HEKi3fZNVNq0JSr2 { display:block; }
 }@media only screen and (max-width: 763px) { #WPFkgRF1Q93rRFnIUZsAzOuOgald7kgV { display:block; }
 }@media only screen and (max-width: 763px) { #zm9MeNFc2Hv3SB8xovBTILu6k0JqyScW { display:block; }
 }@media only screen and (max-width: 763px) { #nmWDDuAsUw58DJ98mv4zT4HtzOvEEAeZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKvJlaJQUpRK3clmWcJUP6gwh2QRWE1e { display:block; }
 }@media only screen and (max-width: 763px) { #IwsiSdFhPfZXfZczGOV3wutNPnOxok7r { display:block; }
 }@media only screen and (max-width: 763px) { #kgvS2KidgwsmGTGaFSiUMuuId7mTIIvS { display:block; }
 }@media only screen and (max-width: 763px) { #TImB8FQbCOU1lNRFpXf8pyxz8HS4BeUm { display:block; }
 }@media only screen and (max-width: 763px) { #lVQyIBr3TiwptXZxr0MK4xaq7Dlni8Au { display:block; }
 }@media only screen and (max-width: 763px) { #TVuFnDsh0tPNTQFwHw0c8RtUXDaVWpf3 { display:block; }
 }@media only screen and (max-width: 763px) { #qoDm0tMkMdWvGV5cvfRZlbDPWyImdvs9 { display:block; }
 }@media only screen and (max-width: 763px) { #tEs8IlNuE6qtODoka96ssO3KFipz5lG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wb8Spq1yVkx0l4sVNgzBmo1FOTzn9mRe { display:block; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #TMcEZQJ8TBCnh1JGe3s3XGFqlhDCH9oK {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HTdWwQDB3OwRgwR5WkW0UoD1KsRsD7Ts {  }
 }@media only screen and (max-width: 763px) { #W3950fb25f1267fad136664ad8769337 { display:block; }#W3950fb25f1267fad136664ad8769337 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe6d5868efd3e74f83855ab41555406a { width:12.75rem;height:4.8125rem;top:2rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ved0bea6eb49504f13e78dbc0895f44e { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5cKVunU8A3Aa5nUZ7TsmdybTukTq5PT { width:36.1875rem;height:2.4375rem;top:4.1875rem;left:11.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:4.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:5.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:10.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:0rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:5.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:10.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:4.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:4.3125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:11.3125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:11.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:11.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:5.1875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:11.9375rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { width:3.25rem;height:3.25rem;top:0.1875rem;left:44.5rem;display:block; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFv0AqqXeEocukA8S2u8hlp5IZ82m7Oe { width:15.4375rem;height:6.125rem;top:0.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sluaG6IUoTQgXVGvdpN2sy4sTJLNQOu4 { width:11.3125rem;height:2.4375rem;top:1.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d94tZfr96NbOEIADH9IZAkt438nPp7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { background-color: transparent; background-image: none; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container > .video-iframe-container { display: none; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container { display: block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .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); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { border-width: 0; border-radius: 0; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.3125rem;height:5.173825rem;top:3.3125rem;left:0.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:16.5625rem;height:5.5234375rem;top:9.8125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:10.1875rem;height:2.5625rem;top:20rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #XTSzR9AxRdhAzg78sKHSFT8b5VlHSDoI { width:9.5625rem;height:2.4375rem;top:3.125rem;left:5.21875rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HB0uPsGNaaduNZWnlduJSmIWK4gw4Twh { width:11.875rem;height:2.2744125rem;top:16.125rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#000000;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Qz30RA1so9856hilv8qkcqTSwhIhTdpw { width:17.625rem;height:18.9375rem;top:25.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgXcvtlninnZcSJOzZw0hxaSVAH7ivK { width:14.6875rem;height:8.4375rem;top:56.5rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5LeLykB0RHIAGdqiGMwE0hyDRr08VxJ { width:13.75rem;height:8.375rem;top:29rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9WhrdasV4dG3akhepJRa4KGRVV1hwgm { display:block; }#h9WhrdasV4dG3akhepJRa4KGRVV1hwgm > .row .container { width:20rem;height:156.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDkOt979c971cbbg33A8lh4ySMo6WxUE { width:19.875rem;height:21.125rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9PpWAcJTsd6sW0JqnH7TrDWdDANqg9c { width:20rem;height:11.2119375rem;top:2rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amIPJmqTKJC5vMeD6GCZVnAUw19ovldV { width:20rem;height:0;top:128.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QdZcoU67ffV6J7wqRfsqV3tekGlUkTDK { width:20rem;height:12.8125rem;top:74.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZV5lTmFvgvdCeC1gUUwtNXxcHuM7h5z { width:20rem;height:10.875rem;top:88.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK0lgvMe3CVI0mLDy61VyDobz6LQs98o { width:20rem;height:19.0625rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot17ftpWVoUAWQbWGNmapOOqF4krvRlU { width:20rem;height:11.8125rem;top:100.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDwKze9yOdxr6nBdEBzF3qT8DqFhwaw { width:18.8125rem;height:7.8735625rem;top:61.331249237061rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDGBRSV2Eq89Vr3bwNVXVyTwaXw4DXzb { width:20rem;height:24.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5drIRuwUQrRrH9l5TFVOP0zixfkk4U { width:20rem;height:13.5625rem;top:114.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXNmxWqNJo6NS11EHwqRtsQwLBOltbH2 { width:12.625rem;height:2.75rem;top:152.25rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuvtvNcutOKdwAJB0269TtcWIfJuTRVA { display:block; }
 }@media only screen and (max-width: 763px) { #r6MDpmbesgXVQ3GUk7VlobnDQ7Fvvh4K { width:20rem;height:3.59911875rem;top:130.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHaH7OmXX6ANcQtIyeUdU4ydOby9TG6p { width:20rem;height:15.39895625rem;top:135.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss { display:block; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 { display:block; }#VQBp27XdFvkJFcH7rMnTi72r8pNRahS7 > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { width:20rem;height:1.86875rem;top:2.125rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pDWCTyt3n2IwK4t6287b3fHA27mfTBTP { height:10.973125rem;width:20rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJxPw6ylVdEL0p61xT7IdqwZskM9Vpze { width:20rem;height:1.38125rem;top:21.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mh0obxaxHUCewwTzAEeoL1bNvo10g0XT { width:9.4375rem;height:1.75rem;top:18.75rem;left:5.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KMD9H5G2IDEr5dZwJuBpLcKRJHTiyi1g { width:9.1875rem;height:1.275rem;top:32.9375rem;left:5.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA19lbyncqJZFk8SIITVx3gvffDNy0LD { display:flex;width:0.9375rem;height:0.9375rem;top:33.0625rem;left:5.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KNDMVDIWJcAmWIw9C71BAeulu4BoVJ3W { width:17.9375rem;height:1.38125rem;top:31.125rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLvyaZPT5xKvVsUS8KEcbVppy19BS69T { width:3.1875rem;height:3.625rem;top:26.75rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O59dwpQWB3QDwr8pk45huUI2fqC4Ewxh { width:9.1875rem;height:1.275rem;top:23.25rem;left:5.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6fxlVTbwe6iMukNyyum6mGRq2pd3ebX { display:flex;width:0.9375rem;height:0.9375rem;top:23.4375rem;left:5.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DUEa1HDg6dDwbwHp2DIZuGGW588ba0cD { width:9.1875rem;height:1.275rem;top:43.25rem;left:5.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tafibTWHTgzxpkrPCTt3xNsWfMkTFfeG { display:flex;width:0.9375rem;height:0.9375rem;top:43.4375rem;left:5.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k9D8Kgti3TcadKlf0rPmBn0DIEUs9XKk { width:13.125rem;height:2.76171875rem;top:39.6875rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0znbDbJP1OzJ5ygWg4qtGiTCbPwt3tD { width:3.75rem;height:2.5625rem;top:36.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdAANiq2UGVq92TEitqmM1fsdpVUPk3x { width:9.1875rem;height:1.275rem;top:51.0625rem;left:5.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6dylNpMicC3Nifk3TTE0Xz33GFtx5Xb { display:flex;width:0.9375rem;height:0.9375rem;top:51.25rem;left:5.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FftIME52XKgLcovNT0MPDArC0MqdyWp1 { width:15.8125rem;height:1.38125rem;top:49.25rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kShHV6cZ6SgyJKTd812e8pIPTbnkqrFc { width:7.9375rem;height:2.1875rem;top:46.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chHrzVaGOL9r5V3zlN4G12FXoMT4xRyl { width:1.875rem;height:2.4375rem;top:54.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpQv3Fop0p1gPTV7fvKP0RM2OZzfNHaK { display:flex;width:0.9375rem;height:0.9375rem;top:61.3125rem;left:6.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UDSXFI9aiQpqZQIKqOmFm41SiVwEfbfH { width:14.125rem;height:2.761725rem;top:57.9375rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSTgF8lHxFwWcyCyZNJOeZaSDRDOgSpD { width:9.1875rem;height:1.275rem;top:61.125rem;left:6.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK { display:block; }#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlkuIpWNAgTzD6u8WWigsdbXRUVs0CTP { width:18.3125rem;height:0;top:17.375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ulfHn7lK7syX1m0mhFI7GgTTIA7Z6WVg { width:18.4375rem;height:0;top:39.8125rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb { display:block; }#CiTATbNrdyGRhuNLkShsSqAoW8RSGTlb > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCzaRPTLEi2skb0QGU4aUsXv7DTTiuBZ { width:16.4375rem;height:9.1875rem;top:5.34375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2s0ZoFLEwis5BAyqewJ8cpoJXUghtCp { width:16.4375rem;height:12.125rem;top:29.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6cxXdgxBNDX5BX7dxpDyMozBVEsT6bz { width:16.4375rem;height:12.125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2tMWwTG0s2f6pGVg0wobvK9U9u7e7Tv { width:20rem;height:1.86875rem;top:1.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR1mRW1ND8tsX3yHEsGFxy4ZUT8htWnZ { width:16.4375rem;height:13.75rem;top:14.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGF10IhOtVb9xPLGcQa5cqgzDdkAUstm { width:16.4375rem;height:1.125rem;top:15.25rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP7lKDfPapNQLaTND4ZKOhQHFQfLC1k8 { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTd5nE4r851DpO5UmDaN5rurqSz8cgM { width:11.4375rem;height:0.975rem;top:17.625rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP3dyTni2Uxsso7B6I5zJqTAwBVWL8yu { width:1.5625rem;height:1.5625rem;top:19.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTONPn9CvHmbVzXb9VxfX9zhBKXnZTG5 { width:11.4375rem;height:0.975rem;top:20.25rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsgmv0WafLTuhLmtkFR8CpkNV2eDKI4c { width:1.5625rem;height:1.5625rem;top:22.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8F4rlk0TWeAAtEfhRImduTxSgKiUkhH { width:11.4375rem;height:0.975rem;top:22.85546875rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDmaXDArzETOTezR3WlzT4EoCmAwPvg { width:16.4375rem;height:12.875rem;top:40.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3aD7pmuXHJw8SqOWhudTAaHE6qUiaN { width:16.4375rem;height:1.125rem;top:41.75rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhad4JnIb2yfe29Mxf0uWMIU9Q8ilGTh { width:11.4375rem;height:0.975rem;top:48.5625rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBpXmzJindNn6kshMH1d7lRl81kRsEws { width:11.4375rem;height:0.975rem;top:46.25rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGBx3sz6fMK4yB3e6VMEIoZl9TJrZmn { width:1.5625rem;height:1.5625rem;top:43.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4oU08hadsOSPJCqGSKwkpXELnqz3XX3 { width:1.5625rem;height:1.5625rem;top:45.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouTdEaNHdU3G6JXG7ddw8GSckZhrivA { width:1.5625rem;height:1.5625rem;top:48.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43UXh3P28rGFIpkQDHe0iEKg2F6hyo4 { width:11.4375rem;height:0.975rem;top:44.125rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnRV0LbF9mhIo1THDuXt2KcqBPPvTOg { width:1.5625rem;height:1.5625rem;top:25.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb8efOqA9Ae15gxxLWVRRkIEnSIbPevg { width:11.4375rem;height:0.975rem;top:25.35546875rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6ZC6NydEnLEUtfx75T7d6oOlMCLZ7h { width:11.4375rem;height:0.975rem;top:50.875rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT7zfsPNTzdWawzXG81oVFuyvyZTWOS9 { width:1.5625rem;height:1.5625rem;top:50.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ypAsSuTvkXROnaKUazGFQHe3sQQuAD { width:16.4375rem;height:12.875rem;top:67.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am1xUsRbvMM7dXTH56N9Fa9bIycD0UQp { width:1.5625rem;height:1.5625rem;top:70.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE5ZZIgDFs428JnPJO6KTfauAWdDbem6 { width:1.5625rem;height:1.5625rem;top:72.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLMaf38xowQ1KxsXBFpkqTm9BAA8ghBR { width:1.5625rem;height:1.5625rem;top:74.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxW03DTqA3pltOCiumZNJJkOqkWQXKR { width:1.5625rem;height:1.5625rem;top:77.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSgN9xAuNP9kWPXTcQnRoD8exyPRvLaD { width:16.4375rem;height:1.125rem;top:68.375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yismNOtXrc3VZysotQX626z1OWSoCNrf { width:11.4375rem;height:0.975rem;top:77.5rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbXTWqoqICXiVM1F1kr46BmRAvP3IZP { width:11.4375rem;height:0.975rem;top:75.1875rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJecpoha42CGnZClQk5I0BZqwGLsDkMy { width:11.4375rem;height:0.975rem;top:72.875rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7f1LUW9Fx3ElFPpqshRMGVwGp3hAkcp { width:11.4375rem;height:0.975rem;top:70.75rem;left:5.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 { display:block; }#TR4DozqJS21IenLPVc7FCnXlJVI9gxF7 > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7tRanpy2aRZQJXHse9HPmzfKNnWE4nr { width:16.4375rem;height:9.1875rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7D6oiCeI5PRSRLJ6E5xvIH03bHJclqb { width:16.4375rem;height:12.125rem;top:24.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQ354Z9k9cesUfCa6Qb1cWoi27dRQhl { width:16.4375rem;height:12.125rem;top:49.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssoug1VKoerEx7BSGOadKFhDdapGqH9y { width:16.4375rem;height:13.75rem;top:9.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV6fqDvIM9DrTnNKgJ3E7r1vOHbiQgX7 { width:16.4375rem;height:1.125rem;top:9.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTMn81wwrL3r5Ti6ANWtTxptKDwfEM6 { width:1.5625rem;height:1.5625rem;top:12rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9R96hMF4U9ddswwvvaNsM3cryTXU2nx { width:11.4375rem;height:0.975rem;top:12.3125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHkasRPRTB4AU6mOPQ9P8nxlFeFBWoaf { width:1.5625rem;height:1.5625rem;top:14.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSXoNXDT3DhMHqGJW6kfbAIzZnT79Okw { width:11.4375rem;height:0.975rem;top:14.9375rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0qMMG7c2lcFhutuFgmTRtJtrR7Ps6GU { width:16.4375rem;height:12.875rem;top:35.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxlbrZ0HPDXERRBMPVR1u3zCnIZvKNP { width:16.4375rem;height:1.125rem;top:36.1875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPdJOklBV4m7bKQyio6EKRmZFkTRhSE { width:11.4375rem;height:0.975rem;top:43rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whDdfR0eITboHrbUZkgxQXi37p28e4XA { width:11.4375rem;height:0.975rem;top:40.6875rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aahPF0NAV0mXA7XcFJ0CFc6Ww9H1T32J { width:1.5625rem;height:1.5625rem;top:38.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tercPuxafhdpHdwacaKdzdGGPi1d4s1i { width:1.5625rem;height:1.5625rem;top:40.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoTDGsb7QTCZmFZbUll3gWeyzzmpQtDi { width:1.5625rem;height:1.5625rem;top:42.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJJCB2oTprwkF3Jytgd3hQpqRVMfNmT { width:11.4375rem;height:0.975rem;top:38.5625rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5V34TE9NlAziki4uApe4XpQwsPxq7w5 { width:1.5625rem;height:1.5625rem;top:19.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOq8o0cMc2Wg9xfwElS6QcVAw12br0H { width:11.4375rem;height:0.975rem;top:20rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSzviAXVmPxoJKwnskSU53yWzaibdPT { width:11.4375rem;height:0.975rem;top:45.3125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDlvhQ7pxVeB2To2K0simwLKVThb0A5l { width:1.5625rem;height:1.5625rem;top:45rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v61GPacV6JZ09Zo0fLtNTsKnCiSGa6xy { width:16.4375rem;height:12.875rem;top:61.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLXq5vWxf1wQ0T8Sc5QRrLL8kKe2grQ5 { width:1.5625rem;height:1.5625rem;top:64.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTPTrJto1rZHkl350Ez9xEwD0TWkH2w { width:1.5625rem;height:1.5625rem;top:66.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8BCThTzEIZIkTF3PJQolGG82OaHMTeS { width:1.5625rem;height:1.5625rem;top:69.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9M37xq62B47Pfox3oLyVv9Urh5flStW { width:1.5625rem;height:1.5625rem;top:71.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRK6CNbxT1Ws3aQgGOCzu1x1OMyxWMVG { width:16.4375rem;height:1.125rem;top:62.625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuwQoPo4CeFgKddk5L3iyCh6C2m2iZn { width:11.4375rem;height:0.975rem;top:71.75rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9vcc9QNHg5qNL9dIsF3QPyzk3zQLJk { width:11.4375rem;height:0.975rem;top:69.4375rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne064atrsxb7eXDslAutJUTpdEkH0kFd { width:11.4375rem;height:0.975rem;top:67.125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgIQJP1CMAopVwIJhqK7oTH8dT3lTPa { width:11.4375rem;height:0.975rem;top:65rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFyGomFKaaQATPdd17ABz7GS0n4TmTWU { display:block; }#mFyGomFKaaQATPdd17ABz7GS0n4TmTWU > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg0bSbK8ERLDCavRqh202t22pI1Tt3LL { width:16.4375rem;height:9.1875rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG3egOHkO7rUFNc5gMI8mdRNAqTEP47x { width:16.4375rem;height:12.125rem;top:22.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV81Ce3Bupq8sWDGGcMySOOXwBU6Bhf8 { width:16.4375rem;height:11.375rem;top:9.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob9I1hlP2nls9LJXiHWhAd8VlZr5xhoB { width:16.4375rem;height:1.125rem;top:9.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD9NzP2QqbZTEnvtT29OuKSugH2otweZ { width:1.5625rem;height:1.5625rem;top:12rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgd3IvamUpC2dGcUU9viqkIzo5VweB7o { width:11.4375rem;height:0.975rem;top:12.3125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZEMtZbWDLbZ24dFmknnOHT9fxT7yC3 { width:1.5625rem;height:1.5625rem;top:14.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzLS3KJzaPznZeHlWBx23nEBan7uwVM { width:11.4375rem;height:0.975rem;top:14.9375rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Oe9uyFHVsynnaMkfvv9ZXKUKD2o4hH { width:16.4375rem;height:11.25rem;top:33.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9e6ox6VLyNnKTVoSlq6AKhMfoLA1TJc { width:16.4375rem;height:1.125rem;top:34.625rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVCzrG5EeTxfaEJdTWgmD5QnWspXA7hP { width:11.4375rem;height:0.975rem;top:39.125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVyzoXs16d7sBURkGwZfnKNJbSOFNdfI { width:1.5625rem;height:1.5625rem;top:36.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ8t7vgmJwxPoEtBOaw4NTtRoRmz0BXT { width:1.5625rem;height:1.5625rem;top:38.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kurFlSmtSzk21JmOd2DTlmdbJ317ggDT { width:11.4375rem;height:0.975rem;top:37rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmCmG8AgrArQNwSSVOcZhSNd8wqQTx2 { width:1.5625rem;height:1.5625rem;top:17.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIi1ze5keXPbgekFdC0ggrGVwvHeHXt { width:11.4375rem;height:0.975rem;top:17.375rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9dPGNd9umfTLoBXI9koalkuC4Mq2rbF { width:11.4375rem;height:0.975rem;top:41.625rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV98XTRdTGgvzNy3iIl5RtnRotIEn2fI { width:1.5625rem;height:1.5625rem;top:41.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCtFC64eVLRyJuateQBxsZtMT95HIdzi { width:16.4375rem;height:12.125rem;top:47.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMgeptbURNA9Pmh6wKTILKKaQRMC71IE { width:16.4375rem;height:12.875rem;top:59.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTg1A66EAQaIkVFOmiZ4XSzeF6GWUPk { width:16.4375rem;height:1.125rem;top:60.5625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtHIQeER5B4blrag5KRXP5xu5EEEBgUN { width:1.5625rem;height:1.5625rem;top:62.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7LWMV7V6FzpynBTk38GVUTQEQHKXQS { width:11.4375rem;height:0.975rem;top:62.9375rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hawxsy8bo2xFUEpE1xZd1Twv5aSRlRl0 { width:11.4375rem;height:0.975rem;top:65.0625rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKMfM7Lxyk3i6TUVhdMBOEacXTNygpM { width:1.5625rem;height:1.5625rem;top:64.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDulaI9b8wWz8tKhUki6sFqaFXe5W91T { width:11.4375rem;height:0.975rem;top:67.3125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPnT5KfeRGpHG1HasUOQQXbh0HWsI2cl { width:1.5625rem;height:1.5625rem;top:67.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl { display:block; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { width:3rem;height:3rem;top:9.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:9.125rem;height:1.2rem;top:14.0625rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { width:15.5rem;height:5.173825rem;top:2.0244140625rem;left:2.25rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IN1ET7G1sk7Pd0JWXyI9gwa60CtULme6 { width:15.1875rem;height:1.2rem;top:21.125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riTu9krQdDCXflEPUtB9s4ikLw37Uboq { width:3rem;height:3rem;top:17.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { width:8.4375rem;height:2.3994125rem;top:28.375rem;left:5.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snbhCpmsTe3ZTGzJCJNKukX70trWt7QB { width:3rem;height:3rem;top:24.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { width:10.625rem;height:2.3994125rem;top:50.5rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SilaSSuKoTPZx9UyLzWyPl0LGTOSVeGD { width:3rem;height:3rem;top:46.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcODsXvXPWlTX7F4zT1mZK7fx6ofAB0L { width:10.5rem;height:1.2rem;top:43.3125rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4vI2tnRJIPKmQK8EWpAL4vTTKtXAWbq { width:2.5625rem;height:2.5625rem;top:39.875rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscXyfckf3iMBfWOhEQFoWaytonetvJf { width:16rem;height:1.2rem;top:35.9375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIMvwCDxlTxEMXC9ak278H11Saq9zh5E { width:3rem;height:3rem;top:32.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4KzZulW66tooglrorRPMLhc2coKy6W { width:14.75rem;height:1.2rem;top:73.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDTu2vlaEeewoU5atymMbTXim6kfG1RH { width:3rem;height:3rem;top:69.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziEK5isT2KE1DCrdUszz5LPMapAyOhn { width:14.9375rem;height:1.2rem;top:66.4375rem;left:2.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFwuinW4ZD4OHFlN0k1ZTlwcKK3E9oIe { width:3rem;height:3rem;top:62.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30CEqB7weO3bh0afG12pgmTzn6BNNax { width:15.625rem;height:1.2rem;top:58.75rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKRKTaunobEXGyi2I4pPxIvAsXNHSZaD { width:3rem;height:3rem;top:55rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQTgEzNZzwXHK4WBf3DNzOguBZcmpyM { width:12.75rem;height:2.8125rem;top:97.5625rem;left:3.6875rem;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QqcTFamyEN9HhePIfbx1Xh4mVrsIPIsP { display:block; }
 }@media only screen and (max-width: 763px) { #lwCmpEJQTTuLCScU3Gc2QTCoZ1QuC4iQ { width:2.5625rem;height:2.5625rem;top:83.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqJVfRxTbHth5paWlpdmsoJnDHhRW3Q { width:3rem;height:3rem;top:76.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZPtNL04rwW8eA4KlpLBnGvXi9IFU6M { width:11.625rem;height:1.2rem;top:87.4375rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXw3SU7yvwVGRIKvuE91Tw1FymZtEaUl { width:10.6875rem;height:1.2rem;top:81.1875rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhgMRoJOVl1UANKfsUTnyDtzVuTpCAVp { width:3rem;height:3rem;top:89.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5cH5FX5ssKcIf1onZ6KXfoCwbowy0G { width:13.0625rem;height:1.2rem;top:94.125rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u33IM8s6wVAx9Vd4HuVMZgnylvCllsre { display:block; }#u33IM8s6wVAx9Vd4HuVMZgnylvCllsre > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5d427a73054f15b647ab9ffd433568c { display:block; }#O5d427a73054f15b647ab9ffd433568c > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P64f8332350e9ac6b58089939bbe8b3c { width:17.1875rem;height:2.4375rem;top:19.75rem;left:1.4375rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S590b2a26ef950b2f6243edf1a0d7e44 { display:block; }
 }@media only screen and (max-width: 763px) { #xbfcb7b18bbbd52d2bf8770e8da91139 { width:18rem;height:9.973625rem;top:2.4375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f14a1993483e8def2d7b083b948e71c9 { width:18.125rem;height:4.548825rem;top:13.5rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl { display:block; }#ykFIpNriz6WUyfwq3Tv2nimJTIKt9Ckl > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRO2F1hXn73zpycrzpq70cweyl8MPyrs { width:18.3125rem;height:0;top:17.375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #WKEz7oRnUfDWAuZklz41Qrpfi0rw2Krh { width:18.4375rem;height:0;top:39.8125rem;left:0.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:16.3125rem;height:2.85rem;top:24.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:20rem;height:8.2744375rem;top:48.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:18.5rem;height:18.1987625rem;top:28.923828125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:20rem;height:2.1rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:18.5rem;height:19.598625rem;top:57.37060546875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:18.0625rem;height:11.69925rem;top:15.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql { display:block; }#TwgkRO2xz4Bv2c0ws3nTJBXQxIC3Zfql > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:2.6875rem;height:2.6875rem;top:27.687500476837rem;left:8.6562505364419rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:17.9375rem;height:4.7431625rem;top:2.375036239624rem;left:1.0304687619209rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3.4375rem;background-color:#145dab;background-image:none;font-weight:700;font-style:normal;color:#ffffff; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU  { width:17.375rem;height:auto;top:8.625rem;left:0.024218738079071rem; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU {display:block;}#gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU { width:17.375rem;height:auto;top:8.625rem;left:0.024218738079071rem; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #Q791KQWp9IH7QeDwQAf6E8lREfMKDvOO {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #ehmV48wBfqebtn8RpX2bk4PlAAK7BgeJ { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #BuScNnqGiI22ahXwfb85ENBeTRqPKQCH {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HfAH8uszQ6Mcp3O0fywMvXSWs8xyylFl {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #U78s2IKBGV3ZFErFWFpbql1NUi7vERLP { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #a3Jca6S3hdzKLpoJMvKh5HJOT2vFLwJT {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #VFxFERbHtPpKPHAGLp09fzPEMe54J5xD {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #smg6X2hnGcHP654viRE48OiwHbgmqsQk { display:none; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #bTwwLU9MFSkXKKSGr3OlD2N97VboAzU2 {  }
 }@media only screen and (max-width: 763px) { #el6EyEE6R1ZBB8P2VarO5LTNftzt04Dz { display:block; }
 }@media only screen and (max-width: 763px) { #D5mHeiGuDifKdsM9GlxDdnFcxLTGIfrD { display:block; }
 }@media only screen and (max-width: 763px) { #cr8ZrorpEuMpmgp6GrrdbabW9L9nGyBK { display:block; }
 }@media only screen and (max-width: 763px) { #lypHadoLPfKEyvb2HEKi3fZNVNq0JSr2 { display:block; }
 }@media only screen and (max-width: 763px) { #WPFkgRF1Q93rRFnIUZsAzOuOgald7kgV { display:block; }
 }@media only screen and (max-width: 763px) { #zm9MeNFc2Hv3SB8xovBTILu6k0JqyScW { display:block; }
 }@media only screen and (max-width: 763px) { #nmWDDuAsUw58DJ98mv4zT4HtzOvEEAeZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKvJlaJQUpRK3clmWcJUP6gwh2QRWE1e { display:block; }
 }@media only screen and (max-width: 763px) { #IwsiSdFhPfZXfZczGOV3wutNPnOxok7r { display:block; }
 }@media only screen and (max-width: 763px) { #kgvS2KidgwsmGTGaFSiUMuuId7mTIIvS { display:block; }
 }@media only screen and (max-width: 763px) { #TImB8FQbCOU1lNRFpXf8pyxz8HS4BeUm { display:block; }
 }@media only screen and (max-width: 763px) { #lVQyIBr3TiwptXZxr0MK4xaq7Dlni8Au { display:block; }
 }@media only screen and (max-width: 763px) { #TVuFnDsh0tPNTQFwHw0c8RtUXDaVWpf3 { display:block; }
 }@media only screen and (max-width: 763px) { #qoDm0tMkMdWvGV5cvfRZlbDPWyImdvs9 { display:block; }
 }@media only screen and (max-width: 763px) { #tEs8IlNuE6qtODoka96ssO3KFipz5lG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Wb8Spq1yVkx0l4sVNgzBmo1FOTzn9mRe { display:block; }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #TMcEZQJ8TBCnh1JGe3s3XGFqlhDCH9oK {  }
 }@media only screen and (max-width: 763px) { #gl3NP0ClwVOZeCziMQdV6pp51MuPJbzU #HTdWwQDB3OwRgwR5WkW0UoD1KsRsD7Ts {  }
 }@media only screen and (max-width: 763px) { #W3950fb25f1267fad136664ad8769337 { display:block; }#W3950fb25f1267fad136664ad8769337 > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe6d5868efd3e74f83855ab41555406a { width:11.375rem;height:4.3125rem;top:0.8125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ved0bea6eb49504f13e78dbc0895f44e { width:20rem;height:3.6547875rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5cKVunU8A3Aa5nUZ7TsmdybTukTq5PT { width:20rem;height:4.0625rem;top:9.6249997615813rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:20rem;height:157rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:23.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:45.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:6.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:29.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:12.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:34.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:56.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:17.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:40.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:62.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:68rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:73.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:90.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:84.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:95.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:79.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:100.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { display:flex;width:3.25rem;height:3.25rem;top:0.061458587646484rem;left:16.498958587646rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }