.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:240,238,231;--color-primary-1:206,199,175;--color-primary-2:157,143,94;--color-primary-3:79,72,47;--color-primary-4:24,21,14;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:26,26,26;--color-secondary-3:22,22,22;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:53,53,53;--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: rgba(var(--color-tertiary-0),1); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#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.875rem;width:60rem;overflow:visible;position:relative;display:block; }#aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.8125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-secondary-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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2rem;left:42.9375rem;display:block; }
#Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1wVubTf4TShSHcI9Xy1I7f9weFwKczc { 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:5.5rem;width:7.8125rem;top:1.15625rem;left:7rem;overflow:hidden;display:block; }
#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE { border-top:0;border-left:0;border-right:0;border-bottom:0;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: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; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.adaptive-delivery-prevent-bg, #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.lazyload, #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.lazyloading { background-image: none; }#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),1); }#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),1); }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE > .row > .video-iframe-container { display: none; }#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:43.9375rem;width:60rem;position:relative;display:block; }#xs9zgX1JtLI27eTiqeuUpF6I1J6emCDK { 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:37.0625rem;width:56.1875rem;top:6.875rem;left:-24.4716796875rem;overflow:hidden;display:block; }
#lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { color:rgba(var(--color-tertiary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:18.53125rem;left:33.4375rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.125rem;left:33.4375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { background-color:rgba(var(--color-secondary-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-secondary-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:block; }
#elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4qvGMgkgKvbcLNtzsQ5XVPe2FAts6TQ { 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:18.5625rem;width:15.25rem;top:6.75rem;left:55.6474609375rem;overflow:hidden;display:block; }
#i7JEhs4GKJ5JepoevluxJZteyyggU7zD { 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:18.625rem;width:15.25rem;top:25.25rem;left:55.6875rem;overflow:hidden;display:block; }
#k5PGSI7qtbeyOMnGfkDyTgcKTMZSe6Ki { 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:16.875rem;width:13.8125rem;top:26.9375rem;left:17.625359786184rem;overflow:hidden;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:4.5625rem;width:5.8125rem;top:0.875rem;left:3.28125rem;overflow:hidden;display:none; }
#K2FKwqEG3TM7AmI78KzpTKUComSz8yas { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.8125rem;top:0.875rem;left:3.28125rem;overflow:hidden;display:none; }
#tTG10XMcAiys9Re6U33vELHm2dMTDykv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container { background-color: transparent; background-image: none; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container > .video-iframe-container { display: none; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row > .video-iframe-container { display: none; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .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); }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container { border-width: 0; border-radius: 0; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#DyZMO8A4LJmtN5hFiffTeJBdUG238Eda { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:0.6875rem;left:0rem;height:1.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e4a9fd6-7cad-4eb1-aff7-838a421b9cd4/modernhousewithgardenswimmingpoolandwooden20231127053528utc.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; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg.adaptive-delivery-prevent-bg, #s8yxASIttSZMtvTMJMwuTCW99NJiWSrg.lazyload, #s8yxASIttSZMtvTMJMwuTCW99NJiWSrg.lazyloading { background-image: none; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container { background-color: transparent; background-image: none; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container > .video-iframe-container { display: none; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row > .video-iframe-container { display: none; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .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); }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container { border-width: 0; border-radius: 0; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg::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; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#FMlJGfr6wddRXmTaf0d1FbPT0hIFQbaM { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(213deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.93));background-image: -moz-linear-gradient(213deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.93));background-image: -ms-linear-gradient(213deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.93));background-image: -o-linear-gradient(213deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.93)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.93)' );";background-image: linear-gradient(213deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.93));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;height:14.6875rem;width:54.875rem;top:4.8125rem;left:2.0625rem;display:block; }
#BlUg5FVn41ASeTK5mSRuiJo3qX9tvJ7M { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:7.4375rem;left:7.78125rem;display:block; }
#dNWyomPCatVzSXZecMMKcvaiNwK66sha { color:rgba(var(--color-tertiary-3),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.4375rem;left:32.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHwr5AftRRRbcp6VO2KtFI0w2mtPN0pO { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:12.4375rem;left:32.8125rem;display:block; }
#zlvxJTqO6Ltm2wrTvAKLZZx3R7s1wDMz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:13.65625rem;left:17.125rem;display:block; }
#A7pImAA4BJI5rnB1VemByHHZ4iNXyqE3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:13.65625rem;left:44.4375rem;display:block; }
#DxuQJyyl2mS0SpQcwfwPHDvbNtANXp2R { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:7.4375rem;left:48.4375rem;display:block; }
#AKXL5VZctFXPSzkIth4TDWkFDad0gmPa { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.0625rem;left:47.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKnCMlkGD04Nz8KymWSOPgadeyeUN3HD { color:rgba(var(--color-tertiary-3),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:12.0625rem;left:51.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgRIhUVGxgKk01q2kLWXh0CmlIqyUTbO { color:rgba(var(--color-tertiary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.875rem;left:45.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCmNOWumuiGTwcq9zFX1bcdO5aQVDT5t { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.4375rem;left:4.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8e4BC4m18l2PNIgdklQ7CI3QUVdopoh { 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:3.5rem;width:3.5rem;top:7.5rem;left:35.5625rem;overflow:hidden;display:block; }
#cGZwCWcGCLClC8WhhxTUt5l5vHLJqiOs { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.4375rem;left:19.90625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raowkgXMDJb4yu5ezwyETUKyk1lddBE6 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:13.65625rem;left:30.0625rem;display:block; }
#sP3IpVgWmCGbKdO0QCwK1DDtfeahZKUE { 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:3.125rem;width:8.4375rem;top:8.0625rem;left:19.96875rem;overflow:hidden;display:block; }
#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { 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; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { background-color: transparent; background-image: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { display: none; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .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); }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { border-width: 0; border-radius: 0; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#lumzBsvn6TfZTenLRvSWS0hRwOTR1TzR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:5.84911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAuT7XUbKAqO0MsneJUDZTSapre2iAZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:5.84911875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p { 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; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container { background-color: transparent; background-image: none; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container > .video-iframe-container { display: none; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row > .video-iframe-container { display: none; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .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); }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container { border-width: 0; border-radius: 0; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#mQGekTmNlMLtNuvFElPoJN3WI8F12Fdy { 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: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.15) ;height:12.5rem;width:19.625rem;top:9.65625rem;left:39.375rem;overflow:hidden;display:block; }
#RIURve18WtAOTNmQb61rk8dAWwmtIX40 { 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: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.15) ;height:15.5rem;width:20.875rem;top:5.8125rem;left:-3.1552734375rem;overflow:hidden;display:block; }
#rrMaith9DKglqlE1n41urcioImx3PeF2 { 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: 0.625rem 0.625rem 0.625rem rgba(var(--color-secondary-4),0.15) ;height:26.6875rem;width:20rem;top:0rem;left:18.6875rem;overflow:hidden;display:block; }
#UEgG6ORUNBDinVTFJ6Ur4wVIC3GzazLF { position:absolute;display:block;z-index:14999;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:19.5625rem;width:16.0625rem;top:3.65625rem;left:0.7724609375rem;overflow:hidden;display:block; }
#ZqeBpJdhPrzirQTNbuuGrLy0NeCvP649 { position:absolute;display:block;z-index:14998;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:19.5625rem;width:16.0625rem;top:5.8125rem;left:33.2724609375rem;overflow:hidden;display:block; }
#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a { 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; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container { background-color: transparent; background-image: none; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container > .video-iframe-container { display: none; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row > .video-iframe-container { display: none; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .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); }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container { border-width: 0; border-radius: 0; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#RGoFAIeATXB1b0lfyTbptd8WlQQwr2BK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:16.25rem;width:16.25rem;top:2.4375rem;left:8.9375rem;display:block; }
#ynp2y6w8PiDoFlPUoUKPGUWoOePB3T2w { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:16.25rem;width:16.25rem;top:9.25rem;left:35.6875rem;display:block; }
#DEg5vosHCHuIA95tRiSv8Po0mBlJJUQC { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:16.25rem;width:16.25rem;top:20.9375rem;left:16.0625rem;display:block; }
#Ccs2NG1kZuafIU4zCscJXr7ByB6GMWCS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:12.125rem;top:29.3125rem;left:38.25rem;overflow:hidden;display:block; }
#g95Xv0t7WD5JLEhSPEPItCuwgfd463FJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.5rem;top:6.25rem;left:29rem;overflow:hidden;display:block; }
#mbpN2mmK67J2ZyDRLVsnxI25zrXhM8Bh { 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:16rem;width:15.625rem;top:9.1875rem;left:36rem;overflow:hidden;display:block; }
#RWsNkcCFSBaa9ZZtmFlR99fOaikPgXHK { 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:15.625rem;width:15.5625rem;top:21.25rem;left:16.375rem;overflow:hidden;display:block; }
#EakTn5rwckQKi6WZtyNzreFkzQyTiQVi { color:#2b3d4d;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.3125rem;left:26.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#qCPqNlf5SGdGSOVsw5aXBgepXQ5CIfzL { 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:15.5625rem;width:15.625rem;top:2.75rem;left:9.25rem;overflow:hidden;display:block; }
#Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm { box-sizing:content-box;height:14rem;width:51.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/8e65fd41-d4c0-419e-8870-3298fd81da27/leafbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.8125rem;left:4.25rem;display:block; }#Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm.adaptive-delivery-prevent-bg, #Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm.lazyload, #Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm.lazyloading { background-image: none; }
#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5080e15d-d286-4253-bbf1-80a420d9779e/53756998211217.jpeg");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; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9.adaptive-delivery-prevent-bg, #E0zxkg6weNt2DGfURsUxrnBTnTnIhus9.lazyload, #E0zxkg6weNt2DGfURsUxrnBTnTnIhus9.lazyloading { background-image: none; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container { background-color: transparent; background-image: none; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.34); }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container > .video-iframe-container { display: none; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.34); }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row > .video-iframe-container { display: none; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .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); }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container { border-width: 0; border-radius: 0; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9::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; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4 { position:absolute;display:block;z-index:15007;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:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13rem;width:28.875rem;top:5.875rem;left:29.875rem;display:block; }#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.adaptive-delivery-prevent-bg, #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.lazyload, #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.lazyloading { background-image: none; }
#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4::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; }#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#PvmAKFAa8yiSzwstlVR4EkvovbhRR2C4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:8.046875rem;left:32.5rem;height:8.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESMbdRWmo4gTxXX7uW5ZXP6Art5cG59L { background-color:rgba(var(--color-secondary-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-secondary-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; }
#FU9k8fLSPQ8QQExalNI6NqTS5aSEJsgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:28.9375rem;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.75rem;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.0625rem;left:9.3125rem;height:2.3994125rem;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.4375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:3.65625rem;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:8rem;left:27.8125rem;height:4.798825rem;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.75rem;left:23.6875rem;overflow:hidden;display:block; }
#quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;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:8rem;left:45.875rem;height:2.3994125rem;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.75rem;left:41.5625rem;overflow:hidden;display:block; }
#emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;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:14.3125rem;left:45.875rem;height:2.3994125rem;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:14.0625rem;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:14.3125rem;left:27.8125rem;height:2.3994125rem;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:14.0625rem;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:14.3125rem;left:9.3125rem;height:3.375rem;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:14.0625rem;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:20.4375rem;left:45.875rem;height:3.375rem;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:20.75rem;left:41.5625rem;overflow:hidden;display:block; }
#oziEK5isT2KE1DCrdUszz5LPMapAyOhn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;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:20.400390625rem;left:27.8125rem;height:3.59911875rem;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:20.75rem;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:20.400390625rem;left:9.3125rem;height:4.798825rem;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:20.75rem;left:5.3125rem;overflow:hidden;display:block; }
#EiQTgEzNZzwXHK4WBf3DNzOguBZcmpyM { background-color:rgba(var(--color-secondary-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-secondary-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; }
#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD { 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; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container { background-color: transparent; background-image: none; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container > .video-iframe-container { display: none; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row > .video-iframe-container { display: none; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .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); }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container { border-width: 0; border-radius: 0; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mflKNqosdFoZVfeeh4PJU63qqPVqWgPa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.58740234375rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfD4ofJPVbSyTqBvFnlJCbXet98HfXGv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:16.1875rem;left:8.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7yLSoBii0CrT2eHfhXn4HCvBw5Lm8X7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:16.1875rem;left:23.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bs0Pkifr9TLvZhQROf0Bo4n7wk8XuzPA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:16.25rem;left:39.375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqhPLL29lAbPhmx4l4X3LepF6J5mH1CG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12rem;left:13.25rem;overflow:hidden;display:block; }
#Nh6aar7qdWPZ4yCK3vwNK3tXwTZX8TEv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.36767578125rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJaHKLvxco9KaWc82uiBsQLCGgpFrGDN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:10.25rem;left:27.1875rem;overflow:hidden;display:block; }
#IJSzTHHyA6Tefnbq5JKwXMfUlvDCGlCH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:11.6875rem;left:42.9375rem;overflow:hidden;display:block; }
#qXDT8XS6gCEXDWVMdEunzcH1qFeVe1NK { 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; }#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.0625rem;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; }
#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c { 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; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container { background-color: transparent; background-image: none; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container > .video-iframe-container { display: none; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row > .video-iframe-container { display: none; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .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); }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container { border-width: 0; border-radius: 0; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#T3opOfsptbmsAdTR5SULN31lZbCZTwKP { 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:11.6875rem;width:17.5rem;top:2rem;left:3rem;overflow:hidden;display:block; }
#XI1H6SwgHiaFmTarACPXPVkKtoTVIS0x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:35.6875rem;top:9.9375rem;left:10.9375rem;overflow:hidden;display:block; }
#ZoATC2QxBT27ufWOHDOGsFTsWEsezQtw { 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:12.1875rem;width:12.5625rem;top:14.9375rem;left:44.1875rem;overflow:hidden;display:block; }
#Ay1CGArIWz3NA5CZxbKXQ4aVzouBNTQZ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.8125rem;left:28.25rem;display:block; }
#SQqEtfzhX93TgRLr8bruIqkmZHgPZLMH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.9375rem;width:13.125rem;top:14.5625rem;left:43.9375rem;display:block; }
#KspxTgX2cT89zKNXyHZhvftkpAMMok6C { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.375rem;width:13.125rem;top:1.625rem;left:7.625rem;display:block; }
#PpNBvvaGr2Cb3oh7k9kDk0CPtP1lVzIq { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:bodoni;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.875rem;height:2.2744125rem;display:block; }
#v5tzCUReGPsIgobn6JV6OIC0SGIEzEP9 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:48.9375rem;left:28.8125rem;display:none; }
#FaovfVcNQvX2DrbN5iza7fWTyrS7ykJP { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:bodoni;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:51.5625rem;left:26.4375rem;height:2.275rem;display:none; }
#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh { 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; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container { background-color: transparent; background-image: none; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container > .video-iframe-container { display: none; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row > .video-iframe-container { display: none; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .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); }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container { border-width: 0; border-radius: 0; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:block; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h { 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; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container { background-color: transparent; background-image: none; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container > .video-iframe-container { display: none; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row > .video-iframe-container { display: none; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .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); }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container { border-width: 0; border-radius: 0; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:37.375rem;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.0996125rem;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-secondary-1),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:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.5rem;left:3.59375rem;height:11.8125rem;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-secondary-1),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-secondary-1),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-secondary-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:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:32.28125rem;height:13.125rem;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-secondary-1),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-secondary-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-secondary-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-secondary-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.1494140625rem;left:30.78125rem;display:block; }#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.adaptive-delivery-prevent-bg, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyload, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyloading { background-image: none; }
#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; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { 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; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { background-color: transparent; background-image: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .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); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { border-width: 0; border-radius: 0; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;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:27rem;width:60rem;position:relative;display:block; }#TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:20.75rem;left:14.5625rem;height:1.94921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { box-sizing:content-box;color:rgba(var(--color-secondary-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:17.25rem;left:18.9375rem;display:block; }
#CvCytSMXh4NBsVo2Lxx9S9rwbWqogIPG { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.3125rem;top:3.0625rem;left:13.6875rem;overflow:hidden;display:block; }
#rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;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:10.24609375rem;left:10.25rem;height:5.56786875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.6875rem;top:4.0625rem;left:19.75rem;overflow:hidden;display:block; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-form-header { font-size:0.875rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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-secondary-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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-text {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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-secondary-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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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-secondary-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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-select {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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:#786b40;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-secondary-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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-container:first-of-type{padding-top:0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-container:last-of-type{padding-bottom:0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX  { 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-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX {display:block;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX { 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-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #av9skm1NGyrfuS8zmc4nuawN922wlQXP { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #wBzxeAP3JmKEgZexrHEMi6o7AkS1czGB { position:relative;display:none; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RJsqZN9Cnko9FZuJDcxPTZO13zge2DaI { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #tUCmLTdwPPkagZ0E9u4FJptkcVkaZibr { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Op3V9LZzJla83muJhseWfI1zdTJVirsT { position:relative;display:none; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #MFKghZWxyL89XwFbv6W0ZpwIXPVR0nF7 { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #FWv1n6rDgOOlAakXoOmXskra2W1KbpqT { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #qUmOs1PQGw2RJnhKkWlbXCdgDTvRlZhU { position:relative;display:none; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Tl9Zsf4AMTA7t8FMCJAdKWUpOf7dHmE5 { position:relative; }
#Uf6JK3HGltgsKLKJbO7KhHQlBpdD2Quf { position:relative;display:block; }
#NFO9Llp539nvWof0yt3NWnzur4OJwAuJ { position:relative;display:block; }
#M9o0Pdz0pvBlAl6BMMOlRftTmTc2bAEg { position:relative;display:block; }
#oDdxhDgnTd20fKEhybxvtZQkkvzoSPOs { position:relative;display:block; }
#Re5GDnvcSGyHNtLVotqTm99ZvielMKF6 { position:relative;display:block; }
#TS4UneQyJQRmO5g6fP72TGRzf0JbXF1q { position:relative;display:block; }
#tDihRgahxSsvQZSGRuPlGE2H549CIPdB { position:relative;display:block; }
#sTw9ogI7X12huWgeRrwrXn20MLJgKEyt { position:relative;display:block; }
#I3zIBDU3p12ZPOTMJT6FayrptsnAH9Tl { position:relative;display:block; }
#CVr3noMdiorirSGrZ1TxbH3MVy3Iv4GV { position:relative;display:block; }
#gOWp1TNvbkDKOuCNpScolHPrxTDFHyKu { position:relative;display:block; }
#cTpxXBB3OH6WDZ3fJcOCXXp40gHakOnh { position:relative;display:block; }
#XtGPte74TQ0kM3dpZPsgCgkVVweQMAnH { position:relative;display:block; }
#dJO9eN1wz9EHcxxpubue8TnuWxRNpJr9 { position:relative;display:block; }
#p0FS2QPSBGHCafKgHiegK4f6R0yyzcnQ { position:relative;display:block; }
#GStrKmup4TsLuWvDwXxTy4tXGND4lP0D { position:relative;display:block; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #L8ltnwWtzXxWMtBgSTReIRJcrk2zAtZJ { position:relative; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RLqkixbGT6nfK3pzFwyV01L86Cgy5FzG { position:relative; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { background-color: transparent; background-image: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .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); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { border-width: 0; border-radius: 0; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:rgba(var(--color-tertiary-0),0.77);display:block;width:37.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.29345703125rem;left:21.25rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { 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:5.1875rem;width:13.875rem;top:0.375rem;left:3.375rem;overflow:hidden;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:1.375rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:4.3125rem;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:3.1875rem;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:4.3125rem;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:4.3125rem;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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:5.8125rem;height:4.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { width:11.6875rem;height:2.875rem;top:2rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block; }
 }@media only screen and (max-width: 763px) { #N1wVubTf4TShSHcI9Xy1I7f9weFwKczc { width:7.8125rem;height:5.5rem;top:1.125rem;left:0.875rem;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) { #xs9zgX1JtLI27eTiqeuUpF6I1J6emCDK { width:47.75rem;height:31.496941045606rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:22.3125rem;height:8.375rem;top:18.5rem;left:25.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:20.0625rem;height:3.4375rem;top:28.125rem;left:27.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:12.625rem;height:2.75rem;top:33.125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #B4qvGMgkgKvbcLNtzsQ5XVPe2FAts6TQ { width:15.25rem;height:18.5625rem;top:6.75rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7JEhs4GKJ5JepoevluxJZteyyggU7zD { width:15.25rem;height:18.625rem;top:25.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5PGSI7qtbeyOMnGfkDyTgcKTMZSe6Ki { width:13.8125rem;height:16.875rem;top:26.9375rem;left:11.500359786184rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTSzR9AxRdhAzg78sKHSFT8b5VlHSDoI { width:5.8125rem;height:4.5625rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2FKwqEG3TM7AmI78KzpTKUComSz8yas { width:5.8125rem;height:4.25rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTG10XMcAiys9Re6U33vELHm2dMTDykv { display:block; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyZMO8A4LJmtN5hFiffTeJBdUG238Eda { width:47.75rem;height:1.5rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8yxASIttSZMtvTMJMwuTCW99NJiWSrg { display:block; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMlJGfr6wddRXmTaf0d1FbPT0hIFQbaM { width:47.75rem;height:14.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUg5FVn41ASeTK5mSRuiJo3qX9tvJ7M { width:4.375rem;height:4.375rem;top:7.4375rem;left:1.65625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNWyomPCatVzSXZecMMKcvaiNwK66sha { width:9.875rem;height:3.375rem;top:12.4375rem;left:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwr5AftRRRbcp6VO2KtFI0w2mtPN0pO { width:1.125rem;height:1.125rem;top:12.4375rem;left:26.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlvxJTqO6Ltm2wrTvAKLZZx3R7s1wDMz { width:0.9375rem;height:0.9375rem;top:13.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pImAA4BJI5rnB1VemByHHZ4iNXyqE3 { width:0.9375rem;height:0.9375rem;top:13.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxuQJyyl2mS0SpQcwfwPHDvbNtANXp2R { width:4.375rem;height:4.375rem;top:7.4375rem;left:42.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXL5VZctFXPSzkIth4TDWkFDad0gmPa { width:3.1875rem;height:2.625rem;top:12.0625rem;left:41.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKnCMlkGD04Nz8KymWSOPgadeyeUN3HD { width:3.1875rem;height:2.625rem;top:12.0625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRIhUVGxgKk01q2kLWXh0CmlIqyUTbO { width:10.6875rem;height:3rem;top:12.875rem;left:37.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCmNOWumuiGTwcq9zFX1bcdO5aQVDT5t { width:10.5625rem;height:3.375rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8e4BC4m18l2PNIgdklQ7CI3QUVdopoh { width:3.5rem;height:3.5rem;top:7.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZwCWcGCLClC8WhhxTUt5l5vHLJqiOs { width:8.5625rem;height:3.375rem;top:12.4375rem;left:13.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raowkgXMDJb4yu5ezwyETUKyk1lddBE6 { width:0.9375rem;height:0.9375rem;top:13.625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP3IpVgWmCGbKdO0QCwK1DDtfeahZKUE { width:8.4375rem;height:3.125rem;top:8.0625rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lumzBsvn6TfZTenLRvSWS0hRwOTR1TzR { width:38.4375rem;height:5.8125rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuT7XUbKAqO0MsneJUDZTSapre2iAZ5 { width:17.1875rem;height:7.5rem;top:1.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p { display:block; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQGekTmNlMLtNuvFElPoJN3WI8F12Fdy { width:19.625rem;height:12.5rem;top:9.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIURve18WtAOTNmQb61rk8dAWwmtIX40 { width:20.875rem;height:15.5rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrMaith9DKglqlE1n41urcioImx3PeF2 { width:20rem;height:26.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEgG6ORUNBDinVTFJ6Ur4wVIC3GzazLF { width:16.0625rem;height:19.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqeBpJdhPrzirQTNbuuGrLy0NeCvP649 { width:16.0625rem;height:19.5625rem;top:5.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a { display:block; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGoFAIeATXB1b0lfyTbptd8WlQQwr2BK { width:16.25rem;height:16.25rem;top:2.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynp2y6w8PiDoFlPUoUKPGUWoOePB3T2w { width:16.25rem;height:16.25rem;top:9.25rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEg5vosHCHuIA95tRiSv8Po0mBlJJUQC { width:16.25rem;height:16.25rem;top:20.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccs2NG1kZuafIU4zCscJXr7ByB6GMWCS { width:12.125rem;height:8.625rem;top:29.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95Xv0t7WD5JLEhSPEPItCuwgfd463FJ { width:2.5rem;height:2.25rem;top:6.25rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbpN2mmK67J2ZyDRLVsnxI25zrXhM8Bh { width:15.625rem;height:16rem;top:9.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWsNkcCFSBaa9ZZtmFlR99fOaikPgXHK { width:15.5625rem;height:15.625rem;top:21.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EakTn5rwckQKi6WZtyNzreFkzQyTiQVi { width:7.375rem;height:1.9375rem;top:9.3125rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCPqNlf5SGdGSOVsw5aXBgepXQ5CIfzL { width:15.625rem;height:15.5625rem;top:2.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm { width:47.75rem;height:14rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 { display:block; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4 { width:28.875rem;height:13rem;top:5.875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvmAKFAa8yiSzwstlVR4EkvovbhRR2C4 { width:23.625rem;height:8.5625rem;top:8rem;left:24.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESMbdRWmo4gTxXX7uW5ZXP6Art5cG59L { width:12.625rem;height:2.75rem;top:33.125rem;left:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FU9k8fLSPQ8QQExalNI6NqTS5aSEJsgh { 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.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:9.625rem;height:2.375rem;top:8.0625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Q0GA7sFVzNqFvWTGKgcOXQxPVhKEP { width:47.75rem;height:3.625rem;top:1.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1ET7G1sk7Pd0JWXyI9gwa60CtULme6 { width:12.75rem;height:4.75rem;top:8rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTu9krQdDCXflEPUtB9s4ikLw37Uboq { width:3rem;height:3rem;top:7.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { width:8.4375rem;height:2.375rem;top:8rem;left:39.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbhCpmsTe3ZTGzJCJNKukX70trWt7QB { width:3rem;height:3rem;top:7.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { width:10.625rem;height:2.375rem;top:14.3125rem;left:37.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SilaSSuKoTPZx9UyLzWyPl0LGTOSVeGD { width:3rem;height:3rem;top:14.0625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcODsXvXPWlTX7F4zT1mZK7fx6ofAB0L { width:10.5rem;height:2.375rem;top:14.3125rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4vI2tnRJIPKmQK8EWpAL4vTTKtXAWbq { width:3rem;height:3rem;top:14.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscXyfckf3iMBfWOhEQFoWaytonetvJf { width:12.4375rem;height:3.375rem;top:14.3125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMvwCDxlTxEMXC9ak278H11Saq9zh5E { width:3rem;height:3rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4KzZulW66tooglrorRPMLhc2coKy6W { width:13.0625rem;height:3.375rem;top:20.4375rem;left:34.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTu2vlaEeewoU5atymMbTXim6kfG1RH { width:3rem;height:3rem;top:20.75rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziEK5isT2KE1DCrdUszz5LPMapAyOhn { width:9.3125rem;height:3.5625rem;top:20.375rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFwuinW4ZD4OHFlN0k1ZTlwcKK3E9oIe { width:3rem;height:3rem;top:20.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30CEqB7weO3bh0afG12pgmTzn6BNNax { width:10.6875rem;height:3.5625rem;top:20.375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRKTaunobEXGyi2I4pPxIvAsXNHSZaD { width:3rem;height:3rem;top:20.75rem;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) { #fc5w88R4T3ObzlruxblEWLBZgHPt4SJD { display:block; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { width:47.75rem;height:2.0625rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mflKNqosdFoZVfeeh4PJU63qqPVqWgPa { width:47.75rem;height:1.6875rem;top:7.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD4ofJPVbSyTqBvFnlJCbXet98HfXGv { width:12.625rem;height:1.125rem;top:16.1875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7yLSoBii0CrT2eHfhXn4HCvBw5Lm8X7 { width:12.9375rem;height:1.125rem;top:16.1875rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs0Pkifr9TLvZhQROf0Bo4n7wk8XuzPA { width:11.25rem;height:1.125rem;top:16.25rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhPLL29lAbPhmx4l4X3LepF6J5mH1CG { width:2.8125rem;height:2.8125rem;top:12rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6aar7qdWPZ4yCK3vwNK3tXwTZX8TEv { width:47.75rem;height:1.1875rem;top:5.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJaHKLvxco9KaWc82uiBsQLCGgpFrGDN { width:5.125rem;height:5.125rem;top:10.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJSzTHHyA6Tefnbq5JKwXMfUlvDCGlCH { width:3.75rem;height:3.75rem;top:11.6875rem;left:36.8125rem;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) { #xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c { display:block; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3opOfsptbmsAdTR5SULN31lZbCZTwKP { width:17.5rem;height:11.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI1H6SwgHiaFmTarACPXPVkKtoTVIS0x { width:35.6875rem;height:23.75rem;top:9.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoATC2QxBT27ufWOHDOGsFTsWEsezQtw { width:12.5625rem;height:12.1875rem;top:14.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1CGArIWz3NA5CZxbKXQ4aVzouBNTQZ { width:2.375rem;height:2.375rem;top:2.8125rem;left:22.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQqEtfzhX93TgRLr8bruIqkmZHgPZLMH { width:13.125rem;height:12.9375rem;top:14.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KspxTgX2cT89zKNXyHZhvftkpAMMok6C { width:13.125rem;height:12.375rem;top:1.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpNBvvaGr2Cb3oh7k9kDk0CPtP1lVzIq { width:7.125rem;height:2.25rem;top:5.4375rem;left:19.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5tzCUReGPsIgobn6JV6OIC0SGIEzEP9 { width:2.375rem;height:2.375rem;top:48.9375rem;left:22.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaovfVcNQvX2DrbN5iza7fWTyrS7ykJP { width:7.125rem;height:2.25rem;top:51.5625rem;left:20.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh { display:block; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0IRx5HB1olfVTtew6CvArdPWbnE7U9h { display:block; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:46.6875rem;height:7.5rem;top:2.625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:47.75rem;height:2.875rem;top:11.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@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) { #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss { display:block; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .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) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:12.3125rem;height:1.9375rem;top:20.75rem;left:11.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:3.5625rem;height:3.5625rem;top:17.25rem;left:15.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvCytSMXh4NBsVo2Lxx9S9rwbWqogIPG { width:5.3125rem;height:5.375rem;top:3.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:20.9375rem;height:5.5625rem;top:10.1875rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:8.6875rem;height:3.75rem;top:4.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-text {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-select {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX {display:block;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #av9skm1NGyrfuS8zmc4nuawN922wlQXP {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #wBzxeAP3JmKEgZexrHEMi6o7AkS1czGB { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RJsqZN9Cnko9FZuJDcxPTZO13zge2DaI {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #tUCmLTdwPPkagZ0E9u4FJptkcVkaZibr {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Op3V9LZzJla83muJhseWfI1zdTJVirsT { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #MFKghZWxyL89XwFbv6W0ZpwIXPVR0nF7 {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #FWv1n6rDgOOlAakXoOmXskra2W1KbpqT {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #qUmOs1PQGw2RJnhKkWlbXCdgDTvRlZhU { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Tl9Zsf4AMTA7t8FMCJAdKWUpOf7dHmE5 {  }
 }@media only screen and (max-width: 763px) { #Uf6JK3HGltgsKLKJbO7KhHQlBpdD2Quf { display:block; }
 }@media only screen and (max-width: 763px) { #NFO9Llp539nvWof0yt3NWnzur4OJwAuJ { display:block; }
 }@media only screen and (max-width: 763px) { #M9o0Pdz0pvBlAl6BMMOlRftTmTc2bAEg { display:block; }
 }@media only screen and (max-width: 763px) { #oDdxhDgnTd20fKEhybxvtZQkkvzoSPOs { display:block; }
 }@media only screen and (max-width: 763px) { #Re5GDnvcSGyHNtLVotqTm99ZvielMKF6 { display:block; }
 }@media only screen and (max-width: 763px) { #TS4UneQyJQRmO5g6fP72TGRzf0JbXF1q { display:block; }
 }@media only screen and (max-width: 763px) { #tDihRgahxSsvQZSGRuPlGE2H549CIPdB { display:block; }
 }@media only screen and (max-width: 763px) { #sTw9ogI7X12huWgeRrwrXn20MLJgKEyt { display:block; }
 }@media only screen and (max-width: 763px) { #I3zIBDU3p12ZPOTMJT6FayrptsnAH9Tl { display:block; }
 }@media only screen and (max-width: 763px) { #CVr3noMdiorirSGrZ1TxbH3MVy3Iv4GV { display:block; }
 }@media only screen and (max-width: 763px) { #gOWp1TNvbkDKOuCNpScolHPrxTDFHyKu { display:block; }
 }@media only screen and (max-width: 763px) { #cTpxXBB3OH6WDZ3fJcOCXXp40gHakOnh { display:block; }
 }@media only screen and (max-width: 763px) { #XtGPte74TQ0kM3dpZPsgCgkVVweQMAnH { display:block; }
 }@media only screen and (max-width: 763px) { #dJO9eN1wz9EHcxxpubue8TnuWxRNpJr9 { display:block; }
 }@media only screen and (max-width: 763px) { #p0FS2QPSBGHCafKgHiegK4f6R0yyzcnQ { display:block; }
 }@media only screen and (max-width: 763px) { #GStrKmup4TsLuWvDwXxTy4tXGND4lP0D { display:block; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #L8ltnwWtzXxWMtBgSTReIRJcrk2zAtZJ {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RLqkixbGT6nfK3pzFwyV01L86Cgy5FzG {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { 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) { #qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { width:13.875rem;height:5.1875rem;top:0.375rem;left:0rem;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:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:4.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:4.3125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:4.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:4.3125rem;top:4.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:4.3125rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:4.3125rem;top:5.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:4.3125rem;top:10.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:4.3125rem;top:0rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:4.3125rem;top:5.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:4.3125rem;top:10.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:4.3125rem;top:4.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:4.3125rem;top:4.3125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:4.3125rem;top:11.3125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:4.3125rem;top:11.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:3.1875rem;top:11.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:4.3125rem;top:5.1875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:4.3125rem;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:7.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:3.3125rem;height:2.5625rem;top:1.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqt1lL8G3qUdWtVNN6on6Muvike1ZnEe { width:14.3125rem;height:2.625rem;top:0.40625rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc4kaWkPG90RKgfRyQsuANLcuGmfIImO { display:block; }
 }@media only screen and (max-width: 763px) { #N1wVubTf4TShSHcI9Xy1I7f9weFwKczc { width:7.8125rem;height:5.5rem;top:1.125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07455691-b7a0-4253-b4ee-54df01ba76af/abstractluxurylightcreambeigebrownlikecottonsilktexturepatternbackground.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.adaptive-delivery-prevent-bg, #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.lazyload, #RzVeWSOAmR5JB6f4gqtxM8BR4RhTkndE.lazyloading { background-image: none; }#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: none; }#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:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs9zgX1JtLI27eTiqeuUpF6I1J6emCDK { width:20rem;height:13.192375rem;top:23.619792938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgTTW4CVf7mFkEG0T9lxbhTCnvrUuyut { width:18.3125rem;height:6.8984375rem;top:6.5625rem;left:0.84375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6TMzkRB22VvdnBf7idoWAbaTnum9R3L { width:18.4375rem;height:2.76171875rem;top:14.25rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSWZTuak9fMw1r9K8R1zruh9KCJKXM6O { width:12.75rem;height:2.8125rem;top:17.9375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsOF2hDZJPxp28iZ6Tzi9nKVHyzlIhw { display:block; }
 }@media only screen and (max-width: 763px) { #B4qvGMgkgKvbcLNtzsQ5XVPe2FAts6TQ { width:13.125rem;height:16rem;top:21.377082824707rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7JEhs4GKJ5JepoevluxJZteyyggU7zD { width:15.25rem;height:18.625rem;top:25.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5PGSI7qtbeyOMnGfkDyTgcKTMZSe6Ki { width:13.8125rem;height:16.875rem;top:52.1875rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTSzR9AxRdhAzg78sKHSFT8b5VlHSDoI { width:4.75rem;height:3.5625rem;top:1.4375rem;left:4.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K2FKwqEG3TM7AmI78KzpTKUComSz8yas { width:6.4375rem;height:4.6875rem;top:0.875rem;left:10.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTG10XMcAiys9Re6U33vELHm2dMTDykv { display:block; }#tTG10XMcAiys9Re6U33vELHm2dMTDykv > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyZMO8A4LJmtN5hFiffTeJBdUG238Eda { width:20rem;height:2.0996125rem;top:0.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #s8yxASIttSZMtvTMJMwuTCW99NJiWSrg { display:block; }#s8yxASIttSZMtvTMJMwuTCW99NJiWSrg > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMlJGfr6wddRXmTaf0d1FbPT0hIFQbaM { width:19.625rem;height:46rem;top:4.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUg5FVn41ASeTK5mSRuiJo3qX9tvJ7M { width:4.375rem;height:4.375rem;top:6.625rem;left:8rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNWyomPCatVzSXZecMMKcvaiNwK66sha { width:12.3125rem;height:4.048825rem;top:22.8125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwr5AftRRRbcp6VO2KtFI0w2mtPN0pO { width:1.6875rem;height:1.6875rem;top:22.625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlvxJTqO6Ltm2wrTvAKLZZx3R7s1wDMz { width:0.9375rem;height:0.9375rem;top:28.875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7pImAA4BJI5rnB1VemByHHZ4iNXyqE3 { width:0.9375rem;height:0.9375rem;top:13.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxuQJyyl2mS0SpQcwfwPHDvbNtANXp2R { width:4.375rem;height:4.375rem;top:29.3125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXL5VZctFXPSzkIth4TDWkFDad0gmPa { width:3.1875rem;height:2.3999rem;top:33.25rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKnCMlkGD04Nz8KymWSOPgadeyeUN3HD { width:3.1875rem;height:2.3999rem;top:33.25rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRIhUVGxgKk01q2kLWXh0CmlIqyUTbO { width:10.6875rem;height:4.0498rem;top:33.375rem;left:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCmNOWumuiGTwcq9zFX1bcdO5aQVDT5t { width:13.4375rem;height:4.048825rem;top:11.5rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8e4BC4m18l2PNIgdklQ7CI3QUVdopoh { width:3.5rem;height:3.5rem;top:18.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGZwCWcGCLClC8WhhxTUt5l5vHLJqiOs { width:13.875rem;height:2.69921875rem;top:45.5rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raowkgXMDJb4yu5ezwyETUKyk1lddBE6 { width:0.9375rem;height:0.9375rem;top:13.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sP3IpVgWmCGbKdO0QCwK1DDtfeahZKUE { width:8.4375rem;height:3.125rem;top:41.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baciVqVy29NcGSKMHDP1JMd2hvTxHIGL { display:block; }#baciVqVy29NcGSKMHDP1JMd2hvTxHIGL > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lumzBsvn6TfZTenLRvSWS0hRwOTR1TzR { width:17.8125rem;height:0;top:4.28125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aAuT7XUbKAqO0MsneJUDZTSapre2iAZ5 { width:19.4375rem;height:6.173825rem;top:4.06884765625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15014;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p { display:block; }#KxO8qINtyV9oEMQkt4Ado79VyAW0yz5p > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQGekTmNlMLtNuvFElPoJN3WI8F12Fdy { width:20rem;height:19.6875rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIURve18WtAOTNmQb61rk8dAWwmtIX40 { width:19.5625rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrMaith9DKglqlE1n41urcioImx3PeF2 { width:19.625rem;height:26.25rem;top:17.615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEgG6ORUNBDinVTFJ6Ur4wVIC3GzazLF { width:16.0625rem;height:19.5625rem;top:3.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqeBpJdhPrzirQTNbuuGrLy0NeCvP649 { width:16.0625rem;height:19.5625rem;top:5.8125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a { display:block; }#wPxVf2TpEkTGdFHEFMh5hiDya8wVqP6a > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGoFAIeATXB1b0lfyTbptd8WlQQwr2BK { width:16.25rem;height:16.25rem;top:15.4020625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynp2y6w8PiDoFlPUoUKPGUWoOePB3T2w { width:20rem;height:21.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEg5vosHCHuIA95tRiSv8Po0mBlJJUQC { width:20rem;height:21.75rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccs2NG1kZuafIU4zCscJXr7ByB6GMWCS { width:10.625rem;height:7.625rem;top:74.2255859375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95Xv0t7WD5JLEhSPEPItCuwgfd463FJ { width:2.4375rem;height:2.1875rem;top:1.4020843505859rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbpN2mmK67J2ZyDRLVsnxI25zrXhM8Bh { width:19.4375rem;height:19.9375rem;top:9.28125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWsNkcCFSBaa9ZZtmFlR99fOaikPgXHK { width:19.875rem;height:19.9375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EakTn5rwckQKi6WZtyNzreFkzQyTiQVi { width:7.375rem;height:1.94921875rem;top:4.7138671875rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCPqNlf5SGdGSOVsw5aXBgepXQ5CIfzL { width:20rem;height:19.9375rem;top:52.9130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1U6BLbuSi6P8klvuioTTDSnhKVrmXm { width:13.9375rem;height:47.5625rem;top:7.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 { display:block; }#E0zxkg6weNt2DGfURsUxrnBTnTnIhus9 > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4 { width:19.875rem;height:15.6875rem;top:4.375rem;left:0rem;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:scroll;background-size:cover !important;display:block; }#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.adaptive-delivery-prevent-bg, #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.lazyload, #pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4.lazyloading { background-image: none; }
#pNdcfVh1f1uPiKqnGwhIb787XaLBfnr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; } }@media only screen and (max-width: 763px) { #PvmAKFAa8yiSzwstlVR4EkvovbhRR2C4 { width:17.375rem;height:8.53030625rem;top:6.625rem;left:1.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ESMbdRWmo4gTxXX7uW5ZXP6Art5cG59L { width:12.75rem;height:2.8125rem;top:16.1875rem;left:3.625rem;font-size:0.875rem;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #FU9k8fLSPQ8QQExalNI6NqTS5aSEJsgh { display:block; }
 }@media only screen and (max-width: 763px) { #ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl { display:block; }#ixa4JF2kaPtgMvBQgHMQtMd2XBZvPiWl > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9bycQoiQT9SX5vby2ss0FKPcQ3OptLL { width:3rem;height:3rem;top:4.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDa4RGGoi72AJ40Av3gd2vrFUw30ZGb { width:9.125rem;height:2.3994125rem;top:9.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:20rem;height:3rem;top:0.8994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN1ET7G1sk7Pd0JWXyI9gwa60CtULme6 { width:15.1875rem;height:3.59911875rem;top:17.125rem;left:2.1875rem;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:12.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quK0kcd3P9Rd71ENzTUUlTCVBcsFxB7L { width:8.4375rem;height:2.3994125rem;top:25.3125rem;left:5.5625rem;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:21.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNzc06UqZrWg3IyPxFcbhsL3XQUx8g5 { width:10.625rem;height:2.3994125rem;top:50.125rem;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:45.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcODsXvXPWlTX7F4zT1mZK7fx6ofAB0L { width:10.5rem;height:2.3994125rem;top:41.6875rem;left:4.5625rem;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:38.375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EscXyfckf3iMBfWOhEQFoWaytonetvJf { width:16rem;height:3.59911875rem;top:32.8125rem;left:1.8125rem;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:29.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4KzZulW66tooglrorRPMLhc2coKy6W { width:14.75rem;height:3.59911875rem;top:75.625rem;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:71.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziEK5isT2KE1DCrdUszz5LPMapAyOhn { width:14.9375rem;height:2.3994125rem;top:67.1875rem;left:2.5625rem;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.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V30CEqB7weO3bh0afG12pgmTzn6BNNax { width:15.625rem;height:2.3994125rem;top:58.5rem;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:54.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiQTgEzNZzwXHK4WBf3DNzOguBZcmpyM { width:12.75rem;height:2.8125rem;top:81.625rem;left:3.625rem;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) { #fc5w88R4T3ObzlruxblEWLBZgHPt4SJD { display:block; }#fc5w88R4T3ObzlruxblEWLBZgHPt4SJD > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSbsFK08CmmfK2F6HIcUdqQ6t9OVbnxW { width:20rem;height:4.63036875rem;top:2.32470703125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mflKNqosdFoZVfeeh4PJU63qqPVqWgPa { width:20rem;height:1.70605625rem;top:11.74365234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfD4ofJPVbSyTqBvFnlJCbXet98HfXGv { width:20rem;height:1.2749rem;top:19.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7yLSoBii0CrT2eHfhXn4HCvBw5Lm8X7 { width:20rem;height:1.2749rem;top:28.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs0Pkifr9TLvZhQROf0Bo4n7wk8XuzPA { width:20rem;height:1.2749rem;top:35.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqhPLL29lAbPhmx4l4X3LepF6J5mH1CG { width:3.125rem;height:3.125rem;top:15.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6aar7qdWPZ4yCK3vwNK3tXwTZX8TEv { width:18.6875rem;height:2.625rem;top:7.8046875rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GJaHKLvxco9KaWc82uiBsQLCGgpFrGDN { width:5.125rem;height:5.125rem;top:22.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJSzTHHyA6Tefnbq5JKwXMfUlvDCGlCH { width:3.75rem;height:3.75rem;top:31.1875rem;left:8.125rem;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) { #xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c { display:block; }#xpvurKb76Xod0pwZtvRoV1Pagx4CNo1c > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3opOfsptbmsAdTR5SULN31lZbCZTwKP { width:16.5rem;height:11rem;top:7.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI1H6SwgHiaFmTarACPXPVkKtoTVIS0x { width:16.6875rem;height:11.125rem;top:19.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoATC2QxBT27ufWOHDOGsFTsWEsezQtw { width:16.8125rem;height:16.3125rem;top:30.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1CGArIWz3NA5CZxbKXQ4aVzouBNTQZ { width:1.875rem;height:1.875rem;top:40rem;left:9.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQqEtfzhX93TgRLr8bruIqkmZHgPZLMH { width:13.125rem;height:12.9375rem;top:14.5625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KspxTgX2cT89zKNXyHZhvftkpAMMok6C { width:13.125rem;height:12.375rem;top:1.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpNBvvaGr2Cb3oh7k9kDk0CPtP1lVzIq { width:7.125rem;height:0;top:53.125rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5tzCUReGPsIgobn6JV6OIC0SGIEzEP9 { width:2.375rem;height:2.375rem;top:1.5625rem;left:8.8125rem;font-size:1.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FaovfVcNQvX2DrbN5iza7fWTyrS7ykJP { width:7.125rem;height:2.2744125rem;top:4.1875rem;left:6.4375rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh { display:block; }#ZsSoO9t39IAI7L9BZBOCrom2RdqvtSdh > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0IRx5HB1olfVTtew6CvArdPWbnE7U9h { display:block; }#G0IRx5HB1olfVTtew6CvArdPWbnE7U9h > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:20rem;height:8.5488125rem;top:3.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:18.125rem;height:4.548825rem;top:12.375rem;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) { #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.8496125rem;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.0996125rem;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) { #KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss { display:block; }#KAoEFkeS0TBvLxOnWL9C3P2ZLfkGAlss > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:12.3125rem;height:2.25rem;top:37.3125rem;left:3.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:2.6875rem;height:2.6875rem;top:34.25rem;left:8.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvCytSMXh4NBsVo2Lxx9S9rwbWqogIPG { width:4.0625rem;height:4.125rem;top:1.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:17.9375rem;height:4.7431625rem;top:7.9020690917969rem;left:1.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:6.625rem;height:2.8125rem;top:2.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-text {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-select {padding-top: 0; padding-bottom: 0;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .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:#17ae50;background-image:none;font-weight:700;font-style:normal;color:#ffffff; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX  { width:17.375rem;height:auto;top:14.0625rem;left:0rem; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#zpD52wxnUI3906T27nBkO4rxxNlR0NpX {display:block;}#zpD52wxnUI3906T27nBkO4rxxNlR0NpX { width:17.375rem;height:auto;top:14.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #av9skm1NGyrfuS8zmc4nuawN922wlQXP {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #wBzxeAP3JmKEgZexrHEMi6o7AkS1czGB { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RJsqZN9Cnko9FZuJDcxPTZO13zge2DaI {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #tUCmLTdwPPkagZ0E9u4FJptkcVkaZibr {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Op3V9LZzJla83muJhseWfI1zdTJVirsT { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #MFKghZWxyL89XwFbv6W0ZpwIXPVR0nF7 {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #FWv1n6rDgOOlAakXoOmXskra2W1KbpqT {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #qUmOs1PQGw2RJnhKkWlbXCdgDTvRlZhU { display:none; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #Tl9Zsf4AMTA7t8FMCJAdKWUpOf7dHmE5 {  }
 }@media only screen and (max-width: 763px) { #Uf6JK3HGltgsKLKJbO7KhHQlBpdD2Quf { display:block; }
 }@media only screen and (max-width: 763px) { #NFO9Llp539nvWof0yt3NWnzur4OJwAuJ { display:block; }
 }@media only screen and (max-width: 763px) { #M9o0Pdz0pvBlAl6BMMOlRftTmTc2bAEg { display:block; }
 }@media only screen and (max-width: 763px) { #oDdxhDgnTd20fKEhybxvtZQkkvzoSPOs { display:block; }
 }@media only screen and (max-width: 763px) { #Re5GDnvcSGyHNtLVotqTm99ZvielMKF6 { display:block; }
 }@media only screen and (max-width: 763px) { #TS4UneQyJQRmO5g6fP72TGRzf0JbXF1q { display:block; }
 }@media only screen and (max-width: 763px) { #tDihRgahxSsvQZSGRuPlGE2H549CIPdB { display:block; }
 }@media only screen and (max-width: 763px) { #sTw9ogI7X12huWgeRrwrXn20MLJgKEyt { display:block; }
 }@media only screen and (max-width: 763px) { #I3zIBDU3p12ZPOTMJT6FayrptsnAH9Tl { display:block; }
 }@media only screen and (max-width: 763px) { #CVr3noMdiorirSGrZ1TxbH3MVy3Iv4GV { display:block; }
 }@media only screen and (max-width: 763px) { #gOWp1TNvbkDKOuCNpScolHPrxTDFHyKu { display:block; }
 }@media only screen and (max-width: 763px) { #cTpxXBB3OH6WDZ3fJcOCXXp40gHakOnh { display:block; }
 }@media only screen and (max-width: 763px) { #XtGPte74TQ0kM3dpZPsgCgkVVweQMAnH { display:block; }
 }@media only screen and (max-width: 763px) { #dJO9eN1wz9EHcxxpubue8TnuWxRNpJr9 { display:block; }
 }@media only screen and (max-width: 763px) { #p0FS2QPSBGHCafKgHiegK4f6R0yyzcnQ { display:block; }
 }@media only screen and (max-width: 763px) { #GStrKmup4TsLuWvDwXxTy4tXGND4lP0D { display:block; }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #L8ltnwWtzXxWMtBgSTReIRJcrk2zAtZJ {  }
 }@media only screen and (max-width: 763px) { #zpD52wxnUI3906T27nBkO4rxxNlR0NpX #RLqkixbGT6nfK3pzFwyV01L86Cgy5FzG {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:20rem;height:2.923825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVpuDVWVhn66dL3umBPdmv4e6ZzSRdqT { width:3.25rem;height:1.25rem;top:0.8125rem;left:4.90625rem;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:4.3125rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:4.3125rem;top:23.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:4.3125rem;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:4.3125rem;top:29.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:4.3125rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:4.3125rem;top:12.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:4.3125rem;top:34.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:4.3125rem;top:56.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:4.3125rem;top:17.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:4.3125rem;top:40.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:4.3125rem;top:62.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:4.3125rem;top:68rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:4.3125rem;top:73.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:4.3125rem;top:90.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:4.3125rem;top:84.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:3.1875rem;top:95.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:4.3125rem;top:79.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:4.3125rem;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.1875rem;height:3.1875rem;top:0.18645858764649rem;left:15.811458587646rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,255,81,0.5)); }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }