.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:233,221,218;--color-primary-1:245,138,115;--color-primary-2:147,83,69;--color-primary-3:142,84,82;--color-primary-4:29,17,14;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { background-color: transparent; background-image: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { border-width: 0; border-radius: 0; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#HyKNeEQQTfBkwyiVW6oT5Ag9cFqSTHxI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#FlDBvfxN0leh1awGsX7Nt31n9eGEMqJk { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { 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:2.687375rem;width:2.687375rem;top:0.43701171875rem;left:1.031494140625rem;overflow:hidden;display:none; }
#CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4351875rem;height:2.93579375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:57.875rem;display:block; }
#XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.6875rem;left:57.5rem;height:1.12521875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { 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:16.9375rem;top:2.03125rem;left:1.1240234375rem;overflow:hidden;display:block; }
#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:none; }#wik73ZwVFceLMqMx5NThr6irpV7fN7Io { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.64453125rem;left:17.15625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 { position:relative;display:none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 { border-width: 0; border-radius: 0; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip { position:relative;display:none; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip { border-width: 0; border-radius: 0; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nVpR97EwZIXb5MtwMiEZytnAhNaaoFIS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#vpgJOTCFnqTHgoBAA0ZP4adyseP8pfVB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#nc2Wn1yHt4B1Dp3NRVCfB1GeHkcvTlpO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#lDKLIKCQkFpyIB4cpgVSB7Dy9iPfEycv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#gGpPCSKHQykLrJmkzAHOEuhVThDGdxvw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#en65MdkpO69D0JNTn3rvQnKC71Dh3V2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQNSrFTV30dAXorlbkChJIDFq44sTO6c { position:relative;display:block; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c { background-color: transparent; background-image: none; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container > .video-iframe-container { display: none; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row > .video-iframe-container { display: none; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .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); }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c { border-width: 0; border-radius: 0; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t { position:relative;display:none; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t { border-width: 0; border-radius: 0; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vmAkTO45PJbt8Eu9diphTxhBvrJmdNb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#ZDzxP6oeIb9z1qXXOWM2H9JfJnTUeKfv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#R5tGOEaDIREbk0gGZnn9QXssu5yH5GRO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0.4);background-image:url("https://images.assets-landingi.com/uc/8632abd0-3906-40f6-a37b-556a662d852f/ChaletChic_Active_DesktopHeader_1500x700copy.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#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:53.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { box-sizing:content-box;height:26.625rem;width:26.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.83);background-image:none;top:12.375rem;left:0.9375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.8125rem;height:1.70605625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.5625rem;left:2rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:28.75rem;left:31.5rem;display:none; }
#zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.125rem;height:5.19748125rem;text-align:left;text-align-last:left;display:block; }
#xKL5pqVQoTGlXipIssSvneaywI1LsGdP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.4375rem;left:2.71875rem;height:2.5987375rem;text-align:center;text-align-last:center;display:block; }
#SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.0625rem;left:6.5625rem;display:block; }
#ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { background-color: transparent; background-image: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row > .video-iframe-container { display: none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .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); }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { 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:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { 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:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { 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:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { 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:13.625rem;width:13.625rem;top:4.193359375rem;left:55.125rem;overflow:hidden;display:none; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { position:relative;display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { background-color: transparent; background-image: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row > .video-iframe-container { display: none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .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); }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:3.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.10107421875rem;left:4.6875rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:28.6875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:29.28125rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:53.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { 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:12.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { 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:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:54.6875rem;height:3.8981125rem;text-align:center;text-align-last:center;display:block; }
#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { position:relative;display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { background-color: transparent; background-image: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row > .video-iframe-container { display: none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .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); }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { border-width: 0; border-radius: 0; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { 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:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:42.375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au601vgTGkueCwmDBA0zbDXmoOewNqJl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:42.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:46.125rem;height:7.79625rem;text-align:center;text-align-last:center;display:block; }
#l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4355625rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:48.5rem;display:block; }
#fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { position:relative;display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { background-color: transparent; background-image: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row > .video-iframe-container { display: none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .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); }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { border-width: 0; border-radius: 0; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { 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:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NnDngzr0hU15O85zGILlaqGZPrNTTRJp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:4.875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.8125rem;height:6.496875rem;text-align:center;text-align-last:center;display:block; }
#TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.9375rem;left:11.0625rem;display:block; }
#RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 { position:relative;display:block; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 { background-color: transparent; background-image: none; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container > .video-iframe-container { display: none; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row > .video-iframe-container { display: none; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .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); }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 { border-width: 0; border-radius: 0; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#velmm0T5bExTTKliXTfvwRI3Z0kSxybX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:16.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guTVZfBDFmB7GxEsTeLNa4Vmy0c452XD { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:20.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI { 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; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container { background-color: transparent; background-image: none; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container > .video-iframe-container { display: none; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row > .video-iframe-container { display: none; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .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); }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container { border-width: 0; border-radius: 0; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#fHx6TTG1qBAqxH0TkgFsTLq75LXvmtak { position:absolute;display:block;z-index:15000;height:24.9375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { position:relative;display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { background-color: transparent; background-image: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row > .video-iframe-container { display: none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .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); }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { border-width: 0; border-radius: 0; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.98046875rem;left:10.96875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:13.9375rem;display:none; }
#VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;background-image:url("https://images.assets-landingi.com/uc/eecc1ce1-51ed-477f-b82d-4bd122044a7b/ChaletChic_Active_DesktopHeader_1500x700copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.adaptive-delivery-prevent-bg, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyload, #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud.lazyloading { background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { background-color: transparent; background-image: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { display: none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .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); }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { border-width: 0; border-radius: 0; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;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; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container { background-color: transparent; background-image: none; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container > .video-iframe-container { display: none; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row > .video-iframe-container { display: none; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .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); }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container { border-width: 0; border-radius: 0; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#hpxOl8Uc2X4VeiUssq7cHgTm9nFHMTLm { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5428600311279rem;left:16.874456405639rem;height:3.412rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0f0;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; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container { background-color: transparent; background-image: none; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container > .video-iframe-container { display: none; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row > .video-iframe-container { display: none; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .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); }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container { border-width: 0; border-radius: 0; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#r3wLva0kU7RgyeRf8BN4qkowfzilRCJr { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0625rem;left:0.875rem;overflow:hidden;display:block; }
#xfSMUQelcm1EEeywbtIF4dhKlyoenbq2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0625rem;left:19.6875rem;overflow:hidden;display:block; }
#l2QqBwGoN3KVEm17meSfEWk04H73uoEZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0625rem;left:38.4375rem;overflow:hidden;display:block; }
#EBKNW3wywRu4sFUklkt5Sau53v4CQLqy { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.875rem;width:16.875rem;top:1.0625rem;left:57.1875rem;overflow:hidden;display:block; }
#a8EnHfoTqXZyROhUN4nZ6qvEamHrHwEm { box-sizing:content-box;height:18rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.937072753906rem;left:0.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#edJcbZ9xFHcGbwMyPUDDbVFKBo3ZToVT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.9990234375rem;left:1.9368476867676rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#behmITGty3lGDxBxJF2D0TxCS846tQ15 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.149196624756rem;left:2.1875rem;height:9.095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lxcBxfxBF7eES18LUHDAew4bqOp69GB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9990234375rem;left:57.905820846558rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KU3wEGmK0a5DvR9Kg31nLnZ9flLvyDMS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.274196624756rem;left:58.437505722046rem;height:9.095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxJ3lnpZLgUDNCErg4fJ5ZCxZ9vRTAoo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9990234375rem;left:41.156141281128rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khthZ0IAmtHgrkyu3F0hdBOR5fQTIuEX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.211696624756rem;left:39.687501907349rem;height:10.3949375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOSsxX3apcPgTzg4z9RW6Occv04u0dWT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.9990234375rem;left:21.250001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtuTVLI2Tttf9dC49oXmrpCwgXh36ThW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:21.149196624756rem;left:20.937501907349rem;height:6.496875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xiZvAllgvCWxc96eimZnMulTUiqPK9pc { box-sizing:content-box;height:17.9996875rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.874132156372rem;left:19.687501907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#h33TOv2eI9S2SA98pDHAbb9D4LeNmHT9 { box-sizing:content-box;height:18rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.937067031861rem;left:38.437501907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wBbWSJHNXIDdGWRzCPHlHU0y3gWLIMvX { box-sizing:content-box;height:18rem;width:16.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.937067031861rem;left:57.186956405639rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { position:relative;display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { position:relative;display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { border-width: 0; border-radius: 0; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Oq6vh7Z8U5n4xfPuS0d5N2k6cIZwourw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#edxLSir4ETGhnplkKfaNVThG2HAKlZcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5rem;top:4.9375rem;left:8.9375rem;display:none; }
#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { position:relative;display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { position:relative;display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { border-width: 0; border-radius: 0; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:3.625rem;left:8.3125rem;display:none; }
#zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc { position:relative;display:none; }#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc { border-width: 0; border-radius: 0; }#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#H2sH4fCU0LkJZQOhSVTmXK7hZr5lTulf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:20.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#uAKAOLynxpqkATmBX96HETlDDweIPps1 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ioo2lFxC41iyvsEO18KA2CPZevJLqoLX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { position:relative;display:none; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { border-width: 0; border-radius: 0; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { position:relative;display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP { position:relative;display:none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP { border-width: 0; border-radius: 0; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lvUbZNfGsvahD05K2Pzx3DAy4Vswkyr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ukrQlRIDk5NoZKI6XT09o9wW99o0FkuD { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#nATwBb1fuEyVBTTuOIfB2lxCBwRQ9Sy8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#zVVF7GE7zb5Id7Eg29TphmOCSkK047ED { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KihyHDnB3Xi951ikiJ4hUTxLaAJ5EBKH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.85107421875rem;left:24.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hZI8m5oTyG9rolTboF8teT4bgT7Kwscr { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#Fbx8k4FLfP4mZG5O9atqJEZmp7e9C7Tf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#RMO4Tw5T50aPQPxH8v8HLPGQhFJEfIwL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aDFTMBDsA3x4rJTTflao0FURnwCJonK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4873046875rem;left:18.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QKgfxuMhJN1Q74fPcWMoe29UGzT7wDZD { box-sizing:content-box;height:6.5625rem;width:40.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.6875rem;left:17.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#iZMMCdnrDbd1HTGJ3TqIk2AdoZvD2mRy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:7.25rem;left:17.9375rem;overflow:hidden;display:none; }
#ZRF5wDEeTnz9vBKbeQg7Xg6nhQrGNZfM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:24.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ETJLHyJiEbaiN8JAhyWhQaiIBHlIi5iG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.28857421875rem;left:24.1875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw { position:relative;display:block; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw { background-color: transparent; background-image: none; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container > .video-iframe-container { display: none; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row > .video-iframe-container { display: none; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .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); }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw { border-width: 0; border-radius: 0; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTUdQPmFufE6smZBdXmEzeTbO8JmKw8x { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.25rem;left:19.03125rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcsXTeS70DAvLgFq60NF4GuGWUr7NV9t { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:26.96875rem;height:7.79621875rem;text-align:center;text-align-last:center;display:block; }
#hBVxB4vgpG4ffUbVuxyXvLIeccyTgETH { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:29.78125rem;display:block; }
#CBi3hy2cf6Afw2riRyIMmSQeIFwCtzkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { 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; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { position:relative;display:none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { border-width: 0; border-radius: 0; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { background-color:rgba(var(--color-primary-1),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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.75rem;left:29.78125rem;display:none; }
#TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78125rem;left:23.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyKNeEQQTfBkwyiVW6oT5Ag9cFqSTHxI { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlDBvfxN0leh1awGsX7Nt31n9eGEMqJk { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { top:0.375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { width:15.375rem;height:2.875rem;top:1.25rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block; }
 }@media only screen and (max-width: 763px) { #PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { top:4.6875rem;left:31.625rem;width:16.125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { top:2rem;left:0rem;width:16.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.5625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { top:0.625rem;left:3.53125rem;width:40.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 { display:none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip { display:none; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVpR97EwZIXb5MtwMiEZytnAhNaaoFIS { top:2.8125rem;left:0rem;width:20rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpgJOTCFnqTHgoBAA0ZP4adyseP8pfVB { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc2Wn1yHt4B1Dp3NRVCfB1GeHkcvTlpO { top:0.875rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDKLIKCQkFpyIB4cpgVSB7Dy9iPfEycv { top:8.8125rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGpPCSKHQykLrJmkzAHOEuhVThDGdxvw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #en65MdkpO69D0JNTn3rvQnKC71Dh3V2c { display:block; }
 }@media only screen and (max-width: 763px) { #yQNSrFTV30dAXorlbkChJIDFq44sTO6c { display:block; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t { display:none; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vmAkTO45PJbt8Eu9diphTxhBvrJmdNb0 { top:1.3125rem;left:0rem;width:18.5625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDzxP6oeIb9z1qXXOWM2H9JfJnTUeKfv { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5tGOEaDIREbk0gGZnn9QXssu5yH5GRO { display:none; }
 }@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) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { top:12.375rem;left:0rem;width:26.6875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { top:21.5625rem;left:0rem;width:21.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { top:14.5625rem;left:0rem;width:24.625rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:29.375rem;left:17.875rem;width:16.875rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { top:24.125rem;left:0rem;width:18.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { top:30.4375rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.375rem;height:2.875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:0.75rem;left:9.9375rem;width:27.8125rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:13.25rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.6875rem;left:0rem;width:11.5625rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.8125rem;left:0rem;width:10.875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:15.3125rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:block; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { top:10.125rem;left:19.9375rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { top:13.375rem;left:19.9375rem;width:27.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { top:15.6875rem;left:25.6875rem;width:20.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { width:15.375rem;height:2.875rem;top:24.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:block; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { top:12rem;left:0rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { top:15.5rem;left:2rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { width:15.4375rem;height:2.9375rem;top:22.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block; }
 }@media only screen and (max-width: 763px) { #xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 { display:block; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #velmm0T5bExTTKliXTfvwRI3Z0kSxybX { top:1.6875rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTVZfBDFmB7GxEsTeLNa4Vmy0c452XD { top:5.1875rem;left:6.5625rem;width:34.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI { display:block; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHx6TTG1qBAqxH0TkgFsTLq75LXvmtak { width:47.75rem;height:24.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:block; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { top:1.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { width:;height:;top:3.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:block; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4P0RUKtoo66bTvuXblnQINPHObOlxTC { display:block; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpxOl8Uc2X4VeiUssq7cHgTm9nFHMTLm { top:2.5rem;left:3.2494564056396rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq { display:block; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3wLva0kU7RgyeRf8BN4qkowfzilRCJr { top:1.0625rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfSMUQelcm1EEeywbtIF4dhKlyoenbq2 { top:1.0625rem;left:7rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2QqBwGoN3KVEm17meSfEWk04H73uoEZ { top:1.0625rem;left:18.9375rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKNW3wywRu4sFUklkt5Sau53v4CQLqy { top:1.0625rem;left:30.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EnHfoTqXZyROhUN4nZ6qvEamHrHwEm { top:14.875rem;left:0rem;width:16.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #edJcbZ9xFHcGbwMyPUDDbVFKBo3ZToVT { top:18.9375rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #behmITGty3lGDxBxJF2D0TxCS846tQ15 { top:21.125rem;left:0rem;width:14.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcBxfxBF7eES18LUHDAew4bqOp69GB1 { top:18.9375rem;left:32.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3wEGmK0a5DvR9Kg31nLnZ9flLvyDMS { top:21.25rem;left:33.375rem;width:14.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxJ3lnpZLgUDNCErg4fJ5ZCxZ9vRTAoo { top:18.9375rem;left:24.124891281128rem;width:11.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khthZ0IAmtHgrkyu3F0hdBOR5fQTIuEX { top:21.1875rem;left:21.4375rem;width:14.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSsxX3apcPgTzg4z9RW6Occv04u0dWT { top:18.9375rem;left:10.125rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtuTVLI2Tttf9dC49oXmrpCwgXh36ThW { top:21.125rem;left:9.5rem;width:14.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZvAllgvCWxc96eimZnMulTUiqPK9pc { top:14.8125rem;left:7rem;width:16.875rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h33TOv2eI9S2SA98pDHAbb9D4LeNmHT9 { top:14.875rem;left:18.9375rem;width:16.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbWSJHNXIDdGWRzCPHlHU0y3gWLIMvX { top:14.875rem;left:30.875rem;width:16.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { display:none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:none; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { top:0.75rem;left:9.9375rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { top:3.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq6vh7Z8U5n4xfPuS0d5N2k6cIZwourw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #edxLSir4ETGhnplkKfaNVThG2HAKlZcu { display:block; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:6.1875rem;left:0rem;width:18.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { display:none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:none; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { top:0.75rem;left:9.9375rem;width:20rem;height:1.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.375rem;left:0rem;width:20rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block; }
 }@media only screen and (max-width: 763px) { #BppnrUDoVCOa4c02aFPgnv94TxaSRJWc { display:none; }#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H2sH4fCU0LkJZQOhSVTmXK7hZr5lTulf { top:5.875rem;left:6.5625rem;width:17.9375rem;height:1.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAKAOLynxpqkATmBX96HETlDDweIPps1 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ioo2lFxC41iyvsEO18KA2CPZevJLqoLX { top:0.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { display:none; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { top:1.1875rem;left:0rem;width:20rem;height:4.375rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { display:none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP { display:none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvUbZNfGsvahD05K2Pzx3DAy4Vswkyr9 { top:0.75rem;left:9.9375rem;width:20rem;height:3.8125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukrQlRIDk5NoZKI6XT09o9wW99o0FkuD { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nATwBb1fuEyVBTTuOIfB2lxCBwRQ9Sy8 { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVVF7GE7zb5Id7Eg29TphmOCSkK047ED { top:9.9375rem;left:0rem;width:12.75rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KihyHDnB3Xi951ikiJ4hUTxLaAJ5EBKH { top:8.8125rem;left:10.5625rem;width:16.0625rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZI8m5oTyG9rolTboF8teT4bgT7Kwscr { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbx8k4FLfP4mZG5O9atqJEZmp7e9C7Tf { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMO4Tw5T50aPQPxH8v8HLPGQhFJEfIwL { top:40.0625rem;left:0rem;width:13.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDFTMBDsA3x4rJTTflao0FURnwCJonK0 { top:16.4375rem;left:4.4375rem;width:15.8125rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKgfxuMhJN1Q74fPcWMoe29UGzT7wDZD { top:6.6875rem;left:3.625rem;width:40.4375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZMMCdnrDbd1HTGJ3TqIk2AdoZvD2mRy { top:7.25rem;left:4.3125rem;width:5.4375rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRF5wDEeTnz9vBKbeQg7Xg6nhQrGNZfM { top:66.5rem;left:0rem;width:17.75rem;height:1.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETJLHyJiEbaiN8JAhyWhQaiIBHlIi5iG { top:78.6875rem;left:0rem;width:16.125rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiWDAORvNpwdvLJwktVUPd35gz7hFEZw { display:block; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTUdQPmFufE6smZBdXmEzeTbO8JmKw8x { top:1.25rem;left:5.40625rem;width:36.9375rem;height:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsXTeS70DAvLgFq60NF4GuGWUr7NV9t { top:4.6875rem;left:13.34375rem;width:21.0625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBVxB4vgpG4ffUbVuxyXvLIeccyTgETH { width:15.4375rem;height:2.9375rem;top:13.75rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBi3hy2cf6Afw2riRyIMmSQeIFwCtzkt { display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { display:none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { width:15.4375rem;height:2.9375rem;top:13.75rem;left:16.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block; }
 }@media only screen and (max-width: 763px) { #dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { top:0.6875rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a { background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { background-color: transparent; background-image: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row > .video-iframe-container { display: none; }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .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); }#ZJHv6oWWES0gHqGFWuCe5yHGTdHeu77a > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyKNeEQQTfBkwyiVW6oT5Ag9cFqSTHxI { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #FlDBvfxN0leh1awGsX7Nt31n9eGEMqJk { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #kOaDeubOVgD7rCpSkgD5x59dQvfi2gHl { width:1.8125rem;height:1.8125rem;top:0.4375rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkbdAW1X9W8usp8UNIWlGAiZcD1SyM6 { width:15.375rem;height:2.875rem;top:3.8745125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaC3kZqk2voXql8ciEvHHhkz5rDy6fTP { display:block; }
 }@media only screen and (max-width: 763px) { #PT3O8TfDL4v0Ir2x61xiGe0DwGai3Wtp { width:16.124875rem;height:0;top:3.8745125rem;left:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAvmTD9bVK9Q0criT5bQDXT7lzRkr4E8 { width:16.9375rem;height:3rem;top:2rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { background-color:#8e5452;background-image:none;display:none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wik73ZwVFceLMqMx5NThr6irpV7fN7Io { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gwP5xkITwClQ0zzbVkWQx32dB5d9QAZJ { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #SmmWrG8kN3q3il2xQOXTxFEkBRAwEaK6 { top:0.58203125rem;left:0rem;width:20rem;height:3.0869125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qZQwL3TUGAOGdgZwsmDZC5FzMfQQtGT5 { width:20rem;height:0;top:4.336425rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e669531-75a3-4c1e-afff-c993f5836786/ChaletChic_Style_CombinedLPcopy.webp");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;display:block; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6.adaptive-delivery-prevent-bg, #G3UFGxcK6iT6x6cfdAJ6QwripsM559x6.lazyload, #G3UFGxcK6iT6x6cfdAJ6QwripsM559x6.lazyloading { background-image: none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container { background-color: transparent; background-image: none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container > .video-iframe-container { display: none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row > .video-iframe-container { display: none; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .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); }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container { border-width: 0; border-radius: 0; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3UFGxcK6iT6x6cfdAJ6QwripsM559x6 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip { display:block; }#TFvc0JMsUxmziW8LC6QW4fZhNXDBy2Ip > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVpR97EwZIXb5MtwMiEZytnAhNaaoFIS { top:2.75rem;left:3.03125rem;width:13.9375rem;height:5.1247875rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vpgJOTCFnqTHgoBAA0ZP4adyseP8pfVB { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.29980625rem;z-index:15009;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2Wn1yHt4B1Dp3NRVCfB1GeHkcvTlpO { top:0.9375rem;left:5.40625rem;width:9.1875rem;height:1.29980625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDKLIKCQkFpyIB4cpgVSB7Dy9iPfEycv { top:8.82421875rem;left:0rem;width:20rem;height:2.59874375rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpPCSKHQykLrJmkzAHOEuhVThDGdxvw { top:12.25rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #en65MdkpO69D0JNTn3rvQnKC71Dh3V2c { display:block; }
 }@media only screen and (max-width: 763px) { #yQNSrFTV30dAXorlbkChJIDFq44sTO6c { display:none; }#yQNSrFTV30dAXorlbkChJIDFq44sTO6c > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container { background-color: transparent; background-image: none; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container > .video-iframe-container { display: none; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row > .video-iframe-container { display: none; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .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); }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container { border-width: 0; border-radius: 0; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGsrTbsRqLqavpk7pNeF05Dfx1CxOn8t > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmAkTO45PJbt8Eu9diphTxhBvrJmdNb0 { top:1.328125rem;left:1.84375rem;width:18.5625rem;height:5.19748125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDzxP6oeIb9z1qXXOWM2H9JfJnTUeKfv { top:7.3125rem;left:0rem;width:19.999375rem;height:1.3808625rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5tGOEaDIREbk0gGZnn9QXssu5yH5GRO { top:9.6875rem;left:7.5rem;width:5rem;height:0.3125rem;z-index:15006;background-color:#000000;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:74.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ch9xoZICHFe0s5C1k7XJ41tHfMLTWkiD { width:20rem;height:27.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMhJWb7oE5wXe83oftB99ZdmhuGJ7ua { width:12.5rem;height:2.5996125rem;top:29.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTmRnHnX7PTsmn9ubGnK4tCotgUIa2L { width:20rem;height:4rem;top:33.4746125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G23wPZIGpxlHIp3OKsNm6VBIIfqeKmDK { top:42.5996125rem;left:1.5625rem;width:16.875rem;height:6.09375rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVdb2S3JTFm8wFOp4c2DM78UGl4gVcAb { width:20rem;height:5.19921875rem;top:49.9433625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKL5pqVQoTGlXipIssSvneaywI1LsGdP { width:20rem;height:2.59863125rem;top:56.3808625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL03hdpVgsWRpvFBkP1GRJJn16ApxQC { width:15.5rem;height:2.625rem;top:62.83008125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubNPRn4vdt2T6ftXrFTwD8XyuSnngvBD { display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:3.0875625rem;top:1.138671875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.462675rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61328125rem;left:8.46875rem;width:11.5rem;height:5.19748125rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.78125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:21.25rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.3808625rem;top:13.28125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.732421875rem;left:8.46875rem;width:11.5625rem;height:5.19748125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.462675rem;top:21.25rem;left:8.46875rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:22.826171875rem;left:8.46875rem;width:10.875rem;height:5.19748125rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32r7Xb5I8e4qzp5P9mumb5SdB2on9ux { width:7.25rem;height:7.1875rem;top:4.96875rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:3.8994125rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azO99Q0PneTDaeeMqGozCbgy7HBaDlxS { display:none; }#azO99Q0PneTDaeeMqGozCbgy7HBaDlxS > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EJG6XMmF2l3G9cIQ5KQi8W6f5mkITdKl { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xHFM9U66oTTBVGoUwARPVDo9G98MTc { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au601vgTGkueCwmDBA0zbDXmoOewNqJl { width:20rem;height:3.4121125rem;top:5.0996125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoqT9wSn7HfTdJRndicRMNrH2cKI2nBQ { width:20rem;height:11.69823125rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9uxE2GSy99IRT1S3FSEWMboAxBRKuKW { width:15.4375rem;height:2.9375rem;top:21.4101625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9owSWiGu8r2wDBDxTrZamZczRBlPW2 { display:block; }
 }@media only screen and (max-width: 763px) { #s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU { display:none; }#s7WPUiQDJLkThTm8ThbOy7SblSDJ9cQU > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTv2Ker0dRP473lsTWr5NqLcJKO8y3U1 { width:20rem;height:20rem;top:25.5976625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnDngzr0hU15O85zGILlaqGZPrNTTRJp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORL2ZPZt7LrZmbgB2w8H9WTs06T5kbE { width:20rem;height:6.499rem;top:9.761725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL8GQsrP5TFMWgM78GbPX3vz1z1Qk14 { width:15.4375rem;height:2.9375rem;top:21.4101625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLRfXni8cT0gL8fD8b7K6A4QNWuNZyo { display:block; }
 }@media only screen and (max-width: 763px) { #xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 { display:none; }#xiZFpf9hyfgU3Kuq9XS38czuuTiloXR6 > .row .container { width:20rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #velmm0T5bExTTKliXTfvwRI3Z0kSxybX { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTVZfBDFmB7GxEsTeLNa4Vmy0c452XD { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI { display:none; }#DfFATISq9oMp6tvQe9PKNIwqTSKy2aeI > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fHx6TTG1qBAqxH0TkgFsTLq75LXvmtak { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx { display:none; }#NGqGKFWcrK8rmtxyXl7C1iA18dT1OkSx > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whtUwecB9SQhXBfRfxk4Em4IsE6HHy5o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWnrxOcmCzP2zBHGHnyqkHLsSfinwhD1 { top:25.84621875rem;left:2.25rem;width:15.4375rem;height:2.9375rem;z-index:15002;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VIZD2Kaf69AiqRZMKrrkMuVuQTzTbmdI { display:block; }
 }@media only screen and (max-width: 763px) { #ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud { display:none; }#ofhNeU48HDsgdAyW1J6QiwHrSJmUo5Ud > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r4P0RUKtoo66bTvuXblnQINPHObOlxTC { display:none; }#r4P0RUKtoo66bTvuXblnQINPHObOlxTC > .row .container { width:20rem;height:70.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hpxOl8Uc2X4VeiUssq7cHgTm9nFHMTLm { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq { display:none; }#fQ9n9u8xp1x3WEgJU5Mt062OzceQqVDq > .row .container { width:20rem;height:160.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r3wLva0kU7RgyeRf8BN4qkowfzilRCJr { width:5.375rem;height:5.375rem;top:61.82421875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfSMUQelcm1EEeywbtIF4dhKlyoenbq2 { width:5.375rem;height:5.375rem;top:51.01171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2QqBwGoN3KVEm17meSfEWk04H73uoEZ { width:5.4375rem;height:5.4375rem;top:43.19921875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKNW3wywRu4sFUklkt5Sau53v4CQLqy { width:5.375rem;height:5.375rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8EnHfoTqXZyROhUN4nZ6qvEamHrHwEm { width:16.875rem;height:19.3125rem;top:68.51171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edJcbZ9xFHcGbwMyPUDDbVFKBo3ZToVT { width:14.875rem;height:1.462675rem;top:73.94921875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #behmITGty3lGDxBxJF2D0TxCS846tQ15 { width:14.375rem;height:9.095625rem;top:76.19921875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxcBxfxBF7eES18LUHDAew4bqOp69GB1 { width:15.4375rem;height:1.462675rem;top:135.71728515625rem;left:2.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3wEGmK0a5DvR9Kg31nLnZ9flLvyDMS { width:14.375rem;height:9.095625rem;top:137.8857421875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxJ3lnpZLgUDNCErg4fJ5ZCxZ9vRTAoo { width:11.4375rem;height:1.462675rem;top:115.15478515625rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khthZ0IAmtHgrkyu3F0hdBOR5fQTIuEX { width:14.375rem;height:10.3949375rem;top:117.32421875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSsxX3apcPgTzg4z9RW6Occv04u0dWT { width:13.75rem;height:1.462675rem;top:94.51123046875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtuTVLI2Tttf9dC49oXmrpCwgXh36ThW { width:14.375rem;height:6.496875rem;top:96.76171875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZvAllgvCWxc96eimZnMulTUiqPK9pc { width:16.875rem;height:19.3125rem;top:89.07421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h33TOv2eI9S2SA98pDHAbb9D4LeNmHT9 { width:16.875rem;height:19.3125rem;top:109.63671875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbWSJHNXIDdGWRzCPHlHU0y3gWLIMvX { width:16.875rem;height:19.3125rem;top:130.19921875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b42a7c6-71d2-45e5-b6c3-1ade637c59eb/1x1_stack_V2.gif");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;display:block; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.adaptive-delivery-prevent-bg, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyload, #fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3.lazyloading { background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { background-color: transparent; background-image: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { display: none; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .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); }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { border-width: 0; border-radius: 0; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRbMbCziSZc7VsDoM1r7fXRSEwnPeQT3 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk { display:block; }#wbk61qTe1u7E5RTQxSlDBH7zIv9OSEHk > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yauzWzW8MBOi38TqpEcmdOs1otqmlh5U { width:20rem;height:3.0875625rem;top:1.875rem;left:0rem;font-size:2.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qApQtBzuO4abBDO7JDbCN2Z8V1Lgl1qi { width:20rem;height:1.5435125rem;top:4.8125rem;left:0rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Oq6vh7Z8U5n4xfPuS0d5N2k6cIZwourw { top:17.1875rem;left:2.3125rem;width:15.4355625rem;height:2.936525rem;z-index:15002;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #edxLSir4ETGhnplkKfaNVThG2HAKlZcu { display:block; }
 }@media only screen and (max-width: 763px) { #sbovs0c7QcLCZT04Of91kQ5ZlW4CmSry { top:7rem;left:0.5625rem;width:18.625rem;height:9.095625rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1da184c7-9a92-48b0-8c4c-ac404b3dcf8c/ChaletChic_Stream_1x1.gif");background-position:bottom 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;display:block; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.adaptive-delivery-prevent-bg, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyload, #VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS.lazyloading { background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { background-color: transparent; background-image: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { display: none; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .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); }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { border-width: 0; border-radius: 0; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWU4VTZ0ZikHHy72RFN0J313RdDTgGBS > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg { display:block; }#uqnwibJWpqn0Te5LVxoe94H1xbB7Qbkg > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFfZTKwIVopxqvC6mVOuB4F614qrq6QV { width:20rem;height:2.61230625rem;top:1.0615234375rem;left:0rem;font-size:2.375rem;z-index:15004;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yQlKS8s6x2u2B4XoZ8BxiU9JTszeTfQc { top:4.412109375rem;left:0rem;width:20rem;height:6.496875rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGOmSm8Dwa73PD5Ffhv0Fbme6lhKzOA7 { top:12.125rem;left:2.28125rem;width:15.4375rem;height:2.9375rem;z-index:15003;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.1875rem;background-color:#f58a73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #P0hRP78JNVyVP0bZO1MFRhPabxKa1TvT { display:block; }
 }@media only screen and (max-width: 763px) { #BppnrUDoVCOa4c02aFPgnv94TxaSRJWc { display:block; }#BppnrUDoVCOa4c02aFPgnv94TxaSRJWc > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2sH4fCU0LkJZQOhSVTmXK7hZr5lTulf { width:17.9375rem;height:1.54358125rem;top:5.9375rem;left:1.03125rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uAKAOLynxpqkATmBX96HETlDDweIPps1 { top:8.375rem;left:0.6875rem;width:18.625rem;height:10.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ioo2lFxC41iyvsEO18KA2CPZevJLqoLX { width:20rem;height:4.75043125rem;top:0.6494140625rem;left:0rem;font-size:2.375rem;z-index:15009;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn { display:block; }#aagKxfvuK7WI7D4DFuoauxKZUcDJNtEn > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaPvagwqvSItsRdtEOTW5nNNI7xfrWfx { width:20rem;height:5.25rem;top:1.09375rem;left:0rem;font-size:2.625rem;z-index:15005;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #grsTTrDuy3WhBhZIaanF9tZ736lflVhv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2aebf006-e7ef-45a5-893f-85d9639ad709/1x1_ChaletChic_Style_Collage.gif");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;display:block; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv.adaptive-delivery-prevent-bg, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyload, #grsTTrDuy3WhBhZIaanF9tZ736lflVhv.lazyloading { background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { background-color: transparent; background-image: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { display: none; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .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); }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { border-width: 0; border-radius: 0; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grsTTrDuy3WhBhZIaanF9tZ736lflVhv > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP { background-color:#f1f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container { background-color: transparent; background-image: none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container > .video-iframe-container { display: none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row > .video-iframe-container { display: none; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .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); }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container { border-width: 0; border-radius: 0; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWCg9dJOrNi0y1cCi7azmmTVi6vSEIGP > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvUbZNfGsvahD05K2Pzx3DAy4Vswkyr9 { width:20rem;height:5.2246125rem;top:1.5619192123413rem;left:0rem;font-size:2.375rem;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ukrQlRIDk5NoZKI6XT09o9wW99o0FkuD { width:20rem;height:11.8125rem;top:21.625rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATwBb1fuEyVBTTuOIfB2lxCBwRQ9Sy8 { width:15.625rem;height:15.625rem;top:8.5625rem;left:2.1875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zVVF7GE7zb5Id7Eg29TphmOCSkK047ED { width:15.8121875rem;height:1.462675rem;top:24.884098052979rem;left:2.0936417579651rem;font-size:1.125rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KihyHDnB3Xi951ikiJ4hUTxLaAJ5EBKH { width:17.6871875rem;height:6.0926625rem;top:26.533747673034rem;left:1.1561415195465rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hZI8m5oTyG9rolTboF8teT4bgT7Kwscr { width:20rem;height:12.5625rem;top:48.75rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbx8k4FLfP4mZG5O9atqJEZmp7e9C7Tf { width:15.625rem;height:15.625rem;top:35.5625rem;left:2.1875rem;z-index:15010;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMO4Tw5T50aPQPxH8v8HLPGQhFJEfIwL { width:14.749375rem;height:1.462675rem;top:52.259428977966rem;left:2.6247832775116rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aDFTMBDsA3x4rJTTflao0FURnwCJonK0 { width:16.5625rem;height:6.0926625rem;top:54.1875rem;left:1.75rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QKgfxuMhJN1Q74fPcWMoe29UGzT7wDZD { width:20rem;height:14.625rem;top:76.6875rem;left:0rem;z-index:15009;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMMCdnrDbd1HTGJ3TqIk2AdoZvD2mRy { width:15.625rem;height:15.625rem;top:63.5625rem;left:2.1875rem;z-index:15010;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRF5wDEeTnz9vBKbeQg7Xg6nhQrGNZfM { width:17.7495625rem;height:1.5435125rem;top:79.875rem;left:1.125rem;font-size:1.1875rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETJLHyJiEbaiN8JAhyWhQaiIBHlIi5iG { width:16.1865rem;height:8.52975rem;top:81.875rem;left:1.875rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #aiWDAORvNpwdvLJwktVUPd35gz7hFEZw { display:block; }#aiWDAORvNpwdvLJwktVUPd35gz7hFEZw > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTUdQPmFufE6smZBdXmEzeTbO8JmKw8x { width:18.25rem;height:4.67448125rem;top:1.125rem;left:0.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcsXTeS70DAvLgFq60NF4GuGWUr7NV9t { width:20rem;height:7.79621875rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBVxB4vgpG4ffUbVuxyXvLIeccyTgETH { width:15.4375rem;height:2.9375rem;top:15.6875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBi3hy2cf6Afw2riRyIMmSQeIFwCtzkt { display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { background-color: transparent; background-image: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container > .video-iframe-container { display: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container { display: none; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .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); }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { border-width: 0; border-radius: 0; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUBPeAqoy2Dm3KpRaSVLsPQXH4N89wlq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4LLwkH4JTUoyWx0xF4rhKBePi7KTqgW { width:15.437rem;height:2.9370125rem;top:2.3740234375rem;left:2.2802734375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TuAOT2UGM16DpeJuSXs4WPqMUS4AZKfI { display:block; }
 }@media only screen and (max-width: 763px) { #dNgtNmlqDbHudomtmb5PGZrXVUtT6ZDB { width:18.1875rem;height:1.462675rem;top:0.6875rem;left:0.90625rem;font-size:1.125rem;z-index:15006;display:block; }
 }